@font-face {
	font-family: silo;
	src: url(fonts/silo/Silo.woff);
	font-weight: 400;
}

@font-face {
	font-family: silo;
	src: url(fonts/silo/Silo-Italic.woff);
	font-style: italic;
}

@font-face {
	font-family: silo;
	src: url(fonts/silo/Silo-Light.woff);
	font-weight: 300;
}

@font-face {
	font-family: silo;
	src: url(fonts/silo/Silo-LightItalic.woff);
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: silo;
	src: url(fonts/silo/Silo-SemiBold.woff);
	font-weight: 500;
}

@font-face {
	font-family: silo;
	src: url(fonts/silo/Silo-SemiBoldItalic.woff);
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: silo;
	src: url(fonts/silo/Silo-Bold.woff);
	font-weight: 600;
}

@font-face {
	font-family: silo;
	src: url(fonts/silo/Silo-BoldItalic.woff);
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: silo;
	src: url(fonts/silo/Silo-ExtraBold.woff);
	font-weight: 700;
}

@font-face {
	font-family: silo;
	src: url(fonts/silo/Silo-ExtraBoldItalic.woff);
	font-weight: 700;
	font-style: italic;
}

body {
	/* font-family: "silo", sans-serif; */
	font-size: 1.1rem;
    line-height: 1.8;
}

.body_wrapper {
    z-index: 20;
    overflow: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 1rem;
}

.w_color, .nav-item .nav-link, .footer_area a:hover {
    color: #fff;
}

section {
    padding-top: 100px;
    padding-bottom: 50px;
}

/* .btn {
    box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
    padding: .5rem 1.5rem;
    transform: perspective(1px) translateZ(0);
	transition: all 0.3s ease;
	font-weight: 600;
} */

.mt_20 {
	margin-top: 20px;
}

.mt_30 {
	margin-top: 30px;
}

.mt_60 {
	margin-top: 60px;
}

.mb_40 {
	margin-bottom: 40px;
}

.mb_60 {
	margin-bottom: 60px;
}

.navbar-toggler:focus {
    outline: none;
}

.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block;
}

.menu_toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}

.menu_toggle .hamburger span {
    width: 0%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 4px 0;
    display: block;
    background: #428caf;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.menu_toggle .hamburger-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}

.menu_toggle .hamburger-cross span {
    display: block;
    background: #428caf;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.menu_toggle .hamburger-cross span:nth-child(1) {
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.collapsed .menu_toggle .hamburger span {
    width: 100%;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
    height: 0%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
    width: 0%;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.menu > .nav-item.active a {
    border-bottom: 2px solid;
    padding-bottom: 0;
}

.header_area {
    position: fixed;
    width: 100%;
    transition: all 0.2s linear;
    z-index: 10;
}

.header_area.navbar_fixed {
    background-color: white;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
    box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
}

.header_area.navbar_fixed img, .header_area img + img {
    display: none;
}

.header_area.navbar_fixed img + img, .header_area img {
    display: block;
}

.header_area.navbar_fixed .nav-item .nav-link {
    color: #1f1d1f;
}

.btn_get, .btn_action:hover {
    color: #428caf;
    border: 2px solid #fff;
    background: #fff;
}

.btn_get:hover, .btn_action {
    color: #fff;
    border: 2px solid #428caf;
    background: #428caf;
}

.btn_action {
    padding: 16px 40px;
}

.btn_action.alt:hover {
    border: 2px solid #428caf;
}

.header_area.navbar_fixed .btn_get {
    border: 2px solid #428caf;
}

.menu > .nav-item {
	margin-right: 40px;
	font-weight: 600;
}

.menu > .nav-item:hover .nav-link {
    color: #428caf;
}

.intro {
    position: relative;
    min-height: 100vh;
    background-image: -moz-linear-gradient(140deg, #032535 0%, #032837 100%);
    background-image: -webkit-linear-gradient(140deg, #032535 0%, #032837 100%);
    background-image: -ms-linear-gradient(140deg, #032535 0%, #032837 100%);
    z-index: 1;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.intro h1 {
    font-size: 50px;
}

.intro .shape {
    background-image: -moz-linear-gradient(-57deg, #290a59 0%, #428caf 100%);
    background-image: -webkit-linear-gradient(-57deg, #290a59 0%, #428caf 100%);
    background-image: -ms-linear-gradient(-57deg, #290a59 0%, #428caf 100%);
    position: absolute;
    left: -256px;
    top: -178px;
    width: 1095px;
    height: 602px;
    border-radius: 90px;
    transform: rotate(-38deg);
    z-index: -1;
    opacity: 0.1;
}

.intro .shape.two {
    background-image: -moz-linear-gradient(-75deg, #2b708b 0%, #428caf 100%);
    background-image: -webkit-linear-gradient(-75deg, #2b708b 0%, #428caf 100%);
    background-image: -ms-linear-gradient(-75deg, #2b708b 0%, #428caf 100%);
    position: absolute;
    left: 689px;
    top: 458px;
    border-radius: 150px;
    width: 816px;
    height: 702px;
}

.intro-content {
    max-width: 670px;
}

.animation_img_two {
    width: 50%;
    height: 60%;
    float: right;
    text-align: right;
    position: absolute;
    bottom: 188px;
    right: 0;
    z-index: 0;
}

.animation_img_two img {
    max-width: 100%;
}

.svg_intro_bottom {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dl-badges svg {
    width: 136px;
}

.features_area {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}

.features_area .bg_shape {
    position: absolute;
    background-color: #fafbff;
    width: 1100px;
    height: 1775px;
    display: block;
    border-radius: 120px;
    z-index: -1;
}

.features_area .shape_one {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -669px;
    top: -80px;
}

.features_area .shape_two {
    left: -669px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-43deg);
    top: 275px;
    width: 870px;
}

.features_area .shape_three {
    bottom: -29%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -100px;
    width: 988px;
    height: 1022px;
}

.features_img img {
    margin-left: -50px;
}

.features_img:before {
    content: "";
    background: url(../images/shape_bg.png) no-repeat scroll center left;
    position: absolute;
    left: -65px;
    top: -20px;
    right: -32px;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.service_area {
    padding-top: 175px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
    background: url(../images/shape_two.png) no-repeat scroll center 0;
    background-size: cover;
}

.service_item .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    line-height: 55px;
    margin-right: 30px;
}

.pay_icon {
    background: url(../images/icon_shape_two.png) no-repeat scroll center 0;
    width: 110px;
    height: 103px;
    text-align: center;
    line-height: 95px;
    margin-bottom: 34px;
}

.service_item {
    margin-bottom: 40px;
}

.clients_area {
    background: #fafbff;
    padding: 130px 0px;
    position: relative;
}

.clients_area .clients_bg_shape_top {
    position: absolute;
    width: 100%;
    height: 85px;
    top: -82px;
    left: 0;
    background: url(../images/triangle_top.png) no-repeat;
}

.clients_area .clients_bg_shape_right {
    width: 100%;
    height: 1253px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 59px 0px rgba(91, 82, 254, 0.05);
    box-shadow: 0px 0px 59px 0px rgba(91, 82, 254, 0.05);
    position: absolute;
    right: -77.7%;
    transform: rotate(-45deg);
    border-radius: 150px;
    top: -375px;
}

.clients_area .clients_inner .clients_item {
    border-width: 5px;
    border-color: #f6f6fa;
    border-style: solid;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(55, 125, 162, 0.2);
    box-shadow: 0px 1px 30px 0px rgba(55, 125, 162, 0.2);
    position: absolute;
    text-align: center;
}

.clients_area .clients_inner .clients_item.one {
    width: 120px;
    height: 120px;
    top: 170px;
}

.clients_area .clients_inner .clients_item.two {
    width: 180px;
    height: 180px;
    top: 325px;
    left: 150px;
}

.clients_area .clients_inner .clients_item.three {
    width: 128px;
    height: 128px;
    left: 150px;
}

.clients_area .clients_inner .clients_item.four {
    width: 142px;
    height: 142px;
    left: 400px;
    top: 400px;
}

.clients_area .clients_inner .clients_item.five {
    width: 110px;
    height: 110px;
    left: 520px;
    top: 260px;
}

.clients_area .clients_inner .clients_item.six {
    width: 100px;
    height: 100px;
    left: 295px;
    top: 180px;
}

.clients_area .clients_inner .clients_item.seven {
    width: 80px;
    height: 80px;
    left: 400px;
    top: 0px;
}

.clients_area .clients_inner .clients_item.eight {
    width: 95px;
    height: 95px;
    left: 745px;
    top: 35px;
}

.clients_area .clients_inner .clients_item img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonial_area {
    background: #fafbff;
    padding-bottom: 0;
}

.app_testimonial_slider {
    max-width: 690px;
    margin: 0 auto;
}

.app_testimonial_item .author-img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.app_testimonial_item .author_info {
    margin-bottom: 35px;
}

.nav_container {
	position: relative;
	z-index: 1;
  }

.nav_container .owl-prev, .nav_container .owl-next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: white;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(12, 0, 46, 0.06);
	box-shadow: 0px 3px 4px 0px rgba(12, 0, 46, 0.06);
	font-size: 20px;
	color: #222d39;
	border: 0px;
	line-height: 55px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
}

.nav_container .owl-prev:hover, .nav_container .owl-next:hover {
	background: #428caf;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav_container .owl-prev {
	left: 15px;
}

.nav_container .owl-next {
	right: 15px;
}

.nav_container .owl-dots {
	margin-top: 30px;
}

.nav_container .owl-dots .owl-dot span {
	background: #cfcfe7;
	border: 0px;
}

.nav_container .owl-dots .owl-dot.active span {
	background: #428caf;
}

.owl-dots {
	text-align: center;
	margin-top: 75px;
  }

.owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3d3e65;
	margin: 0px 5px;
	border: 1px solid #3d3e65;
	display: block;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.owl-dots .owl-dot.active span {
	background: transparent;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	border-color: #428caf;
}

.owl-dots .owl-dot:focus {
	outline: none;
}

.app_testimonial_item .author_info h5 {
	margin-bottom: 0;
}

.action_area {
    padding: 200px 0 0;
    position: relative;
}

.action_area .clients_bg_shape_bottom {
    position: absolute;
    width: 100%;
    height: 85px;
    top: 0px;
    left: 0;
    background: url(../images/triangle_bottom.png) no-repeat;
    background-size: contain;
}

.download-app {
    border-radius: 6px;
    background-image: -moz-linear-gradient(50deg, #154a5f 0%, #2d7491 64%, #428caf 100%);
    background-image: -webkit-linear-gradient(50deg, #154a5f 0%, #2d7491 64%, #428caf 100%);
    background-image: -ms-linear-gradient(50deg, #154a5f 0%, #2d7491 64%, #428caf 100%);
    overflow: hidden;
    display: block;
    width: 100%;
    align-items: center;
    padding: 60px;
    margin-bottom: -100px;
    position: relative;
}

.footer_area {
    background: #012432;
    border: 0px;
    padding: 20px 0px 40px 0;
}

.footer_area a, .copyright p {
	color: #93b1bf;
	font-size: 14px;
    line-height: 1.6;
}

.footer_area a:hover {
    text-decoration: none;
}

.intro.inner-page {
    min-height: 50vh;
    padding-top: 100px;
}

.intro.inner-page h1 {
    font-size: 80px;
}

.inner-page-info {
    background: #fafbff;
}

.inner-page-info h4 {
    line-height: 1.4;
}




@media (max-width: 576px){
.navbar-collapse {
    background: #428caf;
    padding: 20px;
}

.menu > .nav-item.active a {
    margin-bottom: 10px;
    display: inline-block;
}

.header_area.navbar_fixed .navbar-collapse {
    background: #fff;
}

.intro h1, .download-app h1 {
    font-size: 30px;
}

.svg_intro_bottom {
    width: 130%;
}

.intro {
    padding-top: 40px;
}

.features_img img, .features_img2 img {
    margin-left: -30px;
}

.features_content {
    padding-bottom: 60px;
}

.service_area {
    margin: -150px 0;
    padding-bottom: 200px;
    padding-top: 220px;
}

.clients_area {
    padding: 60px 0px;
}

.clients_area .clients_inner {
    height: 500px;
}

.clients_area .clients_inner .clients_item.one, .clients_area .clients_inner .clients_item.two, .clients_area .clients_inner .clients_item.three {
    left: 10px;
}

.clients_area .clients_inner .clients_item.four, .clients_area .clients_inner .clients_item.eight{
    left: 150px;
}

.clients_area .clients_inner .clients_item.five {
    left: 100px;
}

.clients_area .clients_inner .clients_item.six {
    left: 200px;
}

.download-app {
    padding: 40px 30px;
}

.intro.inner-page h1 {
    font-size: 50px;
}

}

