
@font-face {
    font-family: "Qlassy";
    src: local("Qlassy"),
        url("../fonts/Qlassy/Qlassy.ttf") format("TrueType");
}

/*@font-face {
    font-family: "Lato";
    src: local("Lato"),
        url("../fonts/Lato/Lato-Regular.ttf") format("TrueType");
}
@font-face {
    font-family: "LatoBold";
    src: local("LatoBold"),
        url("../fonts/Lato/Lato-Bold.ttf") format("TrueType");
}*/

@font-face {
    font-family: "CenturyGothic";
    src: local("CenturyGothic"),
        url("../fonts/Century-Gothic/GOTHIC.ttf") format("TrueType");
}
@font-face {
    font-family: "CenturyGothicBold";
    src: local("CenturyGothicBold"),
        url("../fonts/Century-Gothic/GOTHICB.ttf") format("TrueType");
}


body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    overflow-x: hidden;
}

.site-container {
	max-width: 1330px;
	margin: auto;
	display: block;
    padding: 0 15px;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 10px
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img {

    max-width: 100%;
    height: auto;
}

.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}

.image-half,
.img-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.image-half img,
.img-half img,
.half-img img,
.half-image img {
    width: 100%;
    height: auto;
}
.img-right {
    float: right;
    margin: 0;
    padding: 0;
    margin-left: 15px;
    padding-left: 15px;
}

.bold {
    font-weight: bold;
}
.center{
    text-align: center;
}           
.left-align,
.align-left {
    text-align: left;
}           
.right-align,
.align-right {
    text-align: right;
}           
           


.h1, h1 {
    font-family: "Qlassy";
    font-size: 35px;
    line-height: 1.4;
    margin: 30px 0;
}
.h2, h2 {
    font-family: "Qlassy";
    font-size: 30px;
    line-height: 1.4;
    margin: 20px 0;
    text-align: center;
    font-weight: 600;
}
.h3, h3 {
    font-family: "Qlassy";
    font-size: 25px;
    line-height: 1.4;
    margin: 20px 0;
    text-align: center;
    font-weight: 600;
}
.h4, h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
a {
    color: #edb227;
}
p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}
li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 5px;
}

ul.two {
    display: flow-root;
}
ul.two li{
    width: 50%;
    float: left;
    padding-right: 20px;
}
ul.three {
    display: flow-root;
}
ul.three li{
    width: 33%;
    float: left;
    padding-right: 20px;
}
ul.four {
    display: inline-block;
    width: 100%;
}
ul.four li{
    width: 25%;
    float: left;
    padding-right: 20px;
}
ul.flow {
    display: flow-root;
}
ol, ul {
    margin-bottom: 15px;
}



.buttons-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.buttons-center a {
    display: inline-block;
    margin: 0 10px 10px;
    background: #0a2c4e;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
    cursor: pointer;
}
.buttons-center a:focus,
.buttons-center a:hover {
    background: #eba800;
    text-decoration: none;
    color: #fff;
}
.default-button {
    background: #0a2c4e;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 15px;
}
.default-button:focus,
.default-button:hover {
    background: #eba800;
    text-decoration: none;
    color: #fff;
}



header {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    position: relative;
    float: left;
    max-height: 80px;
}
header .bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    border: 0;
    left: 0;
}
header .bg .bg-left {
    display: inline-block;
    width: 65%;
    height: 100%;
    float: left;
    background: #fff;
    border-top: 80px solid #0000;
    border-right: 50px solid #eba800;
}
header .bg .bg-right {
    display: inline-block;
    width: 35%;
    height: 100%;
    float: right;
    background: #eba800;
}
header .logo {
    display: inline-block;
    float: left;
    margin-top: -5px;
}
header .logo img {
    max-width: 300px;
    height: auto;
}
header .phone {
    display: inline-block;
    float: right;
}
header .phone a {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    padding: 10px;
    display: inline-block;
/*    float: right;*/
    margin: 0;
}
header .phone a i {
    transform: rotate(90deg);
}
header .phone a:hover {
    color: #082b4f;
    text-decoration: none;
}
header .open-menu {
    display: inline-block;
    float: right;
    cursor: pointer;
    margin-left: 20px;
}
header .open-menu i {
    font-size: 35px;
    color: #fff;
    margin-top: 6px;
}
header .open-menu:hover i {
    color: #082b4f;
}
header .menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #0a2c4e;
    z-index: 999;
    min-width: 250px;
}
header .menu .close-menu {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}
header .menu .close-menu i {
    font-size: 18px;
    color: #fff;
    opacity: 0.7;
}
header .menu .close-menu:hover i {
    opacity: 1;
}
header .menu ul {
    padding: 10px;
    margin: 0;
    padding-left: 20px;
}
header .menu ul li {
    list-style: none;
    margin-bottom: 15px;
}
header .menu ul li a {
    color: #fff;
    display: block;
}
header .menu ul li a:hover {
    color: #edb227;
    text-decoration: none;
}
.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000c;
    z-index: 99;
}


footer {
    background: #082a4d;
}
.footer-top {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #1b4876;
    padding: 30px 0;
}
.footer-top .image-footer {
    max-width: 300px;
    display: inline-block;
    float: left;
}
.footer-top .socials {
    display: inline-block;
    float: right;
}
.footer-top .socials .item {
    display: inline-block;
    margin-left: 30px;
    margin-top: 5px;
}
.footer-top .socials .item a {
    color: #fff;
}
.footer-top .socials .item a i {
    font-size: 20px;
}
.footer-top .socials .item a:hover {
    color: #edb227;
}

.footer-middle {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #1b4876;
    padding: 30px 0;
}
.footer-middle h4 {
    color: #fff;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
}
.footer-middle .links a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}
.footer-middle .links a:hover {
    color: #edb227;
}
.footer-middle .links a i {
    color: #edb227;
    font-size: 14px;
    margin-right: 5px;
}

.footer-bottom {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}
.footer-bottom .disclaimer {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}
.footer-bottom .copyright {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #fff;
}
.footer-bottom .copyright span {
    float: right;
}


.hero-section {
    background: url('../images/hero-bg-image-min.jpg') center center no-repeat;
    background-size: cover;
    padding: 130px 0;
    display: inline-block;
    width: 100%;
    float: left;
}
.hero-section .text {
    margin-top: 200px;
    max-width: 500px;
}
.hero-section .text h1 {
    color: #fff;
    text-align: left;
    color: #eba800;
    font-size: 30px;
    margin: 0;
    text-shadow: 1px 1px #000000;
    font-weight: 600;
}
.hero-section .text h1 span {
    font-size: 80px;
    display: block;
    line-height: 1.2;
    font-weight: bold;
}

.form-section {
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
}
.form-section .form-text {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-right: 70px;
    background: url('../images/quote-image.png') left bottom no-repeat;
}
.form-section .form-text h2 {
    color: #0a2c4e;
    font-size: 35px;
    text-align: left;
}
.form-section .form-text h2 span {
    color: #eba800;
    font-weight: bold;
}
.form-section .form-text p {
    color: #999999;
    text-align: justify;
}
.form-section .form-text p.big {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.form-section .form-text p.notice {
    color: #0a2c4e;
    font-weight: bold;
}

.form-section .form {
    box-shadow: 0px 0px 10px #c5c5c5;
    margin-top: -75px;
}
.form-section .form-top {
    background: #0a2c4e;
    padding: 20px 40px;
    height: 75px;
}
.form-section .form-top p {
    font-size: 24px;
    color: #fff;
    margin: 0;
    line-height: 1.5;
}
.form-section .form-top p span {
    color: #eba800;
}
.form-section .form form {
    display: inline-block;
    width: 100%;
    padding: 40px;
}
.form-section .form form .form-group {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.form-section .form form .radios label {
    margin-right: 20px;
}
.form-section .form form label {
    font-weight: 400;
    font-size: 18px;
    color: #999;
}
.form-section .form form label.error {
    color: red;
    font-weight: 500;
    font-size: 16px;
}
.form-section .form form select {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 40px;
    font-size: 16px;
    padding: 10px;
    background: #efefef;
    color: #000;
    border: 0;
}
.form-section .form form input[type="email"],
.form-section .form form input[type="date"],
.form-section .form form input[type="text"] {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 40px;
    font-size: 16px;
    padding: 10px;
    background: #efefef;
    color: #000;
    border: 0;
    /*text-transform: capitalize;*/
}
.form-section .form form input[type="date"] {
    text-transform: uppercase;
}
.form-section .form form textarea {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    min-height: 130px;
    font-size: 16px;
    padding: 10px;
    background: #efefef;
    color: #000;
    border: 0;
    max-width: 100%;
}
.form-section .form form label.agree {
    font-size: 14px;
    margin-bottom: 15px;
}

.form-section .form form button,
.form-section .form form input[type="submit"] {
    background: #01245c;
    width: 100%;
    min-height: 50px;
    border: 0;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.form-section .form form button:hover,
.form-section .form form input[type="submit"]:hover {
    background: #1a2730;
}
.form-section .form form a.default-button {
    font-size: 16px;
    background: #0a2c4e;
    width: 150px;
    text-align: center;
    border-radius: 30px;
    display: block;
    margin: 30px auto 0;
}
.form-section .form form a.default-button:hover {
    background: #eba800;
}
.form-section .form form .step {
    display: none;
}
.form-section .form form .step1 {
    display: block;
}

.text-section {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}

.blue-title-section {
    background: #17324e;
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.blue-title-section h2 {
    font-size: 32px;
    line-height: 1.4;
    margin: 20px 0;
    color: #fff;
    font-weight: 600;
    text-align: left;
}
.blue-title-section h2 span {
    color: #eba800;
    font-weight: bold;
}

.grey-title-section {
    background: #f3f3f3 url('../images/grey-bg-pattern.jpg') center center no-repeat;
    background-size: cover;
    display: inline-block;
    width: 100%;
    padding: 50px 0;
}
.grey-title-section h2 {
    font-size: 29px;
    line-height: 1.4;
    margin: 20px 0;
    color: #000;
    font-weight: 600;
    text-align: left;
}

.two-types {
    padding: 30px 0;
}
.two-types p {
    text-align: justify;
    padding-right: 30px;
}
.two-types p b {
    color: #eba800;
    font-weight: bold;
}

.faqs-section {
    padding: 30px 0;
}

.what-is {
    padding: 30px 0;
}
.what-is span.yellow {
    color: #eba800;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.what-is ol {
    padding-left: 20px;
}
.what-is li {
    margin-bottom: 25px;
}
.what-is p {
    margin-bottom: 10px;
}


.general-accordion {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.general-accordion .panel-default {
    margin-bottom: 15px;
}
.general-accordion .panel-heading {
    padding: 0;
}
.general-accordion .panel-heading h4 {
    font-weight: 600;
}
.general-accordion .panel-heading h4 a {
    font-size: 18px;
    display: block;
    padding: 15px;
}
.general-accordion .panel-heading h4 a i {
    float: right;
    margin-top: 5px;
}
.general-accordion .panel-heading h4 a.collapsed i {
    transform: rotate(180deg);
}

.types-accordion .panel-heading h4 a {
    background: #fff;
    color: #000;
}

.faqs-categ > .panel.panel-default {
    border-color: #082a4d;
}
.faqs-categ > .panel > .panel-heading {
    color: #fff;
    background-color: #082a4d;
    /*background-color: #eba800;*/
}
.faqs-categ > .panel > .panel-heading h4 a {
    font-size: 20px;
}
.faqs-categ .faqs-accordion .panel-heading h4 a {
    padding: 7px 10px;
    font-weight: 500;
}


.default-text {
    padding-top: 30px;
    padding-bottom: 100px;
    min-height: 300px;
} 
.default-text h1 {
    text-align: center;
    font-weight: bold;
}
.page-title {
    background: #082a4d;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.page-title h1 {
    color: #fff;
    font-weight: bold;
}



/*contact page*/
.contact-banner {
    display: inline-block;
    width: 100%;
    background: #eee url('../images/ContactUs-top-image-min.jpg') center -80px no-repeat;
    background-size: cover;
    min-height: 500px;
}
.content-contact {
    background: #fff url('../images/mapofBirmingham-min.jpg') center center no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 200px;
}
.content-contact h1 {
    margin-top: 0px;
}
.white-box {
    background: #fff;
    border: 5px solid #0a2c4e;
    padding: 30px;
    max-width: 1020px;
    margin: auto;
    margin-top: -80px;
    position: relative;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form label {
    font-size: 16px;
    font-weight: 500;
}
.contact-form label.error {
    color: red;
    font-size: 15px;
}
.contact-form input {
    padding: 10px;
    height: auto;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 0;
}
.contact-form textarea {
    padding: 10px;
    height: auto;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
}


/*about page*/
.about-banner {
    display: inline-block;
    width: 100%;
    min-height: 450px;
    background: #ccc url('../images/AboutSlider40-min.jpg') center center no-repeat;
    background-size: cover;
}
.person-about {
    display: inline-block;
    width: 100%;
    /*border-bottom: 1px solid #ddd;*/
    margin-bottom: 70px;
    /*margin-top: 30px;*/
    /*margin-bottom: 20px;*/
    /*padding-bottom: 20px;*/
    /*margin-top: 20px;*/
}
.person-about:last-child {
    border: 0;
    margin-bottom: 0;
}
.person-about .image-left {
    display: inline-block;
    width: 35%;
    float: left;
    padding-right: 30px;
}
.person-about .image {
    display: inline-block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border-top: 15px solid #eba800;
    border-left: 15px solid #eba800;
}
.person-about .image img {
    width: 100%;
    height: auto;
}
.person-about .image-left .details {
    display: inline-block;
    width: 100%;
    background: #0a2b4c;
    color: #fff;
    padding: 10px 20px;
}
.person-about .image-left .details .name {
    font-size: 25px;
    margin: 5px 0;
    line-height: 1.5;
}
.person-about .image-left .details .job {
    text-transform: uppercase;
    font-weight: 500;
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.5;
}
.person-about .text {
    display: inline-block;
    width: 65%;
    float: left;
}
.person-about .text .desc p {
    text-align: justify;
}


.sitemap .links {
    display: inline-block;
    width: 100%;
}
.sitemap .links a {
    display: inline-block;
    width: 25%;
    padding: 5px;
    margin-bottom: 10px;
    float: left;
    text-align: center;
}



/*blog page*/

.blogs {}
.blogs .flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    /*align-items: center;*/
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;
}
.blogs .item {
    margin-bottom: 30px;
}
.blogs .item .image {
    overflow: hidden;
}
.blogs .item .image img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: auto;
}
.blogs .item .image:hover img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
.blogs .item p.title {
    margin: 10px 0;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}
.blogs .item {}

.blog-text {
    font-size: 18px;
    line-height: 1.7;
}
.blog-text {}



















@media(min-width: 1400px) {
	p {
	    font-size: 20px;
	}
	li {
	    font-size: 20px;
	}
	.buttons-center a,
	.default-button {
		font-size: 18px;
	}

}


@media(min-width: 1600px) {
	header .menu ul li a {
	    font-size: 20px;
	}
	.hero-section .text {
		max-width: 700px;
	}
	.hero-section .text h1 {
		font-size: 40px;
	}
	.hero-section .text h1 span {
		font-size: 100px;
	}
	.about-banner {
	    min-height: 500px;
	}
	.faqs-categ .faqs-accordion .panel-heading h4 a {
	    padding: 10px;
	}
	.faqs-categ > .panel .panel-body {
	    padding: 20px;
	}

}	


@media(max-width: 1600px) {
	.hero-section {
	    padding: 100px 0;
	}
	.hero-section .text {
	    margin-top: 100px;
	}
	

}


@media(max-width: 1200px) {
	.hero-section .text h1 span {
	    font-size: 70px;
	}
	.form-section .form form {
	    padding: 20px;
	}
	.form-section .form-top {
	    padding: 20px;
	}
	.form-section .form-top p {
	    font-size: 22px;
	}
	.form-section .form-text {
	    padding-right: 20px;
	}

}


@media(max-width: 993px) {
	header .logo img {
	    max-width: 200px;
	}

	.h2, h2 {
	    font-size: 26px;
	}
	footer p {
	    font-size: 14px;
	}

	header .phone a {
	    font-size: 20px;
	    padding: 5px;
	}
	header .open-menu i {
    	font-size: 30px;
	    margin-top: 1px;
	}

	p, li {
	    font-size: 16px;
	}

	.hero-section .text h1 {
		font-size: 25px;
	}
	.hero-section .text h1 span {
	    font-size: 60px;
	}

	.form-section .form form label {
	    font-size: 16px;
	}
	.form-section .form-text h2 {
	    font-size: 30px;
	    margin-top: 0;
	    margin-bottom: 20px;
	}
	.form-section .form-text {
		padding-right: 15px;
		padding-bottom: 0;
	}
	.form-section .form-text p.big {
	    font-size: 18px;
	    margin-top: 0;
	}

	.text-section {
	    padding: 30px 0;
	}
	.grey-title-section h2,
	.blue-title-section h2 {
	    font-size: 25px;
	}
	.grey-title-section,
	.blue-title-section {
		padding: 20px 0;
	}

	.footer-middle .links a {
		font-size: 14px;
	}
	.footer-bottom .copyright,
	.footer-bottom .disclaimer {
	    font-size: 14px;
	}
	.general-accordion .panel-heading h4 a {
	    padding: 10px;
	}
	.two-types p {
	    padding-right: 0;
	    text-align: left;
	}

	.page-title h1 {
	    font-size: 30px;
	}
	.contact-text {
	    border-bottom: 1px solid #ddd;
	    margin-bottom: 30px;
	}
	.content-contact button#btn-submit {
	    margin-bottom: 0;
	}

	.about-banner {
		min-height: 0;
	    height: 20px;
	    background: #fff;
	    background-size: cover;
	}
	.about-content {
    	margin-top: -20px;
	}
	.person-about .image-left {
	    width: 40%;
	    padding-right: 20px;
	}
	.person-about .text {
	    width: 60%;
	}
	.person-about {
	    margin-bottom: 50px;
	    margin-top: 0px;
	}
	.person-about .image {
	    border-top: 10px solid #eba800;
	    border-left: 10px solid #eba800;
	}
	.person-about .image-left .details {
		padding: 10px;
	}
	.person-about .image-left .details .name {
	    font-size: 22px;
	}
	.person-about .image-left .details .job {
		font-size: 14px;
	}
	.person-about .text {
	    display: inline;
	    width: auto;
	    float: none;
	}
	.sitemap .links a {
		width: 33.33%;
	}
	p span.break-link {
	    word-break: break-all;
	}

	.blogs .item p.title {
	    font-size: 18px;
	}
	
}



@media(max-width: 767px) {
	
	.h1, h1 {
	    font-size: 30px; 
	}
	.h2, h2 {
	    font-size: 25px;
	}
	.h3, h3 {
	    font-size: 22px;
	}
	.h4, h4 {
	    font-size: 18px;
	}

	header {
	    padding: 10px 0;
	    max-height: 60px;
	}
	header .site-container {
	    padding: 0 10px;
	}
	header .phone a span {
	    display: none;
	}
	header .bg .bg-right {
	    width: 20%;
	}
	header .bg .bg-left {
	    width: 80%;
	    border-top: 60px solid #0000;
	    border-right: 40px solid #eba800;
	}

	.image-half,
	.img-half,
	.half-img,
	.half-image {
	    width: 100%;
	    float: none;
	    margin-right: 0px;
	    padding-right: 0px;
	}
	.img-right {
	    float: none;
	    margin-left: 0px;
	    padding-left: 0px;
	}

	.default-button {
	    font-size: 16px;
	}

	.hero-section {
	    padding: 30px 0;
	    background: #0a2c4e;
	    text-align: center;
	}
	.hero-section .text {
	    margin-top: 0;
	    max-width: 100%;
	}
	.hero-section .text h1 {
	    font-size: 25px;
	    text-align: center;
	    line-height: 1.5;
	}
	.hero-section .text h1 span {
	    font-size: 40px;
	    line-height: 1.5;
	}
	.form-section .form-text {
		background: none;
		padding-top: 20px;
	}
	.form-section .form-text h2 {
	    font-size: 22px;
	}
	.form-section .form-text p.big {
	    font-size: 16px;
	    margin-bottom: 15px;
	}

	.form-section .form {
	    margin-top: 10px;
	}
	.form-section .form-top p {
	    font-size: 18px;
	}
	.form-section .form-top {
	    padding: 15px;
	    height: auto;
	}
	.form-section .form form {
	    padding: 15px;
	}
	.form-section .form form a.default-button {
	    font-size: 14px;
	    margin-top: 15px;
        width: 120px;
	}

	.grey-title-section h2, .blue-title-section h2 {
	    font-size: 22px;
	    margin: 10px 0;
	}
	.general-accordion .panel-heading h4 a {
	    font-size: 16px;
	}

	.faqs-categ > .panel > .panel-heading h4 a {
	    font-size: 17px;
	}

	.buttons-center a {
	    margin: 5px;
	    font-size: 16px;
	}
	.buttons-center {
	    margin-top: 0;
	    margin-bottom: 10px;
	}

	.footer-top,
	.footer-middle,
	.footer-bottom {
		padding: 20px 0;
	}
	.footer-top .image-footer {
	    max-width: 230px;
	}
	.footer-bottom .copyright {
	    text-align: center;
	}
	.footer-bottom .copyright span {
	    float: none;
	    display: block;
	    margin-top: 10px;
	}
	.footer-middle .links {
	    margin-bottom: 30px;
	}
	.footer-middle h4 {
	    margin-bottom: 10px;
	}

	.page-title h1 {
	    font-size: 25px;
	}
	.default-text {
	    padding-top: 20px;
	    padding-bottom: 50px;
	}

	.contact-banner {
	    display: inline-block;
	    width: 100%;
	    background: #fff;
	    background-size: cover;
	    min-height: 50px;
	}
	.content-contact {
	    background: #fff;
	}
	.white-box {
	    border: 2px solid #0a2c4e;
	    margin-top: -50px;
	}
	.person-about .image-left {
	    width: 250px;
	    padding-right: 15px;
	}
	.sitemap .links a {
		width: 100%;
		float: none;
		padding: 5px 0;
	}
	.what-is {
	    padding: 0;
	}

	.blog-text {
	    font-size: 16px;
	}    

}



@media(max-width: 600px) {
	.white-box {
		padding: 15px;
	}
	.person-about .image-left {
	    width: 100%;
	    padding-right: 0;
	    float: none;
	    margin-bottom: 10px;
	}
	.person-about .text {
	    display: block;
	    width: auto;
	    float: none;
	}

}


@media(max-width: 450px) {
	.h1, h1 {
	    font-size: 25px;
	}
	.h2, h2 {
	    font-size: 22px;
	}
	.h3, h3 {
	    font-size: 20px;
	}
	header {
		padding: 0;
	}
	header .site-container {
	    padding-right: 0;
	}
	header .logo img {
	    margin-top: 8px;
	    max-width: 160px;
	}	
	header .phone a {
		font-size: 18px;
		line-height: 1;
	    padding: 10px;
	}
	header .bg .bg-left {
	    border-top: 40px solid #0000;
	    border-right: 20px solid #eba800;
	    width: 76%;
	}
	header .bg .bg-right {
	    width: 24%;
	}
	header .open-menu {
	    margin-left: 10px;
	    margin-right: 10px;
	}
	header .open-menu i {
	    font-size: 25px;
	    margin-top: 5px;
	}

	.buttons-center a {
	    padding: 10px 15px;
	}

	.form-section .form form label {
	    font-size: 15px;
	}
	.hero-section .text h1 {
	    font-size: 18px;
	}
	.hero-section .text h1 span {
	    font-size: 35px;
	}
	.form-section .form form label.error {
	    font-size: 14px;
	}
	.form-section .form form input[type="email"], 
	.form-section .form form input[type="date"], 
	.form-section .form form input[type="text"] {
		height: auto;
	}
	.form-section .form form label.agree {
	    font-size: 12px;
	}
	.text-section {
	    padding: 20px 0;
	}
	.default-button {
	    font-size: 15px;
	}
	.contact-form label {
	    font-size: 15px;
	}
	.contact-form label.error {
	    font-size: 14px;
	}
	.contact-form input,
	.contact-form textarea {
		font-size: 16px;
	}

	.grey-title-section h2, .blue-title-section h2 {
	    font-size: 20px;
	    margin: 0;
	}

	/*.footer-middle .col-xs-6 {
	    width: 100%;
	}*/
	.footer-top .image-footer {
	    max-width: 200px;
	}
	.footer-top .socials .item {
	    margin-left: 20px;
	}
	.footer-top .socials .item a i {
	    font-size: 18px;
	}
	.footer-bottom .disclaimer {
	    font-size: 14px;
	}
	.footer-middle h4 {
	    font-size: 16px;
	}
	.footer-middle .links a i {
	    font-size: 10px;
	}
	.panel-body {
	    padding: 10px;
	}
 
	.content-contact .white-box {
	    padding: 0;
	    border: 0;
	}
}



@media(max-width: 350px) {
	header .logo img {
	    max-width: 200px;
	}
}



























