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

h1,
h2,
h3,
h4,
h5,
h6{
    margin-top:0px;
    margin-bottom: 20px;
}
h1{
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 0.2em;
    color:#000;
}
h2.subtitle{
    font-weight: 300;
    color:#f34113;
    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 {
    color: #f34113;
    text-decoration: none;
}
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:#f34113 !important;
}
a:hover, a:focus {
    color: #f34113;
    text-decoration: underline;
}
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: 40px 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) {
	.navbar-brand {
		height: 80px !important;
	}

	.navbar-logo {
		height: 100% !important;
		width: auto !important;
		max-width: 172px !important;
	}

    .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: montserrat, '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-nav, .navbar-right {
    float: right;
}

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

.navbar-collapse{
    max-height:450px!important;
}

/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 190px;
    background-color: #222;
    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 #F54325 !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: #474544;
    color:#fff;
}
@media (min-width: 768px){
    .navbar-nav > li > a {
        font-size: 14px;
        font-weight: 700;
        padding: 17px 20px;
        line-height: 45px;
        vertical-align: middle;
    }
	.navbar-brand {
		color: #FFF !important;
		float: left;
		padding: 7px 0px !important;
		font-weight: 700;
		font-size: 35px;
		height: 90px !important;
		margin-top: 4px;
	}	

}

/*==================== ========*/
/*========= main menu option 2 with white backgorund =========*/
/*============================*/
.navbar-default{
    background-color: #fff;
    box-shadow:0px 0px 8px #999;
}
.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:#f34113;
    color:#fff;
}
/*==================== ========*/
/*========= main flex slider =========*/
/*============================*/

#main-slider-bg{
    position: relative;
    height: 350px;
    margin-top: 125px;
}
.slider-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider-main{
    background: #4c4f54;
    height: 100%;
    overflow: hidden;
	margin-top: 95px;
	margin-bottom: -165px;
}
.slider-main img{
    width: 100%;
  /*margin-top: 0px;*/
}

.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;
}

#quote-container {
    position: fixed;
    min-height: 400px;
    margin-top: 14px;
	right: 230px;
	display: none;
}

@media(min-width:1401px){
	#quote-container {
		right: 250px;
	}
}

@media(min-width:1200px) and (max-width: 1400px){
	#quote-container {
		right: 100px;
	}
}

@media(min-width:992px) and (max-width: 1199px){
	#quote-container {
		right: 60px;
	}
}

@media(min-width:768px) and (max-width: 991px){
	#quote-container {
		right: 20px;
	}
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */


/*==================== ========/
/*========= responsive css for 768px that work in all divices =========*/
/*============================*/

@media(max-width:767px){

    .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: 0;
        height: auto;
		margin-top: 0px;
    }

    .slider-main img{
        width: 100%;
    }

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

    }

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

@media(max-width:768px){
    #username2 {
        width: 140px;
    }
    #password2 {
        width: 140px;
    }
}

@media(min-width:768px) and (max-width: 991px){
    /*adjust logo position*/
    .navbar-brand{
        padding-top: 7px;
    }
}

#secondary-nav {
    position: fixed;
    top: 77px;
    width: 100%;
    z-index: 1000;
    background-color: #005288;
    border: none;
    padding: 7px 0px;
    font-size:12px;
    font-family: montserrat, 'Arial', sans-serif;
    color: white;
}

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

.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 5px 0px;
}

@media (max-width: 767px) {
#secondary-nav .form-control {
    margin-bottom: 0px;
	border-radius: 0px !important;
}
}

#secondary-links {
    float: left;
    margin-top: 9px;
}


/*==================== ========*/
/*========= buttons css =========*/
/*============================*/
.btn{
    font-weight: 700;
    font-size: 13px;
    text-shadow: none;
    -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: #84bd00;
    color:#fff;
    border:2px solid #84bd00;
}
.btn-dark:hover{
    background-color: #F54325;
    border-color: #F54325;
    color:#fff;
}

.btn-primary, .btn-primary:hover, .btn-primary:active {
    background-color: #f34113;
    border-color: #f34113;
    color:#fff;
}

.btn-default {
	background-color: #efefef;
	border-color: #efefef;
	color:#000;
}

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

}

.pull-right {
	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;
    }
}

/*==================== ========*/
/*========= Sections =========*/
/*============================*/
#recent-work{
    background: #a5a39e;
}
#about-colored {
	background-color: #84bd00;
	background-attachment: scroll;
	background-position: 50% -1115px;
	padding-top: 40px;
	position: absolute;
	bottom: 125px;
	z-index: 99;
	width: 100%;
}
#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;
}

#about-home{
    background-color: #f34113;
    background-attachment: scroll;
    background-position: left;
    padding-top:10px;
    background-repeat: no-repeat;
	padding-bottom: 20px;
}

#testimonials{
    background-color: #F54325;

}
#footer-default-momentum{
    background-color: #292a2c;
	padding: 0px;
	font-size: 12px;
	color: #fff;
	padding-top:20px;
}
#footer-default-bottom{
    background-color: #292a2c;
	padding: 0px;
	font-size: 12px;
	color: #fff;
	padding-top:20px;
}
#page-tree {
    padding-top: 13px;
    padding-bottom: 10px;
    background-color: #f34113;
    margin-top: 84px;
}

#page-tree h1 {
    color: white;
}

#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;
    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{
    background-color: #fff;
    color: #666;
    margin-bottom: 30px;
    padding: 9px;
}
.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: #f34113;
    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;
}

.form-control {
    display: inline-block;
	border-radius: 0px;
    color: #909090 !important;
}

@media (min-width: 768px) {
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%;
    resize: none;
    vertical-align: middle;
    -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: #000000;
}

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

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

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

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

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


/*****************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: #000000;
    font-size: 24px;
    font-weight: 700;
}

.center-block {
    display: block;
}

#bg-quote {
    background: #005288;
    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;
    width: 100%;
    z-index: 10;
	position: absolute;
    top: 83px;
}

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

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

.btn-success {
    text-transform: uppercase !important;
	border-color: #f34113 !important;
    background-color: #f34113 !important;
	background: #f34113 !important
}

#carousel-top {
    top: -441px !important;
    margin-bottom: -441px !important;
}

.callToAction.full {
    background-color: #FFF;
    border: 1px solid #DDD;
    width: 250px;
    padding: 20px;
    z-index: 100;
    float: right;
}

#navbartop {
    min-height: 83px !important;
}

h1, h3 {
    color: #000000;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
}

h2 {
    color: #91877f;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.callToAction h2 a{
    color: #FFF;
}

.callToAction h2 {
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 15px !important;
    line-height: 22px !important;
    height: 54px !important;
    background-color: rgb(243, 65, 19) !important;
    color: rgb(255, 255, 255) !important;
    width: 246px !important;
    padding: 5px 0px 0px 10px !important;
    margin-left: -30px !important;
    position: relative !important;
    z-index: 1 !important;
}

.callToAction h2::before {
    content: " ";
    position: absolute;
    width: 0px;
    height: 0px;
    right: -10px;
    top: -1px;
    border-width: 28px 29px;
    border-style: solid;
    border-color: white white white transparent;
}

.callToAction h2::after {
    content: " ";
    position: absolute;
    width: 0px;
    height: 0px;
    left: -1px;
    top: 100%;
    border-width: 5px 5px;
    border-style: solid;
    border-color: rgb(0, 0, 0) rgb(0, 0, 0) transparent transparent;
}

.footer .social {
    background-color: #E1E2E3;
    padding: 0px;
    font-size: 11px;
    color: #999;
}

.footer-white {
	background-color: #FFF !important;
}

.navbar-logo {
    height: 100% !important;
    width: auto !important;
    max-width: 226px !important;
}

.quickLinkList  {
    background: url("../img/bg-arrowRed-lg.gif") no-repeat scroll right 18px transparent !important;
    padding: 10px 0px !important;
}

.navbar-fixed-top {
    box-shadow: none !important;
}

h4 {
    color: #f34113 !important;
    font-family: montserrat, Arial !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 18px !important;
}

.btn-contact {
    margin-top: 24px !important;
    float: right;
}

.footerlinks a {
	color: #fff;
}

.footerlinks a:hover {
    color: #f34113;
}

.alertMsgButtons {
	text-align: center !important;
	margin-top: 20px !important;
}

.logintext {
   margin-top: 10px;
}

.frontdoorblock {
    max-width: 550px;
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {

.frontdoorblock {
	width:100%;
	height:auto;
}

#navbartop {
    position: absolute;
}

.well {
    padding-left: 0px;
    padding-right: 0px;
}

.btn {
	white-space: normal !important;
}

.langmenustyle {
    position: absolute !important;
	top: 10px !important;
	right: 92px !important;
}

.loginbarlink {
	cursor: pointer !important;
	color: #f34113;
	font-size:18px;
	padding-bottom: 10px;
	display: block;
	margin-bottom: 10px;
}

.text-right {
	text-align: right;
}

.btn-success {
    color: #fff;
    border-color: #f34113 !important;
    background-color: #f34113 !important;
	background: #f34113 !important;
    font-size: 15px;
}

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

.langmenustyle .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: inherit;
	-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;
	margin-right: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: #91877f;
}

.no-padding {
	padding: 0px;
}

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

 #submitbutton-mobile, #loginbutton-mobile {
    border-radius: 0px !important;
    width: 100%;
    padding: 10px;
    float: left;
    margin-left: 0px;
  }

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

#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: 17px;
  box-shadow: none;
}

/* Override for bootstrap add-on styling */

#menu-mobile .input-group-addon {
    border: none !important;
    border-radius: 0px;
    background-color: transparent !important;
    font-size: 20px;
    margin-right: 10px;
}

/* 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: 500px!important;
    padding-left: 20px;
    padding-right: 20px;
}

}

@media (max-width: 500px) {
	.reglink {
		overflow: hidden;
		text-overflow: ellipsis;
		display:block;
	}
}

.contactlink {
    float: right;
    margin-top: 37px;
    color: #808080;
    font-weight: 600;
    font-size: 13px;
}

#menu-navbar-1,#menu-navbar-2 {
	font-weight: 700;
}

.menu-link {
    font-size: 14px;
    font-family: montserrat, Arial !important;
	text-transform: initial;
	color: #91877f !important;
	font-weight: 700;
}

.menu-link:hover {
    color: #91877f !important;
    text-decoration: none !important;
}

@media screen and (min-width: 768px) {
    #menu-navbar-1,#menu-navbar-2 {
		margin-top: 20px;
		margin-bottom: 6px;
		font-size: 16px;
		font-family: montserrat, Arial, sans-serif;
		font-weight: 700;
	}
}

@media screen and (min-width: 768px) {

	.navbar-default .navbar-nav>li>a {
		color: #91877f;
	}

	#loginerror {
		position: absolute;
		top: 110px;
	}
	.downarrowanchor {
		margin-top: -83px;
		position: absolute;
	}

	#page-tree{
		margin-top: 104px;
	}

	.contact-form {
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		padding: 0 10px;
		margin-bottom: 15px;
		font-size: 14px;
		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;
	}

	.loginlink {
		font-size:14px;
		margin: 0px;
	}

	#menu-navbar-1 {
		margin-left: 10px;
		margin-right: 36px;
		margin-top: 12px;
	}
    #loginmyModal .form-control:-moz-placeholder {
      color: #FFFFFF !important;
      opacity: 1;
      filter:alpha(opacity=100);
    }
    
    #loginmyModal .form-control::-moz-placeholder {
      color: #FFFFFF !important;
      opacity: 1;
      filter:alpha(opacity=100);
    }
    
    #loginmyModal .form-control:-ms-input-placeholder {
      color: #FFFFFF !important;
      opacity: 1;
      filter:alpha(opacity=100);
    }
    
    #loginmyModal .form-control::-webkit-input-placeholder {
      color: #FFFFFF !important;
      opacity: 1;
      filter:alpha(opacity=100);
    }

    #loginmyModal .form-control {
    	font-size:14px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
		border: none;
		box-shadow: none;
        padding: 4px 12px;
        line-height: 1.22857;
        height: auto;
        background-color: #f3f3f3;
		margin: 5px;
    }
	
	#loginmyModal .form-control:focus {
		border-color: #66AFE9;
		outline: 0px none;
		box-shadow: none;
		background-color: #f3f3f3;
		color:#000000;
	}	
	
	#loginmyModal .form-control-short {
		border-radius: 0px !important;
		background-color: #f3f3f3 !important;
		color: #000000 !important;
		border: none !important;
		box-shadow: none !important;
	}
	
	#loginmyModal .input-group-addon {
		padding: 0px 8px 0px 0px !important;
		font-size: 16px !important;
		color: #91877f !important;
		background-color: transparent !important;
		border: none !important;
		border-radius: 0px !important;
	}
	
	#loginmyModal .input-group {
		margin-bottom: 10px;
	}	
	
	#loginmyModal input[type="text"], #loginmyModal input[type="password"]{
	  border: none !important;
	  background-color: transparent !important;
	  padding: 0px !important;
	  border-bottom: 1px solid !important;
	  box-shadow: none;
	}	

	.login-modal-content .navbar-right {
		float: none !important;
	}
	
	.navbar-form .input-group>.form-control {
		width: 94%;
	}	
	
	.well {
		background-color: transparent !important;
		border: none !important;
		box-shadow: none !important;
	}
	
	.form-control-username {
		margin: 8px;
	}
	
	.form-control-password {
		margin: 8px;
	}
	
	.navbar-form {
		padding: 0px !important;
		margin: 0px !important;
	}
    
	.form-group #submitbutton {
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		border-radius: 0px;
		padding: 9px 14px 9px 14px;
		line-height: 1;
		height: auto;
		margin-top: 6px;
		background-color: #f34113;
		color: white;
		width: 60px;
		text-align: center;
		border: none !important;
	}
	
	.loginlinksso {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 0px;
    padding: 9px 14px 9px 14px;
    line-height: 1;
    height: auto;
    margin-top: 6px;
    background-color: #f34113;
    color: white;
    text-align: center;
    border: none !important;
	width:100%;
	font-weight:700;
	}
	.loginlinksso  a {
		color: white;
	}
	.ssologinbelow {
		margin-top:0px;
		margin-bottom:10px;
		font-size:12px;
		font-weight:bold;
		color:#909090;
		float:left;
	}
}

@media screen and (max-width: 768px) {

	.logintextsso {
		font-size:24px;
		margin-bottom: 10px;
		text-align: center;
	}

	.loginlinksso {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 0px;
    padding: 12px 14px 12px 14px;
    line-height: 1;
    height: auto;
    margin-top: 6px;
    background-color: #f34113;
    color: white;
    text-align: center;
    border: none !important;
	width:100%;
	font-size: 24px;
	font-weight:700;
	}
	.ssologinbelow {
		margin-top:10px;
		margin-bottom:10px;
		font-size:17px;
		text-align:center;
		color: #909090;
	}
	
	.downarrowanchor {
		margin-top: -20px;
		position: absolute;
	}

    #menu-navbar-1,#menu-navbar-2,#menu-navbar-3 {
        margin-top: 15px;
        font-size: 16px;
        font-family: montserrat, Arial;
		width: 100%;
    }
}

#login-myBtn {
    border:none;
	background:none;
	padding: 12px 20px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #91877f;
}

.downarrow {
    font-size: 90px;
    color: #f34113;
    z-index: 99;
    margin-bottom: 0px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    text-align: center;
    height: 125px;
    bottom: 0px;
}

.downarrow a:hover {
    color: white;
}

.doorwhite {
	height: 38px;
	width: auto;
	margin-top: 10px;
	margin-left: 20px;
}

.doorlogin {
    height: 21px;
    width: auto;
    margin-right: 5px;
    margin-bottom: 4px;
}

table, td, th {
    font-family: montserrat, 'Arial', sans-serif !important;
}

.sidebar-box-white span {
    font-family: montserrat, 'Arial', sans-serif !important;
}

@media(min-width:768px) and (max-width: 991px){
	#login-myBtn {
		padding: 12px 10px;
	}	
	.navbar-nav > li > a {
		padding: 17px 10px;	
	}
}


@media (max-width:767px) {

	.navbar-header {
		width: 100%;
	}

	.navbar-nav, .navbar-right {
		float: unset;
	}
	.forgotpasslink {
		margin-left: 35px;
		color: #909090;
	}
	.mobile-forgotpass {
		margin-top: 13px;
		margin-bottom: -5px;
	}
}

#modalbutton {
	color:#f34113;
}

#modalbutton:hover {
	color:#f34113;
	cursor: pointer;
	text-decoration: underline;
}

/* Bootstrap 5 Overrides */

.navbar-nav li {
    float: left;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.navbar-toggler {
    float: right;
    border: none;
}

a.loginlink {
    color: #f34113;
}

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

@media (min-width: 768px){
	.navbar-form .input-group>.form-control {
		width: 210px;
	}	
}

label {
    font-weight: 700 !important;
}

.well.padding-20 {
    padding: 20px;
    margin-bottom: 20px;
}

@media (min-width: 748px) {
  .modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
  }
}

.fixed-top {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1030 !important;
}