/* ----------------------------------------------------------------
	Canvas: Construction
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #171f2f;
	--cnvs-themecolor-rgb: 241, 128, 82;

	/* --cnvs-body-font: 'mokoto', sans-serif;
	--cnvs-primary-font: 'mokoto', sans-serif; */
	--cnvs-body-font: 'Roboto', sans-serif;
	--cnvs-primary-font: 'Source Sans Pro', sans-serif;
    --cnvs-content-padding: 2rem;
    --cnvs-font-size-h4: 0.75rem;
    --cnvs-post-title-font-size: 1.25rem;

}

#header {
	background-color: #F9F9F9;
	--cnvs-primary-menu-font-size: 0.8125rem;
	--cnvs-primary-menu-submenu-font-size: .75rem;
	--cnvs-primary-menu-submenu-font-weight: 600;
	--cnvs-primary-menu-submenu-color: var(--cnvs-contrast-700);
	--cnvs-primary-menu-ls: 1px;
	--cnvs-primary-menu-tt: uppercase;
	--cnvs-primary-menu-font-weight: 700;
    --cnvs-header-height:70px;
}

#top-bar {
    --cnvs-topbar-font-transform: uppercase;
    --cnvs-topbar-font-size: 0.75rem;
    --cnvs-topbar-bg: #171f2f;
    --cnvs-topbar-font-weight: 400;
}
.color {
    color:#171f30 !important;
}

  body {
    font-family: 'Roboto', sans-serif;
  }

.header-extras li {
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #EEE;
}

.header-extras li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

.header-extras li i {
	margin-top: 0 !important;
	font-size: 36px !important;
}

.header-extras li .he-text {
	padding-left: 15px;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.header-extras li .he-text span {
	font-weight: 600;
	text-transform: none;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
}

.feature-box {
    --cnvs-featured-box-font-size: ;
    --cnvs-featured-box-font-weight: 600;
    --cnvs-featured-box-font-tt: uppercase;
}

#header-wrap {
    /* --cnvs-header-bg: #171f2f;  */
    color: #171f2f;
}

.carousel-widget {
	--cnvs-owl-nav-bg: #FFF;
}

.device-md .primary-menu i.icon-angle-down,
.device-sm .primary-menu i.icon-angle-down,
.device-xs .primary-menu i.icon-angle-down { display: none !important; }

.slider-caption {
	max-width: 450px;
}

.slider-caption > div {
	background-color: rgba(255,255,255,0.9);
	border-radius: 2px;
	padding: 40px;
}

.slider-caption h2 {
	font-size: 300%;
	margin-bottom: 20px;
}

.slider-caption p {
	margin-bottom: 0;
	font-size: 130%;
}

.dark .slider-caption { background-color: rgba(0,0,0,0.75) }

.testi-meta span { color: rgba(255,255,255,0.65); }

.iconlist.iconlist-large { font-size: 17px !important; }

.iconlist.iconlist-large li { margin: 8px 0 !important; }

.iconlist.iconlist-large li i { top: 0; }

.testi-content p {
	font-style: normal;
	font-family: var(--cnvs-primary-font) !important;
	font-weight: 300;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.6 !important;
	margin-bottom: 40px;
}

.footer-big-contacts {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-big-contacts span {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #888;
	letter-spacing: 2px;
}

.dark .footer-big-contacts { color: rgba(255,255,255,0.8); }


.team-title span {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	margin-top: 2px;
}

.small-thumbs .entry-title h2 a {
	text-transform: none;
	letter-spacing: 0;
	font-size: 22px;
	line-height: 25px;
	font-weight: 600;
	-webkit-transition: color .6s ease;
	-o-transition: color .6s ease;
	transition: color .6s ease;
}

/* ----------------------------------------------------------------------------
	Services Grid
---------------------------------------------------------------------------- */

.grid-border {
	overflow: inherit;
	--cnvs-grid-border-width: 1px;
	--cnvs-grid-border-color: var(--cnvs-contrast-200);
	--cnvs-grid-border-opacity: 1;
}

.grid-border [class^=col-] {
	margin: calc(-1 * var(--cnvs-grid-border-width)) 0 0 calc(-1 * var(--cnvs-grid-border-width));
	padding: 30px;
	border: var(--cnvs-grid-border-width) solid var(--cnvs-grid-border-color);
}

.grid-border [class^=col-]::before,
.grid-border [class^=col-]::after {
	display: none;
}

.grid-border [class^=col-]:hover {
	--cnvs-grid-border-color: var(--cnvs-themecolor);
	background-color: rgba(var(--cnvs-themecolor-rgb),0.1);
	z-index: 1;
}


/* ----------------------------------------------------------------------------
	Helper CSS Classes
---------------------------------------------------------------------------- */

.t300 { font-weight: 300 !important; }

.t400 { font-weight: 400 !important; }

.t500 { font-weight: 500 !important; }

.t600 { font-weight: 600 !important; }

.t700 { font-weight: 700 !important; }


/* ----------------------------------------------------------------
	CSS Specific to the Construction Demo - RTL Support
-----------------------------------------------------------------*/

.rtl .header-extras li {
	margin-right: 30px;
	margin-left: 0;
	padding-right: 30px;
	padding-left: 0;
	border-right: 1px solid #EEE;
	border-left: 0;
}

.rtl .header-extras li:first-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}

.rtl .header-extras li .he-text {
	padding-right: 15px;
	padding-left: 0;
}

.rtl .slider-caption {
	right: -25px;
	left: auto;
}

.rtl .slider-caption.slider-caption-right {
	right: auto;
	left: -25px;
}

/* Services Grid
---------------------------------------------------------------------------- */

.rtl .grid-border [class^=col-] { margin: -1px 0 0 -1px; }

#top-social a {
    display: flex;
    width: auto;
    overflow: hidden;
    font-weight: bold;
    color: #d7fb00;
}
.top-links-item > a {
    color: #d7fb00;
}
.menu-item.current > .menu-link {
    color:#d7fb00;
}
 .menu-link {
    color:#171f2f;
}
.menu-item:hover > .menu-link {
    color: #d7fb00;
}
/* .is-expanded-menu .sticky-header #header-wrap {
    background-color: #171f2f;
} */
.font-secondary {
    font-family: var(--cnvs-secondary-font) !important;
    color: #d7fb00;
}

/* .bg-pricing{
    background-color: rgb(23 31 50) !important;
    color: #d7fb00;
} */
/* .pricing-title span {
    color: #d7fb00;
}
.pricing-title h3, .pricing-title .h3 {
    color: #d7fb00;
}
.pricing-price {
    color: #d7fb00;
} */
.i-style:hover {
    --cnvs-i-bg-color: #d7fb00 !important;
}
.cnvs-hamburger {
    background-color: #d7fb00;
}
.is-expanded-menu .full-header #logo {
    padding-right: 30px;
    border-right: none;
}
.is-expanded-menu .full-header .primary-menu .menu-container {
    border-right: none;
}
#top-bar {
    border-bottom: 2px solid #d7fb00;
}
.invalid-feedback {
    display: block;
}
.title-bottom-border h4, .title-bottom-border .h4, .title-bottom-border h5, .title-bottom-border .h5, .title-bottom-border h6, .title-bottom-border .h6 {
    border-bottom: 2px solid #fff;
}

#logo a {
    width: 201px;
    padding-right: -116%;
    height: 75px;
}



.block-card-9 .grid-inner .btn-hover {
    opacity: 0;
    display: block;
    transition: opacity .3s ease, transform .3s .1s ease;
    margin-top: 15px;
    position: absolute;
    transform: translateY(0);
}
.block-card-9 .grid-inner:hover .btn-hover {
    opacity: 1;
    transform: translateY(-5px);
}

.block-card-9 .grid-inner .grid-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.block-card-9 .grid-inner:hover .grid-image {
    -webkit-animation: kenburns 20s ease-out both;
    animation: kenburns 20s ease-out both;
}

.block-card-9 .grid-inner .grid-icon,
.block-card-9 .grid-inner .grid-content {
    transition: transform .3s ease;
}

.block-card-9 .grid-inner:hover .grid-content { transform: translateY(-45px); }
.block-card-9 .grid-inner:hover .grid-icon { transform: translateY(-5px); }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
            transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
            transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
@keyframes kenburns {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
            transform-origin: 84% 84%;
  }
  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
            transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #d7fb00;
    background-color: #171f30;
}
.container-modules-loaded h3 {
    color: #d7fb00;
}
.w15{
    width: 15%;
    margin: 5%;
}

/* .fontSub{
    font-size: 130%;
} */
/* .is-expanded-menu .sub-title .menu-container > .menu-item > .menu-link {
    --cnvs-header-height: 100px;
    --cnvs-primary-menu-padding-y: 20px;
    --cnvs-primary-menu-padding-x: 20px;
    position: relative;
    line-height: 14px;
} */

.top-links-item:hover {
    background-color: #171f2f;
}
.is-expanded-menu .sub-title .menu-container > .menu-item > .menu-link {
    --cnvs-header-height: 70px;
    font-size: 100%;
}
/* .is-expanded-menu .sub-title .menu-container > .menu-item > .menu-link {
    --cnvs-primary-menu-padding-y: 20px;
} */
.fbox-content p {
    color: #000;
}
.logo-default-footer{
    width: 70%;
}
.custom-header{
    text-align:center;
}
.button.button-border {
    --cnvs-btn-border-color: #d7fb00;
    /* border: var(--cnvs-btn-border-width) solid  #d7fb00; */
    background: transparent;
    color:  #d7fb00;
}
.stretched #whatsAppTop {
    right: 30px;
    bottom: 50px;
    /* background-color: #d7fb00; */
}
#whatsAppTop i {
    animation: pulse 1.5s infinite; /* Apply the pulse animation */
    transition: transform 0.3s ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.pr-0{
    padding-right: 0 !important;
}
.pl-0{
    padding-left: 0 !important;
}
.text-right{
    text-align: right;
}
.fs140{
    font-size: 140%;
}
.ml-30{
    margin-left: 30px;
}
.mr-30{
    margin-right: 30px;
}
.form-control::placeholder {
    color: #a4a1a1; /* Change to your desired color */
    opacity: 1; /* Adjust opacity if needed (default is 0.5) */
  }

#whatsAppTop {
    z-index: 0;
    position: fixed;
    top: auto;
    left: auto;
    width: 3rem;
    height: 3rem;
    text-align: center;

    transition: background-color 0.2s linear, opacity 0.4s ease;
}


.imgcounter{
    width: 20%;
}
.min-vh-85 {
    min-height: 85vh !important;
}
.mtp-5{
    margin-top: 5%;
}
.grid-inner-2 {
    width: 100%;
    background: linear-gradient(to bottom, #000, #171f2f); /* Charcoal gradient */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color:#fff;
}
.iconlist > li i:first-child, .iconlist > li img:first-child {
    color: #fff;
}

/* Initial state for images */
.img-slide-up-na {
    opacity: 0;
    transform: translateY(50px);  /* Start a little further below */
    transition: opacity 3s ease, transform 3s ease;  /* Make the transition slower */
}

/* When the element is in the viewport */
.fadeInLeftna.animated .img-slide-up-na,
.fadeInDownna.animated .img-slide-up-na,
.fadeInRightna.animated .img-slide-up-na {
    opacity: 1;
    transform: translateY(0);  /* Bring image to its original position */
}

/* Optional: Adjust animation delay */
.fadeInLeftna.animated[data-delay='3000'] {
    animation-delay: 0.5s;
}

.fadeInDownna.animated[data-delay='3000'] {
    animation-delay: 0.7s;
}

.fadeInRightna.animated[data-delay='3000'] {
    animation-delay: 1s;
}


.steps{
    height: 500px;
}

.steps3{
    height: 220px;
}



/* adjustments after mokoto font added  */

/* @media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1390px;
    }
} */

/* .is-expanded-menu .sub-title .menu-container > .menu-item > .menu-link span {
    font-size: 0.5rem;
}
.widget_nav_menu li, .widget_links li, .widget_meta li, .widget_archive li, .widget_recent_comments li, .widget_recent_entries li, .widget_categories li, .widget_pages li, .widget_rss li {

    font-size: 0.75rem;
}
.entry-title h2, .entry-title .h2, .entry-title h3, .entry-title .h3, .entry-title h4, .entry-title .h4 {
    font-size: 1.25rem;

}
.form-control, .form-select {
    font-family: sans-serif;
}




.fade-in-left {
    animation: fadeInLeft 1s ease-in-out;
}

@keyframes fadeInLeft {
    0% {
        transform: translateX(-50%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
} */


@media screen  and (max-width:480px){
    .mr-30{
        display: none;
    }
    .ml-30{
        display: none;
    }
    .pr-0{
        padding: 0 !important
    }
    .pl-0{
        padding: 0 !important
    }
    .min-vh-85 {
        min-height: 35vh !important;
    }
    .tc{
        text-align: center;
    }
}
