/*
Theme Name: Business
Theme URI: https://www.adgensite.com/
Author: Adgensite
Author URI: https://www.adgensite.com/
Description: Adgensite
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
input
{
	outline: none;
}


a
{
	text-decoration: none;
}

p:not(:last-child)
{
	padding-bottom: 20px;
}


.row:after
{
	clear: both;
	content: '';
	display: table;
}

img
{
	max-width: 100%;
	height: auto;
}


html, body {
	height: 100%;
}

body {
	background: #f4f8f9;
}

body, a
{
	 font-size: 15px;
	 color: #1C4F61;
	 font-family: "Inter";
}

h2 {
	font-size: 20px;
  line-height: 30px;
  color: #1C4F61;
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
  max-width: 100%;
  padding: 25px 40px;
  border-radius: 0px 100px 0px 0px;
  border: 1px solid rgba(28,79,97, 0.2);
  background: #fff;;
  font-weight: bold;
}

.wrap
{
	width: 1200px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 300px;
	background: url(images/banner.jpg) no-repeat center center / cover;	
	color: #fff;
	font-size: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 28%;
	text-transform: uppercase;
}

#header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

#site {
	min-height: 100%;
}

#header h1 {
	margin-bottom: 25px;
}

#header .wrap {
	position: relative;
	z-index: 2;
}

#header .wrap .text {
	display: flex;
	align-items: center;
	gap: 20px;
}

#header .wrap .text .img {
	background: #fff;
	padding: 5px 10px;
	border-radius: 8px;
}

#header .wrap .text .img img {
	display: block;
}

#site {
	display: flex;
	flex-flow: column;
	
}


#main {
	flex: 1;
}

#main-content {
	padding: 40px 20px;
}


#main-content ul {
	list-style-type: disc;
	padding-left: 25px;
}



form {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	border-top-right-radius: 100px;
	padding: 63px 55px 34px!important;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

form:after {
	background: linear-gradient(180deg, #C43B0F 0%, rgba(38, 112, 135, 0.5) 150%);
	content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  z-index: -1;
  pointer-events: none;
}

form input[type=text], form input[type=email] {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0 0 14px 0;
  background-color: transparent;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #1C4F61;
  
  border-bottom: 1px solid rgba(38, 113, 135, 0.3019607843);
}
form input::placeholder {
  color: #1C4F61;
  opacity: 1;
}

.mailpoet_paragraph  {
	padding-bottom: 20px;
}


.mailpoet_paragraph.submit {
	text-align: center;
}

input[type=submit] {
	background: #c43b0f;
	border: 0;
	border-radius: 7px;
	padding: 20px 25px!important;
	display: inline-block!important;
	width: auto!important;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#footer {
	background: #e8f0f2;
	padding: 30px;
}

#footer, #footer a {
	font-size: 14px;	
}

#footer .wrap {
	display: flex;
	gap: 35px;
	align-items: center;
}

#footer ul {
	display: flex;
	gap: 15px;
}


@media (max-width: 950px) {
	#header {
		padding: 20px;
		font-size: 15px;
	}
	
	h1 {
		font-size: 20px;
	}
	
	#footer .wrap { 
		flex-flow: column-reverse;	
	}
}

