
/* -------------------------------------------------------- */
/*-----------------Base -----------------------------------     */
/* -------------------------------------------------------- */
body{ 
    font-family: 'ApexNew-Medium', 'Arial', sans-serif !important;
    background: #FFF;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%; 
    cursor:default;
    font-size: 16px;
	color: #808080;
}

b {
	font-family: 'ApexNew-Bold', 'Arial', sans-serif !important;
	font-weight: bold;
}

.lightweight {
	font-family: 'ApexNew-Light', 'Arial', sans-serif !important;
	font-weight: 600;
}

a {
	color: #707070;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin-top:0px;
    margin-bottom: 20px;
}
h1{
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 0.50em;
    color:#000;
}
h2.subtitle{
    font-weight: 300;
    color:#005ec4;
    font-size: 19px;
    margin-bottom: 0px;
}
h2.subtitle i{
    color:#F54325;
    font-size: 2em;
}
h2.message{
    font-weight: 500;
    color:#fff;
    font-size: 19px;
    margin-bottom: 0px;
}
a{
    text-decoration: none !important;
}
a.hover-color{
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a.hover-color:hover{
    color:#F54325 !important;
}
iframe, fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
b,strong{
    font-weight: 400;
}
p{
    line-height: 23px;
}
::selection {
    background: #fefac7; /* Safari */
    color: #555555;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #555555;
    outline: none;
}
/*============================================================*/
/*========= margin padding for giving spaces in rows =========*/
/*============================================================*/
.margin-btm20{
    margin-bottom: 20px;
}
.padding-60{
    padding: 60px 0px;
}
.margin-btm40{
    margin-bottom: 40px;
}
.divied-40{
    width:100%;
    height: 40px;
    clear: both;
}
.divied-60{
    width:100%;
    height: 60px;
    clear: both;  
}
.nopadding {
    padding-left: 0;
    padding-right: 0;
}
.partner-padding img {
    padding: 5px 20px;
}

/*============================================================*/
/*========= bootstrap overrides ==============================*/
/*============================================================*/


/*layout width set what you want*/
@media(min-width:1200px){
    .container{
        width:970px;
    }
}
/*pagination*/
.pagination  li  a{
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    border: 1px solid #eee;
    margin-left: -1px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.pagination li a:hover{
    color:#fff;
    background-color: #F54325;
    border-color: #F54325;
}

/*progress bar*/
.progress {
    height: 15px;
    line-height: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 20px;
    background: #E9E9E9;
}
.progress-bar{
    line-height: 10px;
    background: #F54325;
    box-shadow: none;
    -webkit-box-shadow: none;
}
h3.heading-progress{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
h3.heading-progress span{
    color:#F54325;
    font-weight: 400;
}
/*tabs*/

.tabs .nav-tabs {
    border-bottom: none;
}
.tabs .nav-tabs  li {
    margin-bottom: 0;
}
@media (max-width: 767px) {

    .nopadding {
        padding-left: 15px; 
    }

    .tabs .nav-tabs  li {
        width: 100%;
        float: none;
        margin-bottom: 2px;
    }
    .tabs .nav-tabs  li  a {
        margin-right: 0 !important;
    }
    .tabs .nav-tabs  li.active  a {
        border-bottom: 2px solid #dcdcdc !important;
    }
}
.tabs .nav-tabs  li  a {
    background: #f7f7f7;
    margin-right: 2px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: none !important;
    border-radius: 0;
    padding: 12px 20px;
    color: #6d6d6d;
    position: relative;
}
.tabs .nav-tabs  li  a:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
}
.tabs .nav-tabs  li  a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}
.tabs .nav-tabs  li  a:hover {
    border-color: #f7f7f7;
}
.tabs .nav-tabs > li > a .fa {
    margin-right: 4px;
}
.tabs .nav-tabs  li.active  a {
    color:#F54325;
    border-left-color: #eee;
    border-right-color: #eee;
    background: #fff;
}
.tabs .nav-tabs  li.active  a:after {
    background: #F54325;
}
.tabs .nav-tabs  li.active  a:before {
    background: #fff;
}
.tabs .nav-tabs  li.active  a:hover {
    border-bottom-color: #fff;
}
.tabs .tab-content {
    padding: 15px 8px;
    border: 1px solid #eee;
    background: #fff;

}
.tab-content p{
    overflow: hidden;
}
.tabs .tab-content:before,
.tabs .tab-content:after {
    content: " ";
    display: table;
}
.tabs .tab-content:after {
    clear: both;
}
.tabs .tab-content p:last-child {
    margin-bottom: 0;
}
/*resposive audio*/
.audio{
    width:100%;
}
/*resposive video*/
.responsive-video {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 50.25%;
}
.responsive-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*==================== ========*/
/*========= main menu =========*/
/*============================*/
.navbar-inverse{
    background-color: #474544;

}
.navbar{
    border: none !important;
    border-radius: 0;
    margin-bottom: 0px;
    font-family: 'ApexNew-Medium', 'Arial', sans-serif;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
    background-color: #F54325 !important;
    color:#fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-nav {
    margin: 0 -15px;
}

.navbar-collapse input[type="text"] {
    margin-bottom: 10px;
}

/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 190px;
    background-color: #002F5F;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 2px solid #E98300  !important;
}
.navbar .dropdown-menu li a{
    color:#fff;
    padding: 9px 20px;
    border-bottom: 1px solid #333;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.navbar .dropdown-menu li:last-child a{
    border-bottom: none;
}
.navbar .dropdown-menu li a:hover{
    background: #002F5F;
    color:#fff;
}
@media (min-width: 768px){
    .navbar-nav > li > a {
        font-size: 13px;
        font-weight: 700;
        padding: 17px 9px;
        text-transform: uppercase;
        line-height: 44px;
        vertical-align: middle;
    }
    .navbar-brand{
        color:#fff !important;
        float: left ;
        padding: 11px 7px 7px 14px;
        font-weight: 700;
        font-size: 35px;
        height: 78px;
        text-transform: uppercase;

    }
	
	.widecontainer {
	    padding-left: 20px;
		padding-right: 20px;
	}

}

/*==================== ========*/
/*========= main menu option 2 with white backgorund =========*/
/*============================*/

.navbar-header{
	width:100%;
}

.navbar-default, #navbardefault {
    background-color: #FFF;
	min-height: 150px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #51a0dd;
}
.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background-color:#005ec4;
    color:#fff;
}
/*==================== ========*/
/*========= main flex slider =========*/
/*============================*/

#main-slider-bg{
    background: url('../img/bg.png') no-repeat center;
    position: relative;
    height: 350px;
    margin-top: 125px;
}
.slider-overlay{
    background: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider-main{
    background: #FFF;
    padding-top: 100px;
    overflow: hidden;
	position: relative;
}
.slider-main img{
    width: 80%;
}

.slider-main .flex-control-paging li a {
    background: #fff !important;
}
.slider-main .flex-control-paging li a.flex-active {
    background: #51a0dd !important;
}
.slider-main .flex-control-nav {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 370px;
    margin-top: 0px;
    z-index: 9;
    display: none;
}

.slider-heading{
    color:#c8102e;
    font-weight: 600;
    font-size: 4em;
    margin-top: 10px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 3px #FFFFFF;
    -webkit-text-fill-color: c8102e; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}
.slider-desc{
    color:#c8102e;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 17px;
    -webkit-text-fill-color: c8102e; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.navbar-brand img {
	max-width: 230px;
	width: 100%;
	height: auto;
}
	
/*==================== ========/
/*========= responsive css for 768px that work in all divices =========*/
/*============================*/

@media(max-width:767px){

	.navbar-nav {
		margin: 0 15px;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background-color: #FFFFFF;
		border-color: #FFFFFF;
	}

	.navbar-default {
		min-height: 50px !important;
	}

    .slider-main .flex-control-nav {
        display: none;
    }

    #main-slider-bg {
        margin-top: 50px;
    }    
    /*for slider text*/
    .slider-heading{
        font-size: 2.9em;
        margin-top: 10px;
    }

    .slider-main {
        padding-top: 0px;
        height: auto;
		margin-bottom: 20px;
    }

    .slider-main img{
        width: 100%;
        margin-top: 50px;
    }

    .slider-overlay {
        top: 150px;
    }

    .slider-main .flex-control-nav {
        bottom: 350px;

    }

    .navbar-brand{
        padding-top: 7px;
		margin-left: 13px;
    }
    /*adjust logo size*/
    .navbar-brand img {
        width: 109px;
        height: 35px;
    }
    #page-tree{
        padding-top: 70px !important;
    }
    #page-tree h1 {
        color: white;
        font-size: 36px;
    }
}

#secondary-nav {
    position: fixed;
    top: 87px;
    width: 100%;
    z-index: 1000;
    background-color: #E3E3E3;
    padding: 7px 0px 3px 0px;
    font-size: 12px;
    color: #FFF;
    box-shadow: none;
}

@media(min-width:768px) and (max-width: 991px){
	.navbar-form {
		padding: 10px 0px 5px 0px;
	}
}

@media (min-width:768px) {
	.navbar-form {
		padding: 10px 0px;
	}
}

/*==================== ========*/
/*========= buttons css =========*/
/*============================*/
.btn{
    font-weight: 700;
    font-size: 13px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    letter-spacing: 1px;
}
/*button white for colored background*/
.btn-white{
    background-color: transparent;
    color:#fff;
    border-radius: 0;
    border:2px solid #fff;
}
.btn-white:hover{
    background-color: #fff;
    color:#222;
}

.btn-theme{
    background-color: transparent;
    color:#F54325;
    border-radius: 0;
    border:2px solid #F54325;
}
.btn-theme:hover{
    background-color: #F54325;
    color:#fff;
}
.btn-green{
    background-color: #E98300;
    color:#fff;
    border:2px solid #E98300;
	border-radius: 5px;
}
.btn-dark:hover{
    background-color: #F54325;
    border-color: #F54325;
    color:#fff;
}

@media (max-width:767px) {
    .btn-center {
        text-align: center;
    }

}

.headline {
	color:#FFF;
	font-family: 'ApexNew-Bold', 'Arial';
	font-size:48px;
}

.subhead {
	color:#E98300;
	font-family: 'ApexNew-Book', 'Arial';
	font-size:36px;
}

.subsubhead {
    color: #FFF;
    font-family: 'Helvetica Neue', 'Arial';
    font-size: 18px;
    margin-top: 20px;
}

.loginfields {
    position: absolute;
    top: 110px;
    right: 20px;
	width: 100%;
}

#accordionFlushDesktop .accordion-item {
    background: transparent;
    color: white;
    border: none;
}

#submitbutton2 {
	background: #0083BE !important;
    border-radius: 4px !important;
    border: none !important;
    color: white !important;
    font-size: 15px !important;
    text-transform: uppercase;
    padding-left: 26px;
    padding-right: 26px;
}

#username2, #password2 {
    width: 197px;
	padding: 0 10px;
	margin-bottom: 0px;
	font-size: 18px;
	color: #7a7a7a;
	border: 1px solid #dadada;
	height: 34px;
	margin-right: 10px !important;
}

.ssobutton {
	background-color: #E98300 !important;
    margin: 5px 0px 10px 0px !important;
    font-size: 20px;
    font-weight: bold !important;
    border-radius: 5px !important;
    border: none;
    padding: 8px 12px;
    color: #ffffff !important;
    font-family: 'ApexNew-Medium', 'Arial', sans-serif !important;
}

#menu-mobile .ssobutton {
	border-radius: 0px !important;
    width: 100% !important;
    padding: 15px 15px !important;
	margin: 20px 0px !important;
}

.accordion-button-desktop {
    background-color: transparent;
    color: white;
    font-size: 15px;
    width: auto;
    display: inline-block !important;
    padding: 5px 0px 5px 15px;
}

@media (max-width:767px) {
	.accordion-button-desktop {
		display: none !important;
	}
}

#accordionFlushDesktop .accordion-body {
    padding-right: 0px;
    padding-top: 3px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.forgotpasslink {
	font-size:15px;
	color:#ffffff;
}

.forgotpasslink:hover {
	color:#E98300;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #E98300;
    background-color: transparent;
    box-shadow: none;
}

@media (min-width: 1400px){
	.loginfields {
		top: 200px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.loginfields {
		top: 150px;
	}
}

@media(min-width:992px) and (max-width: 1199px){
	.ssobutton {
		font-size: 18px;
	}
	.headline {
		font-size:40px;
	}
	.subhead {
		font-size:30px;
	}
	.subsubhead {
		font-size:18px;
	}		
}

@media(min-width:850px) and (max-width: 991px){
	.headline {
		font-size:38px;
	}
	.subhead {
		font-size:26px;
	}
}

@media(min-width:768px) and (max-width: 849px){
	.headline {
		font-size:30px;
	}
	.subhead {
		font-size:22px;
	}
}

@media(min-width:768px) and (max-width: 991px){
	.ssobutton {
		margin: 5px 0px 5px 0px !important;
		font-size: 17px;
	}
	#submitbutton2 {
		font-size: 13px !important;
	}
	#username2, #password2 {
		width: 177px;
		font-size: 15px;
		height: 30px;
	}
	.accordion-button-desktop {
		font-size: 13px;
	}
	#flush-headingDesktopTwo {
		float: right;
		padding-top: 6px;
	}
	.support-link-text {
		padding-top: 14px;
	}
	.forgotpasslink {
		font-size: 12px;
	}
	.subsubhead {
		font-size:12px;
	}	
}

@media (max-width:767px) {
	.loginfields {
		position: absolute;
		top: 80px;
		right: 20px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.headline {
		font-size: 28px;
		margin-left: 15px;
	}
	.subhead {
		font-size:16px;
	}
	.subsubhead {
		font-size:10px;
	}		
    .form-control {
        width: 100%
    }
}

@media (max-width:500px) {
	.headline {
		font-size:24px;
	}
}

.mobile-form {
    background-color: #ffffff;
}

.mobile-form-top {
    padding-top: 10px;
}

.mobile-form-bottom {
    padding-bottom: 10px;
}

#secondary-nav a {
    color: white;
}

#secondary-nav form {
    padding: 0;
    margin: 0;
    border: 0;
    display: inline;
}

#secondary-nav .container {
    position: relative;
    padding: 0px 5px 0px 0px;
}

#secondary-nav .form-control {
    margin-bottom: 0px;
}

#secondary-links {
	color: #707070;
	font-size: 11px;
	font-weight: 400;
}

#secondary-links  a {
	color: #707070;
}

.footerlinks {
	font-weight: 400;
	margin-bottom: 80px;
	font-size:13px;
}

@media(max-width:768px){
    #username2 {
		margin-right: 0px !important;
		margin-bottom: 10px !important;
		margin-top: 10px !important;
        width: 100% !important;
    }
    #password2 {
        width: 100% !important;
		margin-right: 0px !important;
		margin-bottom: 10px !important;
    }
	#secondary-links {
		margin-top: 3px;
		margin-right: 17px;
		margin-bottom: 15px;
		float: right;
	}	
}


/*============================*/
/*========= Social icons =========*/
.social li a i{
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
    margin-bottom: 9px;
    font-size: 19px;
    color:#222;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.social li a i:hover{
    color:#fff;
    background-color:#F54325; 
}
/*============================*/
/*============================*/
/*========= Services =========*/
/*============================*/

.services-box{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
    min-height: 350px; 
}
.services-box h3{
    margin-bottom:10px;
    margin-top: 15px;
    font-size: 19px;
    font-weight: 700;
}
.services-box i{
    font-size: 39px;
    color:#51a0dd;
}
.services-box p{
    margin-bottom: 0px;
}
/*services option 2*/
.services-box-2{
    text-align: center;
}
.services-box-2 i{
    font-size: 34px;
}
.services-box-2 h3{
    margin: 13px 0px;
    font-size: 20px;
}

.list-services li i{
    margin-right: 10px;
    font-size: 18px;
}
.list-services li{
    font-size: 16px;
    padding: 5px 0px;
}

@media only screen and (max-width: 990px) {
    .services-box {
        min-height: 0px;
    }
	.modal-dialog {
    width: 600px;
	}
}

@media only screen and (max-width: 767px) {
	.modal-dialog {
    width: auto;
	}
}

@media (min-width: 768px){
	.modal-dialog {
		width: 720px;
		max-width: 720px;
	}
}

/*==================== ========*/
/*========= Sections =========*/
/*============================*/
#recent-work{
    background: #a5a39e;
}
#about-colored{
    background-color: #84bd00;
    background-attachment: scroll;
    background-position: 50% -1115px;
    padding-top:40px;
}
#about-colored-blue{
    background-color: #5bc2e7;
    background-attachment: scroll;
    background-position: 50% -1115px;
    padding-top:40px;
}
#about-colored-white{
    background-color: #fff;
    background-attachment: scroll;
    background-position: 50% -1115px;
    padding-top:40px;
}
#testimonials{
    background-color: #F54325;

}
#footer-default{
    background: #FFF;
    color:#002F5F;
}
#page-tree{
    padding-bottom: 25px;
    border-bottom: none;
    box-shadow: none;
	color: #e98300;
	font-size: 24px;
	font-weight: 700;
}

#page-tree h1 {
    color: #e98300;
	font-size: 24px;
	font-weight: 700;
}

#hightlight-sec{
    background:url('../img/highlight-bg1.jpg')no-repeat center scroll;

}

#hightlight-sec h1{
    margin-top: 100px;
    color:#fff;
}
#hightlight-sec-2{
    background:url('../img/highlight-bg2.jpg')no-repeat center scroll;

}
#hightlight-sec-2 h1{
    margin-top: 100px;
    color:#fff;
    text-transform: uppercase;
    font-size: 40px;
}
#home-contact{
    background-color: #f7f7f7;
}
/*==================== ========*/
/*========= Portflio =========*/
/*============================*/

#grid .mix{
    display: none;
    opacity: 0;
}
.portfolio-filters{
    margin-bottom: 30px;
    list-style-type: none;
}
.portfolio-filters{
    margin-left: 0px;
    width:100%;
    padding-left: 0px;
}
.portfolio-filters li{
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 5px;
    background-color:#eee;
    color:#222;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}
.portfolio-filters li:hover{
    background-color: #F54325;
    color:#fff;
}
.portfolio-filters li.active{
    color:#fff;
    background-color: #F54325;
}
.port-single-desc strong{
    font-weight: 700;
    color:#555;
}
.port-single-desc{
    margin-bottom: 10px !important;
    padding: 10px 20px !important;
}
.port-single-desc p{
    margin: 0px;
}
.port-single-desc a{
    display: block;
}
/*portflio no margin no padding*/
.portfolio-no-margin{
    margin: 0px;
    padding: 0px;
    margin-bottom: 0px !important;
}
/*=========================================================*/
/*========= Portflio and blog image hover overlay =========*/
/*=========================================================*/
.portfolio-item{
    margin-bottom: 20px;
}
.image-sec{
    position: relative;
}
.image-overlay {
    position: absolute;
    text-align: center;
    background:rgba(245, 67, 37, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.image-overlay p{
    position: absolute;
    top: 50%;
    color:#fff;
    margin-top:-10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.image-overlay p i{
    font-size: 44px;
    color:#fff;
}
.image-sec:hover .image-overlay{
    opacity: 1;
}

/*=========================================================*/
/*========= blog =========*/
/*=========================================================*/
.blog-desc{
    padding:20px;
    background: #fff;
}
.blog-desc h3{
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 700;
}
.blog-desc h3 a{
    text-decoration: none;
    color:#333;
}
/*blog pages*/
.blog-items{
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.blog-items img{
    width:100%;
    height: 400px;
}
.blog-items h1{
    margin: 20px 0px;
}
.blog-items h1 a{
    margin: 20px 0px;
    color:#444;
}
.blog-post-list{
    margin: 20px 0px;
}
.blog-post-list li{
    color:#444;
}
.blog-post-list li a{
    color:#444;
}
.blog-post-more{
    margin-top: 20px;
}
/*blog grid*/
.blog-grid-box{
    padding: 15px;
    background: #fff;
    box-shadow: 0px 1px 3px #999;
}
.blog-grid-desc{
    padding-top: 15px;
}
.blog-grid-desc h4{
    margin-bottom: 12px;
}
.blog-grid-desc h4 a{
    color:#555;
}
.blog-grid-meta{
    margin: 13px 0px;
}
.blog-grid-meta span{
    margin-right:2px;
}
.blog-grid-meta span a{
    font-size: 12px;
    font-weight: 400;
    color:#555;
}
.blog-grid-desc p{
    color:#555;
}
.more-button{
    margin-top: 15px;
}
.blog-grid-btm{
    padding: 5px 0px;
    border-top: 1px solid #eee;
}
.blog-grid-btm h3{
    margin-bottom: 0px;
}
.blog-grid-btm h3 span a{
    font-size: 14px;
    display: inline-block;
    color:#555;
}
.blog-grid-btm h3 span a i{
    margin-right: 5px;
}
.comment {
    padding: 10px;
    background: #fff;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
.comment i {
    float: left;
    margin-right: 20px;
    font-size: 24px;
    line-height: 50px;
    width: 50px;
    text-align: center;
    color: #555;
    background: #f7f7f7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.comment h4{
    margin-bottom: 10px;
}
.comment span{
    font-size: 14px;
}
.comment p{
    overflow: hidden;
}

/*==================== ========*/
/*========= Testimoials =========*/
/*============================*/


#testimonials h1{
    color:#fff;

}
#testimonials h2.subtitle i{
    color:#fff;
}
#testimonials .testi-text{
    color:#fff;
    font-weight: 300;
    font-size: 23px;

}
#testimonials .testi-person{
    color:#fff;
    display: block;
    font-weight: 700;
    margin-bottom: 30px;
}
#testimonials .flex-control-nav{
    position: relative;
    bottom: 0;
    margin-top: 20px;
}

/*==================== ========*/
/*========= breadcrumbs overrides =========*/
/*============================*/
#page-tree h1{
    margin: 0px;
    font-weight: 300;
}
#page-tree .breadcrumb{
    margin-bottom: 0;
    margin-top: 13px;
    padding: 0px 0;
    background: transparent;
}
#page-tree .breadcrumb li a{
    color:#000;
}
#page-tree .breadcrumb li i:before{
    color:#000 !important;
}
#page-tree .breadcrumb li.active a{
    color:#F54325;
}
/*==================== ========*/
/*========= footers =========*/
/*============================*/

/*footers default*/
.footer-column h3{
    color:#ddd;
    font-size: 20px;
    font-weight: 300;
}
.post-list li a{
    padding: 11px 0px;
    border-bottom: 1px solid #505152;
    display: block;
    color:#8C8989;
    font-size: 12px;
    font-weight: 500;
}
.work-list li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.work-list li a img{
    width:53px;
    height: 40px;
    padding: 3px;
    border:1px solid #505152;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.work-list li a img:hover{
    border-color: #F54325;
}
.contact-list li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.contact-list li i{
    color:#F54325;
    font-size: 15px;
    position: absolute;
    top: 5px;
    left: 0;
}
.contact-list li strong{
    font-size: 14px;
}


/*==================== ========*/
/*========= footer option 2 =========*/
/*============================*/
#footer-option{
    background: none repeat scroll 0% 0% #363839;
    color: #8C8989;
}
#footer-option h3{
    font-weight: 300;
}
#footer-copyright{
    padding: 20px 0px;
    background-color: #444444;
}
#footer-copyright span{
    color:#E9E9E9;
}
/*==================== ========*/
/*========= sidebar =========*/
/*============================*/
.sidebarbox-title{
    margin-bottom: 15px;
    font-size: 19px;
    color:#a5a39e;
}
.sidebar-box{
    background-color: #fff;
    color: #666;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
.sidebar-box .bold {
    color: #82858d;
}
.sidebar-box-white{
    padding: 15px;
}
.sidebar-box-blue{
    background-color: #5bc2e7;
    color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
.cat-list li{
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
}
.cat-list li a{
    display: block;
    color:#505152;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.cat-list li a:hover{
    color:#F54325;
}
.sidebar-box .work-list{
    margin-bottom: 0px;
}
.sidebar-box .work-list li{
    margin:0px;
}
.sidebar-box .work-list li a img{
    width:60px;
    margin-top: 5px;
}
.taglist a{
    padding: 3px 8px;
    color:#fff;
    background: #005ec4;
    margin: 3px;
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 13px;
    font-weight:700;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.taglist a:hover{
    background: #c8102e;
}
.taglist-blue a{
    padding: 3px 8px;
    color:#fff;
    background: #5bc2e7;
    margin: 3px;
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 13px;
    font-weight:700;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.taglist-blue a:hover{
    background: #84bd00;
}


/*==================== ========*/
/*========= error page =========*/
/*============================*/
.error-page h2{
    font-weight: 300;
    font-size: 120px;
}



/*==================== ========*/
/*========= Pricing tabels =========*/
/*============================*/

.price-box{
    padding:25px 0px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
.price-box h3{
    font-size: 35px;
}
.price-box h3 small{
    font-size: 13px;margin-left: 5px;
}
.pricing-head{
    margin: 0px;
    padding: 20px 0px;
    background: #555;
    color:#fff;
}
.price-desc{
    margin-top: 25px;
    margin-bottom: 25px;
}
.price-desc p{
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #eee;
    margin: 0px;
}
.price-box-popular .pricing-head{
    background-color: #F54325;
}


/*==================== ========*/
/*========= team =========*/
/*============================*/
.person-desc{
    padding: 20px 15px;
    background-color: #fff;

}
.person-desc h4{
    font-weight: 700;
    margin-bottom: 10px;
}
.person-desc h4 small{
    font-size: 12px;
    margin-left: 12px;
}
.person-desc .social{
    margin-bottom: 0px;
    margin-top: 15px;
}





/*==================== ========*/
/*========= Forms =========*/
/*============================*/
.form-box{
    padding: 15px;
    background: #fff;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    padding: 0 10px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 25px;
    color: #7a7a7a;
    border: 1px solid #dadada;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    border: 1px solid #b3b3b3;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*shortcodes typography css*/
.colored-bg{
    width:100%;
    padding: 15px;
    background-color: #F54325;
}
.lead{
    font-weight: 300;
}

.bold {
    font-weight: bold;
    color: #005EC4;
}

.support-icon {
    font-size: 40px;
}

.support-link-text {
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 5px;
}

.table {
    display: table;
    margin: 0;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.table-cell i {
    color: #e98300;
}


/*****************google map*********************/

#map-canvas{
    width:100%;
    height: 400px;
}




.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

/*****************custom styles*********************/

.headline-blue {
    color: #e98300;
    font-size: 24px;
    font-weight: 700;
}

.center-block {
    display: block;
}

#bg-quote {
    background: #363839;
    padding: 40px;
}

#bg-quote p {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
}


#loginerror {
    font-weight: bold;
    font-size: 14px;
    color: white;
    padding: 8px;
    background-color: red;
    text-align: center;
    margin-top: 10px;
}

#loginerror2 {
    font-weight: bold;
    font-size: 14px;
    color: white;
    padding: 8px;
    background-color: red;
    text-align: center;
    width: 100%;
    z-index: 999;
    position: relative;
    top: 100px;
}

@media(max-width:768px){
	#loginerror2 {
		position: absolute;
		top: 50px;
	}
}

.headerBoxGraphicWidthLeft, .headerBoxGraphicWidthRight {
    display: none!important;
}

.copyrighttext {
	font-size: 10px;
}

.modal-content {
    color: #313131 !important;
}

.loginbarlink, .accordion-button-desktop {
	cursor: pointer !important;
	color: #ffffff;
	font-size:16px;
}

.loginbarlink:hover, .accordion-button-desktop:hover{
	color: #E98300;
}

.toplinks {
	margin-top: 20px;
	border-bottom: 2px solid #739ad2;
	padding-bottom: 20px;
}

.tlstext {
	float: left;
	text-align: left;
	font-size: 28px;
	color: #4D4F53;
	margin-top: 0px;
	margin-left: 15px;
}

.tlstextmobile {
    position: absolute;
    font-size: 12px;
    color: #4D4F53;
    margin-top: 16px;
    left: 129px;
    font-weight: 400;
}

.btn-lang {
	list-style-type: none;
}

.langmenu {
    position: absolute;
    top: 0px;
    right: 0px;
}

.langmenustyle {
	position: absolute !important;
	top: 5px !important;
	right: 5px !important;
	z-index: 9999;
}

.langmenustyle ul {
	list-style-type: none;
}

.g-recaptcha {
	margin-top: 20px;
}

.btn-password {
	padding: 15px 15px !important;
    background-color: #E98300 !important;
    border-color: #E98300 !important;
}

.bottom-links {
  margin-top: 30px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: white;
}

@media(min-width:768px) and (max-width: 991px){
	.loginbarlink, .accordion-button-desktop {
		font-size: 13px;
	}
}

@media (max-width: 767px) {

	.btn-password {
		border-radius: 0px !important;
		padding: 15px 15px !important;
		background-color: #E98300 !important;
		border-color: #E98300 !important;
	}

	.support-link-text {
		padding-top: 14px;
	}

	.langmenustyle {
		position: absolute !important;
		top: 15px !important;
		right: 55px !important;
	}

	.loginbarlink, .accordion-button-desktop {
		cursor: pointer !important;
		color: #ffffff;
		font-size:11px;
	}

	.btn-success {
		color: #fff;
		background-color: #E98300;
		border-color: #E98300;
		font-size: 20px;
	}
	
	.ssobutton {
		font-size: 20px;
		margin: 20px !important;
	}

	#username2, #password2 {
		margin-top: 20px;
	}

	.btn-default {
		background-color: transparent;
		color: #333333;
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		border-radius: 0px !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		font-family: 'ApexNew-Medium', 'Arial';
		-webkit-user-select: none;  /* Chrome all / Safari all */
		-moz-user-select: none;     /* Firefox all */
		-ms-user-select: none;      /* IE 10+ */
		background-image: none;
		border: none;
		cursor: pointer;
		display: inline-block;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.42857;
		margin: 0px;
		padding: 7px 12px;
		text-align: center;
		vertical-align: middle;
		white-space: nowrap;
	}

	.navbar-toggle {
		background-color: transparent;
		background: none !important;
		border: 0px;
		border-radius: 0px;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .langmenustyle .btn-default:hover, .langmenustyle .btn-default:focus {
		background-color: #efefef !important;
		transition: 0.2s !important;
	}

	.success-color {
		color: #E98300;
	}

	.no-padding {
		padding: 0px;
	}

	.mobile-menu-links {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		font-size: 20px !important;
	}

	#submitbutton-mobile {
		border-radius: 0px !important;
		width: 100% !important;
		padding: 9px 15px !important;
		background-color: #EEEEEE !important;
		border-color: #EEEEEE !important;
		color: #000;
		font-size: 18px;
	}

	.padding-top-mobile-login {
		padding-top: 35px;
	}

	#menu-mobile input[type="text"], #menu-mobile input[type="password"]{
	  border: none !important;
	  background-color: transparent !important;
	  padding: 0px !important;
	  border-bottom: 1px solid !important;
	  font-size: 1.2em;
	  height: 35px;
	}

	.input-group-addon i {
		padding-top: 9px;
		padding-right: 9px;
	}

	/* Override for bootstrap add-on styling */

	#menu-mobile .input-group-addon {
	  border: none !important;
	  border-radius: 0px;
	  background-color: transparent !important;
	  /*border-bottom: 1px solid !important;*/
	}

	#menu-mobile {
		border-bottom: 2px solid #739ad2;
	}

	/* Simple on focus styling for fields. */
	#menu-mobile input[type="text"]:focus, #menu-mobile input[type="password"]:focus {
	  transition: 0.2s;
	  border-bottom: 3px solid #8b8b8b !important;
	}

	/* Color used for the bottom line of fields. */
	#menu-mobile input[type="text"], #menu-mobile input[type="password"], #menu-mobile .input-group-addon {
	  border-bottom-color: #8b8b8b !important;
	}

	/* Forcing a bootstrap menu to scroll */
	.scrollable-menu {
		height: auto;
		max-width: 200px !important;
		min-width: 200px !important;
		max-height: 200px;
		overflow-x: hidden;
	}

	.navbar-collapse {
		max-height: 420px;
	}

}

.bg-light {
    background-color: #FFFFFF!important;
}

.navbar-light .navbar-toggler {
    float: right;
}

.navbar-toggler {
    border: none !important;
}

#dropdownMenuButton1 {
    background: transparent !important;
    border: none !important;
}

.close {
    font-size: 21px;
	background: transparent;
    border: none;
}

@media (max-width: 520px) {
	.col-xs-12 {
		width: 100%;
		margin-top: 9px;
	}
}

.ssolink {
	color: white;
    font-size: 0.9em;
}

.ssolink:hover {
	color: #E98300;
}

.ssolinkmobile {
    color: #000000;
    font-size: 1rem;
    margin-left: 20px;
}

.ssolinkmobile:hover {
	color: #E98300;
}

#accordionFlushMobile .accordion-button:hover {
    color: #E98300;
}