/*
  Stylesheet CSS
  Project Name: Agencecogix 
  Version: 1.0
*/

/*-- Variables --*/
:root {
	--color-primary: #349d8d;
	--color-secondary: #000000;
	--color-tertiary: #000000;
	--color-success: #349d8d;
	--color-danger: #f9413a;
	--color-body: #000000;
	--heading-color: #349d8d;
}

/*Reset CSS*/
html,
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-style: normal;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

a {
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-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;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:focus,
a:hover {
	text-decoration: none;
	outline: none;
	outline: 0;
}

button {
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-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;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #349d8d;
	color: #ffffff;
	text-decoration: none;
}

mark {
	background-color: #349d8d;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000;
	margin: 1em 0;
	padding: 0;
}

input {
	vertical-align: middle;
}

select {
	vertical-align: middle;
}

img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

button {
	cursor: pointer;
}

button:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-display: swap;
}
ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

p {
	margin-bottom: 15px;
}

label {
	display: inherit;
}

*::-moz-selection {
	background-color: #89b2a9;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background-color: #89b2a9;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #89b2a9;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #000 !important;
	opacity: 1 !important;
}

*::placeholder {
	color: #000 !important;
	opacity: 1 !important;
}
 
/* Contact Form Css */

.sc-main-contact-form input[type="text"]::placeholder,
.sc-main-contact-form input[type="tel"]::placeholder,
.sc-main-contact-form input[type="email"]::placeholder {
	color: #ffffff !important;
	font-family: "Rota", Sans-serif;
	font-size: 18px;
}
.sc-main-contact-form input[type="text"],
.sc-main-contact-form input[type="tel"],
.sc-main-contact-form input[type="email"] {
	width: 100%;
	background-color: transparent;
	height: 50px;
	border: 0;
	border-bottom: 1px solid #ffffff;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 400;
	padding: 0 0px;
	margin-bottom: 30px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
.sc-main-contact-form input[type="submit"] {
	background-color: #fff;
	border: none;
	color: #349d8d;
	width: 100%;
	height: 40px;
	border-radius: 0px;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
	text-align: center;
}
.sc-main-contact-form input[type="submit"]:hover {
	background-color: #fff;
	color: #000;
}
.sc-main-contact-form input:focus {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
	outline: 0;
	box-shadow: none;
}
.sc-custom-select select {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ffffff;
	padding: 0px 0px;
	height: 50px;
	outline: 0;
	background-color: transparent;
	color: #ffffff;
	font-family: "Rota", Sans-serif;
	font-size: 15px;
}
.sc-custom-select select option {
	color: #000000;
} 