
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Comfortaa);
@import url(https://fonts.googleapis.com/css?family=Anton|Staatliches);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Staatliches);/*	font-family: 'Staatliches', cursive;*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Roboto:100);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
@import url(https://fonts.googleapis.com/css?family=Slabo+27px);
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@import url('https://fonts.googleapis.com/css?family=Gupter&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Jost&display=swap'); */
img{
	align-self: center;
}
.row:before, .row:after {display: none !important;}
/*
font-family: 'Staatliches', cursive;
font-family: 'Anton', sans-serif;
font-family: 'Pacifico', cursive;
*/
html{overflow-y: scroll;
overflow-x: hidden;}
body, html{height:100%; width:100%;}
body {
	/* -webkit-font-smoothing: subpixel-antialiased; */
	text-rendering: optimizeLegibility; 
}
*{margin:0;padding:0;font-family: 'Open Sans', sans-serif;}
.scrollAnimate{visibility:hidden;}
a{color:inherit; text-decoration:none;}

/* header */
.contact{
	border-top:#1187AE 3px solid;
	font-size:14px;
	border-bottom:#CCC solid 1px;
	background-color:#FFF;
	color: #636a73;
	height: 43px;
    display: flex;
    align-items: center;
}
.contact i{
	font-size: 17px;
}
.contact span{
	font-weight: 600;
	font-size: 18px;
	color: #bd4949;
	padding-left: 12px;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
}
.contact span a{
	color: #bd4949;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
}
#header{
	overflow:hidden;
	background-color:#f5f5f5;
	-webkit-box-shadow: 0 8px 6px -6px #666;
	-moz-box-shadow: 0 8px 6px -6px #666;
	box-shadow: 0 8px 6px -6px #666;
	z-index: 999999;
}

.logo{
	width:16%; 
	font-size:15px; 
	float: left;
	padding-top: 19px;
}

.logo img{
	width:100%;
	height:100%;
}

.responsive_nav{
	width:70%;
	float:left;
	text-align:right;
	font-size:25px;
	display:none;
	padding-top:10px;
}

/* @media screen and (max-width:767px){
	.nav{
		display:none !important;
	}
	
	.responsive_nav{
		display:block;
	}
	
	.logo{
		margin-bottom:15px;
	}
} */

.nav{
	width:75%; 
	z-index:99999; 
	float:right;
	display: block !important;
}
 

.nav ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.nav li {
	float: right;
	margin-left: 10px;
}

.nav li a:not(.active){border-top:medium solid #F90000;}

.nav li a {
    display: block;
    color: #333;
    text-align: center;
	padding: 28px 26px;
    text-decoration: none;
	font-size:17px;
	transition:all linear 0.2s;
	font-family: 'Jost', sans-serif;
}

.nav li a:hover:not(.active) {
    background-color: #CCC;
	transition:all linear 0.2s;
}

.nav .active {
    border-top: medium solid #1da0cc;
    color: #FFF;
    background-color: #588898;
}
/* /header */

#frontMain{
	height:100vh;
	background-image:url(../img/headBackground.jpeg);
	background-repeat:no-repeat;
	background-size:cover;
}

/* features */
#feature_circles{
	background-image:url(../img/pexels-photo-990818.jpg);
	background-size:cover;
	background-attachment:fixed;
	color:#FFF;
}
.feature_circle{padding:50px 0;}

.feature_circleIcon{
	height:150px;
	width:150px;
	border-radius:150px;
	-webkit-border-radius:150px;
	background-color:#1187AE;
	margin:0 auto;
	font-size:112.5px;
	padding:20px;
	color:#FFF;
	text-align:center;
	transition:margin-bottom .5s ease;
	-webkit-transition:transform .5s ease;
	-moz-transition:transform .5s ease;
	-ms-transition:transform .5s ease;
	-o-transition:transform .5s ease;
}

.feature_circleIcon:hover{transform:rotate(360deg);}

.feature_circleDesc{text-align:center;}
.feature_circleDesc h3{font-family: 'Comfortaa', cursive; font-size:25px;}
/* /features */

#info_thumbnails{padding-bottom:50px;}
#info_thumbnails h3{
	font-family: 'Roboto', sans-serif;
	/*color:#018947;*/
	font-size:22px;
	color:#000;
	font-weight:900;
}
.info_thumbnail{text-align:center; margin-top:50px; width:275px; margin:0 auto; margin-bottom:40px;}
.info_thumbnail .img img{width:100%;height:200px;border-bottom:#E0201B solid 3px;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.info_thumbnail .img img:hover{
	 -moz-transform: scale(1.1);
	  -webkit-transform: scale(1.1);
	  transform: scale(1.1);
}
.info_thumbnails_title{
	color:#000;
	font-family: 'Raleway', sans-serif;
	font-size:64px;
	text-align:center;
	margin-top:90px;
	margin-bottom:50px;
}
#productsWrap{
	padding-top: 25px;
	padding-bottom: 75px;
}
#welcome_text{
	text-align: center;
}
.welcome1{
	font-size:36px;
	/*background-color:#03363D;*/
	color:#000;
}
.welcome2{
	font-size: 18px;
    color: #565656;
    width: 736px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 18px;
}
#products{
	padding-top: 25px;
}
.bigProduct{
	box-shadow: 0px 3px 11px -1px #666;
	-webkit-box-shadow: 0px 3px 11px -1px #666;
	-moz-box-shadow: 0px 3px 11px -1px #666;
	-ms-box-shadow: 0px 3px 11px -1px #666;
	-o-box-shadow: 0px 3px 11px -1px #666;
	overflow:hidden;
	margin-bottom: 30px;
	height: 500px;
}
.bigProduct_img img{
	width: 77%;
    height: 100%;
    padding-top: 27px;
    margin: 0 auto;
}
.bigProduct_img{
	float: left;
    padding-top: 50px;
    width: 50%;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}
.bigProduct_text{
	height: 250px;
	width: 50%;
	float:left;
	padding: 45px 50px 28px 50px;
}
.bigProduct_text h4{
	font-family: 'Sen', sans-serif;
	font-size: 33px;
    font-weight: 800;
}
.product_text h4{
	font-family: 'Sen', sans-serif;
	font-size: 30px;
	text-align: center;
	padding-bottom: 8px;
}
.product_text p{
	text-align: center;
    font-size: 15px;
    width: 85%;
	margin: 0 auto;
	padding-bottom: 15px;
}
.product{
	box-shadow: 0px 3px 11px -1px #666;
	-webkit-box-shadow: 0px 3px 11px -1px #666;
	-moz-box-shadow: 0px 3px 11px -1px #666;
	-ms-box-shadow: 0px 3px 11px -1px #666;
	-o-box-shadow: 0px 3px 11px -1px #666;
}
.product_img img{
	width:82%;
	height: 100%;
}
.product_text{
	height: 444px;
	-ms-box-shadow: 0 8px 6px -6px #666;
	-o-box-shadow: 0 8px 6px -6px #666;
	-webkit-box-shadow: 0 8px 6px -6px #666;
    -moz-box-shadow: 0 8px 6px -6px #666;
	box-shadow: 0 8px 6px -6px #666;
	padding: 23px 28px;
}
#pricingWrap{
	padding: 25px;
}
#pricing{
	padding-top: 25px;
}
#pricingText h2{
	font-size: 32px;
	text-align: center;
	margin-bottom: 45px;
	margin-top: 50px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #225f8e;
}
#pricingText p{
	font-size: 18px;
	color: #565656;
	width: 650px;
    margin: 0 auto;
}
.pricing{
	box-shadow: 0px 3px 11px -1px #666;
	-webkit-box-shadow: 0px 3px 11px -1px #666;
	-moz-box-shadow: 0px 3px 11px -1px #666;
	-ms-box-shadow: 0px 3px 11px -1px #666;
	-o-box-shadow: 0px 3px 11px -1px #666;
	background-color: #FFF;
	border-top: medium solid #b32828;
}
.pricing_text{
	height: 640px;
	-ms-box-shadow: 0 8px 6px -6px #666;
	-o-box-shadow: 0 8px 6px -6px #666;
	-webkit-box-shadow: 0 8px 6px -6px #666;
    -moz-box-shadow: 0 8px 6px -6px #666;
	box-shadow: 0 8px 6px -6px #666;
	padding: 23px 28px;
}
.pm{
	padding-left: 6px;
    font-size: 28px !important;
    font-weight: normal !important;
}
.price_text{
	font-size: 26px !important;
}
#pricingBronze{
	margin-top: 25px;
	border-top: 5px solid #b38318;
}
#pricingGold{
	margin-top: 25px;
	border-top: 5px solid #cabd20;
}
#pricingBronze .pricing_text, #pricingGold .pricing_text{
	height: 590px;
}
.pricing h4{
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	color: #505050;
	padding-bottom: 12px;
	font-family: 'Jost', sans-serif;
}
.pricing p{
	text-align: center;
	font-family: 'Raleway', sans-serif;
}
.pricing .price{
	font-size: 37px;
	font-family: 'Jost', sans-serif;
	text-align: center;
	color: #565656;
    font-weight: 500;
	/* border-bottom: 1px solid #E8E8E8; */
}
.pricing .price span{
	font: inherit;
	font-size: 35px;
}
.pricing_items{
	padding-top: 15px;
}
/* .pricing_item{
	padding: 4px 0px;
	overflow: hidden;
}
.pricing_item i{
	font-size: 20px;
	color: #64b917;
} */
.pricing_item{
	border-top: 1px solid #d2d2d2;
    padding: 10px 12px;
}
.pricing_item i{
	padding-right: 12px;
	color: #3679ad;
}
.pricing_item:last-child{
	border-bottom: 1px solid #d2d2d2;
}
.pricing_item_icon{
	width: 30px;
	float: left;
	padding-top: 1px;
}
.pricing_item_label{
	width: calc(100% - 30px);
	float: left;
	font-family: 'Raleway', sans-serif;
}
#frontPicture{
	/*background-image:url(../img/pexels-photo-414645.jpg);*/
	background-image:url(../img/homepage.jpg);
	background-size:cover;
	height: 500px; 
	color:#FFF;
	padding-top:200px;
	text-align:center;
}
.frontPictureDescription{
	font-size:16px;
}
.frontPictureButton{
	margin-top:25px;
}
.frontPictureButton button{
	border-radius: 40px;
    font-size: 20px;
    background-color: #1186AD;
    padding: 12px 35px;
	transition:0.3s linear all;
}
.frontPictureButton button:hover{
    background-color: #1E5995;
	transition:0.3s linear all;
	color:#FFF;
}
#frontPicture:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: 334px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #FFF;
  -moz-transform: scale(0.999);
  -webkit-backface-visibility: hidden;
  left:calc(50% - 20px);
}
.frontPicture{
	background-size:cover;
	height: calc(75% - 215px); 
	text-align:center;
	color:#FFF;
	padding-top:5%;
	position:relative;
}
.frontPicture:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #FFF;
  -moz-transform: scale(0.999);
  -webkit-backface-visibility: hidden;
  left:calc(50% - 20px);
}
.frontPicture h2{
	margin:0px;
	padding:0px;
	font-size:56px;
	font-family: 'Open Sans Condensed', sans-serif;
	visibility:hidden;
}


.frontPictureContact{
	background-size:cover;
	height: calc(75% - 215px); 
	text-align:center;
	color:#FFF;
	padding-top:5%;
	position:relative;
}
.frontPictureContact:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #FFF;
  -moz-transform: scale(0.999);
  -webkit-backface-visibility: hidden;
  left:calc(50% - 20px);
}
.frontPictureContact h2{
	margin:0px;
	padding:0px;
	font-size:56px;
	font-family: 'Open Sans Condensed', sans-serif;
	visibility:hidden;
}


#frontPicture h2{
	margin-bottom:25px;
	padding:0px;
	font-size:56px;
	font-family: 'Open Sans Condensed', sans-serif;
	visibility:hidden;
}
#contact{
	background-image:url(../img/contact.jpg); 
	padding:36px 0;
	background-size:cover;
	background-attachment:fixed;
}
#contact input, #contact textarea{
	background-color:rgba(0,0,0,.75); 
	padding:10px; 
	font-size:16px; 
	width:75%;
	margin:0 auto;
	color:#FFF;
	height:50px;
}

#contact textarea{
	min-height:250px;
	max-width:75%;
	min-width:75%;
	max-height:500px;
}

#contactSend {
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto 2em;
  max-width: 160px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  background: #104770;
  border: 1px solid #104770;
  box-shadow: 0px 2px 0 #104770, 2px 4px 6px #104770;
  font-weight: 900;
  letter-spacing: 1px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  text-shadow:-1px -1px 0 #FFF;
}

#contactSend:hover {
  background: #104770;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);
  color: #096;
  text-decoration: none;
  text-shadow: -1px -1px 0 #096;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
#quote{
	background-image:url(../img/pexels-photo-990818.jpg);
	background-size:cover;
	background-attachment:fixed;
	color:#FFF;
}
.quote{
	background-color:#576bad4f;
	text-align:center;
	padding:50px 0px;
}
.quote_header1{
	font-size:50px;
	font-family: 'Bree Serif', serif;
	color:#FFF;
}
.quote_header{
	font-size:50px;
	font-family: 'Bree Serif', serif;
	color:#337c94;
}
.quote_top, .quote_bottom{
	font-size: 23px;
}
.web_design_part{
	height:500px;
}
@media screen and (max-width:1225px){
	.web_design_part{
		height:600px;
	}
}
.web_design_part_image{
	height:100%;
	background-color:#FFF;
	width:40%;
	float:left;
	background-size:cover;
}
.web_design_part_text:nth-child(even){
	height:100%;
	/*background-color:#DFDFDF;*/
	width:60%;
	float:left;
	padding:50px 100px;
}
.web_design_part_text:nth-child(odd){
	height:100%;
	background-color:#FFF;
	width:60%;
	float:left;
	padding:50px 100px;
}
.web_design_part_title{
	font-size:70px;
	font-weight:bold;
}
.web_design_part_description{
	font-size:20px;
	color:#3A3A3A;
}
.portfolio_button{
  background-color: #1186AD;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top:50px;
  transition:0.2s all linear;
  box-shadow: 2.5px 5px 8px #888888;
}
.portfolio_button:hover{
	color:#FFF;
	text-decoration:none;
	transition:0.2s all linear;
	background-color:#4D4D4D;
}
.portfolio:nth-child(even){
	background-color:#CCC;
	overflow:hidden;
}
.portfolio:nth-child(odd){
	background-color:#E8E8E8;
	overflow:hidden;
}
.portfolio_image{
	width:50%;
	float:left;
	padding:35px 0;
}
.portfolio_image img{
	width:100%;
	height:100%;
	padding-right:175px;
	padding-left:175px
}
@media screen and (max-width:1735px){
	.portfolio_image img{
		padding-right:250px;
	}
}
@media screen and (max-width:1530px){
	.portfolio_image img{
		padding-right:150px;
	}
}
@media screen and (max-width:1100px){
	.portfolio_image img{
		padding-right:50px;
	}
}
.portfolio_description_wrap{
	width:50%;
	float:left;
	padding-top:50px;
	padding-right:100px;
	font-family: 'Slabo 27px', serif
}
.portfolio_title{
	font-size:40px;
	margin-bottom:8px;
	font-family: 'Raleway', sans-serif;
}
.portfolio_description{
	font-size:20px;
}
#web_design_features{
	padding:25px 0px;
	background-color:#E8E8E8;
	text-align:center;
	overflow:hidden;
}
.web_design_features_title{
	font-size:20px;
}
.web_design_features_icon{
	font-size:40px;
	margin-bottom:10px;
}
#pricingText{
	padding:25px 0px;
	background-color:#FFF;
	text-align:center;
	overflow:hidden;
}
#offpage_features{
	padding:25px 0px;
	background-color:#E8E8E8;
	text-align:center;
	overflow:hidden;
}
#on_page_optimization{
	overflow:hidden;
}	
#off_page_optimization{
	overflow:hidden;
}
.on_page_container{
	width:80%;
	margin:0 auto;
}
.on_page_optimization_title{
	font-size:40px;
	text-align:center;
	padding-top:30px;
	padding-bottom:60px;
}
.on_page_icon{
	font-size:70px;
	text-align:center;
	margin-bottom:25px;
	color:#1186AD;
}
.on_page_title{
	font-size:25px;
	text-align:center;
	margin-bottom:25px;
}
.on_page_description{
	font-size:15px;
	text-align:center;
	width:85%;
	margin:0 auto;
	padding-bottom:60px;
}
.seo_box{
	width:12.5%;
	float:left;
}






















/*** ADMIN ***/
#admin_header{
	background-color:#333;
	padding:15px 0;
	font-size:18px;
}
#admin_header a{
	color:#FFF;
}
#admin_select-web{background:#CCC;padding:50px 0;}
.admin_client{
	background:#FFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	padding:50px 15px;
	height:300px;
	width:300px;
	text-align:center;
	width:30%;
	float:left;
	margin-right:5%;
}
.admin_client:nth-child(3n+3){margin-right:-5%;}
.admin_web-url{
	font-size:22px;
	text-align:center;
	text-align: center;
}
.admin_manage-client{
	background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.admin_manage-client:hover{
	background-color:#FFF;
	border:#4CAF50 4px solid;
	color:#4CAF50;
	padding: 11px 28px;
}
.admin_update-client{
	background-color: #135C93;
    border: none;
    color: white;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.admin_update-client:hover{
	background-color:#FFF;
	border:#135C93 4px solid;
	color:#135C93;
	padding: 11px 28px;
	text-decoration:none;
}
.admin_back-link{
	font-size:18px;
}
.admin_action-icons{
	font-size:36px;
	text-align:center;
}
.noBtn{
	outline:none;
	background-color:transparent;
	border:none;
}
.admin_row td, .admin_row th{
	padding-top:17px !important;
}
.admin_row td:nth-child(6), .admin_row td:nth-child(7){padding-top:8px !important;}
.admin_edit-description{
	max-width:100%;
	min-width:50%;
	max-height:200px;
	min-height:100px;
}
.admin_login-form{
	width:50%;
	margin:0 auto;
	background-color:#FFF;
	padding:20px 36px;
}
/*** /ADMIN ***/


/*** CHOOSE TEMPLATE ***/
#choose{
	background-color:#1187AE;
	margin-bottom:50px;
	color:#FFF;
}
#choose h2{
	font-family: 'Comfortaa', cursive;
}
#choose form{
	margin:0 auto;
}
/*** /CHOOSE TEMPLATE ***/
#infoSection{
	background:#CCC;
	padding:25px 0px;
}
#infoSection h2{
	font-family: 'Anton', sans-serif;
}
#infoSection p{
	font-size:15px;
}
#infoSection ul{
	font-size:20px;
	list-style-type:none
}
#infoSection img{
	margin-bottom:3px;
	margin-right:15px;
}
#footerBottom{
	background-color:#242B34;
	padding:25px 0px;
	color:#FFF;
	font-size: 14.5px;
}
#footerBottom a{
	color: #fff;
}
#portfolio{
	/*background-color:#EEE;*/
	background-image:url(../img/background.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	/*padding-top:25px;*/
}
.portfolioBox{
	border:solid 3px #CCC;
	height:250px;
	background-color:#FFF;
	transition:linear 0.3s all;
	position:absolute;
}
.portfolioBox:hover{
	opacity:0;
	transition:linear 0.3s all;
}
.portfolioBox2{
	border:solid 3px #CCC;
	height:250px;
	background-color:#FFF;
}
.portfolioBox img, .portfolioBox2 img{
	height:100%;
	width:100%;
}
.portfolioCaption{
	text-align:center;
}
.portfolioCaption span{
	font-size:20px;
}
#seo_text{
	height:300px;
	background-color:#2098CE;
	padding:50px 0px;
}
.seo_text_title{
	font-size:36px;
	color:#FFF;
	text-align:center;
	margin-bottom:25px;
}
.seo_text_description{
	font-size:22px;
	color:#FFF;
	text-align:center;
}
.contactBox{
	padding:75px 0px;
	overflow: hidden;
}
.contact_title{
	font-size: 32px;
	text-align: center;
	margin-bottom: 45px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	color: #225f8e;
}
.contact_icon_wrap{
	width: 33.3333%;
	float: left;
	display: flex;
	justify-content: center;
}
.contact_icon{
	color:#FC3;
	float:left;
	font-size:42px;
	margin-right:18px;
}
.contact_icon_text{
	float:left;
	font-size:20px;
	color:#333;
	padding-top:6px;
}
.contact_icon_text a{
	color: #333;
}
#contactFormWrap{
	background-image:url(../img/backgrounds/contact.jpg);
	background-size:cover;
	padding:100px 0px;
	background-position:center;
	display: flex;
    align-items: center;
}
.contactForm input::placeholder,.contactForm textarea::placeholder{
	color: #b7b7b7;
	font-size: 14px;
}
@media screen and (max-width:767px) {
	#contactFormWrap{
		padding:50px;
	}
}
.contactForm{
	width:600px;
	margin:0px auto;
	background-color:#FFF;
	box-shadow: 1px 1px 12px 1px #3c3c3c;
	-moz-box-shadow: 1px 1px 12px 1px #3c3c3c;
	-ms-box-shadow: 1px 1px 12px 1px #3c3c3c;
	-o-box-shadow: 1px 1px 12px 1px #3c3c3c;
	-webkit-box-shadow: 1px 1px 12px 1px #3c3c3c;
}
.contactForm form{
	padding:25px 25px 1px 25px;
}
.contactForm label{
	text-align:right;
	padding-right:0px;
}
.contactForm label:not(.message_label){
	padding-top:15px !important;
}
.contactForm input{
	border:none;
	box-shadow:none !important;
	height:50px;
	border-radius:0px;
	border-bottom:1px solid #DDD;
}
.contactForm textarea{
	border:none;
	box-shadow:none !important;
	border-bottom:1px solid #DDD;
	border-radius:0px;
	min-height:100px;
	width:100%;
	max-width:100%;
	min-width:100%;
	max-height:300px;
	height:200px;
}
.contactButton{
	width: 220px;
    display: flex !important;
    justify-content: center;
	margin: 0 auto;
	padding: 14px !important;
	background-color: #4179A9 !important;
	border-color: #3e729e !important;
}
.message_label{
	padding-top:5px !important;
}
.contactFormTitle{
	text-align:center;
	padding:35px 0px;
	font-size:24px;
	color: #FFF;
	background-color:#5c92b5;
}
#packages{
	padding:25px 0px;
	background-color:#EFEBFE;
}
.package{
}
.package_header{
	background-color:#E7E7E7;
	padding:15px 0px;
	text-align:center;
}
.package_header_title{
	font-size:30px;
	color:#333;
}
.package_header_price{
	font-size:22px;
	color:#444;
}
.package_body{
	background-color:#FFF;
	height:250px;
}

#package_items{
	text-align:center;
}
.package_item img{
	display:inline-block;
}
.package_item_caption{
	font-weight:700;
	font-size:16px;
}
.package_item_price{
	font-size:15px;
}





.header1{
	padding:35px;
}
.logo1{
	width:250px;
}
.logo1 img{
	width:100%;
}
#frontPicture1{
	height:100vh;
	background-color:#FDF0E7;
}
.frontPictureText{
	margin-left:160px;
	width:475px;
	text-align:left;
}
.frontPictureText .sup_text{
	color:#666;
	letter-spacing:1px;
}
.frontPictureText .header_text{
	font-size:55px;
	margin-bottom:20px;
	font-weight:900;
	line-height:1.1em;
}
.frontPictureText .sub_text{
	color:#AAA;
}
.nav1 ul{
	list-style:none;
}
.nav1 ul li{
	float:left;
}
.nav1 ul li a{
	height:50px; 
	padding:8px 6px;
	/*background:#DDD;*/
	margin:6px;
}









#footer{
	padding-top:25px;
	background-color:#242B34;
	color:#FFF;
}
#footer:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 50%; /* Change this to whatever width you want. */
    padding-top: 25px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid #CCC; /* This creates the border. Replace black with whatever color you want. */
}
#footer .container{
	
}
.footer_title{
	font-size:22px;
	margin-bottom:12px;
}
.bottom_nav li{
	list-style:none;
}
.bottom_nav a{
	color:#FFF;
	font-size:17px;
	font-family: 'Roboto', sans-serif;
}
.bottom_nav a:hover{
	color:#EEE;
}
.footer_icon{
	font-size: 36px;
	padding-right:13px;
}
.seoBorder:after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #FFF;
  -moz-transform: scale(0.999);
  -webkit-backface-visibility: hidden;
  left:calc(50% - 20px);
}

#description{
	padding: 25px 0px;
	overflow: hidden;
}
#description_text{
	width: 45%;
	float: left;
}
#description_text h3{
	font-family: 'Roboto', sans-serif;
	font-weight: bolder;
}
#description_img{
	width: 55%;
	float: left;
}
#description_img img{
	width: 550px;
	float: right;
}
#essentials{
	/* background-color:#3b5a73;  */
	/* background-color:#6798bf;  */
	/* background-color:#4779a0;  */
	background-color: #D3F2FC;
	color: #000;
	padding: 35px;
	padding-bottom:40px;
	background-image: url("../img/backgrounds/essentials.png"), url("../img/backgrounds/essentials1.png");
	background-position: left, right;
	background-repeat: no-repeat, no-repeat;
}
#essentials h4{
	text-align: center;
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    color: #3c7b46;
    margin-bottom: 65px;
}
#essentials .essential{
	margin-bottom:35px;
}
#essentials div{
	font-size: 21px;
}
#essentials i{
	margin-right: 18px;
}
#features{
	padding: 75px;
	overflow: hidden;
}
.feature_left{
	width: 45%;
	float: left;
}
.feature_right{
	width: 55%;
	float: right;
}
.feature_right img{
	width: 550px;
	float: right;
}
.features_title{
	font-size: 32px;
	text-align: center;
	margin-bottom: 75px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	color:#225f8e;
}
.feature{
	font-size: 20px;
	font-weight: 600;
	font-family: 'arial';
	padding-bottom: 18px;
}
.feature i{
	margin-right: 11px;
	color: #2fc11d;
	font-weight: bold;
}
.feature_description{
	padding-left: 37px;
	padding-bottom: 23px;
}
#main_header{
	/* background-color:#a0c2dc; */
	background-color:#C6DAEA;	
	overflow: hidden;
	position: relative;
}
#main_header::after {
	content: "";
	background: url(image.jpg);
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
  }
.main_header_container{
	width: 75%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.main_header_text{
	width: 50%;
	float: left;
	padding: 55px 0px;
}
.main_header_img{
	width: 50%;
	float: left;	
	margin: 45px 0px;
}
.main_header_img img{
	height: 100%;
	width: 100%;
	width: 505px;
	margin-left: 50px;
}
.main_header_text_title{
	font-size: 54px;
	font-weight: bold;
	line-height: 60px;
}
.main_header_text_description{
	font-size: 22px;
	margin-top: 30px;
	width: 350px;
}
.main_header_text_buttons{
	width: 500px;
	padding-top: 45px;
	overflow: hidden;
}
.main_header_try_button, .main_header_contact_button{
	width:calc(50% - 7.5px);
	float: left;
	color: #FFF;
	text-decoration: none;
	padding: 8px 12px;
	font-size: 20px;
	text-align: center;
	transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	-webkit-transition: 0.2s linear all;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-ms-border-radius: 11px;
	-webkit-border-radius: 11px;
	-o-border-radius: 11px;
}
.main_header_try_button:hover, .main_header_contact_button:hover{
	text-decoration: none;
	transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	-webkit-transition: 0.2s linear all;
	color: #FFF;
}
.main_header_try_button{
	background-color: #537894;
	margin-right: 7.5px;
}
.main_header_try_button:hover{
	background-color: #6998bb;
}
.main_header_contact_button{
	background-color: #2e6d9e;
	margin-left: 7.5px;
}
.main_header_contact_button:hover{
	background-color: #428bc3;
}
#admin_description{
	overflow: hidden;
	background-color: #a6d67745;
	background-image: url("../img/backgrounds/admin_description.png"), url("../img/backgrounds/admin_description1.png");
	background-position: left bottom, right center;
	background-repeat: no-repeat, no-repeat;
	padding: 75px 0px;
}
.admin_description_left{
	width: 50%;
	float: left;
}
.admin_description_left img{
	width: 400px;
}
.admin_description_right{
	width: 50%;
	float: left;	
}
.admin_description_text_title{
	font-size: 50px;
    font-weight: bold;
}
.admin_description_text_description{
	font-size: 19px;
    margin-top: 30px;
    width: 450px;
}
#admin_features{
	padding: 75px;
	overflow: hidden;
}
.admin_feature_left{
	width: 45%;
	float: left;
	padding-right:25px;
}
.admin_feature_right{
	width: 55%;
	float: right;
	padding-left:25px;
}
.admin_feature_right img{
	width: 550px;
	float: right;
}
.admin_features_title{
	font-size: 32px;
	text-align: center;
	margin-bottom: 75px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	color:#225f8e;
}
.admin_feature{
	font-size: 20px;
	font-weight: 600;
	font-family: 'arial';
	padding-bottom: 18px;
}
.admin_feature i{
	margin-right: 11px;
	color: #2fc11d;
	font-weight: bold;
}
.admin_feature_description{
	padding-left: 37px;
	padding-bottom: 23px;
}
#pricing_header{
	/* background-color:#a0c2dc; */
	background-color:#166c9a57;	
	overflow: hidden;
}
.pricing_header_container{
	width: 75%;
	margin: 0 auto;
}
.pricing_header_text{
	width: 50%;
	float: left;
	padding-top: 55px;
	padding-bottom: 60px;
}
.pricing_header_img{
	width: 50%;
	float: left;	
	/* margin: 45px 0px; */
}
.pricing_header_img img{
	height: 100%;
	width: 100%;
	width: 432px;
	margin-left: 200px;
	padding-top: 38px;
}
.pricing_header_text_title{
	font-size: 45px;
	font-weight: bold;
	line-height: 60px;
}
.pricing_header_text_description{
	font-size: 22px;
	margin-top: 30px;
	width: 350px;
}
.pricing_header_text_buttons{
	width: 500px;
	padding-top: 45px;
}
.pricing_header_try_button, .pricing_header_contact_button{
	width:calc(50% - 7.5px);
	float: left;
	color: #FFF;
	text-decoration: none;
	padding: 8px 12px;
	font-size: 20px;
	text-align: center;
	transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	-webkit-transition: 0.2s linear all;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-ms-border-radius: 11px;
	-webkit-border-radius: 11px;
	-o-border-radius: 11px;
}
.pricing_header_try_button:hover, .pricing_header_contact_button:hover{
	text-decoration: none;
	transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	-webkit-transition: 0.2s linear all;
	color: #FFF;
}
.pricing_header_try_button{
	background-color: #537894;
	margin-right: 7.5px;
}
.pricing_header_try_button:hover{
	background-color: #6998bb;
}
.pricing_header_contact_button{
	background-color: #2e6d9e;
	margin-left: 7.5px;
}
.pricing_header_contact_button:hover{
	background-color: #428bc3;
}
#pricingPremium{
	background-color: #2d7aa7f2;
	color: #FFF;
	margin-bottom:50px;
}
#pricingPremium .price{
	color: #FFF;
}
#pricingPremium i{
	color: #9dff44;
}
#contact_header{
	overflow: hidden;
	background-image:url(../img/pexels-photo-935863.jpg);
	color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
	height: 362px;
}
#about_header{
	overflow: hidden;
	background-image:url(../img/backgrounds/about.jpg);
	color: #FFF;
	background-repeat: no-repeat;
	background-size: cover;
	height: 362px;
	background-position: top -75px right 0px;
}
.products_items{
	padding-top: 15px;
}
.product_item{
	padding: 4px 0px;
    overflow: hidden;
    font-size: 19px;
}
.product_item i{
	font-size: 24px;
    margin-right: 12px;
    padding-top: 3px;
    color: #64b917;
}
.product_item_icon{
	width: 30px;
	float: left;
	padding-top: 1px;
}
.product_item_label{
	width: calc(100% - 30px);
    float: left;
    padding-left: 9px;
    font-family: 'Raleway', sans-serif;
}
.tablet_point_of_sale .product_buttons{
	margin-top: 72px;
}
.product_buttons{
	overflow: hidden;
	margin-top: 50px;
}
.bigProduct_button{
	width: 50%;
	padding-left: 15px;
	float: left;
}
.bigProduct_button a{
	font-size: 24px;
    padding: 13px 20px;
    background-color: #3081b5;
    color: #FFF;
	text-decoration: none;
	font-family: 'Sen', sans-serif;
	display: block;
	transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	-webkit-transition: 0.2s linear all;
}
.bigProduct_button a:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #28638a;
	transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	padding-left: 25px;
	-webkit-transition: 0.2s linear all;
}
.bigProduct_price{
	border-top: #3081b5 solid 2px;
    border-bottom: #3081b5 solid 2px;
    padding: 5px 12px;
	font-size: 33px;
	width: calc(50% - 15px);
	margin-right: 15px;
	font-family: 'Sen', sans-serif;
	float: left;
}
.product_img{
	display: flex;
    justify-content: center;
    background-color: #f2f8ff;
}
.product_button{
	width: 50%;
	padding-left: 15px;
	float: left;
}
.product_button a{
	font-size: 24px;
    padding: 4.5px 20px;
    background-color: #3081b5;
    color: #FFF;
    text-decoration: none;
    font-family: 'Sen', sans-serif;
    display: block;
    transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -ms-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    -webkit-transition: 0.2s linear all;
}
.product_button a:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #28638a;
	transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	-ms-transition: 0.2s linear all;
	-o-transition: 0.2s linear all;
	padding-left: 25px;
	-webkit-transition: 0.2s linear all;
}
.product_price{
	border-top: #3081b5 solid 2px;
    border-bottom: #3081b5 solid 2px;
    padding: 2px 12px;
    font-size: 25px;
    width: calc(50% - 15px);
    margin-right: 15px;
    font-family: 'Sen', sans-serif;
    float: left;
}
.header_a{
	transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	color: inherit;
	text-decoration: underline;
}
.header_a:hover{
	color: inherit;
	color: #CCC;
	transition: 0.2s all linear;
	-ms-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
}
.about_wrap{
	padding: 75px 0px;
	overflow: hidden;
}
.quote_border{
	height: 2px;
	background-color: #4b91c7;
	width: 700px;
	margin: 0 auto;
	margin-top: 25px;
}
.quote_wrap{
	padding-top: 50px;
	padding-bottom: 75px;
}
.quote_description{
	font-size: 19px;
	width: 822px;
	margin: 0 auto;
	text-align: center;
	color: #565656;
	font-family: 'Jost', sans-serif;
}
.quote_description i.fa-quote-left{
	padding-right: 12px;
}
.quote_description i.fa-quote-right{
	padding-left: 12px;
}
.quote_name{
	text-align: right;
	padding-right: 50px;
	padding-top: 30px;
	font-family: 'Jost', sans-serif;
	color: #1E5995;
	font-weight: 500;
}
.about_title{
	font-size: 32px;
    text-align: center;
    margin-bottom: 45px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #225f8e;
}
.about_title:before,
.about_title:after {
	background-color: #CCC;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 40%;
}
.about_title:before {
 right: 0.5em;
 margin-left: -50%;
}
.about_title:after {
 left: 0.5em;
 margin-right: -50%;
}
.about_description{
	font-size: 19px;
	width: 822px;
	margin: 0 auto;
	text-align: center;
	color: #565656;
	font-family: 'Jost', sans-serif;
}
.about_features{
	padding: 75px 0px;
	overflow: hidden;
}
.about_features_left{
	width: 45%;
	float: left;
	padding-top: 6px;
	display: flex;
	justify-content: center;
	align-self: center;
}
.about_features_left img{
	width: 72%;
	padding-top: 22px;
	align-self: center;
}
.about_features_right{
	width: 55%;
	float: right;
}
.about_features_title{
	font-size: 32px;
    margin-bottom: 35px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #225f8e;
}
.about_features_description{
	font-size: 17px;
	margin: 0 auto;
	color: #565656;
	font-family: 'Jost', sans-serif;
	padding-bottom: 28px;
}
.about_feature{
	border-top: 1px solid #AAA;
	padding: 15px 12px;
	overflow: hidden;
    display: flex;
    align-items: center;
}
.about_feature i{
	padding-right: 12px;
	color: #3679ad;
	float: left;
}
.about_feature:last-child{
	border-bottom: 1px solid #AAA;
}
@media screen and (max-width:1199px){
	.main_header_text_title{
		font-size: 47px;
	}
	.main_header_text_description{
		font-size: 20px;
	}
	.main_header_text_buttons{
		width: 408px;
	}
	.main_header_img img{
		width: 473px;
		margin-left: 26px;
	}
	.about_features_left{
		width: 54%;
		display: block;
	}
	.about_features_right{
		width: 46%;
	}
	.about_features_left img {
		width: 74%;
    	padding-top: 44px;
	}
	.feature_right img{
		width: 474px;
	}
	.pricing_text{
		padding: 23px 6px;
	}
}
@media screen and (max-width:1070px){
	#about_header{
		background-size: 1200px;
	}
}
@media screen and (max-width:1040px){
	#about_header {
		background-size: 1150px;
		background-position: top -10px right 0px;
	}
	#features .container {
		display: flex;
		flex-direction: column-reverse;
	}
	.feature_left {
		width: 100%;
	}
	.feature_right {
		width: 100%;
		display: flex;
	}
	.feature_right img {
		width: 420px;
		margin: 0px auto;
	}
}
@media screen and (max-width:1015px){
	.about_description{
		width: 90%;
	}
	.quote_description{
		width: 80%;
	}
}
@media screen and (max-width:992px){
	.about_features .container{
		width: 93% !important;
		overflow: hidden;
		max-width: 100%;
	}
	.about_features_right{
		width: 52%;
	}
	.about_features_left{
		width: 46%;
		padding-top: 70px;
	}
	.about_features_left img{
		width: 81%;
		padding-top: 0px;
	}
	#about_header{
		background-position: top -10px right -154px;
	}
}
@media screen and (max-width:991px){
	#products .row{
		flex-direction: column;
	}
	.bigProduct{
		height: auto;
		display: flex;
		flex-direction: column;	
	}
	.bigProduct_text{
		height: auto;
		width: 100%;
	}
	.product{
		margin-bottom: 30px;
	}
	.product_text{
		height: auto;
	}
	.bigProduct_price{
		border-top: #3081b5 solid 2px;
		border-bottom: #3081b5 solid 2px;
		padding: 2px 12px;
		font-size: 25px;
		width: calc(50% - 15px);
		margin-right: 15px;
		font-family: 'Sen', sans-serif;
		float: left;
	}
	.bigProduct_button a{
		font-size: 24px;
		padding: 4.5px 20px;
		background-color: #3081b5;
		color: #FFF;
		text-decoration: none;
		font-family: 'Sen', sans-serif;
		display: block;
		transition: 0.2s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
		-webkit-transition: 0.2s linear all;
	}
	#pricing_header .container{
		max-width: 100%;
		width: 90%;
	}
	.pricing_header_text{
		width: 70%;
	}
	.pricing_header_img{
		width: 30%;
	}
	.pricing_header_text_title{
		font-size: 44px;
		line-height: 45px;
	}
	.pricing_header_text_description{
		font-size: 19px;
	}
	.pricing_header_img img{
		margin-left: 0px;
	}
	#pricing .row{
		flex-direction: column;
	}
	#pricingPremium{
		margin-top: 50px;
	}
	.logo{
		width: 23%;
	}
	#admin_description .container{
		overflow: hidden;
		max-width: 100%;
		width: 90%;
	}
	.admin_description_text_title {
		font-size: 43px;
	}
	.admin_description_left img {
		width: 88%;
	}
	.admin_description_text_description{
		width: auto;
	}
}
@media screen and (max-width:895px){
	.about_wrap{
		padding-bottom: 0px;
	}
	.about_features{
		padding-top: 0px;
	}
	.about_features_left{
		padding-top: 50px;
		padding-bottom: 50px;
		width: 45%;
		float: none;
		margin: 0px auto;
		display: flex;
	}
	.about_features_right{
		width: 74%;
		float: none;
		margin: 0px auto;
		text-align: center;
	}
	.about_feature{
		text-align: left;
	}
	.main_header_text_title{
		font-size: 44px;
		line-height: 50px;
	}
	.main_header_container{
		width: 84%;
	}
	.main_header_text_buttons{
		width: 344px;
	}
}
@media screen and (max-width:850px){
	.welcome2{
		width: 92%;
	}
}
@media screen and (max-width:844px){
	.about_features .container{
		width: 100% !important;
	}
}
@media screen and (max-width:805px){
	.about_title:before,
	.about_title:after {
		display: none;
	}
}
@media screen and (max-width:767px){
	#about_header{
		background-position: top -10px right -403px;
	}
	.admin_feature_left{
		width: 100%;
		padding: 0px;
		margin-bottom: 1rem;
	}
	.admin_feature_right{
		width: 100%;
		padding: 0px;
		border-top: 1px solid rgba(0,0,0,.1);
		padding-top: 1rem;
	}
	.contact_icon_wrap{
		float: none;
		width: 100%;
		display: block;
		overflow: hidden;
	}
	#pricingText p{
		width: auto;
	}
	#essentials{
		background-image: none;
	}
	#essentials .row{
		flex-direction: column;
	}
	#header .container{
		overflow: hidden;
		max-width: 100%;
		width: 92%;
	}
}
@media screen and (max-width:760px){
	.quote_border{
		width: calc(100% - 50px);
	}
}
@media screen and (max-width:750px){
	.main_header_container{
		flex-direction: column;
	}
	.main_header_text {
		width: 100%;
		text-align: center;
	}
	.main_header_img {
		width: 100%;
		display: flex;
	}
	.main_header_img img {
		margin: 0px auto;
	}
	.main_header_text_description{
		width: auto;
	}
	.main_header_text_buttons{
		width: 72%;
		margin: 0 auto;
	}
}
@media screen and (max-width:680px){
	.nav li a{
		padding: 21px 13px;
	}
}
@media screen and (max-width:665px){
	#admin_description .container{
		display: flex;
    	flex-direction: column;
	}
	.admin_description_left {
		width: 100%;
		display: flex;
	}
	.admin_description_left img {
		width: 62%;
		margin: 0px auto;
	}
	.admin_description_right {
		width: 100%;
		text-align: center;
	}
	.admin_description_text_title{
		margin-top: 20px;
	}
	.admin_description_text_description{
		margin-top: 0px;
	}
}
@media screen and (max-width:655px){
	.about_features_left{
		padding-top: 48px;
		width: 55%;
	}
}
@media screen and (max-width:620px){
	.feature_right img {
		width: 80%;
	}
}
@media screen and (max-width:605px){
	#footer .row{
		flex-direction: column;
	}
	#footer .col{
		border-bottom: 1px solid #424242;
		padding: 12px 32px;
	}
	#footer ul{
		margin: 0px;
	}
	#footer .col:last-child{
		border-bottom: none;
	}
	#footer{
		padding-top: 15px;
	}
}
@media screen and (max-width:600px){
	#features {
		padding: 75px 25px;
	}
	#admin_features {
		padding: 75px 25px;
	}
	.admin_features_title {
		font-size: 30px;
		line-height: 41px;
		letter-spacing: 0px;
	}
}
@media screen and (max-width: 575px){
	.contactForm label{
		text-align: left;
	}
}
@media screen and (max-width:570px){
	.about_features_right{
		width: 90%;
	}
}
@media screen and (max-width:550px){
	#header .container{
		flex-direction: column;
		display: flex;
	}
	.logo{
		margin: 0px auto;
		width: 32%;
	}
	.nav{
		margin: 0 auto;
		margin-top: 20px;
		width: 100%;
	}
	.nav li{
		margin: 0px;
	}
	.nav li a{
		padding: 13px 13px;
	}
	.nav ul{
		display: flex;
		justify-content: center;
		overflow: hidden;
		flex-direction: row-reverse;
	}
	.main_header_text_buttons{
		width: 100%;
	}
	.main_header_img img {
		width: 96%;
	}
	.main_header_try_button, .main_header_contact_button {
		font-size: 17px;
	}
}
@media screen and (max-width:502px){
	.about_features_left{
		width: 77%;
	}
}
@media screen and (max-width:470px){
	.about_features_right{
		width: 100%;
	}
}
@media screen and (max-width:440px){
	.pricing_header_text_buttons{
		width: auto;
	}
	.pricing_header_text_buttons a{
		margin: 0px auto;
		float: none;
	}
	.pricing_header_text{
		width: 100%;
		text-align: center;
	}
	.pricing_header_text_description{
		width: 100%;
	}
	#about_header{
		background-size: 1061px;
    	background-position: top -8px right -461px;
	}
}
@media screen and (max-width:430px){
	.about_feature{
		font-size: 15px;
	}
}
@media screen and (max-width:424px){
	#about_header{
		background-position: top -8px right -542px;
	}	
}