
@font-face {
    font-family: 'Good Times';
    src: url('../fonts/good_times_rg-webfont.woff2') format('woff2'),
         url('../fonts/good_times_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
header .top-bar {
    background: #303030;
    padding: 10px 0px;
}

header .top-bar .contact-info {
    color: #fff;
    font-size: 16px;
    width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 0px;
}

header .top-bar .contact-info i {
    color: #f36324;
    font-size: 20px;
    margin-right: 10px;
}

header .top-bar .contact-location {
    width: 50%;
    float: right;
    color: #fff;
    font-size: 16px;
    text-align: right;
    margin-bottom: 0px;
}

header .top-bar .contact-location img {
    width: 25px;
    margin-right: 10px;
}

header .header-navigation {
    background: #f36324;
    max-height: 110px;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    z-index: 1;
}

.navbar-brand {
    height: auto;
}

.navbar-brand img {
    width: 125px;
}

.header-navigation .navbar-inverse .navbar-nav>.active>a,
.header-navigation .navbar-inverse .navbar-nav>.active>a:hover,
.header-navigation .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #343434;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    font-family: 'Good Times';
}
h1{
	font-family: 'Good Times';
}

.navbar-inverse .navbar-nav>li>a:active {
    color: #343434;
}

.navbar-inverse .navbar-nav>li>a.contact-btn {
    background-color: #303030;
    padding: 12px 30px;
}

.carousel-caption {
    top: 20%;
}

.carousel-caption h1 span {
    font-size: 74px;
    color: #f36324;
    /* font-family: 'Good Times'; */
}

.carousel-caption h1 {
    font-size: 64px;
    color: #fff;
    text-align: left;
    /* font-family: 'Good Times'; */
}

.contact_sec {
    padding: 50px 0px;
}

.contact_sec figure.contact-img img {
    width: 100%;
}

.contact-form .form-group p {
    float: left;
    width: 25%;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.contact-form .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 2px solid #f36324;
    transition: 1s ease;
    font-weight: bold;
    width: 65%;
	    background: transparent;
}

.contact-form .form-control:focus {
    transition: 1s ease;
    border-bottom: 1px solid #2abfcc;
}

.contact-main .contact-main-title h2 {
    margin-top: 0;
}

.contact-form .send-button {
    text-align: right;
    width: 90%;
}

.contact-form .send-msg {
    color: #ffffff;
    background-color: transparent;
    transition: all 0.8s ease-out;
    margin-top: 40px;
    background: #303030;
    min-width: 180px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    padding: 12px;
}

.contact-form .send-msg:hover {
    background-color: #f36324;
}

.section-heading {
    font-size: 34px;
    color: #000;
    text-align: center;
    font-family: 'Good Times';
    position: relative;
    margin-bottom: 40px;
}

.section-heading:after {
    content: '';
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
    background-color: #f36324;
    margin: 0px auto;
}


/*about_sec css*/

.about_sec {
    /*background-image: url(../images/aboutUsPic2.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
}

.about-img-box {
    padding: 0px;
    height: 530px;
    overflow: hidden;
}

.about-img-box img {
    width: 100%;
}

.about-text-box {
    background: #343434;
    height: 530px;
}

.about-box-text {
    max-width: 600px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.about-box-text h2 {
    color: #fff;
    font-family: 'Good Times';
}

.about-box-text p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.about-container {
    padding: 0px;
}

.about-box-text:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 100px solid #343434;
    border-bottom: 50px solid transparent;
    position: absolute;
    left: -110px;
    top: 40%;
}
.about-main-box{display:table;}


/*services_sec css*/

.services_sec {
    padding: 50px 0px;
    background-color: #eeeeee;
}

.services_sec .service-box {
    display: inline-block;
    width: 22%;
    padding: 30px 12px;
    text-decoration: none;
    color: #303030;
    margin-bottom: 20px;
    margin: 12px;
}

.services_sec .service-box:hover {
    background-color: #f36324;
    color: #fff;
    fill: #fff;
}

.services_sec .service-box h4 {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.services_sec .service-box svg {
    width: 50px;
    margin-bottom: 20px;
}


/*blog-sec css*/

.blog-sec {
    padding: 60px 0px;
}


/*contact_info css*/

.contact_info {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#303030+51,f36324+51 */
    background: #303030;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #303030 51%, #f36324 51%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #303030 51%, #f36324 51%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #303030 51%, #f36324 51%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#f36324', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 24px 0px;
}

.contact_info h1 {
    color: #fff;
    font-family: 'Good Times';
    font-size: 28px;
}

.contact_info h1 span {
    color: #f36324;
}

.contact_info a {
    text-align: center;
    color: #000;
    font-size: 40px;
    font-family: 'Good Times';
    text-decoration: none;
}


/*map-sec css*/

.map-sec {
    height: 450px;
}

footer {
    background-color: #303030;
    padding: 40px 0px;
}

footer figure
{
    text-align: center;
}

footer figure img
{
    width: 180px;
}

footer p {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    margin-top: 15px;
}

footer .footer-links {
    color: #fff;
}

footer .footer-links ul {
    padding-left: 0px;
}

footer .footer-links ul li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 16px;
}

footer .footer-links h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

footer .footer-links a {
    color: #fff;
    text-decoration: none;
}


/*About us page*/

.inner-section {
    padding: 50px 0px;
    background-size: cover;
}

.about-bg {
    background: url(../images/about-inner-banner.jpg);
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-bg-1
{
    background: url(../images/about-inner-banner-1.jpg);
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.inner-section h1 {
    color: #fff;
    text-transform: uppercase;
	font-family:'Good Times';
}

.bg-grey {
    background: #f1f1f1;
}

.heading-content {
    text-transform: uppercase;
}
.our-mission {
    display: table-cell;
    width: 70%;
    padding-right: 25px;

}
.our-mission figure img {
    max-width: 100%;
}

.orange-box {
    padding: 15px;
    background: #f36324;
	display:table-cell;
}

.equal {
    padding: 50px 0px;
}

.orange-box .heading-content {
    color: #fff;
    text-align: center;
	font-size:30px;
}

.orange-box p {
    color: #fff;
	   font-size: 16px;
    padding-top: 40px;
}

.team-box {
    background: #fff;
    text-align: center;
    box-shadow: 2px 2px 2px 1px #ccc;
    height: 320px;
    position: relative;
    overflow: hidden;
}

.team-box h3 {
    font-size: 20px;
    margin: 0px;
}

.overlay-box {
    background: #fff;
    position: absolute;
    bottom: -35px;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.overlay-box ul {
    padding-left: 0px;
}

.overlay-box ul li {
    list-style: none;
    display: inline-block;
}

.overlay-box ul li a {
    border: 1px solid #fff;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 20px;
    display: inline-block;
    border-radius: 50%;
    line-height: 34px;
}

.team-box:hover .overlay-box {
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    padding: 130px 0px;
    bottom: 0;
}

.overlay-box:hover h3 {
    color: #fff;
    transition: 0.3s ease-in-out;
}

.overlay-box:hover h5 {
    color: #fff;
}


/* services  section  first  service defination*/


/* service first*/

body {
    background-color: rgb(245, 243, 243);
}
.service-one
{
    padding:60px 0px;
}
.servicep1 {
    width: 250px;
}

.serviceh2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: black;
    font-size: 25px;
}

.servicetext1 {
    padding-bottom: 10px;
    padding-left: 10px;
}

.servicetext2 {
    padding-bottom: 10px;
    padding-left: 10px;
}

.servicetext3 {
    padding-bottom: 10px;
    padding-left: 10px;
}

.servicetext4 {
    padding-bottom: 10px;
    padding-left: 10px;
}

.servicetext5 {
    padding-bottom: 10px;
    padding-left: 10px;
}

.servicetext6 {
    padding-bottom: 10px;
    padding-left: 10px;
}

.servicebutton1 {
    background-color: #f36324;
    color: #fff;
    position: absolute;
    bottom: 30px;
}

.servicebutton2 {
    background-color: #f36324;
    color: #fff;
    position: absolute;
    bottom: 30px;
}
.service1_outer a
{

    text-decoration: none;
    display: block;
}
.service1 {
    min-height: 300px;
    margin-bottom: 20px;
}

.servicebutton1:hover {
    background-color: #464545;
    color: #fff;
    position: absolute;
}

.servicebutton2:hover {
    background-color: #464545;
    color: #fff;
    position: absolute;
}

.service1:hover {
    box-shadow: 1px 1px 10px gray;
}


/*service section End */


/*media query for  service section */

@media only screen and (min-width:320px) and (max-width:767px) {
    .service1 {
        min-height: 200px;
        max-width: 320px;
        margin: 0px auto;
        background: #fff;
        margin-bottom: 20px;
        position: relative;
    }
}


/*service section are end now */


/*contcats  us  style-sheet start   from here */

.icon1 {
    color: #f36324;
}

.contactlist {
    list-style-type: none;
}
.list-group li
{
	line-height:30px;
	padding-bottom:40px;
	padding-left:40px;
	font-size:18px;
	word-wrap: break-word;
}
.list-group li span
{
	display:block;
}
.list-group li a
{
	color:#000;
}
.list-group li img
{
	width:30px;
	position:absolute;
	left:0;
}
.bg-white
{
	background:#fff;
	padding-top:40px;
}

.contact-form-box
{
	background:#f8f8f8;
	    padding: 20px 75px;
	
}
.contact-form-box:before
{
content: '';
    position: absolute;
    width: 24px;
    height: 100%;
    left: -47px;
    bottom: -70px;
    border-left: 60px solid transparent;
    border-right: 37px solid transparent;
    border-top: 212px solid #f8f8f8;
	
}
.contact-form-box label
{
	    width: 100px;
    font-size: 16px;
    color: #747474;
}
.contact-form-box input, .contact-form-box textarea
{
	border:none;
	border-bottom:1px solid #f36324;
	background:transparent;
}

#err_fname{
    color: red;
  display: none;
}
#err_lname{
    color: red;
    display: none;
}
#err_email{
    color: red;
    display: none;
}
#err_phone{
    color: red;
    display: none;
}
.btn-contact {
    color: #fff;
    background-color: gray;
    border-color: gray;
    float: right;
    width:120px;
}
/*style sheet end for contacts us  */

.padding-equal
{
    padding-top: 30px;
}

.gallery-sec
{
    padding: 50px 0px;
}