/* aomatatecch website Style sheet */
* {
	max-height: 1000000px;
}

html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	min-width: 320px;
	margin: 0;
	font: 18px/36px 'Spartan', sans-serif;
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Spartan', sans-serif;*/
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	color: #304768;
	position: relative;
}

img {
	border-style: none;
	display: block;
}

a {
	text-decoration: none;
	color: #304768;
}

a:hover {
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	outline: none !important;
	text-decoration: none;
}

a:focus {
	outline: none !important;
	text-decoration: none;
}

button:focus,
button:active {
	outline: none !important;
}

input,
textarea,
select {
	font: 100% 'Spartan', sans-serif;
	vertical-align: middle;
	color: #304768;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type=file],
input[type=search] {
	-webkit-appearance: none;
	-webkit-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 0 !important;
}

input[type=text],
input[type=password],
textarea,
input[type=submit],
input[type="email"],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}

input[type="submit"]:hover {
	cursor: pointer;
}
textarea{
	resize: none;
}
iframe {
	border: 0;
	display: block;
}

/* placeholder input styles */ }
.form-section .contact-form .form-control input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #adb6c3; }
.form-section .contact-form .form-control input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #adb6c3; }
.form-section .contact-form .form-control input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #adb6c3;
  opacity: 1; }
.form-section .contact-form .form-control input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #adb6c3; }

/* end of reset */
/* buttons */
.btn {
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
	padding: 9px 21px;
}

.btn:active,
.btn.active {
	box-shadow: none;
}

.btn-default,
.btn-primary {
	font-size: 18px;
	border-radius: 10px;
	line-height: 30px;
	padding: 14px 20px;
	font-weight: 500;
}

.btn-default {
	border: 1px solid #4285f4;
	background: none;
	color: #4285f4;
}

.btn-default:hover {
	background: #4285f4;
	color: #fff;
}

.btn-primary {
	color: #fff;
	background: #e65d52;
	border: none;
}

.btn-primary:hover {
	-webkit-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 18px 0 rgba(255, 255, 255, 0.3);
	background: #fff;
	color: #e65d52;
}
.show_mobile{
	display: none !important;
}
#wrapper{
	overflow: hidden;
	position: relative;
}
#header{
	padding: 30px 0 20px;
}
.header-holder{
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}
.logo{
	float: left;
	width: 176px;
	height: 36px;
}
#nav{
	text-align: right;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font:16px;
	line-height: 36px;
	font-weight: 500;
	text-transform: capitalize;
}
#nav li{
	padding: 0 34px;
	display: inline-block;
	vertical-align: middle;
}
#nav ul a{
	color: #202124;
	display: block;
}
#nav ul a:hover{
	color: #4285f4;
	text-decoration: none;
}
.btn_nav_toggle{
	display: none;
}
#main{
	padding: 0 0 70px;
}
.aomata-container{
	margin: 0 auto;
	max-width: 1170px;
}
.section{
	padding: 70px 0;
}
.top-section{
	padding: 0px 0 !important;
}

.sec-other{
	padding: 40px 0;
}
.section h1{
	font:700 46px/50px 'Open Sans', sans-serif;
	margin: 0 0 40px;
	text-transform: capitalize;
}
.section h1 span{
	font:400 18px/20px 'Spartan', sans-serif;
}
.section.welcome-section h1 span{
	display: block;
	margin: 0 0 25px;
}
.box_txt_img{
	display: table;
	width: 100%;
}
.appinfo_section{
	height: 100vh;
}
.appinfo_section:nth-child(2n+1) .app-img-holder img{
	float: right;
}

.box_txt_img .column{
	display: table-cell;
	vertical-align: middle;
}
.box_txt_img .column.img-holder{
	width: 690px;
}
.appinfo_section .column{
	width: 50%;
}
.appinfo_section.app-intro .column{
	width: unset;
}
.box_txt_img.join-team-section .column.text-box{
	padding: 0 50px 0 0;
}
.appinfo_section .column.text-box{
	
}
.appinfo_section .app-img-holder img{
	margin: 0 -50px 0 0;
}
.appinfo_section:nth-child(2n) .app-img-holder img{
	margin: 0 0 0 -50px;
}
.app-intro .text-box img{
	margin: 0 0 40px;
}
.btn-stores a{
	display: inline-block;
	vertical-align: top;
	margin: 0 26px 0 0;
}
.app-intro .text-box .btn-stores img{
	margin: 0;
}
.section.app-intro h1{
	/*font: 500 65px/90px 'Spartan', sans-serif;*/
	font: 500 52px/80px 'Spartan', sans-serif;
}
/*.section.app-intro h1{
	margin: 0 0 40px;
	color: #4185f4;
}*/

.section.app-intro h1{
	/*margin: 30px 0 20px;*/
	margin: 30px 0 70px;
	color: #4185f4;
}

.section.app-intro h1 span{
	color: #646464;
	display: block;
	font: 500 35px/45px 'Spartan', sans-serif;
}
.languages{
	list-style: none;
	padding: 0;
	margin: 0;
	font: 24px/34px 'Open Sans', sans-serif;
}
.languages li{
	display: inline-block;
	vertical-align: top;
	width: 16%;
	margin: 0 0 25px;
}

.apps-row{
	margin: 0 -8px;
	text-align: center;
	font-size: 13px;
	line-height: 23px;
}
.apps-row .app-col{
	padding: 0 8px;
}
.apps-row .app-box{
	padding: 30px 8px;
	display: block;
	border-radius: 18px;
	height: 100%;
	border:2px solid #fafafa;
}
.apps-row .app-box:hover{
	
	text-decoration: none;
}
.apps-row .app-box img{
	margin: 0 auto 15px;
}
.apps-row h2{
	font:700 16px/23px 'Open Sans', sans-serif;
	margin: 0 0 10px;
}
.section .btn{
	margin: 30px 0 0;
}
.section.need-support .btn{
	padding: 15px 50px;
}
.contact-txt{
	margin: 0 auto;
	max-width: 630px;
	padding: 0 15px;
}
.contact-border{
	border: 1px solid #efefef;
	border-radius: 20px;
	max-width: 1170px;
	padding: 80px 0;
}
.stats-section .row{
	margin: 0;
	padding: 75px 0 70px;
	border: 1px solid #f9f9f9;
	border-radius: 20px;
}
.stats-section .stat-col{
	border-left: 1px solid #dedede; 
}
.stats-section .stat-col:first-child{
	border: none;
}
.stats-section .stat-img-holder{
	height: 45px;
	width: 34px;
	margin: 0 auto 15px;
}
.stats-section .stat-col img{
	margin: -25px auto 0;
}
.stats-section h2{
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0 -20px;
}
.stats-section h2 span{
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0 0;
}
.section.apps-store-info h1{
	font: 60px/70px 'Spartan', sans-serif;
	margin: 0 0 60px;
	text-transform:unset;
}
.section.apps-store-info h1 span{
	display: block;
	color: #739cfa;
	font-size: 60px;
	line-height: 70px;
}
#slide_vertical{
	width: 100%;
	position: relative;
  	background: #fff;
  	z-index: 10;
  	padding: 0 70px;
  	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#slide_vertical  .mask{
	position: relative;
	
  	/*overflow-y: auto;*/
	/* -ms-overflow-style: none;   IE and Edge */
  	/* scrollbar-width: none;   Firefox */
}
#slide_vertical .slider-holder{
	max-width: 1230px;
  	margin: 0 auto;
}
#slide_vertical.slider_active{
	position: fixed;
	top: 0;
}
#slide_vertical::-webkit-scrollbar {
	display: none;
}
#slide_vertical .slideset{
  	padding: 0 30px;
  	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slider-pagination{
	list-style: none;
	padding: 0;
	margin: -63px 0 0;
	position:fixed;
	top: 50%;
	right: 52px;
	font-size: 0;
	line-height: 0;
	display: none;
}
.on_slider .slider-pagination{
	display: block;
}

.slider-pagination li{
	display: block;
	border-radius: 50%;
	margin: 12px 0;
	border: 4px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slider-pagination li a{
	display: block;
	width: 10px;
	height: 10px;
	background: #6b6b6b;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.slider-pagination li:hover,
.slider-pagination li.active{
	background: #739cfa;
}
.slider-pagination li:hover a,
.slider-pagination li.active a{
	background: #739cfa;
}
/*Footer START*/
#footer{
	padding: 80px 0 0;
	background: #f9f9f9;
	font-size: 14px;
	line-height: 35px;
}
.footer-info,
.footer-holder{
	margin: 0 auto;
	max-width: 1170px;
}
.footer-holder{
	padding: 0 0 130px;
	border-bottom: 1px solid #eaeaea;
}
.footer-info{
	padding: 50px 0;
	overflow: hidden;
}
.footer-info p{
	margin: 0;
}
.footer-holder ul a:hover{
	color: #4285f4;
	text-decoration: none;
}
#footer .footer-logo{
	margin: 0 0 50px;
}
#footer h3{
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 20px;
}
#footer ul{
	list-style: none;
	margin: 0;
}
.footer-info .txt-info li{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 40px;
}
.footer-info ul a:hover{
	color: #4285f4;
	text-decoration: none;
}

#footer .socail-networks{
	line-height: 22px;
	font-size: 20px;
	padding: 0;
}
.socail-networks li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.socail-networks li a{
	display: block;
	width: 48px;
	height: 48px;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	padding: 13px;
}
.socail-networks li.youtube a{
	color: #f00;
}
.socail-networks li.linkedin a{
	color: #0e76a8;
}
.socail-networks li.facebook a{
	color: #3b5998;
}
.socail-networks li.pinterest a{
	color: #e60023;
}
.socail-networks li.twitter a{
	color: #00acee;
}

.socail-networks li.youtube a:hover{
	background: #f00;
	color: #fff;
}
.socail-networks li.linkedin a:hover{
	background: #0e76a8;
	color: #fff;
}
.socail-networks li.facebook a:hover{
	background: #3b5998;
	color: #fff;
}
.socail-networks li.pinterest a:hover{
	background: #e60023;
	color: #fff;
}
.socail-networks li.twitter a:hover{
	background: #00acee;
	color: #fff;
}
.footer-info .txt-copy{
	float: left;
}
.footer-info .txt-info{
	float: right;
}
.company-links ul {
	padding: 0;
}
/*Footer END*/

/*start AMC*/
.img-inline{
	display: inline;
}
/*end AMC*/
/*Start AMC*/
.textarea-grid { display: inline-grid; }
.contact-emails {padding: 40px 0;}
.contact-emails a:hover{
	text-decoration: none;
}
.contact-emails img{
	display: inline-block;
	vertical-align: middle;
	margin: 0 36px 0 0;
	background: #f9f9f9;
	border-radius: 10px;
	padding: 15px 12px;
}
.contact-form{
	padding: 40px 0;
}
.contact-form label{
	font-weight: 500;
	line-height: 30px;
	display: block;
	margin: 0 0 9px;
	text-transform: capitalize;
}
.contact-form .form-control{
	border-color: #f0efef;
	border-radius: 10px;
	color: #304768;
	font-weight: 300;
	font-size: 18px;
	line-height: 40px;
	padding: 10px 20px;
}
.contact-form input[type=text],
.contact-form input[type=email]{
	height: 62px;
}
.contact-form textarea{
	height:323px;
}
.contact-form .form-control:focus{
	border-color: #4285f4;
	box-shadow: none;
}
.contact-form .form-group{
	margin: 0 0 30px;
}
.contact-form .btn_holder{
	padding: 30px 0;
}
.contact-form .btn{
	padding: 14px 33px;
}
/*Career Page*/
.benefits-section{
	padding-bottom: 30px;
}
.benefit-sec {padding-top:30px;padding-bottom: 40px;}
.benefit-icon-img{
	display: inline-flex;
	align-items: flex-end;
}
.benefit-heading{ margin-left: 30px;}
.benefit-sub{
	float: right;
	margin-left: 70px;
	padding-right: 15%;
}
.job-border {
	border: 1px solid #efefef;
	border-radius: 20px;
	max-width: 550px;
	padding: 30px 0;
	margin: 0 auto; }
.job-txt {
	margin: 0 auto;
	max-width: 630px;
	/*padding: 0 15px;*/
	display: inline-block;
	text-align: left;
	margin-right: 100px;
}
.job-sec{padding: 1% 0;}
.section.job-sec .btn{ padding: 10px 50px; margin: 0px 0px 0px 0px; text-transform: inherit;}
.benefits-section h2 {
	font:700 24px/30px 'Open Sans', sans-serif;
}
.btn-default, .btn-primary .detail {font-size: 13px;
	border-radius: 10px;
	line-height: 14px;
	padding: 13px 30px;
	font-weight: 500;text-transform: none;
}
.job-details .text-box{
	margin: 0 0 40px;
}
.job-details h1 span{
	color: #4286f5;
	display: block;
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
	margin: 0 0 20px;
}
.job-details p{
	color: #71757e;
}
.job-details ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.job-details ul li{
	position: relative;
	padding: 0 0 0 28px;
}
.job-details ul li:after{
	content: "";
	position: absolute;
	width: 6px;
	height: 7px;
	border-radius: 50%;
	background: #304767;
	top: 14px;
	left: 3px;
}
.file_uploader{
	margin: 50px auto 40px;
	max-width: 390px;
}
.dropzone{
	border-radius: 5px;
	background: #f8f8f8;
	border-radius: 5px;
	padding: 8px 30px;
	text-align: center;
	border: 2px dashed #efefef;
	font-size: 13px;
}
.file_uploader label{
	display: inline;
	color: #4185f4;
	font-weight: 600;
	text-decoration: underline;
}
.file_uploader label:hover{
	text-decoration: none;
}
.dropzone.dragover{
	color: #000;
	border-color:red;
}
/* careers slider */
.aomata_slider {
	position: relative;
	margin: 30px -50px 0;
}

.aomata_slider h2 {
	font-size: 30px;
	text-align: center;
	color: #333333;
	margin-bottom: 50px;
}

.aomata_slider .owl-stage-outer {
	padding: 70px 0;
}
.aomata_slider .owl-stage-outer:after,
.aomata_slider .owl-stage-outer:before{
	content: "";
	position: absolute;
	width: 140px;
	height: 100%;
	z-index: 10;
	top: 0;
}
.aomata_slider .owl-stage-outer:after{
	right: 0;
	background:url("img/right-hide.png") no-repeat 0 50%;
}
.aomata_slider .owl-stage-outer:before{
	left: 0;
	background:url("img/left-hide.png") no-repeat 0 50%;
}
.aomata_slider .owl-nav {
	display: none;
}

.aomata_slider .owl-dots {
	text-align: center;
}

.aomata_slider .owl-dots span {
	position: relative;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: block;
	background: #fff;
	border: 2px solid #01b0f8;
	margin: 0 5px;
}

.aomata_slider .owl-dots .active {
	box-shadow: none;
}

.aomata_slider .owl-dots .active span {
	background: #01b0f8;
	box-shadow: none;
	height: 12px;
	width: 12px;
	margin-bottom: -1px;
}

.aomata_slider .card {
	background: #f9f9f9;
	margin: 0 15px;
	padding: 20px;
	border-radius: 20px;
	border: 0;
	box-shadow: none;
}

.aomata_slider .card .card-img-top {
	max-width: 100px;
	border-radius: 50%;
	margin: 15px auto 0;
	box-shadow: 0 8px 20px -4px #95abbb;
	width: 100px;
	height: 100px;
}

.aomata_slider .card h2 {
	color: #304769;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 10px;
	font-weight: 700;
}

.aomata_slider .card h5 span {
	font-size: 18px;
	color: #666666;
}

.aomata_slider .active {
	opacity: 0.5;
	transition: all 0.3s;
}

.aomata_slider .center {
	opacity: 1;
}

.aomata_slider .center .card{
	background:#fff;
	box-shadow: 0 8px 30px -7px #c9dff0;
}

.aomata_slider .center h5 {
	font-size: 24px;
}

.aomata_slider .center h5 span {
	font-size: 20px;
}

.aomata_slider .center .card-img-top {
	max-width: 100%;
	height: 120px;
	width: 120px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	outline: 0;
}

.owl-carousel button.owl-dot {
	outline: 0;
}

/* AMC*/

/*End AMC*/
/*Laptop, Large Screens*/
@media only screen and (max-width: 1199px) {
	#main,
	#footer,
	#header{
		padding-left: 20px;
		padding-right: 20px;
	}
	.appinfo_section{
		height: auto;
	}

	/*Contact Us Page */
	/*Start AMC*/
	.txt-align { text-align: right; }
	/*End AMC*/
}

/*Mobile, Tablet Screens*/
@media only screen and (max-width: 991px) {
	.stats-section .row{
		display: block;
		padding: 15px 0;
	}
	.stats-section h2,
	.stats-section .stat-col img{
		margin: 0 auto;
	}
	.stats-section .stat-col{
		padding-top:35px;
		padding-bottom: 35px;
		position: relative;
		border:none;
	}
	.stats-section .stat-col:after{
		content: "";
		width: 82px;
		position: absolute;
		height: 1px;
		background: #dedede;
		bottom: 0;
		left: 50%;
		margin: 0 0 0 -41px;
	}
	.stats-section .stat-col:last-child:after{
		display: none;
	}
	.appinfo_section .column.text-box{
		padding: 0 0 100px;
	}
	.appinfo_section:nth-child(2n) .app-img-holder img,
	.appinfo_section .app-img-holder img{
		margin: 0 auto;
		max-width: 376px;
	}
	.appinfo_section:nth-child(2n+1) .app-img-holder img{
		float: none;
	}
	.app-intro .text-box img{
		/*max-width: 134px;
		margin: 0 auto 40px;*/
		max-width: 200px;
	    margin: 10px auto 20px;
	}
	.appinfo_section .column{
		width: 100%;
	}
	.appinfo_section,
	.app-intro{
		text-align: center;
	}

	.section.app-intro h1,
	.section.app-intro h1 span{
		/*font-size: 32px;*/
		line-height: 46px;
		font-size: 30px;
    	
	}
	/*AMC*/
	.section.apps-store-info h1{
		/*font-size: 40px;
		line-height: 50px;*/
		font-size: 30px;
	    line-height: 50px;
	    font-weight: bold;
	}
	.section.apps-store-info h1 {
	    margin: 0 0 30px;
	}
	.section.apps-store-info h1 span {
	    font-size: 30px;
	    font-weight: bold;
	}
	/*AMC*/

	.section.apps-store-info h1 span {
	    line-height: 70px;
	    font-weight: bold;
	}

	.btn-stores img{
		max-width: 130px;
	}
	.btn-stores a{
		/*margin: 0 10px 0 0;*/
		margin: 10px 10px 0 0;
	}
	.section.app-intro h1 span{
		display: inline;
	}
	.hide_mobile{
		display: none !important;
	}
	.show_mobile{
		display: block !important;
	}
	#wrapper{
		padding: 96px 0 0;
	}
	#header{
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 1;
		background: #fff;
		padding-bottom: 0;
	}
	.header-holder{
		padding: 0 0 15px;
		border-bottom: 1px solid #f4f4f4;
	}
	.btn_nav_toggle {
		display: block;
		/*width: 43px;*/
		width: 195px;
		height: 36px;
		padding: 17px 5px;
		z-index: 3;
		position: absolute;
		/*left: 26px;*/
		left: 0px;
		top: 7px;
	}
	.logo{
		/*width: 56px;
		height: 50px;
		overflow: hidden;
		float: none;
		display: block;
		margin: 0 auto;*/
		width: 220px;
	    height: 50px;
	    overflow: hidden;
	    float: none;
	    display: block;
	    margin: 0 auto;
	    /*padding: 0 20px;*/
	}
	.logo img {
		height: 100%;
		/*max-width: 244px;*/
		max-width: 100%;
	}
	.btn_nav_toggle span{
		font-size: 0;
		line-height: 0;
		height: 2px;
		width: 33px;
		position: relative;
		display: block;
		background: #202124;
	}
	.btn_nav_toggle span:after,
	.btn_nav_toggle span:before{
		clear: both;
		content: "";
		position: absolute;
		width: 33px;
		background: #202124;
		height: 2px;
		left: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.btn_nav_toggle span:before{
		top: 9px;
	}
	.btn_nav_toggle span:after{
		bottom: 9px;
	}
	
	#nav{
		position: fixed;
		top: 0;
		left: -300px;
		width: 300px;
		height: 100%;
		background: #fff;
		padding:20px;
		margin: 96px 0 0;
		z-index: 2;
		text-align: left;
	}
	.show-nav #nav{
		left: 0;
	}

	.show-nav .btn_nav_toggle span{
		background: rgba(255,255,255,0);
	}
	.show-nav .btn_nav_toggle span:before{
		top: 0;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.show-nav .btn_nav_toggle span:after{
		bottom: 0;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#main{
		padding-bottom: 40px;
	}
	.aomata-container{
		/*max-width: 660px;*/
	}
	.section{
		padding: 25px 0;
		font-size: 16px;
	}
	.section h1{
		font-size: 35px;
		line-height: 40px;
		margin: 0 0 25px;
	}
	.box_txt_img .column,
	.box_txt_img{
		display: block;
	}
	.box_txt_img .column.img-holder{
		width: 100%;
		margin: 0 0 40px;
	}
	.box_txt_img .column.img-holder img{
		margin: 0 auto;
	}
	.welcome-section.box_txt_img .column.img-holder{
		margin: 40px 0 0;
	}
	.apps-row{
		display: block;
	}
	.apps-row:after{
		content: "";
		clear: both;
		display: block;
	}
	.apps-row .app-col{
		max-width: 310px;
		margin: 0 0 20px -4px;
		display: inline-block;
		vertical-align: top;
	}
	/*Contact Us Page */
	/*Start AMC*/
	.txt-align{
		text-align: center;
	}
	/*End AMC*/

	.footer-holder{
		padding: 0 0 70px;
	}
	#footer .footer-logo{
		max-width: 164px;
		margin: 0 0 40px;
	}
	.footer-holder .row{
		display: block;
	}
	#footer .socail-networks{
		margin: 0 0 70px;
	}
	.prodcuts-links{
		margin: 0 0 40px;
	}
	.company-links ul{
		padding: 0;

	}
	.footer-info{
		padding: 35px 0;
	}
	.footer-info .txt-info,
	.footer-info .txt-copy{
		float: none;
	}
	.footer-info .txt-info{
		padding: 0 0 15px;
		text-align: left !important;
	}
	.footer-info .txt-info li{
		margin: 0 40px 0 0;
	}
	.contact-form .form-group{
		margin: 0 0 30px;
		min-width: 334px;
	}
	.contact-emails img {
		margin: 0 10px 0 0;
		float: left;
	}
	.languages-section{
		text-align: center;
	}
	.languages{
		font-size: 16px;
	}
	.languages li{
		width: 30%;
	}
}
@media (max-width: 767px) {
	.appinfo_section:nth-child(2n) .app-img-holder img,
	.appinfo_section .app-img-holder img{
		width: 100%;
	}
	.aomata_slider {
		margin-top: 20px;
	}
}	
@media (max-width: 600px) {
	.text-right-mob {
		text-align: left!important;
	}
	.text-right{
		text-align: left!important;
	}
	#slide_vertical {
    	padding: 0 0px;
	}
	.email-link{
		display: flex;
    	align-items: center;
    	font-size: initial;
	}
}
@media (max-width: 991px) {
	.email-link{
		font-size: initial;
	}
}
@media (min-width: 600px) {
	.text-right-mob {
		text-align: right!important;
	}
	.text-right{
		text-align: right!important;
	} 
	#slide_vertical {
    	padding: 0 70px;
	}
}
@media only screen and (max-width: 991px){
	.section h1 {
	    font-size: 30px;
	    line-height: 40px;
	    margin: 40px 0 25px;
	}
	.slider-pagination {
		right: 20px !important;
	}
	#nav li {
	    display: flex !important;
	}

	.section.apps-store-info h1{
		font-weight: 500;
	}
	.section.apps-store-info h1 span{
		font-weight: 500;
		display: inline;
	}
}

