﻿body {
    font-size:14px;
    font-family: 'Roboto', sans-serif !important;
    padding:0px;
    margin:0px;
    color:#333;
}

*
{
    margin:0px;
    padding:0px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight:normal !important;
}

.spc {
    letter-spacing:1px;
    }

.bgColor1 {
    background-color:#d98c2a;
}

.bgColor2 {
    background-color:#2b4673;
    color:#fff;
}

.bgColor3 {
    background-color:#d98c2a;
    color:#fff;
}

.invertText {
    color:#fff !important;
    margin-bottom:0px !important;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 15px;
}

.center {
    text-align:center;
}

.header-top, .header-bottom, .footer-bottom {
    padding:8px 0px;
}

.separator {
    padding:0px 15px;
}

.txtright {
    text-align:right;
}

#logo {
    max-width:300px;
    height:auto;
}

nav {
    margin-top:14px;
}

nav ul {
    list-style-type:none;
    margin:0;
}

nav ul li {
    display:inline-block;
    padding:10px 15px;
    }

nav ul li a {
    padding-bottom:10px;
    text-decoration:none;
    color:#fff;
    display:block;
    letter-spacing:1px;
    font-weight:400;
    text-decoration:none;
    font-size:15px;
    transition:all 0.3s;
    text-transform:uppercase;
    font-weight:400;
    }

nav ul li a:hover, .active {
    text-decoration:none;
    color:#d98c2a;
    font-weight:400;
    }

.icon-block1 {
    background-color:#d98c2a;
    padding:30px;
    color:#fff;
    border:5px solid #fff;
    text-align:center;
}

.overlap {
    position:absolute;
    width:100%;
    z-index:7;
}

.header-bottom {
    background-color:rgba(0,0,0,0.5);
}

h1.car-heading {
    font-size: 40px;
    font-weight: 500;
    text-shadow: 0px 0px 10px #000;
    letter-spacing: 1px;
}

.carousel-caption {
    bottom:15%;
    top:auto;
}

.section-breath {
    padding:60px 0px;
}

.resp {
    width:100%;
    height:250px;
}

footer {
    background-image:url('images/footer-bg.jpg');
}

p {
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.7;
    color: #000;
    text-align:justify;
}

li {
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.7;
    color: #000;
}

.heading {
    font-size:36px;
    text-align:center;
    font-weight:400;
    letter-spacing:1px;
    margin:8px 0px 8px 0px !important;
    color:#4c4942;
}

.small-heading {
    color:#f9310a;
    font-size:16px;
    font-weight:500 !important;
    letter-spacing:1px;

}

.fields {
    width:100%;
    padding:15px;
    background:transparent;
    border:1px solid #999;
    border-radius:3px;
    font-weight:300;
}

.fields:focus {
    outline:none;
    }

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

::-ms-input-placeholder {
    color: #fff;
}


.custom-btn {
    background-color:#d98c2a;
    color:#fff;
    border:none;
    padding:8px 30px;
    border-radius:20px;
    font-size:17px;
    outline:none;
    margin-bottom:10px;
    transition:all 0.5s;
    display:inline-block;
}

.custom-btn1 {
    background-color:#333;
    color:#fff;
    border:none;
    padding:5px 25px;
    border-radius:20px;
    font-size:15px;
    outline:none;
    transition:all 0.5s;
    display:inline-block;
}

.custom-btn:hover, .custom-btn1:hover {
    background-color:#ffc200;
    color:#333;
    text-decoration:none;
    }

.footer-callUs {
    font-size:18px;
    font-weight:200;
}

.footer-social i {
    font-size:20px;
    padding:8px;
    font-weight:100;
}

.social-circle {
    width:40px;
    height:40px;
    border:2px solid #fff;
    display:inline-block;
    border-radius:50%;
    margin:10px 5px 0px 5px;
    transition:all 0.5s;
}

.social-circle:hover {
    cursor:pointer;
    background-color:#d98c2a;
    color:#fff;

    }

.left {
    text-align:left;
}


/*Default Page start */ 

img.icons {
    border-radius: 50%;
    max-width: 120px;
    border: 2px solid #b46c10;
    margin-bottom: 10px;
}

.aboutImg {
    max-width:80%;
    display:block;
    margin:auto;
}
.section-breath .col-md-4 {
    padding:0px;
}
.section-breath .col-md-4 .news {
    min-height:250px;
    padding:20px 10px 10px 20px;
}
.section-breath .col-md-4 .news h3 {
    font-family:Roboto;
}
.section-breath .col-md-4 .news p {
    line-height: 21px;
    font-size: 14px;
    text-align: left;
}
.section-breath .col-md-4 .news .news-btn {
    background: #333;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    margin-top:20px;
    color: #fff;
}

.section-breath .col-md-4 .news .news-btn:hover, .section-breath .col-md-4 .news .news-btn:focus {
    text-decoration:none;
    }

.inner-banner {
    text-align: center;
    padding: 140px 0px 0px 0px;
    background-repeat: no-repeat;
    min-height:300px;
    margin-top: 39px;
    display: inline-block;
    width: 100%;
}
.inner-banner h3 {
    color:#fff;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    text-shadow: 0 1px 2px #000;
    text-transform:uppercase;
    margin:0px;
}
.middle-body {
    padding:40px 0;
}
.middle-body img {
    margin-top:65px;
}
.middle-heading {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 8px 0px 15px 0px;
    color: #4c4942;
    text-transform:capitalize;
}
.middle-text p{
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.7;
    color: #000;
    font-size:14px;
    text-align: left;
    margin-bottom:15px !important;
}
.middle-text h4 {
    color:#333;
    margin-bottom:10px;
    margin-top:15px;
    display:inline-block;
    border-bottom: 2px solid #ffc200;
    padding-bottom: 5px;
}
.middle-text ul {
   list-style:none;
   margin:0px;
   padding:0px;
   font-size:14px;
    font-family: 'Roboto', sans-serif !important;
}
.middle-text ul li {
    margin-bottom:5px;
}
.middle-text ul li i {
    margin-right:5px;
}
.service-main {
    padding:40px 0;
}
.header-bottom .navbar-default {
    background-color:transparent;
    border:0px;
    margin:0px;
}
    
.header-bottom .navbar-default .navbar-nav > li > a {
    padding:0 0 10px 0;
    text-decoration: none;
    color: #fff;
    display: block;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: 400;
}
.header-bottom .nav > li > a:hover {
    text-decoration: none;
    color: #d98c2a;
    font-weight: 400;
    box-shadow: none;
}
.header-bottom .nav > li > a:focus {
    text-decoration: none;
    color: #d98c2a;
    font-weight: 400;
    box-shadow: none;
}
.header-bottom .nav > li > a.active {
    color: #d98c2a;
}
.header-bottom .nav > li:last-child {
    padding-right:0px;
}
.header-bottom .navbar-right {
    margin-top:18px;
}
/* Default page end */
/*Service page start here*/
#side-nav a i {
    margin-right:10px;
}
.srvc_tab_img {
    height:auto;
    width:100%;
}
#srvc_tab_accrdn .panel .panel-default {
    border:0;
    margin-top:10px;
}   
#srvc_tab_accrdn .panel-title a[aria-expanded="false"]:after{
	content:'+';
	float:right;
}
#srvc_tab_accrdn .panel-title a[aria-expanded="true"]:after{
	content:'-';
	float:right;
}
/*Service page end here*/

/* Contact us page start here */
.cnct_banner img{
    width:100%;
}
.contact_main_wrap {
    padding:50px 0;
    text-align:center;
}
.contact_main_wrap h1{
    color:#4c4942;
}
.contact_sub_wrap {
    padding:20px 15px;
    margin-bottom:50px;
    text-align:center;
}
.contact_sub_wrap h2 {
    color:#d98c2a;
}
.contact_sub_wrap h3 {
    color:#312f2c;
}
.contact_sub_wrap p {
    font-size:14px;
    color:#312f2c;
    text-align:center;
}
.con_map_wrapper {
    width:100%;
    border:0;
}
.con_map_wrapper img{
    width:100%;
}
.contact_client_main {
    text-align:center;
    padding:60px 0;
}
contact_client_main h1 {
    color:#4c4942;
}
.client-img {
    margin-top:20px;
}
.contact_client_main img{
    float:left;
    padding:20px 30px;
}
/* Contact us page end here */
/* News & event page start here */
.news_main_wrap {
    padding:50px 0;
    text-align:center;
    height:500px;
}
.news_main_wrap h1 {
    color:#4c4942;
}
.news_imgTxt_wrap {
    background-color:#eee;
    /*border:1px solid #ccc;*/ 
    height:350px;
    padding:10px;
    box-shadow:0px 0px 3px #999;
}
.news_imgTxt_wrap img {
    width:100%;
}
.news_imgTxt_wrap {
    text-align:left;
    margin: 20px 0 40px 0;
    position:relative;
}
.news_imgTxt_wrap h4 {
    margin: 10px 0;
    font-weight: 500;
    color: #d98c2a;
}
/*.news_imgTxt_wrap span {
    margin-right:15px;
    font-weight: bold;
    color: #333;
}
.news_imgTxt_wrap i {
    font-weight: bold;
    color: #333;
}*/
.news_imgTxt_wrap p {
    margin-top:10px;
}
.nws_btn {
    background-color:#d98c2a;
    position:absolute;
    bottom:10px;
    right:20px;
    color:#fff;
    padding:5px;
    text-decoration:none;
}
.nws_btn:hover {
    background-color:transparent;
    text-decoration:none;
    color:#d98c2a;
}
/* News & event page end here */

/* product page start here */

.prdct_img_main {
    margin-top:60px;
}

.img_title {
    background-color:#d98c2a;
    padding:10px;
    font-size:15px;
    color:#fff;
    width:100%;
    text-transform: uppercase;
    word-spacing: 2px;
    font-weight: 500;
}
.prdct_img_wrap {
    display:table;
    height:250px;
    width:100%;
}
.prdct_img_wrap {
    display:table-cell;
    vertical-align:middle;
    height:250px;
    width:100%;
}
.prdct_img {
    padding:10px;
    border: 1px solid #ccc;
    text-align: center;
    height: 200px;
    width: 100%;
}

/* product page end here */

.panel-title {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}