

/*
Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #fff;
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    width:100%;
    font-family: 'ralewayregular';
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;

}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

.form-control {
    display: inline-block;
    height: 38px;
    padding: 10px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.00);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.00);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-bottom: 2px solid #ddd;
}
/*.form-control:focus {
    border-color: #bcefeb;
}*/
.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}
h1,
h2,
h3 {
    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-family: 'open_sansbold';
    font-size: 5.143rem;
    line-height: 5.5rem;
    color:#fff;
    letter-spacing: .4rem;
}
h2 {
    font-family: 'source_sans_probold';
    font-size:2.571rem;
    line-height: 3rem;
    text-transform: uppercase;

}
h3 {
    font-family: 'source_sans_proregular';
    font-size:1.714rem;
    line-height: 2.5rem; 
    color:#fff;
}
h4 {
    font-family: 'open_sanssemibold';
    font-size: 1.286rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
/*h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color:#223d61;
    text-transform: uppercase;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}*/
p {
    line-height: 2rem;
    font-size: 0.875rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.textwhite {
    color: #fff;
}
.colorstext {
    color: #5e9a28;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

/*
Section
*/
.sections {
    padding-top:85px;
    padding-bottom: 105px;
    /*overflow: hidden;*/
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: 100%;
}
/*.map-overlay {
    background-color: rgba(255, 114, 0, 0.75);
    width: 100%;
    height:auto;
}
.video_overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: auto;
}*/

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    width: 10px;
    height: 10px;
    margin: 20px auto;
    background: #e74c3c;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}
.separator:after {
    position: absolute;
    left:5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content:"";
    display: inline-block;
    margin-left: 20px;
}
.separator:before {
    position: absolute;
    right: 5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content:"";
    display: inline-block;
    margin-right: 20px;
}
.separator2 {
    height: 4px;
    width:40px;
    margin: 10px 0px;
    background: #eeeeee;
    position: relative;
}

.separator3 {
    height: 2px;
    width: 40px;
    margin:20px auto;
    background: #888888;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #f38181;
}


.divider{
    height: 1px;
    background: #eee;
    width:100%;
    overflow: hidden;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.btn {
    display: inline-block;
    min-width: 150px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size:0.8125rem;
    border-radius: 0px;
    margin-top: 20px;
    transition: .5s;
    border: 1px solid #e74c3c;
    font-family: 'open_sansbold';
    padding: 0.8rem 3rem;
    transition: all 0.6s;
    border-radius: 2px;

}
.btn:hover{
    box-shadow: 0px 2px 2px 1px rgba(221, 221, 221, 0.6);
    color:#fff;
}
.btn-default{
    background: transparent;
    border:1px solid #fff;
    padding: 1.125rem 3rem;
}
.btn-default:hover{
    background: #e74c3c;
    border:1px solid #e74c3c;
}
.btn-lg{
    background: #e74c3c;
    padding: 1.125rem 3rem;
}
.btn-md{
    background: #999999;
    padding: 1rem 2rem;
    border: 1px solid transparent;
}

/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.m_t_10{
    margin-right:10px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-top-90 {
    padding-top: 6.429rem;
}
.padding-bottom-90 {
    padding-bottom: 6.429rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #ddd;
}
input::-moz-placeholder {
    color: #ddd;
}
input::-ms-input-placeholder {
    color: #ddd;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:rgba(34, 61, 97, 0.64);
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 75px;

}
.main_menu_bg{
    margin-top: 0px;
    background-color: transparent;
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
    transition: all .6s;
    margin: 15px auto;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:#e74c3c;
    background: transparent;
}
.main_menu_bg .navbar {}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: #e74c3c;
    padding-bottom: 22px;
    border-bottom: 1px solid #e74c3c;
    background: transparent;

}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #fff;
}
.navbar-brand {
    padding: 0px 15px;
}
.navbar-brand>img {
    max-width: 80%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#f5c239;

}

.dropdown-menu {
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    border: 0px solid #ccc; 
    border: 0px solid rgba(0,0,0,.15); 
    border-radius: 0px; 
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175); 
    box-shadow: 0 0px 0px 
}

.project-mega-menu {
    position: relative;
}
.project-mega-menu > a {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.project-menu-caret {
    font-size: 1rem;
    opacity: 0.8;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.project-mega-menu.open .project-menu-caret,
.project-mega-menu:hover .project-menu-caret {
    transform: rotate(180deg);
    opacity: 1;
}
.project-dropdown-menu {
    top: 100%;
    left: 0;
    right: auto;
    min-width: 300px;
    display: block;
    margin-top: 10px;
    padding: 12px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(16, 33, 56, 0.98), rgba(33, 67, 104, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 20px 42px rgba(8, 18, 34, 0.34);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateY(12px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
    overflow: hidden;
}

.project-mega-menu.open .project-dropdown-menu,
.project-mega-menu:hover .project-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.project-dropdown-menu > li + li {
    margin-top: 8px;
}
.project-dropdown-link {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    padding: 13px 10px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(26, 44, 67, 0.82), rgba(21, 36, 56, 0.78));
    border: 1px solid rgba(255,255,255,0.08);
    color: #f6f8fc !important;
    position: relative;
    min-width: 0;
    white-space: normal !important;
    transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
    overflow: hidden;
}
.project-dropdown-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(90deg, rgba(240, 91, 77, 0.16), rgba(247, 177, 103, 0.1));
    opacity: 0;
    transition: width 0.3s ease, opacity 0.2s ease;
    pointer-events: none;
    z-index: 0;
}
.project-dropdown-link:hover,
.project-dropdown-link:focus {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(31, 49, 72, 0.96), rgba(38, 60, 88, 0.94));
    border-color: rgba(255,255,255,0.12);
    box-shadow: 0 12px 22px rgba(7, 17, 31, 0.2);
    transform: translateY(-1px);
}
.project-dropdown-link:hover:before,
.project-dropdown-link:focus:before {
    opacity: 1;
    width: 100%;
}

.project-dropdown-icon {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    flex: 0 0 30px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px;
    background: linear-gradient(145deg, #f05b4d, #f7b167);
    color: #fff;
    font-size: 0.8rem;
    box-shadow: 0 6px 12px rgba(231, 76, 60, 0.14);
    position: relative;
    z-index: 1;
    transform: rotate(-6deg);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.project-dropdown-icon-completed {
    background: linear-gradient(145deg, #2e9d62, #74cf95);
    box-shadow: 0 6px 12px rgba(46, 157, 98, 0.18);
}
.project-dropdown-icon-current {
    background: linear-gradient(145deg, #f05b4d, #f7b167);
    box-shadow: 0 6px 12px rgba(231, 76, 60, 0.14);
}
.project-dropdown-icon-pipeline {
    background: linear-gradient(145deg, #4b69d6, #7f9cff);
    box-shadow: 0 6px 12px rgba(75, 105, 214, 0.18);
}
.project-dropdown-icon-reference {
    background: linear-gradient(145deg, #6e7f92, #a9b7c7);
    box-shadow: 0 6px 12px rgba(110, 127, 146, 0.18);
}
.project-dropdown-link:hover .project-dropdown-icon,
.project-dropdown-link:focus .project-dropdown-icon {
    transform: rotate(8deg) translateX(1px) scale(1.08);
    box-shadow: 0 10px 18px rgba(7, 17, 31, 0.2);
}

.project-dropdown-content {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    position: relative;
    z-index: 1;
}

.project-dropdown-link strong {
    display: block !important;
    margin: 0 !important;
    font-family: 'open_sanssemibold';
    font-size: 0.92rem;
    line-height: 1.2rem;
    color: #ffffff;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-dropdown-arrow {
    flex: 0 0 14px !important;
    margin-left: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: rgba(255, 255, 255, 0.62);
    font-size: 1rem;
    opacity: 1;
    transform: none;
    transition: opacity 0.22s ease, transform 0.22s ease, color 0.22s ease;
    position: relative;
    z-index: 1;
}
.project-dropdown-link:hover .project-dropdown-arrow,
.project-dropdown-link:focus .project-dropdown-arrow {
    color: rgba(255, 255, 255, 0.96);
    transform: translateX(2px) rotate(-8deg);
}

/*.dropdown-menu .navbar-form .form-group input[type="text"]{
    background-color:rgba(34, 61, 97, 0.68);
    border: 1px solid #e74c3c;
    color:#e74c3c;
    width: 300px;
}
.dropdown-menu .navbar-form .form-group .form-control::-webkit-input-placeholder{
    color: #e74c3c;
    opacity: 1; 
}
.dropdown-menu .navbar-form {
    margin-right: -30px;
}*/

.scrooldown{
    position: absolute;
    left: 48.5%;
    bottom: 5%;
    width: 40px;
    height: 40px;
    line-height: 48px;
    background: #f4f5f9;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
}
.scrooldown a i{
    font-size:1.5rem;
    color:#e74c3c;
}


.culmn{
    width:100%;
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    margin-bottom:90px;
}
.head_title h3{
    color:#413d4b;
}
.head_title .subtitle{
    margin-top:30px;
}
/*home section*/
.home{
    background: url(../images/homebg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-color: #0c1117;
    --home-collapse: 0;
    --home-banner-height: clamp(620px, calc(100svh - var(--home-collapse) * 40svh), 100svh);
}
.home.home_video_banner{
    background-image:
        linear-gradient(135deg, rgba(8, 16, 26, 0.78), rgba(9, 43, 66, 0.42)),
        url(../images/homebg.jpg);
    min-height: var(--home-banner-height);
}
.home.home_video_banner:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: clamp(90px, 14vw, 160px);
    z-index: 1;
    pointer-events: none;
    opacity: calc(1 - var(--home-collapse) * 0.92);
    background:
        linear-gradient(180deg, rgba(5, 12, 20, 0) 0%, rgba(5, 12, 20, 0.42) 48%, rgba(5, 12, 20, 0.88) 100%);
}
.home_video_overlay,
.home_skew_border,
.home_skew_border > .container,
.home_skew_border > .container > .row,
.home_skew_border > .container > .row > .col-sm-12{
    min-height: var(--home-banner-height);
}
.home_skew_border > .container,
.home_skew_border > .container > .row,
.home_skew_border > .container > .row > .col-sm-12{
    width: 100%;
}
.main_home_slider,
.main_home_slider .slick-list,
.main_home_slider .slick-track,
.main_home_slider .slick-slide,
.main_home_slider .slick-slide > div,
.single_home_slider{
    min-height: var(--home-banner-height);
}
.main_home_slider .slick-track:before,
.main_home_slider .slick-track:after{
    content: none;
}
.home_video_media{
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 165, 0, 0.18), transparent 42%),
        linear-gradient(120deg, rgba(0, 27, 46, 0.8), rgba(0, 0, 0, 0.12));
}
.home_video_media:after{
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(5, 18, 31, 0.56), rgba(8, 39, 63, 0.14)),
        radial-gradient(circle at center, rgba(255, 150, 45, 0.16), transparent 52%);
}
.home_video_media iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
    transform: translate(-50%, -50%) scale(calc(1.02 + (1 - var(--home-collapse)) * 0.14));
    transform-origin: center center;
    border: 0;
    pointer-events: none;
    opacity: calc(0.94 + (1 - var(--home-collapse)) * 0.06);
    filter: saturate(1.22) contrast(1.12) brightness(1.1);
}
.home_video_overlay{
    position: relative;
    z-index: 1;
    background:
        linear-gradient(120deg, rgba(3, 12, 21, calc(0.26 + var(--home-collapse) * 0.22)), rgba(3, 12, 21, 0.12)),
        linear-gradient(180deg, rgba(5, 17, 28, 0.12), rgba(5, 17, 28, calc(0.18 + var(--home-collapse) * 0.18)));
}
.home_skew_border{
    position: relative;
    min-height: var(--home-banner-height);
}
.home_skew_border:after{
    position: absolute;
    left:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: calc(14px + var(--home-collapse) * 92px) solid rgba(255, 255, 255, calc(0.08 + var(--home-collapse) * 0.92));
    border-right: 680px solid transparent;
    z-index: 2;
}
.home_skew_border:before{
    position: absolute;
    right:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: calc(14px + var(--home-collapse) * 92px) solid rgba(255, 255, 255, calc(0.08 + var(--home-collapse) * 0.92));
    border-left: 680px solid transparent;
    z-index: 2;
}
.main_home{
    padding-top: calc(6vh + (1 - var(--home-collapse)) * 20vh);
    padding-bottom: calc(5vh + (1 - var(--home-collapse)) * 18vh);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    min-height: var(--home-banner-height);
}


.main_home h1{
    color: #fff;
    margin-bottom:20px;
}
.main_home p{
    color: #fff;
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size:1.125rem;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.main_home h1,
.main_home h3{
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.34);
}
.scrooldown{
    opacity: calc(1 - var(--home-collapse) * 0.8);
    transform: translateY(calc(var(--home-collapse) * 18px));
    z-index: 10;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff;
    outline: none;
    background: #e74c3c;
}
.slick-arrow{
    background: #ddd;
    color:#000;
}
.main_home_slider{
    position: relative;
}
.main_home_slider i{
    width: 52px;
    height: 52px;
    line-height: 52px;
    color:#fff;
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.96), rgba(255, 140, 84, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
    border-radius: 50%;
    text-align: center;
}
.main_home_slider i.nextprevleft{
    color:#fff;
    position: absolute;
    z-index: 999;
    top: 50%;
    font-size:1.5rem;
    transition: all 0.6s;
    left: 24px;
    transform: translateY(-50%);
}
.main_home_slider i.nextprevright{
    color: #fff;
    position: absolute;
    z-index: 999;
    top: 50%;
    font-size:1.5rem;
    transition: all 0.6s;
    right: 24px;
    transform: translateY(-50%);
}
.main_home_slider i.nextprevleft:hover{
    color:#fff;
    background: linear-gradient(135deg, #ff6a4d, #ff9f5c);
}
.main_home_slider i.nextprevright:hover{
    color: #fff;
    background: linear-gradient(135deg, #ff6a4d, #ff9f5c);
}

/*==================================================================
            Feature section Style
====================================================================*/

.main_feature{}
.main_feature .single_feature{}
.main_feature .single_feature:hover .single_feature_icon{
    border-color:#e74c3c;
    transform: rotate(45deg);
}
.main_feature .single_feature:hover .single_feature_icon i{
    transform: rotate(-45deg);
}
.main_feature .single_feature:hover h4{
    color:#e74c3c;
}
.main_feature .single_feature .single_feature_icon{
    border:1px solid #ddd;
    width:70px;
    height: 70px;
    line-height: 70px;
    margin:20px auto;
    transition: all 0.6s;
}
.main_feature .single_feature i{
    margin-bottom:30px;
    color:#e74c3c;
    transition: all 0.6s;
}
.main_feature .single_feature h4{
    transition: all 0.6s;
}

/*==================================================================
            History section Style
====================================================================*/
.main_history{

}
.history{
    background: linear-gradient(180deg, #fffdfb 0%, #f7f1ec 100%);
}
.single_history_img.about_visual{
    position: relative;
    top: 30px;
    padding: 52px 0 62px 0;
    max-width: 100%;
    margin: 0;
}
.single_history_img.about_visual:before{
    content:"";
    position:absolute;
    top: 22px;
    right: 18px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(231,76,60,0.18) 0%, rgba(231,76,60,0) 72%);
    animation: aboutPulse 7s ease-in-out infinite;
}
.about_visual_backdrop{
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(231,76,60,0.16), rgba(43,52,69,0.08));
}
.about_visual_gallery{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 20px 0 0 0;
    z-index: 2;
}
.about_visual_card{
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 16px 40px rgba(25, 32, 56, 0.14);
    transition: transform .16s ease-out, box-shadow .16s ease-out;
    transform-origin: center center;
    z-index: 2;
}
.about_visual_card:after{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(180deg, rgba(16, 24, 40, 0.02), rgba(16, 24, 40, 0.18));
    pointer-events:none;
}
.about_visual_card:before{
    content:"";
    position:absolute;
    top:0;
    left:-140%;
    width:60%;
    height:100%;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.28), rgba(255,255,255,0));
    transform: skewX(-20deg);
    z-index: 2;
}
.about_visual_card_main{
    width: 100%;
    margin: 0;
}
.about_visual_card_secondary{
    position: relative;
    width: 100%;
    margin-bottom: 0;
    box-shadow: 0 14px 34px rgba(25, 32, 56, 0.16);
    z-index: 3;
}
.about_visual_card_secondary:after{
    background: linear-gradient(180deg, rgba(16, 24, 40, 0.03), rgba(16, 24, 40, 0.12));
}
.about_visual_card img{
    width:100%;
    height:auto;
    object-fit:contain;
    object-position:center center;
    display:block;
    transition: transform .16s ease-out;
}
.single_history_img.about_visual:hover .about_visual_card{
    transform: translateY(-4px) rotate(-1.2deg);
    box-shadow: 0 20px 46px rgba(25, 32, 56, 0.18);
}
.single_history_img.about_visual:hover .about_visual_card_secondary{
    transform: translateY(-4px) rotate(1deg);
}
.single_history_img.about_visual:hover .about_visual_card img{
    transform: scale(1.01);
}
.about_visual_badge{
    position:absolute;
    right: 18px;
    bottom: -20px;
    max-width: 290px;
    padding: 16px 18px 16px 20px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(255,255,255,0.7);
    border-left: 5px solid #e74c3c;
    border-radius: 18px 18px 18px 28px;
    box-shadow: 0 16px 36px rgba(20, 27, 45, 0.14);
    animation: aboutFloat 7s ease-in-out infinite;
    z-index: 4;
    overflow: hidden;
}
.about_visual_badge:before{
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(135deg, rgba(231,76,60,0.10), rgba(255,255,255,0));
    pointer-events:none;
}
.about_visual_badge:after{
    content:"";
    position:absolute;
    top: 14px;
    right: 14px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(231,76,60,0.18) 0%, rgba(231,76,60,0) 74%);
    pointer-events:none;
}
.about_visual_badge_title{
    position:relative;
    z-index:1;
    display:block;
    margin-bottom:6px;
    font-size:1.1rem;
    letter-spacing: .16rem;
    text-transform: uppercase;
    color:#e74c3c;
    font-family: 'source_sans_prosemibold';
}
.about_visual_badge strong{
    position:relative;
    z-index:1;
    display:block;
    color:#2f3640;
    line-height:1.45;
    font-family: 'source_sans_prosemibold';
    font-size:1.85rem;
}
.main_history .single_history_content .head_title h2{
    border-left:6px solid #e74c3c;
    padding-left: 30px;
    font-family: 'source_sans_prosemibold';
    font-size: 3.5rem;
    letter-spacing: .04rem;
    text-transform: none;
}
.single_history_content{
    padding: 28px 0 28px 24px;
}
.about_kicker{
    display:inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(231,76,60,0.10);
    color:#b33b2e;
    font-size:1.25rem;
    letter-spacing:.02rem;
    font-family: 'source_sans_prosemibold';
}
.about_lead{
    font-size:1.6rem;
    line-height:1.9;
    color:#2b3445;
    font-family: 'source_sans_proregular';
    font-weight: normal;
}
.single_history_content p{
    font-family: 'source_sans_proregular';
    font-size: 1.5rem;
    line-height: 1.8;
    color: #5b6472;
}
.about_feature_list{
    margin: 28px 0 20px 0;
}
.about_feature_item{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:14px;
    color:#4a5568;
    font-size:1.35rem;
    line-height:1.6;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(231,76,60,0.10);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    font-family: 'source_sans_prosemibold';
}
.about_feature_item i{
    margin-top:4px;
    color:#e74c3c;
    font-size:1.7rem;
}
.about_feature_item:hover{
    transform: translateX(6px);
    border-color: rgba(231,76,60,0.24);
    box-shadow: 0 16px 30px rgba(34, 41, 57, 0.08);
}
.about_highlights{
    display:flex;
    gap:18px;
    margin-top: 10px;
}
.about_highlight_box{
    flex:1;
    padding:20px 22px;
    border-radius:20px;
    background: linear-gradient(180deg, #ffffff 0%, #fff7f4 100%);
    box-shadow: 0 14px 32px rgba(34, 41, 57, 0.08);
    border: 1px solid rgba(231,76,60,0.08);
    transition: transform .35s ease, box-shadow .35s ease;
}
.about_highlight_box strong{
    display:block;
    margin-bottom:8px;
    color:#2f3640;
    font-size:1.75rem;
    font-family: 'source_sans_prosemibold';
    letter-spacing: .01rem;
}
.about_highlight_box span{
    display:block;
    color:#6b7280;
    line-height:1.7;
    font-family: 'source_sans_proregular';
    font-size: 1.4rem;
}
.about_highlight_box:hover{
    transform: translateY(-6px);
    box-shadow: 0 20px 38px rgba(34, 41, 57, 0.11);
}

@keyframes aboutFloat{
    0%, 100%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-8px);
    }
}

@keyframes aboutPulse{
    0%, 100%{
        transform: scale(1);
        opacity: .9;
    }
    50%{
        transform: scale(1.08);
        opacity: .55;
    }
}

@keyframes aboutShine{
    0%, 100%{
        left:-140%;
    }
    45%{
        left: 155%;
    }
}


/*==================================================================
            service section Style
====================================================================*/
.main_service .head_title{
    padding: 100px 0px 40px 0px;
    margin-bottom: 0px;
}
.main_service .head_title h2{
    margin-right: 12%;
    border-right: 6px solid #e74c3c;
    color:#fff;
    padding-right: 5%;
}
.main_service .single_service_img {
    position: relative;
    height: 676px;
}
.main_service .single_service_img img {
    width: 100%;
    height: 100%;
}

.main_service .single_service.single_service_text {
    margin-right:0px;
    background: #202020;
}
.main_service .single_service.single_service_text .single_service_icon i{
    background: #f4f5f9;
    width:70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color:#e74c3c;
    position: relative;
    z-index: 9;
    border:5px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    font-size: 1.875rem;
}

.main_service .single_service.single_service_text .single_service_right_text {
    width: 96%;
}
.main_service .single_service.single_service_text .single_service_right_text h4{
    color:#e74c3c;
}
.main_service .single_service.single_service_text .single_service_right_text p{
    color:#999999;
    font-family: 'source_sans_proregular';
}
/*======================================================================
                    portfolio section css
========================================================================*/
.btn-md:active, .btn-md.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
button.btn-md:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline:none;
    color:#e74c3c;
}
button.btn-md {
    text-align: center;
    color: #444;
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.8125rem;
    border-radius: 0px;
    margin-top: 0px;
    background-color: transparent;
    transition: .5s;
    border: 0px solid #e74c3c;
    font-family: 'montserratregular';
}
button.btn-md:hover {
    background-color: transparent;
    color: #e74c3c;
    text-decoration: none;
    border: 0px solid #f4720a;
}
.portfolio .toolbar{
    margin-bottom:50px;
}
#portfoliowork {  
    margin: 1rem 0;
    -webkit-column-count: 4; 
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0rem;
    -moz-column-gap: 0rem;
    column-gap: 0rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    display: none;

}
.scale-anm {
    margin: 0px;
    width: 100%;
    /*margin-bottom: -6px;*/
}


.tile img {
    height: auto;
    display: inline-block; 
    width: 100%;
}

.single_portfolio{
    position: relative;

}
.single_portfolio:hover .grid_item_overlay{
    opacity: 1;
}

.grid_item_overlay{
    position: absolute;
    left:10%;
    top:10%;
    width:80%;
    height: 80%;
    background: rgba(231,76,60,0.6);
    color:#fff;
    padding: 20px;
    opacity: 0;
    transition: 0.6s;
    padding-top:35%;
    z-index: 99;
}
.g_overlay_1{
    padding-top:16%;
}
.g_overlay_2{
    padding-top: 85%;
}

.grid_item_overlay a i{
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #fff;
    color:#fff;
    display: inline-block;
    background: transparent;
}
.grid_item_overlay a:hover i{
    color:#e74c3c;
    background: #fff;
}

/*========================================================================
                    Study Section Css
==========================================================================*/
.study{
    background: linear-gradient(180deg, #f7f8fb 0%, #eef2f7 100%);
}
.main_study_area{
    overflow: hidden;
}
.slick-active{
    outline: none;
}
.study_showcase{
    margin-top: 20px;
}
.study_showcase .row{
    display: flex;
    align-items: center;
}
.study_intro_card{
    background: #fff;
    border-radius: 28px;
    padding: 42px 38px;
    box-shadow: 0 24px 60px rgba(31, 44, 61, 0.08);
    max-width: 1180px;
}
.study_kicker{
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(231, 76, 60, 0.12);
    color: #bf3f31;
    font-family: 'open_sanssemibold';
    font-size: 1rem;
    letter-spacing: 0.03rem;
}
.study_intro_card h3{
    color: #213046;
    font-family: 'source_sans_probold';
    font-size: 2.5rem;
    line-height: 3.4rem;
    margin-bottom: 18px;
}
.study_intro_card p{
    color: #657284;
    font-size: 1rem;
    line-height: 2rem;
}
.study_metrics{
    display: flex;
    gap: 18px;
    margin-top: 30px;
}
.study_metric_box{
    flex: 1;
    background: #f7f9fc;
    border: 1px solid #e4ebf3;
    border-radius: 20px;
    padding: 22px 20px;
}
.study_metric_box strong{
    display: block;
    margin-bottom: 10px;
    color: #223146;
    font-family: 'open_sanssemibold';
    font-size: 1.2rem;
}
.study_metric_box span{
    display: block;
    color: #708095;
    line-height: 1.8rem;
}
.study_service_grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}
.study_service_item{
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e4ebf3;
    border-radius: 22px;
    padding: 24px 22px;
    box-shadow: 0 18px 40px rgba(31, 44, 61, 0.05);
    min-height: 168px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.study_service_icon{
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #e74c3c 0%, #ff8b63 100%);
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-size: 2rem;
    box-shadow: 0 12px 24px rgba(231, 76, 60, 0.24);
}
.study_service_icon i{
    line-height: 56px;
}
.study_service_item:hover{
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(31, 44, 61, 0.1);
    border-color: #d6e0eb;
}
.study_service_item:hover .study_service_icon{
    transform: scale(1.05);
    box-shadow: 0 16px 28px rgba(231, 76, 60, 0.32);
}
.study_service_text h4{
    color: #223146;
    margin-bottom: 8px;
}
.study_service_text p{
    color: #708095;
    line-height: 1.8rem;
}
.study_gallery{
    position: relative;
    padding: 16px 0 16px 28px;
}
.study_gallery:before{
    content: '';
    position: absolute;
    top: 36px;
    left: 0;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(231, 76, 60, 0.22) 0%, rgba(231, 76, 60, 0) 72%);
    z-index: 0;
}
.study_gallery_lead,
.study_gallery_small{
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 16px 36px rgba(31, 44, 61, 0.12);
    background: #dfe5ec;
    transition: transform 0.16s ease-out, box-shadow 0.16s ease-out;
    opacity: 0;
    transform: translateY(34px) scale(0.94);
    animation: studyCardReveal 0.85s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.study_gallery_lead img,
.study_gallery_small img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.16s ease-out;
}
.study_gallery_lead{
    height: 385px;
    margin-bottom: 18px;
    animation-delay: 0.08s;
}
.study_gallery_stack{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.study_gallery_small{
    height: 185px;
}
.study_gallery_stack .study_gallery_small:nth-child(3),
.study_gallery_stack .study_gallery_small:nth-child(4){
    height: 160px;
}
.study_gallery_stack .study_gallery_small:nth-child(1){
    animation-delay: 0.18s;
}
.study_gallery_stack .study_gallery_small:nth-child(2){
    animation-delay: 0.28s;
}
.study_gallery_stack .study_gallery_small:nth-child(3){
    animation-delay: 0.38s;
}
.study_gallery_stack .study_gallery_small:nth-child(4){
    animation-delay: 0.48s;
}
.study_gallery_badge{
    position: absolute;
    left: 24px;
    bottom: 24px;
    background: rgba(22, 32, 44, 0.78);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    padding: 16px 18px;
    max-width: 280px;
}
.study_gallery_badge span{
    display: block;
    font-size: 0.95rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 6px;
}
.study_gallery_badge strong{
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 1.25rem;
    line-height: 1.8rem;
}
.study_gallery_lead:hover img,
.study_gallery_small:hover img{
    transform: scale(1.04);
}
.study_gallery_lead:hover,
.study_gallery_small:hover{
    transform: translateY(-6px);
    box-shadow: 0 22px 46px rgba(31, 44, 61, 0.16);
}
.study_gallery_lead:after,
.study_gallery_small:after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 30, 42, 0) 20%, rgba(20, 30, 42, 0.18) 100%);
    opacity: 0;
    transition: opacity 0.16s ease-out;
    pointer-events: none;
}
.study_gallery_lead:hover:after,
.study_gallery_small:hover:after{
    opacity: 1;
}
.study_gallery_lead:before,
.study_gallery_small:before{
    content: '';
    position: absolute;
    top: -20%;
    left: -160%;
    width: 70%;
    height: 140%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.22) 48%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(12deg);
    opacity: 0;
    z-index: 2;
    pointer-events: none;
}
.study_gallery_lead:hover:before,
.study_gallery_small:hover:before{
    opacity: 0;
    animation: none;
}
@keyframes studyCardReveal{
    0%{
        opacity: 0;
        transform: translateY(34px) scale(0.94);
    }
    65%{
        opacity: 1;
    }
    100%{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
@keyframes studyShine{
    0%{
        left: -160%;
    }
    100%{
        left: 140%;
    }
}


/*=====================================================================
                    counter section css
=======================================================================*/
.counter{
    background: url(../images/counterbg.jpg) no-repeat top center;
    background-size: cover;
}
.counter .main_counter_area{
    padding:80px 20px;
}

.main_counter_area .single_counter h2{
    color:#fff;
    font-size:2.8125rem;
}
.main_counter_area .single_counter i{
    color: #fff;
    font-size: 1.875rem;
    display: inline-block;
    border: 1px solid #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 30px;
    margin-top: 20px;
}
.main_counter_area .single_counter h4{
    color:#fff;
    font-size:0.8125rem;
    text-transform: lowercase;
}

/* Pricing2 Section */

.pricing{
    background: linear-gradient(180deg, #fffdfb 0%, #f5f7fb 100%);
}
.main_pricing_area{
    overflow: hidden;
}

.single_pricing{
    position: relative;
    text-align: center;
    margin-top: 20px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(31, 44, 61, 0.08);
    box-shadow: 0 18px 44px rgba(31, 44, 61, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.single_pricing:hover{
    transform: translateY(-8px);
    box-shadow: 0 28px 54px rgba(31, 44, 61, 0.14);
    border-color: rgba(231, 76, 60, 0.18);
}
.pricing_business .pricing_head{
    background: linear-gradient(145deg, #e74c3c 0%, #c0392b 100%);
}
.pricing_business .pricing_head .p_r{
    color:#e74c3c;
}
.pricing_business .pricing_head h3{
    color:#fff;
}
.pricing_business .btn-md{
    background: #e74c3c;
}

.pricing_head{
    padding: 34px 28px 120px 28px;
    background: linear-gradient(145deg, #253247 0%, #3f4f67 100%);
    position: relative;
    min-height: 270px;  
}
.pricing_kicker{
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.82);
    font-size: 0.85rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}
.pricing_badge{
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.18);
    color: #fff;
    font-family: 'open_sanssemibold';
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    z-index: 2;
}
.pricing_business .pricing_head{
    padding-top: 54px;
    min-height: 286px;
}
.pricing_head h3{
    text-transform:uppercase;
    color:#fff;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 12px;
}
.pricing_head p{
    color: rgba(255,255,255,0.82);
    max-width: 290px;
    margin: 0 auto;
    line-height: 1.9rem;
}
.pricing_head .pricing_price{
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -60px;
    width: 170px;
    height: 170px;
    transform: translateX(-50%);
    margin:0 auto;
    padding: 42px 18px 24px;
    border-radius: 50%;
    box-shadow: 0 18px 38px rgba(25, 32, 56, 0.12);
    border: 8px solid rgba(244,245,249,0.9);
}
.pricing_head .pricing_price .p_r{
    font-family: 'source_sans_probold';
    font-size: 2.45rem;
    color: #253247;
    line-height: 1;
}
.pricing_head .pricing_price .m_t{
    font-family: 'source_sans_proregular';
    font-size: 0.85rem;
    color: #79808b;
    margin-top: 10px;
    line-height: 1.3rem;
    text-transform:none;
}
.pricing_body{
    background: rgba(255,255,255,0.88);
    padding: 92px 28px 34px;
}
.single_pricing ul{
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}
.single_pricing ul li{
    position: relative;
    line-height: 1.8rem;
    min-height: 56px;
    font-size: 1rem;
    font-family: 'open_sanssemibold';
    color: #344154;
    margin-bottom: 10px;
    padding: 14px 16px 14px 44px;
    border-radius: 16px;
    background: #f7f8fb;
    text-align: left;
}
.single_pricing ul li:before{
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 16px;
    top: 16px;
    color: #e74c3c;
    font-size: 0.95rem;
}
.single_pricing a{
    margin-top: 8px;
}
.pricing_note{
    min-height: 74px;
    margin: 6px 0 24px;
    color: #6b7480;
    line-height: 1.9rem;
}
.pricing_footer_note{
    margin-top: 28px;
    color: #6b7480;
    line-height: 1.9rem;
}
.single_pricing .btn-md{
    min-width: 210px;
    border-radius: 999px;
    padding: 14px 24px;
    font-family: 'open_sanssemibold';
    letter-spacing: 0.04rem;
}
.pricing_business{
    transform: translateY(-12px);
}
.pricing_business:hover{
    transform: translateY(-18px);
}
@media only screen and (max-width: 991px) {
    .pricing_business{
        transform: none;
    }

    .pricing_business:hover{
        transform: translateY(-8px);
    }
}
@media only screen and (max-width: 767px) {
    .pricing_head{
        min-height: 250px;
        padding: 30px 22px 115px 22px;
    }

    .pricing_business .pricing_head{
        padding-top: 60px;
        min-height: 272px;
    }

    .pricing_head .pricing_price{
        width: 156px;
        height: 156px;
        bottom: -54px;
        padding-top: 38px;
    }

    .pricing_body{
        padding: 86px 22px 28px;
    }

    .single_pricing .btn-md{
        width: 100%;
        min-width: 0;
    }
}



/*video section css*/

/*.video{
    background: url(../images/videobg.jpg) no-repeat top center;
    background-size:cover;
}
.video .main_video{
    padding: 220px 0px 160px 0px;
    overflow: hidden;
}
.video .icon{}
.video .icon h3{
    color:#fff;
    margin-top:30px;
    margin-bottom: 0px;
}*/


/*about section css*/





/* Team section css */
.main_team_area{
    background: url(../images/teambg.jpg) no-repeat scroll top center;
    background-size: cover;
    position: relative;
    height: 650px;
}
.main_team_area:before{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    bottom:0;
    content:"";
    background: url(../images/teambg2.png) no-repeat bottom center;  
}
.main_team ul li{
    text-align: center;

}
.main_team ul li:nth-child(1){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:1%;
    top:96%;
}
.main_team ul li:nth-child(2){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:19%;
    top:85%;
}
.main_team ul li:nth-child(3){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:37%;
    top:87%;
}
.main_team ul li:nth-child(4){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:55%;
    top:97%;
}
.main_team ul li:nth-child(5){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:73%;
    top:94%;
}
.main_team ul li .single_team_img img{
    width:60px;
    height: 60px;
    margin:20px auto;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px rgba(231, 76, 60, 0.65);
}

li:hover .single_team_img img{
    transform: scale(1.03);
}
li:hover .single_team_text{
    opacity: 1;
}
li .single_team_text{
    padding: 10px 20px;
    width:100%;
    opacity:0;
    transition: opacity 0.25s ease;
    text-align: center;
    display: block;
    height: 80px;
}
li .single_team_text h4{
    margin-bottom: .0rem;
    display: inline-block;
    text-transform:none ;
    color:#e74c3c;
}
li .single_team_text p{
    color:#fff;
}




/* Carousel */
.testimonial{
    background: url(../images/testbg.jpg) no-repeat center center;
    background-size: cover;
}
.main_testimonial {
    color:#fff;
}
.main_testimonial .single_testimonial i{
    color:#fff;
    margin-bottom:30px;
    font-size:2rem;
    padding: 2px;
}
.main_testimonial .single_testimonial p{
    color:#fff;
    letter-spacing: .03rem;
}
.main_testimonial .single_testimonial .single_test_author{
    margin-bottom:40px;
    display: inline-block;
}
.main_testimonial .single_testimonial .single_test_author h4{
    color:#fff;
    margin-bottom:0px;
    font-size:1rem;
}
.main_testimonial .single_testimonial .single_test_author h4 span{
    font-family: 'ralewayregular'; 
}
.main_testimonial .single_testimonial .single_test_author p{
    color:#fff;
}

.main_testimonial .owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
}

/*====================================================================
                        clogo section css
======================================================================*/
.clogo{
    background:
        radial-gradient(circle at top left, rgba(231,76,60,0.10) 0%, rgba(231,76,60,0) 32%),
        linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}
.main_clogo{
    overflow: hidden;
}
.reference_intro{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 38px;
    text-align: left;
}
.reference_intro_text{
    max-width: 620px;
}
.reference_kicker{
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(231, 76, 60, 0.12);
    color: #c94a3b;
    font-size: 0.82rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}
.reference_intro_text h3{
    color: #223042;
    font-family: 'source_sans_probold';
    font-size: 2.35rem;
    line-height: 2.8rem;
    margin-bottom: 12px;
}
.reference_intro_text p{
    color: #67707b;
    font-size: 1rem;
    line-height: 1.9rem;
}
.reference_metrics{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.reference_metric_box{
    min-width: 130px;
    padding: 18px 18px 16px;
    border-radius: 20px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(31, 44, 61, 0.08);
    box-shadow: 0 14px 32px rgba(31, 44, 61, 0.07);
}
.reference_metric_box strong{
    display: block;
    color: #1f2c3d;
    font-family: 'source_sans_probold';
    font-size: 2rem;
    line-height: 1.9rem;
    margin-bottom: 8px;
}
.reference_metric_box span{
    display: block;
    color: #6f7782;
    line-height: 1.5rem;
}
.reference_slider{
    margin: 0 -14px;
    padding: 74px 0 18px;
}
.reference_slide{
    padding: 12px 14px 18px;
}
.reference_card{
    display: block;
    min-height: 100%;
    padding: 28px 24px 26px;
    border-radius: 28px;
    text-align: left;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(31, 44, 61, 0.08);
    box-shadow: 0 20px 46px rgba(31, 44, 61, 0.08);
    transition: transform 0.16s ease-out, box-shadow 0.16s ease-out, border-color 0.16s ease-out;
}
.reference_card:hover{
    transform: translateY(-8px);
    box-shadow: 0 28px 56px rgba(31, 44, 61, 0.14);
    border-color: rgba(231,76,60,0.18);
}
.reference_logo_wrap{
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 20px;
    background: linear-gradient(145deg, #f8fafc 0%, #eef2f6 100%);
    border: 1px solid rgba(31, 44, 61, 0.05);
}
.reference_logo_wrap img{
    max-height: 42px;
    width: auto;
}
.reference_tag{
    display: inline-block;
    margin-bottom: 12px;
    color: #e74c3c;
    font-family: 'open_sanssemibold';
    font-size: 0.82rem;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}
.reference_card h4{
    color: #223042;
    margin-bottom: 10px;
    font-size: 1.35rem;
    text-transform: none;
}
.reference_card p{
    color: #67707b;
    line-height: 1.9rem;
    margin-bottom: 0;
}
.reference_slider .slick-track{
    display: flex !important;
}
.reference_slider .slick-slide{
    height: inherit !important;
}
.reference_slider .slick-slide > div{
    height: 100%;
}
.reference_slider .slick-dots{
    bottom: -18px;
}
.reference_slider .slick-dots li button:before{
    font-size: 11px;
    color: rgba(34, 48, 66, 0.28);
    opacity: 1;
}
.reference_slider .slick-dots li.slick-active button:before{
    color: #e74c3c;
}
.reference_slider .slick-arrow{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    color: #223042;
    box-shadow: 0 14px 26px rgba(31, 44, 61, 0.12);
    z-index: 3;
}
.reference_slider .slick-prev,
.reference_slider .slick-next{
    top: 22px;
}
.reference_slider .slick-prev{
    left: 50%;
    right: auto;
    margin-left: -56px;
}
.reference_slider .slick-next{
    left: 50%;
    right: auto;
    margin-left: 8px;
}
.reference_slider .slick-prev:before,
.reference_slider .slick-next:before{
    font-family: 'FontAwesome';
    color: #223042;
    font-size: 18px;
}
.reference_slider .slick-prev:before{
    content: "\f104";
}
.reference_slider .slick-next:before{
    content: "\f105";
}
.reference_slider .slick-prev:hover,
.reference_slider .slick-prev.is-active,
.reference_slider .slick-next:hover{
    background: #e74c3c;
}
.reference_slider .slick-prev:hover:before,
.reference_slider .slick-prev.is-active:before,
.reference_slider .slick-next:hover:before{
    color: #fff;
}
.reference_slider .slick-next.is-active{
    background: #e74c3c;
}
.reference_slider .slick-next.is-active:before{
    color: #fff;
}
.reference_slider .slick-prev:focus,
.reference_slider .slick-next:focus{
    background: #fff;
    outline: none;
}
.reference_slider .slick-prev:focus:before,
.reference_slider .slick-next:focus:before{
    color: #223042;
}
@media only screen and (max-width: 991px) {
    .reference_intro{
        flex-direction: column;
        align-items: flex-start;
    }

    .reference_metrics{
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 767px) {
    .reference_intro{
        margin-bottom: 28px;
    }

    .reference_intro_text h3{
        font-size: 1.85rem;
        line-height: 2.25rem;
    }

    .reference_metric_box{
        min-width: calc(50% - 8px);
    }

    .reference_slider{
        margin: 0 -8px;
        padding-top: 70px;
    }

    .reference_slide{
        padding: 10px 8px 14px;
    }

    .reference_slider .slick-prev,
    .reference_slider .slick-next{
        top: 18px;
        bottom: auto;
    }

    .reference_slider .slick-prev{
        left: 50%;
        right: auto;
        margin-left: -52px;
    }

    .reference_slider .slick-next{
        left: 50%;
        right: auto;
        margin-left: 4px;
    }
}


/*=================================================================
                            Blog Section
===================================================================*/
.blog{
    background: #f4f5f9;
}


.main_blog_content .single_blog_area .single_blog_text{
    background: #e74e3e;
    padding: 70px 30px 70px 50px;
    position: relative;
}
.main_blog_content .single_blog_area .single_blog_text.s_b_left:after{
    position: absolute;
    left:-8%;
    top:45%;
    content:"";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #e74e3e;;
    border-bottom: 30px solid transparent;
}
.main_blog_content .single_blog_area .single_blog_text.s_b_right:after{
    position: absolute;
    right: -8%;
    top:45%;
    content:"";
    z-index: 9;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid #e74e3e;;
    border-bottom: 30px solid transparent;
}
.main_blog_content .single_blog_area .single_blog_text a.read_more{
    color:#fff;
}
.main_blog_content .single_blog_area .single_blog_img{
    width:100%;
    height: 417px;
    display: inline-block;
}
.main_blog_content .single_blog_area .single_blog_img img{
    width:100%;
    height: 100%;
}
/*contact section css*/
.contact{
    background:
        radial-gradient(circle at top right, rgba(231,76,60,0.10) 0%, rgba(231,76,60,0) 34%),
        linear-gradient(180deg, #f7f9fc 0%, #eef2f7 100%);
}
.contact_contant{
    position: relative;
}
.contact_info_content{
    padding: 34px 34px 30px;
    background: rgba(255,255,255,0.94);
    overflow: hidden;
    border: 1px solid rgba(31, 44, 61, 0.08);
    border-radius: 30px;
    box-shadow: 0 22px 52px rgba(31, 44, 61, 0.08);
}
.contact_info_content > .col-sm-12{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
}
.contact_info_content h3{
    color:#e74e3e;
    font-family: 'source_sans_prosemibold';
    margin-bottom: 8px;
}
.contact_info_content h4{
    font-family: 'open_sansregular';
}
.contact_info_content h4{
    margin:0;
    padding: 0;
}
.single_contant_left{
    padding: 34px 34px 32px;
    background: rgba(255,255,255,0.96);
    overflow: hidden;
    border: 1px solid rgba(31, 44, 61, 0.08);
    border-radius: 30px;
    box-shadow: 0 22px 52px rgba(31, 44, 61, 0.08);
}
.single_contact_info{
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
    padding: 20px 22px;
    overflow: hidden;
    border-radius: 22px;
    background: #f8fafd;
    border: 1px solid rgba(31, 44, 61, 0.06);
}
.contact_info_intro,
.contact_form_intro{
    margin-bottom: 24px;
}
.contact_kicker{
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(231,76,60,0.10);
    color: #cf4c3d;
    font-size: 0.82rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
}
.contact_info_intro h3,
.contact_form_intro h3{
    color: #223042;
    font-family: 'source_sans_probold';
    font-size: 2.2rem;
    line-height: 2.7rem;
    margin-bottom: 10px;
}
.contact_info_intro p,
.contact_form_intro p{
    color: #69727d;
    line-height: 1.9rem;
    margin-bottom: 0;
}
.contact_icon{
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #e74c3c 0%, #cf4a3a 100%);
    color: #fff;
    font-size: 1.25rem;
    box-shadow: 0 12px 22px rgba(231,76,60,0.22);
}
.single_info_text{
    flex: 1 1 auto;
    text-align: left;
}
.single_info_text h3{
    margin-bottom: 8px;
    font-size: 1rem;
    letter-spacing: 0.05rem;
}
.single_info_text h4{
    color: #4c5561;
    line-height: 1.85rem;
}
.single_info_text h4 + h4{
    margin-top: 4px;
}
.single_info_text h4 a{
    color: inherit;
}
.single_info_text h4 a:hover{
    color: #e74c3c;
}
.contact_quick_notes{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 8px;
}
.contact_quick_note{
    padding: 18px 20px;
    border-radius: 20px;
    background: linear-gradient(145deg, #253247 0%, #33445c 100%);
    text-align: left;
    box-shadow: 0 18px 34px rgba(31, 44, 61, 0.14);
}
.contact_quick_note strong{
    display: block;
    color: #fff;
    font-family: 'open_sanssemibold';
    margin-bottom: 6px;
}
.contact_quick_note span{
    display: block;
    color: rgba(255,255,255,0.72);
    line-height: 1.7rem;
}
.contact_form_fields{
    max-width: 100%;
}
.contact_form_fields .row{
    margin-left: -8px;
    margin-right: -8px;
}
.contact_form_fields .col-sm-12{
    padding-left: 8px;
    padding-right: 8px;
}
.contact_form_fields .form-group{
    margin-bottom: 16px;
}
.contact .form-control{
    height: 56px;
    padding: 14px 18px;
    border-radius: 16px;
    border: 1px solid rgba(31, 44, 61, 0.10);
    border-bottom: 1px solid rgba(31, 44, 61, 0.10);
    background: #f8fafd;
    color: #223042;
    font-size: 0.98rem;
}
.contact textarea.form-control{
    height: auto;
    min-height: 180px;
    resize: vertical;
    padding-top: 16px;
}
.contact .form-control:focus{
    border-color: rgba(231,76,60,0.40);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(231,76,60,0.08);
}
.contact_form_footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 6px;
}
.contact_form_caption{
    color: #6f7782;
    line-height: 1.8rem;
    max-width: 280px;
}
.single_contant_left .btn.btn-lg{
    min-width: 210px;
    padding: 14px 24px;
    border-radius: 999px;
}

/*====================================================================
                        Trail Section 
======================================================================*/
.main_trial_area{
    background: url(../images/trailbg.jpg) no-repeat top center;
    overflow: hidden;
    background-size: cover;
    color:#fff;
}
.main_trial h2{
    text-transform: none;
    font-family: 'open_sansregular';
}
.main_trial h2 span{
    font-family: 'open_sansbold';
}
.main_trial h4{
    font-family: 'open_sansregular';
    text-transform: none;
}


/*=================================================================
                        footer section
===================================================================*/
.footer{
    background:
        radial-gradient(circle at top left, rgba(231,76,60,0.16) 0%, rgba(231,76,60,0) 26%),
        linear-gradient(180deg, #101722 0%, #0b1018 100%);
}
.main_footer{
    overflow: hidden;
    padding: 42px 0 18px;
}
.footer_brand{
    text-align: left;
}
.footer_logo{
    display: inline-flex;
    margin-bottom: 18px;
}
.footer_logo img{
    max-height: 52px;
    width: auto;
}
.footer_brand p{
    color: rgba(255,255,255,0.72);
    line-height: 1.9rem;
    max-width: 330px;
    margin-bottom: 22px;
}
.main_footer .flowus{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.main_footer .flowus a{
    display: inline-flex;
}
.main_footer .flowus a[aria-label="Facebook"] i{
    color: #1877f2;
}
.main_footer .flowus a[aria-label="Instagram"] i{
    color: #e4405f;
}
.main_footer .flowus a[aria-label="LinkedIn"] i{
    color: #0a66c2;
}
.main_footer .flowus a[aria-label="YouTube"] i{
    color: #ff0000;
}
.main_footer .flowus a i{
    font-size:0.95rem;
    border-radius: 50%;
    width:38px;
    height:38px;
    text-align: center;
    line-height: 38px;
    background: rgba(255,255,255,0.10);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.main_footer .flowus a i:hover{
    color:#fff;
    background:#e74c3c;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(231,76,60,0.22);
}
.footer_links,
.footer_contact_box{
    text-align: left;
}
.footer_links h4,
.footer_contact_intro h4{
    color: #fff;
    margin-bottom: 18px;
    font-size: 1.25rem;
    text-transform: none;
}
.footer_links ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.footer_links li{
    margin-bottom: 0;
}
.footer_links a{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    color: rgba(255,255,255,0.78);
    line-height: 1.7rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.06);
}
.footer_links a:hover{
    color: #fff;
    background: rgba(231,76,60,0.16);
    border-color: rgba(231,76,60,0.24);
    transform: translateX(4px);
}
.footer_links a i{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 0.95rem;
}
.footer_links a span{
    display: inline-block;
}
.footer_contact_box{
    padding: 26px 26px 22px;
    border-radius: 26px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 40px rgba(0,0,0,0.16);
}
.footer_contact_intro p{
    color: rgba(255,255,255,0.68);
    line-height: 1.8rem;
    margin-bottom: 20px;
}
.footer_contact_list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.footer_contact_item{
    padding: 16px 16px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    text-align: left;
}
.footer_contact_item span{
    display: block;
    color: rgba(255,255,255,0.54);
    font-size: 0.82rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.footer_contact_item a,
.footer_contact_item p{
    color: #fff;
    line-height: 1.8rem;
    margin: 0;
}
.footer_contact_item a:hover{
    color: #ffb4aa;
}
.footer_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.footer_bottom_text p{
    color: rgba(255,255,255,0.62);
    line-height: 1.8rem;
    margin: 0;
}

.copyright_text{
    text-align: right;
}
.copyright_text p{
    color: rgba(255,255,255,0.62);
    line-height: 1.8rem;
    max-width: 100%;
    padding-top: 0;
    margin: 0;
}
.copyright_text p i{
    padding:0px 10px;
    color:#ff0000;
}
.copyright_text p a{
    padding-left: 8px;
    color:#fff;
}



/* scrollup */

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #e74c3c;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}

@media (prefers-reduced-motion: reduce) {
    .single_history_img.about_visual:before,
    .about_visual_badge,
    .study_gallery_lead,
    .study_gallery_small {
        animation: none !important;
    }

    .about_visual_card,
    .about_visual_card img,
    .study_gallery_lead,
    .study_gallery_small,
    .study_gallery_lead img,
    .study_gallery_small img,
    li .single_team_text,
    li .single_team_img img {
        transition: none !important;
        transform: none !important;
    }
}

.project-archive-page {
    background:
        radial-gradient(circle at top right, rgba(231, 76, 60, 0.12), transparent 28%),
        linear-gradient(180deg, #f4f7fb 0%, #eef3f9 100%);
}
.project-archive-page .main_menu_bg {
    background: linear-gradient(120deg, rgba(20, 34, 54, 0.96), rgba(38, 62, 93, 0.92));
}
.completed-projects-page .main_menu_bg {
    background: linear-gradient(120deg, rgba(20, 48, 38, 0.97), rgba(46, 98, 74, 0.93));
}
.current-projects-page .main_menu_bg {
    background: linear-gradient(120deg, rgba(74, 34, 22, 0.97), rgba(143, 79, 40, 0.93));
}
.pipeline-projects-page .main_menu_bg {
    background: linear-gradient(120deg, rgba(24, 35, 78, 0.97), rgba(56, 79, 162, 0.93));
}
.project-archive-page .main_menu_bg .navbar-default {
    background-color: transparent;
    margin: 0 auto;
    padding: 14px 0 10px;
}
.project-detail-open {
    overflow: hidden;
}
.project-archive-main {
    padding-top: 58px;
    background: linear-gradient(180deg, rgba(20, 34, 54, 0.96) 0, rgba(38, 62, 93, 0.93) 340px, transparent 340px);
}
.project-archive-hero {
    position: relative;
    padding: 118px 0 90px;
    overflow: hidden;
}
.project-archive-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(185% 170px at 50% 0, rgba(68, 104, 146, 0.96) 0%, rgba(50, 79, 114, 0.94) 28%, rgba(31, 50, 76, 0.96) 60%, rgba(20, 34, 54, 0.97) 100%),
        linear-gradient(180deg, rgba(20, 34, 54, 0.96) 0, rgba(30, 50, 75, 0.94) 58%, rgba(38, 62, 93, 0.9) 100%);
}
.completed-projects-page .project-archive-main {
    background: linear-gradient(180deg, rgba(20, 48, 38, 0.97) 0, rgba(31, 72, 54, 0.95) 340px, transparent 340px);
}
.completed-projects-page .project-archive-hero:before {
    background:
        radial-gradient(185% 170px at 50% 0, rgba(88, 168, 122, 0.96) 0%, rgba(58, 126, 88, 0.95) 28%, rgba(31, 72, 54, 0.97) 60%, rgba(20, 48, 38, 0.98) 100%),
        linear-gradient(180deg, rgba(20, 48, 38, 0.98) 0, rgba(31, 72, 54, 0.95) 58%, rgba(52, 102, 78, 0.9) 100%);
}
.current-projects-page .project-archive-main {
    background: linear-gradient(180deg, rgba(74, 34, 22, 0.97) 0, rgba(124, 63, 34, 0.95) 340px, transparent 340px);
}
.current-projects-page .project-archive-hero:before {
    background:
        radial-gradient(185% 170px at 50% 0, rgba(246, 175, 88, 0.96) 0%, rgba(198, 108, 53, 0.95) 28%, rgba(124, 63, 34, 0.97) 60%, rgba(74, 34, 22, 0.98) 100%),
        linear-gradient(180deg, rgba(74, 34, 22, 0.98) 0, rgba(124, 63, 34, 0.95) 58%, rgba(162, 88, 44, 0.9) 100%);
}
.pipeline-projects-page .project-archive-main {
    background: linear-gradient(180deg, rgba(24, 35, 78, 0.97) 0, rgba(42, 61, 126, 0.95) 340px, transparent 340px);
}
.pipeline-projects-page .project-archive-hero:before {
    background:
        radial-gradient(185% 170px at 50% 0, rgba(126, 154, 255, 0.96) 0%, rgba(77, 104, 207, 0.95) 28%, rgba(42, 61, 126, 0.97) 60%, rgba(24, 35, 78, 0.98) 100%),
        linear-gradient(180deg, rgba(24, 35, 78, 0.98) 0, rgba(42, 61, 126, 0.95) 58%, rgba(67, 89, 178, 0.9) 100%);
}
.project-archive-hero .container {
    position: relative;
    z-index: 1;
}
.project-archive-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 34px;
    align-items: center;
}
.project-archive-kicker {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    letter-spacing: 0.16rem;
    text-transform: uppercase;
    font-size: 0.72rem;
    margin-bottom: 18px;
}
.project-archive-copy h1 {
    font-size: 4.1rem;
    line-height: 4.5rem;
    letter-spacing: 0.18rem;
    margin-bottom: 18px;
}
.project-archive-title {
    display: flex;
    align-items: center;
    gap: 18px;
}
.project-archive-title-icon {
    width: 62px;
    height: 62px;
    min-width: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #ffffff;
    font-size: 1.7rem;
    box-shadow: 0 18px 36px rgba(9, 21, 38, 0.16);
}
.project-archive-title-icon-completed {
    background: linear-gradient(145deg, #2e9d62, #74cf95);
}
.project-archive-title-icon-current {
    background: linear-gradient(145deg, #f05b4d, #f7b167);
}
.project-archive-title-icon-pipeline {
    background: linear-gradient(145deg, #4b69d6, #7f9cff);
}
.project-archive-copy p {
    max-width: 640px;
    color: #ffffff;
    font-size: 1rem;
}
.project-archive-copy h1,
.project-archive-title span {
    color: #ffffff;
}
.project-archive-actions {
    display: flex;
    gap: 14px;
    margin-top: 28px;
    flex-wrap: wrap;
}
.project-archive-highlight-card {
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 60px rgba(7, 17, 31, 0.22);
    color: #fff;
}
.project-archive-highlight-card span {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 218, 184, 0.92);
    text-transform: uppercase;
    letter-spacing: 0.18rem;
    font-size: 0.7rem;
}
.project-archive-highlight-card strong {
    display: block;
    font-family: 'open_sanssemibold';
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 12px;
}
.project-archive-highlight-card p {
    color: rgba(236, 242, 250, 0.84);
}
.project-archive-section {
    padding: 78px 0 110px;
}
.project-archive-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
}
.project-archive-section-head h2 {
    margin-top: 10px;
}
.project-archive-section-head p {
    max-width: 520px;
    color: #526273;
}
.project-archive-section .project-archive-kicker {
    background: rgba(34, 61, 97, 0.08);
    color: #c95549;
    border: 1px solid rgba(201, 85, 73, 0.12);
}
.project-archive-section-head h2 {
    color: #223d61;
}
.project-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.project-card {
    min-width: 0;
}
.project-card-button {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
    background: #fff;
    border: 1px solid rgba(21, 39, 62, 0.08);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(12, 27, 46, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.project-card-button:hover,
.project-card-button:focus {
    transform: translateY(-6px);
    box-shadow: 0 28px 62px rgba(12, 27, 46, 0.14);
    border-color: rgba(231, 76, 60, 0.16);
}
.project-card-media {
    position: relative;
    height: 250px;
    overflow: hidden;
}
.project-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.project-card-button:hover .project-card-media img,
.project-card-button:focus .project-card-media img {
    transform: scale(1.06);
}
.project-card-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(18, 31, 50, 0.78);
    color: #fff;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}
.project-card-body {
    padding: 24px 24px 22px;
}
.project-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    color: #6a7788;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}
.project-card-body h3 {
    font-family: 'open_sanssemibold';
    font-size: 1.55rem;
    line-height: 2rem;
    color: #223d61;
    margin-bottom: 12px;
}
.project-card-body p {
    color: #5f6d7d;
    min-height: 56px;
}
.project-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(34, 61, 97, 0.08);
    color: #6a7788;
}
.project-card-footer strong {
    color: #e74c3c;
    font-family: 'open_sanssemibold';
}
.project-card-footer span {
    color: #657588;
}
.project-detail-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}
.project-detail-modal.is-open {
    display: block;
}
.project-detail-overlay {
    position: absolute;
    inset: 0;
    background: rgba(8, 16, 29, 0.68);
    backdrop-filter: blur(6px);
}
.project-detail-dialog {
    position: relative;
    z-index: 1;
    width: min(1080px, calc(100% - 32px));
    margin: 56px auto;
    max-height: calc(100vh - 112px);
    overflow: auto;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 34px 100px rgba(7, 17, 31, 0.28);
}
.project-detail-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(17, 32, 51, 0.08);
    color: #223d61;
    z-index: 2;
}
.project-detail-shell {
    padding: 34px;
}
.project-detail-layout {
    display: block;
}
.project-detail-hero-media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 420px;
    padding: 18px;
    border-radius: 24px;
    background: #f7f9fc;
    border: 1px solid rgba(34, 61, 97, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}
.project-detail-hero-media img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 18px;
}
.project-detail-head h2 {
    margin: 10px 0 14px;
}
.project-detail-head p {
    color: #5f6d7d;
}
.project-detail-head h2,
.project-detail-column h4,
.project-detail-column li,
.project-detail-info-card strong,
.project-detail-close {
    color: #223d61;
}
.project-detail-main {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 22px;
}
.project-detail-kicker {
    display: inline-flex;
    color: #e74c3c;
    font-size: 0.78rem;
    letter-spacing: 0.16rem;
    text-transform: uppercase;
}
.project-detail-grid {
    display: none;
}
.project-detail-info-card,
.project-detail-column {
    padding: 18px;
    border-radius: 20px;
    background: #f6f8fb;
    border: 1px solid rgba(34, 61, 97, 0.08);
}
.project-detail-info-card span,
.project-detail-column h4 {
    display: block;
    margin-bottom: 8px;
    color: #6a7788;
}
.project-detail-column ul,
.project-detail-column li {
    color: #5f6d7d;
}
.project-detail-info-card strong {
    color: #223d61;
    font-family: 'open_sanssemibold';
}
.project-detail-columns {
    display: none;
}
.project-detail-column ul {
    margin: 0;
    padding-left: 18px;
}
.project-detail-column li + li {
    margin-top: 8px;
}
.project-detail-gallery {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 0;
    order: 1;
}
.project-detail-head {
    order: 2;
    margin-top: 24px;
    padding: 28px 30px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(34, 61, 97, 0.08);
    box-shadow: 0 16px 36px rgba(18, 38, 63, 0.08);
}
.project-detail-gallery img {
    width: 100%;
    height: 88px;
    object-fit: contain;
    border-radius: 14px;
}
.project-detail-gallery-thumbs {
    width: 100%;
}
.project-detail-thumb {
    flex: 1 1 0;
    min-width: 0;
    padding: 0;
    border: 0;
    background: #f7f9fc;
    border: 1px solid rgba(34, 61, 97, 0.08);
    border-radius: 16px;
    overflow: hidden;
    opacity: 0.7;
    transform: scale(0.96);
    transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
.project-detail-thumb img {
    width: 100%;
    height: 72px;
    object-fit: contain;
    border-radius: 12px;
}
.project-detail-thumb:hover,
.project-detail-thumb:focus,
.project-detail-thumb.is-active {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 12px 24px rgba(12, 27, 46, 0.12);
}
.project-detail-head p + p {
    margin-top: 14px;
}

.theme-toggle-item {
    margin-left: 8px;
}
.theme-toggle-btn {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-family: 'open_sanssemibold';
    font-size: 0.78rem;
    letter-spacing: 0.03rem;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}
.theme-toggle-btn:hover,
.theme-toggle-btn:focus {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.32);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(8, 18, 34, 0.18);
}
.theme-toggle-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.95rem;
}

body[data-theme] {
    transition: background 0.3s ease, color 0.3s ease;
}
body[data-theme="light"] {
    --theme-page-bg: #f4f7fb;
    --theme-text: #576678;
    --theme-heading: #1d3148;
    --theme-muted: #6d7d8f;
    --theme-section-bg: linear-gradient(180deg, #ffffff 0%, #edf3f8 100%);
    --theme-card-bg: rgba(255, 255, 255, 0.94);
    --theme-card-alt: rgba(245, 249, 253, 0.96);
    --theme-border: rgba(34, 61, 97, 0.12);
    --theme-nav-bg: rgba(247, 250, 253, 0.9);
    --theme-nav-link: #223d61;
    --theme-nav-shadow: 0 14px 34px rgba(31, 44, 61, 0.08);
    --theme-dropdown-panel: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 245, 251, 0.96));
    --theme-dropdown-item-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 252, 0.92));
    --theme-dropdown-text: #223d61;
    --theme-footer-bg: linear-gradient(180deg, #e9f0f7 0%, #dbe6f0 100%);
    --theme-footer-text: #203247;
    --theme-footer-muted: #5f7083;
    --theme-home-title: #13263b;
    --theme-home-copy: #223d61;
    --theme-home-after: linear-gradient(180deg, rgba(243, 247, 252, 0.08) 0%, rgba(243, 247, 252, 0.36) 48%, rgba(232, 239, 247, 0.92) 100%);
    --theme-home-media: radial-gradient(circle at 20% 20%, rgba(255, 165, 0, 0.12), transparent 42%), linear-gradient(120deg, rgba(235, 242, 248, 0.62), rgba(255, 255, 255, 0.14));
    --theme-home-media-after: linear-gradient(135deg, rgba(255, 255, 255, 0.46), rgba(205, 220, 234, 0.08)), radial-gradient(circle at center, rgba(255, 150, 45, 0.12), transparent 52%);
    --theme-home-overlay: linear-gradient(120deg, rgba(244, 248, 252, 0.56), rgba(255, 255, 255, 0.18)), linear-gradient(180deg, rgba(248, 251, 255, 0.08), rgba(248, 251, 255, 0.34));
    --theme-home-banner: linear-gradient(135deg, rgba(246, 249, 252, 0.72), rgba(224, 235, 246, 0.36)), url(../images/homebg.jpg);
    --theme-home-button-border: #223d61;
    --theme-home-button-text: #223d61;
}
body[data-theme="dark"] {
    --theme-page-bg: #0d141d;
    --theme-text: #b8c4d1;
    --theme-heading: #edf4ff;
    --theme-muted: #8da0b3;
    --theme-section-bg: linear-gradient(180deg, #121a24 0%, #0d141d 100%);
    --theme-card-bg: rgba(19, 29, 41, 0.92);
    --theme-card-alt: rgba(14, 24, 35, 0.94);
    --theme-border: rgba(141, 160, 179, 0.16);
    --theme-nav-bg: rgba(11, 17, 24, 0.88);
    --theme-nav-link: #edf4ff;
    --theme-nav-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
    --theme-dropdown-panel: linear-gradient(145deg, rgba(16, 33, 56, 0.98), rgba(33, 67, 104, 0.96));
    --theme-dropdown-item-bg: linear-gradient(135deg, rgba(26, 44, 67, 0.82), rgba(21, 36, 56, 0.78));
    --theme-dropdown-text: #f6f8fc;
    --theme-footer-bg: linear-gradient(180deg, #101722 0%, #0b1018 100%);
    --theme-footer-text: #ffffff;
    --theme-footer-muted: rgba(255, 255, 255, 0.72);
    --theme-home-title: #ffffff;
    --theme-home-copy: #ffffff;
    --theme-home-after: linear-gradient(180deg, rgba(5, 12, 20, 0) 0%, rgba(5, 12, 20, 0.42) 48%, rgba(5, 12, 20, 0.88) 100%);
    --theme-home-media: radial-gradient(circle at 20% 20%, rgba(255, 165, 0, 0.18), transparent 42%), linear-gradient(120deg, rgba(0, 27, 46, 0.8), rgba(0, 0, 0, 0.12));
    --theme-home-media-after: linear-gradient(135deg, rgba(5, 18, 31, 0.56), rgba(8, 39, 63, 0.14)), radial-gradient(circle at center, rgba(255, 150, 45, 0.16), transparent 52%);
    --theme-home-overlay: linear-gradient(120deg, rgba(3, 12, 21, calc(0.26 + var(--home-collapse) * 0.22)), rgba(3, 12, 21, 0.12)), linear-gradient(180deg, rgba(5, 17, 28, 0.12), rgba(5, 17, 28, calc(0.18 + var(--home-collapse) * 0.18)));
    --theme-home-banner: linear-gradient(135deg, rgba(8, 16, 26, 0.78), rgba(9, 43, 66, 0.42)), url(../images/homebg.jpg);
    --theme-home-button-border: #ffffff;
    --theme-home-button-text: #ffffff;
}
body[data-theme] {
    background: var(--theme-page-bg);
    color: var(--theme-text);
}
body[data-theme] .main_menu_bg {
    background: var(--theme-nav-bg);
    box-shadow: var(--theme-nav-shadow);
    backdrop-filter: blur(14px);
}
body[data-theme] .main_menu_bg .navbar-default {
    margin: 0 auto;
    padding: 14px 0 10px;
}
body[data-theme] .main_menu_bg .navbar-nav>li>a {
    color: var(--theme-nav-link);
}
body[data-theme="light"] .navbar-default .navbar-toggle .icon-bar {
    background-color: #223d61;
}
body[data-theme="light"] .theme-toggle-btn {
    background: rgba(34, 61, 97, 0.08);
    border-color: rgba(34, 61, 97, 0.14);
    color: #223d61;
}
body[data-theme="light"] .theme-toggle-btn:hover,
body[data-theme="light"] .theme-toggle-btn:focus {
    background: rgba(34, 61, 97, 0.14);
    border-color: rgba(34, 61, 97, 0.2);
    color: #223d61;
}
body[data-theme="light"] .theme-toggle-icon {
    background: rgba(34, 61, 97, 0.1);
}
body[data-theme] .project-dropdown-menu {
    background: var(--theme-dropdown-panel);
}
body[data-theme] .project-dropdown-link {
    background: var(--theme-dropdown-item-bg);
}
body[data-theme] .project-dropdown-link strong {
    color: var(--theme-dropdown-text);
}
body[data-theme="light"] .project-dropdown-arrow {
    color: rgba(34, 61, 97, 0.56);
}
body[data-theme="light"] .project-dropdown-link:hover,
body[data-theme="light"] .project-dropdown-link:focus {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(232, 240, 248, 0.96));
    border-color: rgba(34, 61, 97, 0.12);
}
body[data-theme="light"] .project-dropdown-link:hover .project-dropdown-arrow,
body[data-theme="light"] .project-dropdown-link:focus .project-dropdown-arrow {
    color: #223d61;
}
body[data-theme] .home.home_video_banner {
    background-image: var(--theme-home-banner);
}
body[data-theme] .home.home_video_banner:after {
    background: var(--theme-home-after);
}
body[data-theme] .home_video_media {
    background: var(--theme-home-media);
}
body[data-theme] .home_video_media:after {
    background: var(--theme-home-media-after);
}
body[data-theme] .home_video_overlay {
    background: var(--theme-home-overlay);
}
body[data-theme] .main_home h1,
body[data-theme] .main_home h3,
body[data-theme] .main_home p {
    color: var(--theme-home-copy);
}
body[data-theme] .main_home h1 {
    color: var(--theme-home-title);
}
body[data-theme="light"] .main_home h1,
body[data-theme="light"] .main_home h3 {
    text-shadow: 0 10px 24px rgba(255, 255, 255, 0.28);
}
body[data-theme="light"] .home .btn-default {
    border-color: var(--theme-home-button-border);
    color: var(--theme-home-button-text);
}
body[data-theme="light"] .main_home_slider i {
    border-color: rgba(34, 61, 97, 0.16);
    box-shadow: 0 14px 30px rgba(34, 61, 97, 0.12);
}
body[data-theme] .history,
body[data-theme] .study,
body[data-theme] .pricing,
body[data-theme] .clogo,
body[data-theme] .contact {
    background: var(--theme-section-bg) !important;
}
body[data-theme="dark"] .study:before,
body[data-theme="dark"] .history:before,
body[data-theme="dark"] .pricing:before,
body[data-theme="dark"] .clogo:before,
body[data-theme="dark"] .contact:before {
    opacity: 0.6;
}
body[data-theme] .study_intro_card,
body[data-theme] .study_metric_box,
body[data-theme] .study_service_item,
body[data-theme] .pricing_body,
body[data-theme] .reference_card,
body[data-theme] .contact_info_content,
body[data-theme] .single_contant_left,
body[data-theme] .footer_contact_box,
body[data-theme] .footer_links a,
body[data-theme] .footer_contact_item {
    background: var(--theme-card-bg);
    border-color: var(--theme-border);
}
body[data-theme="dark"] .pricing_head .pricing_price,
body[data-theme="dark"] .study_gallery_badge,
body[data-theme="dark"] .contact_quick_note {
    background: var(--theme-card-alt);
}
body[data-theme="light"] .contact_quick_note {
    background: linear-gradient(145deg, #253247 0%, #33445c 100%);
}
body[data-theme] h2,
body[data-theme] h3,
body[data-theme] h4,
body[data-theme] .head_title h2,
body[data-theme] .study_intro_card h3,
body[data-theme] .study_metric_box strong,
body[data-theme] .study_service_text h4,
body[data-theme] .reference_intro_text h3,
body[data-theme] .reference_card h4,
body[data-theme] .contact_info_intro h3,
body[data-theme] .contact_form_intro h3,
body[data-theme] .single_info_text h3,
body[data-theme] .pricing_head .pricing_price .p_r,
body[data-theme] .footer_links h4,
body[data-theme] .footer_contact_intro h4 {
    color: var(--theme-heading);
}
body[data-theme] p,
body[data-theme] .head_title .subtitle,
body[data-theme] .study_intro_card p,
body[data-theme] .study_metric_box span,
body[data-theme] .study_service_text p,
body[data-theme] .pricing_note,
body[data-theme] .pricing_footer_note,
body[data-theme] .reference_card p,
body[data-theme] .contact_info_intro p,
body[data-theme] .contact_form_intro p,
body[data-theme] .contact_form_caption,
body[data-theme] .single_info_text h4,
body[data-theme] .single_info_text h4 a {
    color: var(--theme-text);
}
body[data-theme] .pricing_head p,
body[data-theme] .pricing_head h3,
body[data-theme] .pricing_kicker,
body[data-theme] .pricing_badge {
    color: #ffffff;
}
body[data-theme] .contact .form-control {
    background: var(--theme-card-alt);
    color: var(--theme-heading);
    border-color: var(--theme-border);
}
body[data-theme] .contact .form-control::placeholder {
    color: var(--theme-muted);
}
body[data-theme="dark"] .contact .form-control:focus {
    background: rgba(12, 20, 29, 0.96);
}
body[data-theme] .footer {
    background: var(--theme-footer-bg);
}
body[data-theme="light"] .footer_brand p,
body[data-theme="light"] .footer_contact_intro p,
body[data-theme="light"] .footer_bottom_text p,
body[data-theme="light"] .copyright_text p,
body[data-theme="light"] .footer_links a,
body[data-theme="light"] .footer_contact_item span,
body[data-theme="light"] .footer_contact_item a,
body[data-theme="light"] .footer_contact_item p {
    color: var(--theme-footer-muted);
}
body[data-theme="light"] .footer_links h4,
body[data-theme="light"] .footer_contact_intro h4,
body[data-theme="light"] .footer_brand p strong,
body[data-theme="light"] .footer_contact_item a,
body[data-theme="light"] .footer_contact_item p {
    color: var(--theme-footer-text);
}
body[data-theme="light"] .footer_links a:hover {
    color: var(--theme-footer-text);
    background: rgba(34, 61, 97, 0.08);
}
body[data-theme="light"] .footer_contact_item {
    background: rgba(255, 255, 255, 0.58);
}

@media only screen and (max-width: 991px) {
    .theme-toggle-item {
        margin-left: 0;
        padding: 8px 15px 2px;
    }
    .theme-toggle-btn {
        width: 100%;
        justify-content: center;
        margin-top: 0;
    }
}

body[data-theme="light"] {
    --theme-page-bg: #f4f7fb;
    --theme-text: #576678;
    --theme-heading: #1d3148;
    --theme-muted: #6d7d8f;
    --theme-section-bg: linear-gradient(180deg, #ffffff 0%, #edf3f8 100%);
    --theme-card-bg: rgba(255, 255, 255, 0.94);
    --theme-card-alt: rgba(245, 249, 253, 0.96);
    --theme-border: rgba(34, 61, 97, 0.12);
    --theme-nav-bg: rgba(247, 250, 253, 0.9);
    --theme-nav-link: #223d61;
    --theme-nav-shadow: 0 14px 34px rgba(31, 44, 61, 0.08);
    --theme-dropdown-panel: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 245, 251, 0.96));
    --theme-dropdown-item-bg: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 252, 0.92));
    --theme-dropdown-text: #223d61;
    --theme-footer-bg: linear-gradient(180deg, #e9f0f7 0%, #dbe6f0 100%);
    --theme-footer-text: #203247;
    --theme-footer-muted: #5f7083;
    --theme-home-title: #ffffff;
    --theme-home-copy: #ffffff;

    --theme-home-after: linear-gradient(180deg, rgba(5, 12, 20, 0) 0%, rgba(5, 12, 20, 0.42) 48%, rgba(5, 12, 20, 0.88) 100%);
    --theme-home-media: radial-gradient(circle at 20% 20%, rgba(255, 165, 0, 0.18), transparent 42%), linear-gradient(120deg, rgba(0, 27, 46, 0.8), rgba(0, 0, 0, 0.12));
    --theme-home-media-after: linear-gradient(135deg, rgba(5, 18, 31, 0.56), rgba(8, 39, 63, 0.14)), radial-gradient(circle at center, rgba(255, 150, 45, 0.16), transparent 52%);
    --theme-home-overlay: linear-gradient(120deg, rgba(3, 12, 21, calc(0.26 + var(--home-collapse) * 0.22)), rgba(3, 12, 21, 0.12)), linear-gradient(180deg, rgba(5, 17, 28, 0.12), rgba(5, 17, 28, calc(0.18 + var(--home-collapse) * 0.18)));
    --theme-home-banner: linear-gradient(135deg, rgba(8, 16, 26, 0.78), rgba(9, 43, 66, 0.42)), url(../images/homebg.jpg);

    --theme-home-button-border: #ffffff;
    --theme-home-button-text: #ffffff;
}

body[data-theme="dark"] .single_contact_info {
    background: rgba(14, 24, 35, 0.94);
    border-color: rgba(141, 160, 179, 0.16);
}

body[data-theme="dark"] .single_info_text h3 {
    color: #edf4ff;
}

body[data-theme="dark"] .single_info_text h4,
body[data-theme="dark"] .single_info_text h4 a {
    color: #b8c4d1;
}

body[data-theme="dark"] .contact_info_content h3 {
    color: #edf4ff;
}