@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap");
.content-wrapper {
    padding-top: 100px;
}
#home {
    padding-bottom: 50px;
}
#home img {
    max-width: 100%;
}
.how_it_work img {
    max-width: 100%;
}
.slick-slide {
    margin: 0px 20px;
    cursor: initial;
}
.slick-slide img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
body {
    font-family: "Nunito", sans-serif;
    overflow-x: hidden !important;
    font-size: 16px;
    color: #161c2d;
}
#home h1, #home h2, #home h3, #home h4, #home h5, #home h6, #home .h1, #home .h2, #home .h3, #home .h4, #home .h5, #home .h6 {
    font-family: "Nunito", sans-serif;
    line-height: 1.5;
    font-weight: 600;
}
:: -moz-selection {
    background: #4466d8;
    color: #ffffff;
}
:: selection {
    background: #4466d8;
    color: #ffffff;
}
p {
    line-height: 1.6;
}
.section {
    padding: 50px 0;
    position: relative;
}
.title-heading {
    line-height: 26px;
}
.title-heading .heading {
    font-size: 45px;
    letter-spacing: 1px;
}
.title-heading .para-desc {
    font-size: 18px;
}
.section-title {
    position: relative;
}
.section-title .main-title {
    font-size: 35px;
    letter-spacing: 0.8px;
}
.section-title .title {
    letter-spacing: 0.5px;
    font-size: 30px;
}
.para-desc {
    max-width: 600px;
}
.mb-60 {
    margin-bottom: 60px;
}
.home-shape-bottom {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0;
}
.home-shape-bottom img {
    width: 100%;
    height: auto;
}
.back-to-top {
    z-index: 99;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    display: none;
    color: #3c4858;
    background-color: #ced4da;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.back-to-top i {
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.back-to-top:hover {
    background-color: #2f55d4;
    color: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.back-to-top:hover i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width: 767px) {
    .section {
		padding: 60px 0;
	}
	 .title-heading .heading {
		font-size: 35px !important;
	}
	 .title-heading .para-desc {
		font-size: 18px;
	}
	 .section-title .main-title {
		font-size: 28px;
	}
	 .section-title .title {
		font-size: 24px;
	}
	 .mt-60 {
		margin-top: 60px;
	}
}
#topnav {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: transparent;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#topnav .container {
    max-width: 100%;
}
#topnav .logo {
    float: left;
    color: #3c4858 !important;
}
#topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer;
	display: none;
}
#topnav .navbar-toggle .lines {
    width: 25px;
    display: block;
    position: relative;
    margin: 32px 20px 24px;
    height: 18px;
}
#topnav .navbar-toggle span {
    height: 2px;
    width: 100%;
    background-color: #3c4858;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
#topnav .navbar-toggle span: last-child {
    margin-bottom: 0;
}
#topnav #navigation {
	display: block;
}
#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,#topnav .navbar-toggle .navigation-menu > li > a:hover, #topnav .navbar-toggle:focus {
    background-color: transparent;
}
#topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#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: 700;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "Nunito", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
	min-height: 62px;
}
#topnav .navigation-menu > li:hover > .menu-arrow {
	border-color: #2f55d4;
}
#topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li.active > a {
	color: #2f55d4 !important;
}
#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
    color: #2f55d4;
}
#topnav .menu-extras {
    float: right;
}
#topnav.defaultscroll.dark-menubar .logo {
    line-height: 70px;
}
#topnav.nav-sticky {
    background: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	position:fixed;
}
.logo {
    font-weight: 700;
    font-size: 24px;
    padding: 3px 0;
    letter-spacing: 1px;
    line-height: 68px;
}
@media (max-width: 900px) {
	#topnav .navigation-menu > li > a {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 767px) {
    #topnav {
		background-color: #ffffff;
		-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
		min-height: 74px;
	}
	 #topnav .container {
		width: auto;
	}
	 #topnav .navigation-menu {
		display: block;
	}
	 #topnav .navigation-menu > li {
		float: none;
	}
	 #topnav .navigation-menu > li > a {
		color: #3c4858;
		padding: 10px 20px;
		min-height: auto;
	}
	 #topnav .navigation-menu > li > a:after {
		position: absolute;
		right: 15px;
	}
	 #topnav .navigation-menu > li > a:hover, #topnav .menu-extras .menu-item {
		border-color: #8492a6;
	}
	 #topnav .navbar-header {
		float: left;
	}
	 #topnav #navigation {
		position: absolute;
		top: 74px;
		left: 0;
		width: 100%;
		display: none;
		height: auto;
		padding-bottom: 0;
		overflow: auto;
		border-top: 1px solid #f1f3f9;
		border-bottom: 1px solid #f1f3f9;
		background-color: bisque;
	}
	#topnav .navbar-toggle {
		display: block;
	}
}
@media (max-width: 375px) {
    #topnav .navbar-toggle .lines {
		margin-right: 0 !important;
	}
}
.home-center {
    display: table;
    width: 100%;
    height: 100%;
}
.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}
.home-page .container {
    max-width: 100%;
}
@media (max-width: 767px) {
	.home-page .row .col-lg-6 {
		margin-bottom:30px;
	}
}
.feature-list li {
    margin-bottom: 5px;
    font-size: 15px;
}
