@import url("./fontawesome-all.min.css");

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, 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, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;}
    
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
    font-family: 'Montserrat', sans-serif;
    
    font-size: 14px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald', sans-serif;
}
h2{
    font-weight: bold;
    font-size: 40px;

}
h4{
    font-weight: bold;
    font-size: 25px;
}
h6{
    font-weight: normal;
    font-size: 22px;
}

/* Basic */

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}
section {
    padding: 2.8rem 1rem;
}
.quotebar{
    padding: 10px;
    background: #042f9f;
    color: #fff;
}
.quotebar .container{
    display: flex;
    justify-content: space-around;
}
.quotebar p{
    line-height: 3rem;
    font-size: 16px;
}
.quoteBtn{
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(images/bg01.png);
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(images/bg01.png);
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(images/bg01.png);
    background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(images/bg01.png);
    background-color: #37c0fb;
    border-radius: 5px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 1.5em;
    line-height: 2.75em;
    min-width: 9em;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: -0.025em;
}
.services .container{
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.services-box{
    display: flex;
    justify-content:space-evenly;
}
.services-box .service-block{
    display: flex;
    align-items: center;
    flex-flow: column;
    text-align: center;
    margin: 20px 0px;
}
.service-block .content{
    padding: 10px;
    background: #042f9f;
    color: #fff;
    min-height: 120px;
}
.service-block .content p{
    margin: 5px;
    line-height: 1.2rem;
}
.services h2{
    color: #005bfb;
}

.highlight{
    font-size: 18px;
    margin: 20px 0px;
    line-height: 1.5rem;
    text-align: center;
}
.services .highlight{
    color: #005bfb;
}
.tips{
    background: #005bfb;
    color: #fff;
}
.tips .container{
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.tips-box{
    display: flex;
    justify-content:space-evenly;
}
.tips-box .tip-block{
    display: flex;
    align-items: center;
    flex-flow: column;
    text-align: center;
    background: #042f9f;
    margin: 20px 0px;
}
.tip-block .content{
    padding: 10px;
    background: #042f9f;
    color: #fff;
}
.tip-block .content h6{
    font-weight: 700;
}
.tip-block .content a{
    display: inline-block;
    background: #005bfb;
    color: #fff;
    padding: 15px 10px;
    margin-top: 15px;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.tip-block .content p{
    margin: 5px;
    line-height: 1.2rem;
}
.tip-block .img-container{
    height: 150px;
    margin-top: 50px;
}
.tip-block .img-container img{
    width: auto;
    max-width: 90%;
    height: 100px;
}
.contacts{
    background: #042f9f;
    color: #fff;
}
.contacts .container{
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.contacts .container p{
    margin: 10px 0px;
    font-size: 18px;
}
.contacts .container h4{
    margin: 30px 0px 20px;
    font-weight: 500;
    font-size: 22px;
}
.contacts .container address{
    width: 40%;
    line-height: 1.4rem;
    text-align: center;
}
.carousel-caption{
    right: auto;
    bottom: auto;
    top: 20px;
}
.carousel-caption h5{
    font-size: 55px;
    font-weight: bolder;
    font-style: italic;
 }
.banner{
    padding: 0px;
}
.header{
    padding: 10px 0px;
    background: url(../images/bg01.png);
}
.header .container{
    display: flex;
    justify-content:space-around;
}
.header .container img{
    width: 20%;
}
.header .container p{
    line-height: 6rem;
    font-size: 36px;
    color: #005bfb;
}
.navbar{
  background:  #005bfb;  
  min-height: 80px;
  border-bottom: 5px solid #042f9f;
}
.navbar p{
    color: #fff;
    text-align: center;
}
.nav-link{
  background: #042f9f;
  color: #fff;  
  margin: 3px 6px;
  font-family: 'Oswald', sans-serif;
}
/* Footer */

#footer {
    padding: 4em 0 8em 0;
}

    #footer a {
        color: inherit;
        border-bottom-color: rgba(71, 71, 71, 0.25);
    }

        #footer a:hover {
            color: #37c0fb;
            border-bottom-color: transparent;
        }

    #footer .container {
        margin-bottom: 4em;
    }

    #footer .icons {
        text-align: center;
        margin: 0;
    }

        #footer .icons a {
            color: #999;
        }

            #footer .icons a:hover {
                color: #474747;
            }

    #footer .copyright {
        color: #999;
        margin-top: 1.5em;
        text-align: center;
        font-size: 0.9em;
    }
    input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"], textarea {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -moz-transition: border-color 0.2s ease-in-out;
        -webkit-transition: border-color 0.2s ease-in-out;
        -ms-transition: border-color 0.2s ease-in-out;
        transition: border-color 0.2s ease-in-out;
        background: #fff;
        border: solid 1px #e0e0e0;
        border-radius: 5px;
        color: inherit;
        display: block;
        outline: 0;
        padding: 0.75em;
        text-decoration: none;
        width: 100%;
    }
    .icon > .label {
        display: none;
    }
    .icon.brands:before {
        font-family: 'Font Awesome 5 Brands';
    }
    .icon:before {
        line-height: inherit;
    }
    .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        text-transform: none !important;
        font-family: 'Font Awesome 5 Free';
        font-weight: 400;
    }
    input[type="submit"], input[type="reset"], input[type="button"], button, .button {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(images/bg01.png);
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(images/bg01.png);
        background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(images/bg01.png);
        background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(images/bg01.png);
        background-color: #37c0fb;
        border-radius: 5px;
        border: 0;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        padding: 0 1.5em;
        line-height: 2.75em;
        min-width: 9em;
        text-align: center;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: -0.025em;
    }
    input[type="submit"].alt, input[type="reset"].alt, input[type="button"].alt, button.alt, .button.alt {
        background-color: #555555;
        color: #fff;
    }
    .required span {
        position: absolute;
        display: inline-block;
        color: #e32;
        right: 10px;
        top: 50%;
        font-size: 20px;
        font-weight: bold;
    }
    .required {
        position: relative;
    }
    .row.gtr-50 > * {
        padding: 20px 0 0 20px;
    }
    .highlighter span {
        font-size: 16px;
        color: #cc0000;
        display: inline-block;
        padding-left: 15px;
    }
    ul.actions {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        cursor: default;
        list-style: none;
        margin-left: -1em;
        padding-left: 0;
    }
    ul.actions li {
        padding: 0 0 0 1em;
        vertical-align: middle;
    }
    #sitemap .links li {
        position: relative;
        /* padding-left: 1em; */
    }
    ul.links li {
        line-height: 2.5em;
        padding-left: 0;
    }
    ul.icons li:first-child {
        padding-left: 0;
    }
    ul.icons li {
        display: inline-block;
        line-height: 1em;
        padding-left: 1.5em;
    }
 @media (max-width: 576px) { 
    .header .container img{
        width: 30%;
    }
    .header .container p{
        line-height:normal;
        font-size: 14px;
        text-align: center;
    }
    .quotebar .container{
        display: flex;
        flex-flow: column;
        justify-content: space-around;
    }
    .quotebar .container p{
        text-align: center;
        line-height: 1.5rem;
    }
    .quoteBtn{
        margin: 10px 0px;
    }
    h2{
        font-weight: bold;
        font-size: 30px;
        text-align: center;
    
    }
    h4{
        font-weight: bold;
        font-size: 20px;
    }
    h6{
        font-weight: normal;
        font-size: 18px;
    }
    .contacts .container p{
        text-align: center;
    }
    .contacts .container h4{
        text-align: center;
        font-size: 18px;
    }
    .contacts .container address{
        width: 100%;
    }
    .tip-block .img-container img{
        width: auto;
        max-width: 90%;
        height: 80px;
    }
 }