/*!
Theme Name: Brainwave Science
Theme URI: http://brainwavescience.com/
Author: DidaVasic
Description: Founded by visionaries, scientists, and technologists, Brainwave Science offers its ground-breaking iCognative technology with applications in National Security, Counter-terrorism, Border Security, Human and Drug Trafficking, Criminal Justice, and Immigration Control for law enforcement agencies worldwide.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #999;
	margin: 0 0 0 0;
	position: relative;
}

*, *:before, *:after {
	box-sizing: inherit;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	transition: all 0.8s;
	text-decoration: none;
}

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

h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 80px;
	line-height: 80px !important;
	font-weight: 600 !important;
	color: #fff;
	text-transform: uppercase;
}

h2 {
	font-size: 40px;
	line-height: 45px;
	color: #999;
}

h3 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 600;
	color: #777;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h4 {
	display: block;
	font-size: 20px;
	line-height: normal;
	font-weight: 500;
	color: #32323a;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-mob-40 {
	margin-bottom: 0;
}

.pdlr-mob-20 {
	padding: 0 0;
}

.pdlr-20 {
	padding: 0 20px;
}

.gap-0 {
	gap: 0 !important;
}

.wp-block-image {
	margin: 0 0 0;
}

.txt-block {
	max-width: 400px;
	overflow: auto;
	margin: auto;
}

#floating-contact a {
	display: block;
	position: fixed;
	top: 40%;
	right: 0;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	transform: rotate(180deg);
	white-space: nowrap;
	writing-mode: vertical-rl;
	background-color: #ff8356;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 10px 5px;
	z-index: 99999;
}

#floating-contact a:hover {
	background-color: #4aa4f1;
}

#responsive-contact a {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

/*----- side menu -----*/
.btn-logo {
	width: 65px;
	overflow: auto;
	background-color: #fff;
	box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.3);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 15px 15px 10px 15px;
}

#SideMenu {
	display: block;
	background-color: #fff;
	box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.3);
	padding: 20px 0;
	position: fixed;
	bottom: 80px;
	right: 0;
	z-index: 999999;
}

#SideMenuUl {
	width: 260px;
	overflow: auto;
	display: none;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	overflow-y: auto;
}

#SideMenuBtnOpen {
	max-width: initial;
	position: absolute;
	display: block;
	right: 100%;
	top: 20px;
	cursor: pointer;
	z-index: 999999;
}

.side-menu {
	display: block;
}

/*----- side menu orange -----*/	
.side-nav-orange {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.side-nav-orange ul {
	padding: 0;
}

.side-nav-orange li {
	width: 100%;
	position: relative; 
	font-size: 15px;
	line-height: 20px;
	display: inline-block;
}

.side-link-orange a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 3px;
	background-color: #ff8356;
	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;
}

.side-link-orange a:hover:before,
.side-link-orange a.open:hover:before {
	width: 100%;
	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;
}

.side-nav-orange li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 10px 15px 10px 30px;    
}

.side-link-orange a:hover,
.side-link-orange a:active,
.side-link-orange a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #ff8356;
}

/*----- side menu blue -----*/	
.side-nav-blue {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.side-nav-blue ul {
	padding: 0;
}

.side-nav-blue li {
	width: 100%;
	position: relative; 
	font-size: 15px;
	line-height: 20px;
	display: inline-block;
}

.side-link-blue a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 3px;
	background-color: #4aa4f1;
	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;
}

.side-link-blue a:hover:before,
.side-link-blue a.open:hover:before {
	width: 100%;
	-webkit-transition: width .2s ease-in;
	-moz-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	transition: width .2s ease-in;
}

.side-nav-blue li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 10px 15px 10px 30px;    
}

.side-link-blue a:hover,
.side-link-blue a:active,
.side-link-blue a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #4aa4f1;
}

.blue-btn a {
	display: inline-block;
	overflow: auto;
	background-color: #4aa4f1;
	background-image: linear-gradient(to bottom right, #058db7, #4aa4f1);
	font-size: 15px;
	font-weight: 200;
	color: #fff;
	margin: 50px 0 0 0;
	padding: 20px 30px;
	border-radius: 20px !important;
}

.blue-btn a:hover {
	background-image: linear-gradient(to bottom right, #4aa4f1, #058db7);
}

.orange-btn a {
	display: inline-block;
	overflow: auto;
	background-color: #ff8356;
	background-image: linear-gradient(to bottom right, #f9543e, #ff8356);
	font-size: 15px;
	font-weight: 200;
	color: #fff;
	margin: 50px 0 0 0;
	padding: 20px 30px;
	border-radius: 20px !important;
}

.orange-btn a:hover {
	background-image: linear-gradient(to bottom right, #ff8356, #f9543e);
}

.orange-btn-0 a {
	display: inline-block;
	overflow: auto;
	background-color: #ff8356;
	background-image: linear-gradient(to bottom right, #f9543e, #ff8356);
	font-size: 15px;
	font-weight: 200;
	color: #fff;
	margin: 0;
	padding: 20px 30px;
	border-radius: 20px;
}

.orange-btn-0 a:hover {
	background-image: linear-gradient(to bottom right, #ff8356, #f9543e);
}

.icon-box {
	vertical-align: top;
	text-align: center;
	background-color: #fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
	padding: 50px;
	border-radius: 20px;
}

.white-icon-box {
	vertical-align: top;
	text-align: center;
	background-color: #fff;
	padding: 50px;
	border-radius: 20px;
}

.gray-icon-box {
	vertical-align: top;
	text-align: center;
	background-color: #f7f7f7;
	padding: 50px;
	border-radius: 20px;
}

.slider-title {
	display: inline-block;
	font-size: 80px;
	line-height: 80px !important;
	font-weight: 200 !important;
	color: #fff;
	text-transform: uppercase;
	background-color: #4aa4f1;
	padding: 0 10px;
	margin: 0 0 5px 0;
}

.orange-title {
	font-size: 20px;
	line-height: normal;
	font-weight: 500;
	color: #ff8356;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 20px 0;
}

.blue-title {
	font-size: 60px;
	line-height: 70px;
	font-weight: 800;
	color: #4aa4f1;
	margin: 0;
	padding: 0 0 50px 0;
}

.gray-wrapper {
	display: block;
	width: 100%;
	overflow: auto;
	background-color: #f7f7f7;
	padding: 100px 0;
}

.white-wrapper {
	display: block;
	width: 100%;
	overflow: auto;
	background-color: #fff;
	padding: 50px 0;
}

.ac_title_class {
	font-family: 'Poppins', sans-serif !important;
}

.bottom-border {
	border-bottom: solid 1px #d7d7d7;
}

.btn-278 {
	width: 278px;
	overflow: auto;
	margin: auto;
}

/*----- icons -----*/
.fa-envelope {
	background-color: #ff8356;
	color: #fff;
	margin: 0 0 0 0;
	padding: 15px 16px 17px 16px;
}

.fa-calendar {
	margin-right: 5px;
}

.fa-folder {
	margin-right: 8px;
}

.fa-linkedin {
	background-color: #0e76a8;
	color: #fff;
	margin: 15px 5px 0 0;
	padding: 5px 6px;
}

.fa-linkedin:hover {
	background-color: #ff8356;
}

.fa-facebook {
	background-color: #bababa;
	color: #222;
	margin: 15px 5px 0 0;
	padding: 5px 8px;
}

.fa-facebook:hover {
	background-color: #ff8356;
}

.fa-instagram {
	background-color: #bababa;
	color: #222;
	margin: 15px 5px 0 0;
	padding: 5px 6px;
}

.fa-instagram:hover {
	background-color: #ff8356;
}

.fa-arrow-right {
	border: solid #999 1px;
	border-radius: 50%;
	padding: 10px;
}

.fa-arrow-right:hover {
	border: solid #ff8356 1px;
	color: #ff8356;
}

.fa.fa-bars {
	background-color: #4aa4f1;
	font-size: 28px;
	padding: 7px 7px 5px 7px;
	color: #ffffff;
}

/*----- media -----*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

/*----- captions -----*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*----- galleries -----*/
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*----- alignments -----*/
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*---------- navigation ----------*/
.main-menu {
	height: auto;
	float: right;
}

.responsive-menu {
	overflow: auto;
	display: none;
	float: left;
}

.responsive-menu ul {
	list-style: none;
}

.responsive-menu li {
	list-style: none;
}


#MainMenu {
	display: none;
	background-color: #fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	padding-top: 25px;
    position: fixed;
    top: 0;
    left: 0;
	z-index: 999999;
}

#MainMenuUl {
	width: 280px;
	height: 100vh;
    display: none;
    position: relative;
    list-style: none;
	margin: 0;
	padding: 0;
    overflow: hidden;
    overflow-y: auto;
}

#MainMenuBtnOpen {
	max-width: initial;
    position: absolute;
	display: none;
    left: 100%;
    top: 65px;
    cursor: pointer;
    z-index: 999999;
}

.nav {
	margin: 0;
	padding: 0;
    display: block;
    position: relative;
}
 
.nav ul {
	margin: 0;
	padding: 0;
	text-align: left;
    list-style: none;
}
 
.nav li {
	text-align: left;
    position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.nav a {
	display: block;
	margin: 0;
	padding: 25px 15px;
	color: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

.nav a:hover {
	color: #4aa4f1;
	text-decoration: none;
	transition: all .7s ease-in-out;

}
 
.nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
	left: 0;
	z-index: 99999;
	list-style: none;
	margin: 0;
	padding: 0;
}
 
.nav ul ul ul {
    top: 0;
    left: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav li ul li a:hover {
	color: #ffffff;
	background-color: #4aa4f1;
}
 
.nav ul ul a {
	width: 180px;
    height: auto;
	background-color: #fbfbfb;
	border-bottom: solid 1px #eeeeee;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
    line-height: 15px;
	padding: 20px;
	list-style: none;
	margin: 0;
}

.nav li:hover {
	color: #ffffff;
	text-decoration: none;
}
 
.nav ul ul a:hover {
	color: #ffffff;
	border-bottom: solid 1px #eeeeee;
	text-decoration: none;
}
 
.nav ul li:hover > ul {
    display: block;
	list-style: none;
}

.nav-dark {
	margin: 0;
	padding: 0;
    display: block;
    position: relative;
}
 
.nav-dark ul {
	margin: 0;
	padding: 0;
	text-align: left;
    list-style: none;
}
 
.nav-dark li {
	text-align: left;
    position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.nav-dark a {
	display: block;
	margin: 0;
	padding: 25px 15px;
	color: #333;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

.nav-dark a:hover {
	color: #4aa4f1;
	text-decoration: none;
	transition: all .7s ease-in-out;

}
 
.nav-dark ul ul {
    display: none;
    position: absolute;
    top: 100%;
	left: 0;
	z-index: 99999;
	list-style: none;
	margin: 0;
	padding: 0;
}
 
.nav-dark ul ul ul {
    top: 0;
    left: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-dark li ul li a:hover {
	color: #ffffff;
	background-color: #4aa4f1;
}
 
.nav-dark ul ul a {
	width: 180px;
    height: auto;
	background-color: #fbfbfb;
	border-bottom: solid 1px #eeeeee;
	text-align: left;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
    line-height: 15px;
	padding: 20px;
	list-style: none;
	margin: 0;
}

.nav-dark li:hover {
	color: #ffffff;
	text-decoration: none;
}
 
.nav-dark ul ul a:hover {
	color: #ffffff;
	border-bottom: solid 1px #eeeeee;
	text-decoration: none;
}
 
.nav-dark ul li:hover > ul {
    display: block;
	list-style: none;
}

#menu-content {
	width: calc(100% - 40px);
	height: auto;
	position: absolute;
	z-index: 999;
	display: block;
	margin: auto;
	padding: 0 20px;
}

.logo {
	width: 300px;
	overflow: auto;
	margin-top: 15px;
	float: left;
}

/*----- hero -----*/
.hero-info {
	width: 700px;
	display: block;
	overflow: auto;
	float: right;
	text-align: right !important;
	margin-top: 50%;
}

.hero-info h1 {
	padding: 0 0 25px 0;
	border-bottom: solid 1px #fff;
	text-align: right !important;
}

/*----- index -----*/
#index-content-wrapper {
	width: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
}

.home-content {
	padding: 0 20px;
}

#latest-wrapper {
	clear: both;
	display: block;
	width: 100%;
	overflow: auto;
	background-color: #f7f7f7;
	padding: 100px 0;
}

#latest-content {
	clear: both;
	width: calc(100% - 40px);
	max-width: 1280px;
	overflow: auto;
	margin: auto;
	padding: 0 20px;
}

#latest-content h2 {
	font-size: 30px;
	line-height: 45px;
	font-weight: 400;
	color: #333;
}

#latest-content .entry {
	max-width: calc(33.33333% - 24px);
	overflow: auto;
	display: inline-block;
	margin-right: 30px;
	background-color: #fff;
	border: none;
	vertical-align: top;
}

#latest-content .entry:nth-child(3n) {
	margin-right: 0;
}

#latest-content .post-info {
	font-size: 12px;
    line-height: 22px;
	padding-top: 20px;
}

#latest-content .loop-info {
	margin-bottom: 20px;
}

#latest-content h3 {
	font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.home-loop-info {
	font-size: 15px;
    line-height: 25px;
}

.more-link a {
	color: #999;
}

.more-link a:hover {
	color: #ff8356;
}

/*----- pages -----*/
#page-title-bkgd {
	width: 100%;
	background: url(images/page-title-bkgd.jpg) no-repeat;
	background-size: cover;
	background-position: top left;
}

#title-wrapper {
	clear: both;
	width: calc(100% - 40px);
	max-width: 1280px;
	overflow: auto;
	margin: 0 auto 100px auto;
	padding: 100px 20px;
}

.page-subtitle {
	font-size: 15px;
	line-height: normal;
	font-weight: 400;
	color: #777;
	margin: 0 0 0 0;
}

.page-title {
	font-size: 65px;
	line-height: 70px;
	font-weight: 600;
	color: #333;
	margin: 0 0 0 0;
	float: left;
}

.breadcrumb {
	float: right;
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
	margin-top: 10px;
	padding: 15px 35px;
}

.breadcrumb a {
	color: #777;
	font-weight: 400;
}

.breadcrumb a:hover {
	color: #ff8356;
}

#menu-divider {
	display: block;
	width: 100%;
	height: 150px;
}

#content-wrapper {
	clear: both;
	width: calc(100% - 40px);
	max-width: 1280px;
	overflow: auto;
	margin: 0 auto 100px auto;
	padding: 0 20px;
}

.content-wrapper {
	clear: both;
	width: calc(100% - 40px);
	max-width: 1280px;
	overflow: auto;
	margin: auto;
	padding: 0 20px;
}

.category-content {
	max-width: 850px;
	width: 100%;
	overflow: auto;
	float: left;
}

.entry {
	display: block;
	border: solid 1px #e5e5e5;
	margin-bottom: 40px;
}

.post-info {
	font-size: 15px;
	line-height: 25px;
	color: #777;
	padding: 40px;
}

.entry h3 a {
	color: #333;
	text-decoration: none;
}

.entry h3 a:hover {
	color: #4aa4f1;
	text-decoration: underline;
}

.post-loop-divider {
	display: block;
	border-top: solid 1px #e5e5e5;
	margin-bottom: 25px;
}

.category-loop-divider {
	margin: 0 15px;
}

ul.post-categories {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.post-categories li {
	display: inline-block;
}

.loop-info a {
	color: #777;
	text-decoration: none;
}

.loop-info a:hover {
	text-decoration: underline;
}

.orange-half-circle {
	width: calc(100% - 200px);
	overflow: auto;
	background-color: #ff8356;
	border-top-right-radius: 25%;
	border-bottom-right-radius: 25%;
	padding: 100px;
}

.blue-half-circle-left {
	overflow: auto;
	background-color: #4aa4f1;
	background-image: linear-gradient(to bottom right, #058db7, #4aa4f1);
	padding: 100px;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.blue-circle {
	overflow: auto;
	background-color: #4aa4f1;
	padding: 100px;
	border-radius: 50%;
	text-align: center;
}

.blue-circle h2 {
	font-size: 55px;
	line-height: 65px;
	color: #fff;
	padding: 100px 0;
}

.blue-title-wrapper {
	background-color: #4aa4f1;
	padding: 50px;
	border-radius: 50px;
	font-size: 35px;
	line-height: 45px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

.blue-half-circle-right {
	overflow: auto;
	background-color: #4aa4f1;
	background-image: linear-gradient(to bottom right, #058db7, #4aa4f1);
	padding: 100px;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.p-30 {
	font-size: 30px;
	line-height: 35px;
}

.orange-half-circle p {
	color: #fff;
}

.blue-half-circle h2, .blue-half-circle p {
	color: #fff;
}

.blue-content {
	width: calc(100% - 200px);
	height: 100vh;
	background-color: #4aa4f1;
	padding: 100px;
}

.blue-content h2, .blue-content p {
	color: #fff;
}

.orange-content {
	width: calc(100% - 200px);
	height: 100vh;
	background-color: #ff8356;
	padding: 100px;
}

.orange-content h2, .orange-content p {
	color: #fff;
}

.height-auto {
	height: auto !important;
}

/*----- single -----*/
.single-content {
	max-width: 850px;
	width: 100%;
	overflow: auto;
	float: left;
	border: solid 1px #e5e5e5;
	padding: 40px;
}

.sidebar {
	max-width: 410px;
	width: 100%;
	overflow: auto;
	float: left;
}

/*----- pagination -----*/
#pagination-wrapper {
	overflow: hidden;
	margin: 40px 0 0 10px;
	padding: 0 0 0 0;
}

ul.page-numbers {
    list-style: none;
	float: left;
}

.page-numbers:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    text-align: center;
}

.page-numbers a, .page-numbers span {
    display: block;
    padding: 15px 22px 17px 22px;
    line-height: 18px;
    font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    border: 1pnone;
    color: #333333;
	background-color: #f4f4f4;
}

.page-numbers a span {
	padding: 0;
}

.page-numbers a:hover, .page-numbers.current, .page-numbers.current:hover {
	color: #ffffff;
	background-color: #4aa4f1;
    text-decoration: none;
}

.page-numbers:hover {
	text-decoration: none
}

/*----- contact form -----*/
.wpcf7-form {
    width: 100%;
	overflow: auto;
    text-align: left;
	font-size: 14px;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form input {
	font-family: 'Poppins', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
	font-size: 14px;
	background-color: rgba(33,48,70,0.1) !important;
    margin: 10px 0 0 0;
    padding: 15px;
    display: block;
    color: #333333;
	outline: none !important;
	border: none !important;
}

.wpcf7-form input:focus {
    border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	outline: none !important;
}

.wpcf7-form input[type="email"] {
    margin: 10px 0 0 0;
}

.wpcf7-form textarea {
	font-family: 'Poppins', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 150px;
	font-size: 14px;
    background-color: rgba(33,48,70,0.1) !important;
    margin: 10px 0 0 0;
    padding: 15px;
    color: #333333;
	outline: none !important;
	border: none !important;
}

.wpcf7-form textarea:focus {
	border: 0px;
	outline: none !important;
}

.wpcf7-form input[type="submit"] {
	font-family: 'Poppins', sans-serif;
	display: block;
	width: 100%;
    overflow: auto;
    padding: 13px 30px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: #fff;
	text-transform: uppercase;
    background-color: #4aa4f1;
	background-image: linear-gradient(to bottom right, #058db7, #4aa4f1) !important;
	border: none !important;
	cursor: pointer !important;
}

.wpcf7-form input[type="submit"]:hover {
	background-image: linear-gradient(to bottom right, #4aa4f1, #058db7) !important;
	text-decoration: none;
}

/*----- footer -----*/
footer {
	width: 100%;
	overflow: auto;
	background-color: #d7d7d7;
	padding-top: 100px;
}

footer ul, footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-wrapper {
	width: calc(100% - 40px);
	max-width: 1280px;
	overflow: auto;
	margin: auto;
	padding: 0 20px;
}

.footer-box {
	width: calc(25% - 19px);
	overflow: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.footer-box:nth-child(4n) {
	margin-right: 0;
}

.footer-box p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0;
}

.footer-box a {
	font-size: 15px;
	line-height: 25px;
	font-weight: 300;
	color: #333;
	margin: 0 0 10px 0;
	padding: 0;
}

.footer-box a:hover {
	text-decoration: underline;
}

#copyright {
	display: block;
	overflow: auto;
	border-top: solid 1px #4aa4f1;
	margin-top: 30px;
	padding: 15px 0;
	font-size: 12px;
	font-weight: 200;
	color: #333;
}

/*----- responsive -----*/
@media (max-width: 992px) {
h1 {
	font-size: 65px;
	line-height: 65px !important;
}
	
.slider-title {
	font-size: 65px;
	line-height: 65px !important;
}

#floating-contact {
	display: none;
}

#responsive-contact a {
	display: block;
	z-index: 999999;
}

#SideMenu {
	display: none;
}

.main-menu {
	display: none;
}

.responsive-menu {
	display: block;
}

#MainMenu {
	display: block
}

#MainMenuBtnOpen {
	display: block;
}

.page-title {
	font-size: 55px;
	line-height: 60px;
	font-weight: 500;
}

h2 {
	font-size: 45px;
	line-height: 55px;
}

.blue-title {
	font-size: 45px;
	line-height: 55px;
}

.category-content {
	max-width: 100%;
	float: none;
}

.single-content {
	max-width: 100%;
	float: none;
}

.sidebar {
	max-width: 100%;
	float: none;
}
}

@media (max-width: 768px) {
.mb-mob-40 {
	margin-bottom: 40px !important;
}

.pdlr-mob-20 {
	padding: 0 20px;
}

h1 {
	font-size: 50px;
	line-height: 50px !important;
}

.slider-title {
	font-size: 50px;
	line-height: 50px !important;
}

#latest-content .entry {
	max-width: calc(100% - 4px);
	display: block;
	margin-right: 0;
	margin-bottom: 30px;
}

.page-title {
	display: block;
	font-size: 40px;
	line-height: 55px;
	font-weight: 500;
	float: none;
}

.breadcrumb {
	display: inline-block;
	float: none;
}

.footer-box {
	width: calc(100% - 4px);
	display: block;
	margin-right: 0px;
	margin-bottom: 30px;
}
}

@media (max-width: 576px) {
h1 {
	font-size: 25px;
	line-height: 25px !important;
}

h2 {
	font-size: 30px;
	line-height: 40px;
}

.slider-title {
	font-size: 25px;
	line-height: 25px !important;
}

.blue-title {
	font-size: 30px;
	line-height: 40px;
}

#copyright {
	text-align: center;
}
}
