/*
-------------------------------------------------------------- 
BROWSER SPECIFICATION STYLES
-------------------------------------------------------------- 
*/ 

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a:hover {
	transition: all 0.1s ease-in-out;
}
h1 {
	font-family: 'Montserrat-Light';
	font-size: 49px !important;
	color: #fff;
	line-height: 1.1 !important;
	text-transform: capitalize;
	margin-bottom: 30px !important;
	letter-spacing: 4px;
}
h1 span {
	font-size: 24px;
	font-family: 'Montserrat-Light';
	color: #fff;
	letter-spacing: 1px;
}
h2 {
	font-family: 'Montserrat-Bold';
	border-bottom: 6px solid #fb0e0e;
	font-size: 36px !important;
	color: #08186d;
	line-height: 60px !important;
	text-transform: uppercase !important;
	letter-spacing: 3px;
	display: inline-block;
}
h2 span {
	font-size: 16px;
	color: #2e3192;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h3 {
	font-family: 'AvenirNextLTPro-Bold' !important;
	font-size: 30px !important;
	color: #0a0a0a;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 15px;
	padding-top: 15px;
}
h4 {
	font-family: 'Montserrat-Black';
	color: #2e3192;
	letter-spacing: 1px;
	font-size: 24px;
	text-transform: uppercase;
}
h5 {
	font-family: 'AbelPro-Bold';
	font-size: 24px;
	color: #22285b;
	color: #bbbabb;
 	text-transform;
}
h6 {
	font-size: 24px !important;
	font-family: 'Montserrat-Light';
	color: #fff;
	letter-spacing: 1px;
	padding-top: 45px;
}
h6 span {
	font-size: 12px;
	font-family: 'Montserrat-Black';
	color: #000000;
	letter-spacing: 1px;
}
span {
	color: 000000;
	font-size: 18px;
	font-family: 'Montserrat-Regular';
}
/*
-------------------------------------------------------------- 
GLOBAL STYLES
-------------------------------------------------------------- 
*/
.border-btn {
	background: #08186d;
	display: inline-block;
	font-family: 'Montserrat-Bold';
	font-size: 23px;
	color: #fff;
	text-transform: uppercase;
	border: 3px solid #fff;
	text-align: center;
	padding: 20px 20px;
	letter-spacing: 1px;
}
.border-btn:hover, .border-btn:focus {
	background: #08186d !important;
	text-decoration: none;
	color:#fff;
}
/*
---------------------
Header-area
---------------------
*/
.header-area {
	float: left;
	width: 100%;
	background: #08186d;
	padding: 82px 0;
}
.header {
	margin-bottom: 50px;
}
.header-top a {
	color: #fff;
}
.main-nav {
	float: right;
}
.main-nav .navbar {
	padding: 0 !important;
}
.main-nav li.nav-item {
	font-family: 'Montserrat-Regular';
	padding: 0px 17px;
	font-size: 18px;
}
.main-nav a.nav-link {
	font-family: 'Montserrat-Regular';
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 5px solid transparent;
}
.main-nav a.nav-link:hover {
	color: #f70f0f !important;
	border-bottom: 5px solid #fff;
}
.main-nav ul.main-menu {
    display: none;
}
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Montserrat-Regular';
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
    height: auto;
    border-bottom: 5px solid transparent;
    padding: 0 0 10px 0;
    margin: 0 13px;
}
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
	border-bottom: 5px solid #fff;
	color:#fff;
	text-decoration:none;
}
a.nav-link.active {
	border-bottom: 5px solid #fff;
}
.navbar-light .navbar-toggler {
	border-color: #fff !important;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 0rem !important;
	padding-left: 0rem !important;
}
.border-btn a {
	color: #fff
}
.border-btn a:hover {
	text-decoration: none;
	color: #fff;
}
.header-text {
	position: relative;
}
.header-text h6:after {
	position: absolute;
	content: "";
	border-bottom: 7px solid #d1202d;
	left: 0;
	top: 130px;
	width: 385px;
	margin: 21px 0 0 20px;
}
/*
---------------------
Post-Area
---------------------
*/
.post-area {
	float: left;
    width: 100%;
    text-align: center;
    background-color: #fbfbfb;
    padding: 70px 0 50px;
}
.post-tab {
	position: relative;
    color: #585858 !important;
}
.post-tab a {
	display: block;
    color: #585858 !important;
}
.post-tab h6 {
	color: #585858;
	position: relative;
	margin-bottom: 10px;
	padding-top: 0;
	border-bottom: 7px solid #f70f0f;
	padding-bottom: 15px;
}
.post-tab a:hover {
	text-decoration: none !important;
}
.post-img-tab {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-tab img {
	width: 100%;
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
}
.post-tab:hover img {
	-webkit-filter: grayscale(100%);
	transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	cursor: pointer;
}
.post-tab h6:hover {
}
/*.post-tab h6:after {
	position: absolute;
	content: "";
	left: 30px;
	bottom: -10px;
	width: 240px;
	margin-bottom: 10px;
}*/
.post-tab:hover {
	text-decoration: none;
}
.post-tab:hover h6 {
	color: #fb0e0e !important;
}
/*
---------------------
Text Area
---------------------
*/
.text-area {
	float: left;
	width: 100%;
	padding-bottom: 65px;
}
.text-area h6 {
	color: #08186d;
	font-family: 'Montserrat-Bold';
	margin-bottom: 18px;
	padding-top: 0;
}
.text-area p {
	font-family: 'Montserrat-Regular';
	letter-spacing: 2px;
	color: #373737;
	line-height: 28px;
}
/*
---------------------
Footer-area
---------------------
*/
.footer-area {
	float: left;
	width: 100%;
	background: #fa0e0e !important;
	text-align: center;
	padding: 50px 0;
}
.footer-area .border-btn {
	background: #fb0e0e;
	color: #fff;
}
.footer-area .border-btn:hover {
	background: #08186d !important;
}
.f-nav {
	padding-top: 35px;
}
.f-nav li {
	display: inline-block;
	text-transform: uppercase;
}
.f-nav li a {
	color: #fff;
	padding: 0 22px;
	font-size: 16px;
	font-family: 'Montserrat-Regular';
	letter-spacing: 0px;
}
.f-nav li a:hover {
	text-decoration: none;
	color: #08186d;
}
.copyright {
	color: #fff;
	font-size: 13px;
	font-family: 'Montserrat-Bold';
	line-height: 22px;
	text-transform: uppercase;
}
.copyright a {
	color: #fff;
	text-decoration: underline;
}
.copyright a:hover, .copyright a:focus {
	color: #fff;
	text-decoration: none;
}
/*
---------------------
.bdr-btn
---------------------
*/
.bdr-btn {
	display: inline-block;
	color: #fff;
	border-bottom: 7px solid #f9120c;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 25px;
}
.bdr-btn:hover, .bdr-btn:focus {
	color: #f9120c;
	text-decoration: none;
	background: transparent;
}
.bdr-btn img {
	margin-left: 5px;
}
/*
---------------------
.CONTENT AREA
---------------------
*/
.content-div {
	float: left;
	width: 100%;
	padding: 46px 0;
}
.content-div ul li {

    font-family: 'Montserrat-Regular';
    font-size: 18px;
    color: #000;
    padding: 0 0 3px 0px;
}
.content-div ul {
    list-style: none;
}
.autor-bio-div {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    padding: 0px 20px;
}

.autor-bio-div .alignleft {
    float: right;
    margin: 0px 0px 10px 20px;
}
.about-area {
	float: left;
	width: 100%;
}
.about-area img {
	width: 100%;
	margin-bottom: 60px;
}
.about-text-div {
	display: block;
	margin: 18px 0 22px;
}
.contact-div {
    display: block;
    text-align: center;
}
.contact-div ul {
	list-style:none;
	margin-bottom:0;
}
.contact-div ul li {
	display:block;
}
.contact-div ul li a {
	color:#373737;
}
.contact-div ul li a:hover,
.contact-div ul li a:focus {
	color:#fb0e0e;
	text-decoration:none;
}
.map-div {
    padding-right: 30px;
}
.content-div .gform_wrapper {
    margin-top: 0;
}
.contact-div .gform_wrapper ul li.gfield {
    clear: inherit;
    float: left;
    width: 100%;
	padding-right:0px !important;
	margin-top:0px;
	margin-bottom:20px;
}
.content-div .gform_wrapper .gform_footer {
    text-align: center;
    padding-top: 0;
}
.contact-div .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background:#fff;
    width: 100%;
	padding:12px !important;
	border:0;
	outline:none;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.20);
}
.contact-div .gform_wrapper textarea.medium {
    width: 100%;
	padding:12px !important;
	border:0;
	outline:none;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.20);
    -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.20);
    box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.20);
}
.contact-div .gform_footer input[type=submit] {
    background: none;
    display: inline-block;
    font-family: 'Montserrat-Bold';
    font-size: 23px;
    color: #08186d;
    text-transform: uppercase;
    border: 3px solid #08186d;
    text-align: center;
    padding: 10px 40px;
    letter-spacing: 1px;
	outline:none;
    margin: 10px 16px 0 !important;
}
.contact-div .gform_footer input[type=submit]:hover,
.contact-div .gform_footer input[type=submit]:focus {
	background:#08186d;
	color:#fff;
	text-decoration:none;
}
.contact-div .gform_wrapper .validation_message {
	color:red;
}
.contact-div .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 50% !important;
    padding-right: 0;
}
.contact-div .gfield gfield_error .col-md-12 .field_sublabel_below field_description_below gfield_visibility_visible {
    max-width:100% !important;
}
.contact-div .gform_wrapper li.gfield.gfield_error {
    background-color: inherit;
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}
li#field_1_3 {
    max-width: 100% !important;
}
.contact-div body .gform_wrapper ul li.gfield {
	margin-top:0;
}
.contact-div .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
	border:1px solid red !important;
}
.contact-div .gform_wrapper div.validation_error {
    color: red;
    margin-bottom: 5px;
    border-top: 0;
    border-bottom: 0;
    padding: 6px 0;
}
.contact-div .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	display:none;
}
@media (max-width: 1024px) {
h1 {
    font-size: 38px !important;
    margin-bottom: 20px !important;
}
.header-area {
    padding: 50px 0;
}
.post-area {
    padding: 50px 0 0;
}
.post-area .col-md-3.col-lg-3 {
    float: left;
    width: 50%;
    flex: 50%;
    max-width: 50%;
}
.post-tab h6 {
	display:inline-block;
}
.post-tab h6 br {
	display:none;
}
.text-area {
    padding-bottom: 40px;
}
}
@media (max-width: 991px) {
h2 {
    font-size: 30px !important;
    letter-spacing: 2px;
}
.header .container {
    max-width: 100%;
}
.header-text .container {
    max-width: 100%;
}
.header-area {
    padding: 40px 0;
}
.header {
    margin-bottom: 30px;
}
.text-area {
    padding-bottom: 30px;
}
.about-area img {
    margin-bottom: 30px;
}
.content-div {
    padding: 40px 0;
}
.map-div {
    padding-right: 0;
    margin-bottom: 60px;
}
}
@media (max-width:800px) {
}
@media (max-width: 767px ) {
h1 {
    font-size: 38px !important;
    margin-bottom: 15px !important;
	letter-spacing:0;
}
.header {
    text-align: center;
}
.border-btn {
    margin-bottom: 20px;
}
.main-nav {
    float: right;
    width: 100%;
    margin-bottom: 20px;
}
.header-text {
    float: left;
    width: 100%;
}
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	border:3px solid #fff;
	padding:10px;
	margin: 0 0 30px;
}
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
	background:#fff;
	border:3px solid #fff;
	color:#08186d !important;
	text-decoration:none;
}
.footer-area {
    padding: 40px 0;
}
.f-nav {
    padding-top: 15px;
}
.copyright {
    font-size: 13px;
    padding: 0 13px;
    letter-spacing: 0;
}
}
@media (max-width: 675px ) {
}
@media (max-width: 598px) {
}
@media (max-width:568px) {
}
@media (max-width:480px) {
h1 {
    font-size: 26px !important;
}
h6 {
	font-size:20px !important;
}
h2 {
	font-size: 22px !important;
    letter-spacing: 0;
	line-height: 40px !important;
}
.border-btn {
    font-size: 20px;
    padding: 14px 15px;;
}
.bdr-btn {
    font-size: 20px;
    padding-bottom: 11px;
    padding-top: 8px;
}
.post-area .col-md-3.col-lg-3 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}
.text-area {
    padding-bottom: 20px;
}
.text-area br {
	display:none;
}
.text-area h6 {
    margin-bottom: 12px;
}
.f-nav {
    padding-top: 0;
}
.footer-area {
    padding: 40px 0 20px;
}
.about-area img {
    margin-bottom: 10px;
}
.contact-div .gform_footer input[type="submit"] {
	width:auto !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
	width:auto !important;
}
}
@media (max-width:479px) {
}
@media (max-width:375px) {
}
@media (max-width:320px) {
}


.side-bar {
    background: #eaeaea;
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.side-bar h3 {
    background: #000;
    display: block;
    font-family: 'SourceSansPro-Regular';
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 1px;
    font-size: 21px !important;
}


.side-bar ul li a {
    background: #eaeaea;
    display: block;
    font-size: 14px;
    color: #000;
    padding: 8px 14px;
    margin-bottom: 0px;
    text-decoration: none;
    border-bottom: 2px solid #fff;
}
.side-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.blog-text-area a {
    color: #fa0e0e;
    font-size: 20px;
    font-weight: bold;
	text-decoration: none !important;
}

.addtoany_content {
    clear: both;
    margin: 16px 0;
    text-align: center;
}

.blog-tab {
    text-align: center;
}

.border-btn {
    background: none;
    font-family: 'Montserrat-Black';
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 2px solid #7f2222;
    padding: 15px 40px 15px;
    margin-top: 20px;
}


.navigation .wp-paginate .current {
    color: #fff;
    background: #fa0e0e;
    border: 2px solid #fa0e0e;
    margin-right: 4px;
    padding: 4px 10px;
}
.wp-paginate.font-inherit {
    font-family: inherit;
    padding: 40px 65px 40px;
}

.navigation .wp-paginate a {
    background: #ff0000;
    border: 2px solid #fa0e0e;
    color: #fff;
    margin-right: 4px;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
}


.side-bar h3 {
    background: #08186d;
    display: block;
    font-family: 'SourceSansPro-Regular';
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 1px;
    font-size: 21px !important;
}



.side-bar li a:hover {
    background: #08186d !important;
    color: white;
}

a.page:hover {
    background: #08186d !important;
    color: white !important;
}

a.next:hover {
    background: #08186d !important;
    color: white !important;
}

span.page.current:hover {
    background: #08186d !important;
    color: white !important;
}



.blog-side-bar li a:hover {
    background: #08186d !important;
    color: white !important ;
}



.side-bar {
    background: #eaeaea;
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.blog-side-bar h3 {
    background: #08186d;
    display: block;
    font-family: 'SourceSansPro-Regular';
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 1px;
    font-size: 21px !important;
}


.blog-side-bar ul li a {
    background: #eaeaea;
    display: block;
    font-size: 14px;
    color: #000;
    padding: 8px 14px;
    margin-bottom: 0px;
    text-decoration: none;
    border-bottom: 2px solid #fff;
}
.blog-side-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categorie-side-bar{

	background: #eaeaea;
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;

 }

.categorie-side-bar li a:hover {
    background: #08186d !important;
    color: white !important ;
}

.categorie-side-bar h3 {
    background: #08186d;
    display: block;
    font-family: 'SourceSansPro-Regular';
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 1px;
    font-size: 21px !important;
    margin-top: 20px;
}

.categorie-side-bar ul li a {
    background: #eaeaea;
    display: block;
    font-size: 14px;
    color: #000;
    padding: 8px 14px;
    margin-bottom: 0px;
    text-decoration: none;
    border-top: 3px solid #fff;
}
.categorie-side-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.heading-large {
    color: white;
    display: block;
	margin-bottom: 50px;
    background: #f9120c;
    height: 90px;
    text-align: center;
}

.content-area {
    float: left;
    width: 100%;
}

.heading-large h1 {
    padding-top: 15px;
    font-weight: bold;
}