:root {
    --color1: #edf366;
    --color2: #4d4c4a;
	--color1_alt: #edf366;
    --color2_alt: white;
    --colorp: #666666;
    --color_top_icons: black;
    --sitetopbar-icon-color: var(--color_top_icons);
    --sitetopbar-bg-color: var(--color2);
    --sitetopbar-text-color: var(--color_top_icons);
}


@media only screen and (max-width: 991px) {
    .main-header.style-six .menu-area .mobile-nav-toggler .icon-bar {
        background: var(--color1) !IMPORTANT;
    }
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
}

.main-header.style-six .header-lower .menu-right-content:before {
    background: none;
}


.theme-btn {
    color: #4d4c4a !important;
 }

.main-header.style-six {
    position: relative;
    background: var(--color2);
}

.main-header.style-one .header-top .top-left li a {
    color: black;
}

.main-header.style-one .header-top .top-right li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: black;
}

.sticky-header {
    background: var(--color2);
}


.sticky-header .main-menu .navigation > li > a {
    color: var(--color2_alt) !important;
}

.main-header.style-one .sticky-header .main-menu .navigation > li.current > a,
.main-header.style-one .sticky-header .main-menu .navigation > li:hover > a{
   color: var(--color1_alt) !important;
}

.main-menu .navigation > li > ul, .main-menu .navigation > li > .megamenu {
    background-color: var(--color2);
}

.mobile-menu .menu-box {
  background: var(--color2);
}

.bg-color-2 {
    background: var(--color2);
}

.service-block-three .inner-box {
    background: var(--color2);
}

.banner-section.style-two .banner-carousel .slide-item:before{
  background: -webkit-linear-gradient(0deg, #4d4c4a; 0%, rgba(0,0,0,0.10) 100%);
}

.feature-block-two .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    background: -webkit-linear-gradient(90deg, #4d4c4a 50%, rgba(4, 23, 48, 0.6) 100%);
}

.project-block-one .inner-box .lower-content p:before {
    background: var(--color1);
}

.project-block-one .inner-box .image-box img {
    height: 400px;
}

.service-block-three .inner-box:hover{
  background: #4d4c4acc;
}

.about-style-two.about-page-1 {
    background-color: var(--color2);
}

.about-style-two {
    background-color: var(--color2);
}

.main-header.style-six .header-top {
    background:  var(--color1);
}

.main-header.style-one .header-top .top-left li i {
    color: var(--sitetopbar-icon-color); /* Applies the color */
}

.main-header.style-two .header-top {
    position: relative;
    background: var(--sitetopbar-bg-color);
    padding: 11px 0px;
}

.main-header.style-one .header-top .top-left li {
    font-size: 14px;
    color: var(--sitetopbar-text-color);
    margin-right: 25px;
}

.main-header.style-six .main-menu .navigation > li > a{
  color: var(--color2_alt);
}

.main-header.style-six .main-menu .navigation > li.current > a, 
.main-header.style-six .main-menu .navigation > li:hover > a {
    color: var(--color1_alt);
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding:6px 0px;
  line-height:24px;
  font-weight:400;
  font-size:15px;
  text-transform:capitalize;
  color:var(--color2_alt);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover{
  color : var(--color1_alt);
}

.service-block-two .inner-box .icon-box {
    color: var(--color1);
}

.banner-section.style-two .banner-carousel .slide-item {
    padding: 214px 0px 142px 0px;
    border-bottom: 10px solid var(--color1);
}



.feature-style-three .feature-block:nth-child(2) .feature-block-three .inner-box .icon-box {
    color: var(--color1);
}

.feature-block-three .inner-box:hover .icon-box {
    transform: rotateY(360deg);
    color: var(--color1) !important;
}

.feature-style-three .feature-block:last-child .feature-block-three .inner-box .icon-box {
    color: var(--color1) !important;
}

h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: var(--color2);
}

.feature-block-three .inner-box .icon-box {
    color: var(--color1);
}

p {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Arimo', sans-serif;
    color: var(--colorp);
    margin: 0px;
    transition: all 500ms ease;
}

.video-section .inner-box .video-btn a {
    border: 4px solid #b88f50;
    color:  var(--color1);
}

.sec-title.style-three h5 {
    color: var(--color2);
}

.sec-title.style-three h5:before, .sec-title.style-three h5:after {
    background: var(--color2);
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 46px;
    color: var(--color1);
    font-weight: 700;
}

.theme-btn.style-three{
	background: var(--color2);
}

.theme-btn:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--color1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.service-block-three .inner-box .image-box .overlay-box-1{
	background: var(--color1);
}

.service-block-three .inner-box .image-box .overlay-box-2{
	background: var(--color2);
}

.service-block-three .inner-box:before{
	background: var(--color1);
}

.service-style-three .owl-theme .owl-dots .owl-dot.active span, .service-style-three .owl-theme .owl-dots .owl-dot span:hover {
    background: var(--color2);
}

}
.sec-title.style-three h5 {
    color: var(--color1);	
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 46px;
    color: var(--color2);
    font-weight: 700;
}



.intro-section .upper-content .single-item .inner-box:before {
    position: absolute;
    content: '';
    background: var(--color2);
    width: 1px;
    height: 245px;
    top: 50px;
    right: -15px;
}

.fun-fact {
    position: relative;
    background: var(--color1);
    padding: 28px 0px 33px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.counter-block-one .count-outer {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    color: #4d4c4a;
    font-weight: 700;
    margin-bottom: 0px;
}

.counter-block-one p {
    color: #4d4c4a;
}

.main-footer.alternet-2 .widget-section .footer-widget .widget-title h4:before {
    color: var(--color1);
}

.main-footer .widget-section .footer-widget .widget-title h4:before {
    background: var(--color1);
}

.main-footer.alternet-2 .widget-section .footer-widget .widget-title h4:before {
    background: var(--color1);
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
    margin-right: 100px;
}

.sec-title-two h2 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    color: var(--color2);
    font-weight: 700;
}

.sec-title-two h2:before {
    background: var(--color2);
}

.testimonial-style-two .testimonial-content .inner-box .author-info h5 {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #222;
    margin: 0px;
}

}
.sec-title.light h5, .sec-title.light h2 {
    color: #fff !important;
}

#content_block_five .content-box p {
    color: white;
    margin: 0px;
}

#content_block_five .content-box .info-list li h4 {
    color: #fff;
    margin-bottom: 4px;
}

#content_block_five .content-box .info-list li i {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border: 2px solid white;
    border-radius: 50%;
}

.theme-btn.style-two{
  background: var(--color2);
}

.main-footer {
    position: relative;
    background: var(--color2);
	border-top: 5px solid;
    border-color: var(--color1);
}

.service-style-three.service-page-2 .service-block-three .inner-box .lower-content .link a i {
    color: var(--color2);
}

.service-style-three.service-page-2 .service-block-three .inner-box .lower-content .link a:hover span{
  	color: var(--color2);
  	border-color:var(--color2);
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: var(--color2_alt);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: var(--color1);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: var(--color2);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color1);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--color2_alt);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.theme-btn.style-one {
    background: var(--color1);	
}


.intro-section .upper-content .single-item .inner-box .icon-box {
    position: relative;
    display: block;
    font-size: 100px;
    line-height: 100px;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 12px;
}
.intro-section .upper-content .single-item .inner-box .icon-box {
    background: red;
}

.i2d_custom_floating_button {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25D366;
            color: white;
            border-radius: 50px;
            padding: 10px 15px;
            font-size: 16px;
            display: flex;
            align-items: center;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            text-decoration: none;
            z-index: 1000;
        }

        .i2d_custom_floating_button:hover {
            background-color: #1ebe57;
        }

        .i2d_custom_floating_button img {
            margin-right: 10px;
            width: 24px;
            height: 24px;
        }
		
		
.service-block-two .inner-box .icon-box:before{
	background: var(--color1);
}		


.video-section:before {
    position: absolute;
    content: '';
    background: var(--color2);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.6;
}

.feature-block-two .inner-box .lower-content .inner:before {
    background: var(--color2);
}


.service-block-two .inner-box p {
    color: #fff;
    margin-bottom: 10px;
}

.service-block-three .inner-box .lower-content {
    position: relative;
    padding: 37px 45px 38px 45px;
    height: 300px;
    box-sizing: border-box;
    overflow: hidden;
	color:white;
}

.service-block-three .inner-box .image-box img {
    width: 100%;
    height: 200px;
}

.sec-title.style-two h5 {
    color: var(--color1);
}

.contact-information .single-item .inner-box .icon-box i{
	background: -webkit-linear-gradient(0deg, var(--color1), var(--color2) 50%);
}

.contact-information .single-item .inner-box:hover .icon-box i{
	background: -webkit-linear-gradient(0deg, var(--color2), var(--color1) 50%);
}

.contact-information .single-item .inner-box p a:hover{
 	color: var(--color1); 
}

.contact-information .single-item .inner-box p {
    line-height: 28px;
    color: #666;
    height: 50px;
}


.error-section .content-box h1 {
    color:var(--color1);
}

.error-section .content-box h2 {
    position: relative;
    display: block;
    font-size: 44px;
    line-height: 52px;
    color: var(--color2);
    font-weight: 600;
    margin-bottom: 21px;
}

.main-header.style-six .header-lower .logo-box {
    padding-top: 10px;
    margin-left: 100px;
}


.more-btn{
  position: relative;
  margin-top: 18px;
}

.more-btn a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  color: #4d4c4a;
  background: #edf366;
  padding: 12px 24px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  transition: all 500ms ease;
}

.more-btn a:hover{
  color: black;
}

.more-btn a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: -1;
}

.more-btn a:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  right: 0px;
  top: 0px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: -1;
}

.more-btn a:hover:before,
.more-btn a:hover:after{
  width: 100%;
}

.project-block-two .inner-box .image-box {
    height: 250px;
}

.video-section .inner-box h2 {
    font-size: 50px;
}

