/* Colors 

Option 3


	font-family: 'Quicksand', sans-serif;
*/

@font-face {
    font-family: gr-book;
    src: url(/option3/fonts/gr-book.otf);
}

@font-face {
    font-family: gr-medium;
    src: url(/option3/fonts/gr-medium.otf);
}

@font-face {
    font-family: gr-light;
    src: url(/option3/fonts/gr-light.otf);
}

@font-face {
    font-family: gr-bold-italic;
    src: url(/option3/fonts/gr-bold-italic.otf);
}

@font-face {
    font-family: gr-bold;
    src: url(/option3/fonts/gr-bold.otf);
}

@font-face {
    font-family: gr-medium-italic;
    src: url(/option3/fonts/gr-medium-italic.otf);
}

html {
  scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
	font-family: 'gr-book', sans-serif;
/* 	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

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

p, li, a {
	font-size: 16px;
    line-height: 25px;
	color: #707070;
	outline: 0;
	font-family: 'gr-book', sans-serif;
}

hr{
	border-top: 2px solid #707070;
    margin: 5% 0;
}

p{
	font-family: 'gr-light', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
	font-family: 'gr-book', sans-serif;
}

h1 {
	font-size: 3.6em;
	font-weight: 100;
}

h2 {
	font-size: 3em;
    margin-bottom: 50px;
    font-family: 'gr-medium', sans-serif;
    color: #1D6A6B;
}

strong {
    font-weight: 800;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
/* 	border-bottom: none; */
	outline: none;
	color:inherit;
	outline: 0;
}

.header{
	position: fixed;
	width:100%;
	background-color: #fff;
	top: 0;
	z-index: 9999;
}

.navbar-nav>li {
	float: left;
    padding: 0 2em;
}

.navbar-default {
    background-color: transparent;
	border-color: transparent;
	margin-bottom:0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    padding: 0;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #6BD9FF;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #6BD9FF;
    background-color: transparent;
    border-top: 3px solid #6BD9FF;
}

.navbar-default .navbar-nav>li>a {
	color: #3B3B3B;
	font-weight: 400;
    text-align: left;
    width: fit-content;
    float: left;
    font-size: 22px;
    line-height: 27px;
    padding: 30px 0;
	border-top: 3px solid transparent;
}

.navbar-nav {
	padding: 0;
    float: right;
}

.nopad{
	padding-left:0;
	padding-right:0;
}

.nopad-r{
	padding-right:0;
}

.nopad-l{
	padding-left: 0;
}

.mobi-logo{
	display:none;
}

.msg{
    min-height: 150px;
    max-height: 200px;
	resize:none;
	outline: 0;
}

.error {
    padding: 10px;
    background-color: #414141;
    margin: 3% auto;
    width: 60%;
    color: #fff;
	display: none;
}

.output {
    padding: 10px;
    background-color: #C1D72E;
    margin: 3% auto;
    width: 60%;
    color: #fff;
	display: none;
	text-align: center;
}

#email2 {
	display: none;
}

.our-story {
    padding: 10% 0;
}

.backto {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 9999;
    font-size: 20px;
}

.head-info{
	background-color: #DE293B;
    height: auto;
    padding: 8% 0 4%;
}

.info-box{
	text-align: center;
}

.info-box h1{
	color: #fff;
	margin-bottom: 10%;
	font-family: 'Quicksand', sans-serif;
}

.info-box p{
	color: #fff;
    margin-bottom: 8%;
    font-size: 30px;
	font-weight: 100;
	font-family: 'Quicksand', sans-serif;
}

.btn-contact {
    font-family: 'gr-light', sans-serif;
    padding: 18px 25px;
    border-radius: 40px;
    width: 250px;
    font-size: 16px;
    background-color: #1D6A6B;
    color: #fff!important;
}

.btn-contact:hover {
    color: #1D6A6B!important;
    background-color: #fff;
}

.service-box {
    background-color: #707070;
    height: 300px;
}

.service-short-info {
    background-color: #EEF8FB;
    padding: 20px;
}

.service-short-info h3 {
    color: #1D6A6B;
    font-family: 'gr-medium', sans-serif;
}

.service-short-info p{
	margin-bottom: 0;
}

.service-short-info{
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.19);
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.19);
}

.longer-info {
    padding: 20px;
    border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.client-box {
	margin-top: 10%;
    background-color: #676767;
	height: 600px;
}

.client-reviews {
	background-color: #DE293B;
    padding: 12% 8% 10% 8%;
    position: relative;
    width: 80%;
    left: 70%;
    top: 10%;
}

.client-reviews h1 {
	color: #fff;
    font-family: 'gr-medium', sans-serif;
    margin-bottom: 50px;
    font-size: 3em;
}

.client-reviews p {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
}

.contact-section {
	background-color: #1D6A6B;
    padding: 5% 0;
    margin-top: 8%;
	color: #fff;
}

.contact-section p{
	color:#fff;
}

.contact-form .btn-contact {
    background-color: #DE293B;
    width: 250px;
    font-family: 'gr-light', sans-serif;
    border-radius: 50px;
}

.contact-form .btn-contact:hover {
    color: #fff!important;
    background-color: #DE293B;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}

.contact-section hr {
    border-bottom: 1px solid #fff;
    margin: 40px 0;
}

.about-us h3{
	font-size: 35px;
	margin-bottom: 30px;
}

.contact-form {
    margin: 2% 0 0;
    padding: 15% 8% 10%;
    color: #707070;
    background-color: #EEF8FB;
    position: absolute;
    top: -170px;
    -webkit-box-shadow: 0px 3px 9px 3px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 3px 9px 3px rgba(0,0,0,0.19);
    box-shadow: 0px 3px 9px 3px rgba(0,0,0,0.19);
}

.contact-form label, .request-aq label {
	font-family: 'gr-light', sans-serif;
	font-weight: 100;
    font-size: 18px;
	padding-bottom:10px;
}

.contact-form input, .contact-form textarea {
	width: 100%;
    font-size: 20px;
    padding: 20px 25px;
    border: 0;
    margin-bottom: 20px;
    outline: 0;
	border-radius: 20px;
	color: #707070;
}

.contact-info h1{
    font-size: 3.5em;
    margin-bottom: 30px;
}

.contact-info a:hover{
	color:#DE293B;
	transition: 0.5s;
}

.contact-info p{
    margin-bottom: 20px;
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

/* Footer */
.contact-page .footer .col-md-12{
	padding:0;
}

.footer{
	background-color:#DE293B;
	padding: 5% 0 20px;
}

.crt{
	text-transform:uppercase;
}

.crt:hover{
	color: #1D6A6B;
}

.copyright{
	color: #fff;
    margin-bottom: 0;
    line-height: 30px;
    font-weight: 400;
    font-size: 21px;
}

.social-icons{
    float: right;
    width: 100%;
    margin-top: 10px;
}

.social-icons i{
    float:left; 
	margin-right: 2.6em;
	font-size: 23px;
	color: #fff;
	line-height: 30px;;
}

.social-icons i:hover{
    color: #DE293B;
    transition: 0.5s;
}