body {
    font-family: "Nunito Sans", sans-serif;
    overflow-x: hidden !important;
    font-size: 15px;
    color: #3c4858;
}

a {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    font-weight: 600 !important;
}

h1,.fs-1,.h1,.fs-1 {
    font-size: 42px !important;
}

h2,.fs-2,.h2,.fs-2 {
    font-size: 36px !important;
}

h3,.fs-3,.h3,.fs-3 {
    font-size: 30px !important;
}

h4,.fs-4,.h4,.fs-4 {
    font-size: 24px !important;
}

h5,.fs-5,.h5,.fs-5 {
    font-size: 18px !important;
}

h6,.fs-6,.h6,.fs-6 {
    font-size: 15px !important;
}

th,td{
    white-space: nowrap;
    word-break: keep-all;

}

.fw-semibold {
    font-weight: 600 !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.text-muted {
    color: #9da9bb !important;
}

section, .section {
    padding: 100px 0;
    position: relative;
}

.section-title-badge {
    background-color: #0575e6;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
}

.section-bg {
    background-color: #f3f5fa;
}

.mt-100 {
    margin-top: 100px;
}

.bg-primary {
    background-color: #0575e6 !important;
}

.bg-light {
    background-color: #fbfbff !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    border: 0;
    transition: all 0.5s ease;
	box-shadow: 0px 3px 10px 0px rgb(38 107 193 / 8%);
}

#topnav .logo {
    float: left;
    margin-right: 15px;
    padding: 0 0 6px;
	margin-top:20px;
}

#topnav #navigation {
    font-family: "Poppins", sans-serif;
}

#topnav .navigation-menu > li {
    float: left;
    display: block;
    position: relative;
    margin: 0 10px;
}

#topnav .navigation-menu > li > a {
    display: block;
    color: #3c4858;
    font-size: 13px;
    background-color: transparent !important;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.5s;
    padding-left: 10px;
    padding-right: 10px;
}

#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#topnav .buy-button {
    float: right;
    line-height: 74px;
}

#topnav .navbar-toggle {
    border: 0;
    position: relative;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 30px 0 26px 10px;
    height: 18px;
}

#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #3c4858;
    display: block;
    margin-bottom: 5px;
    transition: transform 0.5s ease;
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus, #topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
    background-color: transparent;
}

#topnav .menu-extras {
    float: right;
}

#topnav .navbar-toggle.open span {
    position: absolute;
}
#topnav .navbar-toggle.open span:first-child {
    top: 6px;
    transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
    visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
    width: 100%;
    top: 6px;
    transform: rotate(-45deg);
}

/*--------------------------------------------------------------
# Navigation (Mobile)
--------------------------------------------------------------*/

@media (min-width: 992px) {
	
	#topnav #navigation {
		display: block !important;
	}
	
	#topnav .navigation-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#topnav .navigation-menu > li > a {
		padding-top: 25px;
		padding-bottom: 25px;
		min-height: 62px;
	}
	
	#topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active a {
		color: #2a52c3 !important;
	}
	
	#topnav .buy-button {
		padding-left: 15px;
	}
	
	#topnav .navbar-toggle {
		display: none;
	}
	
}

@media (max-width: 991px) {
	
	#topnav #navigation {
		max-height: 400px;
	}
	
	#navigation {
		width: 100%;
		display: none;
		height: auto;
		padding-bottom: 0;
		overflow: auto;
		border-top: 1px solid #f1f3f9;
		border-bottom: 1px solid #f1f3f9;
		background-color: #fff;
	}
	
	#topnav .menu-extras .menu-item {
		border-color: #8492a6;
	}
	
	#topnav .navbar-toggle.open span {
    position: absolute;
	}
	
	#topnav .navbar-toggle.open span:first-child {
		top: 6px;
		transform: rotate(45deg);
	}
	
	#topnav .navbar-toggle.open span:nth-child(2) {
		visibility: hidden;
	}
	
	#topnav .navbar-toggle.open span:last-child {
		width: 100%;
		top: 6px;
		transform: rotate(-45deg);
	}
	
	#topnav .navigation-menu {
		float: none;
	}
	
	#topnav .navigation-menu > li > a {
		color: #3c4858;
		padding: 10px 0px;
	}
	
	#topnav .navigation-menu > li {
		float: none;
	}	
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

.hero {
    padding:130px 10px;
    background-size: cover !important;
    align-self: center;
    position: relative;
    background-position: center center;
}

.title-heading {
    line-height: 26px;
}

.title-heading .heading {
    font-size: 40px !important;
    letter-spacing: 1px;
}

.title-heading .para-desc {
    font-size: 17px;
    letter-spacing: 0.5px;
}

.hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icons.bg-lg i {
    height: 110px;
    width: 110px;
}

.features .icons i {
    height: 65px;
    width: 65px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.features.feature-danger .icons i {
    background: rgba(217, 48, 48, 0.1);
    color: #d93030;
}

.features.feature-success .icons i {
    background: rgba(28, 181, 159, 0.1);
    color: #1cb59f;
}

.features.feature-info .icons i {
    background: rgba(23, 162, 184, 0.1);
    color: #17a2b8;
}

.features.feature-warning .icons i {
    background: rgba(250, 105, 62, 0.1);
    color: #fa693e;
}

.features.feature-light .icons i {
    background: rgba(250, 105, 62, 0.1);
    color: #fa693e;
}

.features.feature-dark .icons i {
    background: rgba(250, 105, 62, 0.1);
    color: #fa693e;
}

/*--------------------------------------------------------------
# Portofolio
--------------------------------------------------------------*/

.portfolio.portfolio-warning .img-bg {
    background-color: rgba(250, 105, 62, 0.15) !important;
}

.portfolio.portfolio-warning .link {
    color: #fa693e;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.bg-footer {
    background-color: #25282b !important;
}

footer .footer-py-120 {
    padding: 120px 0;
}

footer .footer-head {
    letter-spacing: 1px;
    font-weight: 500;
    color: #f8f9fc;
}

footer .footer-py-30 {
    padding: 30px 0;
}

footer .footer-bar {
	background:#1c1f21;
	color:#fff;
}

.social-icon.foot-social-icon li a {
    color: #adb5bd;
    border-color: #283353;
}

.social-icon li a {
    color: #3c4858;
    border: 1px solid #3c4858;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/

.timeline-with-icons {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline-with-icons .timeline-item {
  position: relative;
}

.timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon {
  position: absolute;
  left: -48px;
  background-color: hsl(217, 88.2%, 90%);
  color: hsl(217, 88.8%, 35.1%);
  border-radius: 50%;
  height: 31px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: block;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #106eea;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #3284f1;
  color: #fff;
}