/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.18.0.1765882239
Updated: 2025-12-16 04:50:39

*/

/*body{
	font-family: 'Gotham HTF';
	font-size: 16px;
}

h1 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 600;
	text-transform: uppercase;
}


h2 {
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}

h3 {
    font-size: 32px !important;
    line-height: 1.2em;
    font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h4 {
    font-size: 20px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
	color: #005CB9 !important;
}

h4.yellow{
	color: #e6b925 !important;
}

h5 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
	color: #003B76 !important;
}

h6 {
    font-size: 16px;
}

 h1, h2, h3, h4, h5, h5{
	white-space: normal;
	word-break: keep-all;
    overflow-wrap: normal;
	hyphens: none;
}*/

a{
	text-decoration: unset !important;
}

sup {
    font-size: 0.6em;
}


#et-info-phone:before {
    display: none !important;
}

a.phone-icn::before{
	font-family: "ETmodules";
    content: "\e090";
    font-size: 12px;
    color: #fff !important;
    margin-right: 6px;
    margin-left: -6px;
    vertical-align: middle;
	text-align: center;
	display: inline-block !important;
}

a.globe-icon,
.globe-icon a:first-of-type {
	margin-left: 5px;
}

a.globe-icon::before,
.globe-icon > a::before{
	font-family: "ETmodules";
    content: "\e0e3";
    font-size: 12px;
    color: #fff !important;
    margin-right: 6px;
    margin-left: -6px;
    vertical-align: middle;
	text-align: center;
	display: inline-block !important;
}

/*social icons*/

a.ev-soc-icon {
    display: inline-block;
    margin-right: 7px;
}

a.ev-soc-icon:last-child {
    margin-right: 0px;
}

/*Sidebar*/
#sidebar {
  display: none;
}

#main-content .container:before {
  display: none;
}

#main-content #left-area {
	width: 100%;
	padding-right: 0px;
}

/*Footer*/

#main-footer {
    background-color: #fafafa !important;
    border-top: 1px solid #E6B925;
}

.footer-widget li{
	padding-left: 0px !important;
}

.footer-widget li a{
	color: #545454 !important;
}

.footer-widget li:before {
    display: none !important;
}

ul#menu-footer-menu{
    text-align: right;
}

.ev-copyright {
    padding: 15px 0;
    font-size: 14px !important;
}

#TandC{
	font-size: 12px !important;
	text-align: center;
	padding: 20px 0px;
}

@media all and (max-width: 980px) {
	body{
		font-size: 16px;
	}
	
	h1 {
    font-size: 33px;
	}


	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px !important;
	}

	h4 {
		font-size: 18px;
	}

	.info-icon a, .person-icon a, .globe-icon > a{
		font-size: 0 !important;
		letter-spacing: 0px !important;
		margin-right: 10px;
	}	
	
}

@media all and (max-width: 479px) {
	/* Secondary menu */
	a.globe-icon {
		display: none;
		/*float: left;
		margin-top: 15px;
		clear: left;
		margin-left: 0px;*/
	}
	
	a.phone-icn{
		float: left;
	}
	
}