/*!
Theme Name: First Defence
Theme URI: #
Author: custom
Author URI: #
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: massform
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


* {
  box-sizing: border-box;
}



html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}

img,
object,
embed {
  max-width: 100%;
}

ul {}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  box-sizing: border-box;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

select,
input,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td,
td img {
  vertical-align: top;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: 'Mont';
}

button,
input[type=button] {
  width: auto;
  overflow: visible;
}

input[type="submit"],
button[type="submit"] {
  -webkit-appearance: none;
}

:focus {
  outline: none;
}

input[type="submit"]:focus {
  outline: none;
}



body {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
}

.main {
  max-width: 1270px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0 0 20px;
  color: #111111;
  text-transform: none;
  line-height: 1.5;
}


h1 {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
}

h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}

h4 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}




.cf::after {
  display: table;
  content: "";
  clear: both;
}

p {
  margin: 0 0 16px;
}

a {
  color: #111111;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #FFCB74;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  color: #111111;
  border: 1px solid #D9D9D9;
  border-radius: 100px;
  padding: 21px 20px;
  box-shadow: none;
  width: 100%;
  margin: 0;
  font-weight: 400;
  background-color: #fff;
}

textarea {
  height: 240px;
}

select {
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  background-image:url(images/select-arrow.png) ; 
  background-position: 98% center;
  background-size: auto;
  background-repeat: no-repeat;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #111111;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #111111;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #111111;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #111111;
  opacity: 1;
}

.c-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.c-col {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}



input[type="submit"],
button[type="submit"] {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #111111;
  border: 1px solid #FFCB74;
  background: #FFCB74;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  transition: all 0.3s ease-in-out;
}

.main-header .btn svg {
    display: inline-block;
    width: 29px;
    margin-right: 10px;
}
.main-header .btn {
    display: flex;
    align-items: center;
}
.main-header .btn svg path
{
	fill:#421C23
}
.main-header .btn:hover svg path
{
	fill:#fff
}
