/*==================================
* Author        : "ThemeSine"
* Template Name : Listrace  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Roboto', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Header-top
3.  Top-area
4.  Welcome-hero
5.  List-topics
6.  Works  
7.  Explore
8.  Reviews
9.  Counter
10. Blog
11. Subscribe
12. Footer
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color:#a09e9c;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #343a3f;
	font-size:16px;
	padding:0;
    font-weight: 500;
    text-transform: capitalize;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#343a3f;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
p {
	margin: 0;
	color:#767f86;
	font-size:14px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}

button {background: transparent;border: 0;font-size: 12px;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    color: #313c44;
    line-height: 1.6em;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 25px;
}
.section-header p{
    font-size:14px;
}
/* section-header */
.fix{position: relative;clear: both;}
/*=============Style css=========*/


/*-------------------------------------
        2. Header-top
--------------------------------------*/
.header-top{border-bottom:1px solid #f6f8fa;}

.header-top ul li {display: inline-block;}

.header-top-left li,.header-top-right li  {display: inline-block;}

/*.select-opt*/
.select-opt,.header-top-contact{
    padding: 10px 18px;
    border-right: 1px solid #f6f8fa;
}
.header-top-contact{
    border-right: 0;
    border-left: 1px solid #f6f8fa;
    font-size: 12px;
}
.select-opt select {
    border: none;
    cursor:pointer;
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}
.select-opt option{
    color:#a7b0ba;
    text-transform: uppercase;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
/*.select-opt*/

.header-top-right ul li a{
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}


/*-------------------------------------
        3. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color:#000;
    border-bottom: transparent;
	height: 110px;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #fff;box-shadow: 0 2px 5px rgba(0,0,0,.2); z-index: 9999;}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #1b1e20;
    font-size: 20px;
    font-weight: 700;
    text-transform:capitalize;
}
.navbar-header a.navbar-brand span{display: inline-block;color:#ff545a;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:0px 0px;  }
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color:#D6DBDF;
    font-size: 13px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav img{max-width: 80%;}
nav.navbar.bootsnav ul.nav > li > a {padding:50px 10px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color: #ff545a;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #ff545a;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:34px 10px; color: #313c44;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #ff545a;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: absolute;
    background-color: transparent;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #ff545a; float: left;}
/*.navbar-toggle */

/* Default logo (before scroll) */
nav.navbar.bootsnav .navbar-header .navbar-brand img {
    content: url("assets/images/creative-waves-logo.png");
    transition: all 0.3s ease;
}

/* Logo after scroll (sticked) */
.wrap-sticky nav.navbar.bootsnav.sticked 
.navbar-header .navbar-brand img {
    content: url("assets/images/creative-waves-logo1.png");
}

nav.navbar.bootsnav .navbar-header .navbar-brand img {
    max-height: 116px;
}

.wrap-sticky nav.navbar.bootsnav.sticked 
.navbar-header .navbar-brand img {
    max-height: 100px;
}

@media (max-width: 992px) {
  nav.navbar.bootsnav .navbar-header {
    position: relative;
  }

  nav.navbar.bootsnav .navbar-toggle {
    position: absolute;
    right: 15px;
    top: 10px;
    float: none;
    margin: 20px 0 0 0;
  }

  nav.navbar.bootsnav .navbar-brand {
    float: left;
  }
}

.welcome-hero {
    position: relative;
     min-height: 100vh;
    background: url(assets/images/welcome-hero/banner1.jpg) no-repeat;
    background-size: cover;
    background-position: right center;   /* 🔥 image on right side */
    display: flex;
    align-items: center;
}

.welcome-hero:before{
    position: absolute;
    content: " ";
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(10,15,25,0.85) 0%,
        rgba(10,15,25,0.65) 20%,
        rgba(10,15,25,0.15) 50%,
        rgba(10,15,25,0.05) 700%
    );  /* 🔥 left dark overlay, right image visible */
    z-index: 0;
}

.welcome-hero-content {
    position: relative;
    z-index: 2;
    width: 40%;
    text-align: left;
    padding: 80px 0;
}

.welcome-hero-content h1 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
	line-height: 1.6em; font-weight: 300;
}

.welcome-hero-content h2 {
    font-size: 22px;
    color: #e5e5e5;
    font-weight: 300;
    margin-bottom: 20px;
	line-height: 1.6em;
	font-weight: 300;
}

.welcome-hero-content p {
    font-size: 14px;
    color: #cfcfcf;
    max-width: 520px;
    margin-bottom: 35px;
}

.hero-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-link a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.hero-link a:hover {
   display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid #fff;
    color: #FFF;
	background: #ff545a;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.hero-link.outline {
    border-color: #ff545a;
    color: #ff545a;
}

.hero-link.outline:hover {
    background: #ff545a;
    color: #fff;
}

.hero-link .arrow {
    font-size: 16px;
}
@media (max-width: 768px) {

  .welcome-hero {
      height: auto;
      min-height: 100vh;
      background-position: center bottom;  /* 🔥 image moves to bottom */
      padding-top: 80px;
      padding-bottom: 220px;  /* space to show bg image */
  }

  .welcome-hero:before {
      background: linear-gradient(
          180deg,
          rgba(10,15,25,0.95) 0%,
          rgba(10,15,25,0.85) 40%,
          rgba(10,15,25,0.4) 70%,
          rgba(10,15,25,0.1) 100%
      );
  }

  .welcome-hero-content {
      width: 100%;
      text-align: left;
      padding: 0;
  }

  .welcome-hero-content h1 {
      font-size: 34px;
  }

  .welcome-hero-content h2 {
      font-size: 24px;
  }

  .welcome-hero-content p {
      font-size: 16px;
  }

  .hero-links {
      flex-direction: column;
      align-items: flex-start;
  }
}


/*-------------------------------------
        5. List-topuics
--------------------------------------*/
.list-topics-content {
    position: relative;
    top: -98px;
    z-index: 1;
}
.list-topics-content ul li { display: inline-block;}

.single-list-topics-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 205px;
    height: 170px;
    background:#fff;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0px 10px rgba(71,71,71,.2);
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.single-list-topics-content h2>a { margin: 13px 0;}
/*.single-list-topics-content:last-child{margin-right: 0;}*/

.single-list-topics-icon [class^="flaticon-"]:before,.single-list-topics-icon [class*=" flaticon-"]:before,.single-list-topics-icon [class^="flaticon-"]:after,.single-list-topics-icon [class*=" flaticon-"]:after {font-size: 45px;color:#343a3f;}
.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:before,.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:before,.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:after,.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:after {color:#fff;}

.single-list-topics-content:hover h2>a,.single-list-topics-content:hover p{color: #fff!important;}
.single-list-topics-content:hover{
    color: #fff;
    background:#ff545a;
    box-shadow: 0 5px 10px rgba(71,71,71,.4);
}

/*-------------------------------------
        6. Works 
--------------------------------------*/
.works{padding: 50px 0 50px 0;
}
.works-content {margin-top: 73px;}
.works h2{color: #313c44; line-height: 1.6em; margin-bottom: 30px; font-weight: 300; font-size: 25px;}
.works h5{padding-bottom: 30px; line-height: 1.5em;}
.single-how-works{
    border-radius: 3px;
    
    margin-bottom: 30px;
    
}
.back1{background-color: #424242; background-position: center;}
.back2{background-image: url(assets/img/back1.png); background-repeat: no-repeat; background-position: right bottom;}
.back3{background: #000;}
.colo12{color: #E1E1E1;}
.align1{text-align: center}

.single-how-works-icon {
    display: inline-block;
    color: #50616c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #eef2f6;
    border-radius: 50%;
}
.single-how-works h2 a {
    font-size:  18px;
    margin: 35px 0 20px;
}
.single-how-works h2 a span {text-transform:  lowercase;}
.single-how-works p {margin-bottom: 25px;text-transform: initial;}



.welcome-hero-btn.how-work-btn {
    display: inline-block;
    margin: 0;
    width: 100px;
    height: 35px;
    font-size: 12px;
    background: transparent;
    color: #767f86;
    border: 1px solid #d3d6d9;
    border-radius: 3px;
}



.works1{padding: 50px 0 50px 0;
}
.works-content1 {margin-top: 73px;}
.works1 h2{color: #313c44; line-height: 1.6em; margin-bottom: 30px; font-weight: 300; font-size: 25px;}
.works1 h5{padding-bottom: 30px; line-height: 1.5em;}
.single-how-works{
    border-radius: 3px;
    
    margin-bottom: 30px;
    
}
.works2{padding: 50px 0 50px 0;
}
.works-content2 {margin-top: 73px;}
.works2 h2{color: #313c44; line-height: 1.6em; margin-bottom: 30px; font-weight: 300; font-size: 30px;}
.works2 h5{padding-bottom: 30px; line-height: 1.5em;}
.single-how-works{
    border-radius: 3px;
    
    margin-bottom: 30px;
    
}

.single-how-works-icon {
    display: inline-block;
    color: #50616c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #eef2f6;
    border-radius: 50%;
}
.single-how-works h2 a {
    font-size:  18px;
    margin: 35px 0 20px;
}
.single-how-works h2 a span {text-transform:  lowercase;}
.single-how-works p {margin-bottom: 25px;text-transform: initial;}



.welcome-hero-btn.how-work-btn {
    display: inline-block;
    margin: 0;
    width: 100px;
    height: 35px;
    font-size: 12px;
    background: transparent;
    color: #767f86;
    border: 1px solid #d3d6d9;
    border-radius: 3px;
}

/*-------------------------------------
        7. Explore
--------------------------------------*/
.explore{
    padding:117px 0 95px;
    background: #f8fafb;
}
.explore-content{margin-top: 78px;}

.single-explore-item {
    background: #fff;
    border: 1px solid #edeff1;
    border-radius: 3px;
    margin-bottom: 25px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.single-explore-img{position:relative;overflow: hidden;}
.single-explore-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(162,172,177,.2);
}
.single-explore-img-info {
    position: absolute;
    bottom:-20px;
    left: 0;
    width: 100%;
    opacity:0;
    visibility:hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.single-explore-item:hover .single-explore-img-info{
    opacity:1;
    visibility:visible;
    bottom:0px
}
.single-explore-img-info button{
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 83px;
    height: 21px;
    line-height: 21px;
    background: #ff545a;
    border-radius: 3px;
    color: #fcfcfc;
    text-transform: capitalize;
    text-align: center;
    font-size: 12px;
}
.single-explore-image-icon-box {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right:  10px;
}
.single-explore-image-icon-box ul li {
    display:  inline-block;
    width: 30px;
    height:  28px;
    line-height:  28px;
    background: #252d32;
    text-align:  center;
    margin-left:  5px;
    color:  #cbcccd;
}
.single-explore-image-icon-box ul li:hover i{color: #267dff;}

.single-explore-txt {
    padding: 26px 25px 24px 15px;
}
.single-explore-txt.bg-theme-1 .explore-rating{background: #70a9ff;}
.single-explore-txt.bg-theme-2 .explore-rating{background: #00c61c;}
.single-explore-txt.bg-theme-3 .explore-rating{background: #ffcc5d;}
.single-explore-txt.bg-theme-4 .explore-rating{background: #bd70ff;}
.single-explore-txt.bg-theme-5 .explore-rating{background: #ff7a40;}

.explore-rating-price,.explore-rating-price a {
    font-size: 12px;
    color: #777f85;
    text-transform: capitalize;
    font-weight: 400;
    margin: 15px 0 20px;
}
.explore-rating-price a {margin:0;}
.explore-rating {
    display: inline-block;
    width: 32px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    margin-right: 10px;
}
.explore-price {color: #f63138;}
.explore-price-box {
    display: inline-block;
    padding: 0 10px;
    margin: 0 8px;
    border-left: 1px solid #dde0e4;
    border-right: 1px solid #dde0e4;
}
.explore-person {
    padding-bottom: 28px;
    border-bottom: 1px solid #e1e5eb;
}
.explore-person-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.explore-person p {font-size: 12px;}
.explore-open-close-part {
    margin-top: 20px;
}
.close-btn {
    color: #f63138;
    text-transform: capitalize;
}
.close-btn.open-btn {color: #00c437;}
.explore-map-icon{text-align: right;}
.explore-map-icon a svg {
    width: 12px;
    height: 14px;
    margin-left: 23px;
    color: #767f86;
}
.explore-map-icon a svg:hover{color: #f63138;}
.single-explore-txt.bg-theme-2 .explore-map-icon a svg:hover{color: #00c437;}
.single-explore-item:hover{box-shadow: 0 10px 20px rgba(21,19,19,.2);}

/*-------------------------------------
        8. Reviews
--------------------------------------*/
.reviews{padding:117px 0 75px;
border-bottom: thin solid #cecece;}
.reviews-content {margin-top:36px;}

/*single-testimonial-box */
.single-testimonial-box  {
    padding: 50px 30px;
    overflow-x:hidden;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-testimonial-box:hover{box-shadow:0 10px 20px rgba(21,19,19,.2);}
/*testimonial-description*/
.single-testimonial-box{
    width: 404px;
    background:#fff;
}
/* testimonial-info */
.testimonial-info {
    display: flex;
    align-items: center;
    text-transform:capitalize;
}
.testimonial-img {
    position: relative;
    top: 11px;
    margin-right: 5px;
    border-radius:50%;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.testimonial-person {
    margin-left: 0px;
    margin-top: 0px;
}
.testimonial-person h2 {
    color: #505866;
    font-size: 18px;
}
.testimonial-person h4 {
    color: #a2a5ab;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.testimonial-person-star i {
    color: #ffda2b;
    margin: 9px 4px 0 0;
}/* testimonial-info */


/* testimonial-comment */
.testimonial-comment {
    margin-top: 18px;
}
.testimonial-comment p{
    color: #8d939e;
    font-size: 14px;
    font-weight: 300;
}/* testimonial-comment */


/*.slick-slide*/
.slick-initialized .slick-slide {
    display: block;
    padding: 40px 0;
}
.slick-slide.slick-cloned {outline: 0!important;}
.slick-slide {
  margin: 0px 10px;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .5;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}
/*.slick-slide*/

/*-------------------------------------       
        9.  Counter
--------------------------------------*/
.statistics{
    position:relative;
    display: flex;
    align-items: center;
	background: #000;
    padding:100px 0 100px;
}
.statistics:before{
    position:absolute;
    content:'';
    height:100%;
    width:100%;
    top:0;
    left:0;
}
/* single-ststistics-box */
.single-ststistics-box {
    text-align: center;
    margin-bottom:30px;
	padding-left: 30px;
	padding-right: 30px;
	

}
.statistics p{color: #FFF;}
/* single-ststistics-box */
.statistics-content{
    display: flex;
    justify-content: center;
    font-size:60px;
}
.statistics-content span {
    margin-left: 5px;
}
.single-ststistics-box h3{
    font-size:25px;
	margin-bottom: 30px;
	color: #FFF;
    text-transform:capitalize;
    font-weight: 300;
	border-bottom: solid 1px #ff0008; padding-bottom: 15px;
}

/*-------------------------------------
        10. Blog
--------------------------------------*/
.blog{padding:120px 0 90px;
background-image: url(assets/img/wave.png); background-repeat: repeat-x; background-position: bottom;}
.blog-content{margin-top: 80px;}

.single-blog-item{
    margin-bottom: 30px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
	
}
.single-blog-item-txt {padding:  25px 28px 27px;}
.single-blog-item-txt h2 a {text-transform:  initial;line-height: 1.8; font-size:30px; font-weight: 300;}
.single-blog-item-txt h4 {
    font-size:  20px;
    color:  #8f949d;
    font-weight:  300;
	line-height: 1.5em;
    margin: 12px 0 20px;
}
.single-blog-item-txt h4 a {
    font-size:  14px;
    padding-right:  14px;
    border-right: 1px solid #dde0e4;
    margin-right:  15px;
    text-transform: uppercase;
}


.single-blog-item-txt li{list-style: circle; margin-left: 20px; line-height: 1.8em; font-size: 14px;}

/*-------------------------------------
        11. Subscribe
--------------------------------------*/
.subscription{
    background: #f0f0f0;
    padding:50px 0;
}
/*subscribe-title*/
 .subscribe-title {margin-bottom: 52px;}

.subscribe-title h2{
    font-size:24px;
    font-weight: 500;
}
.subscribe-title p{
    color:#7b8088;
    font-size:16px;
    font-weight: 500;
    margin-top: 28px;
}/*subscribe-title*/


/*custom-input-group*/
.subscription-input-group {
    position: relative;
    text-align: center;
    max-width: 630px;
    margin:0 auto;
}

.subscription-input-group .subscription-input-form{
    display: inline-block;
    width: 630px;
    height: 60px;
    padding-left:30px;
    font-size: 16px;
    color: #a5adb3;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #fff;
    box-shadow: 0 0px 10px rgba(21,19,19,.1);
     -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.subscription-input-group:hover .subscription-input-form{
    box-shadow: 0 5px 20px rgba(21,19,19,.4);
}
/*custom-input-group*/

/*appsLand-btn*/
.appsLand-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff545a;
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    text-transform:capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
.appsLand-btn:hover, .appsLand-btn:focus, .appsLand-btn:active {
    text-decoration: none;
    outline: none;
}
.appsLand-btn:hover {
    box-shadow:0 5px 10px rgba(71,71,71,.4);
    background: #f43032;
}
/*appsLand-btn*/

/*-------------------------------------
        12. Footer
--------------------------------------*/
.footer-menu {padding: 45px 0;}
.footer-menu .navbar-header{padding:0;}
.footer-menu .navbar-header a.navbar-brand,.footer-menu.footer-menu .navbar-header a.navbar-brand:hover,.footer-menu .navbar-header a.navbar-brand:focus{
    padding:0;
    height: 0;
}
.footer-menu ul.footer-menu-item{text-align: right;}
.footer-menu ul.footer-menu-item li{display: inline-block;}
.footer-menu ul.footer-menu-item li a {
    color: #859098;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 40px;
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.footer-menu ul.footer-menu-item li a:hover{color: #f43032;}
.hm-footer-copyright {
    padding: 40px 0;
    
}
.hm-footer-copyright p,.hm-footer-copyright p a {
    color: #a5adb3;
    font-size: 14px;
    font-weight: 400;
}
.hm-footer-copyright i {
	color: #ff0008;
	font-size: 15px;
	float: left; position: relative;
	padding-top: 5px; padding-right: 10px;
	
}

.footer-social {text-align: right;}
.footer-social .fa-phone:before {
    position: relative;
    top: 2px;
}
.footer-social a ,.footer-social span {
    display: inline-block;
    color: #afb4bf;
    font-size: 14px;
    margin-left: 15px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #eef2f6;
    text-align: center;
    border-radius: 50%;
}
.footer-social span {margin-right:15px;margin-left: 0;color: #a5adb3;}
.footer-social span:hover{color: #ff545a;}
.footer-social a:hover {background:#ff545a;color: #fff;}





.footer-social1 {text-align: left;}
.footer-social1 h4{font-weight: 300; font-size: 22px; color: #FFF; margin-bottom: 15px;}

.footer-social1 a ,.footer-social span {
    display: block;
    color: #afb4bf;
    font-size: 14px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social1 a {
    line-height: 35px;
    text-align: left;
    border-radius: 50%;
}
.footer-social1 a:hover {
    line-height: 35px;
    text-align: left;
    border-radius: 50%;
	color: #ff0008;
}
/* Parent link should be relative */
.footer-social1 a {
  position: relative;
  display: block;
  padding-right: 20px; /* space for chevron */
}
/* Parent link should be relative */
.footer-social1 a {
  position: relative;
  display: block;
  padding-left: 18px;  /* space for chevron */
  color: #afb4bf;
  font-size: 14px;
  transition: 0.3s;
}

/* Chevron BEFORE every link */
.footer-social1 a::before {
  
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 0.6;
  color: #aaa;
  transition: 0.3s;
}
.footer-social1 a::before {
  content: ">";
}

/* Hover effect */
.footer-social1 a:hover {
  color: #ff0008;
}

.footer-social1 a:hover::before {
  left: -5px;     /* small slide animation */
  opacity: 1;
  color: #ff0008;
}


/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 50px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#f43032;
	border:1px solid #ff545a;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
@media (min-width: 800px){
.padding1{padding-left: 100px; padding-right: 100px;}
	.padd1{padding-left: 50px; padding-right: 50px;}
	}
.marg{margin-bottom: 50px; color: #a09e9c;}

.padd12{padding-bottom: 30px;}
.vertical-carousel {
  height: 200px;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
  margin: auto;
  border-radius: 8px;
}

.carousel-track {
  display: flex;
  flex-direction: column;
}

.slide {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.slide1{height: 100%;}

/* Responsive */
@media (max-width: 600px) {
  .vertical-carousel,
  .slide {
    height: 160px;
  }
}




/* Overlay */




/*******************************/
/******* Experience CSS ********/
/*******************************/
.experience {
    position: relative;
    padding: 50px 0 15px 0;
}

.experience .timeline {
    position: relative;
    width: 100%;
}

.experience .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #ff0008;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}
.experience h1{
    font-size: 25px;
    font-weight: 300;  position: relative;
    padding-right: 30px;
}


.experience h3{margin: 20px 0 10px 0;
    font-size: 20px;
    font-weight: 300;
	line-height: 1.6em;
color: #767f86;}

.experience .title h1::after {
     content: "→"; 
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #ff0008;
}
.experience .col-md-3:hover .title h1::after {
    transform: translate(6px, -50%);
    transition: 0.2s ease;
}

.colo-new{color: #ff0008;}

/* Last column-ku arrow remove pannunga */
.experience .col-md-3:last-child .title h1::after {
    content: "";
}

.experience .mar{padding: 30px;}


@media (max-width: 767px) {
    .experience .title h1::after {
        display: none;
    }
}

.experience .title{height: 160px;}

.experience .timeline .timeline-item {
    position: relative;
    background: inherit;
    width: 50%;
}

.experience .timeline .timeline-item.left {
    left: 0;
    padding-right: 30px;
}

.experience .timeline .timeline-item.right {
    left: 50%;
    padding-left: 30px;
}

.experience .timeline .timeline-item::after {
    content: '';
    position: absolute;

    top: 5px;
    right: -13px;
 width: 26px;
  height: 26px;
	background: #FFF;
  border-right: 4px solid #ff0008;
  border-bottom: 4px solid #ff0008;
  transform: rotate(45deg);
	z-index: 999;
	 
}

.experience .timeline .timeline-item.right::after {
    left: -13px;
	z-index: 999;
}

.experience .timeline .timeline-item::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50px;
  right: 5px;
  z-index: 1;
}

.experience .timeline .timeline-item.right::before {
  left: 10px;
  border-color: transparent #dddddd transparent transparent;
}

.experience .timeline .timeline-date {
    position: absolute;
    width: 100%;
    top: 44px;
    font-size: 16px;
    font-weight: 600;
    color: #ff0008;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.experience .timeline .timeline-item.left .timeline-date {
    text-align: left;
    left: calc(100% + 55px);
}

.experience .timeline .timeline-item.right .timeline-date {
    text-align: right;
    right: calc(100% + 55px);
}

.experience .timeline .timeline-text {
    padding: 0px 30px 0px 30px;
    background: #ffffff;
    position: relative;
	text-align: right;

}

.experience .timeline .timeline-item.right .timeline-text {
    border-right: none;
	text-align: left;
}

.experience .timeline .timeline-text h2 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 600;
}
.experience .timeline .timeline-text h1 {
    margin: 20px 0 10px 0;
    font-size: 30px;
    font-weight: 300;
}
.experience .timeline .timeline-text h3 {
    margin: 10px 0 30px 0;
    font-size: 18px;
    font-weight: 300;
	padding-bottom: 20px;
	 background-image: url(assets/img/wave.png); background-repeat: repeat-x; background-position: bottom;
}

.experience .timeline .timeline-text h3:after {background-image: url(assets/img/wave.png) 0 0 repeat;}

.experience .timeline .timeline-text h4 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 400;
	line-height: 1.8em;
	color: rgb(0, 210, 255);
		
}

.experience .timeline .timeline-text p {
    margin: 0;
    font-size: 14px;
	line-height: 1.8em;
}

@media (max-width: 767.98px) {
    .experience .timeline::after {
        left: 8px;
    }

    .experience .timeline .timeline-item {
        width: 100%;
        padding-left: 38px;
		
    }
    
    .experience .timeline .timeline-item.left {
        padding-right: 0;
    }
    
    .experience .timeline .timeline-item.right {
        left: 0%;
        padding-left: 38px;
    }

    .experience .timeline .timeline-item.left::after, 
    .experience .timeline .timeline-item.right::after {
        left: 0;
    }
    
    .experience .timeline .timeline-item.left::before,
    .experience .timeline .timeline-item.right::before {
        left: 18px;
        border-color: transparent #dddddd transparent transparent;
    }
    
    .experience .timeline .timeline-item.left .timeline-date,
    .experience .timeline .timeline-item.right .timeline-date {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        text-align: left;
        margin-bottom: 10px;
    }
    
    .experience .timeline .timeline-item.left .timeline-text,
    .experience .timeline .timeline-item.right .timeline-text {
        border-right: none;
        border-left: 5px solid #dddddd;
    }
}


a.filled-button {
	background-color: #ff0008;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 10px;
	display: inline-block;
	transition: all 0.3s; 
}

a.filled-button:hover {
	background-color: #fff;
	color: #a4c639;
}





.contact-information {
	margin-top: 20px;
}

.contact-information .contact-item {
	padding: 10px 15px;
	
}

.contact-information .contact-item i {
	color: #ff0008;
	font-size: 30px;
	margin-bottom: 10px;
	float: left; position: relative;
	
}

.contact-information .contact-item h4 {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-right: 30px;
	position: relative; float: left;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
	position: relative; float: left;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #ff0008;
	font-size: 15px;
}





.clients-strip {
    padding: 60px 0;
    background: #f9f9f9;
}

.logo-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.logo-track {
    display: flex;
    width: max-content;
    animation: scroll 70s linear infinite;
}

.logo-item {
    flex: 0 0 auto;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.logo-item img {
    max-width: 140px;
    opacity: 0.7;
    transition: 0.3s ease;
    filter: grayscale(100%);
}

.logo-item img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


.logo-slider::before,
.logo-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
}

.logo-slider::before {
    left: 0;
    background: linear-gradient(to right, #f9f9f9 0%, transparent 100%);
}

.logo-slider::after {
    right: 0;
    background: linear-gradient(to left, #f9f9f9 0%, transparent 100%);
}
.logo-slider:hover .logo-track {
    animation-play-state: paused;
}


.modal {
    z-index: 99999 !important;
}

.modal-backdrop {
    z-index: 99998 !important;
}



.services-section {
    padding: 80px 0;
    background: #ffffff; /* whole section white */
	border-bottom: thin solid #cecece;
}

.service-card {
    perspective: 1000px;
    position: relative;
    overflow: hidden;
	background: transparent;   /* 🔥 remove black bg */
    border-radius: 12px;       /* match child radius */
   
}



.service-inner {
    position: relative;
    width: 100%;
    height: 350px;             /* content-ku adjust pannunga */
    transition: transform 0.8s ease;
    transform-style: preserve-3d;
	margin-bottom: 10px;
}

.service-card:hover .service-inner {
    transform: rotateY(180deg);
}

.service-front,
.service-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Safari/Chrome fix */
    border-radius: 12px;
    padding: 30px;
    display: flex;
    flex-direction: column;
   
}

.service-front{ justify-content: flex-start;}
.service-back{ justify-content: center;}
.service-front h3 {
    color: #FFF;
    line-height: 1.6em;
    margin-bottom: 22px;
    font-weight: 300;
    font-size: 22px;
}
.service-front {
    background: #333338;   /* MUST */
    color: #fff;
    z-index: 2;
	text-align: center;
	align-items: center; 
}

.service-back {
    background: #ffffff;   /* MUST */
    color: #111;
    transform: rotateY(180deg);
    z-index: 1;
}

.service-front h4{
	font-size: 14px; line-height: 1.6em; font-weight: 300; color: #cfcfcf;
}
.service-back ul {
	padding-bottom: 50px;
	padding-top: 20px;
	
}






.service-back li {
    margin-bottom: 8px;
	list-style: circle;
	
}
.modal-header h4{font-size: 25px; line-height: 1.6em; font-weight: 300; padding-left: 40px;}
.modal-body h5{
	font-size: 20px; line-height: 1.1em; font-weight: 300; 
}
.pad123{padding: 50px;}
.padd123a{padding-bottom: 15px;}
.pop-back{background-color:#E4E4E4;}












/* ===== General Enquiry Form ===== */
#enquiryForm {
  margin: 0 auto;
}

#enquiry .card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

#enquiry .card-sub {
  color: #9aa0aa;
  margin-bottom: 16px;
}

#enquiry .section-label {
  font-weight: 600;
  margin: 18px 0 8px;
  color: #cfd3dc;
}

#enquiry .grid-2 {
  display: grid;
  gap: 14px;
}

#enquiry .field label {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
  color: #bfc4cf;
}

#enquiry .field input,
#enquiry .field select,
#enquiry .field textarea {
  width: 100%;
  padding: 11px 12px;
  border-radius: 8px;
  border: 1.5px solid #e2e8f0;
  background: #fafafa;
  color: #e8ebf1;
  outline: none;
}

#enquiry .field textarea {
  min-height: 110px;
  resize: vertical;
}

#enquiry .field input:focus,
#enquiry .field select:focus,
#enquiry .field textarea:focus {
  border-color: #ff0008;
}

#enquiry .divider {
  border: none;
  height: 1px;
  background: #bfbfbf;
  margin: 18px 0;
}

#enquiry .btn-row {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

#enquiry .btn {
  padding: 10px 18px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
}

.general-enquiry-box .btn-primary {
  background: #ff0008;
  color: #fff;
}

.general-enquiry-box .btn-secondary {
  background: #1d2230;
  color: #cfd3dc;
}

#enquiry .form-note {
  margin-top: 10px;
  font-size: 12px;
  color: #9aa0aa;
}

#enquiry-success {
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #e7fff0;
	align-items: center; text-align: center;
  color: #0a7a3b;
}
.err-msg { 
  display: none; 
  color: crimson; 
  font-size: 13px; 
  margin-top: 4px; 
}

.success-box { 
  display: none; 
  text-align: center; 
}

.success-box.show { 
  display: block; 
}



.general-enquiry-box {
  padding: 20px;
  border-radius: 10px;
  color: #767f86;
  font-family: Arial, sans-serif;
}

.general-enquiry-box h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

.general-enquiry-box input,
.general-enquiry-box textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  margin-bottom: 10px;
  border-radius: 8px;
	height: 50px;
  outline: none;
  font-size: 14px;
	border: 1.5px solid #e2e8f0;
}

.general-enquiry-box textarea {
  min-height: 80px;
  resize: none;
}

.general-enquiry-box button {
  width: 100%;
  padding: 10px;
  background: #ff0008;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}
.success-box.show {
  display: flex !important;
}

.general-enquiry-box button:hover {
  background: #cc0006;
}

#generalResponse {
  margin-top: 10px;
  font-size: 14px;
}
.success-msg {
  color: #00ff88;
}
.error-msg {
  color: #ff4d4d;
}
  /* Divider */
  .divider {
    border-bottom: 1px solid #c9c9c9;
 padding-bottom: 30px; margin-top: 20px;
  }
.pad12{padding-top: 30px;} 
.pad12a{padding-top: 20px; padding-bottom: 20px;background: #111;        /* optional */
  color: #fff; } 
.padddd1{ padding-left: 15px; padding-right: 15px;}
.copyright a{color: #a09e9c; margin-top: 10px; font-size: 12px;}
.copyright p{font-size: 12px;}
.pad12a a {
  color: #767f86;
  text-decoration: none;
}

.pad12a a:hover {
  text-decoration: underline;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Left side */
.footer-left p {
  margin: 0;
  font-size: 12px;
}

/* Right side */
.footer-right a {
  font-size: 12px;
}

/* Mobile fix */
@media (max-width: 767px) {
  .footer-row {
    flex-direction: column;
    text-align:left;
    gap: 10px;
  }
}
.mark1{margin-bottom: 10px;}
.pa123{padding-left: 20px;}
.pa123a{padding-left: 25px;}
.size1{font-size: 10px;}
.size2{font-size: 12px;}
.size3{font-size: 14px;}
.padda{padding-top: 10px;}
.border1{border-bottom: 1px solid #A4A4A4;}
.marg1{margin-bottom: 20px;}
.marg12{margin-top: 50px;}
.border12{border-bottom: thin solid #D8D8D8; border-top: thin solid #D8D8D8; padding-bottom: 20px; padding-top: 20px; margin-top: 20px; margin-bottom: 20px;}
.heig1{height: 50px;}