

.profession-logo:before {
    content: "\e600";
}
.breaking-news {
    /*	overflow : hidden;*/
    padding: 5px;
    position: relative;
}
.breaking-title {
    float: left;
}
.breaking-title p {
    /*	background		: #333;*/
    color: #FFEC0C;
    padding: 2px 5px;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    display: inline-block;
}
#news-carousel {
    float: left;
}
@media only screen and (max-width: 479px) {
    #news-carousel {
        width: 100%;
    }
}
.customNavigation i.fa {
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.social-icon i.fa, .modal-button-icon i.fa, .customNavigation i.fa {
    display: inline-block;
    cursor: pointer;
    margin: 0px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #000000;
    overflow: hidden;
    border-radius: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateZ(0);
}
.social-icon i.fa::before, .modal-button-icon i.fa::before, .customNavigation i.fa::before {
    border-radius: 2px;
    speak: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.social-icon i.fa::after, .modal-button-icon i.fa::after, .customNavigation i.fa::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    display: none;
    box-sizing: content-box;
}
.social-icon i.fa:hover, .modal-button-icon i.fa:hover, .customNavigation i.fa:hover {
    background: #FFEC0C;
    color: #000000;
}
.social-icon i.fa:hover::before, .modal-button-icon i.fa:hover::before, .customNavigation i.fa:hover::before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}
#news-carousel ul.carousel-inner {
    position: relative;
    width: 90%;
    text-transform: uppercase;
    font-size: 12px;
    overflow: hidden;
    float: left;
}
#news-carousel ul li a, #news-carousel ul li a:hover {
    color: #FFEC0C;
}
#news-carousel .news-control {
    position: relative;
    width: 50px;
    float: right;
}
.customNavigation.news-control {
    top: 0px;
    right: 0px;
}
.customNavigation.news-control a, .customNavigation.news-control a:hover {
    color: #FFEC0C;
}
.carousel-inner> .item {
    padding-top: 5px;
}
.customNavigation {
    cursor: pointer;
    position: absolute;
    right: 28px;
    top: 10px;
}
.customNavigation a {
    display: inline-block;
    height: 24px;
    font-size: 18px;
}
.customNavigation a.prev,
/* for Previous Control */
.customNavigation a.next
/* for Next Control */
{
    float: right
}
.customHeaderNavigation i.fa {
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.customHeaderNavigation i.fa {
    display: inline-block;
    cursor: pointer;
    margin: 0px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FFEC0C;
    overflow: hidden;
    border-radius: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateZ(0);
}
.customHeaderNavigation i.fa::before {
    border-radius: 2px;
    speak: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.customHeaderNavigation i.fa::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    display: none;
    box-sizing: content-box;
}
.customHeaderNavigation i.fa:hover {
    background: #FFEC0C;
    color: #000000;
}
.customHeaderNavigation i.fa:hover::before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}
.customHeaderNavigation.news-control {
    top: 0px;
    right: 0px;
}
.customHeaderNavigation.news-control a, .customHeaderNavigation.news-control a:hover {
    color: #FFEC0C;
}
.customHeaderNavigation {
    cursor: pointer;
    position: absolute;
    right: 28px;
    top: 10px;
}
.customHeaderNavigation a {
    display: inline-block;
    height: 24px;
    font-size: 18px;
}
.customHeaderNavigation a.prev,
/* for Previous Control */
.customHeaderNavigation a.next
/* for Next Control */
{
    float: right
}
/* Sign Up Form */
/* ------------------------------------------------------ */

.form-steps {
	list-style: none;
	margin: 0;
	padding: 0;
}

.form-steps > li {
	position: relative;
	display: block;
	background: #eeeeee;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	float: left;
	padding: 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #888;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 50px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
}

.form-steps.four > li {
	width: 25%;
}

.form-steps > li:first-child {
	border-left: 1px solid #dddddd;
}

.form-steps > li:last-child {
	border-right: 1px solid #dddddd;
}

.form-steps.four > li.active,
.form-steps.four > li.completed {
	background: #2aadde;
	border-top: 1px solid #2aadde;
	border-bottom: 1px solid #2aadde;
	color: #ffffff;
}

.form-steps.four > li.completed {
	color: #82cfec;
}

.form-steps > li.active:first-child,
.form-steps > li.completed:first-child {
	border-left-color: #2aadde;
}

.form-steps > li.active:last-child,
.form-steps > li.completed:last-child {
	border-right-color: #2aadde;
}

.form-steps > li:before,
.form-steps > li:after {
	display: block;
	position: absolute;
	content: '';
	top: -1px;
	width: 0;
	height: 0;
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
	z-index: 10;
}

.form-steps > li:before {
	right: -27px;
	border-left: 26px solid #e0e0e0;
}

.form-steps > li:after {
	right: -26px;
	border-left: 26px solid #eeeeee;
}

.form-steps > li.active:before,
.form-steps > li.completed:before {
	border-left: 26px solid rgba(255, 255, 255, 0.3);
}

.form-steps > li.active:after,
.form-steps > li.completed:after {
	border-left: 26px solid #2aadde;
}

.form-steps > li:last-child:before,
.form-steps > li:last-child:after {
	display: none;
}

.sign-up-form {
	position: relative;
	padding: 20px 50px 20px;
}

.sign-up-form section .row {
	margin-bottom: 20px;
}

.sign-up-form .bottom-line {
	margin-top: 60px;
}

.sign-up-form .range-slider .slider {
	margin-bottom: 15px;
}

.sign-up-form .range-slider .first-value,
.sign-up-form .range-slider .last-value {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 15px;
}

.sign-up-form .range-slider .first-value {
	float: left;
}

.sign-up-form .range-slider .last-value {
	float: right;
}

.sign-up-form .day-input,
.sign-up-form .month-input,
.sign-up-form .year-input {
	text-align: center;
	width: 50px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	margin-right: 10px;
}

.sign-up-form .year-input {
	width: 80px;
}

.none-padding {
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .breaking-news {
        display: none;
    }
    #actionButtons {
        width:100%;
        float:right !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #actionButtons > a {
        float:right !important;
        margin-left:5px !important;
    }
}
@media (max-width: 991px) {
    #news-carousel {
        width:74% !important;
    }
}
@media (max-width: 480px) {
    #actionButtons::before {
        content: '\A\A';
        clear: right;
        white-space: pre;
        display: block;
    }
    #actionButtons {
        width:100% !important;
        float:right !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #actionButtons > a {
        float:right !important;
        margin-left:5px !important;
    }
}

@media only screen and (min-width : 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

.row-eq-height{
    overflow: hidden;
}

.row-eq-height > [class*="col-"]{
    margin-bottom: -100017px;
    padding-bottom: 99980px;
}

@media only screen and (min-width : 768px) {
    .row-eq-height > [class*="col-"]{
        margin-bottom: -100017px;
        padding-bottom: 99980px;
    }
}
@media only screen and (max-width : 767px) {
    .row-eq-height > [class*="col-"]{
        margin-bottom: -99983px;
        padding-bottom: 99998px;
    }
}
.owl-item {
    font-size:12px;
}

.mt-15 {
  margin-top:15px
}
.mt-30{
  margin-top: 30px;
}

.mb-15 {
  margin-bottom:15px
}
.mb-30{
  margin-bottom: 30px;
}
