@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;display=swap');
/*=== Google Fonts ===*/
@font-face {
  font-family: 'Gotham';
  src: url('https://www.moodandroom.com/fonts/Gotham-Book.eot');
  src: url('https://www.moodandroom.com/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
      url('https://www.moodandroom.com/fonts/Gotham-Book.woff2') format('woff2'),
      url('https://www.moodandroom.com/fonts/Gotham-Book.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: 'Chronicle Display';
  src: url('https://www.moodandroom.com/fontsChronicleDisplay-Light.eot');
  src: url('https://www.moodandroom.com/fontsChronicleDisplay-Light.eot?#iefix') format('embedded-opentype'),
      url('https://www.moodandroom.com/fontsChronicleDisplay-Light.woff2') format('woff2'),
      url('https://www.moodandroom.com/fontsChronicleDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello3646.html?71497925');
  src: url('../fonts/fontello3646.html?71497925#iefix') format('embedded-opentype'),
       url('../fonts/fontello3646-2.html?71497925') format('woff2'),
       url('../fonts/fontello3646-3.html?71497925') format('woff'),
       url('../fonts/fontello3646-4.html?71497925') format('truetype'),
       url('../fonts/fontello3646-5.html?71497925#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*=== General Variables ===*/
:root {
  --color1: #f9f7f4;
  --color2: #000000;
  --color3: #f8f7f3;
  --color4: #c4c4c4;
  --color5: #dbdbdb;
  --color6: #b1c947;
  --color7: #b8e8f2;
  --color8: #8d65ea;
  --color9: #ffe14f;
  --color10: #ffd400;
  --color11: #00d085;
  --color12: #0072b1;
  --color13: #55a61d;
  --color15: #02728e;
  --color16: #1ec8bf;
  --color17: #ff4747;
  --color18: #ffe27a;
  --color19: #1f5abc;
  --color20: #d2eaff;
  --transition: all 0.2s
  cubic-bezier(0.19, 0.68, 0.49, 1.21);
  --transition2: all .3s linear;
  --bg-color: #e4d6b9;
  --pill: 2.5rem;
  --round: 50%;
  --curve: 3px;
  --full: 100%;
}
input:focus{
    outline:2px solid blue;
}

input.focus{
    outline:none;
}
.bg-color1 {
  background-color: var(--color1);
}

.bg-color2 {
  background-color: var(--color2);
}

.bg-color3 {
  background-color: var(--color3);
}

.bg-color4 {
  background-color: var(--color4);
}

.bg-color5 {
  background-color: var(--color5);
}

.bg-color6 {
  background-color: var(--color6);
}

.bg-color7 {
  background-color: var(--color7);
}

.bg-color8 {
  background-color: var(--color8);
}

.bg-color9 {
  background-color: var(--color9);
}

.bg-color10 {
  background-color: var(--color10);
}

.bg-color11 {
  background-color: var(--color11);
}

.bg-color12 {
  background-color: var(--color12);
}

.bg-color13 {
  background-color: var(--color13);
}

.bg-color14 {
  background-color: var(--color14);
}

.bg-color15 {
  background-color: var(--color15);
}

.bg-color16 {
  background-color: var(--color16);
}

.bg-color17 {
  background-color: var(--color17);
}

.bg-color18 {
  background-color: var(--color18);
}

.bg-color19 {
  background-color: var(--color19);
}

.bg-color20 {
  background-color: var(--color20);
}

.text-color1 {
  color: var(--color1);
}

.text-color2 {
  color: var(--color2);
}

.text-color3 {
  color: var(--color3);
}

.text-color4 {
  color: var(--color4);
}

.text-color5 {
  color: var(--color5);
}

.text-color6 {
  color: var(--color6);
}

.text-color7 {
  color: var(--color7);
}

.text-color8 {
  color: var(--color8);
}




.text-color9 {
  color: var(--color9);
}

.text-color10 {
  color: var(--color10);
}

.text-color11 {
  color: var(--color11);
}

.text-color12 {
  color: var(--color12);
}

.text-color13 {
  color: var(--color13);
}

.text-color14 {
  color: var(--color14);
}

.text-color15 {
  color: var(--color15);
}

.text-color16 {
  color: var(--color16);
}

.text-color17 {
  color: var(--color17);
}

.text-color18 {
  color: var(--color18);
}

.text-color19 {
  color: var(--color19);
}

.text-color20 {
  color: var(--color20);
}

strong {
  font-weight: 600;
}

/*=== General Styling ===*/
body,
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Lora", serif;
  font-weight: 300;
  position: relative;
  width: 100%;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.875rem;
  color: var(--color1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color1);

  font-weight: 400;
}

p {
   font-family: "Lora", serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

ul li,
ol li {
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: start;
  list-style: none;
}

a {
  color: inherit;
}

a:hover,
a:focus,
ins {
  text-decoration: none;
  outline: none;
}

input,
textarea,
select,
button {
  border: 0;
}

button,
input[type="submit"],
.fileContainer,
input[type="file"] {
  cursor: pointer;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus,
.form-wrp fieldset p a:focus,
.page-link:focus,
.btn.focus,
.btn:focus,
.bootstrap-select .dropdown-toggle:focus {
  border-color: transparent;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

textarea {
  resize: none;
}

main,
section,
footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.rewievs-card .subtitle {
  font-size: 1.5rem;

}

.rewievs-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -30px;
  
  background: white;
  padding: 1rem;
  min-height: 28vh;
  padding-bottom: 1rem;
     
}
.rewievs-card .title {
  font-weight: 800;

  display: block;
  font-size: 18px;
}
.rewievs-card .desc {
  font-size: 20px;
  line-height: 22px;
   align-items: center;
   padding-top:50px;
    justify-content: center;
 
}
.rewievs-card .desc p {
       letter-spacing: 1px;
    font-size: 18px !important;
}
nav div:not(.nav-right) ul li.active>a, nav div:not(.nav-right) ul li:hover>a {
    font-weight: 500;
    color: #2c2c2c;
}
.desc {
  font-family: "Lora", serif;
        color: #2c2c2c;
        
}

.rewiews .sec-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-left: -2rem;
  padding-bottom: 20px;
}

.rewiews .sec-title h2 {
     color: #2c2c2c;
}

/*=== Paddings ===*/
.pt-10 {
  padding-top: 0.625rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pt-30 {
  padding-top: 1.875rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

.pb-50 {
  padding-bottom: 3.125rem;
}

.pt-55 {
  padding-top: 3.4375rem;
}

.pb-55 {
  padding-bottom: 3.4375rem;
}

.pt-60 {
  padding-top: 3.75rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.pt-70 {
  padding-top: 2rem;
}

.pb-70 {
  padding-bottom: 4.375rem;
}

.px-70 {
  padding: 0 4.375rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

.pt-90 {
  padding-top: 5.625rem;
}

.pb-90 {
  padding-bottom: 5.625rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}

.pt-110 {
  padding-top: 6.875rem;
}

.pb-110 {
  padding-bottom: 6.875rem;
}

.pt-120 {
  padding-top: 7.5rem;
}

.pb-120 {
  padding-bottom: 7.5rem;
}

.pt-130 {
  padding-top: 8.125rem;
}

.pb-130 {
  padding-bottom: 8.125rem;
}

.pt-140 {
  padding-top: 8.75rem;
}

.pb-140 {
  padding-bottom: 8.75rem;
}

.pt-150 {
  padding-top: 9.375rem;
}

.pb-150 {
  padding-bottom: 9.375rem;
}

.pt-155 {
  padding-top: 9.6875rem;
}

.pb-155 {
  padding-bottom: 9.6875rem;
}

.pt-160 {
  padding-top: 10rem;
}

.pb-160 {
  padding-bottom: 10rem;
}

.pt-165 {
  padding-top: 10.3125rem;
}

.pb-165 {
  padding-bottom: 10.3125rem;
}

.pt-170 {
  padding-top: 10.625rem;
}

.pb-170 {
  padding-bottom: 10.625rem;
}

.pt-180 {
  padding-top: 11.25rem;
}

.pb-180 {
  padding-bottom: 11.25rem;
}

.pt-190 {
  padding-top: 11.875rem;
}

.pb-190 {
  padding-bottom: 11.875rem;
}

.pt-195 {
  padding-top: 12.1875rem;
}

.pb-195 {
  padding-bottom: 12.1875rem;
}

.pt-200 {
  padding-top: 12.5rem;
}

.pb-200 {
  padding-bottom: 12.5rem;
}

.pt-210 {
  padding-top: 13.125rem;
}

.pb-210 {
  padding-bottom: 13.125rem;
}

.pt-220 {
  padding-top: 13.75rem;
}

.pb-220 {
  padding-bottom: 13.75rem;
}

.pt-235 {
  padding-top: 14.6875rem;
}

.pb-235 {
  padding-bottom: 14.6875rem;
}

.pt-240 {
  padding-top: 15rem;
}

.pb-240 {
  padding-bottom: 15rem;
}

.pt-250 {
  padding-top: 15.625rem;
}

.pb-250 {
  padding-bottom: 15.625rem;
}

.pt-260 {
  padding-top: 16.25rem;
}

.pb-260 {
  padding-bottom: 16.25rem;
}

.pt-280 {
  padding-top: 17.5rem;
}

.pb-280 {
  padding-bottom: 17.5rem;
}

.pt-305 {
  padding-top: 19.0625rem;
}

.pb-305 {
  padding-bottom: 19.0625rem;
}

.pt-345 {
  padding-top: 21.5625rem;
}

.pb-345 {
  padding-bottom: 21.5625rem;
}

.pt-416 {
  padding-top: 26rem;
}

.pb-416 {
  padding-bottom: 26rem;
}

/*=== Margins ===*/
.mt-05 {
  margin-top: 5px;
}

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

.mt-10 {
  margin-top: 0.625rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mt-25 {
  margin-top: 1.5625rem;
}

.mb-25 {
  margin-bottom: 1.5625rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mt-35 {
  margin-top: 2.1875rem;
}

.mb-35 {
  margin-bottom: 2.1875rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mt-45 {
  margin-top: 2.8125rem;
}

.mb-45 {
  margin-bottom: 2.8125rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mt-55 {
  margin-top: 3.4375rem;
}

.mb-55 {
  margin-bottom: 3.4375rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mt-65 {
  margin-top: 4.0625rem;
}

.mb-65 {
  margin-bottom: 4.0625rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

.mb-70 {
  margin-bottom: 4.375rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mt-90 {
  margin-top: 5.625rem;
}

.mb-90 {
  margin-bottom: 5.625rem;
}

.mt-100 {
  margin-top: 6.25rem;
}

.mb-100 {
  margin-bottom: 6.25rem;
}

.mt-110 {
  margin-top: 6.875rem;
}

.mb-110 {
  margin-bottom: 6.875rem;
}

.mt-120 {
  margin-top: 7.5rem;
}

.mb-120 {
  margin-bottom: 7.5rem;
}

.mt-160 {
  margin-top: 10rem;
}

.mb-160 {
  margin-bottom: 10rem;
}

/*=== Overlap ===*/
.overlap45,
.overlap155,
.overlap245,
.overlap-45,
.overlap-60,
.overlap-90,
.overlap-105,
.overlap-115,
.overlap-150 {
  position: relative;
  z-index: 1;
}

.overlap-45 {
  margin-bottom: -2.8125rem;
}

.overlap-60 {
  margin-bottom: -3.75rem;
}

.overlap-90 {
  margin-bottom: -5.625rem;
}

.overlap-105 {
  margin-bottom: -6.5625rem;
}

.overlap-115 {
  margin-bottom: -7.1875rem;
}

.overlap-150 {
  margin-bottom: -9.375rem;
}

.overlap45 {
  margin-top: -2.8125rem;
}

.overlap155 {
  margin-top: -9.6875rem;
}

.overlap245 {
  margin-top: -15.3125rem;
}

/*=== Sec Watermark ===*/
.sec-watermark {
  bottom: 0;
  font-size: 15.625rem;
  font-family: Arapey;
  line-height: 1;
  color: var(--color3);
  letter-spacing: 1rem;
}

.sec-watermark i {
  font-style: normal;
  float: right;
}

.center-watermark {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.v-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.font-200 {
  font-size: 12.5rem;
  line-height: .75;
}

.sec-watermark.v2 {
  margin-left: -10rem;
}

.sec-watermark.v3 {
  margin-left: 10.8rem;
  max-width: 260px;
  bottom: 5rem;
  font-size: 8rem;
}

.sec-watermark.v4 {
  left: 8.75rem;
  bottom: -.8rem;
}

.right-watermark {
  right: 0;
}

.left-watermark {
  left: 0;
}

/*=== Shape ===*/
.sec-btm-rgt-shp {
  bottom: 0;
  right: 0;
  z-index: -1;
}
.sc-bg {
  background: #f2ede7;
  padding: 1.5rem;
}
.sec-btm-lft-shp {
  bottom: 0;
  left: 0;
  z-index: -1;
}

.sec-tp-lft-shp {
  left: 0;
  top: 0;
  z-index: -1;
}

.sec-tp-rgt-shp {
  right: 0;
  top: 0;
  z-index: -1;
}

/*=== Top & Bottom Positions ===*/
.overlap-tpshap10 {
  top: 10px;
}

.overlap-btmshap10 {
  bottom: 10px;
}

.overlap-tp-shap10 {
  top: -10px;
}

.overlap-btm-shap10 {
  bottom: -10px;
}

.overlap-tpshap20 {
  top: 1.25rem;
}

.overlap-btmshap20 {
  bottom: 1.25rem;
}

.overlap-tp-shap20 {
  top: -1.25rem;
}

.overlap-btm-shap20 {
  bottom: -1.25rem;
}

.overlap-tpshap40 {
  top: 2.5rem;
}

.overlap-btmshap40 {
  bottom: 2.5rem;
}

.overlap-tp-shap40 {
  top: -2.5rem;
}

.overlap-btm-shap40 {
  bottom: -2.5rem;
}

.overlap-tpshap50 {
  top: 3.125rem;
}

.overlap-btmshap50 {
  bottom: 3.125rem;
}

.overlap-tp-shap50 {
  top: -3.125rem;
}

.overlap-btm-shap50 {
  bottom: -3.125rem;
}

.overlap-tpshap60 {
  top: 3.75rem;
}

.overlap-btmshap60 {
  bottom: 3.75rem;
}

.overlap-tp-shap60 {
  top: -3.75rem;
}

.overlap-btm-shap60 {
  bottom: -3.75rem;
}

.overlap-tpshap70 {
  top: 4.375rem;
}

.overlap-btmshap70 {
  bottom: 4.375rem;
}

.overlap-tp-shap70 {
  top: -4.375rem;
}

.overlap-btm-shap70 {
  bottom: -4.375rem;
}

.overlap-tpshap88 {
  top: 5.5rem;
}

.overlap-btmshap88 {
  bottom: 5.5rem;
}

.overlap-tp-shap88 {
  top: -5.5rem;
}

.overlap-btm-shap88 {
  bottom: -5.5rem;
}

.overlap-tpshap100 {
  top: 6.25rem;
}

.overlap-btmshap100 {
  bottom: 6.25rem;
}

.overlap-tp-shap100 {
  top: -6.25rem;
}

.overlap-btm-shap100 {
  bottom: -6.25rem;
}

.overlap-tpshap120 {
  top: 7.5rem;
}

.overlap-btmshap120 {
  bottom: 7.5rem;
}

.overlap-tp-shap120 {
  top: -7.5rem;
}

.overlap-btm-shap120 {
  bottom: -7.5rem;
}

.overlap-tpshap130 {
  top: 8.125rem;
}

.overlap-btmshap130 {
  bottom: 8.125rem;
}

.overlap-tp-shap130 {
  top: -8.125rem;
}

.overlap-btm-shap130 {
  bottom: -8.125rem;
}

.overlap-tpshap150 {
  top: 9.375rem;
}

.overlap-btmshap150 {
  bottom: 9.375rem;
}

.overlap-tp-shap150 {
  top: -9.375rem;
}

.overlap-btm-shap150 {
  bottom: -9.375rem;
}

.overlap-tpshap160 {
  top: 10rem;
}

.overlap-btmshap160 {
  bottom: 10rem;
}

.overlap-tp-shap160 {
  top: -10rem;
}

.overlap-btm-shap160 {
  bottom: -10rem;
}

.overlap-tpshap170 {
  top: 10.5rem;
}

.overlap-btmshap170 {
  bottom: 10.5rem;
}

.overlap-tp-shap170 {
  top: -10.5rem;
}

.overlap-btm-shap170 {
  bottom: -10.5rem;
}

.overlap-tpshap200 {
  top: 12.5rem;
}

.overlap-btmshap200 {
  bottom: 12.5rem;
}

.overlap-tp-shap200 {
  top: -12.5rem;
}

.overlap-btm-shap200 {
  bottom: -12.5rem;
}

.overlap-tpshap250 {
  top: 15.625rem;
}

.overlap-btmshap250 {
  bottom: 15.625rem;
}

.overlap-tp-shap250 {
  top: -15.625rem;
}

.overlap-btm-shap250 {
  bottom: -15.625rem;
}

.overlap-tpshap360 {
  top: 22.5rem;
}

.overlap-btmshap360 {
  bottom: 22.5rem;
}

.overlap-tp-shap360 {
  top: -22.5rem;
}

.overlap-btm-shap360 {
  bottom: -22.5rem;
}

.overlap-tpshap375 {
  top: 23.4375rem;
}

.overlap-btmshap375 {
  bottom: 23.4375rem;
}

.overlap-tp-shap375 {
  top: -23.4375rem;
}

.overlap-btm-shap375 {
  bottom: -23.4375rem;
}

.overlap-tpshap800 {
  top: 50rem;
}

.overlap-btmshap800 {
  bottom: 50rem;
}

.overlap-tp-shap800 {
  top: -50rem;
}

.overlap-btm-shap800 {
  bottom: -50rem;
}

/*=== Right & Left Positions ===*/
.pos-rgt-30 {
  right: 1.875rem;
}

.pos-lft-30 {
  left: 1.875rem;
}

.pos-rgt-50 {
  right: 3.125rem;
}

.pos-lft-50 {
  left: 3.125rem;
}

.pos-rgt-80 {
  right: 5rem;
}

.pos-lft-80 {
  left: 5rem;
}

.pos-rgt-100 {
  right: 6.25rem;
}

.pos-lft-100 {
  left: 6.25rem;
}

.pos-rgt-130 {
  right: 8.125rem;
}

.pos-lft-130 {
  left: 8.125rem;
}

.pos-rgt-195 {
  right: 12.1875rem;
}

.pos-lft-195 {
  left: 12.1875rem;
}

.pos-rgt-210 {
  right: 13.125rem;
}

.pos-lft-210 {
  left: 13.125rem;
}

.pos-rgt-250 {
  right: 15.625rem;
}

.pos-lft-250 {
  left: 15.625rem;
}

.pos-rgt-265 {
  right: 16.5625rem;
}

.pos-lft-265 {
  left: 16.5625rem;
}

.pos-rgt-305 {
  right: 19.0625rem;
}

.pos-lft-305 {
  left: 19.0625rem;
}

.pos-rgt-400 {
  right: 25rem;
}

.pos-lft-400 {
  left: 25rem;
}

.pos-rgt-445 {
  right: 27.8125rem;
}

.pos-lft-445 {
  left: 27.8125rem;
}

.pos-rgt--30 {
  right: -1.875rem;
}

.pos-lft--30 {
  left: -1.875rem;
}

.pos-rgt--50 {
  right: -3.125rem;
}

.pos-lft--50 {
  left: -3.125rem;
}

.pos-rgt--80 {
  right: -5rem;
}

.pos-lft--80 {
  left: -5rem;
}

.pos-rgt--100 {
  right: -6.25rem;
}

.pos-lft--100 {
  left: -6.25rem;
}


/*=== Default Colors ===*/
.dark-bg {
  background-color: #272727;
}

.dark-bg2 {
  background-color: #181818;
}

.dark-bg3 {
  background-color: #111111;
}

.gray-bg {
  background-color: #f8f8f8;
}

.gray-bg2 {
  background-color: #f2f2f2;
}

.gray-bg3 {
  background-color: #eff4f1;
}

.gray-bg4 {
  background-color: #fbfbfb;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

/*=== Container ===*/
.container {
  padding: 0;
  max-width: 73.125rem;
}

/*=== Wide Sec ===*/
.wide-sec,
.wide-sec2 {
  position: relative;
  z-index: 1;
}

.wide-sec {
  width: calc(100% + 18.75rem);
  margin-left: -9.375rem;
}

.wide-sec2 {
  width: calc(100% + 10rem);
  margin-left: -5rem;
}

/*=== Column Gap ===*/
.mrg {
  margin: 0;
}

.mrg div[class^="col"] {
  padding: 0;
}

.mrg .row:not(.mrg) div[class^="col"] {
  padding: 0 .9375rem;
}

.mrg2 {
  margin: 0 -1px;
}

.mrg2 div[class^="col"] {
  padding: 0 1px;
}

.mrg5 {
  margin: 0 -0.15625rem;
}

.mrg5 div[class^="col"] {
  padding: 0 0.15625rem;
}

.mrg6 {
  margin: 0 -0.1875rem;
}

.mrg6 div[class^="col"] {
  padding: 0 0.1875rem;
}

.mrg10 {
  margin: 0 -0.3125rem;
}

.mrg10 div[class^="col"] {
  padding: 0 0.3125rem;
}

.mrg15 {
  margin: 0 -0.46875rem;
}

.mrg15 div[class^="col"] {
  padding: 0 0.46875rem;
}

.mrg20 {
  margin: 0 -0.625rem;
}

.mrg20 div[class^="col"] {
  padding: 0 0.625rem;
}

.mrg35 {
  margin: 0 -1.09375rem;
}

.mrg35 div[class^="col"] {
  padding: 0 1.09375rem;
}

.mrg40 {
  margin: 0 -1.25rem;
}

.mrg40 div[class^="col"] {
  padding: 0 1.25rem;
}

.mrg45 {
  margin: 0 -1.40625rem;
}

.mrg45 div[class^="col"] {
  padding: 0 1.40625rem;
}

.mrg50 {
  margin: 0 -1.5625rem;
}

.mrg50 div[class^="col"] {
  padding: 0 1.5625rem;
}

.mrg55 {
  margin: 0 -1.71875rem;
}

.mrg55 div[class^="col"] {
  padding: 0 1.71875rem;
}

.mrg60 {
  margin: 0 -1.875rem;
}

.mrg60 div[class^="col"] {
  padding: 0 1.875rem;
}

.mrg70 {
  margin: 0 -2.1875rem;
}

.mrg70 div[class^="col"] {
  padding: 0 2.1875rem;
}

.mrg80 {
  margin: 0 -2.5rem;
}

.mrg80 div[class^="col"] {
  padding: 0 2.5rem;
}


.slick-slide div[class^="col"] {
  flex: 0 0 100%;
  max-width: 100%;
}

/*=== Fonts Typography ===*/
.font-weight-hairline {
  font-weight: 100;
}

.font-weight-thin {
  font-weight: 200;
}

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

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

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

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

.font-style-italic {
  font-style: italic;
}

.font-style-normal {
  font-style: normal;
}

/*=== Bubble Background ===*/
.bubble-bg {
  top: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

/*=== Parallax Background ===*/
.fixed-bg,
.parallax-bg {
  background-position: center;
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.fixed-bg {
  background-attachment: scroll;
  background-size: cover;
}

.parallax-bg {
  background-attachment: fixed;
  background-size: contain;
}

.back-post-cntrbtm-norpet {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.back-post-cntrbtm {
  background-position: center bottom;
}

.back-post-lftcntr {
  background-position: left center;
}

.fixed-bg.patern-bg,
.parallax-bg.patern-bg {
  background-size: initial;
}

.fixed-bg.bg-norepeate {
  background-size: initial;
  background-repeat: no-repeat;
}

.back-blend-soft-light {
  background-blend-mode: soft-light;
}

.back-blend-difference {
  background-blend-mode: difference;
}

.back-blend-screen {
  background-blend-mode: screen;
}

.back-blend-multiply {
  background-blend-mode: multiply;
}

.back-blend-subtract {
  background-blend-mode: subtract;
}

/*=== Background Layer ===*/
.black-layer:before,
.white-layer:before,
.gray-layer:before,
.gray-layer2:before,
.dark-layer:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.black-layer:before {
  background-color: #000000;
}

.white-layer:before {
  background-color: #ffffff;
}

.gray-layer:before {
  background-color: var(--color4)
}

.dark-layer:before {
  background-color: var(--color1);
}

.paralx-70:before,
.paralx-70 .fixed-bg {
  height: 70%;
}

.paralx-52:before,
.paralx-52 .fixed-bg {
  height: 52%;
}

/*=== Opacity ===*/
.opc-03,
.opc03:before {
  opacity: .06;
}

.opc-06,
.opc06:before {
  opacity: .06;
}

.opc-1,
.opc1:before {
  opacity: .1;
}

.opc-15,
.opc15:before {
  opacity: .15;
}

.opc-2,
.opc2:before {
  opacity: .2;
}

.opc-25,
.opc25:before {
  opacity: .25;
}

.opc-3,
.opc3:before {
  opacity: .3;
}

.opc-35,
.opc35:before {
  opacity: .35;
}

.opc-4,
.opc4:before {
  opacity: .4;
}

.opc-45,
.opc45:before {
  opacity: .45;
}

.opc-5,
.opc5:before {
  opacity: .5;
}

.opc-55,
.opc55:before {
  opacity: .55;
}

.opc-6,
.opc6:before {
  opacity: .6;
}

.opc-65,
.opc65:before {
  opacity: .65;
}

.opc-7,
.opc7:before {
  opacity: .7;
}

.opc-75,
.opc75:before {
  opacity: .75;
}

.opc-8,
.opc8:before {
  opacity: .8;
}

.opc-85,
.opc85:before {
  opacity: .85;
}

.opc-9,
.opc9:before {
  opacity: .9;
}

.opc-95,
.opc95:before {
  opacity: .95;
}

.opc-97,
.opc97:before {
  opacity: .97;
}

.opc-99,
.opc99:before {
  opacity: .99;
}

/*=== Z-Index ===*/
.z-1 {
  z-index: -1;
}

.z-2 {
  z-index: -2;
}

.z-3 {
  z-index: -3;
}

.z-4 {
  z-index: -4;
}

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

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}

/*=== Iframe ===*/
iframe {
  border: 0;
  width: 100%;
}

/*=== Image ===*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/*=== Frame ===*/
.frame {
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  border: 1px solid;
}

/*=== Width ===*/
.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

.wow {
  visibility: hidden;
}

/*=== Cross Browser Compatibility ===*/
i,
a,
img,
svg,
svg>*,
input,
button,
textarea,
:before,
:after,
label,
span,
nav ul li,
.header-search,
.feat-cap,
.proj-calc-head>h2,
.proj-info,
.fact-box>h2,
.package-box,
.package-head>h4,
.photo-info-box-inner,
.toggle-item>h4,
.customBtns>div,
.timeline-box-head,
.timeline-box-head>h4,
.timeline-box,
.timeline-box>*,
.roadmap-box,
.cont-info-box,
.port-img,
.port-info2,
.minicart-dropdown,
.responsive-menu,
.port-info3 {
  -webkit-transition: var(--transition2);
  -ms-transition: var(--transition2);
  -o-transition: var(--transition2);
  transition: var(--transition2);
}

nav ul ul {
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1);
  /* older webkit */
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -moz-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
  /* easeOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  /* easeOutBack */
}

a i,
button i {
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/*=== Border Radius ===*/
.brd-rd40 {
  -webkit-border-radius: 2.5rem;
  border-radius: 2.5rem;
}

.brd-rd20 {
  -webkit-border-radius: 1.25rem;
  border-radius: 1.25rem;
}

.brd-rd10 {
  -webkit-border-radius: 0.625rem;
  border-radius: 0.625rem;
}

.brd-rd5 {
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
}

.brd-rd3 {
  -webkit-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  padding: 0;
}

.bootstrap-select .dropdown-menu li {
  line-height: initial;
}

.bootstrap-select .dropdown-menu li:nth-child(2n) {
  background-color: #f5f5f5;
}

.bootstrap-select .dropdown-menu li a {
  padding: 6px 1.5rem;
}

.bootstrap-select .dropdown-menu li a.dropdown-item.active,
.bootstrap-select .dropdown-menu li a.dropdown-item:active,
.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
  color: #fff !important;
}

/*=== Particles ===*/
.particles-js {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*=== Animations ===*/
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes slide-anim {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(15px);
    -ms-transform: rotateX(0deg) translateY(15px);
    -o-transform: rotateX(0deg) translateY(15px);
    transform: rotateX(0deg) translateY(15px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes slide-anim {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
    transform: rotateX(0deg) translateY(-10px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

.slide-anim {
  -webkit-animation: 5s slide-anim infinite;
  -ms-animation: 5s slide-anim infinite;
  -o-animation: 5s slide-anim infinite;
  animation: 5s slide-anim infinite;
}

/*=== Pulse Animation ===*/
.spinner:before,
.spinner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4.0625rem;
  margin-left: -4.0625rem;
  background-color: inherit;
  -webkit-animation: pluse 2s linear infinite;
  -ms-animation: pluse 2s linear infinite;
  -o-animation: pluse 2s linear infinite;
  animation: pluse 2s linear infinite;
  width: 8.125rem;
  height: 8.125rem;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  opacity: 0;
  z-index: -2;
}

.spinner:after {
  -webkit-animation: pluse 2s linear 2.3s infinite;
  -ms-animation: pluse 2s linear 2.3s infinite;
  -o-animation: pluse 2s linear 2.3s infinite;
  animation: pluse 2s linear 2.3s infinite;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-ms-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-o-keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes mymove {
  from {left: 0px;}
  to {left: 1200px;}
}

@keyframes pluse {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

/*=== Zoom Animation ===*/
.zoom-anim {
  -webkit-animation: zoom 8s linear infinite;
  -ms-animation: zoom 8s linear infinite;
  -o-animation: zoom 8s linear infinite;
  animation: zoom 8s linear infinite;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes zoom2 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }

  25% {
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }

  50% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  75% {
    -webkit-transform: rotateY(270deg);
    -ms-transform: rotateY(270deg);
    -o-transform: rotateY(270deg);
    transform: rotateY(270deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }

  25% {
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }

  50% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  75% {
    -webkit-transform: rotateY(270deg);
    -ms-transform: rotateY(270deg);
    -o-transform: rotateY(270deg);
    transform: rotateY(270deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

/*=== Page Loader Style ===*/
#preloader {
  position: fixed;
  top: 0;
  z-index: 99999;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #fff;
}

.preloader-inner {
  height: 9.375rem;
  line-height: 9.375rem;
  width: 9.375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid;
  -webkit-animation: rotate 5s infinite linear;
  -ms-animation: rotate 5s infinite linear;
  -o-animation: rotate 5s infinite linear;
  animation: rotate 5s infinite linear;
}

.preloader-icon {
  display: inline-block;
  font-size: 3.75rem;
  -webkit-animation: zoom2 3s infinite linear;
  -ms-animation: zoom2 3s infinite linear;
  -o-animation: zoom2 3s infinite linear;
  animation: zoom2 3s infinite linear;
}

/*=== Play Button ===*/
a.play-btn svg {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  z-index: 1;
  position: relative;
}

a.play-btn:hover svg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

a.play-btn svg .stroke-dotted {
  stroke-width: 2.5px;
  opacity: 1;
  stroke-dasharray: 7, 8;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 1s ease, stroke-width 1s ease;
  -ms-transition: opacity 1s ease, stroke-width 1s ease;
  -o-transition: opacity 1s ease, stroke-width 1s ease;
  transition: opacity 1s ease, stroke-width 1s ease;
}

a.play-btn:hover svg .stroke-dotted {
  -webkit-animation: spin 4s infinite linear;
  -ms-animation: spin 4s infinite linear;
  -o-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear;
}

/*=== Slick Arrow ===*/
.slick-slide:hover,
.slick-slide:focus {
  border: 0 !important;
  outline: 0 !important;
}

.slick-slider>button.slick-arrow {
  background-color: transparent;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1;
  top: 50%;
  position: absolute;
}

.slick-slider>button.slick-prev {
  left: -9.6875rem;
}

.slick-slider>button.slick-next {
  right: -9.6875rem;
}

.pagiInfo {
  position: absolute;
  left: 50%;
  bottom: 0;
 font-family: 'Chronicle Display';
  font-size: 1rem;
  font-weight: 600;
  color: var(--theme-color);
}

.pagiInfo:first-letter {
  font-family: Arapey;
  font-size: 6.25rem;
  font-weight: 400;
}

/*== Vertical Middle Arrow 1 ==*/
.v-ctr-arw.slick-slider>button.slick-arrow {
  left: auto;
  margin: -1.125rem 0 0;
  bottom: 50%;
}

.v-ctr-arw.slick-slider>button.slick-prev {
  left: -3rem;
}

.v-ctr-arw.slick-slider>button.slick-next {
  right: -3rem;
}

/*== Vertical Middle Arrow 2 ==*/
.v-ctr-arw.v2.slick-slider>button.slick-arrow {
  bottom: auto;
  margin: 0;
  top: 6.5rem;
}

.v-ctr-arw.v2.slick-slider>button.slick-prev {
  left: -4rem;
}

.v-ctr-arw.v2.slick-slider>button.slick-next {
  right: -4rem;
}

/*=== Slick Dots ===*/
.slick-slider:not(.feat-caro) ul.slick-dots {
  display: flex;
  margin: 1.5rem 0 0;
  list-style: none;
  justify-content: center;
  padding-left: 0;
}

.slick-slider:not(.feat-caro) ul.slick-dots>li {
  line-height: .75rem;
  margin: 0 3px;
}



/*=== Social Media ===*/
.facebook,
.facebook-hvr:hover,
.facebook-hvr:focus {
  background-color: #3b5999;
  border-color: #3b5999;
}

.twitter,
.twitter-hvr:hover,
.twitter-hvr:focus {
  background-color: #55acee;
  border-color: #55acee;
}

.google,
.google-hvr:hover,
.google-hvr:focus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.pinterest,
.pinterest-hvr:hover,
.pinterest-hvr:focus {
  background-color: #bd081c;
  border-color: #bd081c;
}

.linkedin,
.linkedin-hvr:hover,
.linkedin-hvr:focus {
  background-color: #0077B5;
  border-color: #0077B5;
}

.youtube,
.youtube-hvr:hover,
.youtube-hvr:focus {
  background-color: #cd201f;
  border-color: #cd201f;
}

.instagram,
.instagram-hvr:hover,
.instagram-hvr:focus {
  background-color: #e4405f;
  border-color: #e4405f;
}

.vimeo,
.vimeo-hvr:hover,
.vimeo-hvr:focus {
  background-color: #8cbe0b;
  border-color: #8cbe0b;
}

.skype,
.skype-hvr:hover,
.skype-hvr:focus {
  background-color: #00AFF0;
  border-color: #00AFF0;
}

.rss,
.rss-hvr:hover,
.rss-hvr:focus {
  background-color: #f26522;
  border-color: #f26522;
}

.facebook-clr,
.facebook:hover,
.facebook:focus {
  color: #3b5999;
}

.twitter-clr,
.twitter:hover,
.twitter:focus {
  color: #55acee;
}

.google-clr,
.google:hover,
.google:focus {
  color: #dd4b39;
}

.pinterest-clr,
.pinterest:hover,
.pinterest:focus {
  color: #bd081c;
}
.linkedin-clr,
.linkedin:hover,
.linkedin:focus {
  color: #0077B5;
}

.youtube-clr,
.youtube:hover,
.youtube:focus {
  color: #cd201f;
}

.instagram-clr,
.instagram:hover,
.instagram:focus {
  color: #e4405f;
}

.vimeo-clr,
.vimeo:hover,
.vimeo:focus {
  color: #8cbe0b;
}

.skype-clr,
.skype:hover,
.skype:focus {
  color: #00AFF0;
}

.rss-clr,
.rss:hover,
.rss:focus {
  color: #f26522;
}

/*=== Max Width ===*/
.max-80 {
  max-width: 5rem;
}

.max-90 {
  max-width: 5.625rem;
}

.max-100 {
  max-width: 6.25rem;
}

.max-120 {
  max-width: 7.5rem;
}

.max-130 {
  max-width: 8.125rem;
}

.min-140 {
  min-width: 8.75rem;
}

/*===== Theme Style =====*/

/*===== Header Styles =====*/
header {
  position: relative;
  z-index: 9999;
}

header.stick {
  position: fixed;
  left: 0;
  top: 0;
}

.logo {
  display: block;
  position: relative;
  line-height: 1;
}

.logo a {
  display: block;
}

.logo .hover-logo,
.logo .sticky-logo {
  position: relative;
  opacity: 0;
  left: 0;
  top: 0;
  align-items: center;
  /* max-width: -30px; */
  display: none;
  justify-content: center;
  margin: 0 auto;
}

.logo img {
  max-width: 200px;
  position: relative;
  max-height: 30px;
  transition: none;
  margin-left: -90px;
}

.logo>h1 {
  line-height: inherit;
}

.logo-menu-wrap .logo {
  flex: 0 0 16.875rem;
  max-width: 16.875rem;
}

.header-wrapper-top {
  display: flex;
  position: relative;
  justify-content: center;
  padding: 5px;
}
.header-wrapper-top:after {
  width: 100vw;
  height: 1px;
  content: '';
  position: absolute;
  background: #e6e6e6;
  bottom: 0;
}

.logo-menu-wrap .logo+nav {
  flex: 0 0 calc(100% - 22.875rem);
  max-width: calc(100% - 22.875rem);
}

nav div:not(.nav-right) ul li {
  position: relative;
  color: #bbbbbc;
  font-size: 1rem;
}

nav>div:not(.nav-right)>ul>li {
   color: #2c2c2c;
    padding: 0.5rem 0;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
      font-family: "Lora", serif;
}

nav>div:not(.nav-right)>ul>li+li {
  margin-left: 2rem;
}

nav div:not(.nav-right) ul li.active>a,
nav div:not(.nav-right) ul li:hover>a {
  font-weight: 500;
}

nav>div:not(.nav-right) ul>li.menu-item-has-children>a::before {
  content: "+";
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
 font-family: 'Chronicle Display';
  font-size: 1rem;
  line-height: inherit;
}

nav div:not(.nav-right) ul li.menu-item-has-children>a {
  padding-right: 1.25rem;
}

nav ul:not(.nav-right) li:hover>a,
nav ul:not(.nav-right) li.active>a,
nav ul:not(.nav-right) li>a:focus {
  color: inherit;
}

nav>div:not(.nav-right)>ul>li.menu-item-has-children::before {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid var(--color1);
  bottom: 0;
  left: 50%;
  margin-left: -1.15625rem;
  opacity: 0;
  -webkit-transform: translateX(5rem);
  -ms-transform: translateX(5rem);
  -o-transform: translateX(5rem);
  transform: translateX(5rem);
}

nav>div:not(.nav-right)>ul>li.menu-item-has-children:hover:before,
nav div:not(.nav-right) ul li.menu-item-has-children:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

nav div.nav-right>ul>li {
  font-size: 1.375rem;
  color: var(--color1);
  position: relative;
}

nav div.nav-right>ul>li+li {
  margin-left: 3.125rem;
}

nav div.nav-left {
flex: 1.3;
    padding-bottom: 15px;
    padding-left:25px;
}
.nav-center  {
 flex:1;   
     padding-bottom: 15px;
    }
.nav-right {
        padding-bottom: 15px;
    margin-right: 30px;
}
.nav-center .logo {
    margin-left: 0px;
}
nav div.nav-right li.res-menu-btn-wrap {
  display: none;
}

/*=== DropDown ===*/
nav div:not(.nav-right)>ul ul {
  background-color: var(--color1);
  min-width: 14.375rem;
  padding: 1rem 0;
  top: 100%;
  left: -2.1875rem;
  -webkit-transform: translateX(5rem);
  -ms-transform: translateX(5rem);
  -o-transform: translateX(5rem);
  transform: translateX(5rem);
  opacity: 0;
  visibility: hidden;
}

nav div:not(.nav-right) ul ul li:hover,
nav div:not(.nav-right) ul ul li.active,
nav div:not(.nav-right) ul ul li>a:focus {
  color: #fff;
}

nav div:not(.nav-right) ul ul li>a {
  display: block;
  padding: 6px 2.1875rem;
}

nav div:not(.nav-right) ul ul li>a span {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}

nav div:not(.nav-right) ul ul li>a span:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  position: absolute;
  right: 90%;
  opacity: 0;
}

nav div:not(.nav-right) ul ul li:hover>a span::before,
nav div:not(.nav-right) ul ul li.active>a span::before,
nav div:not(.nav-right) ul ul li>a:focus>span::before {
  opacity: 1;
  right: 0;
}

nav div:not(.nav-right)>ul ul ul {
  top: -1rem;
  left: 100%;
}

nav div:not(.nav-right) ul ul li.menu-item-has-children>a:before {
  right: 2.1875rem;
  top: 7px;
}

nav div:not(.nav-right) ul ul li>a {
  padding-right: 2.1875rem;
}

nav div:not(.nav-right) ul ul li.menu-item-has-children>a {
  padding-right: 3.125rem;
}

/*=== Header Search ===*/
.header-search {
  top: 0;
  left: 0;
  right: 0;
  bottom: 80%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, .97);
  padding: 10%;
  opacity: 0;
  visibility: hidden;
}

.header-search.active {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.search-close-btn {
  right: 1.255rem;
  top: 1.25rem;
  color: var(--color1);
  font-weight: 700;
  cursor: pointer;
  height: 4rem;
  line-height: 4rem;
  width: 4rem;
  text-align: center;
  font-size: 1.3rem;
}

.search-close-btn:hover,
.search-close-btn:focus {
  background-color: var(--color1);
  color: #fff;
}

.header-search>form input {
  border-bottom: 2px solid rgba(0, 0, 0, .3);
  height: 5rem;
  font-size: 2.3rem;
  width: 100%;
  background-color: transparent;
  padding-right: 5rem;
}

.header-search>form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  background-color: transparent;
  text-align: right;
  padding: 0;
  font-size: 2rem;
  font-weight: 700;
}

/*=== Header Cart ===*/
.nav-right ul>li:hover>.minicart-dropdown {
  opacity: 1;
  visibility: visible;
}

.minicart-dropdown {
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    width: 11.125rem;
    -webkit-border-radius: 0.9375rem;
    border-radius: 0.9375rem;
    visibility: hidden;
    text-align: center;
    opacity: 0;
    color: var(--color4);
    right: -16px;
    top: 39px;
}

nav ul ul.minicart-dropdown-list::before {
  left: auto;
  margin-left: 0;
  right: 1.35rem;
}

.minicart-dropdown>ul {
  display: block;
  max-height: 9.625rem;
  overflow-y: auto;
}

.minicart-dropdown>ul li {
  width: 100%;
}

.minicart-item {
  align-items: center;
  position: relative;
}

.minicart-item>a {
  border: 1px solid var(--color5);
  max-width: 4.375rem;
  display: block;
}

.minicart-item>a+.minicart-info {
  flex: 0 0 calc(100% - 4.375rem);
  max-width: calc(100% - 4.375rem);
  padding-left: 1.25rem;
}

.minicart-info {
  padding-right: .9375rem;
}

.minicart-info>h6 {

  font-weight: 500;
 
}

.minicart-dropdown>ul li:not(:first-child) {
  margin-top: 1.25rem;
  border-top: 0;
}

.minicart-info .price {
  font-size: .9375rem;
  margin-top: 5px;
  display: inline-block;
}

.btns-total {
  border-top: 1px solid var(--color5);
  margin-top: 1.25rem;
  padding-top: .9375rem;
}

.btns-total>span {
  color: var(--color1);
  display: block;
  font-size: 1rem;
}

.btns-total>span span {
  display: inline-block;
  margin-left: 5px;
  font-size: inherit;
}

.btns-wrap2>a.thm-btn {
  padding: 9px 8px 8px;
  line-height: initial;
  font-size: 13px;
  width: calc(50% - 30px);
  text-align: center;
  margin-top: .9375rem;
  min-height: initial !important;
}

.btns-total .btns-wrap2 {
  justify-content: space-between;
}

.mini-cart:hover .minicart-dropdown {
  opacity: 1;
  visibility: visible;
}

.mini-cart>a span {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--color7);
  color: var(--color8);
  font-size: 12px;
  line-height: .9375rem;
  width: .9375rem;
  height: .9375rem;
  position: absolute;
  text-align: center;
  top: -3px;
  left: -7px;
}

.minicart-info a.remove-cart {
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.minicart-info a.remove-cart:hover,
.minicart-info a.remove-cart:focus {
  color: var(--color1);
}

/*=== Header Style 1 ===*/
header.style1 {
  background-color: transparent;
}

/*=== Header Style 2 ===*/
header.style2 nav>div:not(.nav-right)>ul>li,
header.style2 nav div.nav-right>ul>li {
  color: transparent;
}

header.style2 nav>div:not(.nav-right)>ul>li.menu-item-has-children::before {
  border-bottom-color: #fff;
}

header.style2 nav div:not(.nav-right)>ul ul {
  background-color: #fff;
}

header.style2 nav div:not(.nav-right)>ul ul li {
  color: #737176;
}

header.style2 nav div:not(.nav-right)>ul ul li:hover>a,
header.style2 nav div:not(.nav-right)>ul ul li>a:focus {
  color: var(--color1);
}

/*=== Sticky Header ===*/
header.sticky {
  background-color: transparent;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, .1);
  -ms-box-shadow: 0 0 1.25rem rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 1.25rem rgba(0, 0, 0, .1);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, .1);
  position: absolute; /* Header'ı sayfa üzerinde üstte sabitle */
  top: 0; /* Header'ı üst kısımdan sıfırlayın */
  left: 0;
  width: 100%;
  z-index: 10; /* Header'ın slider'ın üstünde olmasını sağlamak için */

}

header.sticky nav div:not(.nav-right)>ul ul {
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 0 1.25rem rgba(0, 0, 0, .15);
  -o-box-shadow: 0 0 1.25rem rgba(0, 0, 0, .15);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, .15);
}

header.style2.sticky nav>div:not(.nav-right)>ul>li,
header.style2.sticky nav div.nav-right>ul>li {
  color: var(--color1);
}

.logo:hover .hover-logo {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}

header.sticky .logo .sticky-logo {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}



/*===== Responsive Menu =====*/
.responsive-menu {
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 0 1.25rem rgba(0, 0, 0, .15);
  -o-box-shadow: 0 0 1.25rem rgba(0, 0, 0, .15);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, .15);
  max-width: 18.75rem;
  right: -18.75rem;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  padding: 5rem 2.5rem;
  opacity: 0;
  visibility: hidden;
}

.menu-close {
  position: absolute;
  height: 1.875rem;
  width: 1.875rem;
  line-height: 2.1rem;
  cursor: pointer;
  top: 1.25rem;
  right: 1.25rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--color1);
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.menu-close:hover,
.menu-close:focus {
  color: var(--color1);
}

.responsive-menu.slidein {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.responsive-menu>ul ul {
  display: none;
  padding-left: 1.25rem;
  margin-top: 7px;
}

.responsive-menu>ul ul li {
  font-size: 1rem;
}

.responsive-menu>ul li.active>a,
.responsive-menu>ul li.active-parent>a,
.responsive-menu>ul li:hover>a,
.responsive-menu>ul li>a:focus {
  color: var(--color1);
  font-weight: 500;
}

.responsive-menu>ul li a {
  display: block;
  position: relative;
  padding-right: 1.25rem;
}

.responsive-menu>ul li.menu-item-has-children>a::before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  line-height: inherit;
  font-size: 14px;
}

.responsive-menu>ul>li+li {
  margin-top: 7px;
}

.responsive-menu>ul ul li+li {
  margin-top: 3px;
}

.responsive-menu>ul+.scl-links {
  margin-top: 2.5rem;
}

/*===== Featured Area Style 1 =====*/
.feat-item>img {
  height: auto;
  max-width: 87.5rem;
}

.feat-cap-wrap {
  top: 50%;
  left: 50%;
  max-width: 27.125rem;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feat-cap {
  padding: 3.2rem;
  background: white;
  z-index: 1;
  opacity: 1;
  visibility: hidden;
}

.slick-active .feat-cap {
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.feat-cap>i {
  top: -10.3125rem;
  left: -10.3125rem;
  z-index: -1;
}

.feat-cap i svg {
  max-width: 22.375rem;
}

.feat-cap>span {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  align-items: center;
  font-family: "Lora", serif;
  display: block;
  font-style: italic;
}

.feat-cap>span+h2 {
  margin-top: 10px;
}

.feat-cap>h2 {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Lora", serif;
  text-align: center;
  line-height: 3rem;
}

.feat-cap>h2+a {
  color: #000000cc;
  display: block;
  width: 100%;
  padding: 1rem;
  text-align: center;
  margin: 0 auto;
}

.feat-cap>a {
  margin-left: 0;
}

.feat-cap>a:hover,
.feat-cap>a:focus {margin: 0;}

.thm-btn {
  font-size: 14px;
  color: var(--color3);
  font-weight: 500;
  text-transform: uppercase;
  margin: 7px;
  padding: 0.5rem 2.4rem;

  border-radius: 15px;
}

.thm-btn.bg-color1 {
  color: #fff;
}

.thm-btn.bg-color1:hover,
.thm-btn.bg-color1:focus {
  color: var(--color3)
}

.thm-btn.thm-bg:hover,
.thm-btn.thm-bg:focus {
    background-color: #274D78;
    color: white;
}

.thm-btn span.brd-btm-rgt {
  bottom: -6px;
  top: 55%;
  right: -6px;
  left: 0;

}

.thm-btn span.brd-tp-lft {
  right: -6px;
  top: -6px;
  left: 100%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
  bottom: 100%;
  opacity: 0;

}

.thm-btn span {
  position: absolute;
}

.thm-btn:hover span.brd-btm-rgt,
.thm-btn:focus span.brd-btm-rgt {
  top: -6px;
  left: -6px;
}

.thm-btn:hover span.brd-tp-lft,
.thm-btn:focus span.brd-tp-lft {
  left: -6px;
  bottom: -6px;
  opacity: 1;
  -webkit-transition: .3s left .3s, .3s bottom .6s, .3s opacity .3s;
  -ms-transition: .3s left .3s, .3s bottom .6s, .3s opacity .3s;
  -o-transition: .3s left .3s, .3s bottom .6s, .3s opacity .3s;
  transition: .3s left .3s, .3s bottom .6s, .3s opacity .3s;
}

.feat-wrap .pagiInfo {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 73.125rem;
  width: 100%;
  text-align: right;
  bottom: -3rem;
}

/*===== About Style 1 =====*/
.about-img {
  padding-bottom: 0;
}

.about-img-cap {
  right: -3.4375rem;
  bottom: 0;
  padding: 1.5rem 1.875rem;
}

.about-img-cap>h3 {
  font-size: 14px;
 font-family: 'Chronicle Display';
  font-weight: 500;
  letter-spacing: 2.5px;
}

.about-img-cap>h3 span {
  font-weight: 300;
}

.about-img-cap>h3 i {
  width: 2.8125rem;
  height: 1px;
  background-color: var(--color1);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.about-img-cap>h3+a {
  margin-left: 1.625rem;
}

.about-img-cap>a {
  height: 2.9375rem;
  width: 2.9375rem;
  text-align: center;
  border: 1px solid;
  font-size: 14px;
  line-height: 2.9375rem;
  position: relative;
}

.about-img-cap>a:hover,
.about-img-cap>a:focus {
  color: var(--color1);
}

.about-img-cap>a svg {
  position: absolute;
  bottom: -7px;
  left: -7px;
  height: 1.875rem;
  width: 3.125rem;
}

.about-img-cap>a:hover:before,
.about-img-cap>a:focus:before {
  border: 1px solid var(--color1);
}

.about-desc {
  padding: 3rem 5rem 5.625rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.about-desc>span {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3em;

  line-height: 2.4;
}

.about-desc>span+h2 {
  margin-top: 3px;
  text-align: left;
  line-height: 1.9;
  font-weight: 400;
  font-size: 1.8rem;
  min-height: 0vw;
 
  color: #3f3b3b;
}

.about-desc>h2 {
    font-size: 28px;
    line-height: 35px;
    max-width: 100%;
    margin-bottom: 20px !important;
}

.about-desc>h2 i,
.sec-title-inner>h2 i {
  display: none;
  vertical-align: middle;
  width: 3.625rem;
  height: 2px;
  background-color: var(--theme-color);
  margin-left: .9375rem;
}

.about-desc>h2+p {
   margin-top: 7px;
  text-align: left;
  line-height: 2.1;
  max-width: 90%;
  font-size:17px;
}

.about-desc>p+p {
     margin-top: 7px;
  text-align: left;
  line-height: 2.1;
  max-width: 90%;
  font-size:17px;
}

.about-desc>p+a {
  margin-top: 3.125rem;
}

.about-desc>a {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 3.9px;
  color: var(--color2);
}

.about-desc>a:hover,
.about-desc>a:focus {
  color: var(--color1);
}

/*===== Posts Style 1 =====*/
.posts-wrap>div.row>div:first-child {
  margin-top: 4.6875rem;
}

.posts-wrap>div.row>div:last-child {
  margin-top: 10rem;
}

.post-box:hover>img {
  -webkit-transform: scale(1.05) rotate(2deg);
  -ms-transform: scale(1.05) rotate(2deg);
  -o-transform: scale(1.05) rotate(2deg);
  transform: scale(1.05) rotate(2deg);
}

.post-info {
  top: 0;
  background-color: rgba(255, 255, 255, .85);
  max-width: 38.25rem;
  width: 100%;
  height: 30%;
  padding: 1.25rem 2.5rem 4.5rem;
}

.info-right {
  right: 0;
}

.info-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.info-left {
  left: 0;
}

.post-info>h3 {
  font-size: 1.625rem;
  line-height: 1.875rem;
}

.post-info>h3 i {
  display: inline-block;
  vertical-align: middle;
  width: 2.8125rem;
  height: 1px;
  background-color: var(--color1);
  margin-left: 12px;
}

.post-info>span {
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  font-family: Arapey;
  font-weight: 400;
  font-size: 1.875rem;
  padding: 0 1rem;
  bottom: 0;
  left: 0;
  color: white;
}

.post-info>a {
  right: 1.5rem;
  bottom: 1rem;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}

.post-info>a:hover,
.post-info>a:focus {
  color: var(--color1);
}

/*===== Sec Title Style 1 =====*/
.sec-title {
  margin-bottom: 1rem;
}

.sec-title-inner>span {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 5400;
  letter-spacing: 2.9px;
  color: #2c2c2c;
 
}

.sec-title-inner>span+h2 {
  margin-top: 5px;

}

.sec-title-inner>h2 {
  line-height: 3rem;
  font-size: 2rem;
  color: #2c2c2c;
}

.dark-layer .sec-title-inner>h2,
.black-layer .sec-title-inner>h2 {
  color: #fff;
}

.dark-layer .sec-title-inner>h2 i,
.black-layer .sec-title-inner>h2 i {
  background-color: #fff;
}

/*===== Services Style 1 =====*/
.serv-box {
  margin-bottom: 2.5rem;
  height: 100%;
  padding: 20px;
 
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.serv-box>span {
  margin: 0 6px 6px;
  height: 7.5rem;
  line-height: 7.5rem;
  width: 7.5rem;
  font-size: 4.0625rem;
}

.serv-box>span:before,
.serv-box>span:after {
  content: "";
  position: absolute;
  background-color: var(--color2);
  bottom: -6px;
  left: -6px;
  opacity: 0;
}

.serv-box:hover>span {
  color: #ffffff;
}

.serv-box>span::before {
  width: 1px;
  top: 100%;
}

.serv-box>span::after {
  bottom: -6px;
  height: 1px;
  right: 100%;
}

.serv-box:hover>span::after {
  right: 0;
}

.serv-box:hover>span::before {
  top: 0;
}

.serv-box:hover>span::before,
.serv-box:hover>span::after {
  opacity: 1;
}

.serv-box>span+.serv-info {
  margin-top: 2.375rem;
 
}

.serv-info>h3 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
color: #2c2c2c;
}

.serv-info>h3+p {
  margin-top: 10px;
      color: #2c2c2c;
}

/*===== Sec Title Style 2 =====*/
.sec-title2 {
  margin-bottom: 2.5rem;
}

.sec-title2-inner {
  max-width: 56%;
}

.sec-title2-inner>h2 {
  position: relative;
  font-size: 1.625rem;
  line-height: 1.875rem;
  padding-bottom: 13px;
}

.sec-title2-inner>h2:before {
  content: "";
  height: 1px;
  width: 2.8125rem;
  background-color: var(--color1);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sec-title2-inner>h2+p {
  margin-top: 1.75rem;
}

.dark-layer .sec-title2-inner>h2 {
  color: #fff;
}

.dark-layer .sec-title2-inner>h2:before {
  background-color: #fff;
}

/*===== Newsletter Style =====*/
.newsletter-inner {
  max-width: 32.8125rem;
  width: 100%;
}

.field-box>i {
  position: absolute;
  top: 0;
  line-height: 3.75rem;
  left: 1.875rem;
  font-size: 1.25rem;
}
.field-box {
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -30px;
  background: var(--color3);
  border-radius: 15px;
}

.field-box>input {
  width: 100%;
  height: 3.75rem;
  font-size: 1rem;
  color: #737176;
  padding: 2.01rem 5.0625rem;
  border-radius: 15px;
}

.newsletter-inner>form button {
  right: -7px;
  top: -7px;
}

/*===== Project Calculator Style =====*/
.proj-calc-box-wrap {
  margin-bottom: 2.5rem;
}

.proj-calc-wrap>div.row>div:first-child .proj-calc-box-wrap {
  padding-right: 1.875rem;
}

.proj-calc-wrap>div.row>div:nth-child(2) .proj-calc-box-wrap {
  padding: 0 .9375rem;
}

.proj-calc-wrap>div.row>div:last-child .proj-calc-box-wrap {
  padding-left: 1.875rem;
}

.proj-calc-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2.375rem 2.5rem 4.0625rem;
  z-index: 1;
  min-height: 30.9375rem;
}

.proj-calc-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid var(--color5);
  z-index: -1;
}

.proj-calc-box:hover:before {
  border-color: transparent;
  background-color: var(--color3);
  opacity: .8;
  z-index: -1;
}

.proj-calc-box>i {
  left: -3.25rem;
  max-width: 3.875rem;
  top: 3.125rem;
}

.proj-calc-box>i svg {
  max-width: 3.875rem;
}

.proj-calc-head>h2 {
  font-size: 6.25rem;
  color: #ddd;
  line-height: 1;
}

.proj-calc-head>h2 small {
  font-size: 1rem;
 font-family: 'Chronicle Display';
  font-weight: 500;
}

.proj-calc-box:hover .proj-calc-head>h2 {
  color: var(--color1);
}

.proj-calc-head>h2 small:first-child {
  margin-right: 10px;
}

.proj-calc-head>h2 small:last-child {
  margin-left: 10px;
}

.proj-calc-wrap>div.row>div:first-child .proj-calc-box>i {
  opacity: 0;
  visibility: hidden;
}

.proj-calc-head+.proj-calc-body {
  border-top: 2px solid #ddd;
  margin-top: 10px;
  padding-top: 3.125rem;
}

.proj-calc-body-box+.proj-calc-body-box {
  margin-top: 2.5rem;
}

.proj-calc-body-box>h4 {
  margin-bottom: 0;
 font-family: 'Chronicle Display';
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
}

.proj-calc-body-box>h4+* {
  margin-top: 1.125rem;
}

.slc-box {
  position: relative;
}

.slc-box:before {
  content: "+";
 font-family: 'Chronicle Display';
  position: absolute;
  right: .9375rem;
  pointer-events: none;
  font-size: 1.3rem;
  top: 0;
  line-height: 2.125rem;
}

.slc-box select {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  width: 100%;
  background-color: transparent;
  color: #737176;
  font-size: 1rem;
  font-weight: 300;
  border-bottom: 2px solid rgba(115, 113, 118, .5);
  padding: 3.5px 1.875rem 4.5px .9375rem;
}

.area-filter-range>span {
  font-size: 14px;
  color: #737176;
}

.area-filter {
  background-color: rgba(115, 113, 118, .5);
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  height: 2px;
}

.area-filter .noUi-handle {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  height: 14px;
  width: 14px;
}

.area-filter .noUi-handle:before,
.area-filter .noUi-handle:after {
  display: none;
}

.area-filter .noUi-handle .noUi-tooltip {
  background-color: transparent;
  border: 0;
  padding: 0 1.5rem 0 0;
  font-size: 1rem;
}

.area-filter .noUi-handle .noUi-tooltip:before {
  content: "m2";
  position: absolute;
  right: 0;
  top: 0;
}

.proj-calc-body-box>h4+.area-filter {
  margin-top: 3.5rem;
}

.area-filter+.area-filter-range {
  margin-top: 5px;
}

.proj-calc-body-box>h4+div.quantity {
  margin-top: 1.5rem;
}

.quantity {
  text-align: center;
}

.quantity .bootstrap-touchspin {
  max-width: 8.75rem;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}

.quantity .bootstrap-touchspin>span.input-group-btn {
  width: 1.875rem;
  margin: 0;
  height: 1.875rem;
}

.quantity .bootstrap-touchspin>span.input-group-btn button {
  background-color: transparent;
  border: 0;
  color: transparent;
  padding: 0;
  width: 100%;
  position: relative;
}

.quantity .bootstrap-touchspin>span.input-group-prepend {
  order: 1;
}

.quantity .bootstrap-touchspin>span.input-group-append {
  order: -1;
}

.quantity .bootstrap-touchspin>input {
  text-align: center;
  border: 1px solid var(--color1);
  color: #737176;
  height: 2.25rem;
  width: 2.25rem;
  padding: 0;
  max-width: 2.25rem;
  margin: 0 1.25rem;
}

.quantity .bootstrap-touchspin>span.input-group-btn button:before {
  content: "";
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--color1);
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.quantity .bootstrap-touchspin>span.input-group-append button::after {
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  background-color: var(--color1);
  width: 2px;
  position: absolute;
}

.checkbox-list {
  text-align: initial;
  padding: 0 1.875rem;
}

.checkbox-list>span {
  font-size: 1rem;
  line-height: 1.875rem;
}

.checkbox-list>span+span {
  margin-top: 12px;
}

/*===== Input Checkbox Styling =====*/
.check-box [type="checkbox"]:not(:checked),
.check-box [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.check-box [type="checkbox"]:not(:checked)+label,
.check-box [type="checkbox"]:checked+label {
  position: relative;
  padding: 3px 0 3px 3.75rem;
  cursor: pointer;
  margin-bottom: 0;
}

/* checkbox aspect */
.check-box [type="checkbox"]:not(:checked)+label::before,
.check-box [type="checkbox"]:checked+label::before {
  background-color: #fff;
  border: 1px solid var(--color1);
  content: "";
  height: 2.25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.25rem;
}

/* checked mark aspect */
.check-box [type="checkbox"]:not(:checked)+label:after,
.check-box [type="checkbox"]:checked+label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  height: 1.25rem;
  width: 1.25rem;
}

/* checked mark aspect changes */
.check-box [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.check-box [type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gWvNmt picture img {
  max-width: initial;
}
.gWvNmt {
  max-width: 3840px;
  overflow: hidden;
  transform: translateZ(0px);
  white-space: nowrap;
  font-size: 0px;
}
.gWvNmt picture {
  vertical-align: middle;
  transform: translateZ(0px);
  animation: 120s linear 0s infinite normal none running ;
}
/* disabled checkbox */
.check-box [type="checkbox"]:disabled:not(:checked)+label:before,
.check-box [type="checkbox"]:disabled:checked+label:before {
  border-color: #bbb;
  background-color: #ddd;
}

.check-box [type="checkbox"]:disabled:checked+label:after {
  color: #999;
}

.check-box [type="checkbox"]:disabled+label {
  color: #aaa;
}

/*===== Projects Style 1 =====*/
.projects-wrap {
  margin-bottom: -2rem;
}

.proj-box {
  margin-bottom: 2rem;
}

.proj-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: .1;
  z-index: 1;
}

.proj-box:hover>img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.proj-info {
  top: 60%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 2.5rem 2.8125rem 2.25rem;
  max-width: 18.75rem;
  min-width: 18.75rem;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.proj-info:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid;
}

.proj-info>h3 {
  position: relative;
  font-size: 1.625rem;
  letter-spacing: .3px;
  line-height: 1.1;
  padding-bottom: 8px;
}

.proj-info>h3:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 50%;
  width: 2.8125rem;
  margin-left: -1.40625rem;
  background-color: var(--color1);
  bottom: 0;
}

.proj-info-list {
  text-align: initial;
  justify-content: center;
}

.proj-info-list>li {
  position: relative;
  font-size: 1rem;
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  padding-left: 1.8rem;
  line-height: 1.25rem;
  margin-top: 11px;
}

.proj-info-list>li i {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 1.125rem;
}

.proj-info>h3+.proj-info-list {
  margin-top: 13px;
}

.proj-info>ul+a {
  margin-top: 1.6875rem;
}

.proj-info-list>li:nth-child(2n) {
  margin-left: 1.6875rem;
  flex: 0 0 calc(50% - 1.375rem);
  max-width: calc(50% - 1.375rem);
}

.proj-box:hover .proj-info {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

/*===== Facts Style =====*/
.facts-wrap {
  margin-bottom: -2rem;
}

.fact-box {
  margin-bottom: 2rem;
}

.fact-box>h2+h5 {
  padding-top: 1.75rem;
  margin-top: 6px;
}

.fact-box>h2 {
  font-size: 8.4375rem;
  line-height: 1;
}

.fact-box>h2+h5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 2px;
  width: 15.3125rem;
  opacity: .6;
  background-color: #000;
  margin-left: -7.65625rem;
}

.fact-box>h5 {
  position: relative;
 font-family: 'Chronicle Display';
  font-weight: 500;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.fact-box>h5 i {
  font-size: 1.25rem;
  margin-right: 10px;
}

/*===== Packages Style =====*/
.packages-wrap {
  padding: 0 10px;
}

.package-body.w-100 {
  flex-grow: 1;
  height: 100%;
}
.package-box ul li {
font-size: 16px;
    line-height: 1.5rem;
    text-align: center;
}
.package-box .thm-btn {
  border-radius: 10px;
  width: 214px;
  margin: 0 auto;
  background: #2c2c2c;
}

.package-box .thm-btn span.brd-btm-rgt {
  display: none;
}

.package-box {
  display: flex;
  flex-direction: column;
  background: white;
  min-height: 480px;
  border-radius: 10px;
  gap: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 30px 15px;
}

.package-box ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.package-box:before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  border: 1px solid #fff;
  z-index: -1;
  opacity: 0;
}

.package-box:hover:before,
.package-box.active:before {
  opacity: 1;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
}

.package-head>h4 {
 font-weight: 500;

 text-transform: uppercase;
 font-size: 18px;
}

.package-head>h4+h2 {
  margin-top: 6px;

}

.package-head>h2 {
  font-size: 32px;
}

.package-head>h2 small {
  font-size: 1rem;


  font-weight: 500;
}

.package-head+.package-body {
  flex-grow: 1;
  justify-content: center;
  padding: 1rem;
  align-items: center;
  display: flex;
  color:black;
}

.package-head+.package-body:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  width: 21.125rem;
  border-radius: 20px;
  background-color: #acacac;
  opacity: .6;
  top: 0;
}

.package-body {
  position: relative;
}

.package-body>p+a {
  margin-top: 2.1875rem;
}

.package-box.active .package-head>h4 {
  font-size: 18px;
}

.package-box:hover .package-head+.package-body::before,
.package-box.active .package-head+.package-body::before {
  opacity: .8;
}

.package-box.active .package-body>p {
  font-weight: 400;
}

.package-box:hover .package-body>a.thm-btn,
.package-box.active .package-body>a.thm-btn {
  background-color: var(--color3);
  color: var(--color1);
}

.package-box:hover .package-body>a.thm-btn span,
.package-box.active .package-body>a.thm-btn span {
  border-color: #fff;
}

/*=== Ver 2 ===*/
.package-box.v2 {
  border: 1px solid var(--color5);
}

.package-box.v2.active,
.package-box.v2:hover {
  background-color: var(--color3);
  border-color: transparent;
}

.package-box.v2:hover .package-body>a.thm-btn span {
  border-color: var(--color1);
}
.w-layout-grid.p-feature-list {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-top: 5%;
  justify-content: space-around;
}

.p-feature-item {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;

}
.p-feature-item h2 {
  font-size: 1.2rem;

}

/*===== Contact Form Style =====*/
.cont-inner {
  flex: 0 0 26.875rem;
  max-width: 26.875rem;
  background-color: #fff;
  z-index: 1;
  padding: 4.375rem 3.3rem 3.5625rem;
}

.cont-inner:before,
.cont-inner:after {
  display: none;
  content: "";
  height: 1.5625rem;
  width: 1.5625rem;
  position: absolute;
}

.cont-inner::before {
  left: 10px;
  bottom: 10px;
}

.cont-inner::after {
  right: 10px;
  top: 10px;
}

.cont-inner>i {
  max-width: 19.25rem;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.cont-title {
  margin-bottom: 2.5rem;
}

.cont-title>h3 {
  position: relative;
  padding-bottom: 12px;

}

.cont-title>h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  background-color: var(--color1);
  width: 2.8125rem;
  margin-left: -1.40625rem;
}

.cont-title>h3+p {
  margin-top: 1.625rem;
  color:#2c2c2c ;

}

.cont-inner>form .field-box>input {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding: 10px 2.5rem;
  height: 2.8125rem;
  background-color: transparent;
  border-width: 2px;

}

.cont-inner>form .field-box>i {
  font-size: 1.125rem;
  line-height: 2.8125rem;
  left: 10px;
  display: none;
}

.cont-inner>form .field-box+.field-box {
  margin-top: 1.875rem;
}

.cont-inner>form button {
  margin-top: 4.0625rem;
      background-color: transparent;
  /* font-family: 'Cormorant Garamond', serif; */
}

/*===== Sponsors Style =====*/
.spnsrs-wrap {
  padding: 0 2.5rem;
}

.spnsrs-list>li {
  flex: 0 0 14.2858%;
  max-width: 14.2858%;
  padding: 0 1rem;
}

.spnsr-box>a {
  display: block;
  position: relative;
  line-height: 13.125rem;
  min-height: 13.125rem;
  padding: 0 1rem;
}

.spnsr-box>a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--color5);
  -webkit-transform: scaleY(.5);
  -ms-transform: scaleY(.5);
  -o-transform: scaleY(.5);
  transform: scaleY(.5);
  opacity: 0;
}

.spnsr-box>a:hover:before,
.spnsr-box>a:focus:before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.spnsr-box>a:hover img,
.spnsr-box>a:focus img {
  opacity: .5;
}

/*===== Footer Style =====*/
.widget-box {
  margin-bottom: 1.125rem;
}

.widget-box .logo a {
  line-height: inherit;
  display: inline-block;
}

.widget-box .logo,
.scl-links {
  line-height: 1;
}

.widget-box .logo h1 {
  line-height: inherit;
}

.widget-box .logo+p {
  margin-top: 1.75rem;
}

.widget-box p {
  font-size: 1rem;
  max-width: 90%;
}

.bg-color1 p,
.bg-color1 ul li {
  color: #bbbbbc;
}

.widget-box p+.scl-links {
  margin-top: 2.9375rem;
}

.scl-links>a {
  display: inline-block;
  font-size: 1rem;
}

.scl-links>a:not(:first-child) {
  margin-left: 1.875rem;
}

.scl-links>a:hover,
.scl-links>a:focus {
  color: var(--theme-color) !important;
}

.widget-title {
 font-size: 15px;
 text-transform: uppercase;
 font-family: 'Cormorant Garamond', serif;
 font-weight: 600;
 line-height: 20px;
 padding-top: 10px;
 margin-bottom: 1rem;
}

.bg-color1 .widget-title {
  color: #2c2c2c;
}

.widget-box ul li {
  font-size: 14px;
  position: relative;
  line-height: 1rem;
  width: 100%;
}

.widget-box ul li+li {
  margin-top: 10px;
}

.widget-box ul.cont-list li+li {
  margin-top: 1.25rem;
}

.widget-box ul li a {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-family: "Lora", serif;
      color: #2c2c2c;

}

.widget-box ul li a:before {
  content: "";
  height: 1px;
  left: 0;
  right: 100%;
  bottom: 0;
  opacity: 0;
  position: absolute;
}


.widget-box ul li:hover>a,
.widget-box ul li a:focus {
  color: #274D78;
  text-decoration: none;
}

.widget-box ul.cont-list li {
  padding-left: 2.5rem;
  max-width: 90%;
}

.widget-box ul.cont-list li i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
  font-size: 1.125rem;
}

.widget-gallery {
  margin-bottom: -5px;
}

.widget-gallery a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
}

.widget-gallery a:hover:before,
.widget-gallery a:focus:before {
  opacity: .6;
}

/*===== Copyright Style =====*/
.copyright {
  padding: 5px 0;
}

footer+.copyright {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.copyright-inner>p,
.copyright-inner>ul li {
  font-size: 11px;
}

.copyright-inner>ul li {
  position: relative;
}

.copyright-inner>ul li:not(:first-child) {
  padding-left: 8px;
  margin-left: 5px;
}

.copyright-inner>ul li:not(:first-child):before {
  content: "|";
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 1.125rem;
}

/*===== Click To Top Button Style =====*/
.clc-tp-btn {
  z-index: 999;
  right: -10.625rem;
  height: 3.875rem;
  width: 3.875rem;
  line-height: 3.875rem;
  text-align: center;
  top: 1.25rem;
}

.clc-tp-btn svg {
  max-width: 1rem;
}

/* .clc-tp-btn:hover, 
.clc-tp-btn:focus {background-color: #fff;} */

/*===== Featured Area Style 2 =====*/
.feat-imgs-list>li {
  flex: 0 0 25%;
  max-width: 25%;
}

.feat-img {
  min-height: 49.0625rem;
  background-position: center;
  background-size: cover;
  display: block !important;
  position: relative;
}

.feat-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: .1;
}

.feat-cap-wrap2 {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  max-width: 73.125rem;
}

.feat-cap2>h2 {
  font-size: 5rem;
  line-height: 5.9375rem;
  position: relative;
  margin-top: -1.875rem;
  line-height: 4.0625rem;
}

.feat-cap2>h2+a {
  margin-top: 3.625rem;
}

.feat-cap2>h2 span {
  background-color: #fff;
  margin-top: 1.875rem;
  padding: 0 3.125rem;
}

/*===== Services Style 2 =====*/
.serv-wrap2 {
  margin-bottom: -2.6875rem;
}

.serv-box2-wrap {
  padding-top: 4.0625rem;
  margin-bottom: 2.6875rem;
}

.serv-box2-wrap>span {
background-color: #2c2c2c;
    font-family: Arapey;
    font-weight: 300;
    font-style: italic;
    top: 0;
    font-size: 24px;
    line-height: 2;
    z-index: 2;
    padding: 0 2.25rem;
    color: white;
    display : none;
}

.serv-caro .slick-slide.slick-active.slick-current .serv-box2-wrap,
.serv-wrap2>div.row>div:first-child .serv-box2-wrap,
.serv-wrap2>div.row>div:nth-child(4) .serv-box2-wrap {
  padding-right: 2.8125rem;
}

.serv-caro .slick-slide.slick-active.slick-current+.slick-slide.slick-active .serv-box2-wrap,
.serv-wrap2>div.row>div:nth-child(2) .serv-box2-wrap,
.serv-wrap2>div.row>div:nth-child(5) .serv-box2-wrap {
  padding-left: 1.40625rem;
  padding-right: 1.40625rem;
}

.serv-caro .slick-slide.slick-active.slick-current+.slick-slide.slick-active+.slick-slide.slick-active .serv-box2-wrap,
.serv-wrap2>div.row>div:nth-child(3) .serv-box2-wrap,
.serv-wrap2>div.row>div:last-child .serv-box2-wrap {
  padding-left: 2.8125rem;
}

.serv-caro .serv-img2 {
  max-width: 20.3125rem;
}

.serv-img2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  
    opacity: 0;
    z-index: 1;
}
.para-width  {
    font-size:18px !important;
}

.serv-caro .slick-slide.slick-active.slick-current+.slick-slide.slick-active .serv-box2-wrap, .serv-wrap2>div.row>div:nth-child(2) .serv-box2-wrap, .serv-wrap2>div.row>div:nth-child(5) .serv-box2-wrap {
    padding-left: 10px;
    padding-right: 10px;
}
.serv-box2-wrap {
    padding-top: 10px;
    margin-bottom: 10px !important;
}
.serv-box2:hover .serv-img2::before {
  opacity: .4;
}

.serv-img2>a {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(.7);
  -ms-transform: translate(-50%, -50%) scale(.7);
  -o-transform: translate(-50%, -50%) scale(.7);
  transform: translate(-50%, -50%) scale(.7);
  opacity: 0;
  z-index: 1;
}

.serv-box2:hover .serv-img2>a {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}



.serv-img2+.serv-info2 {
  margin-top: 1.25rem;
  text-align: justify;
}

.serv-info2 {
  padding-left: 0;
}

.serv-info2>h3 {
  font-size: 1.625rem;
  letter-spacing: .3px;
 
      text-align: center;
      color:#2c2c2c;
}

.ytp-large-play-button-red-bg .ytp-large-play-button-bg {
    fill: #2c2c2c !important;
    fill-opacity: 1;
}

.serv-info2>h3+p {
  margin-top: 0;
}

.serv-info2>p {
  max-width: 100%;
  font-size: 20px;
  line-height: 23px;
 
}

.serv-info2:before {
  content: "";
  position: absolute;
  width: 1px;
  display: none;
  height: 3.75rem;
  top: 7px;
  background-color: var(--color1);
  left: 0;
}

/*===== Projects Style 2 =====*/
.proj-box2+.proj-box2 {
  margin-top: 6.25rem;
}

.proj-img2 {
  padding: 4.0625rem 0;
}

.proj-bg {
  background-size: cover;
  background-position: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.proj-box2:not(.rev) .proj-bg {
  right: 15.625rem;
  left: -23.4375rem;
}

.proj-box2.rev .proj-bg {
  left: 15.625rem;
  right: -23.4375rem;
}

.proj-img2>a {
  display: block;
  position: relative;
  overflow: hidden;
}

.proj-img2>a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.proj-box2:hover .proj-img2>a::before {
  opacity: .2;
}

.proj-box2:hover .proj-img2 img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.proj-info2 {
  padding-left: 2.8125rem;
  margin-top: 6.5625rem;
}

.proj-info2>h3 {
 font-family: 'Chronicle Display';

  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.875rem;
}

.proj-info2>h3+p {
  margin-top: 1rem;
}

.proj-info2>p+a {
  margin-top: 2.1875rem;
}

.proj-info2>a {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}

.proj-info2>a:hover,
.proj-info2>a:focus {
  color: var(--color1);
}

.proj-info2>a+.proj-info-list-wrap {
  margin-top: 4.6875rem;
}

.proj-info2:before {
  content: "";
  height: 1px;
  width: 3.75rem;
  background-color: var(--color1);
  position: absolute;
  left: -3.125rem;
  top: 1rem;
  z-index: 1;
}

.proj-box2.rev .proj-info2::before {
  left: auto;
  right: -3.125rem;
}

.proj-box2.rev .proj-info2 {
  padding: 0 2.8125rem 0 0;
  text-align: right;
}

.proj-info2>h3 i {
  font-size: 1.75rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.proj-box2.rev .proj-info2>h3 {
  padding: 0 2.5rem 0 0;
}

.proj-box2.rev .proj-info2>h3 i {
  left: auto;
  right: 0;
}

.proj-info-list2 {
  flex: 0 0 17.8125rem;
  max-width: 17.8125rem;
  text-align: initial;
}

.proj-info-list2>li {
  font-size: 14px;
  color: #737176b3;
  letter-spacing: 2.5px;
  padding: 4px 10px;
}

.proj-info-list2>li+li {
  border-top: 1px solid var(--color5);
}

.proj-info-list2>li span {
  color: var(--color1);
  letter-spacing: 0;
  max-width: 29%;
  float: right;
  width: 100%;
}

/*===== Team Style 1 =====*/
.team-caro>button.slick-prev {
  left: -6.5625rem;
}

.team-caro>button.slick-next {
  right: -6.5625rem;
}

.team-box {
  flex: 0 0 50.9375rem;
  max-width: 50.9375rem;
}

.team-img {
  flex: 0 0 28.9375rem;
  max-width: 28.9375rem;
  -webkit-transform: translateX(-7rem);
  -ms-transform: translateX(-7rem);
  -o-transform: translateX(-7rem);
  transform: translateX(-7rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .8s linear;
  -ms-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}

.slick-active .team-img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.team-img>a {
  display: block;
  position: relative;
}

.team-img>a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  z-index: 1;
}

.team-box:hover .team-img>a::before {
  opacity: .2;
}

.team-box:hover .team-img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.team-img+.team-info {
  flex: 0 0 calc(100% - 28.9375rem);
  max-width: calc(100% - 28.9375rem);
  padding-left: 3.125rem;
}

.team-info {
  margin-top: 2.8125rem;
}

.team-info>h3 {
 font-family: 'Chronicle Display';

  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.125rem;
}

.team-info>h3+p {
  margin-top: 1.5rem;
}

.team-info>p+.scl-links {
  margin-top: 2.1875rem;
}

.scl-links.v2>a {
  font-size: 1.125rem;
  color: var(--color1);
}

.team-wrap>span.sec-watermark {
  line-height: 1;
  margin-top: -2rem;
  font-size: 12.5rem;
}

.team-bottom {
  bottom: 0;
  left: 0;
}

.team-bottom .pagiInfo {
  text-align: center;
  position: static;
  line-height: 1;
}

.team-bottom .pagiInfo:first-letter {
  font-size: 3.125rem;
}

.team-bottom .pagiInfo+a {
  margin-top: 1.25rem;
}

.team-bottom>a {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}

.team-bottom>a:hover,
.team-bottom>a:focus {
  color: var(--color1);
}

/*===== How To Style =====*/
.how-to-img {
  flex: 0 0 64.375rem;
  max-width: 64.375rem;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.how-to-content-wrap {
  flex: 0 0 72.5rem;
  max-width: 72.5rem;
  padding-left: 2.5rem;
  padding-right: 7.8125rem;
  z-index: 1;
}

.how-to-content-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: .7;
  z-index: -1;
}

.how-to-content-inner {
  flex: 0 0 41.5625rem;
  max-width: 41.5625rem;
}

.how-to-content-inner>p {
  max-width: 30rem;
}

.how-to-content-inner>p+.steps-list {
  margin-top: 5px;
}

.steps-list {
  max-width: 27.5rem;
  display: inline-block;
}

.step-box {
  margin-top: 1.875rem;
}

.step-box>span {
  flex: 0 0 5.625rem;
  max-width: 5.625rem;
  background-color: var(--color5);
  text-align: center;
  font-family: Arapey;
  font-size: 3.125rem;
  line-height: 2.8125rem;
  position: relative;
}

.step-box>span svg {
  top: calc(100% + .9375rem);
  max-width: 1rem;
  left: 50%;
  margin-left: -8px;
}

.step-box>span+.step-box-info {
  flex: 0 0 calc(100% - 5.625rem);
  max-width: calc(100% - 5.625rem);
  padding-left: 1.5625rem;
}

.step-box-info>h4 {
  position: relative;
  padding-left: 2.625rem;
 font-family: 'Chronicle Display';

  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.step-box-info>h4 i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.875rem;
}

.step-box-info>h4+p {
  margin-top: 1.125rem;
}

/*===== Blog Style 1 =====*/
.blog-wrap>div.row>div:first-child .blog-post-box-wrap {
  padding-right: 1.875rem;
}

.blog-wrap>div.row>div:nth-child(2) .blog-post-box-wrap {
  padding: 0 .9375rem;
}

.blog-wrap>div.row>div:last-child .blog-post-box-wrap {
  padding-left: 1.875rem;
}

.blog-post-box-wrap {
  margin-bottom: 2.5rem;
}

.blog-post-img>a {
  display: block;
  position: relative;
}

.package-box.active {
  background-color: var(--color3) !important;
}

.package-box:hover {
  background-color: var(--color3) !important;
}

.blog-post-img>a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  z-index: 1;
}

.blog-post-box:hover .blog-post-img>a::before {
  opacity: .4;
}

.blog-post-box:hover .blog-post-img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-post-img+.blog-post-info {
  margin-top: .9375rem;
}

.blog-post-info>a {
  position: absolute;
  top: -4.8125rem;
  right: 0;
  height: 3.875rem;
  width: 3.875rem;
  line-height: 3.875rem;
  z-index: 1;
  text-align: center;
}

.blog-post-info>a svg {
  width: 1.75rem;
}

.blog-post-info>a:hover,
.blog-post-info>a:focus {
  background-color: var(--color1);
}

.blog-post-data {
  color: #737176b3;
  font-size: 14px;
  letter-spacing: 2.5px;
}

.blog-post-data>i {
  font-size: 1.125rem;
  margin-right: 10px;
}

.blog-post-data b {
  height: 1px;
  display: inline-block;
  width: 4.6875rem;
  background-color: var(--color1);
  vertical-align: middle;
  margin-left: .9375rem;
}

.blog-post-info>a:hover svg path:first-child,
.blog-post-info>a:focus svg path:first-child {
  fill: #fff;
}

.blog-post-info>a:hover svg path:last-child,
.blog-post-info>a:focus svg path:last-child {
  stroke: #fff;
}

.blog-post-info>span+h3 {
  margin-top: 10px;
}

.blog-post-info>h3 {
  font-size: 1.625rem;
  line-height: 1.875rem;
}

.blog-post-info>h3+p {
  margin-top: 1.25rem;
}

/*===== Featured Area Style 3 =====*/
.feat-caro3 {
  width: 100%;
}

.feat-item3 {
  width: 100%;
  max-height: 67.5rem;
}

.feat-img3 {
  background-size: cover;
  background-position: center;
  width: 100%;
  -webkit-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 2s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  min-height: 67.5rem;
  max-height: 67.5rem;
  height: 100%;
}

.slick-active .feat-img3 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.feat-img3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: .45;
  z-index: 1;
}

.feat-img3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/bg-lines.png);
  z-index: 1;
  opacity: .1;
  background-size: cover;
  background-position: center;
}

.feat-cap3 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-top: 2.7rem;
}

.feat-cap3>span {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.feat-cap3>span+h2 {
  margin-top: 7px;
}

.feat-cap3>h2 {
  font-size: 5rem;
  color: #fff;
  line-height: 5.9375rem;
  letter-spacing: 3px;
}

.feat-cap3>h2+a {
  margin-top: 3.125rem;
}

/*===== About Style 2 =====*/
.about-desc2 {
  margin-top: -10px;
}

.about-desc2>p {
  max-width: 90%;
}

.about-desc2>p+p {
  margin-top: 1.75rem;
}

.about-desc2>p+a {
  margin-top: 3.625rem;
}

.about-desc2>a {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}

.about-desc2>a:hover,
.about-desc2>a:focus {
  color: var(--color1);
}

.about-facts-wrap {
  padding-left: 6.25rem;
  margin-bottom: -2.5rem;
}

.about-fact-box-wrap {
  margin-bottom: 2.5rem;
}

.about-facts-wrap>div.row>div:nth-child(2n+1) .about-fact-box-wrap {
  padding-right: 2.8125rem;
}

.about-facts-wrap>div.row>div:nth-child(2n) .about-fact-box-wrap {
  padding-left: 2.8125rem;
}

.about-fact-box {
  border: 1px solid var(--color5);
  min-height: 10.9375rem;
  padding: 10px 1rem;
}

.about-fact-box>span {
  font-size: 5.3125rem;
  font-family: Arapey;
  font-weight: 400;
  line-height: 1;
}

.about-fact-box>h5 {
 font-family: 'Chronicle Display';

  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.about-fact-box:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  height: .9375rem;
  width: .9375rem;
}

/*===== Photo Info Style =====*/

.photo-info-inner,
.faq-inner {
  padding: 0;
}
.faq-que-box > span:not(.qu) {
  background: var(--bg-color)!important;
  border: none!important;
  border-radius: 15px;
}
.photo-info-img::before,
.faq-img:before {
  content: "";
  position: absolute;
  left: -11px;
  right: -11px;
  top: -11px;
  bottom: -11px;
  border: 1px solid;
}

.photo-info-img {
  min-height: 49.0625rem;
  background-size: cover;
  background-position: center;
}

.photo-info-box.v1 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 5.625rem;
}

.photo-info-box.v2 {
  top: 50%;
  right: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.photo-info-box.v3 {
  left: 16%;
  bottom: 6.5625rem;
}

.photo-info-box.v4 {
  margin-left: 6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 11.5px;
}

.photo-info-box.active {
  z-index: 1;
}

.photo-info-box>span {
  padding: 4.15625rem;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
}

.photo-info-box>span i {
  height: 3.4375rem;
  width: 3.4375rem;
  line-height: 3.4375rem;
  display: block;
  position: relative;
}

.photo-info-box>span i:before {
  content: "";
  position: absolute;
  left: -11px;
  top: -11px;
  bottom: -11px;
  right: -11px;
  border: 1px solid;
}

.photo-info-box>span i svg {
  max-width: 1.875rem;
}

.photo-info-box.active>span i {
  background-color: var(--color1);
}

.photo-info-box.active>span i svg path {
  stroke: #fff;
}

/* .photo-info-box:hover > span, */
.photo-info-box.active>span {
  background-color: transparent;
}

/* .photo-info-box:hover > span i::before, */
.photo-info-box.active>span i::before {
  opacity: 0;
}

.photo-info-box.active>span i svg {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.photo-info-box-inner {
  background-color: #fff;
  min-width: 18.75rem;
  z-index: 1;
  padding: 2.8125rem 2.1875rem 1.875rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
}

.photo-info-box-inner:before {
  content: "";
  left: 11.5px;
  right: 11.5px;
  bottom: 11.5px;
  top: 11.5px;
  border: 1px solid;
  position: absolute;
  z-index: -1;
}

.photo-info-box-inner>h3 {
  font-size: 1.125rem;
 font-family: 'Chronicle Display';

  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-left: 1.125rem;
  line-height: 1.875rem;
}

.photo-info-box-inner>h3+p {
  margin-top: 10px;
}

.photo-info-box-inner>p {
  font-size: 1rem;
}

.photo-info-box-inner>p+a {
  margin-top: 2.875rem;
}

.photo-info-box-inner>a {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  float: right;
}

.photo-info-box-inner>svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}

.photo-info-box-inner>h3:before {
  content: "";
  width: 1px;
  background-color: var(--color1);
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 5px;
}

.photo-info-box-inner>a:hover,
.photo-info-box-inner>a:focus {
  color: var(--color1);
}

.photo-info-box.v1 .photo-info-box-inner {
  top: calc(100% - 4.0625rem);
  right: calc(100% - 4.0625rem);
}

.photo-info-box.v2 .photo-info-box-inner {
  top: calc(100% - 4.0625rem);
  right: calc(100% - 4.0625rem);
}

.photo-info-box.v3 .photo-info-box-inner {
  bottom: calc(100% - 4.0625rem);
  left: calc(100% - 4.0625rem);
}

.photo-info-box.v4 .photo-info-box-inner {
  bottom: calc(100% - 4.0625rem);
  right: calc(100% - 4.0625rem);
}

/* .photo-info-box:hover .photo-info-box-inner, */
.photo-info-box.active .photo-info-box-inner {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*===== Why Choose Us Style =====*/
.why-choose-wrap .pagiInfo {
  font-weight: 300;
  bottom: 4.25rem;
  left: auto;
  right: 12rem;
  margin-right: 5px;
  letter-spacing: 4px;
}

.why-choose-wrap .pagiInfo:first-letter {
  font-size: 1rem;
 font-family: 'Chronicle Display';

  font-weight: 500;
}

.why-choose-caro>button.slick-prev {
  left: auto;
  right: 16.875rem;
}

.why-choose-caro>button.slick-next {
  right: 7.1875rem;
}

.why-choose-caro>button.slick-arrow {
  top: auto;
  bottom: 4.375rem;
  z-index: 1;
}

.why-choose-img {
  max-width: 46.875rem;
}

.why-choose-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-image: url(../images/elips-patrn.png);
  width: 12.5rem;
  right: -13.125rem;
  background-size: cover;
  background-position: center;
}

.why-choose-img>img {
  -webkit-transform: translateX(-5rem);
  -ms-transform: translateX(-5rem);
  -o-transform: translateX(-5rem);
  transform: translateX(-5rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .8s linear;
  -ms-transition: all .8s linear;
  -o-transition: all .8s linear;
  transition: all .8s linear;
}

.slick-active .why-choose-img>img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.why-choose-info {
  max-width: 35rem;
  background-color: #fff;
  border: 1px solid var(--color5);
  top: 5.9375rem;
  right: 0;
  z-index: 1;
  padding: 3.125rem 3.125rem 3.75rem 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.why-choose-info>span {
  position: relative;
  flex: 0 0 5.3125rem;
  max-width: 5.3125rem;
  font-family: Arapey;
  font-size: 1.25rem;
  z-index: 1;
  padding-left: 10px;
  padding-bottom: 3rem;
}

.why-choose-info>span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 4rem;
  width: 4rem;
  z-index: -1;
}

.why-choose-info>span i {
  font-size: 4.375rem;
  position: absolute;
  line-height: 1;
  top: 10px;
  right: 0;
}

.why-choose-info>span+h3 {
  flex: 0 0 calc(100% - 5.3125rem);
  max-width: calc(100% - 5.3125rem);
  padding-left: 1.5625rem;
}

.why-choose-info>h3 {
 font-family: 'Chronicle Display';

  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

/*===== Toggles Style =====*/
.faq-inner:before {
  left: 11px;
  top: 0;
  bottom: 11px;
  right: 11px;
  width: auto;
  height: auto;
  z-index: 1;
  background: none;
}

.faq-inner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background-image: url(../images/elips-patrn2.png);
  height: 9.375rem;
  top: 100%;
  /* background-size: cover; */
  background-position: center;
  z-index: -1;
  display: none;
}

.faq-img {
  left: 11px;
  right: 11px;
  top: 11px;
  bottom: 11px;
  width: auto;
  height: auto;
  z-index: 0;
}

.toggle {
  position: relative;
  z-index: 1;
  border-radius: 15px;
  padding: 3rem;
}




.toggle-item>h4 {
  font-size: 1.3rem;
  font-family: 'Chronicle Display';
  font-weight: 400;
  line-height: 1.375rem;
  padding-bottom: 1rem;
  letter-spacing: 0.02rem;
  margin-bottom: 1.5rem !important;
  cursor: pointer;
}

.toggle-item>h4 span {
  font-size: 1.2rem;
  line-height: 1;
  left: 0;
  color: var(--color2);
  top: 50%;
  margin-top: -0.8rem;
}



.dark-layer .toggle-item>h4 {
      color: #2c2c2c;

  font-size: 25px;
}

.dark-layer .toggle-content>p {
   color: #2c2c2c;
}

.toggle-content>p {
  max-width: 80%;
}

.toggle-content>p+p {
  margin-top: 0.5625rem;
}

.toggle-item>h4 i {
  height: 2.4375rem;
  width: 2.4375rem;
  right: 0;
  top: 0;
  line-height: 3.4375rem;
  text-align: center;
  border: none;
  background: none;
  cursor: pointer;
}

.toggle-item>h4 i svg.open-svg {
  fill: black!important;
  margin-top: -1.5rem;
}

.toggle-item>h4 i svg.close-svg {
  position: absolute;
  min-width: 1.5rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}


.toggle-item.active>h4 i svg.arrow-svg {
  opacity: 0;
}

.toggle-item.active>h4 i svg.close-svg {
  opacity: 1;
}



.toggle-content {padding: 1rem 0 2rem;}

.toggle-item.active>h4 {
  margin-bottom: 0 !important;
  color: var(--color1);
}

.toggle-item:last-child>h4 {
  margin-bottom: 3.125rem !important;
}

/*===== Stages Style =====*/
.stages-wrap {
  margin-bottom: -2.5rem;
}

.stage-box {
  margin-bottom: 2.5rem;
  padding-left: 2.0625rem;
}

.stage-head {
  padding-bottom: 1.5625rem;
}

.stage-head:before,
.stage-head:after {
  content: "";
  position: absolute;
}

.stage-head::before {
  height: 1px;
  left: -2.0625rem;
  right: 0;
  background-color: #73717691;
  bottom: 0;
}

.stage-head::after {
  height: 11px;
  width: 11px;
  bottom: -5px;
  background-color: var(--color1);
  left: 0;
}

.stages-wrap>div.row>div:not(:last-child) .stage-head::before {
  right: -1.875rem;
}

.stage-head>span {
  font-size: 6.25rem;
  line-height: .7;
  font-family: Arapey;
  display: inline-block;
}

.stage-head>span+i {
  margin-left: 10px;
}

.stage-head>i {
  font-size: 3.75rem;
  line-height: 1;
  position: relative;
  top: -10px;
  display: inline-block;
}

.stage-box:hover .stage-head>i {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.stage-body>h3 {
  font-size: 1.625rem;
  line-height: 2.5rem;
  padding-bottom: 3px;
}

.stage-body>h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--color1);
  width: 2.8125rem;
}

.stage-body>h3+p {
  margin-top: 1rem;
}

.stage-head+.stage-body {
  margin-top: 1.875rem;
}

.stage-box:hover .stage-head::after {
  height: 1.5625rem;
  width: 1.5625rem;
  bottom: -12px;
}

/*===== Gallery Style =====*/
.gallery-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--color1);
  opacity: 0;
}

.gallery-box:hover:before {
  opacity: .6;
}

.gallery-box:hover>img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery-box>a {
  height: 3.4375rem;
  width: 3.4375rem;
  line-height: 3.4375rem;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) scale(.7);
  -ms-transform: translate(-50%, -50%) scale(.7);
  -o-transform: translate(-50%, -50%) scale(.7);
  transform: translate(-50%, -50%) scale(.7);
  opacity: 0;
  visibility: hidden;
  text-align: center;
}

.gallery-box>a:before {
  content: "";
  border: 1px solid;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  position: absolute;
}

.gallery-box>a svg {
  max-width: 2rem;
}

.gallery-box>a svg path {
  stroke: var(--color1);
}

.gallery-box:hover>a {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.gallery-box>a:hover,
.gallery-box>a:focus {
  background-color: #fff;
}

.gallery-box>a:hover:before,
.gallery-box>a:focus:before {
  border-color: #fff;
}

/* .gallery-box > a:hover svg path, 
.gallery-box > a:focus svg path {stroke: #fff;} 

/*===== Team Style 2 =====*/
.team-wrap2 {
  margin-bottom: -5px;
}

.team-box2 {
  margin-bottom: 1.875rem;
}

.team-img2>a {
  display: block;
  position: relative;
}

.team-img2>a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
  opacity: 0;
}

.team-box2:hover .team-img2>a::before {
  top: -11px;
  left: -11px;
  right: -11px;
  bottom: -11px;
  opacity: 1;
}

.team-img2+.team-info2 {
  margin-top: 1.625rem;
}

.team-info2 {
  padding-left: 1.125rem;
}

.team-info2:before {
  content: "";
  left: 0;
  height: 3.75rem;
  width: 1px;
  background-color: var(--color1);
  position: absolute;
  top: 0;
}

.team-info2>h3 {
  font-size: 1.125rem;
  font-weight: 500;
 font-family: 'Chronicle Display';

  text-transform: uppercase;
  line-height: 1.875rem;
}

.team-info2>span {
  font-size: 1rem;
  font-weight: 400;
}

.team-info2>span+.scl-links {
  margin-top: 1rem;
}

.team-info2 .scl-links.v2>a {
  font-size: 1rem;
}

.team-info2 .scl-links.v2>a:not(:first-child) {
  margin-left: 2.1875rem;
}

/*===== Reviews Style =====*/
.reviw-info {
  flex: 0 0 21.875rem;
  max-width: 21.875rem;
  padding: 1.9375rem 2.875rem;
  -webkit-transform: translateX(-5rem);
  -ms-transform: translateX(-5rem);
  -o-transform: translateX(-5rem);
  transform: translateX(-5rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s linear;
  -ms-transition: all .6s linear;
  -o-transition: all .6s linear;
  background: var(--color3);
  transition: all .6s linear;
}

.reviw-info>i {
  position: absolute;
  max-width: 1.75rem;
  right: -1.25rem;
  top: 50%;
  line-height: 1;
  margin-top: -9.375px;
}

.reviw-info>img {
  flex: 0 0 4.8125rem;
  max-width: 4.8125rem;
}

.reviw-info>img+.reviw-info-inner {
  padding-left: 1.6875rem;
  flex: 0 0 calc(100% - 4.8125rem);
  max-width: calc(100% - 4.8125rem);
}

.reviw-info-inner>h4 {
 font-family: 'Chronicle Display';

  font-weight: 500;
  font-size: 1.125rem;
}

.reviw-info-inner>h4+span {
  margin-top: 3px;
}

.reviw-info-inner>span {
  font-size: 1rem;
  font-weight: 400;
}

.reviw-cap:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  background-image: url(../images/elips-patrn3.png);
  width: 28.4375rem;
  z-index: -1;
  background-size: cover;
  background-position: center;
}

.reviw-cap {
  flex: 0 0 43.4375rem;
  z-index: 1;
  padding: 3.75rem 4.375rem 3.75rem 5rem;
  -webkit-transform: translateX(5rem);
  -ms-transform: translateX(5rem);
  -o-transform: translateX(5rem);
  transform: translateX(5rem);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s linear;
  -ms-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}

.slick-active .reviw-info,
.slick-active .reviw-cap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.reviw-cap>p i:first-child {
  left: -3.4375rem;
  top: -1rem;
}

.reviw-cap>p i:last-child {
  right: -4.375rem;
  bottom: -1.1rem;
}

.reviw-cap>p i {
  line-height: 1;
  font-size: 2.5rem;
}

/*===== Page title Style =====*/
.page-top-inner {
  padding: 8.5rem 0 6.8rem;
}

.page-title-info>i {
  z-index: -1;
  max-height: 21.75rem;
  max-width: 22.375rem;
  bottom: -4.6rem;
  left: -8.4375rem;
}

.page-title-info>h1 {
  font-size: 5rem;
  line-height: 5.9375rem;
  position: relative;
  padding-right: 3.125rem;
  display: inline-block;
  letter-spacing: 3.5px;
  background-color: transparent;
}

.page-title-info>h1+ol.breadcrumb {
  margin-top: .9375rem;
}

ol.breadcrumb {
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}

ol.breadcrumb li.breadcrumb-item {
  font-size: 14px;
  color: var(--color1);
  letter-spacing: 2px;
  position: relative;
}

ol.breadcrumb li.breadcrumb-item {
  margin-right: 1rem;
  padding-right: 1.25rem;
}

ol.breadcrumb li.breadcrumb-item:last-child {
  margin-right: 0;
  padding: 0;
}

ol.breadcrumb li.breadcrumb-item:before {
  content: "-";
  position: absolute;
  padding: 0;
  color: inherit;
  right: 0;
  top: 0;
  line-height: inherit;
}

ol.breadcrumb li.breadcrumb-item:last-child:before {
  display: none;
}

ol.breadcrumb li.breadcrumb-item i {
  font-size: 1.3125rem;
  margin-right: 1.25rem;
  line-height: 1;
}

.page-title-info>h1:before {
  content: "";
  position: absolute;
  right: 0;
  height: 4.0625rem;
  left: 40%;
  z-index: -1;
  top: 1rem;
}

.page-title-img {
  max-width: 78.125rem;
  min-height: 24.0625rem;
  z-index: -2;
  top: 0;
  width: 100%;
  right: -32%;
}

.page-title-img .sec-watermark {
  z-index: -1;
}

.page-title-img-inner {
  min-height: inherit;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

iframe.cont-map {
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

/*===== Services Banner Style =====*/
.serv-banner-box.v2:before {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 11px;
  top: 11px;
  border: 1px solid;
  z-index: 1;
}

.serv-banner-img {
  min-height: 28.75rem;
  background-size: cover;
  background-position: center;
}

.serv-banner-box:not(.v2):before {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: var(--color2);
  z-index: 1;
}

.scl-links>a {
  color: var(--color4) !important;
}

.services-banner-wrap:before {
  content: "";
  background-image: url(../images/elips-patrn2.png);
  left: 5.625rem;
  right: 5.625rem;
  height: 15.625rem;
  position: absolute;
  bottom: 0;
}

.serv-banner-info {
  z-index: 1;
}

.serv-banner-box.right-cont:not(.v2):before {
  right: 10px;
}

.serv-banner-box.left-cont:not(.v2):before {
  left: 10px;
}

.serv-banner-box:not(.v2) .serv-banner-info {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 14.375rem;
}

.serv-banner-box.v2 .serv-banner-info {
  top: 4.375rem;
}

.right-cont .serv-banner-info {
  right: 4.375rem;
}

.left-cont .serv-banner-info {
  left: 4.375rem;
}

.serv-banner-info a.thm-btn {
  margin-left: 0px;
}

.serv-banner-info a.thm-btn:hover,
.serv-banner-info a.thm-btn:focus {
  margin-left: 6px;
}

.serv-banner-info>h3 {
  font-size: 3.5rem;
  letter-spacing: .3px;
  line-height: 3.125rem;
  font-family: 'Arapey';
  background: var(--color3);
}

.serv-banner-box:not(.v2) .serv-banner-info>h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 3.75rem;
  height: 1px;
  background-color: var(--color1);
  left: 0;
}

.serv-banner-info>h3+a {
  margin-top: 2.375rem;
}

.serv-banner-box:not(.v2) .serv-banner-info>h3 {
  padding-bottom: 14px;
}

.serv-banner-info>h3 span {
  background-color: #fff;
  line-height: 2.1875rem;
  display: inline-block;
  padding: 0 1.25rem;
}

.serv-banner-info>a:not(.thm-btn) {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
}

.serv-banner-info>a:not(.thm-btn):hover,
.serv-banner-info>a:not(.thm-btn):focus {
  color: var(--color1);
}

.serv-banner-box.v2 .serv-banner-info>h3+a {
  margin-top: 1.125rem;
}

.v2.right-cont .serv-banner-info {
  right: 3.125rem;
}

.serv-banner-img:before,
.serv-banner-img:after {
  content: "";
  position: absolute;
  background-color: #fff;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}

.serv-banner-box:hover .serv-banner-img:before {
  left: 50%;
  right: 50%;
  opacity: .2;
}

.serv-banner-box:hover .serv-banner-img::after {
  top: 50%;
  bottom: 50%;
  opacity: .2;
}

.serv-banner-box:not(.v2) .serv-banner-img:before,
.serv-banner-box:not(.v2) .serv-banner-img:after {
  background-color: var(--color1);
}

/*===== About Services Style =====*/
.sec-title+.about-serv-desc {
  margin-top: -10px;
}

.about-serv-desc>p {
  max-width: 95%;
}

.about-serv-desc>p+p {
  margin-top: 1.875rem;
}

.about-serv-desc>p+a {
  margin-top: 2.6875rem;
}

.about-serv-desc>a.thm-btn {
  margin-left: 0;
}

.about-serv-desc>a.thm-btn:hover,
.about-serv-desc>a.thm-btn:focus {
  margin-left: 7px;
}

.about-serv-img {
  padding-right: 6.25rem;
  padding-bottom: 3.125rem;
}

.about-serv-info {
  right: 0;
  bottom: 0;
  background-color: #fff;
  border: 1px solid var(--color5);
  max-width: 18.75rem;
  padding: 3.4375rem 2.1875rem 1.875rem;
}

.about-serv-info>span {
  z-index: 1;
  font-size: 4.0625rem;
  line-height: 1;
}

.about-serv-info>span:before {
  content: "";
  top: 0;
  left: 0;
  height: 4.0625rem;
  width: 4.0625rem;
  background-color: var(--color2);
  position: absolute;
  z-index: -1;
}

.about-serv-info>span i {
  line-height: 1;
  position: relative;
  margin-left: 1.6rem;
  margin-top: 1rem;
  display: inline-block;
}

.about-serv-info>span+h3 {
  margin-top: 1.1875rem;
}

.about-serv-info>h3 {
 font-family: 'Chronicle Display';

  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-transform: uppercase;
}

.about-serv-info>h3+a {
  margin-top: 1.875rem;
}

.about-serv-info>a {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}

/*===== Services Tab Style =====*/
.port-tabs-wrap ul.nav-tabs {
  border: 0;
  display: block;
  padding-right: 5rem;
}

.port-tabs-wrap ul.nav-tabs li.nav-item {
  margin: 0;
}

.port-tabs-wrap ul.nav-tabs li.nav-item+li.nav-item {
  margin-top: 1.5625rem;
}

.port-tabs-wrap ul.nav-tabs li.nav-item a.nav-link {
  display: block;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  padding: 0 10px 6px;
  background-color: transparent;
}

.port-tabs-wrap ul.nav-tabs li.nav-item a.nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: var(--color1);
  right: 90%;
  opacity: 0;
}

.port-tabs-wrap ul.nav-tabs li.nav-item a.active.nav-link::before {
  right: 0;
  opacity: 1;
}

.port-tabs-wrap ul.nav-tabs li.nav-item a.nav-link.active {
  font-weight: 500;
  color: inherit;
}

.port-tabs-wrap .serv-tab-carousel {
  max-height: 34.5rem;
  overflow: hidden;
}

.port-tabs-wrap .tab-pane {
  position: relative;
}

.customBtns {
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}

.customBtns>div {
  height: 3.875rem;
  width: 3.875rem;
  line-height: 3.875rem;
  cursor: pointer;
  background-color: var(--color1);
  text-align: center;
  position: absolute;
  margin-top: -1.9375rem;
}

.customBtns>div.customNextBtn {
  left: -1.9375rem;
}

.customBtns>div.customPreviousBtn {
  right: -1.9375rem;
}

.customBtns>div svg {
  width: 1.75rem;
}

.port-tabs-wrap .sec-watermark {
  left: -10.625rem;
  width: 50%;
  top: 32%;
}

.port-tabs-wrap .sec-watermark i {
  display: block;
  float: none;
  margin-left: 11.3rem;
  margin-top: 17rem;
}

/*===== About Me Style =====*/
.about-me-wrap {
  padding-top: 4.6875rem;
}

.about-me-img {
  padding: 0 2.1875rem 0 3.4375rem;
}

.about-me-bg,
.exc-proj-img-bg {
  max-width: 42.1875rem;
  width: 100%;
  min-height: 29.6875rem;
  left: -22.9rem;
  z-index: -1;
  top: -4.6875rem;
  min-width: 42.1875rem;
  background-size: cover;
  background-position: center;
  opacity: .6;
}

.about-me-img .scl-links {
  max-width: .9375rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-me-img .scl-links>a {
  font-size: 1rem;
}

.exc-proj-list>li:hover span {
  color: var(--color3);
}

.about-me-img .scl-links>a:not(:first-child) {
  margin: 1.25rem 0 0;
}

.about-me-desc,
.exc-porj-desc {
  margin-top: -10px;
}

.about-me-desc>p+ul {
  margin-top: 3.125rem;
}

.about-me-info {
  max-width: 16.5625rem;
}

.about-me-info>li {
  font-size: 14px;
  color: #737176b3;
  letter-spacing: 2.5px;
  padding: 4px 10px;
}

.about-me-info>li+li {
  border-top: 1px solid var(--color5);
}

.about-me-info>li span {
  color: var(--color1);
  letter-spacing: 0;
  float: right;
  max-width: 53%;
  width: 100%;
}

.about-me-desc>ul+a {
  margin-top: 3.25rem;
}

.about-me-desc .thm-btn.bg-color1 span {
  border-color: var(--color1);
}

.about-me-wrap+.my-skills-wrap {
  margin-top: 4.375rem;
}
footer .bg-color1 {
        background-color: #f2ede7 !important;
}
.clc-tp-btn {
        background-color: #f2ede7 !important;
}


.my-skills-wrap>h3 {
  font-size: 1.625rem;
  letter-spacing: .3px;
  line-height: 1.875rem;
}

.progress-wrap {
  margin-top: 1.5625rem;
  overflow: hidden;
}

.progress-wrap>h5 {
  margin-bottom: 2px;
 font-family: 'Chronicle Display';

  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.progress-wrap .progress {
  overflow: initial;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 1px;
  background-color: var(--color5);
  margin: 10px 0;
}

.progress-wrap .progress .progress-bar {
  height: 3px;
  margin-top: -1px;
  overflow: initial;
  position: relative;
}

.progress-wrap .progress .progress-bar>span {
  min-width: 3.125rem;
  max-width: 3.125rem;
  text-align: center;
  color: var(--color1);
  position: absolute;
  right: 0;
  height: initial;
  line-height: 1.25rem;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
}

/*===== Services Create Style =====*/
.serv-create-wrap:before {
  background-image: url(../images/elips-patrn2.png);
  background-position: center;
  content: "";
  position: absolute;
  left: -16.875rem;
  right: -16.875rem;
  bottom: 2.5rem;
  min-height: 8.8rem;
  z-index: -1;
}

.serv-create-wrap>div.row>div:nth-child(2) .serv-create-box {
  margin-left: 6px;
}

.serv-create-wrap>div.row>div:last-child .serv-create-box {
  margin-left: 12px;
}

.serv-create-box:before,
.serv-create-box:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(38% 10%, 38% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  -ms-clip-path: polygon(38% 10%, 38% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  clip-path: polygon(38% 10%, 38% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
  z-index: -1;
}

.serv-create-box::before {
  background-color: #fff;
  border: 1px solid var(--color5);
}

.serv-create-box::after {
  background-image: url(../images/serv-create-bg1.png);
  background-size: cover;
  background-position: center;
  opacity: 0;
}

.serv-create-box:hover:before {
  background-color: var(--color3);
  border-color: var(--color3);
}

.serv-create-box:hover:after {
  opacity: 1;
}

.serv-create-box {
  max-width: calc(100% - 12px);
  margin-top: 1.875rem;
  padding: 5rem 1.875rem 0;
  z-index: 1;
}

.serv-create-box>span {
  font-size: 6.25rem;
  line-height: .5;
  font-family: Arapey;
  left: 0;
  top: -1.875rem;
  max-width: 8.4375rem;
  text-align: center;
  width: 100%;
}

.dark-layer .serv-create-box>span,
.black-layer .serv-create-box>span {
  color: #fff;
}

.serv-create-box>i {
  display: inline-block;
  font-size: 4.0625rem;
  line-height: 1;
}

.serv-create-box:hover>i {
  -webkit-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.serv-create-box>i+h3 {
  margin-top: 2rem;
}

.serv-create-box>h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: var(--color1);
  left: 50%;
  width: 2.8125rem;
  margin-left: -1.40625rem;
}

.serv-create-box>h3 {
  font-size: 1.625rem;
  line-height: 2.5rem;
  position: relative;
  padding-bottom: 5px;
}

.serv-create-box>h3+p {
  margin-top: .9375rem;
}

.serv-create-box>p+a {
  margin-top: 1.9375rem;
}

.serv-create-box>a.thm-btn {
  margin-bottom: -1.0625rem;
  bottom: -13px;
}

/*===== Timeline Style =====*/
.timeline-list:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  background-color: var(--color1);
  top: 7.8125rem;
}

.timeline-list>li {
  flex: 0 0 20%;
  max-width: 20%;
}

.timeline-box-wrap {
  padding-top: 7.8125rem;
}

.timeline-list>li:first-child .timeline-box-head {
  right: 10px;
}

.timeline-list>li:nth-child(2) .timeline-box-head {
  right: 4.375rem;
}

.timeline-list>li:nth-child(3) .timeline-box-head {
  right: 5.9375rem;
}

.timeline-list>li:nth-child(4) .timeline-box-head {
  right: 7.5rem;
}

.timeline-list>li:last-child .timeline-box-head {
  right: auto;
  left: -1.25rem;
}

.timeline-box-head {
  position: absolute;
  top: -4px;
}

.timeline-box-head>h4 {
  font-size: 1.625rem;
  color: #737176;
  margin-bottom: 0;
  padding-left: 3.21875rem;
}

.timeline-box-head>h4 i {
 font-family: 'Chronicle Display';

  display: block;
  font-style: normal;
  font-size: 1rem;
  font-weight: 300;
}

.timeline-box-head>h4+span {
  margin-top: 2.5rem;
}

.timeline-box-head>span {
  cursor: pointer;
  width: 6.625rem;
  text-align: center;
  z-index: 1;
}

.timeline-box-head>span:before {
  content: "";
  height: .9375rem;
  width: .9375rem;
  position: absolute;
  background-color: var(--color1);
  top: 50%;
  left: 50%;
  margin: -7.5px 0 0 -7.5px;
}

.timeline-box-head>span i {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  line-height: 3.4375rem;
  text-align: center;
  position: relative;
  margin: 11px;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  opacity: 0;
}

.timeline-box-head>span i svg {
  max-width: 1.875rem;
}

.timeline-box-head>span i:before {
  content: "";
  position: absolute;
  left: -11px;
  right: -11px;
  top: -11px;
  bottom: -11px;
  border: 1px solid;
}

.timeline-box-wrap.active .timeline-box-head>span {
  background-color: #fff;
}

.timeline-box-wrap.active .timeline-box-head>span i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.timeline-box-head>span:after {
  content: "";
  left: 50%;
  width: 1px;
  height: 2.1875rem;
  background-color: var(--color5);
  position: absolute;
  top: -5px;
  margin-left: -1px;
}

.timeline-box-wrap.active .timeline-box-head>span:after {
  opacity: 0;
}

.timeline-box-wrap.active .timeline-box-head>h4 {
  color: var(--color1);
  font-size: 3.125rem;
}

.timeline-box-wrap.active .timeline-box-head>h4 i {
  font-size: 1.125rem;
}

.timeline-box-wrap.active .timeline-box-head {
  top: -2.1875rem;
}

.timeline-box-wrap.active .timeline-box-head>h4 {
  padding-left: 11.5px;
}

.timeline-list>li:first-child .timeline-box-head+.timeline-box {
  left: 7.5rem;
}

.timeline-list>li:nth-child(2) .timeline-box-head+.timeline-box {
  left: 3.7rem;
}

.timeline-list>li:nth-child(3) .timeline-box-head+.timeline-box {
  left: 2.1rem;
}

.timeline-list>li:nth-child(4) .timeline-box-head+.timeline-box {
  left: .6rem;
}

.timeline-list>li:last-child .timeline-box-head+.timeline-box {
  left: -1.2rem;
}

.timeline-box {
  margin-top: 4.0625rem;
  padding-left: 1.25rem;
  min-width: 22.5rem;
  opacity: 0;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  margin-left: 13.5px;
}

.timeline-box>span {
  font-size: 14px;
  line-height: 1;
}

.timeline-box>span i {
  font-size: 1.25rem;
  margin-right: 10px;
}

.timeline-box:before {
  content: "";
  left: 0;
  width: 1px;
  height: 3.125rem;
  background-color: var(--color1);
  position: absolute;
  top: 0;
}

.timeline-box-wrap.active .timeline-box {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.timeline-box>span+h4 {
  margin-top: .9375rem;
}

.timeline-box>h4 {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
 font-family: 'Chronicle Display';

}

.timeline-box>h4+.loc {
  margin-top: 6px;
}

.loc {
  font-size: 1.125rem;
}

.timeline-box>span.prize-desg {
  font-size: 1.125rem;
  margin-top: 4px;
}

/*===== Video Style =====*/
.video-wrap {
  padding: 0 9.375rem;
}

.video-inner {
  padding: 11px;
  border: 1px solid;
}

.video-img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: .5;
}

.video-img>a {
  height: 3.4375rem;
  width: 3.4375rem;
  line-height: 3.4375rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.video-img>a svg {
  max-width: 14px;
}

.video-img>a:before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  right: -11px;
  bottom: -11px;
  border: 1px solid;
}

.video-img>a:hover:before {
  top: -1.25rem;
  left: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
}

/*===== Excellent Projects Style =====*/
.exc-porj-desc {
  padding-right: .9375rem;
}

.exc-porj-desc>p+ul {
  margin-top: 2.8125rem;
}

.exc-proj-list>li {
  position: relative;
  padding-left: 9.6875rem;
}

.exc-proj-list>li span {
  max-width: 5.625rem;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--color3);
  line-height: 2.8125rem;
  font-family: Arapey;
  font-size: 3.125rem;
  font-weight: 400;
}

.exc-proj-list>li span svg {
  max-width: 1.75rem;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -2.8125rem;
}

.exc-proj-list>li+li {
  margin-top: 2.5rem;
}

.exc-porj-desc>ul+a {
  margin-top: 4.875rem;
}

.exc-porj-desc>svg {
  z-index: -1;
  right: -4.125rem;
  bottom: 10px;
}

.exc-proj-imgs-wrap {
  min-width: calc(100% + .9375rem);
  margin-left: -.9375rem;
}

.exc-proj-img-bg {
  left: auto;
  right: -22.9rem;
}

.exc-proj-imgs-wrap .pagiInfo {
  max-width: 18.4375rem;
  width: 100%;
  background-color: #fff;
  left: 0;
  font-weight: 300;
  text-align: center;
  padding: 1.4375rem 5rem;
}

.exc-proj-imgs-wrap .pagiInfo:first-letter {
  font-size: inherit;
  font-weight: 500;
  font-family: inherit;
}

.exc-proj-img-caro>button.slick-prev {
  left: 3.125rem;
}

.exc-proj-img-caro>button.slick-next {
  right: auto;
  left: 12.875rem;
}

.exc-proj-img-caro>button.slick-arrow {
  top: auto;
  bottom: 1.5625rem;
  z-index: 1;
}

.exc-porj-desc a.thm-btn {
  margin-left: 0;
}

.exc-porj-desc a.thm-btn:hover,
.exc-porj-desc a.thm-btn:focus {
  margin-left: 7px;
}

/*===== FAQ Questions Style =====*/
.faq-que-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 17.5rem;
  background-image: url(../images/elips-patrn3.png);
  width: 28.4375rem;
  min-height: 14.375rem;
  background-size: cover;
  background-position: center;
}

.faq-que-caro>button.slick-arrow {
  top: 8.5rem;
}

.faq-que-caro .slick-list {
  margin: 0 -.9375rem;
}

.faq-que-box-wrap {
  padding: 0 .9375rem;
}

.faq-que-box {
  padding: 3.125rem 1.875rem 4.375rem;
  margin-bottom: 1.9375rem;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 15px;
}

.faq-que-box>span.qu {
  font-family: Arapey;
  font-size: 1.25rem;
  font-weight: 400;
  left: 1.5625rem;
  top: 1.5625rem;
  color: var(--bg-color);
  line-height: 1;
}

.faq-que-box>i {
  display: inline-block;
  line-height: 1;
  font-size: 4.0625rem;
  margin-bottom: 1.875rem;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.faq-que-box>h4 {
  font-size: 1.125rem;
  font-family: "Arapey";
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.875rem;
  display: inline-block;
  max-width: 90%;
  padding-top: 1rem;
}

.faq-que-box>h4:before {
  content: "";
  height: 1px;
  background-color: var(--color1);
  margin-left: -1.5625rem;
  width: 3.125rem;
  position: absolute;
  left: 50%;
  top: 0;
}

.faq-que-box>h4+.faq-que-box-desc {
  margin-top: 1.5625rem;
}

.faq-que-box-desc>p {
  font-size: 1rem;
}

.faq-que-box>span.faq-btn {
  height: 3.875rem;
  width: 3.875rem;
  line-height: 3.875rem;
  border: 1px solid;
  cursor: pointer;
  left: 50%;
  bottom: -1.9375rem;
  margin-left: -1.9375rem;
}

.faq-que-box>span.faq-btn svg.qu-arw {
  max-width: 1rem;
  height: 1.75rem;
}

.faq-que-box>span.faq-btn svg.qu-cls {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2.875rem;
  opacity: 0;
}

.faq-que-box-wrap.active .faq-que-box>span.faq-btn {
  background-color: #fff;
}

.faq-que-box-wrap.active .faq-que-box>span.faq-btn svg.qu-arw {
  opacity: 0;
}

.faq-que-box-wrap.active .faq-que-box>span.faq-btn svg.qu-cls {
  opacity: 1;
}

/*===== Founder Style =====*/
.founder-desc-wrap {
  padding-left: 3.125rem;
}

.founder-desc-wrap .sec-title-inner {
  max-width: 60%;
}

.founder-desc {
  margin-top: -10px;
}

.founder-desc>p+blockquote.blockquote {
  margin-top: 2.8125rem;
}

blockquote.blockquote {
  margin: 0;
  padding: 0 2.5rem 1.5625rem 4.6875rem;
}

blockquote.blockquote:before {
  content: "";
  background-image: url(../images/elips-patrn3.png);
  width: 28.4375rem;
  min-height: 8.75rem;
  background-size: cover;
  background-position: center;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.blockquote-footer {
  font-size: 24px;
  color: var(--color1);

  padding-left: 2.1875rem;
}

.blockquote-footer:before {
  content: "";
  width: 1.5rem;
  height: 1px;
  background-color: var(--color1);
  position: absolute;
  left: 0;
  top: 50%;
}

blockquote.blockquote>i.lft-qut {
  left: 0;
  top: -1rem;
}

blockquote.blockquote>i.rgt-qut {
  right: 0;
  bottom: .5rem;
}

blockquote.blockquote>p {
  margin-top: 1.875rem;

}

blockquote.blockquote>i {
  font-size: 2.5rem;
  line-height: 1;
}

.founder-desc+.founder-bottom {
  margin-top: 7.75rem;
}

.founder-bottom {
  min-width: calc(100% + 5rem);
  margin-left: -5rem;
}

/* .founder-bottom a.thm-btn {margin-left: 0;}
.founder-bottom a.thm-btn:hover, 
.founder-bottom a.thm-btn:focus {margin-left: 7px;} */

/*===== Why Choose Tabs Style =====*/
.why-choose-tabs-wrap ul.nav-tabs {
  border: 0;
  padding-right: 2.1875rem;
}

.why-choose-tabs-wrap ul.nav-tabs>li.nav-item {
  margin-bottom: 0;
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 1.625rem;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: Arapey;
}

.why-choose-tabs-wrap ul.nav-tabs>li.nav-item+li.nav-item {
  margin-top: 2.1875rem;
}

.why-choose-tabs-wrap ul.nav-tabs>li.nav-item a.nav-link {
  border: 1px solid var(--color5);
  -webkit-border-radius: 0;
  border-radius: 0;
  color: inherit;
  position: relative;
  padding: 1.875rem 1.875rem 1.875rem 8.4375rem;
}

.why-choose-tabs-wrap ul.nav-tabs>li.nav-item a.nav-link:before {
  content: "";
  height: 1px;
  background-color: var(--color1);
  width: 2.8125rem;
  position: absolute;
  bottom: 1.6875rem;
  left: 8.4375rem;
}

.why-choose-tabs-wrap ul.nav-tabs>li.nav-item a.nav-link.active {
  border-color: var(--color3);
  background-color: var(--color3);
}

.why-choose-tabs-wrap ul.nav-tabs>li.nav-item a.nav-link span {
  left: 14px;
  font-family: Arapey;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
  top: 10px;
}

.why-choose-tabs-wrap ul.nav-tabs>li.nav-item a.nav-link i {
  position: absolute;
  left: 3rem;
  font-size: 3rem;
  line-height: 1;
  top: 1.875rem;
}

.why-choose-tabs-wrap ul.nav-tabs>li.nav-item a.nav-link svg {
  max-width: 1.75rem;
  top: 50%;
  margin-top: -7.5px;
  right: -0.25rem;
  opacity: 0;
}

.why-choose-tabs-wrap ul.nav-tabs>li.nav-item a.nav-link.active i {
  color: var(--color1);
}

.why-choose-tabs-wrap ul.nav-tabs>li.nav-item a.nav-link.active svg {
  right: -1.25rem;
  opacity: 1;
}

.why-choose-tabs-decs-wrap {
  padding: 4.6875rem 0 6.5625rem 4.6875rem;
}

.why-choose-bg {
  top: 0;
  left: 0;
  bottom: 0;
  opacity: .4;
  z-index: -1;
  right: -150%;
  background-size: cover;
  background-position: center;
}

.why-choose-tabs-decs-wrap .tab-content {
  margin-top: -10px;
}

.why-choose-tabs-decs-wrap .tab-content h4 {
  font-weight: 500;
 font-family: 'Chronicle Display';

  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.why-choose-tabs-decs-wrap .tab-content p {
  margin-top: 1.875rem;
}

.why-choose-tabs-decs-wrap .tab-content h4+p {
  margin-top: 1.25rem;
}

/*===== Gallery Style 2 =====*/
.gallery-box2 {
  margin-bottom: 1.875rem;
}

.gallery-box2:hover>img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery-box2>span {
  top: 50%;
  left: 50%;
  text-align: center;
  background-color: rgba(30, 30, 32, .5);
  height: 11.75rem;
  width: 11.75rem;
  line-height: 14.4rem;
  -webkit-transform: translate(-50%, -50%) scale(.5);
  -ms-transform: translate(-50%, -50%) scale(.5);
  -o-transform: translate(-50%, -50%) scale(.5);
  transform: translate(-50%, -50%) scale(.5);
  opacity: 0;
  -webkit-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  z-index: 1;
}

.gallery-box2>span a {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.gallery-box2>span a:before {
  content: "";
  position: absolute;
  left: -14px;
  right: -14px;
  top: -14px;
  bottom: -14px;
  border: 1px solid;
  z-index: -1;
}

.gallery-box2>span a svg {
  max-width: 1.875rem;
  display: block;
  margin: 12.025px auto 0;
  line-height: 11.75rem;
}

.gallery-box2:hover>span {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.gallery-box2>span a:hover:before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/*=== Ver 2 ===*/
.gallery-box2.v2 {
  margin: 2px;
  padding: 7px;
}

.gallery-box2.v2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0 solid #fff;
  opacity: 0;
  z-index: 1;
}

.gallery-box2.v2:hover:before {
  border-width: 22px;
  opacity: 1;
}

/*===== Roadmap Style =====*/
.roadmap-box {
  margin-bottom: 2.8125rem;
}

.roadmap-img {
  flex: 0 0 29.375rem;
  max-width: 29.375rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
}

.roadmap-img+.roadmap-info-wrap {
  flex: 0 0 calc(100% - 29.375rem);
  max-width: calc(100% - 29.375rem);
  padding-left: 14.375rem;
}

.roadmap-info-wrap {
  padding: 0 2.5rem;
}

.roadmap-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 1.25rem;
  z-index: -1;
  background-color: var(--color2);
  top: 1.25rem;
}

.roadmap-box:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 30%;
  border: 1px solid transparent;
  opacity: 0;
  z-index: -1;
}

.roadmap-box:hover:before {
  left: 20%;
  border-color: var(--color5);
  opacity: 1;
}

.roadmap-info-wrap:before {
  content: "";
  position: absolute;
  height: 15.625rem;
  width: 1px;
  background-color: var(--color1);
  top: 50%;
  left: 7.1875rem;
  margin-top: -7.8125rem;
}

.roadmap-info-wrap>span {
  font-family: Arapey;
  color: #fff;
  font-size: 3.125rem;
  min-width: 5rem;
  text-align: center;
  line-height: 2.8125rem;
  left: 4.8125rem;
  top: 50%;
  margin-top: -1.40625rem;
}

.roadmap-box:hover .roadmap-info-wrap>span {
  color: var(--color1);
}

.roadmap-box.rev .roadmap-img {
  order: 1;
}

.roadmap-box.rev .roadmap-img+.roadmap-info-wrap {
  padding-left: 2.5rem;
  padding-right: 14.375rem;
}

.roadmap-box.rev .roadmap-info-wrap::before {
  left: auto;
  right: 7.1875rem;
}

.roadmap-box.rev .roadmap-info-wrap>span {
  left: auto;
  right: 4.8125rem;
}

.roadmap-box.rev::before {
  left: 0;
  right: 30%;
}

.roadmap-box.rev:hover:before {
  right: 20%;
}

.roadmap-box.rev .roadmap-info-wrap {
  text-align: right;
}

.roadmap-info>span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.125rem;
  position: relative;
  padding: 0 4.375rem 0 2.5rem;
  padding-left: 2.5rem;
}

.roadmap-info>span:before {
  content: "";
  height: 1px;
  width: 3.125rem;
  position: absolute;
  background-color: var(--color1);
  right: 0;
  top: 12px;
}

.roadmap-info>span i {
  font-size: 1.5rem;
  line-height: 1;
  left: 0;
}

.roadmap-box.rev .roadmap-info>span {
  padding: 0 2.5rem 0 4.375rem;
}

.roadmap-box.rev .roadmap-info>span:before {
  right: auto;
  left: 0;
}

.roadmap-box.rev .roadmap-info>span i {
  left: auto;
  right: 0;
}

.roadmap-info>span+p {
  margin-top: 1.125rem;
}

/*===== Packages Style 2 =====*/
.packages-inner {
  flex: 0 0 26.875rem;
  max-width: 26.875rem;
  width: 100%;
  z-index: 1;
}

.packages-inner:before {
  content: "";
  width: 3.4375rem;
  height: 1px;
  background-color: var(--color1);
  position: absolute;
  left: -.9375rem;
  top: 9.0625rem;
  z-index: 1;
}

.packages-caro>button.slick-arrow,
.port-dtl-img-caro>button.slick-arrow,
.blog-img-caro>button.slick-arrow {
  height: 3.875rem;
  width: 3.875rem;
  line-height: 3.875rem;
  background-color: var(--color1);
  margin-top: -1.9375rem;
  z-index: 1;
}

.packages-caro>button.slick-arrow svg,
.port-dtl-img-caro>button.slick-arrow svg,
.blog-img-caro>button.slick-arrow svg {
  max-width: 1.75rem;
}

.packages-caro>button.slick-prev,
.port-dtl-img-caro>button.slick-prev,
.blog-img-caro>button.slick-prev {
  left: -1.9375rem;
}

.packages-caro>button.slick-next,
.port-dtl-img-caro>button.slick-next,
.blog-img-caro>button.slick-next {
  right: -1.9375rem;
}

.package-box2 {
  background-color: #fff;
  margin-top: 3.125rem;
  padding: 5.125rem 3.75rem 3.75rem;
}

.package-box2>span {
  font-family: Arapey;
  font-size: 6.25rem;
  line-height: 1;
  left: 0;
  right: 0;
  top: -3.125rem;
}

.package-box2>svg {
  right: 0;
  top: 0;
}

.package-box2:before,
.package-box2:after {
  content: "";
  position: absolute;
  height: 1.5625rem;
  width: 1.5625rem;
}

.package-box2::before {
  top: 10px;
  right: 10px;
}

.package-box2::after {
  left: 10px;
  bottom: 10px;
}

.package-head2 {
  padding-left: 2.5rem;
  padding-bottom: 2.5rem;
}

.package-head2>i {
  font-size: 1.75rem;
  line-height: 1;
  left: 0;
  top: 0;
}

.package-head2>h4 {
 font-family: 'Chronicle Display';

  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.package-head2>span {
  font-family: Arapey;
  font-size: 1.5rem;
  line-height: 1;
}

.package-head2:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 15.9375rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background-color: var(--color5);
  left: 50%;
}

.package-head2+.package-body2 {
  margin-top: 2.25rem;
}

.package-info-list>li {
  position: relative;
  width: 100%;
  line-height: 2.5rem;
  padding-left: 2.1875rem;
}

.package-info-list>li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
  font-size: 14px;
}

.package-body2>ul+ul {
  margin-top: 1.875rem;
}

.package-info-list2 {
  max-width: 15.9375rem;
}

.package-info-list2>li {
  font-size: 14px;
  color: #737176b3;
  letter-spacing: 2.5px;
  padding: 4px 10px;
}

.package-info-list2>li+li {
  border-top: 1px solid var(--color5);
}

.package-info-list2>li span {
  max-width: 25%;
  float: right;
  width: 100%;
  color: var(--color1);
  letter-spacing: 0;
}

/*===== Contact Info Style =====*/
.cont-info-wrap>div.row>div:first-child .cont-info-box-wrap {
  padding-right: 3.125rem;
}

.cont-info-wrap>div.row>div:nth-child(2) .cont-info-box-wrap {
  padding: 0 1.5625rem;
}

.cont-info-wrap>div.row>div:last-child .cont-info-box-wrap {
  padding-left: 3.125rem;
}

.cont-info-box-wrap {
  margin-bottom: 1.875rem;
}

.cont-info-box {
  border: 1px solid var(--color5);
  padding: 6.875rem 1.875rem 3.125rem 1.5625rem;
}

.cont-info-box>span {
  min-width: 5rem;
  line-height: 2.8125rem;
  color: #fff;
  font-size: 3.125rem;
  font-family: Arapey;
  font-weight: 400;
  left: 0;
  top: 1.875rem;
}

.cont-info-box:hover {
  background-color: #fff;
}

.cont-info-box>span svg {
  max-width: 2.6875rem;
  position: absolute;
  right: -4.0625rem;
  top: 50%;
  margin-top: -7.8px;
}

.cont-info-box:hover>span {
  color: var(--color1);
}

.cont-info-list>li {
  width: 100%;
  position: relative;
  padding-left: 2.5rem;
}

.cont-info-list>li+li {
  margin-top: 1.25rem;
}

.cont-info-list>li i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: inherit;
}

/*===== Portfolio Style 1 =====*/
.port-wrap {
  margin-top: -1.5625rem;
}

.filter-links>li {
  text-transform: uppercase;
  margin: 0 .9375rem;
}

.filter-links>li a {
  font-weight: 600;
  display: block;
  position: relative;
  padding: 0 1.25rem 4px 1.25rem;

}

.filter-links>li.active a,
.filter-links>li a:hover,
.filter-links>li a:focus {
  color: var(--color1);
}

.filter-links>li.active a span,
.filter-links>li a:hover span,
.filter-links>li a:focus span {
  top: -5px;
  opacity: 1;
}

.filter-links>li a span {
  font-size: 14px;
  color: #737176;
  position: absolute;
  top: -1rem;
  font-weight: 400;
  line-height: 1;
  right: 12px;
  opacity: 0;
}

.filter-links>li.active {
  font-weight: 500;
}

.filter-links>li a:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 1px;
  background-color: #f0efec;
}

.filter-links>li.active a::before,
.filter-links>li a:hover:before {
  opacity: 1;
  left: 0;
  right: 0;
}

.filter-links+.port-inner {
  margin-top: 4.6875rem;
}

.port-box {
  border-radius: 15px;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.port-box:hover .port-img>img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.port-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff80;
  opacity: 0;
  z-index: 1;
}

.port-box:hover .port-img::before {
  opacity: .6;
}

.port-img>a:not(.thm-btn) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 3.4375rem;
  width: 3.4375rem;
  left: 50%;
  line-height: 3.4375rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.port-img>a:not(.thm-btn):before {
  content: "";
  position: absolute;
  left: -14px;
  right: -14px;
  display: none;
  top: -14px;
  bottom: -14px;
  border: 1px solid;
  z-index: -1;
}

.port-img>a:not(.thm-btn):hover:before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.port-img>a:not(.thm-btn) svg {
  max-width: 1.875rem;
}

.port-box:hover .port-img>a {
  opacity: 1;
  visibility: visible;
}

.port-img+.port-info {
  margin-top: 1.25rem;
}

.port-info {
  padding: 0 0 0;
}

.port-info:before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  background-color: var(--bg-color);
  height: 3.125rem;
  border-radius: 15px;
  display: none;
  top: 12px;
}

.port-info>h3 {
  font-size: 1.6rem;
  line-height: 1.5rem;
  font-weight: 400;

}

.port-info>span {
  font-size: 0.8rem;
  display: none!important;

}

.port-info>a {
  right: 0;
  top: 0;
  font-size: 1.5rem;
  opacity: 0;
  visibility: hidden;
}

.port-info>a:hover,
.port-info>a:focus {
  color: var(--color1);
}

.port-box:hover .port-info>a {
  opacity: 1;
  visibility: visible;
}

/*===== Portfolio Single Style =====*/
.port-dtl-cont-inner {
  margin-top: 3.125rem;
}

.port-dtl-desc {
  flex: 0 0 50rem;
  max-width: 50rem;
}

.port-dtl-desc>h1 {
  line-height: 3.625rem;
  font-size: 2.8125rem;
}

.port-dtl-desc>h1 i {
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  background-color: var(--color1);
  width: 3.625rem;
  margin-left: 1.25rem;
}

.port-dtl-desc>h1+p,
.port-dtl-desc>p+p {
  margin-top: 1.75rem;
}

.port-dtl-info .scl-links {
  margin-top: 1.5625rem;
}

.port-dtl-info .scl-links>a:hover,
.port-dtl-info .scl-links>a:focus {
  color: var(--color1);
}

.port-dtl-desc+.port-dtl-info {
  flex: 0 0 calc(100% - 50rem);
  max-width: calc(100% - 50rem);
  padding-left: 6.5625rem;
}

.port-dtl-info .scl-links+ul {
  margin-top: 3.5625rem;
}

.port-dtl-info-list>li {
  font-size: 14px;
  color: #737176b3;
  letter-spacing: 2.5px;
  padding: 4px 10px;
}

.port-dtl-info-list>li+li {
  border-top: 1px solid var(--color5);
}

.port-dtl-info-list>li span {
  float: right;
  color: var(--color1);
  letter-spacing: 0;
  max-width: 38%;
  width: 100%;
}

.port-dtl-cont+.port-dtl-gal-imgs {
  margin-top: 3.4375rem;
}

.port-dtl-gal-imgs a {
  margin-top: 1.875rem;
}

.port-dtl-gal-imgs a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--color1);
  opacity: 0;
}

.port-dtl-gal-imgs a:hover:before {
  opacity: .6;
}

.port-dtl-gal-imgs a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/*===== Related Portfolio Style =====*/
.rlt-port-caro>button.slick-arrow {
  top: 6.28125rem;
}

.port-box.v2 .port-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid;
  background-color: transparent;
  opacity: 0;
}

.port-box.v2:hover .port-img:before {
  opacity: 1;
}

.port-box.v2 .port-img::after {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  top: 1px;
  border: 0 solid #fff;
  opacity: 0;
}

.port-box.v2:hover .port-img::after {
  opacity: 1;
  border-width: 10px;
}

.port-img>a.thm-btn {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(.7);
  -ms-transform: translate(-50%, -50%) scale(.7);
  -o-transform: translate(-50%, -50%) scale(.7);
  transform: translate(-50%, -50%) scale(.7);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.port-box:hover .port-img>a.thm-btn {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/*===== Portfolio Style 2 =====*/
.port-box2,
.port-cover-box {
  margin-bottom: 1.875rem;
}

.port-box2:hover>img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.port-info2 {
  background-color: rgba(255, 255, 255, .9);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(.7);
  -ms-transform: translate(-50%, -50%) scale(.7);
  -o-transform: translate(-50%, -50%) scale(.7);
  transform: translate(-50%, -50%) scale(.7);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  padding: 3.375rem 2.1875rem 2.8125rem;
  min-width: 15.625rem;
}

.port-info2:before {
  content: "";
  position: absolute;
  border: 1px solid;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: -1;
}

.port-box2:hover .port-info2 {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.port-info2>h3 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  position: relative;
  padding-bottom: 10px;
}

.port-info2>h3+span {
  margin-top: 1.125rem;
}

.port-info2>span+a {
  margin-top: 11px;
}

.port-info2>a {
  font-size: 1.375rem;
  line-height: 1;
}

.port-info2>h3:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 1px;
  background-color: var(--color1);
  width: 2.8125rem;
  margin-left: -1.40625rem;
  bottom: 0;
}

.port-cover-box {
  min-height: 20rem;
}

.port-cover-box::before {
  content: "";
  position: absolute;
  border: 1px solid var(--color5);
  left: 3.5625rem;
  right: 3.5625rem;
  bottom: 3.5625rem;
  top: 3.5625rem;
  background-color: #fff;
}

.port-cover-info {
  flex: 0 0 15.9375rem;
  max-width: 15.9375rem;
}

.port-cover-info>i {
  line-height: 1;
  font-size: 3.75rem;
}

.port-cover-info>i+h3 {
  margin-top: 1rem;
}

.port-cover-info>h3 {
  font-size: 1.625rem;
  line-height: 2.5rem;
  background-color: #fff;
}

.port-cover-info>h3+span {
  margin-top: 4px;
}

/*===== Portfolio Style 3 =====*/
.port-box3 {
  margin-bottom: 1.875rem;
}

.port-img3>span {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(.5);
  -ms-transform: translate(-50%, -50%) scale(.5);
  -o-transform: translate(-50%, -50%) scale(.5);
  transform: translate(-50%, -50%) scale(.5);
  z-index: 1;
  background-color: rgba(30, 30, 32, .5);
  height: 11.75rem;
  line-height: 14.4rem;
  width: 11.75rem;
  left: 50%;
  -webkit-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  opacity: 0;
  visibility: hidden;
}
.serv-box:hover > span {
  background: var(--bg-color)!important;
}
.port-img3>span a {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.port-img3>span a:before {
  content: "";
  position: absolute;
  left: -14px;
  right: -14px;
  top: -14px;
  bottom: -14px;
  border: 1px solid;
  z-index: -1;
}

.port-img3>span a:hover:before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.port-img3>span a svg {
  line-height: 11.75rem;
  display: block;
  margin: 12.025px auto 0;
  max-width: 1.875rem;
}

.port-box3.v2:hover .port-img3>span {
  -webkit-transform: translate(-50%, -89.3%) scale(1);
  -ms-transform: translate(-50%, -89.3%) scale(1);
  -o-transform: translate(-50%, -89.3%) scale(1);
  transform: translate(-50%, -89.3%) scale(1);
  visibility: visible;
}

.port-box3:hover .port-img3>span {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
}

.port-info3 {
  bottom: -50%;
  background-color: #fff;
  left: 0;
  padding: 3.125rem 1.875rem 1.4375rem;
  opacity: 0;
  visibility: hidden;
}

.port-info3:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -.5px;
  top: 1.125rem;
  width: 1px;
  height: 1.6875rem;
  background-color: var(--color1);
}

.port-info3>h3 {
  font-size: 1.625rem;
  line-height: 2.5rem;
}

.port-info3>h3+span {
  margin-top: 5px;
}

.port-box3:hover .port-info3 {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

/*===== Page Wrap Style =====*/
.page-wrap>div.row>div.col-lg-8 {
  flex: 0 0 70.84%;
  max-width: 70.84%;
}

.page-wrap>div.row>div.col-lg-4 {
  flex: 0 0 29.16%;
  max-width: 29.16%;
}

/*===== Blog Style 2 =====*/
.blog-post-box2-wrap {
  margin-bottom: 4.6875rem;
  justify-content: flex-start;
}

.blog-post-box2-wrap.rev {
  justify-content: flex-end;
}

.blog-post-box2-wrap.rev .blog-post-img2 {
  order: 1;
}

.blog-post-box2:not(.v2) {
  flex: 0 0 96.5625rem;
  max-width: 96.5625rem;
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -30px;
  border-radius: 15px;
}

.blog-post-box2:not(.v2) .blog-post-img2 {
  flex: 0 0 55.9375rem;
  max-width: 55.9375rem;
}

.blog-post-img2>a {
  display: block;
}

.blog-post-box2:hover .blog-post-img2>a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-post-box2:not(.v2) .blog-post-img2+.blog-post-info2:not(.v2) {
  flex: 0 0 calc(100% - 55.9375rem);
  max-width: calc(100% - 55.9375rem);
}

.blog-post-box2:not(.v2) .blog-post-info2 {
  padding: 1.875rem 3.75rem;
}

.blog-post-info2>h3 {
 font-family: 'Chronicle Display';

  font-weight: 500;
  font-size: 1.375rem;
  text-transform: uppercase;
}

.blog-post-info2>h3 i {
  width: 3.625rem;
  height: 1px;
  background-color: var(--bg-color);
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.125rem;
}

.blog-post-info2>h3+ul {
  margin-top: 12px;
}

.blog-meta>li {
  position: relative;
  color: #737176;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: initial;
}

.blog-meta>li i {
  font-size: 1.25rem;
  line-height: 1;
  margin-right: .9375rem;
}

.blog-meta>li+li {
  padding-left: 1.875rem;
  margin-left: 1.875rem;
}

.blog-meta>li+li:before {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1px;
  background-color: var(--color5);
  left: 0;
  top: 2px;
}

.blog-post-info2>ul+p {
  margin-top: 1.75rem;
}

.blog-post-info2>p+.blog-post-info-bottom {
  margin-top: 4.0625rem;
}

.blog-post-info-bottom {
  min-height: 3.875rem;
  padding-right: 3.875rem;
}

.blog-post-info-bottom>a.position-absolute {
  height: 3.875rem;
  width: 3.875rem;
  right: 0;
  top: 0;
  background: var(--bg-color);
  line-height: 3.875rem;
  text-align: center;
  border-radius: 15px;
}

.blog-post-info-bottom>a.position-absolute svg {
  max-width: 1.75rem;
}

.blog-cat {
  font-size: 1rem;
  font-weight: 400;
}

.blog-post-info-bottom-inner>span+.blog-share {
  margin-top: 12px;
}

.blog-cat a:hover,
.blog-cat a:focus {
  color: var(--color1);
}

.blog-share>span {
  font-size: 14px;
  color: #737176;
  letter-spacing: 2px;
}

.blog-share>span+.scl-links {
  margin-left: 2.5rem;
}

/*=== Ver 2 ===*/
.blog-post-box2.v2+.blog-post-box2.v2 {
  margin-top: 6.875rem;
}

.blog-tag {
  font-size: 14px;
  padding: 4px 10px;
  line-height: 1;
  top: 0;
  left: 0;
}

.blog-tag.thm-bg:hover,
.blog-tag.thm-bg:focus {
  background-color: var(--color1);
  color: #fff;
}

.blog-tag:not(.thm-bg):hover,
.blog-tag:not(.thm-bg):focus {
  color: var(--color1);
}

.blog-post-box2.v2 .blog-post-img2+.blog-post-info2,
.blog-post-box2.v2 iframe+.blog-post-info2 {
  margin-top: 2.5rem;
}

.blog-post-box2.v2 .blog-post-info-bottom {
  padding-right: 0;
  min-height: initial;
}

.blog-post-box2.v2 .blog-post-info2>p+.blog-post-info-bottom {
  margin-top: 1.875rem;
}

.blog-post-info-bottom>a:not(.position-absolute) {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}

.blog-post-quote::before,
.blog-post-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: var(--color3);
  bottom: 0;
  opacity: .8;
}

.blog-post-quote,
.blog-post-link {
  z-index: 1;
  background-size: cover;
  background-position: center;
  padding: 5.3125rem 2.8125rem 2.5rem;
}

.blog-post-info2>ul+blockquote.blockquote {
  margin-top: 2.1875rem;
}

.blog-post-info2 blockquote.blockquote:before {
  display: none;
}

.blog-post-info2 blockquote.blockquote+.blog-post-info-bottom {
  margin-top: 1rem;
}

.blog-post-video iframe {
  height: 28.75rem;
}

.blog-tag+.blog-post-info2 {
  margin-top: .9375rem;
}

.blog-post-link .blog-tag+.blog-post-info2 {
  margin-top: 0;
}

.blog-post-info2>ul+.blog-post-link-box {
  margin-top: 1.875rem;
}

.blog-post-link-box>a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.blog-post-link-box>a i {
  font-size: 2.125rem;
  margin-right: .9375rem;
}

.blog-post-link-box+.blog-post-info-bottom {
  margin-top: 1.5625rem;
}

.blog-img-caro>button.slick-prev {
  left: 0;
}

.blog-img-caro>button.slick-next {
  right: 0;
}




/*===== how Style 2 =====*/
.how-post-box2-wrap {
  margin-bottom: 2.6875rem;
  justify-content: flex-start;
  border: solid 1px #8080801f;
}

.how-post-box2-wrap.rev {
  justify-content: flex-end;
}

.how-post-box2-wrap.rev .how-post-img2 {
  order: 1;
}

.how-post-box2:not(.v2) {
  max-width: 96.5625rem;
  border-radius: 15px;
}

.how-post-box2:not(.v2) .how-post-img2 {
  flex: 0 0 30.9375rem;
  max-width: 31.9375rem;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  display: flex;
}

.how-post-img2>a {
  display: block;
}

.how-post-box2:hover .how-post-img2>a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.how-post-box2:not(.v2) .how-post-img2+.how-post-info2:not(.v2) {
  flex: 0 0 calc(100% - 30.9375rem);
  max-width: calc(100% - 30.9375rem);
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: auto;
}

.how-post-box2:not(.v2) .how-post-info2 {
  padding: 1.875rem 3.75rem;
}

.how-post-info2>h3 {
 font-weight: 500;
 font-size: 1.375rem;
 text-transform: uppercase;
 font-family: 'Cormorant Garamond', serif;
}



.how-post-info2>h3+ul {
  margin-top: 12px;
}

.how-meta>li {
  position: relative;
  color: #737176;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: initial;
}

.how-meta>li i {
  font-size: 1.25rem;
  line-height: 1;
  margin-right: .9375rem;
}

.how-meta>li+li {
  padding-left: 1.875rem;
  margin-left: 1.875rem;
}

.how-meta>li+li:before {
  content: "";
  position: absolute;
  height: 1rem;
  width: 1px;
  background-color: var(--color5);
  left: 0;
  top: 2px;
}

.how-post-info2>ul+p {
  margin-top: 1.75rem;
}

.how-post-info2>p+.how-post-info-bottom {
  margin-top: 4.0625rem;
}

.how-post-info-bottom {
  min-height: 3.875rem;
  padding-right: 3.875rem;
}

.how-post-info-bottom>a.position-absolute {
  height: 3.875rem;
  width: 3.875rem;
  right: 0;
  top: 0;
  background: var(--bg-color);
  line-height: 3.875rem;
  text-align: center;
  border-radius: 15px;
}

.how-post-info-bottom>a.position-absolute svg {
  max-width: 1.75rem;
}

.how-cat {
  font-size: 1rem;
  font-weight: 400;
}

.how-post-info-bottom-inner>span+.how-share {
  margin-top: 12px;
}

.how-cat a:hover,
.how-cat a:focus {
  color: var(--color1);
}

.how-share>span {
  font-size: 14px;
  color: #737176;
  letter-spacing: 2px;
}

.how-share>span+.scl-links {
  margin-left: 2.5rem;
}

/*=== Ver 2 ===*/
.how-post-box2.v2+.blog-post-box2.v2 {
  margin-top: 6.875rem;
}

.how-tag {
  font-size: 14px;
  padding: 4px 10px;
  line-height: 1;
  top: 0;
  left: 0;
}

.how-tag.thm-bg:hover,
.how-tag.thm-bg:focus {
  background-color: var(--color1);
  color: #fff;
}

.how-tag:not(.thm-bg):hover,
.how-tag:not(.thm-bg):focus {
  color: var(--color1);
}

.how-post-box2.v2 .how-post-img2+.how-post-info2,
.how-post-box2.v2 iframe+.how-post-info2 {
  margin-top: 2.5rem;
}

.how-post-box2.v2 .how-post-info-bottom {
  padding-right: 0;
  min-height: initial;
}

.how-post-box2.v2 .how-post-info2>p+.how-post-info-bottom {
  margin-top: 1.875rem;
}

.how-post-info-bottom>a:not(.position-absolute) {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
}

.how-post-quote::before,
.how-post-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: var(--color3);
  bottom: 0;
  opacity: .8;
}

.how-post-quote,
.how-post-link {
  z-index: 1;
  background-size: cover;
  background-position: center;
  padding: 5.3125rem 2.8125rem 2.5rem;
}

.how-post-info2>ul+blockquote.blockquote {
  margin-top: 2.1875rem;
}

.how-post-info2 blockquote.blockquote:before {
  display: none;
}

.how-post-info2 blockquote.blockquote+.how-post-info-bottom {
  margin-top: 1rem;
}

.how-post-video iframe {
  height: 28.75rem;
}

.how-tag+.how-post-info2 {
  margin-top: .9375rem;
}

.how-post-link .how-tag+.how-post-info2 {
  margin-top: 0;
}

.how-post-info2>ul+.how-post-link-box {
  margin-top: 1.875rem;
}

.how-post-link-box>a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.how-post-link-box>a i {
  font-size: 2.125rem;
  margin-right: .9375rem;
}

.how-post-link-box+.how-post-info-bottom {
  margin-top: 1.5625rem;
}

.how-img-caro>button.slick-prev {
  left: 0;
}

.how-img-caro>button.slick-next {
  right: 0;
}








/*===== Sidebar Style =====*/
.widget-box2+.widget-box2 {
  border-top: 1px solid var(--color5);
  margin-top: 4.375rem;
  padding-top: 4.375rem;
}

.widget-box2.search_widget,
.widget-box2.search_widget+.widget-box2 {
  padding-top: 0;
  border-top: 0;
}

.author_widget {
  background-size: cover;
  background-position: center;
  z-index: 1;
  padding: 2.5rem 2.5rem 2.1875rem;
}

.author_widget:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--color3);
  opacity: .8;
}

.author-widget-img {
  border: 1px solid;
  padding: 10px;
}

.author-widget-img+.author-widget-info {
  margin-top: 1.6875rem;
}

.author-widget-info>h3 {
  font-size: 1.625rem;
  line-height: 2.5rem;
  padding-bottom: 4px;
}

.author-widget-info>h3:before {
  content: "";
  height: 1px;
  background-color: var(--color1);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.875rem;
  margin-left: -.9375rem;
}

.author-widget-info>h3+p {
  margin-top: 10px;
}

.author-widget-info>p+.scl-links {
  margin-top: 1.5625rem;
}

.search_widget form input {
  border: 1px solid var(--color5);
  height: 3.875rem;
  font-weight: 300;
  color: #737176;
  width: 100%;
  font-size: 1rem;
  padding: 10px 1.5rem;
}

.search_widget form button {
  right: 0;
  top: 0;
  width: 3.875rem;
  height: 3.875rem;
  color: #fff;
  font-size: 1.25rem;
}

.search_widget form button:hover,
.search_widget form button:focus {
  color: var(--color1);
}

.widget-title2 {
  display: inline-block;
  font-size: 1.625rem;
  z-index: 1;
  padding: 0 1.75rem 0 5px;

  margin-bottom: 2.625rem;
}

.widget-title2:before {
  content: "";
  height: 1.875rem;
  z-index: -1;
  background-color: var(--color3);
  left: 0;
  top: 1px;
  display: none;
  right: 0;
  position: absolute;
}

.widget-title2>i {
  position: absolute;
  top: .9375rem;
  height: 1px;
  width: 1.75rem;
  background-color: var(--color1);
  right: -1.25rem;
}

.widget-box2 ul {
  margin: -5px 0 -10px;
}

.widget-box2 ul li+li {
  margin-top: 1rem;
}

.widget-box2 ul li a {
  display: inline-block;
  position: relative;
  padding-bottom: 6px;

  font-weight: 300;
}

.widget-box2 ul li a span {
  color: #737176;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
  opacity: 0;
  font-weight: 300;
}

.widget-box2 ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: var(--color1);
  height: 1px;
}

.widget-box2 ul li a:hover,
.widget-box2 ul li a:focus {
  font-weight: 500;
  color: var(--color1);
}

.widget-box2 ul li a:hover span,
.widget-box2 ul li a:focus span {
  opacity: 1;
}

.widget-box2 ul li a:hover:before,
.widget-box2 ul li a:focus:before {
  width: 100%;
}

.popular-post-img {
  flex: 0 0 6.875rem;
  max-width: 6.875rem;
}

.popular-post-img+.popular-post-info {
  flex: 0 0 calc(100% - 6.875rem);
  max-width: calc(100% - 6.875rem);
  padding-left: 1.25rem;
  margin-top: 5px;
}

.popular-post-box:hover .popular-post-img>a img,
.top-product-box:hover .top-product-img>a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.popular-post-info>h4,
.top-product-info>h4 {
  font-size: 1rem;
  font-family: 'Chronicle Display';
  font-weight: 500;
  text-transform: uppercase;

}

.popular-post-info>h4+span,
.top-product-info>h4+span {
  margin-top: 7px;
}

.popular-post-info>span,
.top-product-info>span {
  font-size: 13px;
  color: #737176;

  letter-spacing: 2px;
}

.popular-post-box+.popular-post-box,
.top-product-box+.top-product-box {
  margin-top: 1.5625rem;
}

.tagcloud {
  margin: -10px 0;

}

.tagcloud>a {
  font-size: 1rem;
  font-weight: 400;
  color: #737176;
  margin-right: 1.8rem;
  margin-bottom: 3px;
}

.price-filter {
  border: 0;
  height: 1px;
  background-color: var(--color5);
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 8px 0 2rem;
}

.price-filter .noUi-handle {
  width: 7px;
  height: 1.25rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0;
  top: 50%;
  margin-top: -9.5px;
}

.price-filter .noUi-handle:before,
.price-filter .noUi-handle:after {
  display: none;
}

.price-filter .noUi-handle.noUi-handle-lower,
.price-filter .noUi-handle.noUi-handle-upper {
  right: 0;
}

.price-filter .noUi-connects {
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 3px;
  margin-top: -1px;
}

.price-filter .noUi-handle .noUi-tooltip {
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  color: var(--color1);
  bottom: auto;
  top: 120%;
}

.price-filter-wrap>button {
  background-color: transparent;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 1rem;
}

.price-filter-wrap>button svg {
  max-width: 1.75rem;
  vertical-align: middle;
  margin-left: .9375rem;
}

.price-filter-wrap>button:hover,
.price-filter-wrap>button:focus {
  color: var(--color1);
}

.price-filter .noUi-handle .noUi-tooltip:before {
  content: "$";
  margin-right: 5px;
}

.top-product-img {
  flex: 0 0 4.5rem;
  max-width: 4.5rem;
  border: 1px solid var(--color5);
}

.top-product-img+.top-product-info {
  flex: 0 0 calc(100% - 4.5rem);
  max-width: calc(100% - 4.5rem);
  padding-left: 1.25rem;
  margin-top: 5px;
}

/*===== Blog Detail Style =====*/
.post-detail-desc>p {
    font-size: 18px;
    padding: 0 1rem;
    line-height: 1.9rem;
    font-family: "Lora", serif !important;
    color: black;
   
    margin-top: 10px;
    margin-bottom: 5px;
}

.post-detail-desc blockquote.blockquote {
  max-width: calc(100% - 6.875rem);
  margin: 3.75rem 3.4375rem 0;
  padding-right: 5rem;
}

.post-detail-desc>ul {
  margin-top: 2.5rem;
}

.post-detail-desc {
  font-size: 18px;
    padding: 0 1rem;
    line-height: 1.9rem;
    font-family: "Lora", serif;
    color: black;
  
}
.post-detail-desc>ul li {
  position: relative;

  padding-left: 4.375rem;
}

.post-detail-desc>ul li+li {
  margin-top: 1.125rem;
}

.post-detail-desc>ul li span {
  max-width: 2.8125rem;
  width: 100%;
  top: 3.5px;
  line-height: 1.4375rem;
  font-family: Arapey;
  font-weight: 400;
  background-color: var(--color3);
  font-size: 1.25rem;
  left: 0;
}

.author-box {
  z-index: 1;
  padding: 3.4375rem 3.75rem;
  background-size: cover;
  background-position: center;
  margin-top: 3.75rem;
}

.author-box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--color3);
  z-index: -1;
  opacity: .8;
}

.author-box>ul+.post-detail-cate-share {
  margin-top: 1.375rem;
}

.post-detail-cate-share+.author-box-inner {
  margin-top: 3.75rem;
}

.author-box-img {
  flex: 0 0 14.375rem;
  max-width: 14.375rem;
  padding: 10px;
  border: 1px solid;
}

.author-box-img+.author-box-info {
  flex: 0 0 calc(100% - 14.375rem);
  max-width: calc(100% - 14.375rem);
  padding-left: 2.375rem;
}

.author-box-info>h4 {
  font-size: 1.625rem;
  line-height: 2.5rem;
  position: relative;
  padding-left: .9375rem;
}

.author-box-info>h4+p {
  margin-top: 1.25rem;
}

.author-box-info>h4:before {
  content: "";
  width: 1px;
  top: 6px;
  height: 1.75rem;
  background-color: var(--color1);
  position: absolute;
  left: 0;
}

.comments-wrap {
  margin-top: 4.6875rem;
  border: 1px solid var(--color5);
  padding: 2.6875rem 3.75rem 3.375rem;
  background-color: #fff;
}

.comments-wrap>h3,
.comment-reply>h3 {
 font-family: 'Chronicle Display';

  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 2.5rem;
  margin-bottom: 1.25rem;
}

.comments-thread>li+li {
  border-top: 1px solid var(--color5);
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

.comment-info>img {
  flex: 0 0 3.75rem;
  max-width: 3.75rem;
}

.comment-info>img+.comment-meta {
  flex: 0 0 calc(100% - 3.75rem);
  max-width: calc(100% - 3.75rem);
  padding-left: 1.375rem;
}

.comment-meta>h4 {
  font-size: 1.125rem;
  font-weight: 500;
 font-family: 'Chronicle Display';

}

.comment-meta>h4+span {
  margin-top: 8px;
}

.comment-meta>span {
  letter-spacing: 2px;
  color: #737176;
  font-size: 14px;
  line-height: 1;
}

.comment-info+p {
  line-height: 20px;
  margin-top: 2.0625rem;
  font-size: 18px;

}

.comment-box>a,
.comment-box>span.rate {
  right: 0;
  top: .9375rem;
  font-size: 1rem;
  font-weight: 500;
}

.comment-box>a:hover,
.comment-box>a:focus {
  color: var(--color1);
}

.comment-reply {
  margin-top: 4.0625rem;
}

.comment-reply form textarea {
  border: 1px solid #737176;
  width: 100%;
  padding: 1.3rem 2.5rem;
  color: #737176;
  font-size: 1rem;
  font-weight: 300;

  height: 7.8125rem;
  margin-bottom: .9375rem;
}

.comment-reply form .field-box input {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-color: #737176;
  border: solid 1px;
  font-weight: 300;
  padding: 10px 2.5rem;

}

.comment-reply form .field-box i {
  left: 10px;
}

/*===== Shop Style =====*/
.shop-top>p {
  font-size: 1rem;
  color: #737176;
}

.shop-top .slc-box {
  max-width: 16.5625rem;
}

.shop-top .slc-box:before {
  height: 3.75rem;
  line-height: 3.75rem;
  right: 1.25rem;
}

.shop-top .slc-box select {
  border: 1px solid var(--color5);
  height: 3.75rem;
  padding: 1rem 1.875rem 1rem 1.25rem;
}

.shop-top+.shop-wrap {
  margin-top: 3.4375rem;
}

.shop-box {
  margin-bottom: 3.75rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.shop-img {
  /* border: 1px solid var(--color5); */
}

.shop-tag {
  text-transform: uppercase;
  font-size: 14px;
  left: -8px;
  padding: .5px 13.3px;
  top: 10px;
  z-index: 1;
}

.shop-img a.shop-like {
  left: 1.25rem;
  bottom: 1.25rem;
  line-height: 1;
}

.shop-img a.shop-like i.position-absolute {
  left: 0;
  opacity: 0;
  top: 0;
}

.shop-img a.shop-like:hover i.position-absolute,
.shop-img a.shop-like:focus i.position-absolute {
  opacity: 1;
}

.shop-img a:not(.shop-like) {
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 0;
  overflow: hidden;
}

.shop-img a:not(.shop-like) span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  width: 0;
  display: inline-block;
  white-space: nowrap;
  opacity: 0;
}

.shop-img a:not(.shop-like):hover,
.shop-img a:not(.shop-like):focus {
  color: var(--color1);
  padding-left: 1.75rem;
}

.shop-img a:not(.shop-like):hover span,
.shop-img a:not(.shop-like):focus span {
  opacity: 1;
  width: 6.3125rem;
  margin-right: 2rem;
}

.shop-img+.shop-info {
  margin-top: 1.875rem;
}

.shop-info {
  padding: 1rem;
}

.shop-info>h3 {
  font-size: 25px;
  line-height: 2.3rem;
  font-family: "Lora", serif;

  font-weight: 100;
 color: #364a5f;
}

.shop-info>h3+span {
  margin-top: 6px;
}

.shop-info>span:not(.price) {
  font-size: 14px;
  margin-bottom: 0.5rem;
  color: #737176;
  letter-spacing: 2px;
  font-family: "Lora", serif;
}

span.price {
  right: 0;
  top: 0;
  font-size: 1.625rem;
  font-weight: 500;
}

span.price del {
  font-weight: 300;
  color: var(--color5);
  margin-right: 8px;
}

.pagination-wrap>a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
}

/*=== Ver 2 ===*/
.shop-box.v2 a.shop-like {
  bottom: auto;
  left: auto;
  right: 1.25rem;
  top: 1.25rem;
}

.shop-box.v2 .shop-info {
  padding-right: 0;
}

.shop-box.v2 .shop-info>span.price {
  line-height: 1;
}

.shop-box.v2 .shop-info>h3 {
  letter-spacing: -.3px;
}

/*===== Shop Detail Style =====*/
.shop-detail-img-wrap {
  flex: 0 0 28.75rem;
  max-width: 28.75rem;
  padding-left: 2.5rem;
}

.shop-detail-img-wrap .shop-tag {
  top: 1.875rem;
}

.shop-detail-big-imgs+.shop-detail-imgs-nav {
  margin-top: 10px;
}

.shop-detail-imgs-nav {
  max-width: 21.875rem;
}

.shop-detail-imgs-nav .slick-list {
  margin: 0 -.9375rem;
}

.shop-detail-imgs-nav .slick-slide {
  padding: 0 .9375rem;
}

.shop-nav-img {
  border: 1px solid var(--color5);
  cursor: pointer;
}

.shop-detail-img-wrap+.shop-detail-info-wrap {
  flex: 0 0 calc(100% - 28.75rem);
  max-width: calc(100% - 28.75rem);
  padding-left: 7.1875rem;
}

.shop-detail-info-wrap>span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.shop-detail-info-wrap>span+h2 {
  margin-top: 9px;
}

.shop-detail-info-wrap>h2 {
  font-size: 2.8125rem;
}

.shop-detail-info-wrap>h2 i {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--color1);
  height: 1px;
  width: 3.625rem;
  margin-left: 1.25rem;
}

.shop-detail-info-wrap>h2+.shop-price-rate {
  margin-top: 2.125rem;
}

.shop-price-rate span.price del {
  margin-right: 1rem;
}

.shop-rate {
  font-size: 1rem;
}

.shop-rate>span+a {
  margin-left: 1.25rem;
}

.shop-rate>a {
  color: #737176;
}

.rate>i+i {
  margin-left: 4px;
}

.shop-price-rate+p {
  margin-top: 1.375rem;
}

.shop-detail-info-wrap>p {
  max-width: 95%;
}

.shop-detail-info-wrap>p+.cart {
  margin-top: 3rem;
}

form.cart .quantity+button {
  margin-left: 2.375rem;
}

form.cart+.shop-detail-bottom {
  margin-top: 3.9375rem;
}

.shop-detail-bottom ul li {
  padding: 4px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.shop-detail-bottom ul li>i {
  font-style: normal;
  font-size: 14px;
  color: #737176;
  letter-spacing: 2px;
  display: inline-block;
  max-width: 11.875rem;
  width: 100%;
}

.shop-detail-bottom ul li+li {
  border-top: 1px solid var(--color5);
}

.shop-detail-bottom ul li span {
  font-size: 14px;
  color: var(--color1);
}

.shop-detail-bottom ul li div.scl-links.v2>a {
  font-size: 14px;
}

.shop-detail-wrap+.shop-detail-tabs {
  margin-top: 5.75rem;
}

.shop-detail-tabs ul.nav-tabs {
  border-bottom: 0;
  margin-bottom: 2.3125rem;
}

.shop-detail-tabs ul.nav-tabs li.nav-item {
  margin: 0 .9375rem;
  text-transform: uppercase;
}

.shop-detail-tabs ul.nav-tabs li.nav-item a.nav-link {
  position: relative;
  border: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 1.125rem 0;
  color: var(--color1);
}

.shop-detail-tabs ul.nav-tabs li.nav-item a.nav-link.active {
  font-weight: 500;
}

.shop-detail-tabs ul.nav-tabs li.nav-item a.nav-link:before {
  content: "";
  position: absolute;
  background-color: var(--color1);
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 1px;
}

.shop-detail-tabs ul.nav-tabs li.nav-item a.nav-link.active::before {
  left: 0;
  right: 0;
}

.shop-detail-tabs .tab-pane>p+p {
  margin-top: 1.875rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.top-title {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin: 1rem 0.5rem;
}

.top-title span {
  font-style: italic;
  font-size: 1.5rem;
}

@media all and (max-width: 479px) {
  .mainSection {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    height: 700px;
    padding: 10px;
  }

  .bal-container {
    margin: 10px 0;
  }
}

@media all and (max-width: 599px) {
  .mainSection {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    height: 800px;
    padding: 10px;
  }

  .bal-container {
    margin: 10px 0;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
  .mainSection {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    height: 494px;
    padding: 10px;
  }

  .bal-container {
    margin: 10px 0;
  }
}

@media all and (min-width: 768px) and (max-width: 959px) {
  .mainSection {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    height: 1100px;
    padding: 10px;
  }

  .bal-container {
    margin: 10px 0;
  }
}

@media all and (min-width: 960px) and (max-width: 1199px) {
  .mainSection {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    height: 500px;
    padding: 10px;
  }

  .bal-container {
    margin: 0 10px;
  }
}

@media all and (min-width: 1199px) {
  .mainSection {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
    height: 550px;
    padding: 10px;
  }

  .bal-container {
    margin: 0 10px;
  }
}


/* Before After Container */

.bal-container {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: grab;
  overflow: hidden;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bal-after {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bal-before {
  display: block;
  position: absolute;
  top: 0;
  /* right: 0; */
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  overflow: hidden;
}

.bal-before-inset {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.bal-after img,
.bal-before img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.bal-beforePosition {
  background: white;
  color: black;
  left: 0;
  pointer-events: none;
  border-radius: 0.2rem;
  padding: 2px 10px;
}

.bal-afterPosition {
  background: white;
  color: black;
  right: 0;
  pointer-events: none;
  border-radius: 0.2rem;
  padding: 2px 10px;
}

.beforeLabel {
  position: absolute;
  bottom: 0;
  margin: 1rem;
  font-size: 1em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.afterLabel {
  position: absolute;
  bottom: 0;
  margin: 1rem;
  font-size: 1em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-left ul li a img {
  width: 25px;
}
/* handle and arrow */

.bal-handle {
  height: 41px;
  width: 41px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -21px;
  border: 2px solid #fff;
  border-radius: 1000px;
  z-index: 20;
  pointer-events: none;
  box-shadow: 0 0 10px rgb(12, 12, 12);
}

.handle-left-arrow,
.handle-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.handle-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}

.handle-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}

.bal-handle::before {
  bottom: 50%;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgb(12, 12, 12);
}

.bal-handle::after {
  top: 50%;
  margin-top: 20.5px;
  box-shadow: 0 0 5px rgb(12, 12, 12);
}

.bal-handle::before,
.bal-handle::after {
  content: " ";
  display: block;
  width: 2px;
  background: #fff;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
} 


.login .container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  background: #ffffff;
  padding: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.login .credit {
  position: relative;
  margin: 25px auto 0 auto;
  width: 100%;
  text-align: center;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}

.login .credit a {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}

/* * * * * Login Form CSS * * * * */
.login h2 {
  margin: 0 0 15px 0;
  font-size: 30px;
  font-weight: 700;
}

.login h2 img {
  width: 120px;
}

.login p {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;

}

.login .btn {
  display: inline-block;
  padding: 7px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 5px;
  color: #ffffff;
  outline: none;
  border: 1px solid #ffffff;
  transition: .3s;
  -webkit-transition: .3s;
}

.login .btn:hover {
  color: #4CAF50;
  background: #ffffff;
}

.login .col-left,
.col-right {
  width: 55%;
  padding: 45px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login .col-left {
  width: 45%;
  background: #f0efec;
}

@media(max-width: 575.98px) {
  .login .container {
    flex-direction: column;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  }
  section.sc-bg.login {
    min-height: 43vh!important;
    background: none;
}
  .login .col-left,
  .col-right {
    width: 100%;
    margin: 0;
    padding: 30px;
    -webkit-clip-path: none;
    clip-path: none;
  }
}

.login .login-text {
  position: relative;
  width: 100%;
  color: #ffffff;
  text-align: center;
}

.login .login-form {
  position: relative;
  width: 100%;
  color: #666666;
}

.login .login-form p:last-child {
  margin: 0;
}

.login .login-form p a {
  color: var(--color1);
  font-size: 14px;
  text-decoration: none;
}

.login .login-form p:last-child a:last-child {
  float: right;
}

.login .login-form label {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  letter-spacing: .5px;
}

.login .login-form p:last-child label {
  width: 60%;
  float: left;
}

.login .login-form label span {
  color: #ff574e;
  padding-left: 2px;
}

.login .login-form input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  letter-spacing: 1px;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.login .login-form input:focus {
  border-color: #ff574e;
}

.login .login-form input.btn {
  color: #ffffff;
  background: var(--color1);
  border-color: var(--color1);
  outline: none;
  cursor: pointer;
}

.login .login-form input.btn:hover {
  color: var(--color1);
  background: #ffffff;
}
section.sc-bg.login {
  min-height: 67vh;
  background: none;
}
.login .login-text img {
  width: 183px;
}
.serv-box path {
  fill: var(--color1);
}

.fa-solid, .fas {
    font-weight: 900;
    color: #2c2c2c;
}

a.get-start {
background: #2c2c2c;
    color: white;
    padding: 0.4rem 0.6rem;
    border-radius: 8px;
    font-size: 16px;
    font-size: 14px;
    margin-left: 9rem;
    font-size: 14px;
    color: var(--color3);
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.5rem 2.4rem;
    border-radius: 13px;
}
a.get-start:hover {
     background-color: #274D78;
    color: white !important;
}





.start1 body {
  color: #000;
  overflow-x: hidden;
  height: 100%;
  background-color: #F44336;
  background-repeat: no-repeat
}

.start1.card0 {
  background-color: #F5F5F5;
  border-radius: 8px;
  z-index: 0
}

.card00 {
  z-index: 0
}

.card1 {
  margin-left: 140px;
  z-index: 0;
  border-right: 1px solid #F5F5F5
}

.card2 {
  display: none
}

.card2.show {
  display: block
}

.social {
  border-radius: 50%;
  background-color: #FFCDD2;
  color: #E53935;
  height: 47px;
  width: 47px;
  padding-top: 16px;
  cursor: pointer
}

input,
select {
  padding: 2px;
  border-radius: 0px;
  box-sizing: border-box;
  color: #9E9E9E;
  border: none;
  font-size: 16px;
  letter-spacing: 1px;
  height: 50px !important
}

select {
  width: 100%;
  margin-bottom: 85px
}

input:focus,
select:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0 !important
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #E53935
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
  width: 77%
}

.form-control-placeholder {
  position: absolute;
  top: 0px;
  padding: 12px 2px 0 2px;
  transition: all 300ms;
  opacity: 0.5
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
  font-size: 95%;
  top: 10px;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  background-color: #fff
}

.next-button {
  width: 18%;
  height: 50px;
  background-color: #BDBDBD;
  color: #fff;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer
}

.next-button:hover {
  background-color: #E53935;
  color: #fff
}

.get-bonus {
  margin-left: 154px
}

.pic {
  width: 230px;
  height: 110px
}

#progressbar {
  position: absolute;
  left: 35px;
  overflow: hidden;
  color: #E53935
}

#progressbar li {
  list-style-type: none;
  font-size: 8px;
  font-weight: 400;
  margin-bottom: 36px;
}

#progressbar .step0:before {
  content: "";
  color: #fff
}

#progressbar li:before {
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  display: block;
  align-items: center;
  font-size: 20px;
  background: #fff;
  border: 2px solid var(--color1);
  border-radius: 50%;
  margin: auto;
}


#progressbar li:after {
  content: '';
  width: 3px;
  height: 66px;
  background: #BDBDBD;
  position: absolute;
  left: 58px;
  top: 15px;
  z-index: -1
}

#progressbar li:last-child:after {
  top: 147px;
  height: 132px
}

#progressbar li:nth-child(3):after {
  top: 81px
}

#progressbar li:nth-child(2):after {
  top: 0px
}

#progressbar li:first-child:after {
  position: absolute;
  top: -81px
}

#progressbar li.active:after {
  background: #E53935
}

#progressbar li.active:before {
  background: var(--color1);
  font-family: FontAwesome;
  content:
  "\f00c"
}

.tick {
  width: 100px;
  height: 100px
}

.prev {
  display: block;
  position: absolute;
  left: 40px;
  top: 20px;
  cursor: pointer
}

.prev:hover {
  color: #D50000 !important
}

@media screen and (max-width: 912px) {
  .card00 {
      padding-top: 30px
  }

  .card1 {
      border: none;
      margin-left: 50px
  }

  .card2 {
      border-bottom: 1px solid #F5F5F5;
      margin-bottom: 25px
  }

  .social {
      height: 30px;
      width: 30px;
      font-size: 15px;
      padding-top: 8px;
      margin-top: 7px
  }

  .get-bonus {
      margin-top: 40px !important;
      margin-left: 75px
  }

  #progressbar {
      left: -25px
  }
}
section.start1.pt-140 {
  min-height: 67vh;
}
.start1 .text-danger {
  color: var(--color1)!important;
}
.start1 button.action.next,button.action.back,.btn-success {
  background: var(--color1);
  color: white;
  padding: 1rem 2rem;
  border-radius: 15px;
  margin-top: 1rem;
  border-color: var(--color1);
  font-family: "Lora", serif;
  vertical-align: middle;
}

.step.well {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.start1 input {
  appearance: none;
  position: relative;

  width: 40px;
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  border: 4px solid #9393930f;
  background: #f0efec;
}

.start1 input::before {
  content: "";
  position: absolute;
  margin-left: -36px;
  margin-top: -36px;
  width: 0px;
  height: 0px;
  border-radius: 4px;
  transform: rotate(-45deg);
  transition: 200ms ease-in-out;
}

.start1 input:checked::before {
  width: 43px;
  height: 20px;
  margin-top: 2px;
  margin-left: 0px;
  box-shadow: inset 5px -5px #717173, -1px 2px 1px #c4c4c4;
}

.start1 input::after {
  content: attr(text);
  position: absolute;
  width: 100%;
  margin-left: 50px;
  margin-top: -8px;
  font-size: 28px;
  color: #f3f3f3;
  text-shadow: 2px 2px #151516;
}
.start1 .btn-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: end;
  margin: 2rem 0;
}
.start1 .serv-box2-wrap>span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}



.step3-form input[type="phone"] ,input[type="adress"],input[type="email"],input[type="text"]{
  border: none;
  width: 100%;
  padding: 1rem;
  background: none;
}








.step4 .payment-title {
    width: 100%;
    text-align: center;
}

.step4 .form-container .field-container:first-of-type {
    grid-area: name;
}

.step4 .form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.step4 .form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.step4 .form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.step4 .field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.step4 .field-container {
    position: relative;
}

.step4 .form-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name""number number""expiration security";
    max-width: 400px;
    padding: 20px;
    color: #707070;
}

.step4 label {
    padding-bottom: 1px;
    font-size: 16px;
    font-family: "Lora", serif;
}

.step4 input {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}

.step4 .ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.step4 {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.step4 .container {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding: 20px;
}

.step4 #ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

.step4 #ccsingle svg {
    width: 100px;
    max-height: 60px;
}

.step4 .creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

.step4 #generatecard{
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float:right;
}

/* CHANGEABLE CARD ELEMENTS */
.step4 .creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.step4 .creditcard .lightblue {
    fill: #03A9F4;
}

.step4 .creditcard .lightbluedark {
    fill: #0288D1;
}

.step4 .creditcard .red {
    fill: #ef5350;
}

.step4 .creditcard .reddark {
    fill: #d32f2f;
}

.step4 .creditcard .purple {
    fill: #ab47bc;
}

.step4 .creditcard .purpledark {
    fill: #7b1fa2;
}

.step4 .creditcard .cyan {
    fill: #26c6da;
}

.step4 .creditcard .cyandark {
    fill: #0097a7;
}

.step4 .creditcard .green {
    fill: #66bb6a;
}

.step4.creditcard .greendark {
    fill: #388e3c;
}

.step4 .creditcard .lime {
    fill: #d4e157;
}

.step4 .creditcard .limedark {
    fill: #afb42b;
}

.step4 .creditcard .yellow {
    fill: #ffeb3b;
}

.step4 .creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
.step4 #svgname {
    text-transform: uppercase;
}

.step4 #cardfront .st2 {
    fill: #FFFFFF;
}

.step4 #cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

.step4 #cardfront .st4 {
    font-size: 54.7817px;
}

.step4 #cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.step4 .container {
    perspective: 1000px;
}

 .creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.creditcard .front,
.creditcard .back {
    position: absolute;
    width: 100%;
    max-width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    color: #47525d;
}

 .creditcard .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

 .creditcard.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}




.file-upload-contain{
  position: relative;
  margin-bottom: 40px;
}
.file-upload-contain .file-input,
.file-upload-contain .file-preview{
  position: initial;
}
.file-upload-contain .file-drop-zone{
  border: 2px dashed var(--color1);
  transition: 0.3s;
  margin: 0;
  padding: 0;
  border-radius: 20px;
  background-color: white;
  min-height: auto;
}
.file-upload-contain .file-drop-zone.clickable:hover,
.file-upload-contain .file-drop-zone.clickable:focus,
.file-upload-contain .file-highlighted{
  border: 2px dashed #55555570!important;
  background-color: #a8a8a8;
}
.upload-area i {
  color: var(--color1);
  font-size: 50px;
}
.upload-area p {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
  color: var(--color1);

}
.upload-area p b {
  color: #1e80e8;
}
.upload-area button {
  padding: 8px 16px;
  min-width: 150px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: var(--color1);
  border-radius: 50px;
  transition: 0.3s;

}
.upload-area button:hover{
  background-color: #55555587;
}
.file-preview{
  padding: 0;
  border: none;
  margin-bottom: 30px;
}
.file-preview .fileinput-remove{
  display: none;
}
.file-drop-zone-title{
  padding: 55px 10px;
}
.file-drop-zone .file-preview-thumbnails{
  cursor: pointer;
}
.file-preview-frame{
  cursor: default;
  display: flex;
  align-items: center;
  border: none;
  background-color: var(--color1);
  box-shadow: none;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
  margin: 8px 0px;
}
.file-preview-frame:not(.file-preview-error):hover{
  border: none;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.file-preview-frame .kv-file-content{
  min-width: 45px;
  min-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  margin-right: 10px;
  background-color: #fff;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-preview-image {
  border-radius: 4px;
}
.file-preview-frame .file-footer-caption{
  padding-top: 0;
}
.file-preview-frame .file-footer-caption{
  text-align: left;
  margin-bottom: 0;
}
.file-detail{
  font-size: 14px;
  height: auto;
  width: 100%;
  line-height: initial;
}
.file-detail .file-caption-name{
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}
.file-detail .file-size{
  color: #f1f8fe;
  font-size: 12px;
}
.kv-zoom-cache {
  display: none;
}
.file-preview-frame .file-thumbnail-footer{
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.file-preview-frame .file-drag-handle, 
.file-preview-frame .file-upload-indicator{
  float: none;
}
.file-preview-frame .file-footer-buttons{
  float: none;
  display: flex;
  align-items: center;
}
.file-preview-status.text-center {
  display: none;
}
.kv-file-remove.file-remove {
  border: none;
  background-color: var(--color2);
  color: #fff;
  width: 25px;
  height: 28px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0px 4px;
}
.file-drag-handle.file-drag {
  border: none;
  background-color: #fff;
  color: var(--color1);
  width: 25px;
  height: 27px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0px 4px;
}
.kv-file-upload.file-upload{
  border: none;
  background-color: #48bd22;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 4px;
  margin: 0px 4px;
}
.file-thumb-loading{
  background: none !important; 
}
.file-preview-frame.sortable-chosen {
  background-color: #64a5ef;
  border-color: #64a5ef;
  box-shadow: none!important;
}
input#multiplefileupload {
  width: 50%;
}
.about-wrap img {
  object-fit: contain;
  max-height: 100%;
}
.bg-about1 {
  background: #e2e1db;
}
.bg-about {
  background: #f0efec;
  padding: 3rem;
}
.shop-box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.shop-box2 img {
  width: 100%;
  height: auto !important;
  object-fit: cover;
}

.shop-box2 {
        margin-bottom: 2rem;
}
.container-fluid {
  padding: 0;
  max-width: 124.125rem;
}
.shop-info .desc {
  line-height: 3.2rem;
}

.shop-box .desc.d-block {
  font-size: 18px;
  padding: 0 1rem;
  line-height: 1.9rem;
  font-family: "Lora", serif;
  color: black;
  letter-spacing: 0.03rem;
}
.xx-img .shop-box {
  margin-top: -10rem;
}
.shop-wrap.w-100 {
  margin-top: 1rem;
}
section.fg-bg {
  background: #f0efec;
  padding: 125px;
}

.toggle-content p {
  max-width: 90%;

  font-size: 20px;
  line-height: 24px;
}
.toggle-item>h4 {
  border-bottom: 1px solid #00000026;
}
.toggle-item.active svg.open-svg {
  display: none;
}



.before-after-demo .container {
  position: relative;
  width: 900px;
  height: 400px;
  border: 2px solid white;
}
.before-after-demo .container .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 900px 100%;
  
   
}
.before-after-demo .container .background-img {
  background-image: url('../images/after1.jpg');
}
.before-after-demo .container .foreground-img {
 
  background-image: url('../images/before1.jpg');
  width: 80%;
  border-right: 4px solid white;
}
.before-after-demo .container .beforeslider {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%!important;
  background: rgb(242 242 242 / 0%);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-after-demo .container .beforeslider :hover {
  background: none;
}
.before-after-demo .container .beforeslider ::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 600px;
  background: white;
  cursor: pointer;
}
.before-after-demo .container .beforeslider ::-moz-range-thumb {
  width: 6px;
  height: 600px;
  background: white;
  cursor: pointer;
}
.before-after-demo .container .beforeslider-button {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  left: calc(80% - 18px);
  top: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-after-demo .container .beforeslider-button:after {
  content: '';
  padding: 3px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}
.before-after-demo .container .beforeslider-button:before {
  content: '';
  padding: 3px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}
.before-title {
  z-index: 555;
  position: absolute;
  padding: 0.5rem;
  background: white;
  margin: 0.5rem;
  border-radius: 15px;
  text-align: center;
  width: 65px;
}
.after-title {
  z-index: 555;
  position: absolute;
  padding: 0.5rem;
  background: white;
  margin: 0.5rem;
  border-radius: 15px;
  text-align: center;
  width: 65px;
  right: 0;
}

.nav-room li.active{
  background-color:red}

.nav-room .room-item{
  display: none;  
}
.room-price li .active.room-item{
  display: block;
  }

.room-price ul.filter-links.room-links {
    font-size: 12px;
}
.before-after-demo .container .background-img2 {
  background-image: url('../images/after2.jpg');
}
.before-after-demo .container .foreground-img2 {
 
  background-image: url('../images/before2.jpg');
  width: 50%;
  border-right: 4px solid white;
}
.before-after-demo .container .beforeslider2 {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%!important;
  background: rgb(242 242 242 / 0%);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-after-demo .container .beforeslider2 :hover {
  background: none;
}
.before-after-demo .container .beforeslider2 ::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 600px;
  background: white;
  cursor: pointer;
}
.before-after-demo .container .beforeslider2 ::-moz-range-thumb {
  width: 6px;
  height: 600px;
  background: white;
  cursor: pointer;
}
.before-after-demo .container .beforeslider-button2 {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.before-after-demo .container .beforeslider-button2:after {
  content: '';
  padding: 3px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}
.before-after-demo .container .beforeslider-button2:before {
  content: '';
  padding: 3px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
}
.room-price .filter-links>li a {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-align: center;
}

.room-price .filter-links>li a img {
    width: 46px;
    object-fit: cover;
    text-align: center;
    margin: 0 auto;
}
.room-price .port-wrap {
  margin-top: 0;
}

.room-price .room-links {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.room-price .room-links label {
  width: 100px;
  height: 100px;
  align-items: center;
  display: inherit;
  border-radius: 50%;
  background: #f0efec;
  transition: all 0.3s;
}
.room-price .room-links label:hover{
  background: #f0efec9d;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.isotop-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.3rem;
}

.isotop-tabs li {
  float: none;
  min-width: 115px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-around;
}


div#isotope {
  display: flex;
  align-content: flex-end;
  animation: none;
}

.isotop-tabs li a {
  align-items: center;
  gap: 0.7rem;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 20px;
  max-width: 125px;
}
.isotop-tabs li a img {
  width: 45px;
  object-fit: cover;
  text-align: center;
  margin: 0 auto;
}
.isotop-tabs li a label {
  width: 95px;
  height: 95px;
  align-items: center;
  display: inherit;
  border-radius: 50%;
  flex-grow: 1;
  background: #f0efec;
  cursor: pointer;
}
#isotope .packages-wrap {
  margin: 2.5rem 0;
}

#isotope .w-layout-grid.p-feature-list {
  display: none;
}
.step3-form {
  background: #f0efec;
  padding: 1rem;
}

.step3-form p {
  border: 1px solid #8080801f;
}
.isotop-wrapper {
  padding: 2rem 4rem;
}
.start1 #isotope input {
  height: 40px!important;
}
.isotope,
.isotope .item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0!important;
 -moz-transition-duration: 0!important;
  -ms-transition-duration: 0!important;
   -o-transition-duration: 0!important;
      transition-duration: 0!important;
}
  
.myswiper-btn-wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
  margin: 1rem;
  display:none;
}

.myswiper-btn.swiper-button-prev.swiper-button-disabled {
  position: relative;
}

.myswiper-btn.swiper-button-next {
  position: relative;
}

.myswiper-btn.swiper-button-prev {
  position: relative;
}

.swiper-button-prev, .swiper-button-next {
  color: #3f3e3c!important;
}


.port-box .thm-bg {
  background: #f1efefcf;
} 
.mySwiper .swiper-wrapper .swiper-slide {
  display: flex;
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -30px;
  border-radius: 15px;
  overflow: unset;
  margin-bottom: 2rem;

}
.toggle-content li {
  font-size: 22px;

}
.toggle-content p a {
  color: black;
  font-size: 24px;
}
.copyright-inner>ul li img {
  max-width: 42px;
}

.step3-form input[type="password"]{
    border: none;
    width: 100%;
    background: none;
}


/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 27%;
  height: 27%;
      border: 2px solid #5a739199;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #555555;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  
    margin-left: 10px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
    font-size: 15px;
    display: block;
    margin-bottom: 0.5rem;
  
    font-weight: bold;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #555555;
    background-color: #f6f9fb;
    border-left: 2px solid #f0efec;
    margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

.ustucizili {
  text-decoration: line-through;
}

.naders {
    display: block;
}

.fotodegis {
    justify-content: center;
    font-size: 14px;
    background: var(--color1);
    padding: 0px 10px;
    border-color: var(--color1);
    font-family: "Lora", serif;
    vertical-align: middle;
    margin-top: 10px;
    display: inline-flex;
    text-align: center;
    border-radius: 5px;
    color: white;
}

.step3-form input[type="phone"], input[type="adress"], input[type="email"], input[type="text"] {
    border: none;
    width: 100%;
    padding: 1rem;
    background: none;
    border: none;
    width: 100%;
    padding: 1rem;
    background: none;
    padding: 2px;
    border-radius: 0px;
    box-sizing: border-box;
    color: #9E9E9E;
    border: none;
    font-size: 16px;
    letter-spacing: 1px;
    height: 50px !important;
    appearance: none;
    position: relative;
  
    width: 100%;
    outline: none;
    border-radius: 4px;
    border: 2px solid #9393930f;
    background: #f0efec;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
  
    font-weight: bold;
}

.aktif a label {
  border: 2px solid #2c2c2c;
      transition: auto;
}

.kayitstarted {
  display: none;
}

.imageshow {
      display: inline-grid;
}

.imageshow button {
    font-size: 12px;
    line-height: 12px;
    font-weight: 300 !important;
}

.complete-payment {
    background: #4CAF50;
    color: white;
    border-radius: 2px;
    padding: 10px 320px;
    font-size: 20px;
    font-weight: 600;
  
}















and > img{width:250px;}
/*--Corp. VE Color Gradient --*/
.grad{
background: rgb(247,247,247);
background: linear-gradient(90deg, rgba(247,247,247,1) 0%, rgba(255,227,229,1) 75%);
}
.nav-item a{
  color:white;
}
/*--Mobil Menu Icon--*/
.navbar-toggler-icon{
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")!important;
}

/*-- Footer --*/
.footer {
  bottom: 0;
  width: 100%;
  line-height: 50px;
  background-color: #f5f5f5;
  font-size:.85em;
}

/*-- Custom CSS --*/

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/** Panels **/
.card.with-nav-tabs .card-title{
    padding: 5px 5px 0 5px;
}
.card.with-nav-tabs .nav-tabs{
  border-bottom: none;
}
.card.with-nav-tabs .nav-justified{
  margin-bottom: -1px;
}

.card.with-nav-tabs .card-title{
    padding: 5px 5px 0 5px;
}
.card.with-nav-tabs .nav-tabs{
  border-bottom: none;
}
.card.with-nav-tabs .nav-justified{
  margin-bottom: -1px;
}
.card.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {color: #777;}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover
 {
  color: #777;
  background-color: #ddd;
  border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border-color: #ddd;
  border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
.clr{color:#1D1E22!important;}
.fs-small{font-size:.8em}
.card-title {
   padding: 10px 15px;
   border-bottom: 1px solid transparent;
   border-bottom-color: transparent;
   border-top-left-radius: 3px;
  border-top-right-radius: 3px;}
.panel-default > .card-title { color: #333;}
/* .card {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
} */
.panel.with-nav-tabs .panel-heading {padding: 5px 5px 0 5px;}
.panel-default > .card-title {
    color: #333;
    background-color:#f5f5f5;
    border-color:#ddd;
}
.card-title {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default {border-color:#ddd;}
.jumbotron{background-color:#f5f5f5!important;padding:1rem 1rem!important;margin-top:1.5rem;margin-bottom: 1.1rem!important;position:relative;border:1px solid #ddd}
.footext{font-size:1em;}

.icosize{font-size:1.5em;position:absolute;right:8.3em;top:.3em}
#call{position:relative;}

/*-- Insurance Products --*/
.product table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0px;
}
#product table thead tr th{
  position:relative;
  border-top-right-radius:.25rem;
  border-top-left-radius:.25rem;
  border-top:none;
}
#product table tbody tr:last-child td:last-child,#product table tbody tr:last-child td:first-child{
  border-bottom-left-radius:.25rem;
}

.product table tbody tr td:first-child{width:6%;}
.product table tbody tr td:nth-child(2){width:64%;}
.product table tbody tr td:nth-child(3){width:15%;}
.product table tbody tr td:nth-child(3){width:15%;}

.product table td, .product table thead tr th{
    padding: 10px;
    background: #f5f5f5;
    border-bottom: .15em solid #fff;
    vertical-align:middle;
}

.product table .no {
    font-size:1.2em;
    line-height:1em;
    padding:0px 10px;
    vertical-align:middle; 
    background-color:#c1c1c1;
    color:#333;
}

.product table .unit {
  background: #ddd;
  font-size: 85%;color:#6c757d;
}

#product table thead tr th{
  background-image: linear-gradient(-90deg, #c1c1c1, #ffffff);
  text-indent:4px;
}
#product thead th span{
  display:inline-block;
  padding-left:2.1em;
}
#product th:first-child i{
  background-color:#DC3545;
  display:inline-block;
  position:absolute;
  top:.3em;
  left:.5em;
  padding:8px 6px;
  height:35px;
  width:35px;
  color:#fff;
  border-radius:50px;
}

.p-name{font-size: 75%;color:#6c757d;}
.table-hover tbody tr:hover td:not(:first-child){
  background-color:rgba(242, 234, 206,.55)!important;
  color:#333!important;
  cursor:pointer;
}

@media screen and (max-width: 768px) {
  footer .col-sm-4{text-align:center!important;}
  .jumbotron #store{display:none!important;}
  .jumbotron #logimg{display:none !important;}
   nav #call{display:none;}
/*  .wrapper{margin-bottom:175px;} */
}
.container-fluid{margin-top:.6em;padding:0px;}

.jumbotron #logimg{
  display:inline-block;
  position:absolute;
  max-width:140px;
  top:1em;right:3em;
  opacity:.3
}

.jumbotron #store{
  display:inline-block;
  position:absolute;
  max-width:140px;
  top:1em;right:4em;
  opacity:.5
}
.navbar a {color:#fff !important;}

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.bg-zira{background-color:#E10514!important;}
.bg-halk{background-color:#274D99!important;}

.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
    border-color: #2c2c2c;
}
.btn-primary:hover{
    background-color: transparent;
    border-color: #2c2c2c;  
}
.bg-primary{
    background-color: #2c2c2c!important;  
}
.text-primary{
    color: #274D99!important;  
}

.state{color:#333;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .3rem;
    font-weight: 500;
    line-height: 1.2;
        color: #2c2c2c;
}


.ve-gradis{
margin:0 auto 10px auto;
  text-align:center;
line-height:3.5em;
color:#333;  
  width: 4em;
  height: 4em;
  border: double .15em transparent;
  border-radius: 5em;
  background-image: linear-gradient(-45deg, #c1c1c1, #ffffff,#c1c1c1), radial-gradient(circle at top left, #666666,#f5f5f5,#cccccc);
  background-origin: border-box;
  background-clip: content-box, border-box;  
}
.name-fix{font-size:80%;}
.nano{height:154px;display:inline-block;}
.nano-content{margin-top:46px;}
#head thead tr th{position:absolute!important;top:0;display:inline-block!important;width:100%;z-index:inherit}
.counter{display:inline-block!important;background-color:#000;border-radius:5em;color:#fff;width:1.8em!important;height:1.8em!important;padding:2px 4px;font-size:85%;position:absolute;right:12px;}

.pol {
  scroll-margin: 0px;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
/*   display: flex; */
/*   justify-content: center;
  align-items: center; */
}
.y-mandatory {
  scroll-snap-type: y mandatory;
}
/*Custom Navbar*/
.navbar-custom {
    background-color: #ffffff;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #F827F6;
    padding: 0.8rem 1rem;
}

.navbar-custom .navbar-nav .nav-link {
    color: #fff;
    padding: 1rem 1rem;
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
    background-color: #FAC34E;
}.navbar-custom {
    background-color: #ff5500;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}

.navbar-custom .navbar-nav .nav-link {
    color: #fff;
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

.navbar-custom .dropdown-menu {
    background-color: #ff5500;
}
.navbar-custom .dropdown-item {
    color: #ffffff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #333333;
    background-color: rgba(255,255,255,.5);
}
/*Customer Detail*/
#customer-detail tbody tr th:nth-child(1){width:20%;}
#customer-detail tbody tr th:nth-child(4){width:20%;}

#customer-detail tbody tr td:nth-child(1){width:1%;}
#customer-detail tbody tr td:nth-child(3){width:25%;}
#customer-detail tbody tr td:nth-child(5){width:1%;}
#customer-detail tbody tr td:nth-child(2){width:1%;}

#customer-detail{font-size:85%;text-align:left}


.bg-color1 p, .bg-color1 ul li {
    color: #bbbbbc;
}
footer a:link {
    color: #bbbbbc;
}

.maintab {
  display: block;
}
.clc-tp-btn svg path {
  fill: #2c2c2c;
    stroke: #2c2c2c;
}



.table thead th {

  
}

.nav-tabs .nav-link {
 font-family: 'Cormorant Garamond', serif;
}

.bg-secondary {
    background-color: #555555!important;
}

.table td, .table th {
 font-family: 'Cormorant Garamond', serif;
}


#show-more {
    background-color: #4CAF50;
    border: 1px solid #4caf50;
    padding: 0.1em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100% !important;
    letter-spacing: .25em;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    border-radius: 3px;
    font-family: 'PT Sans', sans-serif;
}

#show-more:hover {
 background-color: #555555;
    border: 1px solid #555555;
  box-shadow: 1px 1px 1px rgba(0,0,0,.1);
  border-color: #662020;
}

#show-more:active {
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
}

.successorder {
    background: #4CAF50;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    color: white;
}

.waitingorder {
  background: #FF9800;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    color: white;
}


.marquee-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200%;
    top: 0;
    left: 0;
    position: relative;
    z-index: 9;
   
    background-color: #ffffff;
    cursor: pointer;
}


@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

.marquee {
    padding: 10px 50px 10px 50px;
}
.marquee {
    display: block;
    padding: 1px 200px 1px 200px;
    -webkit-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite;
    background: #2c2c2c!important;
    color:white;
    font-size:12px;
}		
.marquee-container {
         background: #2c2c2c!important
}	



.hero-section .container{
    display: grid;
    place-content: center;
    height: inherit;
}
/* paralax section  */
.bg-image{
background-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgb(0 0 0 / 28%) 100%), url(../../upload/paralax1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
     background-attachment: fixed;
    overflow: hidden;
}

.hero-img-2{
    max-width: 100%;
    height: auto;
    width: 60%;
    border-radius: 2rem;
}

.bg-main-2{
    height: 60vh;
    position: relative;
}

.review-text{
    text-align: center;
    margin-bottom: 2rem;
}

.flex-slider {width:100%;position:relative}
.flex-slider .slides {list-style:none;overflow:hidden;margin:0;padding:0}
.flex-slider .slides > li {float:left;margin-right:-100%;width:100%;overflow:hidden;height:50vw;}
.flex-slider .flex-direction-nav {list-style:none;margin:0;padding:0}
.flex-slider .flex-direction-nav .flex-prev, .flex-slider .flex-direction-nav .flex-next {background-color:rgba(255,255,255,0.7);padding:10px;text-decoration:none;position:absolute;height:1em;top:45%;bottom:0;margin:0 auto;z-index:8;text-align:center;color:#333;max-width:20px}
.flex-slider .flex-direction-nav .flex-prev{left:0}
.flex-slider .flex-direction-nav .flex-next{right:0}
.slide-image{background-size:cover;background-position:center;position:absolute;width:100%;height:100%;left:0;top:0;}
.flex-active-slide .slide-image{animation: zoomout 5s;}
@keyframes zoomout{
  0%{
    transform: scale(1.3);
  }
  100%{
    transform: scale(1);
  }
}
@media (max-width:768px) {
  .flex-slider .slides > li {height:70vw}
}

.slick-slide {
    
    height: auto !important;
}


.feat-item-wrap {
        height: 750px;
}

#backorders {
    background-color: #555555;
    border: 1px solid #555555;
    padding: 0.1em;
    margin-left: auto;
    text-align: center;
    width: 300px;
    letter-spacing: .25em;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 11px;
    border-radius: 3px;
    font-family: 'PT Sans', sans-serif;
}


@media (max-width: 576px) {
    a.get-start {
             position: absolute;
        right: -10px;
        margin-left: 0px;
        font-size: 10px;
        top: -14px;
        padding: 0px 10px;
        width: 100px;
        text-align: center;
        display:none !important;
    }
}

.katkatkat {
      height: 35px;
    display: flex;
    align-items: center;
}





.gallery-slider {
	 position: relative;
	 z-index: 2;
	 width: 150%;
	 height: auto;
}
 .gallery-slider .swiper-wrapper {
	 transition-timing-function: linear;
}
 .gallery-slider .swiper-wrapper .swiper-slide {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	   
}
 .gallery-slider .swiper-wrapper .swiper-slide .box {
	 width: 100%;
	 height: 100%;
	 display: flex;
	 overflow: hidden;
	 position: relative;
	 transition: 0.3s;
	
	 align-items: center;
	 justify-content: center;
	 color: white;
	 font-size: 60px;
	 text-decoration: none;
}

.card-img, .card-img-top {
    height:430px;
}

/* Normal (pasif) dots */
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    background: transparent;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
    border: 2px solid #253953 !important;
}

/* Aktif olan (seçili) dot */
.swiper-pagination-bullet-active {
  background-color: #253953 !important;
  width: 18px;  /* Aktif dot'u biraz büyütebilirsin */
  height: 18px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px !important;
    left: 0;
    width: 100%;
}

#gallery {
  max-width: 100%;
  max-height: 80%;
}

.newPic {
  color: white;
  padding: 5px 20px;
  background-color: #68B3AF;
  border-radius: 25px;
  border: solid 2px #fff;
  height: 50px;
  font-size: 1.1em;
  cursor: pointer;
  margin: 5px 5px 0 5px;
  display: flex;
  align-items: center;
}

.newPic:hover {
  background-color: #518a8c;
}

.controls {
  display: flex;
  flex-wrap: wrap;
  margin: 20px;
  justify-content: center;
}


    @media (min-width: 1200px) {
   .aboutcont{
           padding: 0;
    max-width: 80.125rem;
    }
}


.spservices {
  height: 33px;
    display: flex;
    align-items: center;
    color: #2c2c2c;
}

.aboutcont span {
     color: #2c2c2c !important;
}

.about-desc h2 {
       color: #2c2c2c !important;
}
.about-desc p {
       color: #2c2c2c !important;
}

.benefits-row .top-header {
  position: relative;
  text-align: center;
  margin-bottom: 43px;
}
@media (max-width: 576px) {
  .benefits-row .top-header {
    margin-bottom: unset;
  }
}
.benefits-row .table-container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 5px var(--dec-dark-white-smoke-1);
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.benefits-row .table-container table {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
}
.benefits-row .table-container table th.feature {
  font-size: 20px;
}
.benefits-row .table-container table tr.head th {
  padding: 37px 30px 32px;
  background-color: var(--dec-white-smoke);
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid var(--dec-white-smoke);
}
.benefits-row .table-container table .check {
  padding: 10px;
}
.benefits-row .table-container table .check svg {
  width: 18px;
  height: 18px;
  overflow: visible;
}
.benefits-row .table-container table tr.data th,
.benefits-row .table-container table tr.data td {
  border: 1px solid #f1f1f1;
}
.benefits-row .table-container table tr.data th {
  text-align: center;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 300;
      color: #2c2c2c;
}
.benefits-row .table-container table tr.data td {
  text-align: center;
  color: #2c2c2c;
}
.benefits-row .table-container table td.raw {
  font-size: 20px;
  padding-left: 10px;
  font-weight: normal;
}
.benefits-row .benefits-buttons .btn-benefits {
  border-color: var(--dec-white-smoke);
  background-color: var(--dec-white);
  color: var(--dec-black);
  width: 100%;
  white-space: normal;
  min-width: unset;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-transform: none;
  height: 62px;
  box-shadow: 0 5px 5px var(--dec-dark-white-smoke-1);
}
.benefits-row .benefits-buttons .btn-benefits.btn-active {
  border-color: var(--dec-gold);
  background-color: var(--dec-white-smoke);
}
.benefits-row .benefits-buttons .btn-benefits:hover,
.benefits-row .benefits-buttons .btn-benefits:focus {
  color: var(--dec-black);
}
.benefits-row .benefits-buttons .btn-benefits div {
  display: inline-flex;
  height: 100%;
  text-align: center;
}
.benefits-row .benefits-buttons .btn-benefits div img {
  width: 100%;
  max-width: 140px;
}
.benefits-row .benefits-tables {
  display: flex;
  overflow: scroll;
  padding-bottom: 10px;
}
.benefits-row .benefits-tables .benefits-details {
  border: solid;
  border-bottom: none;
  border-width: 1px;
  border-color: var(--dec-white-smoke);
  border-radius: 10px;
  box-shadow: 0 5px 5px var(--dec-dark-white-smoke-1);
  margin-top: 33px;
  text-align: center;
  padding: 14px 10px 10px;
  min-width: 285px;
  position: relative;
  left: calc(var(--container-mobile-wide-horizontal-margin)/2);
}
.benefits-row .benefits-tables .benefits-details table {
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}
.benefits-row .benefits-tables .benefits-details table .feature {
  text-align: left;
}
.benefits-row .benefits-tables .benefits-details table tr.head th {
  font-weight: 500;
  padding-bottom: 14px;
}
.benefits-row .benefits-tables .benefits-details table tr.head th img,
.benefits-row .benefits-tables .benefits-details table tr.head th span {

}
.benefits-row .benefits-tables .benefits-details table tr.head th img {
  height: 24px;
}
.benefits-row .benefits-tables .benefits-details table tr.data {
  line-height: 22px;
}
.benefits-row .benefits-tables .benefits-details table tr.data td {
  padding: 10px 0;
}
.benefits-row .benefits-tables .benefits-details table tr.data td.check {
  padding: 10px 30px;
}
.benefits-row .benefits-tables .benefits-details table tr.data td.check svg {
  width: 18px;
  height: 18px;
  overflow: visible;
}
.benefits-row .benefits-tables .benefits-details table td.raw {
  font-weight: normal;
}


@media (min-width: 768px) {
  .welcome-point-row .first-col {
    padding-right: 10px;
  }
}
@media (min-width: 1400px) {
  .welcome-point-row .first-col {
    padding-right: 34px;
  }
}
@media (min-width: 768px) {
  .welcome-point-row .middle-col {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (min-width: 1400px) {
  .welcome-point-row .middle-col {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .welcome-point-row .last-col .welcome-point-box {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .welcome-point-row .last-col {
    padding-left: 10px;
  }
}
@media (min-width: 1400px) {
  .welcome-point-row .last-col {
    padding-left: 34px;
  }
}
.welcome-point-box {
  text-align: center;
  border: 1px solid rgba(191, 191, 191, 0.5);
  border-radius: 10px;
  padding: 15px;
  margin: 0;
  margin-top: 24px;
  height: 176px;
  font-size: 16px;
  font-weight: 100;
}
.welcome-point-box h3 {
  font-family: var(--dec-font-family-ethereal) !important;
  font-size: 24px !important;
  font-weight: 200 !important;
}
.welcome-point-box .svg-cont {
  background-color: var(--dec-white);
  max-width: 70px;
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: 10px;
  color: var(--dec-gold);
  height: 59px;
}
.welcome-point-box .svg-cont svg {
  font-size: 45px;
}
.welcome-point-box .svg-cont .save-money-icon svg {
  font-size: 47px;
  margin-top: -1px;
}
.welcome-point-box .svg-cont .percent-seal {
  height: 36px;
}
@media (max-width: 1400px) {
  .welcome-point-box {
    height: 194px;
  }
}
@media (max-width: 1200px) {
  .welcome-point-box {
    height: 250px;
  }
  .welcome-point-box h3 {
    height: 60px;
  }
}
@media (max-width: 992px) {
  .welcome-point-box {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .welcome-point-box {
    margin: 25px 0;
    height: auto;
  }
  .welcome-point-box h3 {
    height: unset;
  }
}
.dec-gold svg {
    fill: #2c2c2c !important;
}

.full-width {
  max-width: 100% !important;
  width: 100% !important;
}
.full-width.grayBackground {
  background-color: var(--dec-white-smoke);
}
.as-seen-bottom {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}




@media only screen and (min-width: 1px) and (max-width: 999px) {
   
   .welcome {
       height: 193px !important;
   }
   
}

@media (max-width: 995px) {
    header {
        background-color: #fff !important;
        position: static !important;
        padding: 0rem 0 !important;
    }
    
    .rewiews {
           
            padding:0px !important;
             padding-left: 0px !important;
    }
    
    .serv-wrap2 .row {
            padding-bottom: 110px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    }
    .serv-box2-wrap>span {
        top: -0px !important;

    }
    .nav-right {
    padding-bottom: 5px !important;
    margin-right: 10px !important;
}
.rewiews .sec-title {
    display: flex;
    justify-content: center;
    align-items: center;
            height: 150px;
    margin-left: 0rem !important;
}




.serv-box {
    margin-bottom: 0.5rem !important;
    height: 100%;
    padding: 5px !important;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.container {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.isotope-buy .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#isotope .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


section.fg-bg {
    background: #f0efec;
    padding: 5px !important;
}


.toggle {
    position: relative;
    z-index: 1;
    border-radius: 15px;
    padding: 0rem !important;
}
.nomobben {
        margin-left: 20px;
    display: none !important;
}
.isotop-wrapper {
    padding: 0rem 0rem !important;
}
.isotop-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem !important;
}

.benefits-row .benefits-tables .benefits-details table tr.head th img {
    height: 24px;
    padding-left: 10px !important;
    margin-bottom: 10px;
    margin-top: 10px;
        width: 230px !important;
    height: auto !important;
}

.benefits-row .benefits-tables .benefits-details table tr.head th {
        font-weight: 500;
        font-size: 15px;
        padding-bottom: 3px;
        width: 30%;
        text-align: center;
        justify-content: center;
        margin-left: 6px !important;
        padding-left: 0px;
        line-height: 16px;
}

.mobin {
    padding-left: 20px;
    padding-right: 20px;
}
}

.serv3 h3 {
        margin-bottom: 20px;
        
    width: 100%;
}



@media (max-width: 490px) {
    .toggle-item>h4 {
        padding-left: 0rem !important;
        font-size: 1.3rem !important;
        line-height: 1.2;
        font-size: 22px !important;
    }
}
@media (max-width: 576px) {
    header .logo img {
        max-width: 55% !important;
        margin-left: 10px !important;
    }
}

@media (max-width: 995px) {
    .shop-info {
        padding-right: 0.5rem !important;
        padding: 0px !important;
    }
}


  /* Tüm cihazlar için varsayılan stil */
  #video {
    width: 100%;
    height: 235px;
  }

  /* Masaüstü cihazlar için medya sorgusu */
  @media screen and (min-width: 768px) {
    #video {
      width: 700px;
      height: 380px;
    }
  }


.serv3 h3 {
        color: #2c2c2c !important;
}
.serv3 p {
        color: #2c2c2c !important;
}



.shop-img {
    position: relative;
}

.shop-img img {
    transition: opacity 0.3s ease;
}

.overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.shop-img:hover .overlay-img {
    opacity: 1;
}

.shop-img:hover .main-img {
    opacity: 0;
}

.toggle-item {
    margin-bottom: 1rem;
}

.toggle-content {
    display: none;
}

.toggle-item.active .toggle-content {
    display: block;
}









 @media (min-width: 992px) {
	 .slider, .slide {
		 height: 500px !important;
	}
}
 .slide {
	 position: relative;
}
 .slide .slide__img {
	 width: 100%;
	 height: auto;
	 overflow: hidden;
}
 @media (min-width: 992px) {
	 .slide .slide__img {
		 position: absolute;
		 top: 50%;
		 left: 0;
		 transform: translateY(-50%);
	}
}
 .slide .slide__img img {
	 max-width: 100%;
	 height: auto;
	 opacity: 1 !important;
	 animation-duration: 3s;
	 transition: all 1s ease;
   z-index: 5;
}
 .slide .slide__content {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%,-50%);
}
 .slide .slide__content--headings {
	 text-align: center;
	 color: #FFF;
}
 .slide .slide__content--headings h2 {
	 font-size: 4.5rem;
	 margin: 10px 0;
	 color:white;
}
 .slide .slide__content--headings .animated {
	 transition: all .5s ease;
}
 .slider [data-animation-in] {
	 opacity: 0;
	 animation-duration: 1.5s;
	 transition: opacity 0.5s ease 0.3s;
}
 .slick-dotted .slick-slider {
	 margin-bottom: 30px;
}
 .slick-dots {
	 position: absolute;
	 bottom: 25px;
	 list-style: none;
	 display: block;
	 text-align: center;
	 padding: 0;
	 margin: 0;
	 width: 100%;
}
 .slick-dots li {
	 position: relative;
	 display: inline-block;
	 margin: 0 5px;
	 padding: 0;
	 cursor: pointer;
}
 .slick-dots li button {
	 border: 0;
	 display: block;
	 outline: none;
	 line-height: 0px;
	 font-size: 0px;
	 color: transparent;
	 padding: 5px;
	 cursor: pointer;
	 transition: all .3s ease;
}
 .slick-dots li button:hover, .slick-dots li button:focus {
	 outline: none;
}
 .simple-dots .slick-dots li {
	 width: 20px;
	 height: 20px;
}
 .simple-dots .slick-dots li button {
	 border-radius: 50%;
	 background-color: white;
	 opacity: 0.25;
	 width: 20px;
	 height: 20px;
}
 .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
	 opacity: 1;
}
 .simple-dots .slick-dots li.slick-active button {
	 color: white;
	 opacity: 0.75;
}
 .stick-dots .slick-dots li {
	 height: 3px;
	 width: 50px;
}
 .stick-dots .slick-dots li button {
	 position: relative;
	 background-color: white;
	 opacity: 0.25;
	 width: 50px;
	 height: 3px;
	 padding: 0;
}
 .stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
	 opacity: 1;
}
 .stick-dots .slick-dots li.slick-active button {
	 color: white;
	 opacity: 0.75;
}
 .stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
	 opacity: 1;
}
 @keyframes zoomInImage {
	 from {
		 transform: scale3d(1,1,1);
	}
	 to {
		 transform: scale3d(1.1,1.1,1.1);
	}
}
 .zoomInImage {
	 animation-name: zoomInImage;
}
 @keyframes zoomOutImage {
	 from {
		 transform: scale3d(1.1,1.1,1.1);
	}
	 to {
		 transform: scale3d(1,1,1);
	}
}
 .zoomOutImage {
	 animation-name: zoomOutImage;
}
 



@media (max-width: 995px) {
   .slide .slide__content--headings h2 {
       font-size:30px !important;
   }
   .rewiews h3 {
       margin-top: 60px;
   }
}

@media only screen and (max-width: 768px) {
  .nomobile {
    display: none;
  }
   .bg-image {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(0 0 0 / 28%) 100%), url(../../upload/paralax1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll !important;
  
}


section {
        margin-top: 30px;
    margin-bottom: 30px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -3px !important;
    left: 0;
    width: 100%;
}

.benefits-row .benefits-tables .benefits-details table .feature {
    text-align: left;
    border: 1px solid #f1f1f1;
}
.benefits-row .benefits-tables .benefits-details table tr.data td.check {
    padding: 10px 30px;
    border: 1px solid #f1f1f1;
}
.benefits-row .benefits-tables .benefits-details table tr.data td {
    padding: 10px 0;
    border: 1px solid #f1f1f1;
}
.benefits-row .benefits-tables .benefits-details {
        background: #f8f7f3;
}
}

@media only screen and (min-width: 769px) {
  .nodeks {
    display: none;
  }
 
}

.transparent-button {
  background-color: transparent; /* İç renk şeffaf */
  border: 2px solid #2c2c2c; /* Çizgili kenar */
  color: #333; /* Metin rengi */
  padding: 10px 20px; /* Buton iç boşlukları */
  font-size: 16px; /* Yazı boyutu */
  border-radius: 5px; /* Kenarları hafif yuvarlak */
  cursor: pointer; /* Tıklanabilir gösterge */
  transition: all 0.3s ease; /* Hover animasyonu */
}

.transparent-button:hover {
  background-color: rgba(0, 0, 0, 0.1); /* Hoverda iç renk hafif gri */
  border-color: #555; /* Çizgi rengi değişir */
  color: white; /* Yazı rengi değişir */
  text-decoration: none; /* Alt çizgiyi de korumak için */

}
.custom-link {
  color: #2c2c2c; /* Yazı rengi (örnek: koyu gri) */
  text-decoration: none; /* Alt çizgiyi kaldırır */
  transition: color 0.3s ease; /* Hover animasyonu */
}

.custom-link:hover {
  color: #555; /* Hover durumunda yazı rengi */
  text-decoration: underline; /* Hover durumunda alt çizgi ekler */
}

a.transparent-button.fadeInUp.animated:hover {
  color: #2c2c2c !important;
  text-decoration: none !important;
}
a:hover {
  color: inherit !important; /* Varsayılan rengi korur */
}
