/*
	font-family: 'Roboto', sans-serif;
*/
body {
	color: #1B2838;
	font-family: 'Roboto', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1B2838;
	font-family: 'Roboto', sans-serif;
}

p {
	color: #1B2838;
}

.sideLink {
	position: fixed;
	width: 50px;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	z-index: 100;
}

.scl_link {
	display: block;
}

.telegram_link {
	margin-top: 15px;
	text-align: center;
}

.sec_pad {
	padding: 100px 0;
}

.sec_top {
	padding-top: 100px;
}

.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.justify-center{
    justify-content: center;
}

.d-block {
	display: block;
}

.pl_30 {
	padding-left: 30px;
}

.pb_100 {
	padding-bottom: 100px;
}

.mt_0 {
	margin-top: 0;
}

.mb_0 {
	margin-bottom: 0;
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-25 {
	margin-bottom: 25px
}

.mr-5{
    margin-right: 5px;
}

.my-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.sub_title {
	font-size: 18px;
	line-height: 30px;
}

.flex-wrap,
.align-center,
.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.align-center {
	align-items: center;
}

.flex-wrap {
	flex-wrap: wrap;
}

.bg_gradient {
	background: #ebffef;
	background: -moz-linear-gradient(top, #ebf9f2 0, #fffffe 100%);
	background: -webkit-linear-gradient(top, #ebffef 0, #fffffe 100%);
	background: linear-gradient(to bottom, #ebffef 0, #fffffe 100%);
}

.sec_wrap {
	justify-content: center;
	display: flex;
	margin-bottom: 50px;
}

/*Banner CSS*/

.banner .main_title {
    font-size: 38px;
    font-weight: 600;
    line-height: 50px;
}

.banner .sub_title {
    font-size: 22px;
    color: #57b846;
    font-weight: 600;
}

.banner .main_title span {
	color: #57B846;
}

.banner p {
	color: #1B2838;
	margin: 25px 0;
	font-size: 18px;
	line-height: 1.5;
}

.btn-started,
.banner .btn {
	background: #57B846;
	color: #fff;
	border-radius: 0;
	font-size: 17px;
	padding: 15px 35px;
	transition-duration: 0.4s;
}

.btn-started:hover,
.banner .btn:hover {
	background: #1b2838;
	color: #fff;
}

/*Help Css*/

.help .help_box {
    background: #efefef;
    padding: 25px 35px;
    border-radius: 20px;
}

.help .help_box.second {
    background: #deefdd;
}

/*Service CSS*/
.service_row {
	margin: 120px 0;
}

.ser_title {
	font-size: 42px;
	font-weight: 600;
	line-height: 55px;
}

.ser_info.left {
	padding-right: 50px;
}

.ser_info .ser_title {
    font-size: 36px;
    line-height: 48px;
}

.ser_info.right {
	padding-left: 50px;
}

.ser_list li {
	margin: 12px 0;
}

.show_wrapper .hidden_text {
	position: relative;
	display: block;
}

.show_wrapper .show-more {
	position: relative;
	cursor: pointer;
	color: #1b2838;
	margin: 15px 0;
}

.show_wrapper .show-more:hover {
	color: #1779dd;
}

.show_wrapper .show-more-height {
    height: 208px;
    overflow: hidden;
}



/*Purpose css*/
.purpose_area {
	background: url(img/develop-bg.jpg);
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 50px 0;
}

.purpose_inner h2,
.purpose_inner p {
	color: #fff;
}

.purpose_area p {
	font-size: 18px;
	margin: 20px 0;
}

.purpose_area .buy_btn {
	margin-left: 0;
	margin-top: 15px;
}

.purpose_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.purpose_inner .btn-explore {
    background: #57b846;
    border: 2px solid #57b846;
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.purpose_inner .btn-explore:focus, 
.purpose_inner .btn-explore:hover {
    background: #fff;
    border-color: #fff;
    color: #57b846;
}

/*plan css*/
.plan_wrapper {
	border: 1px solid #B4B4B4;
	padding: 35px 0;
}

.plan_title {
	background: #57B846;
	color: #fff;
	line-height: 53px;
	font-size: 24px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 35px;
}

.plan_title.standard {
	background: #1B2838;
}

.plan_info {
	padding: 0 30px;
}

.plan_info .doing_list {
	text-align: left;
	margin: 25px;
}

.plan_info .doing_list li {
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.plan_info .doing_list li span {
	margin-left: 8px;
}

/*Testimonial Css*/

.client_comment {
	background: #F5F5F5;
	padding: 40px 30px;
	border-radius: 25px;
}

.client_comment p {
	color: #1B2838;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
}

.client_info {
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-left: 35px;
	position: relative;
}

.client_info .client_img {
    width: 90px !important;
    border-radius: 50%;
}

.client_info .top_triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 30px 0 30px;
	border-color: #f5f5f5 transparent transparent transparent;
	position: absolute;
	top: -40px;
	left: 14px;
}

.client_name {
	font-size: 25px;
}

.client_status {
	font-size: 19px;
	color: #24BA00;
	font-weight: 400;
}

.client_right {
	margin-left: 15px;
}

.client-carousel .owl-dot {
	margin: 0 3px;
}

.client-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}

.client-carousel .owl-dot span {
	border: 1px solid #28bb05;
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	position: relative;
}

.client-carousel .owl-dot span::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 6px;
	height: 6px;
	background: #6bc156;
	border-radius: 50%;
	transition-duration: 0.4s;
	transform: scale(0);
}

.client-carousel .owl-dot.active span::before {
	transform: scale(1);
}

/*partner css*/

.partner {
    background: #f5f5f5;
    padding: 50px 0;
}

.partner-logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*Counter CSS*/


.projectFactsWrap {
	display: flex;
	margin-top: 30px;
	flex-direction: row;
	flex-wrap: wrap;
}


#projectFacts .fullWidth {
	padding: 0;
}

.projectFactsWrap .item {
	width: 25%;
	height: 100%;
	padding: 50px 0px;
	text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
	background: rgb(6 24 43);
}

.projectFactsWrap .item:nth-child(2) {
	background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3) {
	background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4) {
	background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number {
	font-size: 40px;
	padding: 0;
	font-weight: bold;
}

.projectFactsWrap .item p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	margin: 0;
	padding: 10px;
}


.projectFactsWrap .item .separator {
	width: 60px;
	background: rgba(255, 255, 255, 0.8);
	height: 2px;
	display: block;
	margin: 0 auto;
}

/*Process CSS*/
.process_box {
	padding: 20px 25px;
}

.choose_img {
	padding-right: 40px;
}

/*Demand CSS*/

.main {
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
	margin: 0 auto;
}

.price-table {
	width: 100%;
	border-collapse: collapse;
	border: 0 none;
}

.price-table tr:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.price-table tr td {
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	padding: 8px 24px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.price-table tr td:first-child {
	border-left: 0 none;
}

.price-table tr td:not(:first-child) {
	text-align: center;
}

.price-table tr:nth-child(even) {
	background-color: #FFFFFF;
}

.price-table tr:hover {
	background-color: #EEEEEE;
}

.price-table .fa-check {
	color: #5336ca;
}

.price-table .fa-times {
	color: #D8D6E3;
}

.price-table tr.price-table-head td {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.price-table tr.price-table-head {
	background-color: #57b846;
	color: #FFFFFF;
}

.price-table tr.price-table-head td {
	padding: 12px 24px;
}

.price-table td.price {
	color: #f43f54;
	padding: 16px 24px;
	font-size: 20px;
	font-weight: 600;
	font-family: "Montserrat";
}

.price-table td.price a {
	background-color: #5336ca;
	color: #FFFFFF;
	padding: 12px 32px;
	margin-top: 16px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 64px;
}

.price-table .price-blank {
	background-color: #fafafa;
	border: 0 none;
}

/*FAQ CSS*/
.faq_img {
	margin-left: 30px;
}

#accordion .panel,
#accordion .panel-heading,
#accordion panel-title,
#accordion .panel-body {
	border: 0;
}

#accordion .panel {
	box-shadow: none;
}

#accordion .panel .panel-heading {
	border-radius: 0;
	background-color: #F3FFF2;
	padding: 15px;
}

#accordion .panel .panel-heading .panel-title a {
	text-decoration: none;
	padding: 1em 0;
}

#accordion .panel .panel-heading .panel-title a span {
	float: right;
	text-align: right;
	width: 50px;
}

#accordion .panel .panel-heading .panel-title a span:after {
	content: "\2014";
	color: #1B5062;
	font-size: 20px;
}

#accordion .panel .panel-heading .panel-title a.collapsed span:after {
	content: "+";
}

.panel-group .panel + .panel {
	margin-top: 12px;
}


/** Portfolio Area
=================================================*/

.portfolio .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.portfolio .portfolio_heading {
	text-align: center;
	padding: 60px 0;
}

.portfolio .portfolio_heading h2 {
	font-size: 40px;
	font-weight: 800;
	color: #000;
	padding-bottom: 65px;
	position: relative;
}

.portfolio .portfolio_heading h2:before {
	content: '';
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	width: 105px;
	height: 2px;
	background: #00b4e7;
}

.portfolio .portfolio_heading p {
	font-size: 15px;
	font-weight: 400;
	max-width: 800px;
	margin: 0 auto;
}

.portfolio .portfolio_inner .portfolio_btn {
	text-align: center;
}

.portfolio .portfolio_inner .portfolio_btn img {
	margin-right: 5px;
}

.portfolio_area {
	margin-top: 50px;
}

.portfolio_area .tile {
    width: 33%;
    float: left;
    padding: 5px;
}

.portfolio_area a {
	position: relative;
	display: block;
}

.portfolio_area a img {
	width: 100%;
}

.portfolio_area a:before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: all 400ms linear 0s;
}

.portfolio_area a .port_title {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 2;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    transition: all 400ms linear 0s;
    padding: 0 15px;
}

.portfolio_area a:hover:before,
.portfolio_area a:focus:before,
.portfolio_area a:hover .port_title,
.portfolio_area a:focus .port_title {
	opacity: 1;
}

.portfolio_btn .btn {
	background: transparent;
	min-width: 100px;
	border: 1px solid #ddd;
	padding: 0 22px;
	line-height: 43px;
	color: #9c9c9c;
}

.portfolio_btn .btn:focus,
.portfolio_btn .btn:hover {
	background: #00bd13;
	border-color: #00bd13;
	color: #fff;
}

.bullet_list {
    list-style: disc;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.bullet_list li {
    width: 45%;
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.bullet_list.full li {
    width: 100%;
}

.bullet_list li svg{
    margin-right: 5px;
}

.vdo_iframe{
    width: 100%;
}

@media (max-width: 991px){
    .portfolio_area .tile {
        width: 33.33333333%;
    }
}
@media (max-width: 767px){
    .portfolio_area .tile {
        width: 50%;
    }
    .try_us_inner {
        padding: 30px;
    }
}
@media (max-width: 420px){
    .portfolio_area .tile {
        width: 100%;
    }
}

@media(max-width: 650px) {
	.portfolio_btn .btn {
		margin: 0 5px 10px;
	}
}

@media (min-width: 1400px) {
    .container {
        width: 1320px;
    }
}
@media (min-width: 1200px) {

	.align-xl-center {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.align-xl-center {
		align-items: center;
	}
}

@media (min-width: 992px) {

	.d-lg-flex,
	.align-lg-center {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.align-lg-center {
		align-items: center;
	}
}

@media (min-width: 768px) {

	.d-md-flex {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
}

@media (max-width: 1199px) {
	.wrap-xl-reverse {
		flex-wrap: wrap-reverse;
	}

	.wrap-xl {
		flex-wrap: wrap;
	}

	.ser_info.left {
		padding-right: 0;
		padding-top: 40px;
	}

	.ser_info.right {
		padding-left: 0;
		padding-top: 40px;
	}

	.service_row {
		margin: 60px 0;
	}

	.plan_wrapper {
		margin: 15px 0;
	}
}

@media (max-width: 991px) {
	.wrap-lg-reverse {
		flex-wrap: wrap-reverse;
	}

	.help .help_box {
		margin: 15px 0;
	}

	.partner-logo div:nth-child(4),
	.partner-logo div:nth-child(5) {
		display: none;
	}
	
	.purpose_inner {
        display: block;
        text-align: center;
    }
}

@media (max-width: 767px) {
	.projectFactsWrap .item {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.sec_pad {
		padding: 60px 0;
	}

	.ser_title,
	.banner .main_title {
		font-size: 32px;
		line-height: 38px;
	}

	.d-xs-block {
		display: block;
	}

	.pl-sm-0 {
		padding-left: 0;
	}

	.partner-logo {
		display: block;
		text-align: center;
	}

	.partner_img {
		margin: 25px 0;
	}
}

@media (max-width: 420px) {
	.projectFactsWrap .item {
		width: 100%;
	}
}