/*----------------------------------------------------------------------------------- 

Template Name: CSI - Creative Digital Agency ReactJS Template
URI: themeservices
Description: CSI is a fully responsive, high-performance HTML template crafted for digital agencies, startups, creative firms, and more. Designed with modern web standards in mind, CSI provides an elegant foundation for building visually striking websites.
Author: themeservices
Author URI: https://themeforest.net/user/themeservices/portfolio
Version: 1.0 


------------------------------------------------------
   CSS INDEX
-----------------------------------------------------

    01. Base CSS 
        # Base CSS
        # Common CSS
    02. Components CSS 
        # Header CSS
        # Elements CSS
        # Project
        # Accordion
        # Pricing
        # Team
        # Testimonial
        # Blogs
        # Footer
    03. Templates
        # Banner
        # Service
        # Sections
        # Contact    
-------------------------------------------------------    */
/*---- 

====================
1. Base CSS
    # base  CSS
====================

----*/
/* Base CSS */

:root {
  --primary-color: #b52125;
  --primary-color-deep: #8f1a1d;
  --primary-color-rgb: 181, 33, 37;
  --accent-color: #edc51d;
  --accent-color-soft: #f5e59c;
  --accent-color-rgb: 237, 197, 29;
  --heading-color: #373332;
  --heading-rgb: 55, 51, 50;
  --primary-black-color: #373332;
  --surface-color: #3d3738;
  --surface-color-rgb: 61, 55, 56;
  --surface-deep-color: #241f20;
  --surface-deep-rgb: 36, 31, 32;
  --white-color: #f4f3f4;
  --white-rgb: 244, 243, 244;
  --text-color: #bdb6b8;
  --border-color: #554f50;
  --gray-dark: #3d3738;
  --theme: var(--primary-color);
  --theme2: var(--accent-color);
  --title: var(--heading-color);
  --white: var(--white-color);
  --border: var(--border-color);
  --box-shadow: 0 18px 44px rgba(20, 17, 18, 0.14);
  --brand-shadow: 0 22px 48px rgba(20, 17, 18, 0.22);
  --brand-gradient-primary: linear-gradient(135deg, #b52125 0%, #8f1a1d 58%, #6d1316 100%);
  --brand-gradient-accent: linear-gradient(135deg, #f5e59c 0%, #edc51d 48%, #c89e10 100%);
  --brand-gradient-surface: linear-gradient(180deg, rgba(61, 55, 56, 0.98) 0%, rgba(36, 31, 32, 0.98) 100%);
  --brand-gradient-panel:
    linear-gradient(155deg, rgba(244, 243, 244, 0.12), rgba(244, 243, 244, 0.03) 62%),
    linear-gradient(180deg, rgba(61, 55, 56, 0.98) 0%, rgba(36, 31, 32, 0.98) 100%);
  --heading-font: "Source Sans 3", serif;
  --body-font: "Roboto", serif;
}


/*---------------------------------------
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-205{
  margin-top: 205px;
}
.mt-210{
  margin-top: 210px;
}
.mt-215{
  margin-top: 215px;
}
.mt-220{
  margin-top: 220px;
}
.mt-225{
  margin-top: 225px;
}
.mt-230{
  margin-top: 230px;
}
.mt-235{
  margin-top: 235px;
}
.mt-240{
  margin-top: 240px;
}
.mt-245{
  margin-top: 245px;
}
.mt-250{
  margin-top: 250px;
}
.mt-255{
  margin-top: 255px;
}
.mt-260{
  margin-top: 260px;
}
.mt-265{
  margin-top: 265px;
}
.mt-270{
  margin-top: 270px;
}
.mt-275{
  margin-top: 275px;
}
.mt-280{
  margin-top: 280px;
}
.mt-285{
  margin-top: 285px;
}
.mt-290{
  margin-top: 290px;
}
.mt-295{
  margin-top: 295px;
}
.mt-300{
  margin-top: 300px;
}
/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-205{
  margin-left: 205px;
}
.ml-210{
  margin-left: 210px;
}
.ml-215{
  margin-left: 215px;
}
.ml-220{
  margin-left: 220px;
}
.ml-225{
  margin-left: 225px;
}
.ml-230{
  margin-left: 230px;
}
.ml-235{
  margin-left: 235px;
}
.ml-240{
  margin-left: 240px;
}
.ml-245{
  margin-left: 245px;
}
.ml-250{
  margin-left: 250px;
}
.ml-255{
  margin-left: 255px;
}
.ml-260{
  margin-left: 260px;
}
.ml-265{
  margin-left: 265px;
}
.ml-270{
  margin-left: 270px;
}
.ml-275{
  margin-left: 275px;
}
.ml-280{
  margin-left: 280px;
}
.ml-285{
  margin-left: 285px;
}
.ml-290{
  margin-left: 290px;
}
.ml-295{
  margin-left: 295px;
}
.ml-300{
  margin-left: 300px;
}
/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-205{
  margin-right: 205px;
}
.mr-210{
  margin-right: 210px;
}
.mr-215{
  margin-right: 215px;
}
.mr-220{
  margin-right: 220px;
}
.mr-225{
  margin-right: 225px;
}
.mr-230{
  margin-right: 230px;
}
.mr-235{
  margin-right: 235px;
}
.mr-240{
  margin-right: 240px;
}
.mr-245{
  margin-right: 245px;
}
.mr-250{
  margin-right: 250px;
}
.mr-255{
  margin-right: 255px;
}
.mr-260{
  margin-right: 260px;
}
.mr-265{
  margin-right: 265px;
}
.mr-270{
  margin-right: 270px;
}
.mr-275{
  margin-right: 275px;
}
.mr-280{
  margin-right: 280px;
}
.mr-285{
  margin-right: 285px;
}
.mr-290{
  margin-right: 290px;
}
.mr-295{
  margin-right: 295px;
}
.mr-300{
  margin-right: 300px;
}
/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-300 {
  padding-left: 300px; }
/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

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

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0px;
  color: var(--white-color);
  font-family: var(--heading-font);
}

h1 {
  font-size: 85px;
  line-height: 100px;
}

h2 {
  font-size: 52px;
  line-height: 58px;
}

h3 {
  font-size: 27px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 1;
}

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

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

p {
  margin: 0px;
}

input, textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  border: none;
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  background-color: var(--primary-black-color);
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 30px;
  overflow-x: hidden;
}

main {
  display: inline-block;
  width: 100%;
}

/*===== Scrollbar =====*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #abafb9;
}

::-webkit-scrollbar-thumb {
  background-color: #13172b;
}

/* Preloader CSS */
.preloader {
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-black-color);
}

.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 1px solid transparent;
  border-color: transparent var(--border-color) transparent var(--border-color);
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
          animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 66px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*  Back To Top */
.scrollTop {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background-color: var(--primary-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--heading-color);
  z-index: 1;
}
.scrollTop:hover {
  color: var(--heading-color);
}

/*---- 

====================
01. Base CSS
    # Common CSS
====================

----*/
#smooth-wrapper {
  z-index: 1;
}

label {
  margin-bottom: 0;
}

@media (min-width: 1451px) {
  .container {
    max-width: 1314px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .container {
    max-width: 1200px;
  }
}
.p-r {
  position: relative;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

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

.form-group {
  position: relative;
}

.form_control {
  width: 100%;
}

.gray-dark {
  background-color: var(--gray-dark);
}

.sub-title {
  border: 1px solid var(--primary-color);
  padding: 10px;
  border-radius: 30px;
  color: var(--white-color);
  line-height: 10px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.section-title h2 {
  color: var(--white-color);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 47px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.text-white p,
.text-white h6,
.text-white h5,
.text-white h4,
.text-white h3,
.text-white h2, .text-white h1 {
  color: var(--white-color);
}
.text-white .sub-heading {
  background-color: var(--white-color);
  color: var(--heading-color);
  border-color: transparent;
}

.video-popup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
}

.play-button.style-one .video-popup {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  font-size: 24px;
  color: var(--white-color);
}
.play-button.style-one .video-popup:hover {
  color: var(--white-color);
}

@-webkit-keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.theme-btn.style-one {
  background-color: var(--primary-color);
  padding: 10px 30px;
  border-radius: 30px;
  color: var(--heading-color);
  font-weight: 600;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.1s cubic-bezier(0.68, 0.01, 0.58, 0.75);
  transition: all 0.1s cubic-bezier(0.68, 0.01, 0.58, 0.75);
}
.theme-btn.style-one:hover .text-flip {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.theme-btn.style-one:hover .text-flip .text:nth-child(1) {
  opacity: 0;
}
.theme-btn.style-one:hover .text-flip .text:nth-child(2) {
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 1;
}
.theme-btn.style-one:hover .icon i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.theme-btn.style-one .text-flip {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.8s;
  transition: opacity 0.6s, -webkit-transform 0.8s;
  transition: opacity 0.6s, transform 0.8s;
  transition: opacity 0.6s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
          transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.theme-btn.style-one .text-flip .text {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.8s;
  transition: opacity 0.6s, -webkit-transform 0.8s;
  transition: opacity 0.6s, transform 0.8s;
  transition: opacity 0.6s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
          transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}
.theme-btn.style-one .text-flip .text:nth-child(2) {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 80%);
          transform: translate(-50%, 80%);
  opacity: 0;
}
.theme-btn.style-one .icon {
  margin-left: 10px;
}
.theme-btn.style-one .icon i {
  -webkit-transition: all 0.3s cubic-bezier(0.68, 0.01, 0.58, 0.75);
  transition: all 0.3s cubic-bezier(0.68, 0.01, 0.58, 0.75);
}
.theme-btn.style-two {
  padding: 10px 20px;
  font-weight: 500;
  background-color: var(--primary-color);
  color: var(--heading-color);
  line-height: 20px;
  border-radius: 40px;
}

.read-more {
  color: var(--white-color);
  font: 600 16px var(--body-font);
}
.read-more.style-one {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.read-more.style-one:after {
  content: "";
  width: 40px;
  height: 1px;
  margin-left: 10px;
  background-color: var(--white-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.read-more.style-one:hover {
  color: var(--primary-color);
}
.read-more.style-one:hover:after {
  width: 50px;
}

.check-list.style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check-list.style-one li:not(:last-child) {
  margin-bottom: 10px;
}
.check-list.style-one li i {
  color: var(--primary-color);
  margin-right: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .check-list.style-one li {
    font-size: 14px;
  }
}

.ratings li {
  display: inline-block;
  color: #FF9900;
}

/* Offcanvas Overlay */
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 1;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

/* Animated List Wrap */
.headline-wrap {
  font-size: 250px;
  line-height: normal;
  font-family: var(--heading-font);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .headline-wrap {
    font-size: 80px;
  }
}
.headline-wrap .marquee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.headline-wrap .marquee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
}
.headline-wrap .marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headline-wrap .marquee-inner.left {
  -webkit-animation: marquee_left 15s linear infinite;
          animation: marquee_left 15s linear infinite;
}
.headline-wrap.style-one {
  color: var(--white-color);
}
.headline-wrap.style-two {
  color: var(--heading-color);
}

/* Headline Animation */
@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
          animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
          animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate360 {
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}

.zoomInOut {
  -webkit-animation: zoomInOut 6s linear infinite;
          animation: zoomInOut 6s linear infinite;
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* Offcanvas Overlay */
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

.sidebar-btn {
  margin-left: 15px;
  cursor: pointer;
  text-align: right;
}

.sidebar-btn span {
  width: 30px;
  display: block;
  height: 2px;
  background-color: var(--heading-color);
}
.sidebar-btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 25px;
  margin-left: auto;
}

.sidebar-panel {
  position: fixed;
  z-index: 1111;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  opacity: 1;
  background-color: var(--white-color);
  -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -webkit-transform: translateX(calc(100% + 80px));
          transform: translateX(calc(100% + 80px));
  padding: 40px 30px;
  overflow: auto;
}
.sidebar-panel.info-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.sidebar-panel .panel-close .panel-close-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
}
.sidebar-panel .panel-body .panel-box h5 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}
.sidebar-panel .panel-body .panel-box p {
  margin-bottom: 15px;
}
.sidebar-panel .panel-body .panel-box p i {
  width: 20px;
  margin-right: 10px;
  color: var(--primary-color);
}
.sidebar-panel .panel-body .panel-box ul.social-link li {
  display: inline-block;
  margin-right: 5px;
}
.sidebar-panel .panel-body .panel-box ul.social-link li a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.sidebar-panel .panel-body .panel-box ul.social-link li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/* CSI Pagination */
.agenko-pagination.text-center ul li {
  margin-left: 7px;
}
.agenko-pagination ul li {
  display: inline-block;
  margin-right: 7px;
}
.agenko-pagination ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(31, 31, 31, 0.1);
  font: 600 16px var(--heading-font);
  letter-spacing: -0.36px;
}
.agenko-pagination ul li a:hover, .agenko-pagination ul li a.active {
  background-color: var(--primary-color);
  color: var(--heading-color);
  border-color: transparent;
}

/*---- 
====================
3. Components CSS
    # Header CSS
====================

----*/
/*  Transparent Header  */
.transparent-header {
  position: absolute;
  background-color: transparent;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 999;
}

/*  Header Area */
.header-area {
  position: relative;
  z-index: 9999;
}

/* Header Navigation */
.header-navigation .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-navigation .site-branding {
  max-width: 160px;
  line-height: 1;
  border: 1px solid var(--border-color);
  text-align: center;
  padding: 3px 5px;
  border-radius: 40px;
}
.header-navigation .site-branding a {
  line-height: 1;
}
.header-navigation .pf-nav-menu {
  padding: 5px;
  border-radius: 40px;
  border: 1px solid var(--border-color);
  background: #0E0F11;
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .header-navigation .pf-nav-menu {
    margin-left: 0;
  }
}
.header-navigation .main-menu ul > li {
  display: inline-block;
  position: relative;
}
.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font: 600 16px var(--heading-font);
  text-transform: capitalize;
  line-height: 1;
  color: var(--white-color);
  padding: 11px 20px;
  border-radius: 40px;
  line-height: 14px;
}
.header-navigation .main-menu ul > li > a span.dd-trigger {
  margin-left: 5px;
}
.header-navigation .main-menu ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 10px 10px;
  background-color: #0E0F11;
  height: auto;
  text-align: left;
  -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}
.header-navigation .main-menu ul > li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul > li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  position: relative;
  line-height: 2.5;
  margin: 0;
  color: var(--white-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-navigation .main-menu ul > li .sub-menu li a span.dd-trigger {
  margin-left: auto;
}
.header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header-navigation .main-menu ul > li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
    top: 50%;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .header-navigation .main-menu ul > li .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
    top: 50%;
  }
}
.header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover > a {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
  background-color: #18191B;
}
.header-navigation .main-menu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}
.header-navigation .navbar-toggler {
  padding: 11px 7px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: transparent;
  cursor: pointer;
  display: none;
  border-radius: 5px;
  margin-left: 20px;
}
.header-navigation .navbar-toggler span {
  position: relative;
  border-radius: 3px;
  display: block;
  height: 2px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: rgba(255, 255, 255, 0.5);
}
.header-navigation .navbar-toggler span:not(:first-child) {
  margin-top: 5px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -7px;
}
@media screen and (max-width: 991px) {
  .header-navigation .pf-nav-menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -290px;
    width: 290px;
    height: 100%;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    padding: 20px 20px 30px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9999;
    border-radius: 0;
    background-color: var(--primary-black-color);
  }
  .header-navigation .pf-nav-menu.menu-on {
    left: 0;
  }
  .header-navigation .pf-nav-menu .site-branding {
    margin: 0 auto 20px;
  }
  .header-navigation .pf-nav-menu .main-menu {
    margin-top: 30px;
  }
  .header-navigation .pf-nav-menu .main-menu ul li {
    display: block;
    margin: 0;
  }
  .header-navigation .pf-nav-menu .main-menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .header-navigation .pf-nav-menu .main-menu ul li a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
  }
  .header-navigation .pf-nav-menu .main-menu ul li a:after {
    display: none;
  }
  .header-navigation .pf-nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header-navigation .pf-nav-menu .main-menu ul li .sub-menu > li > a {
    padding: 5px 20px;
    color: var(--white-color);
  }
  .header-navigation .pf-nav-menu .main-menu ul li .sub-menu > li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-left: 30px;
  }
  .header-navigation .pf-nav-menu .main-menu ul li .dd-trigger {
    position: absolute;
    right: 0;
    top: 10px;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
  }
  .header-navigation .navbar-close {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--border-color);
    font-size: 16px;
  }
  .header-navigation .navbar-toggler {
    display: block;
  }
  .header-navigation .pf-nav-button .theme-btn.style-one {
    padding: 10px 40px;
  }
  .header-navigation .pf-menu-bottom h5 {
    margin-bottom: 25px;
  }
  .header-navigation .pf-menu-bottom .social-link li {
    display: inline-block;
    margin-right: 10px;
  }
  .header-navigation .pf-menu-bottom .social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-navigation .pf-menu-bottom .social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
}

.nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-one.transparent-header {
  top: 30px;
}

/* CSI Eotate Image */
.agenko-rotate-image {
  text-align: center;
}
.agenko-rotate-image .agenko-image img {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  border-radius: 20px;
}

/* CSI Dot */
.agenko-dot {
  position: relative;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

/* CSI Icon Button */
.icon-btn.style-one {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--gray-dark);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-btn.style-one i {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

/* CSI Setp */
.agenko-step {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary-color);
  color: var(--heading-color);
  border-radius: 30px;
  padding: 5px 15px;
  line-height: 20px;
}

/* CSI Iconic Box */
.agenko-iconic-box.style-one {
  padding: 23px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  background-color: var(--gray-dark);
  border: 1px solid var(--border-color);
  border-radius: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agenko-iconic-box.style-one:hover {
  background-color: var(--primary-color);
}
.agenko-iconic-box.style-one:hover .content h4.title {
  color: var(--heading-color);
}
.agenko-iconic-box.style-one .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #2F3031;
  font-size: 30px;
  color: var(--white-color);
  margin-right: 15px;
}
.agenko-iconic-box.style-one .content h4.title {
  font-size: 20px;
  color: var(--white-color);
  line-height: 1.4;
}
.agenko-iconic-box.style-two {
  background-color: var(--gray-dark);
  padding: 30px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .agenko-iconic-box.style-two {
    padding: 30px 25px 30px;
  }
}
.agenko-iconic-box.style-two .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
  color: var(--white-color);
  font-size: 20px;
}
.agenko-iconic-box.style-two .content h4 {
  margin-bottom: 15px;
}
.agenko-iconic-box.style-two .content p {
  margin-bottom: 40px;
}
.agenko-iconic-box.style-two .content .step {
  display: inline-block;
  padding: 7px 10px;
  line-height: 10px;
  color: var(--heading-color);
  background-color: var(--primary-color);
  border-radius: 30px;
  letter-spacing: 0.48px;
}
.agenko-iconic-box.style-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.agenko-iconic-box.style-three .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.agenko-iconic-box.style-three .content h6 {
  margin-bottom: 10px;
}
.agenko-iconic-box.style-three .content p {
  letter-spacing: 0.48px;
  line-height: 20px;
}
.agenko-iconic-box.style-three .content p:hover a {
  color: var(--primary-color);
}
.agenko-iconic-box.style-four {
  background-color: var(--gray-dark);
  padding: 35px 40px 30px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-iconic-box.style-four {
    padding: 35px 30px 30px;
  }
}
@media screen and (max-width: 991px) {
  .agenko-iconic-box.style-four {
    margin-top: 40px;
  }
}
.agenko-iconic-box.style-four .icon {
  font-size: 60px;
  color: var(--white-color);
  margin-bottom: 25px;
}
.agenko-iconic-box.style-four .content h4.title {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-iconic-box.style-four .content h4.title {
    font-size: 20px;
  }
}
.agenko-iconic-box.style-four .content p {
  margin-bottom: 25px;
}
.agenko-iconic-box.style-five {
  background-color: var(--gray-dark);
  padding: 30px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .agenko-iconic-box.style-five {
    padding: 30px 25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-iconic-box.style-five {
    padding: 30px 10px;
  }
}
.agenko-iconic-box.style-five .icon {
  font-size: 40px;
  color: var(--white-color);
  margin-bottom: 30px;
}
.agenko-iconic-box.style-five .content h5 {
  margin-bottom: 15px;
}
.agenko-iconic-box.style-six {
  background-color: var(--gray-dark);
  padding: 40px;
}
.agenko-iconic-box.style-six > .icon {
  font-size: 45px;
  margin-bottom: 20px;
}
.agenko-iconic-box.style-six .content h4 {
  margin-bottom: 15px;
}
.agenko-iconic-box.style-six .content p {
  margin-bottom: 20px;
}
.agenko-iconic-box.style-seven {
  background-color: var(--primary-black-color);
  padding: 30px;
}
.agenko-iconic-box.style-seven:hover .icon {
  color: var(--primary-color);
}
.agenko-iconic-box.style-seven .icon {
  font-size: 35px;
  color: var(--white-color);
  margin-bottom: 15px;
}
.agenko-iconic-box.style-seven .content h4 {
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .agenko-iconic-box.style-eight .agenko-dot {
    display: none;
  }
}
.agenko-iconic-box.style-eight .content .number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--gray-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.agenko-iconic-box.style-eight .content h4 {
  margin-bottom: 20px;
}
.agenko-iconic-box.style-eight .content p {
  margin-bottom: 35px;
}

/* CSI Card Item */
.agenko-card-item.style-one {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary-black-color);
  border: 1px solid var(--border-color);
  border-radius: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-card-item.style-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .agenko-card-item.style-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.agenko-card-item.style-one .card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.agenko-card-item.style-one .card-title .sn-number {
  font-size: 40px;
  margin-right: 30px;
  font-family: var(--heading-font);
  font-weight: 700;
}
@media (max-width: 767px) {
  .agenko-card-item.style-one .card-title .sn-number {
    font-size: 20px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .agenko-card-item.style-one .card-title h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-card-item.style-one .content {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .agenko-card-item.style-one .content {
    padding: 20px 0;
  }
}
.agenko-card-item.style-one .content p {
  max-width: 430px;
  padding: 0 30px;
}
.agenko-card-item.style-one .content p span {
  color: var(--white-color);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-card-item.style-one .content p {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .agenko-card-item.style-one .content p {
    max-width: 100%;
    padding: 0;
  }
}
.agenko-card-item.style-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  background-color: var(--gray-dark);
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .agenko-card-item.style-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.agenko-card-item.style-two:hover {
  background-color: var(--primary-color);
}
.agenko-card-item.style-two:hover .card-title h2 {
  color: var(--heading-color);
}
.agenko-card-item.style-two:hover .card-title h4 {
  color: var(--heading-color);
}
.agenko-card-item.style-two:hover .content p {
  color: var(--heading-color);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-card-item.style-two .thumbnail {
    max-width: 200px;
  }
}
.agenko-card-item.style-two .thumbnail img {
  border-radius: 110px;
}
@media screen and (max-width: 991px) {
  .agenko-card-item.style-two .thumbnail img {
    border-radius: 30px;
  }
}
.agenko-card-item.style-two .card-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 10%;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .agenko-card-item.style-two .card-title {
    padding-left: 5%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-card-item.style-two .card-title {
    padding-left: 5%;
  }
}
@media screen and (max-width: 991px) {
  .agenko-card-item.style-two .card-title {
    padding-left: 0;
    padding: 30px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .agenko-card-item.style-two .card-title h2 {
    font-size: 37px;
    line-height: 45px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-card-item.style-two .card-title h2 {
    font-size: 27px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .agenko-card-item.style-two .card-title h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
.agenko-card-item.style-two .card-title h4 {
  color: var(--text-color);
  font-family: var(--body-font);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-card-item.style-two .card-title h4 {
    font-size: 22px;
    line-height: 35px;
  }
}
@media screen and (max-width: 991px) {
  .agenko-card-item.style-two .card-title h4 {
    font-size: 22px;
    line-height: 35px;
  }
}
.agenko-card-item.style-two .content {
  max-width: 385px;
}
@media screen and (max-width: 991px) {
  .agenko-card-item.style-two .content {
    max-width: 100%;
  }
}

/* CSI Client Item */
.agenko-client-item.style-one {
  padding: 60px 20px;
  text-align: center;
  border: 1px solid var(--border-color);
}
@media (max-width: 767px) {
  .agenko-client-item.style-one {
    padding: 20px 15px;
  }
}
.agenko-client-item.style-one:hover .client-image img {
  opacity: 1;
}
.agenko-client-item.style-one .client-image {
  cursor: pointer;
}
.agenko-client-item.style-one .client-image img {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-logo-strip .client-list ul {
  row-gap: 18px;
}
.brand-logo-strip .client-list ul li {
  margin-bottom: 0;
}
.brand-logo-item {
  min-height: 120px;
  padding: 32px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.brand-logo-item .client-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brand-logo-item .client-image img {
  opacity: 1;
}
@media (max-width: 767px) {
  .brand-logo-item {
    min-height: 88px;
    padding: 18px 12px;
  }
}
.agenko-client-item.style-two {
  width: 235px;
  height: 235px;
  border-radius: 50%;
  background-color: var(--gray-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .agenko-client-item.style-two {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-client-item.style-two {
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 991px) {
  .agenko-client-item.style-two {
    width: 200px;
    height: 200px;
  }
}
.agenko-client-item.style-two .client-image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  max-width: 150px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-client-item.style-two .client-image img {
    max-width: 120px;
  }
}

/* CSI Experince Box */
.agenko-experince-box.style-one {
  display: inline-block;
  background-color: var(--primary-color);
  padding: 20px 25px;
  border-radius: 10px;
  max-width: 160px;
  text-align: center;
}
.agenko-experince-box.style-one h2 {
  color: var(--heading-color);
  margin-bottom: 10px;
}
.agenko-experince-box.style-one p {
  font-size: 16px;
  line-height: 26px;
  color: var(--heading-color);
}

/* CSI Skill Item */
.agenko-skill-item.style-one .progress-title {
  margin-bottom: 15px;
}
.agenko-skill-item.style-one .progress-title h5 span {
  float: right;
}
.agenko-skill-item.style-one .progress {
  height: 6px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.agenko-skill-item.style-one .progress .progress-bar {
  border-radius: 0;
  background-color: var(--primary-color);
}

/* CSI Award Box */
.agenko-award-box.style-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--gray-dark);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 40px;
}
@media (max-width: 767px) {
  .agenko-award-box.style-one {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.agenko-award-box.style-one:hover .award-date h5, .agenko-award-box.style-one:hover .award-platform h5 {
  color: var(--white-color);
}
.agenko-award-box.style-one:hover .award-name h5 {
  color: var(--primary-color);
}
.agenko-award-box.style-one .award-platform {
  width: 30%;
}
@media (max-width: 767px) {
  .agenko-award-box.style-one .award-platform {
    width: 100%;
  }
}
.agenko-award-box.style-one .award-platform h5 {
  font-size: 18px;
  color: var(--text-color);
}
.agenko-award-box.style-one .award-name {
  width: 50%;
}
@media (max-width: 767px) {
  .agenko-award-box.style-one .award-name {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .agenko-award-box.style-one .award-name {
    padding: 20px 0;
  }
}
.agenko-award-box.style-one .award-date {
  width: 20%;
  text-align: right;
}
.agenko-award-box.style-one .award-date h5 {
  font-size: 18px;
  color: var(--text-color);
}
@media (max-width: 767px) {
  .agenko-award-box.style-one .award-date {
    width: 100%;
    text-align: center;
  }
}

/* CSI Counter Box */
.agenko-counter-box.style-one .content h2 {
  color: #ffd9dd;
}
.agenko-counter-box.style-two .content h2 {
  margin-bottom: 15px;
}
.agenko-counter-box.style-two .content p {
  font-weight: 500;
}

.agenko-info-box .content h3 {
  margin-bottom: 15px;
}
.agenko-info-box .content p {
  font: 500 20px var(--heading-font);
  margin-bottom: 10px;
}
.agenko-info-box .content .social-link a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--heading-color);
  margin-right: 5px;
}
.agenko-info-box .content .social-link a:hover {
  background-color: var(--primary-color);
}

.agenko-project-item:hover .thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.agenko-project-item .thumbnail {
  overflow: hidden;
}
.agenko-project-item .thumbnail img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 991px) {
  .agenko-project-item.style-one {
    max-width: 550px;
    margin: 0 auto 45px;
  }
}
.agenko-project-item.style-one:hover .thumbnail .project-button a {
  background-color: var(--primary-color);
  color: var(--heading-color);
}
.agenko-project-item.style-one .thumbnail {
  position: relative;
}
.agenko-project-item.style-one .thumbnail img {
  border-radius: 10px;
}
.agenko-project-item.style-one .thumbnail .project-button a {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-black-color);
  color: var(--white-color);
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agenko-project-item.style-one .content {
  padding-top: 20px;
}
.agenko-project-item.style-one .content .project-categories {
  margin-bottom: 15px;
}
.agenko-project-item.style-one .content .project-categories a {
  padding: 10px 20px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  line-height: 18px;
  margin-bottom: 10px;
}
.agenko-project-item.style-one .content .project-categories a:not(:last-child) {
  margin-right: 5px;
}
.agenko-project-item.style-one .content h4.title:hover {
  color: var(--primary-color);
}
.agenko-project-item.style-two {
  padding: 30px 30px 25px;
  background-color: var(--gray-dark);
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .agenko-project-item.style-two {
    max-width: 600px;
    margin: 0 auto 60px;
  }
}
@media (max-width: 575px) {
  .agenko-project-item.style-two {
    padding: 30px 15px 25px;
  }
}
.agenko-project-item.style-two .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.agenko-project-item.style-two .thumbnail img {
  width: 100%;
  border-radius: 20px;
}
.agenko-project-item.style-two .thumbnail .hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
@media (max-width: 575px) {
  .agenko-project-item.style-two .thumbnail .hover-content {
    padding: 15px;
  }
}
.agenko-project-item.style-two .thumbnail .hover-content .project-categories a {
  padding: 9px 20px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  background-color: var(--gray-dark);
  color: var(--white-color);
  line-height: 20px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .agenko-project-item.style-two .thumbnail .hover-content .project-categories a {
    padding: 9px 15px;
    font-size: 14px;
  }
}
.agenko-project-item.style-two .content {
  padding-top: 25px;
}
.agenko-project-item.style-two .content h4.title {
  margin-bottom: 5px;
}
.agenko-project-item.style-two .content h4.title:hover {
  color: var(--primary-color);
}
.agenko-project-item.style-three .thumbnail {
  position: relative;
  z-index: 1;
}
.agenko-project-item.style-three .thumbnail img {
  border-radius: 10px;
  width: 100%;
}
.agenko-project-item.style-three .thumbnail .hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.agenko-project-item.style-three .thumbnail .project-categories a {
  background-color: var(--primary-black-color);
  padding: 10px 20px;
  line-height: 20px;
  color: var(--white-color);
  border-radius: 30px;
}
@media (max-width: 575px) {
  .agenko-project-item.style-three .thumbnail .project-categories a {
    padding: 7px 15px;
    font-size: 14px;
  }
}
.agenko-project-item.style-three .content {
  padding-top: 20px;
}
.agenko-project-item.style-three .content h4:hover {
  color: var(--primary-color);
}
.agenko-project-item.style-four {
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.agenko-project-item.style-four:hover,
.agenko-project-item.style-four:focus-within {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.agenko-project-item.style-four:hover .thumbnail .hover-content,
.agenko-project-item.style-four:focus-within .thumbnail .hover-content {
  visibility: visible;
  opacity: 1;
  bottom: 24px;
  -webkit-transform: translateX(-50%) translateY(0) scale(1);
          transform: translateX(-50%) translateY(0) scale(1);
}
.agenko-project-item.style-four:hover .thumbnail::before,
.agenko-project-item.style-four:focus-within .thumbnail::before {
  opacity: 1;
}
.agenko-project-item.style-four:hover .thumbnail img,
.agenko-project-item.style-four:focus-within .thumbnail img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-filter: brightness(0.72) saturate(1.05);
          filter: brightness(0.72) saturate(1.05);
}
.agenko-project-item.style-four .thumbnail {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 24px;
  isolation: isolate;
}
.agenko-project-item.style-four .thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 10, 10, 0.02) 18%, rgba(12, 10, 10, 0.68) 100%),
    linear-gradient(135deg, rgba(var(--primary-color-rgb), 0.16), rgba(var(--accent-color-rgb), 0.08));
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  z-index: 1;
  pointer-events: none;
}
.agenko-project-item.style-four .thumbnail img {
  width: 100%;
  min-height: 300px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.45s ease, -webkit-filter 0.45s ease;
  transition: -webkit-transform 0.45s ease, -webkit-filter 0.45s ease;
  transition: transform 0.45s ease, filter 0.45s ease;
  transition: transform 0.45s ease, filter 0.45s ease, -webkit-transform 0.45s ease, -webkit-filter 0.45s ease;
}
.agenko-project-item.style-four .thumbnail .hover-content {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(22px) scale(0.94);
          transform: translateX(-50%) translateY(22px) scale(0.94);
  width: calc(100% - 48px);
  max-width: 430px;
  padding: 22px 22px 18px;
  background: linear-gradient(180deg, rgba(244, 243, 244, 0.96) 0%, rgba(255, 239, 241, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  -webkit-box-shadow: 0 24px 54px rgba(13, 10, 11, 0.36);
          box-shadow: 0 24px 54px rgba(13, 10, 11, 0.36);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease, -webkit-transform 0.35s ease, -webkit-box-shadow 0.35s ease;
  z-index: 2;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-project-item.style-four .thumbnail .hover-content {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 991px) {
  .agenko-project-item.style-four .thumbnail .hover-content {
    width: calc(100% - 28px);
  }
}
.agenko-project-item.style-four .content {
  text-align: center;
  color: var(--white-color);
}
.agenko-project-item.style-four .content .category-btn {
  padding: 8px 15px;
  line-height: 20px;
  border: 1px solid rgba(var(--primary-color-rgb), 0.18);
  border-radius: 30px;
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 10px;
  background-color: rgba(var(--primary-color-rgb), 0.18);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.agenko-project-item.style-four .content h4,
.agenko-project-item.style-four .content h4 a {
  color: var(--white-color);
}
.agenko-project-item.style-four:hover .content .category-btn,
.agenko-project-item.style-four:focus-within .content .category-btn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}
.agenko-project-item.style-four .content h4 {
  max-width: 350px;
  margin: 0 auto;
  color: var(--white-color);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-project-item.style-four .content h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .agenko-project-item.style-four .content h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

/*  Accordion Item */
.agenko-accordion-item {
  border-radius: 10px;
  border: 1px solid rgba(16, 16, 16, 0.1);
  background-color: var(--gray-dark);
  padding: 16px 30px;
}
.agenko-accordion-item .accordion-header .accordion-title {
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 575px) {
  .agenko-accordion-item .accordion-header .accordion-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 16px;
  }
}
.agenko-accordion-item .accordion-header .accordion-title span.sn {
  margin-right: 8px;
}
.agenko-accordion-item .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agenko-accordion-item .accordion-header .accordion-title[aria-expanded=true]:after {
  border-color: #26272B;
  content: "\f64d";
  font-family: bootstrap-icons !important;
}
.agenko-accordion-item .accordion-content p {
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.48px;
}

.agenko-pricing-item.style-one {
  position: relative;
  z-index: 1;
  background-color: var(--gray-dark);
  padding: 30px;
}
.agenko-pricing-item.style-one .shape {
  position: absolute;
  z-index: -1;
}
.agenko-pricing-item.style-one .shape.shape-one {
  bottom: 20px;
  right: 20px;
}
.agenko-pricing-item.style-one .pricing-head {
  margin-bottom: 25px;
}
.agenko-pricing-item.style-one .pricing-head h2 {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-pricing-item.style-one .pricing-head h2 {
    font-size: 27px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .agenko-pricing-item.style-one .pricing-head h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.agenko-pricing-item.style-one .pricing-body {
  margin-bottom: 25px;
}
.agenko-pricing-item.style-one .pricing-footer .theme-btn.style-two {
  padding: 12px 30px;
}
.agenko-pricing-item.style-two {
  background-color: var(--gray-dark);
  padding: 30px 30px 25px;
}
.agenko-pricing-item.style-two .pricing-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.agenko-pricing-item.style-two .pricing-head h4 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.agenko-pricing-item.style-two .pricing-head .pricing {
  color: var(--primary-color);
  font-size: 27px;
  font-weight: 700;
  font-family: var(--heading-font);
}
.agenko-pricing-item.style-three {
  background-color: var(--gray-dark);
  padding: 40px 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.agenko-pricing-item.style-three .shape {
  position: absolute;
  top: -35%;
  right: -40%;
}
.agenko-pricing-item.style-three .shape span {
  width: 328px;
  height: 328px;
  border-radius: 50%;
  border: 50px solid rgba(216, 31, 48, 0.02);
}
.agenko-pricing-item.style-three .pricing-head {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
.agenko-pricing-item.style-three .pricing-head h2 {
  margin-bottom: 15px;
}
.agenko-pricing-item.style-three .pricing-body {
  margin-bottom: 25px;
}
.agenko-pricing-item.style-three .pricing-footer .theme-btn {
  width: 100%;
  padding: 15px 35px;
}

.agenko-team-item.style-one .member-image {
  position: relative;
}
.agenko-team-item.style-one .member-image img {
  width: 100%;
}
.agenko-team-item.style-one .member-image .icon-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
.agenko-team-item.style-one .member-image .icon-btn a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--heading-color);
}
.agenko-team-item.style-one .member-info {
  padding-top: 5px;
}
.agenko-team-item.style-one .member-info span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.agenko-team-item.style-one .member-info span:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 50px;
  height: 1px;
  background-color: var(--border-color);
  margin-right: 10px;
}
.agenko-team-item.style-two:hover .member-image .hover-content {
  right: 30px;
}
.agenko-team-item.style-two .member-image {
  position: relative;
  overflow: hidden;
}
.agenko-team-item.style-two .member-image .hover-content {
  position: absolute;
  bottom: 30px;
  right: -50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.agenko-team-item.style-two .member-image .hover-content ul.social-link li:not(:last-child) {
  margin-bottom: 10px;
}
.agenko-team-item.style-two .member-image .hover-content ul.social-link li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: var(--white-color);
  color: var(--heading-color);
}
.agenko-team-item.style-two .member-image .hover-content ul.social-link li a:hover {
  background-color: var(--primary-color);
}
.agenko-team-item.style-two .member-info {
  padding-top: 20px;
}
.shared-team-section .shared-team-heading {
  margin-bottom: 40px;
}
.shared-team-section .shared-team-heading h2 {
  margin-top: 14px;
}
.shared-team-section .shared-team-card {
  margin-bottom: 26px;
}
.shared-team-section .agenko-team-item.style-two .member-image {
  aspect-ratio: 1 / 1.02;
  border-radius: 22px;
}
.shared-team-section .agenko-team-item.style-two .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shared-team-section .agenko-team-item.style-two .member-image .hover-content {
  bottom: 20px;
}
.shared-team-section .agenko-team-item.style-two:hover .member-image .hover-content {
  right: 20px;
}
.shared-team-section .agenko-team-item.style-two .member-info {
  padding-top: 14px;
}
.shared-team-section .agenko-team-item.style-two .member-info .title {
  margin-bottom: 6px;
}
.shared-team-section .agenko-team-item.style-two .member-info .position {
  line-height: 1.5;
}
.shared-team-section.team-section-compact .shared-team-heading {
  margin-bottom: 28px;
}
.shared-team-section.team-section-compact .shared-team-heading h2 {
  margin-top: 10px;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
}
.shared-team-section.team-section-compact .shared-team-card {
  margin-bottom: 18px;
}
.shared-team-section.team-section-compact .agenko-team-item.style-two .member-image {
  aspect-ratio: 1 / 0.84;
}
.shared-team-section.team-section-compact .agenko-team-item.style-two .member-info {
  padding-top: 12px;
}
.shared-team-section.team-section-compact .agenko-team-item.style-two .member-info .title {
  font-size: 18px;
}
.shared-team-section.team-section-compact .agenko-team-item.style-two .member-info .position {
  font-size: 15px;
}
@media (max-width: 991px) {
  .shared-team-section .shared-team-heading {
    margin-bottom: 28px;
  }
  .shared-team-section .agenko-team-item.style-two .member-image,
  .shared-team-section.team-section-compact .agenko-team-item.style-two .member-image {
    aspect-ratio: 1 / 1;
  }
}
@media (max-width: 767px) {
  .shared-team-section .shared-team-heading {
    margin-bottom: 24px;
  }
  .shared-team-section .shared-team-card,
  .shared-team-section.team-section-compact .shared-team-card {
    margin-bottom: 16px;
  }
  .shared-team-section .agenko-team-item.style-two .member-image .hover-content {
    bottom: 16px;
  }
  .shared-team-section .agenko-team-item.style-two:hover .member-image .hover-content {
    right: 16px;
  }
}
.agenko-team-item.style-three:hover .member-image .hover-content {
  visibility: visible;
  opacity: 1;
}
.agenko-team-item.style-three:hover .member-info {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.agenko-team-item.style-three .member-image {
  position: relative;
  z-index: 1;
}
.agenko-team-item.style-three .member-image img {
  width: 100%;
}
.agenko-team-item.style-three .member-image .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(17.41%, rgba(216, 31, 48, 0)), color-stop(90.28%, #ffd9dd));
  background: linear-gradient(180deg, rgba(216, 31, 48, 0) 17.41%, #ffd9dd 90.28%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agenko-team-item.style-three .member-info {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.agenko-team-item.style-three .member-info ul.social-link {
  margin-top: 20px;
}
.agenko-team-item.style-three .member-info ul.social-link li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.agenko-team-item.style-three .member-info ul.social-link li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white-color);
  color: var(--heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.agenko-team-item.style-three .member-info h4 {
  color: var(--heading-color);
}
.agenko-team-item.style-three .member-info span.position {
  font: 700 18px var(--heading-font);
  color: var(--heading-color);
}
.agenko-team-item.style-four:hover .member-image .hover-content {
  visibility: visible;
  opacity: 1;
}
.agenko-team-item.style-four .member-image {
  position: relative;
  z-index: 1;
}
.agenko-team-item.style-four .member-image img {
  width: 100%;
}
.agenko-team-item.style-four .member-image .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(216, 31, 48, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.agenko-team-item.style-four .member-image .social-box {
  position: absolute;
  top: 20px;
  left: 20px;
}
.agenko-team-item.style-four .member-image .social-box a {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--heading-color);
}
.agenko-team-item.style-four .member-image .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--heading-color);
}
.agenko-team-item.style-four .member-info {
  padding-top: 20px;
}

.author-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-item .author-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 70px;
  height: 70px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-item .author-thumb img {
  width: 100%;
  border-radius: 50%;
}
.author-item .author-info h4 {
  margin-bottom: 10px;
}
.author-item .author-info h5 {
  color: var(--text-color);
  font-weight: 500;
}

.agenko-testimonial-item.style-one .testimonial-content ul.ratings {
  margin-bottom: 20px;
}
.agenko-testimonial-item.style-one .testimonial-content ul.ratings li {
  color: var(--primary-color);
  font-size: 30px;
}
.agenko-testimonial-item.style-one .testimonial-content p {
  font: 700 24px var(--heading-font);
  color: var(--white-color);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .agenko-testimonial-item.style-one .testimonial-content p {
    font-size: 16px;
  }
}
.agenko-testimonial-item.style-one .testimonial-content .author-item-quote .quote i {
  font-size: 30px;
  color: var(--primary-color);
}
.agenko-testimonial-item.style-two .testimonial-content ul.ratings {
  margin-bottom: 40px;
}
.agenko-testimonial-item.style-two .testimonial-content p {
  font: 700 27px var(--heading-font);
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .agenko-testimonial-item.style-two .testimonial-content p {
    font-size: 24px;
  }
}
.agenko-testimonial-item.style-three .testimonial-content ul.ratings {
  margin-bottom: 22px;
}
.agenko-testimonial-item.style-three .testimonial-content ul.ratings li i {
  color: var(--primary-color);
}
.agenko-testimonial-item.style-three .testimonial-content p {
  line-height: 45px;
  font: 500 32px var(--heading-font);
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-testimonial-item.style-three .testimonial-content p {
    font-size: 22px;
    line-height: 35px;
  }
}
@media screen and (max-width: 991px) {
  .agenko-testimonial-item.style-three .testimonial-content p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
.agenko-testimonial-item.style-three .testimonial-content p {
    font-size: 15px;
    line-height: 25px;
  }
}

.testimonial-redesign-section {
  position: relative;
  overflow: hidden;
}

.testimonial-redesign-header {
  margin-bottom: 28px;
}

.testimonial-redesign-header-centered {
  text-align: center;
}

.testimonial-redesign-header-centered .testimonial-redesign-heading h2 {
  margin-left: auto;
  margin-right: auto;
}

.testimonial-redesign-header-split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.78fr);
  gap: 18px 32px;
  align-items: end;
}

.testimonial-redesign-heading h2 {
  max-width: 16ch;
  margin: 10px 0 0;
}

.testimonial-redesign-heading h2.testimonial-redesign-title-compact {
  max-width: none;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.testimonial-redesign-intro {
  max-width: 38ch;
  margin: 0;
  color: rgba(var(--white-rgb), 0.76);
  font-size: 17px;
  line-height: 1.7;
}

.testimonial-redesign-stage {
  position: relative;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid rgba(var(--white-rgb), 0.1);
  background:
    radial-gradient(620px 240px at 100% 0%, rgba(var(--accent-color-rgb), 0.1), transparent 48%),
    linear-gradient(180deg, rgba(var(--white-rgb), 0.05), rgba(var(--white-rgb), 0.015));
  box-shadow: 0 30px 70px rgba(12, 10, 11, 0.24);
}

.testimonial-redesign-stage::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 18px;
  border: 1px solid rgba(var(--white-rgb), 0.05);
  pointer-events: none;
}

.testimonial-redesign-slider .slick-track {
  display: flex !important;
}

.testimonial-redesign-slider .slick-slide {
  height: inherit !important;
}

.testimonial-redesign-slider .slick-slide > div {
  height: 100%;
}

.testimonial-redesign-slide {
  height: 100%;
  padding: 3px;
}

.testimonial-redesign-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px 22px 20px;
  border-radius: 18px;
  border: 1px solid rgba(var(--white-rgb), 0.08);
  background:
    linear-gradient(145deg, rgba(var(--white-rgb), 0.06), rgba(var(--white-rgb), 0.018)),
    rgba(var(--surface-deep-rgb), 0.42);
  box-shadow: 0 20px 48px rgba(10, 8, 9, 0.18);
}

.testimonial-redesign-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.testimonial-redesign-ratings {
  display: flex;
  align-items: center;
  gap: 8px;
}

.testimonial-redesign-ratings li {
  color: var(--accent-color);
  font-size: 15px;
}

.testimonial-redesign-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(var(--primary-color-rgb), 0.96), rgba(var(--accent-color-rgb), 0.88));
  color: var(--heading-color);
  font-size: 18px;
  box-shadow: 0 12px 28px rgba(var(--primary-color-rgb), 0.18);
}

.testimonial-redesign-copy {
  margin: 0 0 20px;
  color: var(--white-color);
  font: 700 clamp(1.05rem, 1.45vw, 1.35rem) / 1.7 var(--heading-font);
  letter-spacing: -0.02em;
  text-wrap: pretty;
}

.testimonial-redesign-author {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(var(--white-rgb), 0.08);
}

.testimonial-redesign-author-copy h4 {
  margin: 0 0 6px;
  color: var(--white-color);
  font-size: 18px;
}

.testimonial-redesign-author-copy span {
  color: rgba(var(--white-rgb), 0.68);
  font: 500 14px/1.45 var(--heading-font);
}

.testimonial-redesign-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: var(--accent-color);
  font: 600 11px/1 var(--heading-font);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-redesign-meta::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(var(--accent-color-rgb), 0.1);
}

@media (max-width: 991px) {
  .testimonial-redesign-header-split {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .testimonial-redesign-intro,
  .testimonial-redesign-heading h2 {
    max-width: none;
  }

  .testimonial-redesign-header {
    margin-bottom: 22px;
  }

  .testimonial-redesign-heading h2.testimonial-redesign-title-compact {
    font-size: clamp(1.8rem, 6vw, 2.3rem);
  }
}

@media (max-width: 767px) {
  .testimonial-redesign-header {
    margin-bottom: 20px;
  }

  .testimonial-redesign-stage {
    padding: 10px;
    border-radius: 20px;
  }

  .testimonial-redesign-stage::before {
    inset: 8px;
    border-radius: 16px;
  }

  .testimonial-redesign-card {
    padding: 20px 18px 18px;
    border-radius: 16px;
  }

  .testimonial-redesign-card-top {
    margin-bottom: 14px;
  }

  .testimonial-redesign-copy {
    margin-bottom: 18px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .testimonial-redesign-author {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 14px;
  }

  .testimonial-redesign-author-copy h4 {
    font-size: 17px;
  }

  .testimonial-redesign-author-copy span {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .testimonial-redesign-heading h2.testimonial-redesign-title-compact {
    white-space: nowrap;
  }
}

.post-categories a {
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  font-weight: 600;
  line-height: 20px;
  color: var(--white-color);
}

.agenko-blog-item.style-one {
  position: relative;
  background-color: var(--gray-dark);
  padding: 0 30px;
}
.agenko-blog-item.style-one:hover .post-hover-wrap {
  visibility: visible;
  opacity: 1;
}
.agenko-blog-item.style-one .post-hover-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .agenko-blog-item.style-one .post-hover-wrap {
    display: none;
  }
}
.agenko-blog-item.style-one .post-inner-wrap {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .agenko-blog-item.style-one .post-inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.agenko-blog-item.style-one .author-item {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .agenko-blog-item.style-one .author-item {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-blog-item.style-one .author-item .author-thumb {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-blog-item.style-one .author-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.agenko-blog-item.style-one .post-content {
  width: 60%;
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  .agenko-blog-item.style-one .post-content {
    width: 100%;
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .agenko-blog-item.style-one .post-content .post-categories {
    padding: 20px 0;
  }
}
.agenko-blog-item.style-one .post-content h3.title {
  margin-bottom: 15px;
}
.agenko-blog-item.style-one .post-content h3.title:hover {
  color: var(--primary-color);
}
.agenko-blog-item.style-one .post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
}
@media screen and (max-width: 991px) {
  .agenko-blog-item.style-one .post-date {
    width: 100%;
  }
}
.agenko-blog-item.style-one .post-date i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(26, 26, 26, 0.2);
  margin-right: 15px;
}
.agenko-blog-item.style-two {
  background-color: var(--gray-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .agenko-blog-item.style-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.agenko-blog-item.style-two .post-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 260px;
  margin-right: 30px;
}
.agenko-blog-item.style-two .post-thumbnail img {
  border-radius: 7px;
}
@media (max-width: 767px) {
  .agenko-blog-item.style-two .post-thumbnail {
    margin-bottom: 25px;
    max-width: 100%;
    margin-right: 0;
  }
  .agenko-blog-item.style-two .post-thumbnail img {
    width: 100%;
  }
}
.agenko-blog-item.style-two .post-content .post-categories {
  margin-bottom: 15px;
}
.agenko-blog-item.style-two .post-content .post-categories a {
  padding: 9px 20px;
  line-height: 20px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
}
.agenko-blog-item.style-two .post-content h4.title {
  margin-bottom: 15px;
}
.agenko-blog-item.style-two .post-content h4.title:hover {
  color: var(--primary-color);
}
.agenko-blog-item.style-two .post-content p {
  margin-bottom: 10px;
}
.agenko-blog-item.style-three:hover .post-button .icon-btn.style-one {
  background-color: var(--primary-color);
  color: var(--heading-color);
}
.agenko-blog-item.style-three:hover .post-button .icon-btn.style-one i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.agenko-blog-item.style-three .post-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.agenko-blog-item.style-three .post-thumbnail img {
  width: 100%;
}
.agenko-blog-item.style-three .post-content {
  padding-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 30px;
}
.agenko-blog-item.style-three .post-content h4.title:hover {
  color: var(--primary-color);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-blog-item.style-three .post-content h4.title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .agenko-blog-item.style-three .post-content h4.title {
    font-size: 20px;
    line-height: 30px;
  }
}
.agenko-blog-item.style-three .post-meta span {
  margin-bottom: 5px;
}
.agenko-blog-item.style-three .post-meta span:not(:last-child):after {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 8px;
}
.agenko-blog-item.style-four .post-thumbnail img {
  width: 100%;
}
.agenko-blog-item.style-four .post-content {
  padding-top: 25px;
}
.agenko-blog-item.style-four .post-content .post-meta span {
  margin-bottom: 10px;
}
.agenko-blog-item.style-four .post-content .post-meta span:not(:last-child) {
  margin-right: 15px;
}
.agenko-blog-item.style-four .post-content .post-meta span i {
  margin-right: 10px;
}
.agenko-blog-item.style-four .post-content .post-meta span:last-child {
  float: right;
}
.agenko-blog-item.style-four .post-content h4.title {
  margin-bottom: 15px;
}
.agenko-blog-item.style-four .post-content h4.title:hover {
  color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .agenko-blog-item.style-four .post-content h4.title {
    font-size: 20px;
    line-height: 30px;
  }
}

/*---- 
====================
3. Components CSS
    # Header CSS
====================

----*/
.agenko-footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.agenko-footer .shape {
  position: absolute;
  z-index: -1;
}
.agenko-footer .shape.shape-one {
  left: -35px;
  bottom: 110px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .agenko-footer .shape.shape-one img {
    width: 50%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-footer .shape.shape-one {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .agenko-footer .shape.shape-one {
    display: none;
  }
}
.agenko-footer .shape.shape-two {
  bottom: 140px;
  right: 130px;
}
.agenko-footer .shape.shape-blur_one {
  top: -150px;
  left: -150px;
}
.agenko-footer .shape.shape-blur_one span {
  width: 261px;
  height: 261px;
  background-color: rgba(155, 254, 79, 0.5);
  -webkit-filter: blur(80px);
          filter: blur(80px);
}
.agenko-footer .shape.shape-blur_two {
  bottom: -150px;
  right: -150px;
}
.agenko-footer .shape.shape-blur_two span {
  width: 261px;
  height: 261px;
  background-color: rgba(202, 186, 231, 0.6);
  -webkit-filter: blur(80px);
          filter: blur(80px);
}

.footer-widget {
  color: var(--white-color);
}
.footer-widget .footer-content .widget-title {
  margin-bottom: 15px;
}
.footer-widget .footer-content .footer-logo {
  padding: 5px;
  display: inline-block;
  border-radius: 40px;
  border: 1px solid var(--Stock-Color, #313131);
  background-color: #0E0F11;
  margin-bottom: 20px;
}
.footer-widget .footer-content ul li:not(:last-child) {
  margin-bottom: 13px;
}
.footer-widget .footer-content ul li a:hover {
  color: var(--primary-color);
}
.footer-widget .footer-content .form-group {
  max-width: 340px;
}
.footer-widget .footer-content .form-group .form_control {
  width: 100%;
  background-color: var(--white-color);
  border-radius: 30px;
  padding: 10px 130px 10px 50px;
  color: var(--heading-color);
  border: none;
}
.footer-widget .footer-content .form-group .form_control::-webkit-input-placeholder {
  color: var(--heading-color);
}
.footer-widget .footer-content .form-group .form_control::-moz-placeholder {
  color: var(--heading-color);
}
.footer-widget .footer-content .form-group .form_control:-ms-input-placeholder {
  color: var(--heading-color);
}
.footer-widget .footer-content .form-group .form_control::-ms-input-placeholder {
  color: var(--heading-color);
}
.footer-widget .footer-content .form-group .form_control::placeholder {
  color: var(--heading-color);
}
.footer-widget .footer-content .form-group label {
  position: absolute;
  top: 12px;
  left: 20px;
  color: var(--heading-color);
}
.footer-widget .footer-content .form-group .theme-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}
.footer-widget.footer-about-widget .footer-content p {
  max-width: 340px;
  margin-bottom: 20px;
}
.footer-widget.footer-contact-info-widget {
  padding-left: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-widget.footer-contact-info-widget {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer-widget.footer-contact-info-widget {
    padding-left: 0;
  }
}
.footer-widget.footer-contact-info-widget .footer-content p {
  max-width: 230px;
  line-height: 27px;
  letter-spacing: 0.48px;
}
.footer-widget.footer-nav-widget {
  padding-left: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-widget.footer-nav-widget {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer-widget.footer-nav-widget {
    padding-left: 0;
  }
}
.footer-widget.footer-contact-widget .footer-content h4.widget-title {
  margin-bottom: 20px;
}

.footer-copyright {
  border-top: 1px solid var(--border-color);
  padding: 35px 0 30px;
}
@media (max-width: 767px) {
  .footer-copyright .copyright-text {
    text-align: center;
  }
}
.footer-copyright .copyright-text p {
  font: 500 18px var(--heading-font);
  color: var(--white-color);
}
.footer-copyright .copyright-text p span {
  color: var(--primary-color);
}
.footer-copyright .copyright-nav {
  float: right;
}
@media (max-width: 767px) {
  .footer-copyright .copyright-nav {
    float: none;
    text-align: center;
  }
}
.footer-copyright .copyright-nav ul li {
  display: inline-block;
}
.footer-copyright .copyright-nav ul li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .footer-copyright .copyright-nav ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer-copyright .copyright-nav ul li:not(:last-child) {
    margin-right: 0px;
  }
}
.footer-copyright .copyright-nav ul li a {
  font: 500 18px var(--heading-font);
  color: var(--white-color);
}
.footer-copyright .copyright-nav ul li a:hover {
  color: var(--primary-color);
}
@media (max-width: 767px) {
  .footer-copyright .copyright-nav ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .footer-copyright .copyright-nav ul li a {
    font-size: 16px;
  }
}

.agenko-footer.footer-redesigned {
  padding-bottom: 24px;
}
.agenko-footer.footer-redesigned .container {
  max-width: 1460px;
}
.agenko-footer.footer-redesigned .shape.shape-blur_one {
  top: -80px;
  left: -70px;
}
.agenko-footer.footer-redesigned .shape.shape-blur_one span {
  width: 380px;
  height: 380px;
  background: rgba(var(--primary-color-rgb), 0.2);
  -webkit-filter: blur(120px);
          filter: blur(120px);
}
.agenko-footer.footer-redesigned .shape.shape-blur_two {
  right: -100px;
  bottom: -120px;
}
.agenko-footer.footer-redesigned .shape.shape-blur_two span {
  width: 360px;
  height: 360px;
  background: rgba(var(--accent-color-rgb), 0.16);
  -webkit-filter: blur(120px);
          filter: blur(120px);
}
.agenko-footer.footer-redesigned .footer-shell {
  position: relative;
  padding: 18px 18px 0;
  border: 1px solid rgba(var(--white-rgb), 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(var(--white-rgb), 0.045), rgba(var(--white-rgb), 0.015)),
    rgba(var(--surface-deep-rgb), 0.22);
  box-shadow: 0 24px 64px rgba(16, 13, 14, 0.22);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.agenko-footer.footer-redesigned .footer-top-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.72fr);
  gap: 16px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(var(--white-rgb), 0.08);
}
.agenko-footer.footer-redesigned .footer-kicker,
.agenko-footer.footer-redesigned .widget-kicker {
  display: inline-block;
  width: auto;
  min-height: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--accent-color);
  font: 600 13px/1 var(--heading-font);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.agenko-footer.footer-redesigned .footer-top-copy h2 {
  max-width: 18ch;
  margin: 10px 0 0;
  color: var(--white-color);
  font-size: clamp(1.55rem, 2.5vw, 2.45rem);
  line-height: 1;
  letter-spacing: -0.03em;
}
.agenko-footer.footer-redesigned .footer-top-action {
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(var(--white-rgb), 0.08);
  background:
    linear-gradient(145deg, rgba(var(--white-rgb), 0.09), rgba(var(--white-rgb), 0.025)),
    radial-gradient(220px 140px at 100% 0%, rgba(var(--accent-color-rgb), 0.16), transparent 58%);
}
.agenko-footer.footer-redesigned .footer-top-action p {
  margin-bottom: 10px;
  color: rgba(var(--white-rgb), 0.76);
  max-width: 28ch;
}
.agenko-footer.footer-redesigned .footer-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 1.16fr);
  gap: 28px;
  padding: 0 0 16px;
}
.agenko-footer.footer-redesigned .footer-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  padding: 8px 10px 0;
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.agenko-footer.footer-redesigned .footer-brand-panel {
  gap: 18px;
}
.agenko-footer.footer-redesigned .footer-nav-panel {
  gap: 30px;
}
.agenko-footer.footer-redesigned .footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
}
.agenko-footer.footer-redesigned .footer-logo a {
  display: inline-flex;
  align-items: center;
}
.agenko-footer.footer-redesigned .footer-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.agenko-footer.footer-redesigned .footer-brand-copy {
  max-width: 46ch;
  margin-bottom: 0;
  color: rgba(var(--white-rgb), 0.76);
  line-height: 1.55;
}
.agenko-footer.footer-redesigned .footer-chip-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 10px 28px;
  align-items: start;
}
.agenko-footer.footer-redesigned .footer-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(var(--white-rgb), 0.8);
  line-height: 1.45;
  transition: color 0.3s ease;
}
.agenko-footer.footer-redesigned .footer-chip-row .footer-chip:last-child {
  grid-column: 1 / -1;
}
.agenko-footer.footer-redesigned .footer-chip i {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--accent-color);
  font-size: 15px;
}
.agenko-footer.footer-redesigned a.footer-chip:hover {
  color: var(--white-color);
}
.agenko-footer.footer-redesigned .footer-section-heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.agenko-footer.footer-redesigned .footer-newsletter {
  margin-top: 6px;
}
.agenko-footer.footer-redesigned .footer-newsletter-middle {
  margin-top: 0;
  margin-bottom: 4px;
}
.agenko-footer.footer-redesigned .footer-office-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
  max-width: 32rem;
}
.agenko-footer.footer-redesigned .footer-panel .widget-title,
.agenko-footer.footer-redesigned .footer-section-heading h4 {
  margin: 0;
  color: var(--white-color);
  font-size: 20px;
  line-height: 1.2;
}
.agenko-footer.footer-redesigned .footer-form-notice {
  margin-bottom: 8px;
}
.agenko-footer.footer-redesigned .footer-newsletter .footer-subscribe-form {
  margin-top: 10px;
}
.agenko-footer.footer-redesigned .footer-subscribe-form .form-group {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(var(--white-rgb), 0.12);
  background: rgba(var(--white-rgb), 0.055);
}
.agenko-footer.footer-redesigned .footer-subscribe-form .footer-input-icon {
  position: absolute;
  left: 20px;
  color: rgba(var(--white-rgb), 0.72);
}
.agenko-footer.footer-redesigned .footer-subscribe-form .form_control {
  flex: 1 1 auto;
  min-width: 0;
  height: auto;
  padding: 11px 14px 11px 42px;
  border: none;
  background: transparent;
  color: var(--white-color);
}
.agenko-footer.footer-redesigned .footer-subscribe-form .form_control:focus {
  outline: none;
  box-shadow: none;
}
.agenko-footer.footer-redesigned .footer-subscribe-form .form_control::placeholder {
  color: rgba(var(--white-rgb), 0.58);
}
.agenko-footer.footer-redesigned .footer-subscribe-form .theme-btn {
  flex: 0 0 auto;
  min-width: 116px;
  justify-content: center;
}
.agenko-footer.footer-redesigned .footer-link-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  min-height: 0;
  align-items: start;
}
.agenko-footer.footer-redesigned .footer-link-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.agenko-footer.footer-redesigned .footer-link-group.footer-service-links {
  grid-column: auto;
  padding-top: 0;
}
.agenko-footer.footer-redesigned .footer-link-list,
.agenko-footer.footer-redesigned .footer-detail-list,
.agenko-footer.footer-redesigned .copyright-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.agenko-footer.footer-redesigned .footer-link-list {
  display: grid;
  gap: 8px;
}
.agenko-footer.footer-redesigned .footer-link-list li {
  margin: 0;
}
.agenko-footer.footer-redesigned .footer-link-list a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(var(--white-rgb), 0.74);
  transition: color 0.3s ease, transform 0.3s ease;
}
.agenko-footer.footer-redesigned .footer-link-list a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-color);
  box-shadow: 0 0 0 6px rgba(var(--accent-color-rgb), 0.09);
}
.agenko-footer.footer-redesigned .footer-link-list a:hover {
  color: var(--white-color);
  transform: translateX(4px);
}
.agenko-footer.footer-redesigned .footer-service-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.agenko-footer.footer-redesigned .footer-service-list li {
  margin: 0;
}
.agenko-footer.footer-redesigned .footer-service-list a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(var(--white-rgb), 0.74);
  font: 500 14px/1.4 var(--heading-font);
  transition: color 0.3s ease, transform 0.3s ease;
}
.agenko-footer.footer-redesigned .footer-service-list a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-color);
  box-shadow: 0 0 0 6px rgba(var(--accent-color-rgb), 0.09);
}
.agenko-footer.footer-redesigned .footer-service-list a:hover {
  color: var(--white-color);
  transform: translateX(4px);
}
.agenko-footer.footer-redesigned .footer-detail-list {
  display: grid;
  gap: 6px;
}
.agenko-footer.footer-redesigned .footer-detail-list li {
  color: rgba(var(--white-rgb), 0.74);
  line-height: 1.55;
}
.agenko-footer.footer-redesigned .footer-contact-link {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--white-color);
  font: 600 18px/1.2 var(--heading-font);
}
.agenko-footer.footer-redesigned .footer-contact-link:hover {
  color: var(--accent-color);
}
.agenko-footer.footer-redesigned .footer-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  color: var(--accent-color);
  font: 600 15px/1.35 var(--heading-font);
}
.agenko-footer.footer-redesigned .footer-inline-link i {
  transition: transform 0.3s ease;
}
.agenko-footer.footer-redesigned .footer-inline-link:hover {
  color: var(--white-color);
}
.agenko-footer.footer-redesigned .footer-inline-link:hover i {
  transform: translateX(4px);
}
.agenko-footer.footer-redesigned .footer-copyright {
  padding: 12px 0 0;
  border-top: 1px solid rgba(var(--white-rgb), 0.08);
}
.agenko-footer.footer-redesigned .footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.agenko-footer.footer-redesigned .footer-copyright .copyright-text p {
  margin-bottom: 0;
  font: 500 16px/1.6 var(--heading-font);
  color: rgba(var(--white-rgb), 0.7);
}
.agenko-footer.footer-redesigned .footer-copyright .copyright-text p span {
  color: var(--accent-color);
}
.agenko-footer.footer-redesigned .footer-copyright .copyright-nav {
  float: none;
}
.agenko-footer.footer-redesigned .footer-copyright .copyright-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 24px;
}
.agenko-footer.footer-redesigned .footer-copyright .copyright-nav ul li {
  display: block;
  margin: 0;
}
.agenko-footer.footer-redesigned .footer-copyright .copyright-nav ul li:not(:last-child) {
  margin-right: 0;
}
.agenko-footer.footer-redesigned .footer-copyright .copyright-nav ul li a {
  font: 500 16px/1.5 var(--heading-font);
  color: rgba(var(--white-rgb), 0.72);
}
.agenko-footer.footer-redesigned .footer-copyright .copyright-nav ul li a:hover {
  color: var(--white-color);
}
@media (max-width: 1199px) {
  .agenko-footer.footer-redesigned .footer-main-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px;
  }
}
@media (max-width: 991px) {
  .agenko-footer.footer-redesigned .footer-shell {
    padding: 16px 16px 0;
    border-radius: 24px;
  }
  .agenko-footer.footer-redesigned .footer-top-panel,
  .agenko-footer.footer-redesigned .footer-main-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .agenko-footer.footer-redesigned .footer-top-copy h2 {
    max-width: none;
  }
  .agenko-footer.footer-redesigned .footer-link-columns {
    grid-template-columns: minmax(0, 1fr);
  }
  .agenko-footer.footer-redesigned .footer-service-list {
    grid-template-columns: minmax(0, 1fr);
  }
  .agenko-footer.footer-redesigned .footer-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .agenko-footer.footer-redesigned .footer-copyright .copyright-nav ul {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .agenko-footer.footer-redesigned {
    padding-bottom: 18px;
  }
  .agenko-footer.footer-redesigned .footer-top-action,
  .agenko-footer.footer-redesigned .footer-panel {
    padding: 6px 4px 0;
    border-radius: 0;
  }
  .agenko-footer.footer-redesigned .footer-subscribe-form .form-group {
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border-radius: 24px;
  }
  .agenko-footer.footer-redesigned .footer-chip-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
  .agenko-footer.footer-redesigned .footer-chip-row .footer-chip:last-child {
    grid-column: auto;
  }
  .agenko-footer.footer-redesigned .footer-subscribe-form .footer-input-icon {
    top: 19px;
  }
  .agenko-footer.footer-redesigned .footer-subscribe-form .theme-btn {
    width: 100%;
  }
  .agenko-footer.footer-redesigned .footer-copyright .copyright-nav,
  .agenko-footer.footer-redesigned .footer-copyright .copyright-text {
    text-align: left;
  }
}

.hero-wrapper-one {
  background-color: #000;
  padding: 180px 0 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hero-wrapper-one .shape {
  position: absolute;
  z-index: -1;
}
.hero-wrapper-one .shape.shape-blur_one {
  top: -30%;
  left: -25%;
}
.hero-wrapper-one .shape.shape-blur_one span {
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: rgba(216, 31, 48, 0.6);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-wrapper-one .shape.shape-blur_one span {
    width: 500px;
    height: 500px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
}
@media screen and (max-width: 991px) {
  .hero-wrapper-one .shape.shape-blur_one span {
    width: 360px;
    height: 360px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
}
.hero-wrapper-one .shape.shape-blur_two {
  top: -30%;
  right: -15%;
}
.hero-wrapper-one .shape.shape-blur_two span {
  width: 660px;
  height: 660px;
  border-radius: 50%;
  background: #8778F5;
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-wrapper-one .shape.shape-blur_two span {
    width: 500px;
    height: 500px;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
}
@media screen and (max-width: 991px) {
  .hero-wrapper-one .shape.shape-blur_two span {
    width: 300px;
    height: 300px;
    -webkit-filter: blur(70px);
            filter: blur(70px);
  }
}
.hero-wrapper-one .shape.shape-blur_three {
  bottom: -70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero-wrapper-one .shape.shape-blur_three span {
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: rgba(216, 31, 48, 0.6);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
.hero-wrapper-one .hero-content {
  position: relative;
  margin-bottom: 130px;
}
.hero-wrapper-one .hero-content h1 {
  font-size: 200px;
  line-height: 1;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-wrapper-one .hero-content h1 {
    font-size: 140px;
  }
}
@media screen and (max-width: 991px) {
  .hero-wrapper-one .hero-content h1 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper-one .hero-content h1 {
    font-size: 60px;
  }
}
.hero-wrapper-one .hero-content .big-text {
  font-size: 200px;
  line-height: 1;
  font-weight: 700;
  color: var(--white-color);
  text-align: right;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-wrapper-one .hero-content .big-text {
    font-size: 130px;
  }
}
@media screen and (max-width: 991px) {
  .hero-wrapper-one .hero-content .big-text {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper-one .hero-content .big-text {
    font-size: 60px;
  }
}
.hero-wrapper-one .hero-content .text-box {
  position: absolute;
  bottom: 20%;
  left: 0;
  max-width: 400px;
}
@media screen and (max-width: 991px) {
  .hero-wrapper-one .hero-content .text-box {
    bottom: 30%;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper-one .hero-content .text-box {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 45px;
  }
}
.hero-wrapper-one .hero-content .element {
  position: absolute;
  top: 5%;
  right: 15%;
}
@media (max-width: 767px) {
  .hero-wrapper-one .hero-content .element {
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .hero-wrapper-one .hero-content .hero-button {
    margin-top: 60px;
  }
}

.hero-wrapper-two {
  position: relative;
  z-index: 1;
  padding: 180px 0 130px;
  background-color: #000;
  overflow: hidden;
}
.hero-wrapper-two .shape {
  position: absolute;
  z-index: -1;
}
.hero-wrapper-two .shape.shape-one {
  top: 17%;
  left: 10%;
}
@media screen and (max-width: 991px) {
  .hero-wrapper-two .shape.shape-one {
    top: 8%;
  }
}
.hero-wrapper-two .shape.shape-two {
  top: 33%;
  right: 10%;
}
.hero-wrapper-two .shape.circle-one {
  top: -20%;
  left: -10%;
}
.hero-wrapper-two .shape.circle-one span {
  width: 980px;
  height: 980px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 991px) {
  .hero-wrapper-two .shape.circle-one {
    display: none;
  }
}
.hero-wrapper-two .shape.circle-two {
  top: -50%;
  right: -5%;
}
.hero-wrapper-two .shape.circle-two span {
  width: 760px;
  height: 760px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-wrapper-two .hero-content {
  position: relative;
  margin-bottom: 80px;
}
.hero-wrapper-two .hero-content h1 {
  font-size: 140px;
  line-height: 160px;
  color: var(--white-color);
}
@media screen and (max-width: 991px) {
  .hero-wrapper-two .hero-content h1 {
    font-size: 70px;
    line-height: 90px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper-two .hero-content h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
.hero-wrapper-two .hero-content .text-box {
  max-width: 530px;
  position: absolute;
  bottom: 5%;
  right: 20%;
}
.hero-wrapper-two .hero-content .text-box p {
  margin-bottom: 25px;
}
.hero-wrapper-two .hero-content .text-box p span {
  color: var(--white-color);
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper-two .hero-content .text-box {
    right: 10%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-wrapper-two .hero-content .text-box {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 35px;
  }
}
@media screen and (max-width: 991px) {
  .hero-wrapper-two .hero-content .text-box {
    position: relative;
    bottom: auto;
    right: auto;
  }
}
.hero-wrapper-two .hero-content .pro {
  position: absolute;
  top: 15%;
  right: 15%;
  border: 1px solid var(--primary-color);
  padding: 20px 25px;
  font-size: 50px;
  color: var(--primary-color);
  border-radius: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-wrapper-two .hero-content .pro {
    top: 45%;
    right: 35%;
  }
}
@media screen and (max-width: 991px) {
  .hero-wrapper-two .hero-content .pro {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper-two .hero-content .pro {
    right: 5%;
  }
}
.hero-wrapper-two .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .hero-wrapper-two .service-list {
    margin-bottom: 30px;
  }
}
.hero-wrapper-two .service-list li {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .hero-wrapper-two .service-list li {
    margin: 0 auto 15px;
  }
}
.hero-wrapper-two .service-list li:nth-child(odd) {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.hero-wrapper-two .service-list li:nth-child(even) {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  margin-bottom: 5px;
}

.hero-image.style-one img {
  border-radius: 30px;
}

.agk-video {
  position: relative;
  z-index: 1;
  margin-top: -200px;
}
.agk-video .agk-play-image-box .agk-image img {
  border-radius: 15px;
}

.text-box {
  max-width: 530px;
}
.text-box p span {
  color: var(--white-color);
}

/* Hero Wrapper Three */
.hero-wrapper-three {
  padding: 160px 0;
}
.hero-wrapper-three .hero-content h1 span {
  position: relative;
  padding: 5px 20px;
  color: var(--heading-color);
  z-index: 1;
}
.hero-wrapper-three .hero-content h1 span:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background-color: var(--primary-color);
  border-radius: 15px;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media (max-width: 767px) {
  .hero-wrapper-three .hero-content h1 {
    font-size: 48px;
    line-height: 60px;
  }
}
.hero-wrapper-three .hero-image-box {
  margin: 0 50px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .hero-wrapper-three .hero-image-box {
    margin: 0 15px;
  }
}
.hero-wrapper-three .hero-image-box img {
  border-radius: 40px;
  width: 100%;
  min-height: 400px;
}
@media screen and (max-width: 991px) {
  .hero-wrapper-three .hero-image-box img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero-wrapper-three .hero-image-box .text-box {
  position: absolute;
  top: 0;
  right: 10%;
  text-align: left;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-wrapper-three .hero-image-box .text-box {
    right: 5%;
  }
}
@media screen and (max-width: 991px) {
  .hero-wrapper-three .hero-image-box .text-box {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 40px;
  }
}
.hero-wrapper-three .hero-image-box svg {
  position: absolute;
  right: -1px;
  top: -1px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-wrapper-three .hero-image-box svg {
    top: -15px;
    width: 75%;
  }
}
@media screen and (max-width: 991px) {
  .hero-wrapper-three .hero-image-box svg {
    display: none;
  }
}

/* Page Banner CSS */
.agenko-page-banner {
  padding: 187px 0 120px;
  background-color: var(--gray-dark);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .agenko-page-banner {
    padding-bottom: 80px;
  }
}
.agenko-page-banner .shape {
  position: absolute;
  z-index: -1;
}
.agenko-page-banner .shape span {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.agenko-page-banner .shape.shape-circle1 {
  top: -45%;
  left: -5%;
}
.agenko-page-banner .shape.shape-circle1 span {
  width: 979px;
  height: 979px;
}
.agenko-page-banner .shape.shape-circle2 {
  top: -120%;
  right: 0;
}
.agenko-page-banner .shape.shape-circle2 span {
  width: 765px;
  height: 765px;
}
.agenko-page-banner .page-content h1 {
  margin-bottom: 40px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .agenko-page-banner .page-content h1 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-page-banner .page-content h1 {
    font-size: 52px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .agenko-page-banner .page-content h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
.agenko-page-banner .page-content .text-box .icon {
  margin-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 85px;
}
.agenko-page-banner .page-content ul.breadcrumb-link {
  display: block;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 10px 30px;
  float: right;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-page-banner .page-content ul.breadcrumb-link {
    float: left;
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .agenko-page-banner .page-content ul.breadcrumb-link {
    float: left;
    margin: 40px 0;
  }
}
.agenko-page-banner .page-content ul.breadcrumb-link li {
  display: inline-block;
}
.agenko-page-banner .page-content ul.breadcrumb-link li:not(:last-child):after {
  display: inline-block;
  content: "|";
  margin-left: 13px;
  margin-right: 13px;
}
.agenko-page-banner .page-content ul.breadcrumb-link li.active {
  color: var(--primary-color);
}

.agk-service-ca .text-box {
  max-width: 300px;
}

.agk-process-box {
  text-align: center;
}
.agk-process-box .agenko-step {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.agk-process-box .agenko-step::after {
  position: absolute;
  content: "";
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background-color: var(--border-color);
  z-index: -1;
}

.agk-company-ca .client-list {
  padding-left: 100px;
}
@media screen and (max-width: 991px) {
  .agk-company-ca .client-list {
    padding-left: 0;
  }
}
.agk-company-ca .client-list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}

.agk-award-ca .text-box {
  max-width: 300px;
}

.agenko-content-box > p {
  margin-bottom: 30px;
}

.agk-content-box.style-one {
  max-width: 710px;
  padding-right: 100px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .agk-content-box.style-one {
    padding-right: 70px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agk-content-box.style-one {
    padding-right: 0;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 991px) {
  .agk-content-box.style-one {
    padding-right: 0;
  }
}
.agk-content-box.style-one > p {
  margin-bottom: 30px;
}
.agk-content-box.style-one ul li {
  display: inline-block;
  margin-bottom: 20px;
}
.agk-content-box.style-one ul li:not(:last-child) {
  padding-right: 45px;
  border-right: 1px solid var(--border-color);
}
@media (max-width: 767px) {
  .agk-content-box.style-one ul li:not(:last-child) {
    padding-right: 0;
    border-right: none;
  }
}
.agk-content-box.style-one ul li:last-child {
  padding-left: 45px;
}
@media (max-width: 767px) {
  .agk-content-box.style-one ul li:last-child {
    padding-left: 0;
  }
}

.agk-image-box.style-one {
  position: relative;
  max-width: 440px;
  max-height: 530px;
  margin-left: auto;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agk-image-box.style-one {
    margin: 0 auto 50px;
    max-width: 550px;
  }
}
@media screen and (max-width: 991px) {
  .agk-image-box.style-one {
    margin: 0 auto 50px;
    max-width: 550px;
  }
}
.agk-image-box.style-one .agenko-experince-box {
  position: absolute;
  top: 37%;
  left: -80px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agk-image-box.style-one .agenko-experince-box {
    left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .agk-image-box.style-one .agenko-experince-box {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .agk-image-box.style-one .agenko-experince-box {
    left: 0;
  }
}
.agk-image-box.style-one .agk-image {
  text-align: right;
}
.agk-image-box.style-one .agk-image img {
  width: auto;
  border-radius: 20px;
}

.agk-who-we .big-text {
  border-top: 1px solid var(--border-color);
}
.agk-who-we .big-text h2 {
  color: rgba(255, 255, 255, 0);
  font-size: 140px;
  text-transform: uppercase;
  line-height: 1em;
  font-family: var(--heading-font);
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #FFFFFF;
  stroke: #FFFFFF;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .agk-who-we .big-text h2 {
    font-size: 110px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agk-who-we .big-text h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .agk-who-we .big-text h2 {
    font-size: 30px;
  }
}

.agk-play-image-box .agk-image {
  position: relative;
}
.agk-play-image-box .agk-image .play-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.agk-play-image-box .agk-image .play-box .video-popup {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--primary-color);
  font-size: 24px;
  color: var(--heading-color);
}
@media (max-width: 767px) {
  .agk-play-image-box .agk-image .play-box .video-popup {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

/* CSI Process Wrapper */
.testimonial-wrapper {
  padding: 0 70px;
}
@media (max-width: 767px) {
  .testimonial-wrapper {
    padding: 0;
  }
}

.faq-big-text {
  color: rgba(255, 255, 255, 0.03);
  font-family: var(--heading-font);
  font-size: 200px;
  font-weight: 700;
  line-height: 200px; /* 100% */
  text-transform: uppercase;
}

.agk-team .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 767px) {
  .agk-team .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.client-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .client-list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.client-list ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .client-list ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

/* CSI Process Wrapper */
.agk-process-wrapper {
  position: relative;
  z-index: 1;
}
.agk-process-wrapper .process-line {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .agk-process-wrapper .process-line {
    display: none;
  }
}

/* CSI Testimoial */
.agk-testimonial-ca {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.agk-testimonial-ca .shape {
  position: absolute;
  z-index: -1;
}
.agk-testimonial-ca .shape span {
  width: 650px;
  height: 650px;
  border-radius: 50%;
  border: 85.395px solid rgba(255, 255, 255, 0.03);
}
.agk-testimonial-ca .shape.shape-one {
  bottom: -45%;
  left: -20%;
}
.agk-testimonial-ca .shape.shape-two {
  top: -45%;
  right: -20%;
}
.agk-testimonial-ca .agk-content-box {
  position: relative;
  z-index: 1;
}
.agk-testimonial-ca .agk-content-box .fill-text {
  position: absolute;
  top: -50px;
  left: 0;
  color: rgba(255, 255, 255, 0);
  font-size: 100px;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 700;
  font-family: var(--heading-font);
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.05);
  stroke: rgba(255, 255, 255, 0.05);
  z-index: -1;
}

/* CSI Service Details */
.agenko-service-details {
  position: relative;
  z-index: 1;
}
.agenko-service-details:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  z-index: -1;
  background-color: var(--gray-dark);
}

/* CSI join Team */
.agenko-join-team .big-text {
  font-size: 140px;
  font-weight: 700;
  font-family: var(--heading-font);
  line-height: 1;
  color: var(--white-color);
}
@media (max-width: 767px) {
  .agenko-join-team .big-text span img {
    display: none;
  }
}
.agenko-join-team .big-text span.fill-text {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--text-color);
  color: transparent;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .agenko-join-team .big-text {
    font-size: 100px;
  }
}
@media screen and (max-width: 991px) {
  .agenko-join-team .big-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .agenko-join-team .big-text {
    font-size: 80px;
  }
}
.agenko-join-team .agenko-team-image {
  max-width: 490px;
}
@media screen and (max-width: 991px) {
  .agenko-join-team .agenko-team-image {
    margin: 0 auto 50px;
  }
}

/* Team Details Wrapper */
.team-details-wrapper .member-info h2 {
  margin-bottom: 20px;
}
.team-details-wrapper .member-info span.position {
  margin-bottom: 25px;
}
.team-details-wrapper .member-info p {
  margin-bottom: 25px;
}
.team-details-wrapper .member-info ul.social-link li {
  display: inline-block;
  margin-right: 10px;
}
.team-details-wrapper .member-info ul.social-link li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--heading-color);
  background-color: var(--white-color);
}
.team-details-wrapper .member-info ul.social-link li a:hover {
  background-color: var(--primary-color);
}

/* Project Page */
.agenko-project .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 991px) {
  .agenko-project .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Project Details Wrapper */
.project-details-wrapper .agenko-content-box h2 {
  margin-bottom: 30px;
  max-width: 650px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-wrapper .agenko-content-box h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .project-details-wrapper .agenko-content-box h2 {
    font-size: 27px;
    line-height: 40px;
  }
}
.project-details-wrapper .agenko-content-box h3 {
  margin-bottom: 15px;
}
.project-details-wrapper .project-duration-box h3 {
  font-size: 20px;
}

/* Page 404 */
.page-404 {
  padding: 130px 0;
}
.page-404 .page-content img {
  margin-bottom: 50px;
}
.page-404 .page-content h4 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-404 .page-content h4 {
    font-weight: 500;
    font-size: 18px;
  }
}

/* CSI CTA Wrapper */
.agenko-cta-wrappper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.agenko-cta-wrappper .shape {
  position: absolute;
  z-index: -1;
}
.agenko-cta-wrappper .shape span {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  border: 50px solid rgba(255, 255, 255, 0.03);
}
.agenko-cta-wrappper .shape.shape_one {
  top: -250px;
  left: -8%;
}
.agenko-cta-wrappper .shape.shape_two {
  bottom: -250px;
  right: -8%;
}

.company-slider {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 991px) {
  .company-slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.company-slider .slick-slide {
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 991px) {
  .company-slider .slick-slide {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.company-list {
  gap: 0 15px;
}

.agenko-process-wrapper-two {
  position: relative;
}
.agenko-process-wrapper-two .process-line {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
}

/* Blog Standard Wrapper */
.blog-standard-wrapper {
  padding-right: 75px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-standard-wrapper {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .blog-standard-wrapper {
    padding-right: 0;
  }
}

/* Blog Details Wrapper */
.blog-details-wrapper {
  padding-right: 75px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-details-wrapper {
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .blog-details-wrapper {
    padding-right: 0;
  }
}
.blog-details-wrapper .agenko-post-item .post-thumbnail {
  margin-bottom: 35px;
}
.blog-details-wrapper .agenko-post-item .post-thumbnail img {
  width: 100%;
}
.blog-details-wrapper .agenko-post-item .post-content .post-meta {
  margin-bottom: 15px;
}
.blog-details-wrapper .agenko-post-item .post-content .post-meta span {
  margin-bottom: 10px;
}
.blog-details-wrapper .agenko-post-item .post-content .post-meta span:not(:last-child) {
  margin-right: 15px;
}
.blog-details-wrapper .agenko-post-item .post-content .post-meta span i {
  margin-right: 10px;
}
.blog-details-wrapper .agenko-post-item .post-content .post-meta span:last-child {
  float: right;
}
.blog-details-wrapper .agenko-post-item .post-content h4 {
  margin-bottom: 25px;
}
.blog-details-wrapper .agenko-post-item .post-content p {
  margin-bottom: 35px;
}
.blog-details-wrapper .agenko-post-item .block-image img {
  width: 100%;
}
.blog-details-wrapper .agenko-post-item blockquote {
  position: relative;
  z-index: 1;
  background-color: var(--gray-dark);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.blog-details-wrapper .agenko-post-item blockquote .icon {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .blog-details-wrapper .agenko-post-item blockquote h4 {
    font-size: 20px;
  }
}
.blog-details-wrapper .agenko-post-item blockquote .author-info h4 {
  margin-bottom: 5px;
}
.blog-details-wrapper .agenko-post-item blockquote .author-info h5 {
  font-weight: 500;
  color: var(--text-color);
}
.blog-details-wrapper .agenko-post-item .main-post {
  margin-bottom: 40px;
}
.blog-details-wrapper .agenko-post-item .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
@media (max-width: 767px) {
  .blog-details-wrapper .agenko-post-item .entry-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-details-wrapper .agenko-post-item .entry-footer .social-share span, .blog-details-wrapper .agenko-post-item .entry-footer .tag-links span {
  font: 600 18px var(--heading-font);
  text-transform: uppercase;
  margin-right: 15px;
}
.blog-details-wrapper .agenko-post-item .entry-footer .tag-links a {
  font: 500 16px var(--heading-font);
  background-color: var(--gray-dark);
  text-transform: uppercase;
  padding: 12px 20px;
  line-height: 20px;
  border-radius: 30px;
}
.blog-details-wrapper .agenko-post-item .entry-footer .tag-links a:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .blog-details-wrapper .agenko-post-item .entry-footer .social-share {
    margin-top: 25px;
  }
}
.blog-details-wrapper .agenko-post-item .entry-footer .social-share a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
  color: var(--heading-color);
}
.blog-details-wrapper .agenko-post-item .entry-footer .social-share a:hover {
  background-color: var(--primary-color);
  color: var(--heading-color);
}
.blog-details-wrapper .agenko-post-item .entry-footer .social-share a:not(:last-child) {
  margin-right: 5px;
}

.comments-area h3.comments-title {
  margin-bottom: 30px;
}
.comments-area .comments-list .comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.comments-area .comments-list .comment .comment-avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  height: 100px;
  margin-right: 30px;
}
.comments-area .comments-list .comment .comment-avatar img {
  width: 100%;
}
.comments-area .comments-list .comment .comment-author-content span.author-name {
  display: block;
  text-transform: uppercase;
  font: 600 18px var(--heading-font);
  margin-bottom: 15px;
  color: var(--white-color);
}
.comments-area .comments-list .comment .comment-author-content span.author-name span {
  float: right;
  font: 500 16px var(--body-font);
}
.comments-area .comments-list .comment .comment-author-content p {
  margin-bottom: 10px;
}
.comments-area .comments-list .comment .comment-author-content .reply {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid var(--border-color);
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 5px;
  font-weight: 500;
}
.comments-area .comments-list .comment-reply .comment {
  margin-left: 50px;
}

.sidebar-widget-area .sidebar-widget {
  background-color: var(--gray-dark);
  border-radius: 10px;
  padding: 20px 30px 30px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .sidebar-widget-area .sidebar-widget {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 575px) {
  .sidebar-widget-area .sidebar-widget {
    padding: 20px 20px 30px;
  }
}
.sidebar-widget-area .sidebar-widget .sidebar-title {
  margin-bottom: 20px;
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content .form-group .form_control {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: var(--gray-dark);
  padding: 15px 25px;
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content .form-group .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content .form-group .form_control::-moz-placeholder {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content .form-group .form_control:-ms-input-placeholder {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content .form-group .form_control::-ms-input-placeholder {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content .form-group .form_control::placeholder {
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content .form-group .search-btn {
  position: absolute;
  top: 15px;
  right: 30px;
  background-color: transparent;
  color: var(--white-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-category-widget .widget-content li:not(:last-child) {
  margin-bottom: 30px;
}
.sidebar-widget-area .sidebar-widget.sidebar-category-widget .widget-content li a {
  display: block;
  color: var(--white-color);
  font: 700 18px var(--heading-font);
}
.sidebar-widget-area .sidebar-widget.sidebar-category-widget .widget-content li a span {
  float: right;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 110px;
  margin-right: 20px;
  border-radius: 10px;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-title-date span {
  margin-bottom: 10px;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-title-date span a {
  padding: 8px 12px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  letter-spacing: 0.48px;
  color: var(--white-color);
  line-height: 20px;
}
.sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-title-date h6 {
  line-height: 27px;
  letter-spacing: 0.48px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-title-date h6 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-title-date h6 {
    font-size: 16px;
  }
}
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget {
  padding: 20px 30px 20px;
}
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a {
  padding: 10px;
  background-color: var(--primary-black-color);
  border-radius: 30px;
  padding: 12px 20px;
  line-height: 20px;
  letter-spacing: 0.48px;
  margin-bottom: 10px;
}
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a:hover {
  background-color: var(--primary-color);
  color: var(--heading-color);
}
.sidebar-widget-area .sidebar-widget.sidebar-banner-widget {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.sidebar-widget-area .sidebar-widget.sidebar-banner-widget .widget-content {
  padding: 30px;
  position: relative;
  z-index: 1;
}
.sidebar-widget-area .sidebar-widget.sidebar-banner-widget .widget-content:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(181deg, rgba(0, 0, 0, 0) 0.62%, #000 89.85%);
  z-index: -1;
}
.sidebar-widget-area .sidebar-widget.sidebar-banner-widget .widget-content .content {
  padding-top: 70%;
  text-align: center;
}
.sidebar-widget-area .sidebar-widget.sidebar-banner-widget .widget-content .content h3 {
  margin-bottom: 30px;
}
.sidebar-widget-area .sidebar-widget.sidebar-banner-widget .widget-content .content .theme-btn {
  width: 100%;
  padding: 15px 30px;
  border-radius: 10px;
}
.sidebar-widget-area .sidebar-widget.sidebar-contact-widget .widget-content .sidebar-title {
  margin-bottom: 10px;
}
.sidebar-widget-area .sidebar-widget.sidebar-contact-widget .agenko-contact-form.style-one .form_control {
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.sidebar-widget-area .sidebar-widget.sidebar-contact-widget .agenko-contact-form.style-one .theme-btn {
  padding: 11px 20px;
}

/* Slider */
.team-slider-one {
  margin-right: -5px;
  margin-left: -5px;
}
.team-slider-one .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

.form-message {
  padding: 10px 0;
}
.form-message.success {
  color: var(--primary-color);
}
.form-message.error {
  color: rgba(209, 12, 12, 0.808);
}

.contact-info-wrapper {
  position: relative;
  border-radius: 20px;
  border: 1px solid #313131;
  background-color: #0E0F11;
  margin-right: 100px;
  padding: 60px 40px;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .contact-info-wrapper {
    margin-right: 50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-info-wrapper {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .contact-info-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .contact-info-wrapper {
    padding: 50px 30px;
  }
}
.contact-info-wrapper .shape {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
.contact-info-wrapper ul li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.contact-info-wrapper ul li:first-child {
  padding-bottom: 0;
  border-bottom: none;
}
.contact-info-wrapper ul li .phone {
  font: 700 40px var(--heading-font);
  color: var(--primary-color);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-info-wrapper ul li .phone {
    font-size: 27px;
  }
}
@media screen and (max-width: 991px) {
  .contact-info-wrapper ul li .phone {
    font-size: 27px;
  }
}

.map-box iframe {
  height: 600px;
}

.agenko-contact-form.style-one .form_control {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: #1A1B1D;
  padding: 15px 30px;
  margin-bottom: 30px;
  color: var(--white-color);
  font: 700 20px var(--heading-font);
}
.agenko-contact-form.style-one .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}
.agenko-contact-form.style-one .form_control::-moz-placeholder {
  color: var(--white-color);
}
.agenko-contact-form.style-one .form_control:-ms-input-placeholder {
  color: var(--white-color);
}
.agenko-contact-form.style-one .form_control::-ms-input-placeholder {
  color: var(--white-color);
}
.agenko-contact-form.style-one .form_control::placeholder {
  color: var(--white-color);
}
.agenko-contact-form.style-one .theme-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
  color: var(--heading-color);
  font: 700 20px var(--heading-font);
  border-radius: 10px;
  padding: 16px 30px;
}
.agenko-contact-form .form_control {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: #1A1B1D;
  padding: 15px 30px;
  margin-bottom: 30px;
  color: var(--white-color);
  font: 700 20px var(--heading-font);
}
.agenko-contact-form .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}
.agenko-contact-form .form_control::-moz-placeholder {
  color: var(--white-color);
}
.agenko-contact-form .form_control:-ms-input-placeholder {
  color: var(--white-color);
}
.agenko-contact-form .form_control::-ms-input-placeholder {
  color: var(--white-color);
}
.agenko-contact-form .form_control::placeholder {
  color: var(--white-color);
}
.agenko-contact-form.style-two .theme-btn {
  width: 100%;
  padding: 15px 30px;
  border-radius: 10px;
}

/*Start Video Popup*/
.cs-pd-video .cs_video_open,
.cs-sample-img .cs_video_open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 48px;
}

.cs-pd-video .cs_video_open:hover,
.cs-sample-img .cs_video_open:hover {
  color: rgba(255, 255, 255, 0.7);
}

.cs_video_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.cs_video_popup.active {
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  left: 0;
}

.cs_video_popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.cs_video_popup.active .cs_video_popup-overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cs_video_popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.cs_video_popup.active .cs_video_popup-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cs_video_popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cs_video_popup-container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 1000px;
  width: 100%;
  vertical-align: middle;
}

.cs_video_popup-container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cs_video_popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d90d0d;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cs_video_popup-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup-close:hover:before,
.cs_video_popup-close:hover:after {
  background: #000;
}

.cs_video_popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.cs_video_popup-align {
  overflow: hidden;
}

/*End Video Popup*/

/*--------------------------------------------------------------
1. Header
----------------------------------------------------------------*/
.cs_site_header {
  position: absolute;
  width: 100%;
  z-index: 101;
  left: 0;
  top: 0px;
  transition: all 0.4s ease;
}
.cs_site_header.cs_style_1 .cs_main_header_in, .cs_site_header.cs_style_1 .cs_top_header_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.cs_site_header.cs_style_1 .cs_main_header_in {
  height: 100px;
}
.cs_site_header.cs_style_1 .cs_top_header_in {
  height: 45px;
}
.cs_site_header.cs_style_1 .cs_main_header_right {
  display: flex;
  align-items: center;
  height: 100%;
}
.cs_site_header.cs_style_1.cs_type_1 .cs_main_header {
  background-color: transparent;
  border-bottom: 1px solid #535353;
}
.cs_site_header.cs_style_1.cs-sticky-active {
  background-color: #000;
  box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}
.cs_top_nav {
  list-style: none;
}
.cs_top_nav li:not(:last-child)::after {
  content: '/';
  margin: 0 15px;
  color: #666;
  position: relative;
  top: 1px;
}
.cs_site_header_full_width .container {
  max-width: 1320px;
}
.cs_site_header_style1 {
  border-bottom: 1px solid #1a188d;
}
.cs_site_header_style1 .cs_main_header_right {
  display: flex;
  align-items: center;
}
.cs_site_header_style1 .cs_nav .cs_nav_list > li.current-menu-item > a:before {
  bottom: -4px;
  background-color: #fff;
}
.cs_header_search_form {
  box-shadow: 0px 4px 4px rgba(193, 193, 193, 0.25);
  width: 350px;
  top: 50px;
  opacity: 0;
  visibility: hidden;
}
.cs_header_search_form input {
  height: 60px;
  background: #f3f3f3;
  border: 1px solid rgba(62, 62, 62, 0.2);
  border-radius: inherit;
  outline: none;
  width: 100%;
  padding: 5px 70px 5px 22px;
  transition: all 0.3s ease;
}
.cs_header_search_form input:focus {
  border-color: rgba(62, 62, 62, 0.4);
}
.cs_header_search_form .cs_header_search_sumbit_btn {
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  height: 56px;
  width: 60px;
  border: none;
  background-color: transparent;
  border-radius: 5px;
}
.cs_header_search_form .cs_header_search_sumbit_btn:hover {
  color: #e9a132;
}
.cs_header_search_wrap.active .cs_header_search_form {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1199px) {
  .cs_main_header .container {
    max-width: 100%;
 }
  .cs_site_header.cs_style_1 .cs_nav {
    display: flex;
 }

}
.cs_nav {
  color: #fff;
}
.cs_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs_sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
}
.cs-gescout_sticky {
  position: fixed !important;
  top: -110px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  background-color: #fff;
  box-shadow: var(--box-shadow);
}
.cs-gescout_show {
  top: 0 !important;
  opacity: 1;
  visibility: visible;
}
.cs_site_branding {
  display: inline-flex;
  align-items: center;
  border: none;
  text-align: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cs_site_branding + .cs_nav {
  margin-left: 65px;
}
.cs_header_contact {
  display: flex;
  align-items: center;
}
.cs_header_contact .cs_header_contact_icon {
  flex: none;
  margin-right: 12px;
}
.cs_toolbox {
  display: flex;
  align-items: center;
}
.cs_toolbox > *:not(:first-child) {
  margin-left: 40px;
}
.cs_header_search_btn {
  transition: all 0.4s ease;
  color: #fff;
  cursor: pointer;
}
.cs_header_search_btn:hover {
  color: #e9a132;
}
.cs_site_header.cs_style_1.cs_color_1 {
  background-color: #fff;
}
.cs_site_header.cs_style_1.cs_color_1 .cs_main_header {
  border-color: #d6d6d6;
}
.cs_site_header.cs_style_1.cs_color_1 .cs_nav_list > li > a {
  color: #18191d;
}
.cs_site_header.cs_style_1.cs_color_1 .cs_nav_list > li > a:hover {
  color: #e9a132;
}
@media screen and (min-width: 1200px) {
  .cs_main_header {
    position: relative;
 }
  .cs_main_header .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
 }
  .cs_main_header_center, .cs_top_header_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
 }
  .cs_site_header.cs_style_1 .cs_main_header_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 300px);
 }
  .cs_site_header.cs_style_1 .cs_main_header_left {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
 }
  .cs_nav {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
 }
 .header-area2 .cs_nav {
  color: #000;
}
  .cs_nav .cs_nav_list {
    display: flex !important;
    flex-wrap: wrap;
    height: inherit;
    padding-top: 5px;
 }
  .cs_nav .cs_nav_list li:not(.cs-mega_menu) {
    position: relative;
 }
  .cs_nav .cs_nav_list > li {
    margin-right: 48px;
    height: inherit;
 }
  .cs_nav .cs_nav_list > li:last-child {
    margin-right: 0;
 }
  .cs_nav .cs_nav_list > li > a {
    padding: 10px 0;
    display: inline-flex;
    position: relative;
    height: inherit;
    align-items: center;
    color: var(--title);
    font-weight: 600;
 }
 .cs_style_2 .cs_nav .cs_nav_list > li > a {
  color: #000;
 }
  .cs_nav .cs_nav_list > li > ul {
    left: 0;
    top: calc(100% + 15px);
 }
  .cs_nav .cs_nav_list > li:hover > ul {
    top: 90%;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
 }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a {
    position: relative;
 }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a::after {
    content: "\f282";
    font-family: bootstrap-icons !important;
    font-weight: 900;
    display: inline-block;
    border-left: 0;
    border-top: 0;
    margin-left: 10px;
    position: relative;
    top: 0px;
    font-size: 9px;
    color: currentColor;
 }
  .cs_nav .cs_nav_list ul {
    width: 230px;
    background-color:#fff;
    position: absolute;
    border-top: 2px solid #d81f30;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: var(--heading-color);
 }
  .cs_nav .cs_nav_list ul li:not(:last-child) a {
    position: relative;
    border-bottom: 1px solid #eeeeee;
 }
  .cs_nav .cs_nav_list ul li:not(:last-child) a::after {
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
 }
  .cs_nav .cs_nav_list ul li:hover ul {
    top: 0px;
 }
  .cs_nav .cs_nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
 }
  .cs_nav .cs_nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 20px;
 }
  .cs_nav .cs_nav_list ul ul {
    top: 15px;
    left: 100%;
 }
  .cs-munu_toggle, .cs-munu_dropdown_toggle {
    display: none;
 }
 .cs-gescout_sticky .cs_nav .cs_nav_list  li  a{
  color:#000
  }
  .cs-gescout_sticky .cs_main_header{
    padding-top: 0;
  }
  .main-page-area3 .cs_main_header {
    padding: 0px 90px 0px 140px;
  }
  .main-page-area3 .cs_top_header {
    padding: 0px 124px 0px 170px;
  }  
.header_style_3 .cs_nav .cs_nav_list > li > a{
  color: #fff;
}
.header_style_3 .cs_nav .cs_nav_list > li > a:hover{
  color: #fff !important;
}
.header_style_3.cs-gescout_show{
  background-color: #2b00a5;
}
.header_sticky_style1.cs-gescout_sticky{
  background-color: #6a47ed;
}
.header_sticky_style1.cs_site_header.header_style_2.cs_style_1 .container::before {
  background-color: #6a47ed;
}
.header_sticky_style1.cs-gescout_sticky .cs_nav .cs_nav_list>li>a{
  color: #fff;
}
.cs_site_header.header_style_2.cs_style_1 .cs_main_header .container{
  max-width: 1314px;
}

}
@media screen and (max-width: 1550px) {
  .cs_site_header_full_width .container {
    padding: 0 30px;
 }
  .cs_site_branding + .cs_nav {
    margin-left: 35px;
 }
  .cs_toolbox > *:not(:first-child) {
    margin-left: 25px;
 }
  .cs_nav .cs_nav_list > li {
    margin-right: 35px;
 }
}
@media screen and (max-width: 1199px) {
 /*Mobile Menu Button*/
  .cs_nav .cs_nav_list > li {
    margin-right: 0;
 }
  .cs_site_header.cs_style_1 .cs_main_header_right {
    padding-right: 55px;
 }
  .cs_site_header_full_width .container {
    padding: 0 15px;
 }
  .cs-munu_dropdown_toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 5px;
 }
  .cs-munu_dropdown_toggle:before, .cs-munu_dropdown_toggle:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: currentColor;
    transition: all 0.3s ease;
 }
  .cs-munu_dropdown_toggle:before {
    transform: translate(-50%, -50%) rotate(90deg);
 }
  .cs-munu_dropdown_toggle.active:before {
    transform: translate(-50%, -50%) rotate(0deg);
 }
  .cs_nav .cs_nav_list {
    position: absolute;
    width: 100vw;
    left: -15px;
    background-color: #181818;
    padding: 10px 0;
    display: none;
    top: 100%;
    border-top: 1px solid #4d4d4d 52;
    border-bottom: 1px solid #4d4d4d 52;
    overflow: auto;
    max-height: calc(100vh - 80px);
    line-height: 1.6em;
 }
  .cs_nav .cs_nav_list ul {
    padding-left: 15px;
    display: none;
    text-transform: capitalize;
 }
  .cs_nav .cs_nav_list a {
    display: block;
    padding: 8px 20px;
 }
  .cs_nav .menu-item-has-children {
    position: relative;
 }
  .cs-munu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
 }
  .cs-munu_toggle span, .cs-munu_toggle span:before, .cs-munu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
 }
  .cs-munu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
 }
  .cs-munu_toggle span:before {
    content: '';
    position: absolute;
    margin-top: -9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
 }
  .cs-munu_toggle span:after {
    content: '';
    position: absolute;
    margin-top: 9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
 }
  .cs_site_header.cs_style_1 .cs-munu_toggle {
    top: 50%;
    right: 0px;
    margin-top: -13px;
    color:#000
 }
  .cs-toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s;
 }
  .cs-toggle_active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
 }
  .cs-toggle_active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
 }
  .cs_nav .cs_nav_list a {
    position: relative;
 }
  .cs_site_header.cs_style_1 .cs_main_header_in {
    height: 80px;
 }
  .cs_site_header .current-menu-item > a:before {
    display: none;
 }
  .cs_site_header.cs_style_1 {
    top: 0;
 }
  .cs_site_header.cs_style_1.cs_color_1 .cs-munu_toggle, .cs_site_header.cs_style_1.cs_color_1 .cs-munu_dropdown_toggle, .cs_site_header.cs_style_1.cs_color_1 .cs_nav .cs_nav_list ul {
    color: #18191d;
 }
  .cs_site_header.cs_style_1.cs_color_1 .cs_nav .cs_nav_list {
    background-color: #fff;
 }
.cs_main_header_right .header-btn{
  display: none;
}
.cs-gescout_sticky{
  background-color: #000;
}

.header_sticky_style2 .cs-munu_toggle span, .header_sticky_style2 .cs-munu_toggle span:before, .header_sticky_style2 .cs-munu_toggle span:after{
  background-color: #000;
}

}
@media screen and (max-width: 991px) {
  .cs_site_header .container {
    max-width: 100%;
 }
  .cs_site_header.cs_style_1 .cs-action_box > *:not(:last-child) {
    margin-right: 25px;
 }
  .cs_site_header.cs_style_1 .cs_btn {
    padding: 8px;
 }
}
@media screen and (max-width: 767px) {
  .cs_site_header.cs_style_1 .cs_top_header_in {
    justify-content: center;
 }
  .cs_site_header.cs_style_1 .cs_top_header_left {
    display: none;
 }
 .cs_site_header.cs_style_1 .cs_main_header_right{
  display: none
 }

}
@media screen and (max-width: 575px) {
  .cs_site_header.cs_style_1 .cs_btn span {
    display: none;
 }
  .cs_site_header.cs_style_1 .cs_btn svg {
    margin-right: 0;
    width: 20px;
    height: 20px;
 }
}
@media screen and (max-width: 500px) {
  .cs_header_contact {
    display: none;
 }
}
.cs_nav .cs_nav_list span.cs-munu_dropdown_toggle.active + ul, .cs_nav .cs-munu_toggle.cs_teggle_active + .cs_nav_list {
  display: block;
}
.cs_site_header.cs_color_1 .cs_header_search_btn {
  color: initial;
}
@media (max-width: 575px) {
  .cs_site_header.cs_color_1 .cs_header_search_btn {
    display: none !important;
 }
}
@media (max-width: 767px) {
  .cs_header_search_form {
    left: 50%;
    transform: translateX(-50%);
 }
}
@media (max-width: 575px) {
  .cs_header_search_form {
    display: none;
 }
}
@media (max-width: 575px) {
  .cs_header_search_btn {
    display: none !important;
 }
}
.cs_site_header_spacing_130 {
  height: 90px;
}
.cs_site_header_spacing_140 {
  height: 140px;
}
.cs_site_header.cs_style_1 .cs_top_header .container::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  background-color: #ff3c00;
  border-radius: 0 0 60px 0;
  right: -6%;
  top: 0;
}
.cs_site_header.cs_style_1 .cs_top_header {
  background-color: #050a1e;
}
.cs_site_header.cs_style_1 .cs_top_header_in {
  height: 40px;
  position: relative;
  z-index: 1;
}
.cs_site_header.cs_style_1 .cs_top_header .container {
  position: relative;
}
.cs_main_header {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.cs_site_header.cs_style_1 .cs_main_header .container::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  background-color: #fff;
  border-radius: 60px 0 0;
  left: -6%;
  top: 0;
}
.cs_site_header.cs_style_1 .cs_main_header .container {
  position: relative;
}
.cs_site_header.cs_style_1 .cs_main_header_in {
  position: relative;
  z-index: 1;
}
.cs_site_header.cs_style_1 .cs_main_header_in {
  height: 100px;
}
.cs_nav .cs_nav_list > li > a:hover{
  color: var(--theme2);
}
.cs_header_social_links_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.cs_header_social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.6em;
  gap: 20px;
}

.cs_site_header.header_style_2.cs_style_1 .cs_main_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 40px;
}
.cs_site_header.header_style_2.cs_style_1 .cs_main_header_in {
  height: 90px;
}
.cs_site_header.header_style_2.cs_style_1 .container::before {
  border-radius: 0;
  background-color: #fff;
  left: 100%;
  margin-left: -27.7%;
  opacity: 0;
}
.cs_site_header.header_style_2.cs_style_1.cs-gescout_sticky .container::before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cs_site_header.cs_style_1 .cs_top_header {
      display: none;
  }
  .cs_site_header_spacing_130 {
    height: 90px;
}  
.cs_site_header_spacing_140 {
  height: 100px;
}
.cs_site_header.header_style_2.cs_style_1 .cs_main_header_in {
  height: 90px;
}

.cs_site_header_spacing_140 {
  height: 90px;
}

}
@media (max-width: 1199px) {
  .cs_site_header.cs_style_1 .cs_main_header .container::before {
      left: 0px;
      border-radius: 0;
  } 
  .cs_site_header.header_style_2.cs_style_1 .cs_header_social_links {
    display: none;
}  
.cs_site_header.header_style_2.cs_style_1.cs-gescout_sticky .container::before {
  opacity: 0;
}
.main-page-area {
  padding: 0;
}
.cs_nav .cs_nav_list li a{
  color: #fff;
}
.cs_main_header_right .header-btn{
  display: none  !important;
}
}
.cs_main_header_right .search-trigger{
  color: #fff;
  font-size: 18px;  
  padding-right: 20px;
  z-index: 1;
}
.header_style_3 .cs_main_header_right .search-trigger{
  color:#fff
}
.search-wrap.active{
  display: block;
}
.accordion-item.active .accordion-collapse{
  display: block;
}
.cs_slider_gap_301 .slick-slide{
  padding-left: 12px;
  padding-right: 12px;
}
.cs_site_header.header_style_3{
  top: 0;
}
.header_style_3.cs-gescout_show .container::before{
  background-color: #2b00a5 !important;
}
.accordion-area2 .accordion-button{
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 18px 20px ;
  color: var(--title);
  box-shadow: none;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.48px;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;  
}

.cs_site_header_spacing_140 {
  height: 106px;
}
.header_area_4.cs_site_header{
  top: 0;
}
@media (max-width: 767px) {
.cs_site_header_spacing_140 {
  height: 90px;
}
}

.header-area-5.cs_site_header{
  top: 0px;
}
.cs_slider_gap_30 .slick-slide{
  padding-left: 15px;
  padding-right: 15px;
}
.circle-border-area{
  border: 4px solid #6a47ed;
  border-radius: 50px;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1314px;
  }
}
.cs_main_header_right .main-button.main-btn-area2 .theme-btn, .cs_main_header_right .main-button.main-btn-area2 .arrow-btn{
  background-color: var(--theme);
  color: var(--white);
}
.testimonial-slider-2 .slick-slide img{
  display: unset;
}
.accordion-content{
  display: none;
}
.agenko-accordion-item.active .accordion-content{
  display: block;
}

/* Liquid Glass Effects */
.liquid-glass-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04) 56%, rgba(216, 31, 48, 0.08)),
    rgba(20, 23, 29, 0.72);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

.liquid-glass-btn {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: linear-gradient(145deg, rgba(216, 31, 48, 0.9), rgba(235, 78, 94, 0.78));
}

.liquid-glass-btn:hover {
  border-color: rgba(255, 166, 176, 0.95);
  box-shadow: 0 12px 28px rgba(216, 31, 48, 0.22);
}

/* Global Immersive Layering */
.immersive-site-shell {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  background:
    radial-gradient(900px 450px at 8% 2%, rgba(216, 31, 48, 0.12), transparent 44%),
    radial-gradient(1200px 520px at 92% 5%, rgba(97, 196, 255, 0.1), transparent 46%),
    linear-gradient(180deg, #070a0f 0%, #06090d 100%);
}

.immersive-content-layer {
  position: relative;
  z-index: 2;
}

.immersive-site-shell {
  --natural-card-radius: 22px;
  --natural-card-radius-sm: 16px;
}

/* Professional Glass Theme Across Core Blocks */
.immersive-site-shell .agenko-page-banner .page-content ul.breadcrumb-link,
.immersive-site-shell .agenko-card-item.style-one,
.immersive-site-shell .agenko-card-item.style-two,
.immersive-site-shell .agenko-pricing-item.style-one,
.immersive-site-shell .agenko-pricing-item.style-two,
.immersive-site-shell .agenko-pricing-item.style-three,
.immersive-site-shell .agenko-project-item.style-one,
.immersive-site-shell .agenko-project-item.style-two,
.immersive-site-shell .agenko-blog-item.style-four,
.immersive-site-shell .agenko-blog-item.style-three .post-content-wrap,
.immersive-site-shell .sidebar-widget-area .sidebar-widget,
.immersive-site-shell .contact-info-wrapper,
.immersive-site-shell .agenko-contact-form.style-one .form_control,
.immersive-site-shell .agenko-accordion-item {
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03) 62%),
    rgba(17, 21, 27, 0.72);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  backdrop-filter: blur(14px) saturate(135%);
}

.immersive-site-shell .agenko-project-item.style-one .thumbnail img,
.immersive-site-shell .agenko-project-item.style-two .thumbnail img,
.immersive-site-shell .agenko-blog-item.style-four .post-thumbnail img {
  border-radius: 14px;
}

/* Natural Curves For Card System */
.immersive-site-shell .liquid-glass-card,
.immersive-site-shell .agenko-page-banner .page-content ul.breadcrumb-link,
.immersive-site-shell .agenko-card-item.style-one,
.immersive-site-shell .agenko-card-item.style-two,
.immersive-site-shell .agenko-pricing-item.style-one,
.immersive-site-shell .agenko-pricing-item.style-two,
.immersive-site-shell .agenko-pricing-item.style-three,
.immersive-site-shell .agenko-project-item.style-one,
.immersive-site-shell .agenko-project-item.style-two,
.immersive-site-shell .agenko-project-item.style-three,
.immersive-site-shell .agenko-project-item.style-four,
.immersive-site-shell .agenko-blog-item.style-one,
.immersive-site-shell .agenko-blog-item.style-two,
.immersive-site-shell .agenko-blog-item.style-three .post-content-wrap,
.immersive-site-shell .agenko-blog-item.style-four .post-content,
.immersive-site-shell .agenko-team-item.style-one .member-image,
.immersive-site-shell .agenko-team-item.style-two .member-image,
.immersive-site-shell .agenko-team-item.style-three .member-image,
.immersive-site-shell .agenko-team-item.style-four .member-image,
.immersive-site-shell .agk-content-box.style-one,
.immersive-site-shell .agk-image-box.style-one,
.immersive-site-shell .agenko-content-box,
.immersive-site-shell .contact-info-wrapper,
.immersive-site-shell .sidebar-widget-area .sidebar-widget,
.immersive-site-shell .footer-widget {
  border-radius: var(--natural-card-radius);
}

.immersive-site-shell .agenko-card-item.style-two .thumbnail,
.immersive-site-shell .agenko-card-item.style-two .thumbnail img,
.immersive-site-shell .agenko-project-item .thumbnail,
.immersive-site-shell .agenko-project-item .thumbnail img,
.immersive-site-shell .agenko-blog-item.style-two .post-thumbnail,
.immersive-site-shell .agenko-blog-item.style-two .post-thumbnail img,
.immersive-site-shell .agenko-blog-item.style-three .post-thumbnail img,
.immersive-site-shell .agenko-blog-item.style-four .post-thumbnail img,
.immersive-site-shell .agenko-team-item .member-image img,
.immersive-site-shell .about-glass-image-card .agk-image img,
.immersive-site-shell .sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content img {
  border-radius: calc(var(--natural-card-radius) - 5px);
}

.immersive-site-shell .agenko-card-item.style-two .thumbnail,
.immersive-site-shell .agenko-project-item .thumbnail,
.immersive-site-shell .agenko-blog-item.style-two .post-thumbnail {
  overflow: hidden;
}

@media (max-width: 991px) {
  .immersive-site-shell .liquid-glass-card,
  .immersive-site-shell .agenko-page-banner .page-content ul.breadcrumb-link,
  .immersive-site-shell .agenko-card-item.style-one,
  .immersive-site-shell .agenko-card-item.style-two,
  .immersive-site-shell .agenko-pricing-item.style-one,
  .immersive-site-shell .agenko-pricing-item.style-two,
  .immersive-site-shell .agenko-pricing-item.style-three,
  .immersive-site-shell .agenko-project-item.style-one,
  .immersive-site-shell .agenko-project-item.style-two,
  .immersive-site-shell .agenko-project-item.style-three,
  .immersive-site-shell .agenko-project-item.style-four,
  .immersive-site-shell .agenko-blog-item.style-one,
  .immersive-site-shell .agenko-blog-item.style-two,
  .immersive-site-shell .agenko-blog-item.style-three .post-content-wrap,
  .immersive-site-shell .agenko-blog-item.style-four .post-content,
  .immersive-site-shell .agenko-team-item.style-one .member-image,
  .immersive-site-shell .agenko-team-item.style-two .member-image,
  .immersive-site-shell .agenko-team-item.style-three .member-image,
  .immersive-site-shell .agenko-team-item.style-four .member-image,
  .immersive-site-shell .agk-content-box.style-one,
  .immersive-site-shell .agk-image-box.style-one,
  .immersive-site-shell .agenko-content-box,
  .immersive-site-shell .contact-info-wrapper,
  .immersive-site-shell .sidebar-widget-area .sidebar-widget,
  .immersive-site-shell .footer-widget {
    border-radius: var(--natural-card-radius-sm);
  }

  .immersive-site-shell .agenko-card-item.style-two .thumbnail,
  .immersive-site-shell .agenko-card-item.style-two .thumbnail img,
  .immersive-site-shell .agenko-project-item .thumbnail,
  .immersive-site-shell .agenko-project-item .thumbnail img,
  .immersive-site-shell .agenko-blog-item.style-two .post-thumbnail,
  .immersive-site-shell .agenko-blog-item.style-two .post-thumbnail img,
  .immersive-site-shell .agenko-blog-item.style-three .post-thumbnail img,
  .immersive-site-shell .agenko-blog-item.style-four .post-thumbnail img,
  .immersive-site-shell .agenko-team-item .member-image img,
  .immersive-site-shell .about-glass-image-card .agk-image img,
  .immersive-site-shell .sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content img {
    border-radius: calc(var(--natural-card-radius-sm) - 3px);
  }
}

.immersive-site-shell .agenko-page-banner {
  background:
    radial-gradient(800px 440px at 4% 8%, rgba(216, 31, 48, 0.08), transparent 52%),
    radial-gradient(980px 470px at 92% 15%, rgba(95, 195, 255, 0.09), transparent 56%),
    linear-gradient(180deg, rgba(16, 19, 24, 0.94), rgba(12, 15, 21, 0.92));
}

.immersive-site-shell .agenko-page-banner .container {
  position: relative;
  z-index: 2;
}

.immersive-site-shell .agenko-page-banner .shape {
  z-index: 1;
  opacity: 0.45;
}

.immersive-site-shell .agk-content-box.style-one,
.immersive-site-shell .agk-image-box.style-one,
.immersive-site-shell .agenko-content-box {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03) 60%),
    rgba(17, 21, 27, 0.68);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  backdrop-filter: blur(14px) saturate(130%);
}

.immersive-site-shell .agk-image-box.style-one {
  border-radius: 16px;
  padding: 18px 18px 12px;
}

.immersive-site-shell .about-glass-copy-card {
  max-width: 100%;
  padding: 44px 46px 36px;
}

.immersive-site-shell .about-glass-copy-card .section-title {
  margin-bottom: 24px;
}

.immersive-site-shell .about-glass-copy-card p {
  line-height: 1.9;
}

.immersive-site-shell .about-glass-copy-card .agk-button {
  margin-top: 12px;
}

.immersive-site-shell .about-glass-copy-card ul {
  margin-top: 10px;
}

.immersive-site-shell .about-glass-image-card {
  padding: 16px;
}

.immersive-site-shell .about-glass-image-card .agk-image img {
  width: 100%;
  display: block;
}

@media (max-width: 991px) {
  .immersive-site-shell .about-glass-copy-card {
    padding: 30px 26px 26px;
  }

  .immersive-site-shell .about-glass-image-card {
    padding: 12px;
  }
}

.immersive-site-shell .agenko-map .map-box iframe {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.32);
}

/* Brand Palette Refresh */
::selection {
  background-color: rgba(var(--accent-color-rgb), 0.35);
  color: var(--heading-color);
}

::-webkit-scrollbar-track {
  background: rgba(var(--white-rgb), 0.22);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--accent-color), var(--primary-color));
  border-radius: 999px;
}

.theme-btn.style-one,
.theme-btn.style-two,
.scrollTop {
  color: var(--white-color);
  box-shadow: 0 14px 30px rgba(var(--primary-color-rgb), 0.18);
}

.theme-btn.style-one:hover,
.theme-btn.style-two:hover,
.scrollTop:hover {
  color: var(--white-color);
}

.agenko-step,
.agenko-pagination ul li a:hover,
.agenko-pagination ul li a.active,
.agenko-project-item.style-one:hover .thumbnail .project-button a,
.agenko-team-item.style-four .member-image .social-box a:hover,
.agenko-blog-item.style-three:hover .post-button .icon-btn.style-one,
.blog-details-wrapper .agenko-post-item .entry-footer .social-share a:hover,
.sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a:hover,
.agenko-contact-form.style-one .theme-btn,
.sidebar-widget-area .sidebar-widget.sidebar-banner-widget .widget-content .content .theme-btn {
  color: var(--white-color);
}

.sub-title {
  background: rgba(var(--primary-color-rgb), 0.12);
  border-color: rgba(var(--primary-color-rgb), 0.34);
  box-shadow: inset 0 1px 0 rgba(var(--white-rgb), 0.08);
}

.ratings li,
.cs_header_search_form .cs_header_search_sumbit_btn:hover,
.cs_header_search_btn:hover,
.cs_nav .cs_nav_list > li > a:hover,
.footer-widget .footer-content ul li a:hover,
.footer-copyright .copyright-nav ul li a:hover,
.agenko-page-banner .page-content ul.breadcrumb-link li.active {
  color: var(--accent-color);
}

.contact-info-wrapper,
.agenko-contact-form.style-one .form_control,
.agenko-contact-form .form_control,
.footer-widget .footer-content .footer-logo {
  border-color: rgba(var(--white-rgb), 0.14);
  background-color: var(--surface-color);
}

.footer-widget .footer-content .footer-logo {
  box-shadow: inset 0 1px 0 rgba(var(--white-rgb), 0.05);
}

.agenko-footer .shape.shape-blur_one span,
.hero-wrapper-one .shape.shape-blur_one span {
  background-color: rgba(var(--primary-color-rgb), 0.34);
}

.agenko-footer .shape.shape-blur_two span,
.hero-wrapper-one .shape.shape-blur_two span {
  background-color: rgba(var(--accent-color-rgb), 0.28);
}

.hero-wrapper-one .shape.shape-blur_three span {
  background-color: rgba(var(--white-rgb), 0.18);
}

.liquid-glass-card {
  border: 1px solid rgba(var(--white-rgb), 0.18);
  background:
    linear-gradient(155deg, rgba(var(--white-rgb), 0.16), rgba(var(--white-rgb), 0.04) 56%, rgba(var(--accent-color-rgb), 0.1)),
    rgba(var(--surface-deep-rgb), 0.84);
  box-shadow: 0 18px 44px rgba(20, 17, 18, 0.32);
}

.liquid-glass-btn {
  border: 1px solid rgba(var(--white-rgb), 0.18);
  background: linear-gradient(145deg, var(--primary-color), var(--primary-color-deep));
}

.liquid-glass-btn:hover {
  border-color: rgba(var(--accent-color-rgb), 0.82);
  box-shadow: 0 12px 28px rgba(var(--primary-color-rgb), 0.22);
}

.immersive-site-shell {
  background:
    radial-gradient(900px 450px at 8% 2%, rgba(var(--primary-color-rgb), 0.11), transparent 44%),
    radial-gradient(1200px 520px at 92% 5%, rgba(var(--accent-color-rgb), 0.08), transparent 46%),
    linear-gradient(180deg, #2b2627 0%, #241f20 100%);
}

.immersive-site-shell .agenko-page-banner {
  background:
    radial-gradient(800px 440px at 4% 8%, rgba(var(--primary-color-rgb), 0.1), transparent 52%),
    radial-gradient(980px 470px at 92% 15%, rgba(var(--accent-color-rgb), 0.1), transparent 56%),
    linear-gradient(180deg, rgba(var(--heading-rgb), 0.94), rgba(var(--surface-color-rgb), 0.92));
}

.immersive-site-shell .agk-content-box.style-one,
.immersive-site-shell .agk-image-box.style-one,
.immersive-site-shell .agenko-content-box {
  border: 1px solid rgba(var(--white-rgb), 0.14);
  background:
    linear-gradient(155deg, rgba(var(--white-rgb), 0.08), rgba(var(--white-rgb), 0.025) 60%),
    rgba(var(--surface-deep-rgb), 0.82);
}

.immersive-site-shell .agenko-map .map-box iframe {
  border: 1px solid rgba(var(--white-rgb), 0.14);
  box-shadow: 0 20px 45px rgba(20, 17, 18, 0.28);
}

.immersive-site-shell .cs_nav .cs_nav_list > li > a,
.immersive-site-shell .cs_main_header_right .search-trigger,
.immersive-site-shell .cs-gescout_sticky .cs_nav .cs_nav_list li a,
.immersive-site-shell .cs-gescout_sticky .cs_main_header_right .search-trigger {
  color: var(--white-color);
}

.immersive-site-shell .cs_site_branding {
  border-color: transparent;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.immersive-site-shell .cs_site_header.header_style_2.cs_style_1.cs-gescout_sticky .container::before {
  background: linear-gradient(135deg, rgba(var(--heading-rgb), 0.92), rgba(var(--surface-color-rgb), 0.82));
  border: 1px solid rgba(var(--white-rgb), 0.12);
  box-shadow: 0 18px 40px rgba(20, 17, 18, 0.26);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

@media screen and (max-width: 1199px) {
  .immersive-site-shell .cs_nav .cs_nav_list {
    background-color: var(--surface-color);
    border-top: 1px solid rgba(var(--white-rgb), 0.12);
    border-bottom: 1px solid rgba(var(--white-rgb), 0.12);
  }

  .immersive-site-shell .cs-munu_toggle span,
  .immersive-site-shell .cs-munu_toggle span:before,
  .immersive-site-shell .cs-munu_toggle span:after {
    background-color: var(--white-color);
  }

  .immersive-site-shell .cs_site_header.cs_style_1 .cs-munu_toggle {
    color: var(--white-color);
  }
}

/* Expanded Brand Rollout */
body {
  background:
    radial-gradient(1120px 540px at 0% 0%, rgba(var(--primary-color-rgb), 0.06), transparent 46%),
    radial-gradient(960px 480px at 100% 0%, rgba(var(--accent-color-rgb), 0.045), transparent 40%),
    linear-gradient(180deg, #373132 0%, #241f20 100%);
}

.theme-btn.style-one,
.theme-btn.style-two,
.scrollTop {
  background: var(--brand-gradient-primary);
}

.theme-btn.style-one:hover,
.theme-btn.style-two:hover,
.scrollTop:hover {
  box-shadow: 0 18px 36px rgba(var(--primary-color-rgb), 0.24);
}

.immersive-site-shell .agk-about,
.immersive-site-shell .agk-services,
.immersive-site-shell .agk-project,
.immersive-site-shell .agk-work-process,
.immersive-site-shell .agk-who-we,
.immersive-site-shell .agk-testimonial,
.immersive-site-shell .agk-faq,
.immersive-site-shell .agk-blogs,
.immersive-site-shell .agk-team,
.immersive-site-shell .agk-company,
.immersive-site-shell .agk-client,
.immersive-site-shell .agk-company-ca,
.immersive-site-shell .agenko-pricing,
.immersive-site-shell .agenko-contact,
.immersive-site-shell .agenko-blog-standard,
.immersive-site-shell .agenko-blog-detils,
.immersive-site-shell .agenko-project-details,
.immersive-site-shell .agenko-service-details,
.immersive-site-shell .agenko-team-details,
.immersive-site-shell .agenko-company {
  position: relative;
  background:
    radial-gradient(620px 260px at 0% 0%, rgba(var(--primary-color-rgb), 0.07), transparent 52%),
    radial-gradient(560px 220px at 100% 0%, rgba(var(--accent-color-rgb), 0.05), transparent 48%);
}

.immersive-site-shell .gray-dark,
.immersive-site-shell .primary-black-bg {
  background:
    radial-gradient(620px 260px at 0% 0%, rgba(var(--primary-color-rgb), 0.1), transparent 52%),
    radial-gradient(560px 240px at 100% 0%, rgba(var(--accent-color-rgb), 0.08), transparent 50%),
    var(--brand-gradient-surface);
}

.immersive-site-shell .agenko-card-item.style-one,
.immersive-site-shell .agenko-card-item.style-two,
.immersive-site-shell .agenko-iconic-box.style-two,
.immersive-site-shell .agenko-iconic-box.style-four,
.immersive-site-shell .agenko-iconic-box.style-five,
.immersive-site-shell .agenko-iconic-box.style-six,
.immersive-site-shell .agenko-iconic-box.style-seven,
.immersive-site-shell .agenko-pricing-item.style-one,
.immersive-site-shell .agenko-pricing-item.style-two,
.immersive-site-shell .agenko-pricing-item.style-three,
.immersive-site-shell .agenko-project-item.style-two,
.immersive-site-shell .agenko-blog-item.style-one,
.immersive-site-shell .agenko-blog-item.style-two,
.immersive-site-shell .agenko-accordion-item,
.immersive-site-shell .agenko-award-box.style-one,
.immersive-site-shell .agenko-client-item.style-one,
.immersive-site-shell .agenko-client-item.style-two,
.immersive-site-shell .testimonial-wrapper,
.immersive-site-shell .contact-info-wrapper,
.immersive-site-shell .footer-widget,
.immersive-site-shell .sidebar-panel {
  border: 1px solid rgba(var(--white-rgb), 0.12);
  background: var(--brand-gradient-panel);
  box-shadow: var(--brand-shadow);
}

.immersive-site-shell .testimonial-wrapper,
.immersive-site-shell .contact-info-wrapper,
.immersive-site-shell .sidebar-panel {
  border-radius: 28px;
}

.immersive-site-shell .agenko-card-item.style-one .card-title .sn-number,
.immersive-site-shell .agenko-counter-box.style-one .content h2,
.immersive-site-shell .agenko-pricing-item.style-two .pricing-head .pricing,
.immersive-site-shell .agenko-pricing-item.style-three .pricing-head .price,
.immersive-site-shell .agenko-testimonial-item.style-one .testimonial-content ul.ratings li,
.immersive-site-shell .agenko-testimonial-item.style-one .testimonial-content .author-item-quote .quote i,
.immersive-site-shell .ratings li {
  color: var(--accent-color);
}

.immersive-site-shell .agenko-iconic-box.style-two .icon,
.immersive-site-shell .agenko-iconic-box.style-three .icon,
.immersive-site-shell .agenko-blog-item.style-one .post-date i,
.immersive-site-shell .agenko-info-box .content .social-link a,
.immersive-site-shell .agenko-team-item.style-two .member-image .hover-content ul.social-link li a,
.immersive-site-shell .agenko-team-item.style-three .member-info ul.social-link li a,
.immersive-site-shell .agenko-team-item.style-four .member-image .social-box a,
.immersive-site-shell .team-details-wrapper .member-info ul.social-link li a {
  border: 1px solid rgba(var(--accent-color-rgb), 0.28);
  background: rgba(var(--accent-color-rgb), 0.12);
  color: var(--accent-color);
}

.immersive-site-shell .agenko-iconic-box.style-two .content .step,
.immersive-site-shell .post-categories a,
.immersive-site-shell .agenko-project-item.style-one .content .project-categories a,
.immersive-site-shell .agenko-project-item.style-two .thumbnail .hover-content .project-categories a,
.immersive-site-shell .agenko-project-item.style-three .thumbnail .project-categories a,
.immersive-site-shell .agenko-project-item.style-four .content .category-btn,
.immersive-site-shell .sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-title-date span a,
.immersive-site-shell .sidebar-widget-area .sidebar-widget.sidebar-tag-widget .widget-content a,
.immersive-site-shell .agenko-step {
  border-color: rgba(var(--accent-color-rgb), 0.3);
  background: rgba(var(--accent-color-rgb), 0.12);
  color: var(--accent-color);
}

.immersive-site-shell .agenko-experince-box.style-one,
.immersive-site-shell .hero-wrapper-three .hero-content h1 span:after,
.immersive-site-shell .cs_site_header.cs_style_1 .cs_top_header .container::before,
.immersive-site-shell .cs_video_popup-close {
  background: var(--brand-gradient-accent);
  box-shadow: 0 18px 34px rgba(var(--accent-color-rgb), 0.18);
}

.immersive-site-shell .agenko-experince-box.style-one h2,
.immersive-site-shell .agenko-experince-box.style-one p,
.immersive-site-shell .hero-wrapper-three .hero-content h1 span {
  color: var(--heading-color);
}

.immersive-site-shell .cs_video_popup-close:before,
.immersive-site-shell .cs_video_popup-close:after {
  background: var(--heading-color);
}

.immersive-site-shell .agenko-project-item.style-four .thumbnail .hover-content,
.immersive-site-shell .agenko-team-item.style-three .member-image .hover-content {
  background:
    linear-gradient(180deg, rgba(var(--primary-color-rgb), 0) 10%, rgba(var(--primary-color-rgb), 0.82) 100%),
    linear-gradient(180deg, rgba(var(--accent-color-rgb), 0) 18%, rgba(var(--accent-color-rgb), 0.22) 100%);
}

.immersive-site-shell .agenko-team-item.style-four .member-image .hover-content {
  background: linear-gradient(180deg, rgba(var(--accent-color-rgb), 0.04), rgba(var(--primary-color-rgb), 0.2));
}

.immersive-site-shell .agenko-pricing-item.style-three .shape span,
.immersive-site-shell .agk-testimonial-ca .shape span,
.immersive-site-shell .agenko-cta-wrappper .shape span,
.immersive-site-shell .hero-wrapper-two .shape.circle-one span,
.immersive-site-shell .hero-wrapper-two .shape.circle-two span,
.immersive-site-shell .agenko-page-banner .shape span {
  border-color: rgba(var(--accent-color-rgb), 0.16);
}

.immersive-site-shell .agk-who-we .big-text h2 {
  -webkit-text-stroke-color: rgba(var(--accent-color-rgb), 0.42);
  stroke: rgba(var(--accent-color-rgb), 0.42);
}

.immersive-site-shell .faq-big-text,
.immersive-site-shell .agk-testimonial-ca .agk-content-box .fill-text {
  color: rgba(var(--accent-color-rgb), 0.08);
}

.immersive-site-shell .agenko-service-details:after {
  background:
    radial-gradient(640px 260px at 100% 0%, rgba(var(--accent-color-rgb), 0.08), transparent 46%),
    var(--brand-gradient-surface);
}

.immersive-site-shell .agenko-footer {
  background:
    radial-gradient(860px 360px at 0% 0%, rgba(var(--primary-color-rgb), 0.16), transparent 48%),
    radial-gradient(760px 320px at 100% 0%, rgba(var(--accent-color-rgb), 0.12), transparent 44%),
    linear-gradient(180deg, rgba(var(--surface-color-rgb), 0.98) 0%, rgba(var(--surface-deep-rgb), 1) 100%);
  border-top: 1px solid rgba(var(--white-rgb), 0.08);
}

.immersive-site-shell .footer-widget .footer-content .form-group .form_control {
  background: rgba(var(--white-rgb), 0.08);
  border: 1px solid rgba(var(--white-rgb), 0.14);
  color: var(--white-color);
}

.immersive-site-shell .footer-widget .footer-content .form-group .form_control::placeholder,
.immersive-site-shell .footer-widget .footer-content .form-group label {
  color: rgba(var(--white-rgb), 0.78);
}

.immersive-site-shell .cs_site_header.cs_style_1 .cs_top_header {
  background: linear-gradient(90deg, rgba(var(--surface-deep-rgb), 0.95), rgba(var(--heading-rgb), 0.95));
}

.immersive-site-shell .cs_site_header.cs_style_1 .cs_main_header .container::before,
.immersive-site-shell .cs_site_header.header_style_2.cs_style_1 .container::before,
.immersive-site-shell .header_style_3.cs-gescout_show .container::before,
.immersive-site-shell .header_sticky_style1.cs_site_header.header_style_2.cs_style_1 .container::before {
  background: linear-gradient(135deg, rgba(var(--heading-rgb), 0.92), rgba(var(--surface-color-rgb), 0.82));
  border: 1px solid rgba(var(--white-rgb), 0.1);
  box-shadow: 0 18px 36px rgba(20, 17, 18, 0.24);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.immersive-site-shell .cs_site_header.header_style_2.cs_style_1 .container::before {
  opacity: 1;
}

.immersive-site-shell .header_style_3.cs-gescout_show,
.immersive-site-shell .header_sticky_style1.cs-gescout_sticky,
.immersive-site-shell .header_sticky_style1.cs-gescout_sticky .container::before,
.immersive-site-shell .header_style_3.cs-gescout_show .container::before,
.immersive-site-shell .cs_site_header.cs_style_1.cs_color_1,
.immersive-site-shell .cs-gescout_sticky {
  background: linear-gradient(180deg, rgba(var(--heading-rgb), 0.96), rgba(var(--surface-color-rgb), 0.92));
}

.immersive-site-shell .cs_nav .cs_nav_list ul,
.immersive-site-shell .cs_site_header.cs_style_1.cs_color_1 .cs_nav .cs_nav_list,
.immersive-site-shell .cs_header_search_form,
.immersive-site-shell .cs_video_popup-container {
  background: linear-gradient(180deg, rgba(var(--surface-color-rgb), 0.98), rgba(var(--heading-rgb), 0.98));
  border: 1px solid rgba(var(--white-rgb), 0.12);
  box-shadow: var(--brand-shadow);
}

.immersive-site-shell .cs_nav .cs_nav_list ul {
  border-top: 2px solid var(--accent-color);
}

.immersive-site-shell .cs_header_search_form input {
  background: rgba(var(--white-rgb), 0.08);
  border: 1px solid rgba(var(--white-rgb), 0.12);
  color: var(--white-color);
}

.immersive-site-shell .cs_header_search_form input::placeholder {
  color: rgba(var(--white-rgb), 0.68);
}

.immersive-site-shell .hero-wrapper-one,
.immersive-site-shell .hero-wrapper-two,
.immersive-site-shell .hero-wrapper-three {
  background:
    radial-gradient(820px 340px at 12% 0%, rgba(var(--primary-color-rgb), 0.18), transparent 46%),
    radial-gradient(700px 300px at 88% 0%, rgba(var(--accent-color-rgb), 0.14), transparent 40%),
    linear-gradient(180deg, rgba(var(--surface-color-rgb), 0.98) 0%, rgba(var(--surface-deep-rgb), 1) 100%);
}

.immersive-site-shell .hero-wrapper-one .shape.shape-blur_one span,
.immersive-site-shell .hero-wrapper-one .shape.shape-blur_three span {
  background: rgba(var(--primary-color-rgb), 0.42);
}

.immersive-site-shell .hero-wrapper-one .shape.shape-blur_two span {
  background: rgba(var(--accent-color-rgb), 0.3);
}

.immersive-site-shell .cs_video_popup-overlay,
.immersive-site-shell .cs_video_popup.active .cs_video_popup-overlay {
  background: rgba(var(--surface-deep-rgb), 0.82);
}

.immersive-site-shell .cs_site_header_style1,
.immersive-site-shell .cs_site_header.cs_style_1.cs_type_1 .cs_main_header,
.immersive-site-shell .footer-copyright,
.immersive-site-shell .agk-who-we .big-text,
.immersive-site-shell .agk-process-wrapper .process-line,
.immersive-site-shell .agenko-process-wrapper-two .process-line,
.immersive-site-shell .circle-border-area {
  border-color: rgba(var(--accent-color-rgb), 0.2);
}

.immersive-site-shell .brand-divider-strip,
.immersive-site-shell .agk-company .company-slider-wrapper {
  color: var(--border-color);
}

@media screen and (max-width: 1199px) {
  .immersive-site-shell .cs_site_header.header_style_2.cs_style_1 .container::before {
    opacity: 0;
  }

  .immersive-site-shell .cs_nav .cs_nav_list {
    background: linear-gradient(180deg, rgba(var(--surface-color-rgb), 0.98), rgba(var(--heading-rgb), 0.98));
    border-top: 1px solid rgba(var(--white-rgb), 0.12);
    border-bottom: 1px solid rgba(var(--white-rgb), 0.12);
  }
}

/* Header Polish */
.cs_site_header.header-polished {
  top: 18px;
}

.cs_site_header.header-polished.cs-gescout_sticky,
.cs_site_header.header-polished.cs-gescout_show {
  top: 0 !important;
  background: transparent;
  box-shadow: none;
}

.cs_site_header.header-polished .cs_main_header {
  padding-left: 0;
  padding-right: 0;
}

.cs_site_header.header-polished.cs_site_header_full_width .container {
  max-width: 1400px;
}

.cs_site_header.header-polished .cs_main_header .container::before,
.cs_site_header.header-polished.header_style_2.cs_style_1 .container::before {
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
  opacity: 1;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(var(--heading-rgb), 0.92), rgba(var(--surface-color-rgb), 0.86)),
    radial-gradient(240px 140px at 0% 0%, rgba(var(--primary-color-rgb), 0.18), transparent 60%);
  border: 1px solid rgba(var(--white-rgb), 0.12);
  box-shadow: 0 24px 54px rgba(18, 15, 16, 0.26);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.cs_site_header.header-polished .cs_main_header_in {
  height: 84px;
  gap: 18px;
  padding: 0 24px;
}

.cs_site_header.header-polished .cs_main_header_left,
.cs_site_header.header-polished .cs_main_header_center,
.cs_site_header.header-polished .cs_main_header_right {
  position: relative;
  z-index: 1;
}

.cs_site_header.header-polished .cs_main_header_center {
  flex: 1 1 auto;
  justify-content: center;
}

.cs_site_header.header-polished .header-branding {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.cs_site_header.header-polished .header-branding img {
  width: auto;
  height: 30px;
}

.cs_site_header.header-polished .cs_nav {
  justify-content: center;
  color: var(--white-color);
}

.cs_site_header.header-polished .cs_nav .cs_nav_list {
  align-items: center;
  gap: 8px;
  padding-top: 0;
}

.cs_site_header.header-polished .cs_nav .cs_nav_list > li {
  margin-right: 0;
  height: auto;
}

.cs_site_header.header-polished .cs_nav .cs_nav_list > li > a {
  min-height: 44px;
  height: auto;
  padding: 10px 16px;
  border-radius: 999px;
  color: rgba(var(--white-rgb), 0.76);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.cs_site_header.header-polished .cs_nav .cs_nav_list > li > a::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 9px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-color-rgb), 0.9), transparent);
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.cs_site_header.header-polished .cs_nav .cs_nav_list > li > a:hover,
.cs_site_header.header-polished .cs_nav .cs_nav_list > li.current-menu-item > a,
.cs_site_header.header-polished.cs-gescout_sticky .cs_nav .cs_nav_list > li.current-menu-item > a,
.cs_site_header.header-polished.cs-gescout_sticky .cs_nav .cs_nav_list > li > a:hover {
  color: var(--white-color);
  background: rgba(var(--white-rgb), 0.08);
  box-shadow: inset 0 0 0 1px rgba(var(--white-rgb), 0.06);
}

.cs_site_header.header-polished .cs_nav .cs_nav_list > li.current-menu-item > a {
  background: linear-gradient(135deg, rgba(var(--primary-color-rgb), 0.18), rgba(var(--accent-color-rgb), 0.12));
  box-shadow: inset 0 0 0 1px rgba(var(--accent-color-rgb), 0.16), 0 12px 24px rgba(18, 15, 16, 0.18);
}

.cs_site_header.header-polished .cs_nav .cs_nav_list > li > a:hover::before,
.cs_site_header.header-polished .cs_nav .cs_nav_list > li.current-menu-item > a::before {
  opacity: 1;
  transform: scaleX(1);
}

.cs_site_header.header-polished .cs_main_header_right {
  gap: 18px;
}

.cs_site_header.header-polished .header-cta-wrap {
  position: relative;
}

.cs_site_header.header-polished .header-cta-wrap::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -14px;
  height: 20px;
  border-radius: 999px;
  background: rgba(var(--primary-color-rgb), 0.28);
  filter: blur(18px);
  pointer-events: none;
}

.cs_site_header.header-polished .header-cta-wrap .theme-btn.style-one {
  position: relative;
  min-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(var(--primary-color-rgb), 0.22);
}

.cs_site_header.header-polished.cs-gescout_sticky .cs_main_header .container::before {
  box-shadow: 0 20px 44px rgba(18, 15, 16, 0.22);
}

@media (max-width: 1199px) {
  .cs_site_header.header-polished {
    top: 0;
  }

  .cs_site_header.header-polished .cs_main_header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cs_site_header.header-polished .cs_main_header .container::before,
  .cs_site_header.header-polished.header_style_2.cs_style_1 .container::before {
    border-radius: 0 0 24px 24px;
  }

  .cs_site_header.header-polished .cs_main_header_in {
    height: 82px;
    padding: 0 16px;
  }

  .cs_site_header.header-polished .header-branding {
    min-height: auto;
    padding: 0;
  }

  .cs_site_header.header-polished .header-branding img {
    height: 28px;
  }

  .cs_site_header.header-polished .cs_site_header.cs_style_1 .cs-munu_toggle,
  .cs_site_header.header-polished .cs-munu_toggle {
    width: 46px;
    height: 46px;
    top: 50%;
    right: 0;
    margin-top: -23px;
    border-radius: 50%;
    border: 1px solid rgba(var(--white-rgb), 0.12);
    background: rgba(var(--white-rgb), 0.08);
    color: var(--white-color);
  }

  .cs_site_header.header-polished .cs-munu_toggle span,
  .cs_site_header.header-polished .cs-munu_toggle span:before,
  .cs_site_header.header-polished .cs-munu_toggle span:after {
    width: 18px;
    background-color: var(--white-color);
  }

  .cs_site_header.header-polished .cs-munu_toggle span {
    top: 22px;
  }

  .cs_site_header.header-polished .cs-munu_toggle span:before {
    margin-top: -6px;
  }

  .cs_site_header.header-polished .cs-munu_toggle span:after {
    margin-top: 6px;
  }

  .cs_site_header.header-polished .cs_nav .cs_nav_list {
    margin-top: 18px;
    padding: 14px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(var(--surface-color-rgb), 0.98), rgba(var(--heading-rgb), 0.98));
    border: 1px solid rgba(var(--white-rgb), 0.12);
    box-shadow: var(--brand-shadow);
  }

  .cs_site_header.header-polished .cs_nav .cs_nav_list > li > a {
    width: 100%;
    min-height: 46px;
    justify-content: flex-start;
    padding: 11px 14px;
  }

  .cs_site_header.header-polished .cs_nav .cs_nav_list > li > a::before {
    left: 14px;
    right: 14px;
    bottom: 8px;
  }
}

@media (max-width: 767px) {
  .cs_site_header.header-polished .cs_main_header_in {
    padding: 0 12px;
  }

  .cs_site_header.header-polished .cs_main_header .container::before,
  .cs_site_header.header-polished.header_style_2.cs_style_1 .container::before {
    border-radius: 0 0 20px 20px;
  }

  .cs_site_header.header-polished .cs_nav .cs_nav_list {
    padding: 12px;
    border-radius: 20px;
  }
}

/* Card Padding Harmonization */
.immersive-site-shell {
  --card-shell-pad-lg: 30px;
  --card-shell-pad-md: 24px;
  --card-shell-pad-sm: 18px;
  --card-shell-gap-lg: 24px;
  --card-shell-gap-md: 18px;
}

.immersive-site-shell .agenko-content-box,
.immersive-site-shell .contact-info-wrapper,
.immersive-site-shell .sidebar-widget-area .sidebar-widget,
.immersive-site-shell .sidebar-panel {
  padding: var(--card-shell-pad-lg);
}

.immersive-site-shell .comments-area .comments-list .comment {
  padding: 24px 26px;
}

.immersive-site-shell .comments-area .comments-list .comment .comment-avatar {
  margin-right: 0;
}

.immersive-site-shell .comments-area .comments-list .comment .comment-author-content {
  flex: 1 1 auto;
}

.immersive-site-shell .testimonial-wrapper {
  padding: 28px 32px;
}

.immersive-site-shell .contact-info-wrapper {
  margin-right: 72px;
}

.immersive-site-shell .contact-info-wrapper ul li:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.immersive-site-shell .agenko-card-item.style-one {
  padding: 30px 32px;
  gap: var(--card-shell-gap-lg);
}

.immersive-site-shell .agenko-card-item.style-one .card-title {
  flex: 0 1 34%;
  min-width: 0;
  gap: 16px;
}

.immersive-site-shell .agenko-card-item.style-one .card-title .sn-number {
  margin-right: 0;
}

.immersive-site-shell .agenko-card-item.style-one .content {
  flex: 1 1 auto;
  padding: 0;
}

.immersive-site-shell .agenko-card-item.style-one .content p {
  max-width: none;
  margin-bottom: 0;
  padding: 0;
}

.immersive-site-shell .agenko-card-item.style-one .card-button {
  flex: 0 0 auto;
  margin-left: auto;
}

.immersive-site-shell .agenko-card-item.style-two {
  padding: 24px 26px;
  gap: 22px;
}

.immersive-site-shell .agenko-card-item.style-two .thumbnail {
  flex: 0 0 136px;
  max-width: 136px;
}

.immersive-site-shell .agenko-card-item.style-two .card-title {
  flex: 0 1 280px;
  padding-left: 0;
}

.immersive-site-shell .agenko-card-item.style-two .content {
  max-width: 420px;
}

.immersive-site-shell .agenko-iconic-box.style-two,
.immersive-site-shell .agenko-iconic-box.style-four,
.immersive-site-shell .agenko-iconic-box.style-five,
.immersive-site-shell .agenko-iconic-box.style-six,
.immersive-site-shell .agenko-iconic-box.style-seven {
  padding: 24px 24px 22px;
}

.immersive-site-shell .agenko-iconic-box.style-two .icon,
.immersive-site-shell .agenko-iconic-box.style-four .icon,
.immersive-site-shell .agenko-iconic-box.style-five .icon {
  margin-bottom: 20px;
}

.immersive-site-shell .agenko-iconic-box.style-two .content p,
.immersive-site-shell .agenko-iconic-box.style-four .content p,
.immersive-site-shell .agenko-iconic-box.style-six .content p {
  margin-bottom: 22px;
}

.immersive-site-shell .agenko-accordion-item {
  padding: 20px 24px;
}

.immersive-site-shell .agenko-accordion-item .accordion-content p {
  padding-top: 12px;
  padding-bottom: 4px;
}

.immersive-site-shell .agenko-pricing-item.style-one,
.immersive-site-shell .agenko-pricing-item.style-two,
.immersive-site-shell .agenko-pricing-item.style-three {
  padding: 24px;
}

.immersive-site-shell .agenko-pricing-item.style-one .pricing-head,
.immersive-site-shell .agenko-pricing-item.style-three .pricing-head {
  margin-bottom: 22px;
}

.immersive-site-shell .agenko-pricing-item.style-three .pricing-head {
  padding-bottom: 20px;
}

.immersive-site-shell .agenko-pricing-item.style-one .pricing-body,
.immersive-site-shell .agenko-pricing-item.style-two .pricing-body,
.immersive-site-shell .agenko-pricing-item.style-three .pricing-body {
  margin-bottom: 20px;
}

.immersive-site-shell .agenko-pricing-item.style-three .pricing-footer .theme-btn {
  padding: 14px 24px;
}

.immersive-site-shell .agenko-project-item.style-two {
  padding: 22px 22px 20px;
}

.immersive-site-shell .agenko-project-item.style-two .thumbnail .hover-content,
.immersive-site-shell .agenko-project-item.style-three .thumbnail .hover-content {
  padding: 22px;
}

.immersive-site-shell .agenko-project-item.style-two .content,
.immersive-site-shell .agenko-project-item.style-three .content,
.immersive-site-shell .agenko-project-item.style-four .content {
  padding-top: 18px;
}

.immersive-site-shell .agenko-project-item.style-four .thumbnail .hover-content {
  padding: 18px 18px 14px;
}

.immersive-site-shell .agenko-blog-item.style-one {
  padding: 0 24px;
}

.immersive-site-shell .agenko-blog-item.style-one .post-hover-wrap {
  padding: 40px 18px;
}

.immersive-site-shell .agenko-blog-item.style-one .post-inner-wrap {
  padding: 36px 0;
  gap: 18px 0;
}

.immersive-site-shell .agenko-blog-item.style-one .post-content {
  padding: 0 22px;
}

.immersive-site-shell .agenko-blog-item.style-two {
  padding: 18px;
  gap: 18px;
}

.immersive-site-shell .agenko-blog-item.style-two .post-thumbnail {
  margin-right: 0;
}

.immersive-site-shell .agenko-blog-item.style-three .post-content-wrap {
  padding: 20px 22px 22px;
  align-items: flex-start;
  gap: 18px;
}

.immersive-site-shell .agenko-blog-item.style-three .post-content {
  padding-top: 0;
  padding-right: 0;
}

.immersive-site-shell .agenko-blog-item.style-four .post-content {
  padding-top: 18px;
}

.immersive-site-shell .sidebar-widget-area .sidebar-widget.sidebar-tag-widget,
.immersive-site-shell .sidebar-widget-area .sidebar-widget.sidebar-banner-widget .widget-content {
  padding: 24px;
}

.immersive-site-shell .sidebar-widget-area .sidebar-widget.sidebar-banner-widget {
  padding: 0;
}

.immersive-site-shell .sidebar-widget-area .sidebar-widget.sidebar-search-widget .widget-content .form-group .search-btn {
  right: 24px;
}

.immersive-site-shell .agenko-content-box > :last-child,
.immersive-site-shell .sidebar-widget-area .sidebar-widget > :last-child,
.immersive-site-shell .comments-area .comments-list .comment .comment-author-content > :last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .immersive-site-shell .contact-info-wrapper {
    margin-right: 24px;
  }

  .immersive-site-shell .agenko-card-item.style-one,
  .immersive-site-shell .agenko-card-item.style-two {
    gap: var(--card-shell-gap-md);
  }

  .immersive-site-shell .agenko-card-item.style-two .thumbnail {
    flex-basis: 120px;
    max-width: 120px;
  }
}

@media (max-width: 991px) {
  .immersive-site-shell .agenko-content-box,
  .immersive-site-shell .contact-info-wrapper,
  .immersive-site-shell .sidebar-widget-area .sidebar-widget,
  .immersive-site-shell .sidebar-panel,
  .immersive-site-shell .testimonial-wrapper,
  .immersive-site-shell .comments-area .comments-list .comment {
    padding: var(--card-shell-pad-md);
  }

  .immersive-site-shell .agenko-card-item.style-one,
  .immersive-site-shell .agenko-card-item.style-two,
  .immersive-site-shell .agenko-iconic-box.style-two,
  .immersive-site-shell .agenko-iconic-box.style-four,
  .immersive-site-shell .agenko-iconic-box.style-five,
  .immersive-site-shell .agenko-iconic-box.style-six,
  .immersive-site-shell .agenko-iconic-box.style-seven,
  .immersive-site-shell .agenko-pricing-item.style-one,
  .immersive-site-shell .agenko-pricing-item.style-two,
  .immersive-site-shell .agenko-pricing-item.style-three,
  .immersive-site-shell .agenko-project-item.style-two,
  .immersive-site-shell .agenko-blog-item.style-two,
  .immersive-site-shell .agenko-accordion-item {
    padding: 22px;
  }

  .immersive-site-shell .agenko-card-item.style-one .card-title,
  .immersive-site-shell .agenko-card-item.style-two .card-title,
  .immersive-site-shell .agenko-card-item.style-two .content {
    flex-basis: auto;
    max-width: 100%;
  }

  .immersive-site-shell .agenko-card-item.style-one .card-button {
    margin-left: 0;
  }

  .immersive-site-shell .agenko-card-item.style-two .thumbnail {
    flex-basis: auto;
    max-width: 100%;
  }

  .immersive-site-shell .agenko-blog-item.style-one {
    padding: 0 22px;
  }

  .immersive-site-shell .agenko-blog-item.style-one .post-content {
    padding: 18px 0 0;
  }

  .immersive-site-shell .agenko-blog-item.style-three .post-content-wrap {
    padding: 18px 20px 20px;
  }
}

@media (max-width: 767px) {
  .immersive-site-shell .agenko-content-box,
  .immersive-site-shell .contact-info-wrapper,
  .immersive-site-shell .sidebar-widget-area .sidebar-widget,
  .immersive-site-shell .sidebar-panel,
  .immersive-site-shell .testimonial-wrapper,
  .immersive-site-shell .comments-area .comments-list .comment {
    padding: var(--card-shell-pad-sm);
  }

  .immersive-site-shell .agenko-card-item.style-one,
  .immersive-site-shell .agenko-card-item.style-two,
  .immersive-site-shell .agenko-iconic-box.style-two,
  .immersive-site-shell .agenko-iconic-box.style-four,
  .immersive-site-shell .agenko-iconic-box.style-five,
  .immersive-site-shell .agenko-iconic-box.style-six,
  .immersive-site-shell .agenko-iconic-box.style-seven,
  .immersive-site-shell .agenko-pricing-item.style-one,
  .immersive-site-shell .agenko-pricing-item.style-two,
  .immersive-site-shell .agenko-pricing-item.style-three,
  .immersive-site-shell .agenko-project-item.style-two,
  .immersive-site-shell .agenko-blog-item.style-two,
  .immersive-site-shell .agenko-accordion-item {
    padding: 18px;
  }

  .immersive-site-shell .agenko-blog-item.style-one {
    padding: 0 18px;
  }

  .immersive-site-shell .agenko-blog-item.style-one .post-inner-wrap,
  .immersive-site-shell .agenko-blog-item.style-one .post-hover-wrap {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .immersive-site-shell .agenko-blog-item.style-three .post-content-wrap,
  .immersive-site-shell .sidebar-widget-area .sidebar-widget.sidebar-tag-widget,
  .immersive-site-shell .sidebar-widget-area .sidebar-widget.sidebar-banner-widget .widget-content {
    padding: 18px;
  }

  .immersive-site-shell .contact-info-wrapper {
    margin-right: 0;
  }

  .immersive-site-shell .comments-area .comments-list .comment {
    gap: 18px;
    flex-direction: column;
  }

  .immersive-site-shell .comments-area .comments-list .comment .comment-avatar {
    width: 76px;
    height: 76px;
  }
}

/* Unified Rounded Card System */
.immersive-site-shell {
  --natural-card-radius: 30px;
  --natural-card-radius-sm: 22px;
  --site-card-radius: var(--natural-card-radius);
  --site-card-inner-radius: 24px;
}

.immersive-site-shell .liquid-glass-card,
.immersive-site-shell .agenko-page-banner .page-content ul.breadcrumb-link,
.immersive-site-shell .agenko-card-item.style-one,
.immersive-site-shell .agenko-card-item.style-two,
.immersive-site-shell .agenko-iconic-box.style-two,
.immersive-site-shell .agenko-iconic-box.style-four,
.immersive-site-shell .agenko-iconic-box.style-five,
.immersive-site-shell .agenko-iconic-box.style-six,
.immersive-site-shell .agenko-iconic-box.style-seven,
.immersive-site-shell .agenko-pricing-item.style-one,
.immersive-site-shell .agenko-pricing-item.style-two,
.immersive-site-shell .agenko-pricing-item.style-three,
.immersive-site-shell .agenko-project-item.style-two,
.immersive-site-shell .agenko-blog-item.style-one,
.immersive-site-shell .agenko-blog-item.style-two,
.immersive-site-shell .agenko-blog-item.style-three .post-content-wrap,
.immersive-site-shell .agenko-award-box.style-one,
.immersive-site-shell .agenko-client-item.style-one,
.immersive-site-shell .agenko-team-item.style-one .member-image,
.immersive-site-shell .agenko-team-item.style-two .member-image,
.immersive-site-shell .agenko-team-item.style-three .member-image,
.immersive-site-shell .agenko-team-item.style-four .member-image,
.immersive-site-shell .agk-content-box,
.immersive-site-shell .agk-image-box,
.immersive-site-shell .agenko-content-box,
.immersive-site-shell .testimonial-wrapper,
.immersive-site-shell .contact-info-wrapper,
.immersive-site-shell .comments-area .comments-list .comment,
.immersive-site-shell .sidebar-widget-area .sidebar-widget,
.immersive-site-shell .sidebar-panel,
.immersive-site-shell .footer-widget,
.immersive-site-shell .agenko-accordion-item,
.immersive-site-shell .blog-details-wrapper .agenko-post-item blockquote {
  border-radius: var(--site-card-radius);
}

.immersive-site-shell .agenko-project-item .thumbnail,
.immersive-site-shell .agenko-project-item .thumbnail img,
.immersive-site-shell .agenko-blog-item.style-two .post-thumbnail,
.immersive-site-shell .agenko-blog-item.style-two .post-thumbnail img,
.immersive-site-shell .agenko-blog-item.style-three .post-thumbnail img,
.immersive-site-shell .agenko-blog-item.style-four .post-thumbnail img,
.immersive-site-shell .agenko-card-item.style-two .thumbnail,
.immersive-site-shell .agenko-card-item.style-two .thumbnail img,
.immersive-site-shell .agenko-team-item .member-image img,
.immersive-site-shell .agk-image-box .agk-image,
.immersive-site-shell .agk-image-box .agk-image img,
.immersive-site-shell .about-glass-image-card .agk-image img,
.immersive-site-shell .comments-area .comments-list .comment .comment-avatar,
.immersive-site-shell .comments-area .comments-list .comment .comment-avatar img,
.immersive-site-shell .sidebar-widget-area .sidebar-widget.sidebar-post-widget .widget-content .post-thumbnail-content img,
.immersive-site-shell .blog-details-wrapper .agenko-post-item .post-thumbnail img,
.immersive-site-shell .blog-details-wrapper .agenko-post-item .block-image img,
.immersive-site-shell .agenko-map .map-box iframe {
  border-radius: var(--site-card-inner-radius);
}

.immersive-site-shell .agenko-blog-item.style-one,
.immersive-site-shell .agenko-blog-item.style-two,
.immersive-site-shell .agenko-project-item.style-two,
.immersive-site-shell .agenko-project-item .thumbnail,
.immersive-site-shell .agenko-team-item .member-image,
.immersive-site-shell .agk-image-box .agk-image,
.immersive-site-shell .sidebar-widget-area .sidebar-widget.sidebar-banner-widget {
  overflow: hidden;
}

.immersive-site-shell .agenko-project-item.style-four .thumbnail .hover-content,
.immersive-site-shell .immersive-footer-card,
.immersive-site-shell .immersive-footer-cta,
.immersive-site-shell .immersive-footer-links,
.immersive-site-shell .immersive-footer-office,
.immersive-site-shell .immersive-footer-newsletter,
.immersive-site-shell .immersive-footer-contact-chip,
.immersive-site-shell .immersive-footer-subscribe,
.immersive-site-shell .header-polished,
.immersive-site-shell .cs-header-navigation-area .cs-site-branding,
.immersive-site-shell .cs-header-navigation-area .cs-main-navigation .cs-nav-list,
.immersive-site-shell .cs-header-navigation-area .cs-main-navigation .cs-nav-list > li > a,
.immersive-site-shell .cs-header-navigation-area .header-cta-wrap {
  border-radius: var(--site-card-radius);
}

@media (max-width: 991px) {
  .immersive-site-shell {
    --site-card-radius: var(--natural-card-radius-sm);
    --site-card-inner-radius: 18px;
  }
}

.immersive-site-shell .agk-services .agenko-card-item.style-two {
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease,
    border-color 0.32s ease,
    background 0.32s ease;
}

.immersive-site-shell .agk-services .agenko-card-item.style-two .card-title h2,
.immersive-site-shell .agk-services .agenko-card-item.style-two .card-title h2 a,
.immersive-site-shell .agk-services .agenko-card-item.style-two .card-title h4,
.immersive-site-shell .agk-services .agenko-card-item.style-two .content p,
.immersive-site-shell .agk-services .agenko-card-item.style-two .thumbnail img {
  transition:
    color 0.32s ease,
    transform 0.32s ease,
    filter 0.32s ease;
}

.immersive-site-shell .agk-services .agenko-card-item.style-two:hover {
  border-color: rgba(var(--accent-color-rgb), 0.4);
  background:
    radial-gradient(420px 220px at 0% 0%, rgba(var(--accent-color-rgb), 0.2), transparent 58%),
    linear-gradient(135deg, rgba(var(--primary-color-rgb), 0.98) 0%, rgba(143, 26, 29, 0.98) 54%, rgba(var(--heading-rgb), 0.94) 100%);
  box-shadow:
    0 28px 56px rgba(20, 17, 18, 0.34),
    0 0 0 1px rgba(var(--accent-color-rgb), 0.14);
  transform: translateY(-4px);
}

.immersive-site-shell .agk-services .agenko-card-item.style-two:hover .card-title h2,
.immersive-site-shell .agk-services .agenko-card-item.style-two:hover .card-title h2 a,
.immersive-site-shell .agk-services .agenko-card-item.style-two:hover .content p {
  color: var(--white-color);
}

.immersive-site-shell .agk-services .agenko-card-item.style-two:hover .card-title h4 {
  color: var(--accent-color-soft);
}

.immersive-site-shell .agk-services .agenko-card-item.style-two:hover .thumbnail img {
  transform: scale(1.04);
  filter: saturate(1.05) contrast(1.02);
}
