body{
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-weight: 400;
    font-size: 14px;
    color:#282828;
    background-color: #f5f5f5;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}

body, html{
    overflow-x:hidden;
}

/* Link style
---------------------------------------------------------*/
a {
    color: #D66D4B;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus,
a:hover {
    outline: none;
    color: #666666;
    text-decoration: none;
}


/* Transition elsements
-------------------------------------------------------- */
.navbar a {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}

/* Reset box-shadow
/* ------------------------------------------------------ */

.btn {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* === Typography === */

h1, h2, h3{
    font-weight: 700;
    margin:0;
    text-transform: uppercase;
}

h1 {
    font-size: 36px;
    line-height: 36px;
}

h2 {
    font-size: 30px;
    line-height: 30px;
}

h3 {
    font-size: 24px;
    line-height: 24px;
}

/* BUTTON STYLE
-----------------------------------------------------*/
/*common-btn*/
.btn{
    border: 0;
    border-bottom: 3px solid;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    padding: 9px 22px;
}

/*large-btn*/
.btn-lg {
    padding: 14px 20px;
    font-size: 14px;
    border-radius: 4px;
}

/*btn-primary*/
.btn-primary{
    background-color:#D66D4B;
    border-color: rgba(51, 51, 51, 0.15);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #6a8d92;
    border-color: #393b3b;
}

/*btn-info*/
.btn-info{
    background-color:#6a8d92   ;
    border-color: rgba(51, 51, 51, 0.15);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    color: #fff;
    background-color: #393b3b;
    border-color: #D66D4B;
}

/*btn-default*/


button:focus {
    outline: none;
}


/*IMAGES*/
img {
    width: 100%;
}

/* LIST STYLE
-------------------------------------------------- */
ul {
    margin     : 0;
    padding    : 0;
    list-style : none
}


ul.list-check {

}

ul.list-check li{
    position: relative;
    font-size: 14px;
    line-height: 32px;
}
ul.list-check li::before {
    content: "\f00c";
    font-family: fontawesome;
    color: #D66D4B;
    margin-right: 10px;
}

/*ul.list-exp{
  text-align: left;
}

ul.list-exp li{
    position: relative;
    font-size: 14px;
    line-height: 32px;
}

ul.list-exp li::before {
    /*content: "\f00c";
    font-family: fontawesome;
    color: #D66D4B;
    margin-right: 10px;
}*/


/* === MAIN === */
.section-padding {
	padding: 120px 0 100px;
}


/* SECTION TITLE
----------------------------------------------------- */
.section-title {
    margin-bottom: 80px;
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    color: #393b3b;
    position: relative;
}

.section-title::after {
    content: "";
    background: url(../../assets/images/section-divider.png) no-repeat 0 0;
    height: 15px;
    width: 113px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    margin: 0 auto;
}



/* === HOME === */
@media (max-width : 640px) {
    .tt-fullHeight{
        /*height: 560px !important;*/
        height: 100%;
    }
}


/*#home {
	background: rgb(178,51,37);
    background: linear-gradient(125deg, rgba(178,51,37,1) 0%, rgba(47,49,49,1) 10%, rgba(47,49,49,1) 90%, rgba(178,51,37,1) 100%);
	-webkit-background-attachment: fixed;
    background-attachment: fixed;
	background-color: #222;
	background-size: cover;
	padding: 0;
	position: relative;
}*/
#home {
    /*background-image: url("../images/background.png");*/
    background-image: url("../images/background.jpg");
	-webkit-background-attachment: fixed;
    background-attachment: fixed;
	background-color: #222;
	background-size: cover;
	padding: 0;
	position: relative;
}
#home:before {
	content: "";
	background-color: rgba(26, 30, 35, 0.80);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.intro {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
}

.intro h1{
	font-size: 60px;
	line-height: 80px;
	margin-bottom: 16px;
	/*color: #D66D4B;*/
    color: #fff;
}
.intro h1 span{
	color: #fff;
    font-size: 26px;

}
.intro p{
	color: #f7f7f7;
	margin-bottom: 40px;
    font-size: 17px;
    font-weight: 400;    /* normal */

}
.intro-sub {
    color: #D66D4B;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}

/*
SOCIAL ICON
-------------------------------------------*/
.social-icons {
    margin-top: 20px;
}
.social-icons a i{
    position: relative;
    color: #fff;
    font-size: 18px;
    margin: 0 7px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
}

.social-icons a i::before {
    position: relative;
    z-index: 1;
}

.social-icons a i::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 300ms;
       -moz-transition: all 300ms;
         -o-transition: all 300ms;
            transition: all 300ms;
}

.social-icons a i:hover::after{
    background: #D66D4B;
    border: 1px solid transparent;
    z-index: 0;
}


/* === NAVIGATION === */
.header {
    border-bottom: 1px solid #eee;
    position: relative;
    width: 100%;
    z-index: 998;
    padding-bottom: 1px;
    background: #fff;
}

.header::after {
    border-bottom:1px solid #eee;
    width: 100%;
    position: absolute;
    content: "";
    height: 2px;
    bottom: 1px;
    left: 0;
}

.navbar-custom {
    border: 0;
    border-radius: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}


.navbar-custom {
    background: #fff;
    padding: 0;
}

.navbar-custom .navbar-nav > li > a{
    color: #393b3b;
    font-size: 14px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.navbar-custom .nav li a:hover {
    background: none;
    outline: 0;
    color: #D66D4B;
}

.navbar-custom .nav li a:focus {
    background: none;
}

.navbar-custom .navbar-toggle .icon-bar {
    background: #222;
}



/* === About Section === */
.short-info {
    margin-bottom: 40px;

}

.short-info ul {
    margin-top: 10px;
    display:inline-block;
}
.short-info ul li {
    width: 50%;
    float: left;
}


/*download-button*/
.download-button a {
    margin-right: 20px;
    color: #fff;
}
.download-button a i {
    margin-right: 10px;
}


.biography{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border:1px solid #EEEEEE;
    position: relative;
}

.biography::after{
    content: "";
    border-bottom: 1px solid #EEEEEE;
    position: absolute;
    bottom: -3px;
    width: 100%;
    border-radius: 10px;
    height: 20px;
}

.myphoto{
    position: relative;
    /*background: url(../../assets/images/photo-frame.png) bottom center no-repeat;*/
    background-size: contain;
}

.myphoto img{
    position: relative;
    z-index: -1;
}

.biography ul{
    padding:25px 20px 30px;
}

.biography ul li{
    padding:5px 0;
    font-size: 16px;
    border-bottom:1px solid #EEEEEE;
}

.biography ul li:last-child{
    border-bottom:0;
}

.biography ul li strong{
  color: #6a8d92;
}


/* === Resume Section === */

/*---------------------------------------------------------
Resume Timeline
-----------------------------------------------------------*/
/* Experience Wrapper Styling */
.experience-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Experience Item Styling */
.experience-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

/* Left Column: Date and Image */
.experience-left {
  flex: 0 0 190px;  /*Set a fixed width for the left section */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.date-picture {
  text-align: center;
}

.date {
  font-size: 16px;
  font-weight: 600;
  color: #D66D4B; /* Adjust accent color */
  margin-bottom: 10px;
}

.date-picture img {
  width: auto; /* Adjust image size as needed */
  height: 50px;
}

/* Right Column: Experience Details */
.experience-right {
  flex: 1; /* Allow the right section to grow */
}

.experience-right h3 {
  font-size: 20px;
  font-weight: 700;
  color: #393b3b;
}

.experience-right span {
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
  display: block;
}

.experience-right p {
  margin: 10px 0;
  line-height: 1.6;
}

/* List Styling for Experience Section */
.list-exp {
  padding-left: 20px; /* Indent the list */
  list-style: none; /* Remove default bullets */
}

/* Custom Bullet for List Items */
.list-exp li {
  position: relative;
  padding-left: 25px; /* Space for custom bullet */
  margin-bottom: 10px; /* Space between list items */
  font-size: 14px;
  line-height: 1.6;
  color: #393b3b; /* Default color for light theme */
  transition: color 0.3s ease;
}

/* Custom Bullet Icon */
.list-exp li::before {
  content: '\25A0';  /*Unicode for a bullet (•) */
  position: absolute;
  left: 0;
  top: 0;
  /*color: #D66D4B; /* Accent color */
  font-size: 12px;
  /*line-height: 1.2;*/
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .experience-item {
    flex-direction: column; /* Stack items vertically */
  }

  /* Adjust Left Column */
  .experience-left {
    align-items: flex-start; /* Align items to the left */
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove padding */
    height: auto; /* Ensure height adjusts to content */
    display: flex;
    flex-direction: column;
  }

  /* Adjust Right Column */
  .experience-right {
    margin: 0; /* Ensure no extra margin is added */
  }

  /* Date and Picture Adjustments */
  .date-picture {
    display: flex;
    flex-direction: row; /* Arrange date and logo side by side */
    align-items: center; /* Align vertically */
    gap: 10px; /* Space between date and logo */
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
  }

  /* Date Styling for Mobile */
  .date {
    font-size: 14px; /* Slightly smaller font size */
    margin: 0; /* Ensure no margin around date */
  }

  /* Logo Adjustments for Mobile */
  .date-picture img {
    width: 60px; /* Adjust logo size */
    height: auto;
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove padding */
    display: block; /* Remove default inline behavior */
  }

  /* Additional Fix: Ensure Flex Shrinking Does Not Affect Layout */
  .experience-left, .experience-right {
    flex: none; /* Prevent unwanted flex behavior */
    height: auto; /* Allow height to adjust to content */
  }
}

/* Styling for Company Name Link */
.experience-right span a {
  color: #D66D4B; /* Accent color */
  font-weight: 600; /* Slightly bold to stand out */
  text-decoration: none; /* Remove underline for a cleaner look */
  transition: color 0.3s ease;
}

.experience-right span a:hover {
  color: #393b3b; /* Slight color change on hover for interaction */
}

/* Enhanced Date Styling */
.date {
  font-size: 16px;
  font-weight: 700;
  color: #6a8d92; /*#A5A59E; /* Slightly lighter, modern color */
  border-bottom: 2px solid #D66D4B; /* Adds emphasis to date */
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* Logo Styling */
.date-picture img {
    width: 80px; /* Slightly reduce size for better proportions */
    height: auto;
    padding-top: 5px;
  /*border-radius: 8px; /* Adds a subtle rounded edge */
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
  /*transition: transform 0.3s ease, box-shadow 0.3s ease;*/
}

.resume-section > div > div{
    margin-bottom: 60px;
}
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.resume{
    position: relative;
}

.resume:before{
    content: "";
    position: absolute;
    top: -8px;
    width: 10px;
    height: 10px;
    background-color: #e1e1e1;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.resume:after{
    content: "";
    position: absolute;
    bottom: -8px;
    width: 10px;
    height: 10px;
    background-color: #e1e1e1;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1.5px;
    background-color: #e1e1e1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: left;
    position: relative;
    width: 100%;
}
.timeline>li .timeline-picture {
    float: right;
    position: relative;
    width: 100%;
}

.timeline-content{
    padding:5px 20px 0 20px;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-picture:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-picture:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .posted-date {
    position: relative;
    text-align: center;
    background-color: #f5f5f5;
    left: 20px;
}


.timeline>li .posted-date .month {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    color: #393b3b;
    top: 0;
    float: left;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline>li.timeline-inverted>.timeline-picture {
    float: left;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-picture:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-picture:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline-heading h3 {
    font-size: 20px;
    line-height: 28px;
    color: #6a8d92;
}
.timeline-heading span{
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}

.timeline-heading-do {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;

}

.timeline-body ul{
  padding:5px 20px 0 20px;
}

.timeline-body li{
  list-style-type: square;
}

@media(min-width:992px) {
.timeline:before {
    left: 50%;
}

.timeline>li {
    margin-bottom: 100px;
    min-height: 100px;
}

.timeline>li .posted-date {
    position: absolute;
    text-align: center;
    background-color: #f5f5f5;
}

.timeline>li .timeline-panel {
    float: left;
    width: 43%;
    text-align: left;
    border: 3px solid #e1e1e1;
    position: relative;
}
.timeline>li .timeline-picture {
    float: right;
    width: 17%;
    text-align: left;
    /*border: 1px solid #fff;*/
    position: relative;
    right: 27%;
}

.timeline>li.timeline-inverted  .timeline-picture {
    float: left;
    width: 17%;
    text-align: left;
    /*border: 1px solid #fff;*/
    position: relative;
    left: 27%;
}

.timeline-content{
    position: relative;
    padding: 24px;
    background-color: #f5f5f5;
    -webkit-transition:all 400ms;
    -moz-transition:all 400ms;
    -o-transition:all 400ms;
    transition: all 400ms;
}

.timeline-content::after{
    /*border: 1px solid #eee;*/
    width: 100%;
    position: absolute;
    content: "";
    bottom: -3px;
    height:10px;
    left: 0;
    z-index: -1;
}

.timeline>li .timeline-content:hover {
    background: #fff;
}

/*.timeline>li .timeline-content:hover a{
    color: #D66D4B;
}

.timeline>li .timeline-content:hover a:hover{
    color: #666666;
}*/

.timeline>li .timeline-panel::before,
.timeline>li.timeline-inverted .timeline-panel::before {
    content: "";
    top: 25px;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline>li .timeline-panel::before {
    left: 100%;
    border-left: 12px solid #e1e1e1;
    -webkit-transition:all 400ms;
    -moz-transition:all 400ms;
    -o-transition:all 400ms;
    transition: all 400ms;
}
.timeline>li .timeline-panel:before {
    border-left: 12px solid #e1e1e1;
}

.timeline>li .timeline-picture::before {
    left: 100%;
    border-left: 12px solid #e1e1e1;
    -webkit-transition:all 400ms;
    -moz-transition:all 400ms;
    -o-transition:all 400ms;
    transition: all 400ms;
}
/*.timeline>li .timeline-picture:hover::before {
    border-left: 12px solid #D66D4B;
}*/

.timeline>li.timeline-inverted .timeline-panel::before {
    right: 100%;
    border-right: 12px solid #e1e1e1;
    -webkit-transition:all 400ms;
    -moz-transition:all 400ms;
    -o-transition:all 400ms;
    transition: all 400ms;
}
.timeline>li.timeline-inverted .timeline-panel:before {
    border-right: 12px solid #e1e1e1;
    border-left: 0;
}

.timeline>li.timeline-inverted .timeline-picture::before {
    right: 100%;
    border-right: 12px solid #e1e1e1;
    -webkit-transition:all 400ms;
    -moz-transition:all 400ms;
    -o-transition:all 400ms;
    transition: all 400ms;
}
.timeline>li.timeline-inverted .timeline-picture:hover::before {
    border-right: 12px solid #D66D4B;
    border-left: 0;
}

.timeline>li .timeline-panel::after,
.timeline>li.timeline-inverted .timeline-panel::after {
    content: "";
    top: 25px;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline>li .timeline-panel::after {
    left: 100%;
    margin-left: -2px;
    border-left: 12px solid #FFFFFF;
    -webkit-transition:all 400ms;
    -moz-transition:all 400ms;
    -o-transition:all 400ms;
    transition: all 400ms;
}
/*.timeline>li .timeline-panel:hover::after {
    border-left: 12px solid #D66D4B;
}*/

.timeline>li .timeline-panel:after {
    border-left: 12px solid #D66D4B;
}

/*.timeline>li .timeline-picture::after,
.timeline>li.timeline-inverted .timeline-picture::after {
    content: "";
    top: 25px;
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}*/
.timeline>li .timeline-picture::after {
    left: 100%;
    margin-left: -2px;
    border-left: 12px solid #FFFFFF;
    -webkit-transition:all 400ms;
    -moz-transition:all 400ms;
    -o-transition:all 400ms;
    transition: all 400ms;
}
/*.timeline>li .timeline-picture:hover::after {
    border-left: 12px solid #D66D4B;
}*/

.timeline>li.timeline-inverted .timeline-panel::after {
    right: 100%;
    margin-right:-2px;
    border-right: 12px solid #FFFFFF;
    -webkit-transition:all 400ms;
    -moz-transition:all 400ms;
    -o-transition:all 400ms;
    transition: all 400ms;
}
.timeline>li.timeline-inverted .timeline-panel:after {
    border-right: 12px solid #D66D4B;
    border-left: 0;
}

.timeline>li .posted-date {
    left: 50%;
    width: 120px;
    margin-left: -60px;
    margin-top: 28px;
}
.timeline>li .posted-date .month {
    float: none;
}


}



/* === Skill Section === */
.skills-section {
    background-color: #393b3b  ;
    color: #fff;
}



/* progress-bar */


.skill-chart h3 {
    margin-top: 50px;
    color: #e1e1e1;
    margin-bottom: 10px
}



/* === Chart CSS  === */

.skills-picture {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 140px;
    margin: 40px auto;
    margin-bottom: 150px;
    margin-top: 50px;
    text-align: center;
}

/*.percent:after {
    content: '%';
}*/

.chart-text span {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    margin-top: 10px;
    color: #fff;
}
.skills-comment {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}

/*.percent:after {content: '%';margin-left: 0.1em;font-size: .8em;}*/


/* === Footer Wrapper === */
.footer-wrapper {
    background: #393b3b;
    padding: 36px 0;
    color: #fff;

}
.copyright p {
    margin: 0;
}

/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 1.8em;
	right: 1.8em;
}

.scroll-up a {
	background-color: #666;
	display: block;
	width: 28px;
	height: 28px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: rgba(235, 235, 235, .8);
	color: #222;
}

/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */

.mouse-icon {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 16px;
	height: 50px;
	width: 30px;
	margin-left: -17px;
	display: block;
	z-index: 10;
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.mouse-icon .wheel {
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 4px;
	height: 10px;
	top: 4px;
	margin-left: auto;
	margin-right: auto;
}

@-webkit-keyframes drop {
    0%   { top:5px;  opacity: 0;}
    30%  { top:10px; opacity: 1;}
    100% { top:25px; opacity: 0;}
}


@keyframes drop	{
	0%   { top:5px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#tt-preloader {
	background: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#pre-status,
.preload-placeholder {
	background-image: url(../images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

.preload-placeholder {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}

.short-info {
    margin-bottom: 40px;
}

/* SKILLS Section */
/* Skills Section Styling */
.skills-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.skill-category {
  flex: 0 0 48%; /* 48% width for two columns */
  margin-bottom: 30px;
}

.skill-category h3 {
  font-size: 20px;
  font-weight: 600;
  color: #E1E1E1; /* Lighter color for dark background */
  border-bottom: 2px solid #D66D4B; /* Softer accent border for dark mode */
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.skill-list {
  list-style: none;
  padding-left: 0;
}

.skill-list li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #e0e0e0; /* Light gray for list text */
}

.skill-list li strong {
  color: #E1E1E1; /* Slightly brighter color for emphasis */
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .skill-category {
    flex: 0 0 100%; /* Full width for each category on mobile */
  }
}
@media (max-width: 768px) {
    #home {
        background-attachment: scroll;  /* Disable parallax on mobile */
        -webkit-background-attachment: scroll;
        background-size: cover;
        background-position: center;
    }
}
