/*SIDE BAR_START*/
.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: rgba(0, 0, 0, 0.75);
    position: relative;
    top: 20px;
    /* width: 300px; */
    height: calc( 100vh - 140px );
    color: #999;
    left: 20px;
    margin-right: 20px;
}
.nav-side-menu a.disabled {
   pointer-events: none;
   cursor: default;
}

.nav-side-menu .brand {
    background-color: #23282e;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.togle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
    /*
.collapsed{
.arrow:before{
font-family: FontAwesome;
content: "\f053";
display: inline-block;
padding-left:10px;
padding-right: 10px;
vertical-align: middle;
float:right;
}
}
*/
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
//border-left: 3px solid #d19b3d;
background-color: #4f5b69;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
background-color: #181c20;
border: none;
line-height: 28px;
border-bottom: 1px solid #23282e;
margin-left: 0px;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #020203;
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.nav-side-menu li {
padding-left: 0px;
// border-left: 3px solid #2e353d;
border-bottom: 1px solid rgba(254, 164, 26, 0.38);
}

.nav-side-menu li a,.nav-side-menu a {
    text-decoration: none;
    color: #999;
}

    .nav-side-menu li a i {
        padding-left: 10px;
        width: 20px;
        padding-right: 20px;
    }

.nav-side-menu li:hover {
    //border-bottom: 3px solid #d19b3d;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

@media (max-width: 767px) {

 
    .logo, .social, .heading-row {
        display: none;
   
}



    .nav-side-menu {
        position: fixed;
        width: 100%;
        /* margin-bottom: 10px; */
        height: auto;
        top: 75px;
        left: 0;
        z-index: 1000;
    }

    .togle-btn {
        display: block;
        cursor: pointer;
        position: fixed;
        right: 10px;
        top: 20px;
        z-index: 100000 !important;
        padding: 3px;
        // background-color: #ffffff;
        color: #000;
        width: 40px;
        text-align: center;
        color: rgba(214, 154, 31, 0.8);
    }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }



    .head {
        position: fixed;
        width: 100%;
        z-index: 1000;
        background-image: none;
    }

    .mainCon {
        padding-top: 75px;
    }

    .gal {
        margin-right: 20px;
      
    }
}

@media (min-width: 767px) {
    
   .navbar-header {
        display: none;
    }
   
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }

    .head {
        // margin-right:20px;
        background-image: url('../images/heading.png');
        background-image: url('../images/heading.png');
        background-repeat: no-repeat;
        background-position: center;
    }
}


/*SIDE BAR_END*/











html, body {
    height: 100%;
}




.head {
    background-color: #460e0e;
    height: 75px;
}
.small-heading{
    color: rgba(214, 154, 31, 0.8);
    padding:0;
    top: 5px;
    position: relative;
   
    left: 10px;
  
    
}
.small-heading h4{
   margin:0;
    padding:0;
    
}


.mainCon {
    height: calc( 100% - 100px );
    // background-size:100% auto;
}

    .mainCon .row {
        // height: 100%;
    }

.content {
  
    border: none;
    margin-top: 20px;
    /* margin-bottom: 20px; */
    height: calc( 100vh - 140px );
    overflow: hidden!important;

}

.cont-page {
    height: 100%;
    border: none;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    /* height: calc( 100vh - 140px ); */
    /*background-color: rgba(0, 0, 0, 0.75);*/
    /*margin-left: 20px;
    margin-right: 20px;*/
}
.cont-wrap {
    height: 100%;
    border: none;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    /* height: calc( 100vh - 140px ); */
    background-color: rgba(0, 0, 0, 0.75);
    margin-left: 20px;
    margin-right: 20px;
   overflow: hidden!important;
}


.foot {
    /*position: fixed;
bottom: 0;
width: 100%;*/
    /*height: 25px;*/
    background-color: #460e0e;
    // background-image:url(../images/foot.png);
    margin-top: 20px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}



.logo {
    padding-top: 15px;
    /*- padding-bottom:25px;*/
}

.social {
    padding-top: 10px;
}



.transt {
    /*background-color: rgba(0, 0, 0, 0.75);*/
    color: #999;
    /*padding:0 10px;*/
}

/*ABOUT US*/
.top-img {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    padding: 20px;
}

.bot-img {
    padding: 20px;
}

.about, .about body {
    background-color: transparent;
}

.heading {
    // line-height: 75px;
    padding: 0;
    margin: 0;
    color: rgba(214, 154, 31, 0.8);
    font-size: 40px;
}

.lef {
    float: right;
}


.gal {
    -webkit-box-shadow: 0px 0px 21px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 21px 8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 21px 8px rgba(0,0,0,0.75);
    margin-left: 20px;
    // margin-right:20px;
      margin-top:20px;
}

.carousel .item {
    height: calc( 100vh - 140px );
}

.item img {
    max-height: 100%;
}

.img {
}

.social-icons a {
    text-decoration: none;
    color: #fff;
}

.social-icons p > a:hover {
    color: #d9d9d9;
    text-decoration: underline;
}





._12 {
    font-size: 1.2em;
}

._14 {
    font-size: 1.4em;
}

ul {
    padding: 0;
    list-style: none;
}

.footer-social-icons {
    display: block;
    margin: 0 auto;
}

.social-icon {
    color: #fff;
}

ul.social-icons {
    margin-top: 10px;
}

.social-icons li {
    vertical-align: top;
    display: inline;
    border: none;
}



.social-icons a {
    color: #fff;
    text-decoration: none;
}

.social-icons li:hover {
    border: none;
}

.fa-facebook {
    padding: 10px 14px 7px 14px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    .fa-facebook:hover {
        background-color: #3d5b99;
    }

.fa-twitter {
    padding: 10px 10px 7px 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    .fa-twitter:hover {
        background-color: #00aced;
    }

.fa-rss {
    padding: 10px 12px 7px 12px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    .fa-rss:hover {
        background-color: #eb8231;
    }

.fa-youtube {
    padding: 10px 12px 7px 11px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    .fa-youtube:hover {
        background-color: #e64a41;
    }

.fa-linkedin {
    padding: 10px 11px 8px 11px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    .fa-linkedin:hover {
        background-color: #0073a4;
    }

.fa-google-plus {
    padding: 10px 10px 7px 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    .fa-google-plus:hover {
        background-color: #e25714;
    }


.foot p, .foot a {
    line-height: 25px;
    color: rgba(214, 154, 31, 0.6);
    font-size: small;
    font-weight: 100;
    text-decoration: none;
    padding: 0;
    margin: 0;
}


.res {
    display: block;
    max-width: none !important;
    max-height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.main {
   background: url(../images/bk.jpg) fixed 50% / cover;
}


object {
    width: 100%;
    min-height: 100%;
  
}







.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: rgba(254, 164, 26, 0.38);
}

.panel-heading a.collapsed:after {
    content: "\e080";
}

.transt .panel-default {
    border-color: rgba(254, 164, 26, 0.38);
    background-color: transparent;
}

    .transt .panel-default > .panel-heading {
        color: #333;
        background-color: rgba(0, 0, 0, 0.55);
        border-color: #ddd;
    }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgba(254, 164, 26, 0.38);
}



.transt .panel-title > .small, .transt .panel-title > .small > a, .transt .panel-title > a, .transt .panel-title > small, .transt .panel-title > small > a {
    text-decoration: none !important;
    color: #ddd !important;
}

.panel-body ol > li:before {    
    font-family: 'FontAwesome';
    content: '\f105';
    margin:0 5px 0 -15px;
    margin-left:20px;
}
.panel-body ul > li:before {    
    font-family: 'FontAwesome';
    content: '\f101';
   
  
}












#map {
    width: 100%;
    height: 300px;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
}








.cont-wrap{
    color: #999;
}


.gallery{
    overflow: hidden!important;
    padding-left:15px;
    padding-right:15px;
   padding-top:10px;
   
}

.gi img{

    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
   padding-bottom:10px;
   -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    margin-left:auto;
    margin-right:auto;
}

.gi img:hover{
  -webkit-transform: scale(1.05,1.05);
    -moz-transform:scale(1.05,1.05);
    opacity:1;
     filter: alpha(opacity=100); /* For IE8 and earlier */
}


.sl-overlay {
    background: rgb(0, 0, 0);
    opacity: .7;
   
}

.sl-wrapper .sl-navigation {
   
    color: #777;
}


#gal-scroll{
   /*overflow: auto!important;*/
    height: 100%;
    display:none;
}











/*CONTACT_US*/
.red{
    color:red;
    }
.form-area
{
   
	
	margin-top: 10px;
	
	}

.form-control {
    background-color: transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /* color: #555; */
    border: 1px solid rgba(254, 164, 26, 0.38);
    border-radius: 0px;
}



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,
select:focus,
.uneditable-input:focus{   
  
    box-shadow: 0 1px 1px rgba(254, 164, 26, 0.38) inset, 0 0 8px rgba(254, 164, 26, 0.38)!important;
    border: 1px solid rgba(254, 164, 26, 0.38)!important;
   outline:0 none!important;

}

.btn-primary {
    color: #999;
    background-color: transparent;
    border-color: rgba(254, 164, 26, 0.38);
     -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

.btn-primary:hover{
        background-color: rgba(0, 0, 0, 0.85);
       border-color: rgba(254, 164, 26, 0.38);
}

.btn-primary:active:focus {
   background-color: rgba(0, 0, 0, 0.90);
     
  border-color: rgba(254, 164, 26, 0.38);


}

.btn-primary.focus, .btn-primary:focus{
    background-color: rgba(0, 0, 0, 0.90);
     
  border-color: rgba(254, 164, 26, 0.38);
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline-color :rgba(254, 164, 26, 0.38);
  
}
/*CONTACT_US_END*/















.toast-info{
  background-color:  rgba(0, 0, 0, 1);
}

#toast-container > div {
 
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  /*color: #;*/
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}


  .about{
    overflow:hidden;
}


  
@media all and (max-device-width: 767px)  {
   
    #html{
    overflow:auto;
}
}

.add{
    padding-top:5px;
}
.email a,.email a:hover{
    text-decoration:none;
    color:#999

}
.panel-title {
   
    font-size: 14px;
  
}