/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700|Roboto+Condensed');

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

body {
    font-family: 'Roboto Condensed', sans-serif;
    color:#999;
    font-weight:300;
    line-height:1.625rem
}
a:hover,a:focus,{
    text-decoration: none;
    color: inherit;
}

.bold_blank{
    font-weight: bold;
    color: #000;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Itim', cursive;
    color:#005824;
}

.small, small {
    font-size: 95%;
    font-weight: 400;
}

.navbar-top {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}

.navbar-left, .navbar-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-top .contact-ways li {
    border-left-color: #e9e9e9;
}

.contact-ways li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.contact-ways li {
    display: inline-block;
    padding-left: 2rem;
    margin-left: 2rem;
    border-left: 1px solid #fff;
}

.contact-ways small {
    display: block;
    line-height: 14px;
    margin-bottom: 0.6875rem;
}

.navbar-top .contact-ways {
    text-align: right;
    margin-right: 10px;
}

.contact-ways h6 {
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 0;
}

.navbar-nav > li > .dropdown-menu li {
    padding: 5px 0px;   
    border-bottom: 1px solid #00202f;
}

.quote-btn {
    background: #ff9235;
}
.navbar-default .navbar-nav > li.quote-btn > a:hover, .navbar-default .navbar-nav > li.quote-btn > a:focus{
    outline: none;
    background-color: #ff9235;
}
.about_section {
    margin-top:20px;
}

.about_section h1 {
    font-size:30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    margin: 20px 0px 30px;
}

.about_section p {
    font-size: 17px;
    margin-top:10px;
    font-weight: normal;
    color: #333;
    text-align: justify;
    text-align-last: left;
    line-height: 35px;
}

.about_section a {
    margin-top: 15px;
}


.parallax_wrap {
    text-align: center;
    padding: 50px 0px;
    margin: 30px 0px 50px 0px;
}

.parallax_wrap h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.parallax_wrap p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

.why_us_item {
    padding: 30px 0px;
    border: 1px dashed #fff;
    margin-top: 30px;
}

.why_us_item i {
    font-size: 50px;
    color: #ff9235;
}

.why_us_item h4 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
}

.services_wrap {
    position: relative;
    

}

.services_wrap h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.services_wrap p {
    font-size:18px;
    margin-bottom: 20px;
    margin-left: 5px;
    color: #333;
}





.services_item {
    margin-bottom:25px;
    position: relative;
}
.serv_wrap{
    position: relative;
}
.btn_reader{
    margin-right: 15px;
    font-size: 16px;
}
.btn_reader i.fa{
    margin-left: 10px; 
}

.caption_wraper{
    background-color:#005824ee;
    position: absolute;
    padding: 20px;
    text-align: left;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.caption_wraper h5{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    /*margin: 5px 0px 15px;*/
    color: #ff9235;
}




a.btn-primary-link {
    background: #ff9235;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    text-transform: uppercase;
}

footer {
    background: #005824;
    padding: 30px 0;
    border-top: 5px solid #ff9235;
    margin-top: 30px;
}

footer h3 {
    color: #ff9235;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-left: 3px solid;
    padding-left: 10px;
}

footer ul li {
    padding: 5px 0px;
    border-bottom: 1px dashed #004667;
}

footer ul li:first-child {
    padding-top: 0;
}

footer ul li a {
    color: #fff;
}

footer ul li a:hover {
    color: #ff9235;
    text-decoration: none;
}

footer p {
    font-size: 16px;
    color: #fff;
    text-align: justify;
    margin-bottom: 10px;
}

footer p i {
    color: #ff9235;
    margin-right: 10px;
}

.copyright {
    background: #002710;
    padding: 10px 0;
    text-align: center;
}

.copyright p {
    display: inline-block;
    margin:0px 15px;
}

.copyright p a {
    color: #ff9235;
}
/*About Us Page*/
.brd-cumb{
    padding: 80px 0px;
    margin-bottom: 30px;
    background-image: url(../images/brd-crmb.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.brd-cumb-ul,.brd-cumb-ul li{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.brd-cumb-ul{
    background-color: #005824;
    border-radius: 5px;
}
.brd-cumb-ul li + li:before{
    content: '//';
    position: absolute;
    top: 8px;
    left: -5px;
    color: #ff9235;
}
.brd-cumb-ul a{
    padding: 8px 15px;
    font-size: 16px;
    display: inline-block;
    margin: 0px;
    color: #ff9235;
}
.brd-cumb-ul a[itemprop="url"]:hover{
    color: #fff;
}
.abt-dtl h1{
    margin: 0px;
    margin-bottom: 10px;
    font-size: 28px;
    color: #005824;
    font-weight: bold;
}
.abt-dtl h2{
    margin-bottom: 10px;
    font-size: 24px;
    color: #005824;
    font-weight: 600;
}
.abt-dtl p{
    font-size: 16px;
    color: #777;
    line-height: 26px;
    margin-bottom: 20px;
}
.abt-dtl>span{
    font-size: 16px;
    display: block;
    line-height: 26px;
    margin-bottom: 10px;
    color: #000;
}
.list-serv{
    color: #000;
    margin: 0px;
    list-style: disc;
    padding-left: 20px;
}
.list-serv>a{
    display: inline-block;
    color: #ff9235;
    text-decoration: underline;
    font-size: 18px;
}
.why_poeple{
    margin: 0px 0px 40px;
    text-align: center;
}
.why_poeple>h2{
    display: inline-block;
    padding: 0px 30px 10px;
    padding-left: 0px;
    color: #fff;
    font-size: 35px;
    border-bottom: 4px double #fff;
    margin-bottom: 20px;
}
.feature_div{
    position: relative;
    /*margin-bottom: 30px;*/
}
.feature_div h3,.addr_div h3{
    color: #ff9235;
    font-size: 22px;
}
.feature_div i.fa,.addr_div i.fa{
    color: #ff9235;
    margin-right: 10px;
}
.feature_div>p,.addr_div>p{
    margin: 10px 0px;
    text-align: justify;
    color: #fff;
    line-height: 24px;
}
.princ_pen{
    position: relative;
    padding: 40px 0px 20px;
}


.addr_div>p,.addr_div{
    text-align: center;
    color: #444;
}
.cont_abt_us{
    padding: 50px 0px;
    position: relative;
    margin-top: 50px;
    background-image: url(../images/abt-bg.jpg);
    background-attachment: fixed;
    background-size: 100%;
}
@media(max-width: 767px) {
    .cont_abt_us{
        background-size: cover;
    }
}


.form_div{
    margin-bottom: 30px;
    position: relative;
}
.input_block{
    display: block;
    min-width: 100%;
    max-width: 100%;
    min-height: 48px;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #dadada; 
}
.input_block:focus{
    border-color: #ff9235;
    outline: none; 
}
.form_grp,.addr_div{
    position: relative;
    margin-bottom: 20px;
}
.intl-tel-input.allow-dropdown{
    min-width: 100%;
    max-width: 100%;
    display: block;
}
textarea{
    resize: none;
}
.cont_text{
    min-height: 115px;
}
.btn_sub,.btn_srv{
    padding: 8px 15px;
    background-color: #ff9235;
    color: #fff;
    outline: none;
    display: inline-block;
    transition: all 0.2s linear;
    border: none; 
}
@media (min-width: 767px){
    .pull-me-right{
        text-align: right;
    }
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin: 0px;
}
.map_div{
    position: relative;
    margin-top: 30px;
}
.service_div{
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.service_div>h3{
    margin-top: 5px;
    font-size: 25px;
    color: #ff9235;
    text-transform: uppercase;
}
.service_div>p{
    padding: 0px 30px;
    color: #333;
    margin-bottom: 10px;
}
.btn_srv:hover{
    border-radius: 5px;
    color: #fff;
}
.service_div>img,.cat_cont>img{
    margin: 0px auto;
}
.head_cont{
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.head_cont>h1{
    color: #005824;
    font-weight: 600;
    font-size: 30px;
    display: inline-block;
    padding: 0px 30px 5px;
    border-bottom: 4px double #ff9235; 
}
.cat_cont{
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #dadada;
    text-align: center;
}
.cat_cont>h3{
    padding: 5px 10px;
    border: 4px double #dadada;
    color: #ff9235;
    font-size: 22px;
    margin-bottom: 5px;
}
.cat_cont>p{
    padding: 5px 10px 10px;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cat_cont>a{
    padding: 8px 15px;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    background-color: #005824;
}
.product_cnt{
    position: relative;
    margin: 20px 0px;
}
.product_cnt>p{
    color: #222;
    line-height: 26px;
}
.modal-title{
    font-size: 25px;
    text-align: center;
}
.about_section{
    font-size: 20px;
    margin-top: 20px;
    line-height: 30px;
}
.director_pen{
    position: relative;
    padding: 0px 0px 20px;
}
.director_cont_div{
    position: relative;
}
.director_cont_div h2{
    font-size: 35px;
    color: #005824;
}
.director_cont_div p{
    text-align: justify;
    margin: 20px 0px;
    color: #333;
    font-size: 20px;
}
.demo-gallery{
    margin-top: 30px;
    padding: 0px 15px;
}
.demo-gallery img{
    max-width: 100%;
    margin: 0px;
    max-height: 240px;
    width:  100%;
}
.demo-gallery .col-md-4,.demo-gallery .col-md-3{
    padding: 0px;
}
.demo-gallery a{
    display: block;
}
.news_cont{
    position: relative;
    padding: 20px 0px 30px;
}
.news_box{
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px #ddd;
}
.news_box h2{
    font-size: 25px;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.news_box p{
    font-size: 16px;
    padding: 20px 15px 10px;
    line-height: 26px;
}
.index-pen>img{
    margin: 25px 0px 0px;
}
.abt-dtl h4{
    font-size: 30px;
    margin:10px 0px 25px;
    text-align: center;
    font-style: italic;
}
.notice-head{
    position: relative;
    margin-bottom: 10px;
    margin-top: 20px;
}
.notice-head h3{
    font-size: 30px;
    text-align: center;
}
.notice-board-wrap{
    position: relative;
    border: 4px double #ddd;
    padding: 15px;
    min-height: 315px;
    max-height: 315px;
    overflow-y: scroll;
}

.notice-board-wrap a{
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
.notice-board-wrap a:hover{
    text-decoration: none;
    color: #555;
}
.soc_anc{
    display: inline-block;
    height: 40px;
    width: 40px;
    padding: 7px 0px 0px 8px;
    font-size: 20px;
    border: 1px solid #ff9235;
    border-radius: 100%;
    text-align: center;
}
.navbar-brand img{
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px){
    .services_wrap .col-md-4.col-sm-6{
        width: 50%;
        float: left;
    }
    .services_item{
        margin:20px 0px;
    }
}
@media (max-width: 500px){
    .services_wrap .col-md-4.col-sm-6{
        width: 100%;
        float: left;
    }
}


.anothermodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.anothermodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.anotherclose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.anotherclose:hover,
.anotherclose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.imgg{
    cursor: pointer;
}

