html {
	scroll-behavior: smooth;
	transition: .5s all;
scroll-behavior:[ auto | smooth ]
}
a:hover {
	color: #56C596
}
.center {
	width: 100%;
	margin: 0 auto
}
.container {
	padding-right: 10px;
	padding-left: 10px;
	width: 95%;
	margin: 0 auto
}
@media (min-width:768px) {
.container {
	width: 95%;
	margin: 0 auto
}
}
@media (min-width:990px) {
.container {
	width: 95%;
	margin: 0 auto
}
}
@media (min-width:1300px) {
.container {
	width: 1200px;
	max-width: 1200px
}
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto
}
.get-in-touch-section {
	background-color:#56c596;
	margin-top: 0;
	padding-top: 70px;
	padding-bottom: 0;
	position: relative
}
.get-in-touch-section::before {
    content: '';
    background: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 273px;
    position: absolute;
    display: block;
    top:0;
    /* background-color: #edf5ff; */
    z-index: 0;
}
@media (min-width:960px) {
	.get-in-touch-section::before {
	    top: -48px;
	}
}
@media (min-width:1200px) {
	.get-in-touch-section::before {
	    top: -98px;
	}
}

@media (min-width:1400px) {
	.get-in-touch-section::before {
	    top: -118px;
	}
}
@media (min-width:1610px) {
	.get-in-touch-section::before {
	    top: -140px;
	}
}

.get-in-touch-section .from-left-block {
	padding-top: 0;
	min-height: 100%;
	padding-right: 0;
	width: 100%
}
.get-in-touch-section .from-left-block .listing-block {
	margin-top: 35px;
	text-align: center
}
.get-in-touch-section .from-left-block .listing-block h3 {
	margin: 0;
	font-size: 20px;
	color: #fff;
	letter-spacing: .2px
}
@media (min-width:992px) {
.get-in-touch-section {
	margin-top: 140px;
	padding-bottom: 0;
	padding-top: 0
}
.get-in-touch-section .from-left-block {
	padding-top: 65px;
	min-height: 100%;
	padding-right: 0
}
.get-in-touch-section .from-left-block .listing-block {
	text-align: left;
	margin-top: 44px
}
}
@media (min-width:1200px) {
.get-in-touch-section .from-left-block .listing-block h3 {
	font-size: 22px
}
}
.get-in-touch-section .from-left-block .listing-block ul {
	width: 100%;
	float: left;
	margin-top: 19px;
	padding: 0
}
.get-in-touch-section .from-left-block .btn-block .comman-btn {
	text-align: left;
	font-size: 13px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	text-decoration: none;
	background: #004b80;
	border: 1px solid #004b80;
	border-radius: 50px;
	line-height: 29px;
	padding: 14px 40px 12px 41px;
	margin: 35px 0 0 41px
}
.get-in-touch-section .from-left-block .btn-block .comman-btn:focus, .get-in-touch-section .from-left-block .btn-block .comman-btn:hover {
	background: #56c596;
	border: 1px solid rgba(0,170,248,.23);
	color: #fff
}
.get-in-touch-section .from-left-block .btn-block .comman-btn i {
	width: 18px;
	height: 26px;
	float: left;
	margin-right: 10px
}
.form-group, .form-group.full-block {
	width: 100%;
	float: left
}
.get-in-touch-section .from-left-block .btn-block .comman-btn:focus {
	outline: 0
}
.from-right-block {
	position: relative;
	padding-left: 38px
}
.from-right-block form {
	margin: 0 -17px
}
.form-group {
	margin-bottom: 44px;
	position: relative;
	border-bottom: 1px solid #d2d2d2
}
.form-group label {
	font-size: 13px;
	color: #486e90;
	letter-spacing: 1px;
	margin-bottom: 0
}
.form-group .select {
	margin-bottom: 0
}
.form-group .select select {
	border-bottom: 1px solid #486e90
}
.form-group .form-control {
	font-size: 15px;
	color: #205072;
	letter-spacing: .2px;
	border: 0;
	background-color: #fff;
	border-radius:.25rem;
	box-shadow: none;
	border-bottom: 1px solid #fff;
	min-height: 39px;
	line-height: inherit;
	position: relative; font-weight:500;
}
.form-group .form-control::-webkit-input-placeholder {
color:#205072
}
.form-group .form-control::-moz-placeholder {
color:#205072
}
.form-group .form-control:-ms-input-placeholder {
color:#205072
}
.form-group .form-control:-moz-placeholder {
color:#205072
}
.form-group select.form-control {
	height: 39px;
	outline: 0
}
.form-group select.form-control option {
	color: #333
}
.form-group.textarea {
	margin-bottom: 14px
}
.form-group.textarea .form-control {
	border: 1px solid #486e90;
	padding: 7px 12px;
	resize: none;
	margin-top: 16px;
	padding-left: 12px!important
}
.form-group.textarea .form-control:focus {
	border: 1px solid #d2d2d2!important
}
.form-group .upload-block {
	float: left;
	position: relative;
	width: 130px;
	height: 20px
}
.form-group .upload-block input {
	opacity: 0;
	z-index: 99;
	position: relative
}
.form-group .upload-block p {
    position: absolute;
    left: 0;
    top: -8px;
    z-index: 9;
    margin-bottom: 0;
    font-size: 14px;
    color: #205072;
    letter-spacing: .8px;
    font-weight: 500;
}
.form-group .upload-block p span {
    width: 20px;
    height: 20px;
    line-height: 18px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    border-radius: 100%;
    background: #205072;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0;
}
.form-group .checkbox {
	float: left;
	margin: 20px 20px 0
}
.form-group .checkbox label {
	font-size: 10px;
	color: #c5d1dd;
	letter-spacing: .6px;
	text-transform: capitalize
}
@media (min-width:576px) {
.form-group .checkbox {
	float: right;
	margin: 0
}
.form-group {
	width: 46%
}
.form-group label {
	font-size: 16px
}
}
@media (min-width:1200px) {
.form-group .checkbox label {
	font-size: 13px
}
}
.form-group.upoad-check-option {
	margin-bottom: 28px
}
.form-group .captcha {
	float: left
}
.form-group.btn-row-block {
	margin-bottom: 0
}
.form-group.textarea label {
	position: relative;
	padding-left: 0
}
.from-right-block .form-group.input-effect .form-control {
	z-index: 2;
	border-color: #d2d2d2;
	padding-left: 0
}
.from-right-block .form-group .select select {
	border-bottom: 0
}
.get-in-touch-section .from-block {
	margin-top: 20px
}
@media (min-width:992px) {
.get-in-touch-section .from-block {
	margin-top: 0
}
}
.get-in-touch-section .main-content-block {
	width: 100%;
	float: none;
	margin-top: 0;
	padding-top: 50px; z-index: 1;
    position: relative;
}
.get-in-touch-section .main-content-block h2 {
	text-align: center;
	font-size: 30px;
	color: #fff;
	margin-bottom: 4px;
	line-height: 24px;
	font-weight: 500
}
.get-in-touch-section .main-content-block .title-bar {
	text-align: center;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1.2px;
	padding-bottom: 0
}
@media (min-width:576px) {
.get-in-touch-section .main-content-block {
	 padding-top: 100px;
}
}
@media (min-width:992px) {
.get-in-touch-section .main-content-block {
	margin-top: -85px; padding-top: 0;
}
.get-in-touch-section .main-content-block {
	float: left;
	width: 45%
}
.get-in-touch-section .main-content-block h2 {
	font-size: 30px;
	line-height: 45px;
	color: #162d42
}
.get-in-touch-section .main-content-block .title-bar {
	color: #162d42
}
.get-in-touch-section .main-content-block .title-bar, .get-in-touch-section .main-content-block h2 {
	text-align: left
}
}
@media (min-width:1200px) {
.get-in-touch-section .main-content-block {/*! margin-top: -156px; */
}
.get-in-touch-section .main-content-block h2 {
	font-size: 30px;
	font-weight: 600
}
}
.get-in-touch-section .from-right-block {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 0;
	margin-top: 35px;
	border: none
}
.get-in-touch-section .footer-form {
	padding: 15px 0
}
.effect8 {
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3), 0 0 40px rgba(0,0,0,.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.3), 0 0 40px rgba(0,0,0,.1) inset;
	box-shadow: 0 1px 4px rgba(0,0,0,.3), 0 0 40px rgba(0,0,0,.1) inset
}
.effect8:after, .effect8:before {
	content: "";
	position: absolute;
	z-index: 0;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.8);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.8);
	box-shadow: 0 0 20px rgba(0,0,0,.8);
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
	-moz-border-radius: 100px/10px;
	border-radius: 100px/10px
}
.effect8:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg)
}
.get-in-touch-section .from-right-block .form-group {
	padding: 0;
	margin: 0 0 30px 0;
	width: 100%
}
.get-in-touch-section .from-right-block form {
	margin: 0
}
.get-in-touch-section .from-right-block .form-group label {
	font-weight: inherit;
	color: #56C596
}
.get-in-touch-section .from-right-block .form-group.btn-row-block {
	margin: 0;
	float: left;
	display: inline-block;
	width: auto
}
@media (min-width:601px) {
.get-in-touch-section .from-right-block .form-group.btn-row-block {
	float: right
}
}
.get-in-touch-section .form-group.textarea .form-control:focus {
	border-color: #dfdfdf!important
}
.get-in-touch-section .from-right-block .form-group.full-block {
	border-bottom: none
}
.get-in-touch-section .from-right-block .form-group .comman-btn {
	padding: 10px 15px;
	float: none;
	margin: 20px 0 0
}
.get-in-touch-section .footer-form {
	background: #fff;
	padding: 50px 40px;
	position: relative
}
@media (min-width:576px) {
.get-in-touch-section .from-right-block .form-group .comman-btn {
	padding: 20px;
	float: left;
	margin: 0
}
}
@media (min-width:768px) {
.get-in-touch-section .footer-form {
	padding: 40px 20px 20px
}
.get-in-touch-section .from-right-block .form-group {
	padding: 0;
	border-bottom: 1px solid #d2d2d2;
	margin: 0 0 40px 0
}
}
@media (min-width:992px) {
.get-in-touch-section .from-left-block {
	padding-right: 85px;
	min-height: 420px
}
.get-in-touch-section .from-right-block {
	position: absolute;
	margin-top: -100px;
	padding: 0;
	width: 100%
}
.get-in-touch-section .from-right-block .form-group.btn-row-block {
	margin: 0 0 10px;
	float: right;
	display: inline-block;
	width: auto
}
.get-in-touch-section .from-right-block .form-group .comman-btn {
	float: right
}
}
.emailid-block a {
	width: 100%;
	float: left;
	border-radius: 5px;
	background: rgba(62,93,122,.23);
	padding: 10px;
	position: relative;
	transition: .5s all
}
.emailid-block li {
	margin: 0 auto 5px
}
ul.bluts li, ul.bluts li i {
	border-radius: 100%;
	list-style: disc
}
.emailid-block a:hover {
	transition: .5s all
}
.emailid-block a i {
	position: absolute;
	left: 22px;
	top: 10px;
	width: 28px;
	height: 0;
	border-right: 1px solid rgba(242,243,245,.3);
	padding: 12px 44px 18px 0;
	font-size: 28px;
	color: #fff;
	display: none
}
.emailid-block a i:before {
	position: absolute;
	top: 0
}
ul.emailid-block {
	text-align: center;
	padding: 0
}
.emailid-block li {
	display: inline-block;
	width: 100%;
	text-align: left
}
.emailid-block span {
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	color: #56C596;
	display: inline-block
}
.emailid-block strong {
	display: block;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	color: #fff;
	letter-spacing: .05em;
	word-wrap: break-word
}
.emailid-block li:hover i {
	color: #205072;
	transition: .5s all
}
.emailid-block li:first-child {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 0
}
.emailid-block li:first-child a {
	width: 100%;
	margin: 0 auto 5px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	float: none
}
@media (min-width:768px) {
.emailid-block li {
	width: 100%
}
.emailid-block li:first-child a {
	width: 100%;
	margin: 0 auto 5px
}
}
@media (min-width:992px) {
.emailid-block li {
	width: 47%
}
.emailid-block li:first-child a {
	width: 100%
}
ul.emailid-block {
	text-align: left;
	padding: 0
}
.emailid-block li {
	margin: 0 0 5px;
	display: block;
	width: 100%
}
}
@media (min-width:1200px) {
.emailid-block span {
	display: none
}
.emailid-block a {
	padding: 14px 10px 14px 90px
}
.emailid-block a i {
	display: inline-block
}
}
ul.bluts, ul.bluts li {
	display: block
}
ul.bluts li {
	font-size: 13px;
	color: #fff;
	margin: 0 0 5px
}
ul.bluts li i {
	background-color: #fff;
	height: 8px;
	width: 8px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	left: 0;
	margin: 0 5px
}
@media (min-width:1200px) {
ul.bluts li {
	font-size: 15px
}
ul.bluts li i {
	margin: 0 15px
}
}
.counting span, .sparater-block span {
	font-size: 16px;
	text-transform: uppercase
}
.sparater-block {
	position: absolute;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,.1);
	right: 42px;
	top: 0;
	display: none
}
.sparater-block span {
	height: 64px;
	color: #c5d1dd;
	letter-spacing: .6px;
	line-height: 64px;
	background: #162d42;
	position: absolute;
	top: 50%;
	left: -11px;
	margin-top: -32px
}
.get-in-touch-section.get-in-touch-career-form .sparater-block span {
	background: #0f598a
}
.from-right-block .sparater-block {
	background: -moz-linear-gradient(top, rgba(254,255,255,0) 6%, rgba(255,255,255,.1) 50%, rgba(160,216,239,0) 94%);
	background: -webkit-linear-gradient(top, rgba(254,255,255,0) 6%, rgba(255,255,255,.1) 50%, rgba(160,216,239,0) 94%);
	background: linear-gradient(to bottom, rgba(254,255,255,0) 6%, rgba(255,255,255,.1) 50%, rgba(160,216,239,0) 94%)
}
@media (min-width:992px) {
.sparater-block span {
	left: -31px;
	width: 64px;
	background: #205072;
	border-radius: 100%;
	text-align: center
}
.sparater-block {
	display: block
}
}
.comman-btn {
	color: #fff;
	background: #56c596;
	border: none;
	border-radius: 4px;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .05em;
	margin: 20px auto 0;
	display: inline-block;
	vertical-align: middle;
	transition: .5s all
}
.comman-btn:focus, .comman-btn:hover {
	transition: .5s all;
	background-color: #56C596;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 5px 28.5px 1.5px rgba(19,196,161,.3)!important
}
.footer-section {
	position: relative;
	background-color: #56c596;
	width: 100%;
	padding: 30px 0
}
h5 {
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding: 0 0 5px
}
.footer-section ul.footer-link {
	margin: 10px 0 30px
}
.footer-section ul.footer-link li a {
	color: #fff;
	transition: .5s all;
	margin: 0 0 5px;
	display: block
}
.footer-section ul.footer-link li a:hover {
	color: #5cd10a;
	transition: .5s all
}
.footer-social {
	text-align: center;
	padding: 0;
	margin: 0 0 5px
}
.footer-social li {
	display: inline-block;
	margin: 0 7px
}
.footer-social li a {
	color: #fff;
	transition: .5s all
}
.footer-social li a:hover {
	color: #205072;
	transition: .5s all
}
.footer-social li a i {
	font-size: 18px
}
.copyrights {
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	color: #fff
}
.copyrights a {
	color: #fff
}
.copyrights a:hover {
	color: #162d42
}
@media (min-width:992px) {
.footer-section {
	padding: 40px 0
}
.footer-social li {
	margin: 0 10px
}
.footer-social li a i {
	font-size: 28px
}
}
@media (min-width:1200px) {
.footer-section ul.footer-link {
	margin: 20px 0 0
}
}
canvas {
	display: block;
	vertical-align: bottom
}
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #56c596;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%
}
.count-particles {
	background: #56c596;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13e8e9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-weight: 700
}
.js-count-particles {
	font-size: 1.1em
}
#stats, .count-particles {
	-webkit-user-select: none
}
#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden
}
.count-particles {
	border-radius: 0 0 3px 3px
}
#technology {
	position: relative;
	display: inline-block;
	padding: 0;
	width: 100%;
	text-align: center
}
#technology li {
	list-style: none;
	vertical-align: top;
	display: inline-block;
	margin: 0 10px 10px
}
#technology li .image {
	width: 100px;
	height: 100px;
	border: 1px solid #d2d2d2;
	display: inline-block;
	text-align: center
}
#technology li .image img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	padding: 10px
}
#technology li span {
	display: block;
	text-align: center
}
#product-home .single-blog-post .blog-post-content {
	min-height: auto;
	overflow: hidden;
	padding: 25px
}
#product-home .post-content {
	height: auto;
	overflow: hidden
}
#product-home .single-blog-post.page-single-blog .blog-post-content h3 {
	height: auto;
	overflow: hidden
}
@media(min-width:576px) {
#product-home .single-blog-post .blog-post-content {
	min-height: 330px;
	padding: 25px 25PX 0 25px
}
#product-home .post-content {
	height: 150px
}
#product-home .single-blog-post.page-single-blog .blog-post-content h3 {
	height: 60px
}
}
#blog-section .single-blog-post .blog-post-content {
	min-height: auto;
	padding: 25px 25px 20px 25px
}
#blog-section .post-content {
	height: auto;
	overflow: hidden
}
#blog-section .single-blog-post .blog-post-content h3 {
	height: auto;
	overflow: hidden
}
@media(min-width:768px) {
#blog-section .single-blog-post .blog-post-content {
	min-height: 330px;
	padding: 25px 25px 20px 25px
}
#blog-section .post-content {
	height: 95px
}
#blog-section .single-blog-post .blog-post-content h3 {
	height: 59px
}
}
.post-image img {
	width: 100%
}
.caseStudySlider {
	position: relative;
	z-index: 1;
	/*padding: 50px 0;*/
	clear: both
}
.caseStudySlider .csHomeWrapper {
	padding: 0;
	margin: 0 0
}
.caseStudySlider .csHomeWrapper .single-feedback-item {
	position: relative;
	max-width: 449px;
	float: left;
	z-index: 1;
	outline: 0;
	overflow: hidden;
	left: 0;
	transition: .5s all
}
.caseStudySlider .csHomeWrapper .single-feedback-item figure img {
	display: block;
	width: 100%!important;
	height: 100%!important
}
.caseStudySlider .csHomeWrapper .single-feedback-item .logoBox {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	text-align: center;
	padding: 100px 0 50px;
	background: -moz-linear-gradient(top, transparent 0, rgba(0,0,0,.65) 100%);
	background: -webkit-linear-gradient(top, transparent 0, rgba(0,0,0,.65) 100%);
	background: linear-gradient(to bottom, transparent 0, rgba(0,0,0,.65) 100%)
}
.caseStudySlider .csHomeWrapper .single-feedback-item .logoBox .title {
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 1.4;
	position: relative;
	top: 0;
	margin: 0 0 12px;
	padding: 0 15px
}
.caseStudySlider .csHomeWrapper .single-feedback-item .logoBox img {
	display: inline-block;
	width: auto;
	left: initial;
	bottom: initial;
	position: relative
}
.caseStudySlider .csHomeWrapper .single-feedback-item:hover .hoverDir {
	background: 0 0;
	height: 200%;
	overflow: hidden
}
.caseStudySlider .csHomeWrapper .single-feedback-item:hover .logoBox .title {
	display: none
}
@media(min-width:992px) {
.caseStudySlider .csHomeWrapper .single-feedback-item .logoBox .title {
	margin: 0 0 30px
}
.caseStudySlider .csHomeWrapper .single-feedback-item:hover .logoBox .title {
	display: none
}
}
@media (max-width:1199px) {
.caseStudySlider .csHomeWrapper .single-feedback-item .logoBox img {
	width: 60px;
	height: auto!important;
	display: block;
	margin: 0 auto
}
}
.caseStudySlider .csHomeWrapper .single-feedback-item .hoverDir {
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1;
	height: 100%;
	background: rgba(1,42,94,.9)
}
.caseStudySlider .csHomeWrapper .single-feedback-item .hoverContent {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	visibility: hidden;
	text-align: center;
	-webkit-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}
.caseStudySlider .csHomeWrapper .single-feedback-item .hoverContent p {
	padding: 220px 40px 40px;
	color: #fff;
	font-weight: 500
}
@media (max-width:1500px) {
.caseStudySlider .csHomeWrapper .single-feedback-item .hoverContent p {
	padding: 180px 40px 40px
}
}
@media (max-width:1366px) {
.caseStudySlider .csHomeWrapper .single-feedback-item .hoverContent p {
	padding: 110px 20px 20px
}
}
@media (max-width:1199px) {
.caseStudySlider .csHomeWrapper .single-feedback-item .hoverContent p {
	font-size: 14px;
	padding: 150px 10px 10px;
	line-height: 22px
}
}
@media(min-width:300px) {
.caseStudySlider .csHomeWrapper .single-feedback-item .hoverContent p {
	padding: 140px 10px 10px
}
}
.caseStudySlider .csHomeWrapper .single-feedback-item .hoverContent .btnSimple:hover {
	background: #56C596;
	color: #fff
}
.caseStudySlider .csHomeWrapper .single-feedback-item .customHover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	-webkit-transition: background .4s cubic-bezier(.645, .045, .355, 1);
	-o-transition: background .4s cubic-bezier(.645, .045, .355, 1);
	transition: background .4s cubic-bezier(.645, .045, .355, 1)
}
.caseStudySlider .csHomeWrapper .single-feedback-item .customHover h3 {
	font-size: 36px;
	padding-top: 50%;
	color: #fff
}
@media (max-width:1024px) {
.caseStudySlider .csHomeWrapper .single-feedback-item .customHover h3 {
	font-size: 24px
}
}
.caseStudySlider .csHomeWrapper .single-feedback-item .customHover .btnAnimated {
	color: #fff;
	padding: 0 40px;
	border-radius: 40px;
	background: #4385f5;
	border-color: #4385f5
}
@media (max-width:768px) {
.caseStudySlider .csHomeWrapper .single-feedback-item .customHover .btnAnimated {
	display: block;
	padding: 0;
	width: 70%;
	margin: 0 auto
}
}
@media (max-width:480px) {
.caseStudySlider .csHomeWrapper .single-feedback-item .customHover h3 {
	font-size: 18px
}
.caseStudySlider .csHomeWrapper .single-feedback-item .customHover .btnAnimated {
	font-size: 14px;
	line-height: 36px
}
}
.caseStudySlider .csHomeWrapper .single-feedback-item:hover .logoBox {
	top: 70px;
	bottom: auto;
	padding: 10px 0 0;
	background: 0 0
}
@media(min-width:300px) {
.caseStudySlider .csHomeWrapper .single-feedback-item:hover .logoBox {
	top: 20px
}
}
@media(min-width:500px) {
.caseStudySlider .csHomeWrapper .single-feedback-item:hover .logoBox {
	top: 10px
}
}
@media(min-width:768px) {
.caseStudySlider .csHomeWrapper .single-feedback-item:hover .logoBox {
	top: 15px
}
}
@media(min-width:992px) {
.caseStudySlider .csHomeWrapper .single-feedback-item:hover .logoBox {
	top: 25px
}
}
.caseStudySlider .csHomeWrapper .single-feedback-item:hover .hoverContent {
	opacity: 1;
	visibility: visible;
	background-color: #56c596
}
.caseStudySlider .single-feedback-item:hover {
	border-radius: 25px;
	transition: .5s all
}
.caseStudySlider .csHomeWrapper .single-feedback-item:hover .customHover {
	background: #56c596
}
.caseStudySlider .csHomeWrapper .single-feedback-item:hover .customHover h3 {
	color: #fff
}
.caseStudySlider .csHomeWrapper .single-feedback-item .btnSimple {
	background: #56c596;
	display: inline-block;
	color: #036;
	padding: 10px 0;
	width: 50%;
	transition: .5s all;
	border-radius: 4px;
	position: absolute;
	bottom: 40px;
	vertical-align: middle;
	left: 50%;
	margin-left: -25%
}
.inner-banner, .inner-banner img {
	position: relative;
	width: 100%
}
.caseStudySlider .csHomeWrapper .single-feedback-item:hover .btnSimple {
	background: #fff;
	color: #036;
	transition: .5s all;
	border-radius: 25px
}
@media (max-width:1024px) {
.caseStudySlider .csHomeWrapper .single-feedback-item .logoBox {
	bottom: auto;
	padding: 20px 0;
	background: 0 0
}
.caseStudySlider .csHomeWrapper .single-feedback-item .hoverContent {
	opacity: 1;
	visibility: hidden;
	background: rgba(1,42,94,.9)
}
.caseStudySlider .csHomeWrapper .single-feedback-item .customHover {
	background: #56c596
}
.caseStudySlider .csHomeWrapper .single-feedback-item .customHover h3 {
	color: #fff
}
.caseStudySlider .csHomeWrapper .single-feedback-item .customHover .btnSimple {
	background: #fff;
	color: #036
}
}
@media (max-width:1024px) and (max-width:1366px) {
.caseStudySlider .csHomeWrapper .single-feedback-item .logoBox {
	bottom: 0
}
}
.caseStudySlider .csHomeWrapper .single-feedback-item .customHover .btnSimple {
	background: #fff;
	color: #036
}
.caseStudySlider .csHomeWrapper .single-feedback-item .customHover {
	background: #56c596
}
.contact-form .form-group {
	width: 100%;
	border: none;
border-radius:.25rem
}
.default-btn {
	border: none;
	position: relative;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	font-weight: 500;
	font-size: 15px;
	padding-left: 50px;
	padding-right: 25px;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #56c596
}
.default-btn:focus, .default-btn:hover {
	color: #fff;
	background-color: #56C596;
	-webkit-box-shadow: 0 5px 28.5px 1.5px rgba(19,196,161,.3)!important;
	box-shadow: 0 5px 28.5px 1.5px rgba(19,196,161,.3)!important
}
.default-btn:focus i, .default-btn:hover i {
	color: #fff
}
.showcaseBox .contentBox {
	text-align: center
}
.showcaseBox .contentBox h3, h3.title {
	font-size: 26px;
	color: #012a5e
}
.showcaseBox .contentBox h3:after, h3.title:after {
	display: block;
	content: '';
	width: 80px;
	height: 4px;
	margin: 15px auto;
	background: #56c596
}
h3.title:after {
	margin: 15px 0 0;
	text-align: left
}
.btnSimple {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 15px;
	color: #fff;
	outline: 0;
	padding: 8px 30px;
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	background: #56c596;
	border: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-weight: 500
}
.btnSimple:hover {
	color: #fff;
	background: #205072;
}
.banner-btn .btnSimple:hover {
	background: #fff;
	color: #205072;
}
.showcaseBox figure {
	margin: 30px 0 0
}
@media(min-width:768px) {
.showcaseBox .contentBox {
	text-align: left
}
.showcaseBox .contentBox h3:after {
	margin: 15px 0 0
}
.showcaseBox figure {
	margin: 0
}
}
.technology-icon {
	display: inline-block;
	padding: 0
}
.technology-icon li {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 5px 10px;
	border: 1px solid #efefef;
	position: relative
}
.technology-icon li img {
	width: 100%;
	height: auto;
	padding: 10px
}
.technology-icon li:hover {
	background: rgba(7,7,7,.2);
	top: 0
}
.thumbnail {
	display: inline-block;
	display: block;
	height: auto;
	max-width: 100%;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.428571429;
	background-color: #fff;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.thumbnail a>img, .thumbnail>img {
	display: block;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto
}
.thumbnail a>img, .thumbnail>img {
	margin-left: auto;
	margin-right: auto
}
.thumbnail img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0
}
img {
	vertical-align: middle
}
.page-title-desc {
	position: relative;
	width: 100%;
	text-align: center;
	color: #205072;
}
.discover-sprints {
	padding: 50px 0 0;
	display: block
}
.discover-sprints ul {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	display: table
}
.discover-sprints ul li {
	display: inline-table;
	width: 23%;
	background: #fff;
	text-align: center;
	vertical-align: top;
	margin: 0 10px 20px;
	height: 100%;
	min-height: 225px
}
.discover-sprints ul li a {
	display: table-cell;
	padding: 30px;
	margin: 20px;
	min-height: 200px;
	-webkit-box-shadow: 0 2px 15px 1px rgba(0,0,0,.08);
	box-shadow: 0 2px 15px 1px rgba(0,0,0,.08);
	-webkit-transition: width .2s ease-in-out, margin .2s ease-in-out, transform .75s ease, -webkit-transform .75s ease;
	-o-transition: width .2s ease-in-out, margin .2s ease-in-out, transform .75s ease, -webkit-transform .75s ease;
	transition: width .2s ease-in-out, margin .2s ease-in-out, transform .75s ease, -webkit-transform .75s ease;
	vertical-align: middle;
	border-radius: 29px
}
.discover-sprints ul li:hover a {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	color: #fff;
	background-color: #56c596;
	transition: .5s all
}
.discover-sprints ul li:hover h4, .discover-sprints ul li:hover p {
	color: #fff;
	transition: .5s all
}
.discover-sprints ul li:hover a span {
	color: #fff;
	transition: .5s all
}
.discover-sprints p {
    font-size: 14px;
    height: auto;
    overflow: hidden;
}
@media(min-width:970px) {
	.discover-sprints p {
	    height: 95px;
	}
}

@media(max-width:1024px) {
.discover-sprints ul li a {
	padding: 30px;
	margin: 15px
}
}
@media(max-width:991px) {
.discover-sprints ul li a {
	min-height: 160px
}
}
@media(max-width:600px) {
.discover-sprints ul li a {
	margin: 0;
	min-height: 0;
	padding: 25px
}
}
.discover-sprints ul li h4 {
	margin: 0 0 10px;
	font-weight: 400;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	height: auto
}
@media(min-width:970px) {
.discover-sprints ul li h4 {
	height: 40px
}
}
@media(min-width:1200px) {
.discover-sprints ul li h4 {
	font-size: 17px
}
}
.discover-sprints ul li h4 span {
	display: block;
	font-size: 14px;
	color: #333;
	padding: 10px 0 0;
	line-height: 24px;
	font-weight: 400
}
@media(max-width:768px) {
.discover-sprints ul li h4 span {
	font-size: 14px;
	line-height: 24px
}
}
@media(max-width:1024px) {
.discover-sprints ul li h4 {
	padding-top: 0
}
}
@media(max-width:991px) {
.discover-sprints ul li {
	width: 45%
}
}
@media(max-width:600px) {
.discover-sprints ul li {
	width: 100%;
	margin: 0 0 20px
}
}
.ourExperience {
	position: relative;
	display: table;
	width: 100%
}
.ourExperience h3{color: #205072;}
.ourExperience figure {
	position: absolute;
	top: -100px
}
.ourExperience img {
	width: 100%;
	text-align: center;
	display: block;
	margin: 0 auto
}
.ourExperience .btnSimple{background: #205072;transition: 0.5s all;}
.ourExperience .btnSimple:hover{background: #56c596;transition: 0.5s all;}
.ourExperience .width50 {
	width: 50%
}
.ourExperience .center {
	text-align: center
}
.ourExperience .table {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0
}
.ourExperience .table .table-cell {
	display: table-cell;
	vertical-align: middle;
	position: relative
}
.ourExperience .content {
	padding: 0 0
}
@media(min-width:970px) {
.ourExperience .content {
	padding: 50px 0
}
}
@media(min-width:1200px) {
.ourExperience .content {
	padding: 100px 0
}
}
@media(max-width:1024px) {
.ourExperience.bdaPage br {
	display: none
}
}
@media(max-width:600px) {
.ourExperience.bdaPage {
	padding-top: 0
}
}
.ourExperience .table-cell {
	vertical-align: middle
}
.ourExperience .table-cell p {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 20px
}
@media(max-width:600px) {
.ourExperience .table-cell p {
	font-size: 14px;
	line-height: 24px
}
}
@media(max-width:768px) {
.ourExperience .table-cell {
	display: block;
	width: 100%
}
.ourExperience .table-cell:first-child {
	display: none
}
}
@media(max-width:1199px) {
.ourExperience {
	padding: 0
}
}
@media(max-width:991px) {
.ourExperience {
	padding: 60px 0
}
}
@media(max-width:480px) {
.ourExperience {
	padding: 30px 0
}
}
.icon-list {
	padding: 0;
	display: inline-block;
	text-align: center;
	margin: 20px
}
.icon-list li {
	list-style: none;
	display: inline-block;
	border: 1px solid #f2f2f2;
	margin: 0 5px 10px;
	padding: 20px 10px;
	text-align: center;
	box-shadow: 0 2px 12px 0 rgba(29,33,43,.15);
	transition: .5s all;
	width: 46%
}
@media(min-width:576px) {
.icon-list li {
	width: 30%
}
}
@media(min-width:970px) {
.icon-list li {
	width: 23%
}
}
@media(min-width:1100px) {
.icon-list li {
	width: 15%
}
}
.icon-list li:hover {
	border-radius: 20px;
	transition: .5s all;
	transform: translateY(-10px)
}
.icon-list li img {
	width: 40px;
	height: 40px;
	position: 10px;
	margin: 0 0 15px
}
.icon-list li h4 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0
}
.list-tab, .list-tab li {
	display: flex;
	text-align: center
}
.list-tab {
	flex-wrap: wrap;
	margin: 30px 0 0;
	position: relative;
	padding: 0
}
.list-tab li {
	background-color: #fff;
	border: none;
	transition: .5s all;
	margin: 0 0 20px;
	padding: 0;
	font-size: 14px;
	width: 100%;
	box-shadow: 0 20px 25px 0 rgba(29,33,43,.15);
	border-radius: 60px;
	align-items: center;
	justify-content: center
}
.list-tab li a {
	color: #205072;
	margin: 0 auto;
	font-size: 14px;
	line-height: 22px;
	padding: 20px;
	display: block;
	width: 100%
}
.list-tab li:hover {
	background-color: #56c596;
	color: #56C596;
	transition: .5s all;
	transform: translateY(-10px);
	box-shadow: 0 2px 15px 1px rgba(0,0,0,.08)
}
.list-tab li:hover a {
	color: #fff;
	transition: .5s all
}
@media (min-width:576px) {
.list-tab li {
	width: 45%;
	margin: 0 20px 20px 0
}
}
@media (min-width:992px) {
.list-tab li {
	padding: 0;
	width: 31%;
	margin: 0 15px 20px 0
}
.list-tab li a {
	font-size: 16px;
	line-height: 24px;
	padding: 20px
}
}
@media (min-width:1200px) {
.list-tab li {
	width: 22%;
	margin: 0 30px 25px 0
}
}
.tooltech-points {
	position: relative;
	margin: 0;
	clear: both;
	padding: 0;
	width: 100%;
	display: inline-block;
	text-align: center
}
.tech-list__item {
	padding: 30px;
	width: 100%;
	text-align: center;
	background: #f9f8f8;
	list-style: none;
	margin: 10px 0 0;
	display: inline-block;
	text-align: center;
	-webkit-transition: all .3s, border-color .3s, -webkit-transform .3s;
	-o-transition: all .3s, border-color .3s, -o-transform .3s;
	transition: all .3s, border-color .3s, -webkit-transform .3s;
	transition: all .3s, border-color .3s, transform .3s, -webkit-transform .3s;
	height: auto;
	border-top: 5px solid transparent;
	vertical-align: top
}
.tech-list__item:hover {
	-webkit-box-shadow: 0 15px 15px rgba(0,0,0,.15);
	box-shadow: 0 15px 15px rgba(0,0,0,.15);
	border-left-color: #f4f4f4;
	border-right-color: #f4f4f4;
	border-bottom-color: #f4f4f4;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	border-top: 5px solid #56c596
}
.tech-list__item .tech-item-image {
	width: 100%
}
.tech-list__item .tech-item-image img {
	margin: 0 auto 10px;
	height: 90px;
	display: block;
	width: 90px
}
.tech-list__item .tech-item-desc, .tech-list__item .tech-item-title {
	padding: 8px 0
}
.tech-list__item .tech-item-title h4 {
	font-size: 16px;
	color: #205072;
	font-weight: 500;
	margin-bottom: 0
}
@media (min-width:768px) {
.tech-list__item {
	height: auto;
	width: 47%;
	padding: 30px 20px
}
}
@media (min-width:920px) {
.tech-list__item {
	width: 22%;
	margin: 15px
}
}
.showcaseBox .float-left {
	float: left
}
.sequence-content {
	order: 2
}
.sequence {
	order: 1
}
@media(max-width:768px) {
.sequence {
	order: 2
}
.sequence-content {
	order: 1
}
}
#tesimonial {
	position: relative
}
#tesimonial::before {
	position: relative;
	content: '';
	display: block;
	background: url(../images/2.png);
	background-repeat: no-repeat
}
#tesimonial .single-feedback-item .feedback-desc {
	padding: 0
}
#tesimonial .single-feedback-item .feedback-desc::before {
	display: none
}
#tesimonial .client-info {
	margin: 0;
	float: left
}
#tesimonial .feedback-slides.owl-theme .owl-item .single-feedback-item {
	margin-bottom: 40px;
	height: auto;
	width: 100%;
	transition: .5s all
}
#tesimonial .single-feedback-item::before {
	position: relative;
	content: '';
	display: block;
	border-top: 2px solid #205072;
	width: 20%;
	padding: 0 30px
}
#tesimonial .single-feedback-item .image {
	width: 50px!important;
	height: 50px;
	float: left;
	margin: 0 20px 0 0;
	background-color: #efefef;
	border: 1px solid #d2d2d2;
	border-radius: 100%;
	overflow: hidden
}
#tesimonial .feedback-slides .owl-item.active.center .single-feedback-item {
	margin-top: 0
}

@media(min-width: 767px){
	#tesimonial .feedback-slides .owl-item.active.center .single-feedback-item {
		margin-top: 30px
	}
}

#tesimonial .single-feedback-item .image img {
	display: block!important;
	width: 100%!important;
	height: auto!important;
	overflow: hidden!important;
	position: relative!important;
	padding: 2px
}
#tesimonial .client-desc {
	margin: 20px 0
}
#tesimonial .feedback-slides.owl-theme .owl-item.active .single-feedback-item .feedback-desc {
	height: auto;
	border: 1px solid #f2f2f2;
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	border: none;
	padding: 30px
}
#tesimonial .single-feedback-item .feedback-desc {
	background: #fff;
	height: auto
}
.margin-left {
	margin: 0
}
@media(min-width:960px) {
.margin-left {
	margin: 0 0 0 20%
}
}
.others-options {
	display: inline-block
}
.others-options span {
	display: none;
	position: relative;
	top: 0;
}
.others-options a {
	padding: 8px 20px
}
.others-options a:hover {
	background: #fff;
	color: #205072;
}
.others-options a i {
	padding: 0;
	position: relative;
	top: 1px
}
.inner-nav .others-options a {
	background: #fff;
	color: #205072;
}
.inner-nav .others-options a:hover {
	background: #56C596;
	color: #fff
}
.inner-nav.is-sticky .others-options a {
	background: #56C596;
	color: #fff
}
.inner-nav.is-sticky .others-options a:hover {
	background: #205072;
	color: #fff
}
.is-sticky .others-options a {
	color: #fff
}
.is-sticky .others-options a:hover {
	background-color: #205072;
	color: #fff
}
@media(min-width:1060px) {
.others-options {
	display: inline-block
}
.others-options span {
	display: inline-block
}
.others-options a i {
	padding: 0 10px 0 0
}
}
#at-share-dock {
	display: none
}
@media(min-width:960px) {
#at-share-dock {
	display: block
}
}
.tab.pricing-list-tab.filter-search {
	padding: 30px
}
.tab.pricing-list-tab.filter-search .tabs {
	margin-bottom: 0
}
.filterList {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 30px
}
.filterList li.actionButton {
	display: inline-block;
	margin: 5px
}
.filterList li label, .filterList li.actionButton button {
	position: relative;
	border: none;
	z-index: 1;
	outline: 0;
	background: 0 0;
	font-size: 13px;
	color: #000;
	padding: 0 15px;
	line-height: 36px;
	border: solid #e0e0e0 1px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px
}
.filterList li button.active, .filterList li button:hover, .filterList li label.active, .filterList li label:hover {
	color: #fff;
	background: #56C596;
	border-color: #56C596
}
#technology-slider .single-feedback-item .feedback-desc {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-left: 0;
	background-color: #fff;
	padding: 22px;
	box-shadow: none;
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,.1); height: auto;
}
#technology-slider .single-feedback-item .feedback-desc::before {
	display: none
}
#technology-slider .single-feedback-item img {
	position: relative
}
.technology-slides.owl-theme .owl-nav.disabled+.owl-dots {
	line-height: initial;
	margin-bottom: 30px;
	margin-top: 10px
}
.technology-slides.owl-theme .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 0 3px;
	background: 0 0;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50%;
	border: 1px solid;
	position: relative
}
.technology-slides.owl-theme .owl-dots .owl-dot span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	margin: 2px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .5s;
	transition: .5s
}
.feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before, .technology-slides.owl-theme .owl-dots .owl-dot.active span::before {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.technology-slides.owl-theme .owl-dots .owl-dot span::before {
	background-color: #205072;
}
.technology-slides figure {
	margin: 0
}
@media only screen and (max-width:991px) and (min-width:768px) {
.technology-slides .single-feedback-item img {
	height: auto!important;
	width: 100%
}
}
.overlay {
	position: absolute;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}
.others-options .btnSimple {
	font-size: 14px;
	padding: 10px 13px;
	line-height: 38px;
	top: -1px;
}
@media(min-width:1060px){
	.others-options .btnSimple {
		padding: 0 13px;
	}
}
.blog-image {
	position: relative;
	margin: 10px 0 0;
	display: block
}
.blog-image h3 {
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	padding: 30px;
	text-shadow: 2px 2px 2px #333
}
.blog-image .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,.6)
}
#product-home .blog-notes {
	margin-top: 20px;
	text-align: center
}
@media(min-width:790px) {
.blog-image {
	margin: 0
}
}
@media(min-width:960px) {
.blog-image h3 {
	font-size: 24px;
	line-height: 34px
}
}
#product-home .position {
	position: relative;
	text-align: center
}
#product-home .center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
#tesimonial .feedback-slides.owl-theme .owl-item.active .single-feedback-item .feedback-desc p {
	height: 98px;
	overflow: hidden;
	text-align: justify
}
.testimonial-area .single-feedback {
	position: relative;
	padding: 30px;
	background: #fff;
	transition: .4s;
	border-radius: 3px;
	z-index: 1;
	margin-bottom: 10px;
	margin-top: 20px;
	box-shadow: 0 0 20px -8px #000
}
.testimonial-area .single-feedback .client-info .image {
	width: 50px!important;
	height: 50px;
	float: left;
	margin: 0 20px 0 0;
	background-color: #efefef;
	border: 1px solid #d2d2d2;
	border-radius: 100%;
	overflow: hidden
}
.testimonial-area .single-feedback {
	position: relative;
	padding: 30px;
	transition: .4s;
	border-radius: 3px;
	z-index: 1;
	margin-bottom: 10px;
	margin-top: 20px;
	border: 1px dashed #ccc;
	box-shadow: none;
	background: 0 0
}
.testimonial-area .single-feedback .client-desc h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px
}
.testimonial-area .single-feedback .client-desc span {
	font-size: 13px
}
.testimonial-area .client-info {
	float: left;
	width: 100%
}
.testimonial-area .client-desc {
	float: right;
	width: 100%;
	vertical-align: top;
	margin: 15px 0 0
}
.testimonial-area .client-desc p {
	margin: 10px 0
}
@media(min-width:970px) {
.testimonial-area .client-info {
	width: 7%
}
.testimonial-area .client-desc {
	/*width: 93%;*/ width: 100%;
	margin: 0
}
}
.map-section {
	background: #b6dcf4
}
.map-section img {
    width: 100%;
}
.header-frame {
	margin-top: -1px;
	position: absolute;
	bottom: -34px;
	z-index: 99
}
.features-area {
	position: relative;
	padding: 50px 0
}
.features-area .header-frame {
	bottom: -94px
}
.technology-slider {
	padding: 0;
	position: relative;margin: 100px 0;
}
.technology-slider.inner {
	margin: 0;
}
.technology-slider .section-title {
	margin-bottom: 30px
}
.technology-slider::before {
    content: '';
    background: url(../images/smart-tecno.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top:-135px;
    position: absolute;
    display: block;
    width: 100%;
    height: 630px;
    z-index: -1;
    left: 0;
}
.technology-slider.home h2{color: #fff;}
.technology-slider.home .section-title h2 span {
    display: inline-block;
    background: #205072;
    background-clip: border-box;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.technology-slider .section-title p,
.technology-slider p {
    color: #333;
}
.technology-slider.inner::before {
	content: '';
	background: 0 0;
	background-repeat: repeat;
	background-size: auto;
	background-repeat: repeat;
	background-size: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: -211px;
	position: absolute;
	display: block;
	width: 100%;
	height: 700px;
	z-index: -1;
	left: 0
}
#success-story {
	position: relative;
	padding: 20px 0 70px
}
#tesimonial {
    position: relative;
    background: linear-gradient(to top,#fff 0,#edf5ff 50%,#edf5ff 100%);
    padding: 80px 0 0;
}
#tesimonial::before {
    content: '';
    background: url(../images/4.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 585px;
    position: absolute;
    display: block;
    bottom: 0;
    background-color: #edf5ff;
    z-index: 0;
}
/*#tesimonial .feedback-area .section-title{margin-bottom: 0;}


@media(min-width:970px){
	#tesimonial .feedback-area .section-title{margin-bottom: 80px;}
	#tesimonial::before {
		background-color: transparent;top: -170px;height: 750px;
	}
}
*/
#tesimonial .svg-feedback-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: -1
}
.service-inner {
	padding: 100px 0 50px
}
.single-about {
	padding: 0 0 20px
}
.service-inner .about-us-img {
	position: relative;
	padding-right: 0
}
.service-inner .about-us-img img {
	width: 100%
}
.service-inner .about-us-2-img {
	position: relative;
	right: 0;
	top: 0;
	width: 100%
}
.service-inner .about-inner-img {
	position: relative
}
@media(min-width:970px) {
.service-inner .about-us-2-img {
	position: absolute;
	right: 68px;
	top: 218px;
	width: 100%
}
}
@media(min-width:1200px) {
.service-inner .about-us-img {
	padding-right: 100px
}
.service-inner .about-us-2-img {
	right: 28px;
	top: 268px;
	width: auto
}
}
.service-inner .about-video {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%)
}
.service-inner .b-sm-left-1 {
	height: 3px;
	width: 15px;
	background: #56c596;
	left: 0;
	display: inline-block;
	position: relative;
	top: -3px
}
.service-inner .b-sm-left-2 {
	height: 3px;
	width: 40px;
	background: #56c596;
	display: inline-block;
	top: -3px;
	position: relative;
	left: 5px
}
.service-inner .sub-t-left {
	padding-left: 20px;
	font-weight: 700;
	color: #56c596;
	text-shadow: 0 2px 15px 1px rgba(0,0,0,.08)
}
.service-inner h3 {
	margin: 20px 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700
}
.service-included {
	position: relative
}
.service-included::before {
	position: absolute;
	content: '';
	display: block;
	background-image: url(../images/3.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	width: 100%;
	height: 700px
}
@media(min-width:970px) {
.service-inner h3 {
	font-size: 30px;
	line-height: 34px
}
}
.detail-list {
	margin: 0 0 10px
}
.single-about .about-inner-img {
	border: 6px solid #fff
}


.social-responsibility{padding: 0 0 50px;}

/* tech-btn */
#mobile,
#web,
#ui-ux,
#management,
#devops{width: 100%;}
.tech-btn {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0; padding: 15px 0;
}
.tech-btn li{list-style: none; text-align: center; display: inline-block;}
.tech-btn li a{font-size: 16px; font-weight: 500}
.tech-btn li:after{
	content: '|';
	position: relative;
	margin:10px; 
}
.tech-btn li:last-child:after{
	content: '';display: none;
}
.section-title{
	margin-top: 40px;
}	

/* cookies_design */
.cookies_design {
    box-shadow: 0px 10px 86px 0px #2b1900;
    bottom: 0;
    background: #fff;
    padding: 10px 20px 5px 20px;
    z-index: 99999;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    position: fixed; text-align: center;
}
.cookies_design p{color: #333;}
.cookies_design a {
    padding: 2px 31px;
}
.accept-btn {
    display: inline-block;
    float: none; margin: 10px auto;
}

@media(min-width:970px) {
	.accept-btn {
    float: right; margin: 10px 0;
}
.cookies_design {text-align: left;}
}

/* back-to-top */
.back-to-top {
    position: fixed;
    z-index: 99;
    right: 20px;
    bottom: 20px;
    background: #205072;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;transition: 0.5s all; z-index: 9999999;
}
.back-to-top i{display: block; vertical-align: middle;line-height: 50px; color: #fff}
.back-to-top:hover{background: #205072;transition: 0.5s all;}

	

.navbar-brand img {
    width: 180px;
    max-width: 180px;
}
.navbar-area.is-sticky .logo.logo-mobile{display: inline-block;}
.logo.logo-mobile a img{
	width: 130px;
    max-width: 130px;
}
.mean-bar a{top: 5px;}
.navbar-area .logo{display: inline-block;}
.navbar-area .logo.sticky{display: none;}
.navbar-area.is-sticky .logo{display: none;}
.navbar-area.is-sticky .logo.sticky{display: inline-block;}