@import url("font.css");
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #fff;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
a {
    color: #000000;
    transition: 0.5s;
}
a:hover,
a:active,
a:focus {
    color: #be3434;
    outline: none;
    text-decoration: none;
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 300;
}
.white_txt{
    color: #ffffff;
}
.btn{
    border-radius: 0px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 20px;
}
.btn-danger{
    background-color: #be3434;
    border: none;
}
#wrap{
    position: relative;
}
#topheader{
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 999;
    top: 0;
}
#header{
}
#slider{
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
.top-links{
    background-color: #be3434;
    color: #fff;
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 12px;
}
.top-links a{
     color: #fff;
 }
.top-links i{
    margin: 0px 8px;
}
.border-line{
    border-bottom: 1px #b7afa6 solid;
    position: absolute;
    width: 100%;
    top: 141px;
    z-index: 0;
}
#logo img{
    margin: 8px;
}
#logo h2{
    color: #ffffff;
    font-size: 2.3em;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 15px 0px 0px 5px;
    letter-spacing: -3px;
}
#logo h5{
    color: #ffffff;
    font-weight:300;
    font-size: 1.6em;
    padding: 0px 0px 0px 5px;
    margin-top: -10px;
    letter-spacing: -1px;
}

.headerDiv{
    background: rgba(12, 3, 3, 0.4);
}
.affix {
    background: rgba(12, 3, 3, 0.7);
    color: #fff;
    -webkit-box-shadow: 0 10px 6px -6px #333333;
    -moz-box-shadow: 0 10px 6px -6px #333333;
    box-shadow: 0 10px 6px -6px #333333;
}
/*MAIN MENU*/
#nav
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: absolute;
    top: 40%;
    left: 52%;
    margin-left: -30em; /* 30 480 */
    z-index: 10;
}

#nav > a
{
    display: none;
}

#nav li
{
    text-align: left;
    position: relative;
}
#nav li a
{
    color: #fff;
    display: block;
}
#nav li a.active
{
    border-bottom: 8px #be3434 solid !important;
}

#nav span:after
{
    width: 0;
    height: 0;
    border: 0.313em solid transparent; /* 5 */
    border-bottom: none;
    border-top-color: #ffffff;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em; /* 5 */
}

/* first level */

#nav > ul
{}
#nav > ul > li
{
    float: left;
}
#nav > ul > li > a
{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em; /* 24 */
    padding: 20px 16px;
    text-align: center;
}
#nav > ul > li:not( :last-child ) > a
{
    /*border-right: 1px solid #cc470d;*/
}
#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a
{
    background-color: #be3434;
    color: #ffffff;
}

/* second level */

#nav li ul
{
    background-color: #be3434;
    display: none;
    position: absolute;
    top: 100%;
    width: 200px;
    -webkit-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.58);
    -moz-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.58);
    box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.58);
    padding:0.8em;
}
#nav li:hover ul
{
    display: block;
    left: 0;
    right: 0;
}
#nav li:not( :first-child ):hover ul
{
    left: -1px;
}
#nav li ul a
{
    color: #ffffff;
    font-size: 0.8em; /* 20 */
    padding: 0.8em; /* 15 (20) */
}
#nav li ul li{
    border-bottom: 1px solid #f78585;
}
#nav li ul li:last-child{
    border-bottom: none;
}
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a
{
    background-color: #ffffff;
    color: #8b2423;
}
/*Media Query*/
@media only screen and ( max-width: 62.5em ) /* 1000 */
{
    #nav
    {
        width: 100%;
        position: static;
        margin: 0;
    }
}
@media only screen and ( max-width: 40em ) /* 640 */
{
    html
    {
        font-size: 75%; /* 12 */
    }

    #nav
    {
        position: relative;
        top: auto;
        left: auto;
    }
    #nav > a
    {
        width: 3.125em; /* 50 */
        height: 3.125em; /* 50 */
        text-align: left;
        text-indent: -9999px;
        background-color: #be3434;
        position: relative;
        margin-left: 8px;
    }
    #nav li a.active {
        background-color: #be3434;
        color: #ffffff;
    }
    #nav > a:before,
    #nav > a:after
    {
        position: absolute;
        border: 2px solid #fff;
        top: 35%;
        left: 25%;
        right: 25%;
        content: '';
    }
    #nav > a:after
    {
        top: 60%;
    }

    #nav:not( :target ) > a:first-of-type,
    #nav:target > a:last-of-type
    {
        display: block;
    }

    /* first level */

    #nav > ul
    {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        background: #fff;
        -webkit-box-shadow: 0px 4px 16px -3px rgba(0,0,0,0.61);
        -moz-box-shadow: 0px 4px 16px -3px rgba(0,0,0,0.61);
        box-shadow: 0px 4px 16px -3px rgba(0,0,0,0.61);

    }
    #nav:target > ul
    {
        display: block;
    }
    #nav > ul > li
    {
        width: 100%;
        float: none;
    }
    #nav > ul > li > a
    {
        color: #be3434  ;
        background-color: #ffffff;
        height: auto;
        text-align: left;
        font-size: 1em; /* 20 */
        padding: 10px 15px; /* 15 (20) */
    }
    #nav > ul > li:not( :last-child ) > a
    {
        border-right: none;
    }


    /* second level */

    #nav li ul
    {
        width: 100%;
        position: static;
        padding: 1.25em; /* 20 */
        padding-top: 0;
    }
}
/*Main MENU Ends*/

.carousel-control-next, .carousel-control-prev {
    top: inherit;
    bottom: 70px;
    opacity: 1;
    padding: 10px;
    left: inherit;
    width: 3%;
    background-color:#be3434;
}
.carousel-control-prev {
    right: 15%;
}
.carousel-control-next {
    right: 11%;
}
.carousel-caption{
    left: 8%;
}
.carousel-caption h2{
    border-left: 20px #be3434 solid;
    letter-spacing: -1px;
    padding: 5px 0px 0px 15px;
    text-align: left;
    font-size: 2em;
    font-weight: 600;
    line-height: 1em;
}
.carousel-caption h4{
    width: 96%;
    font-size: 1.5em;
    font-weight:300;
    padding: 10px 0px 0px 20px;
    border-top: 1px #eeeeee solid;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    background-size: 70% 100%;
}
.spark{
    background: url("../img/spark.gif") no-repeat 0px 5px;
    background-size: 20px;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 0px 10px;
}
#intro h1{
    color: #8e0000;
    font-size: 35px;
    letter-spacing: -2px;
}
/*News Ticker*/
#newsticker-demo {
    padding:5px 5px 0;
    font-family:Verdana,Arial,Sans-Serif;
    font-size:12px;
    margin:20px auto;
}
#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

.newsticker-jcarousellite { width:100%; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { text-align: left;  }
.newsticker-jcarousellite .info a{font-weight: bold;  }
.clear { clear: both; }

#download{
    background-color: #8e0000;
    padding: 30px 20px;
}
#meter{
    background-color: #000000;
    padding: 30px 10px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}
#meter img{
    width: 20%;
}
#meter span{
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}
#all_logos{
    background: url("../img/logo-bg.jpg") no-repeat;
    padding: 20px;
    /*display: block;*/
}
#all_logos h2{
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.fancy {
    width: 50%;
    text-align: center;
}
.fancy span {
    background: url("../img/spark.png")no-repeat 3px 0px;
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height:13px;
    border-bottom: 1px solid #000;
    top: 0;
    width: 115px;
}
.fancy span:before {
    right: 100%;
    margin-right: 15px;
}
.fancy span:after {
    left: 100%;
    margin-left: 15px;
}

#glazing_work{
    padding-top: 40px;
}
#glazing_work span {
    font-weight: 100;
    font-size: 30px;
    background: url(../img/spark_grey.png) no-repeat 0px;
    background-size: 25px 25px;
    padding: 0px 35px;
}
#glazing_work .sign{
    top: 30%;
    position: relative;
}
#glazing_work .certificate .borderBox{
    border: 1px solid #eeeeee;

}
#glazing_work .certificate li{
    display: inline-block;
    margin: 6px;
    text-align: center;
}
#quickEnquiry{
    background: url("../img/quick-link-bg.jpg") repeat-x 0px 0px;
    padding: 20px 10px 20px 10px;
    font-size: 14px;
}
#quickEnquiry h4{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
}
#quickEnquiry h4:after{
    content: "";
    margin: 10px 0px 20px 0px;
    width: 20px;
    height: 5px;
    display: block;
    background-color: #be3434;
}
#quickEnquiry a{
    color: #ffffff;
    padding: 10px 0px;
    line-height: 2em;
}
#quickEnquiry a:hover{
    color: #eeeeee;
}
#quick_enq_form input, #quick_enq_form textarea{
    border-radius: 0px;
    padding: 2px 5px;
    font-size: 13px;
    border: 0px;
}
.btn-green{
    border-radius: 0px;
    background-color: #00b40d;
}
.btn-green:hover{
    background-color: #279b00;
    color: #ffffff;
}
#quickEnquiry .social-links a{
    background-color: #be3434;
    border-radius: 50%;
    padding: 10px 13px !important;
}
#quickEnquiry .social-links a:hover{
    background-color: #ffffff;
    color: #be3434;
}
#support{
    padding: 20px;
    color: #999999;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px #e2e2e2 solid;
}
#support a{color: #333333;}
#support span{
    text-transform: none;
    color: #333333 !important;
    font-size: 20px;
}
#inHeader{
    position: relative;
}
#inHeader .headerimg{
    position: relative;
    z-index: 0;
    text-align: center;
    background-color: #3e3e3e;
}
#inHeader h2, #inHeader h5, #inHeader p{
    font-family: 'Maven Pro', sans-serif;
    position: absolute;
    color: #ffffff;
    z-index: 1;
    text-align: center !important;
    padding: 0px;
    font-size: 2.3em;
    font-weight: 500;
    top: 45%;
    left: 35%;
    width:30% ;
    letter-spacing: -2px;
    line-height: 1em;
}
#inHeader h2:after{
    content: "";
    width: 20%;
    height: 8px;
    background-color: #be3434;
    top: 50%;
    margin-left: 40%;
    display: block;
    margin-top: 20px;
}
#inHeader h5 {
    font-size: 1.5em;
    font-weight: 500;
    top: 65%;
}
#inHeader p{
    font-family: 'Open Sans', sans-serif;
    top: 80%;
    width: 50%;
    left: 25%;
    line-height: 1.5em;
    font-size:0.8em;
    letter-spacing: normal;
}
.breadcrumb{
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px solid #dddddd;
    height: 55px;
    margin-bottom: 0px;
    padding-left: 15px;
    font-size:12px;
    color: #807f7f;
    background: none;
}
.breadcrumb ul{
    padding: 5px 16px;
    list-style: none;
}
.breadcrumb  ul li {
    display: inline;
}
.breadcrumb ul li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
.breadcrumb ul li a {
    color: #333333;
    text-decoration: none;
}
.breadcrumb ul li a:hover {
    color: #01447e;
    text-decoration: underline;
}

h2.inTitle{
    display: inline-block;
    padding:0px 0px 0px 25px;
    margin:30px 0px  0px 30px;
    font-family: 'Roboto', sans-serif;
}
h2.inTitle::before{
    content: "";
    width: 8px;
    height: 35px;
    display: block;
    left: 32px;
    position: absolute;
    background-color: #be3434;
}

.pre_qualification{
    background: url("../img/abt_vid_bg.jpg") no-repeat;
    padding: 20px;
    color: #ffffff;
}
.lineBg{
    background: url("../img/lineBg2.jpg") repeat;
    height: 30px;
   margin-top: 30px;
}
/*Box Curl Shadow*/
.box {
    position: relative;
    z-index: 1; /* prevent shadows falling behind containers with backgrounds */
    overflow: hidden;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding:30px 0px 10px 0px;
    /*-webkit-box-shadow: 0px 3px 12px -4px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px 3px 12px -4px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px 3px 12px -4px rgba(0,0,0,0.75);*/
    /*border: 1px solid #be3434;*/
}
.box:before,
.box:after{
    content: '';
    z-index: -1;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url("../img/shadowbg.jpg") left -7px #fff;
}
.box:after{
    background: url("../img/shadowbg.jpg") right -7px #fff;
    right: 0;
}

.v_box{
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    padding: 30px;
    margin: 20px 10px;
    border-radius: 20px;
}

.v_box h4{
    border-left:8px #be3434 solid;
    padding:0px 0px 0px 15px;
    margin:0px 0px 0px 10px;
    font-family: 'Roboto', sans-serif;
}

.v_box h4::after{
    content: "";
    width: 400px;
    height: 5px;
    border-bottom: 1px solid #eeeeee;
    left: 200px;
    top:40px;
    position: absolute;
}
.rewards img {
    border: 1px #eeeeee solid;
    -webkit-box-shadow: 0 10px 6px -6px #333333;
    -moz-box-shadow: 0 10px 6px -6px #333333;
    box-shadow: 0 10px 6px -6px #333333;
}
#statement_tabs{
    margin-top: 30px;
}
#statement_tabs .nav-tabs .nav-link.active {
    font-weight:bold;
    background-color: transparent;
}
#statement_tabs .nav-tabs{
    border: 0px;
}
#statement_tabs .tab-content{
    -webkit-box-shadow: 0 10px 6px -6px #333333;
    -moz-box-shadow: 0 10px 6px -6px #333333;
    box-shadow: 0 10px 6px -6px #333333;
    height: 350px;
    overflow-y: auto;
    margin-bottom: 20px;
}
#statement_tabs .nav-tabs .nav-link:focus{
    border: 0px 0px 0px;
    background-color: #ffffff;
}
#statement_tabs .nav-tabs .nav-link {
    border: 0px solid transparent;
    background-color: #f9f9f9;
    border-radius: 0em;
    border-bottom: 2px solid #d1d1d1;
}
#statement_tabs h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #333333;
    padding: 10px 0px;
}
#statement_tabs i{
    width: 50%;
    height: 48px;
    display: block;
    margin: 8px auto;
    display: block;
    font-style: normal;
    color: #d10909;
    font-weight: 600;
}
#statement_tabs .nav-link.active i {
    background: url(../img/down-arrow.gif) no-repeat center 26px;
}
#statement_tabs h6{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    border-bottom: 2px #d10909 solid;
    text-align: left;
    font-weight: 300;
    color: #333333;
    padding: 20px;
    background: #f9f9f9;
    margin-bottom: 20px;
}
#statement_tabs .tab-content>.tab-pane, #statement_tabs .tab-content>.active{
    position: relative;
    padding: 20px;
    text-align: left;
}

h2.inTitle_mid{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin: 20px 0px;
    text-transform: capitalize;
}
h2.inTitle_mid::after{
    content: "";
    height: 8px;
    background-color: #be3434;
    width: 4%;
    margin: 1% 0px 0px 48%;
    display: block;
}
.midText{
    font-size: 12px;
    width: 50%;
    margin: 0px auto;
}
.clients .table td{
    text-align: center;
}
.clients .table-bordered td{
    border: 1px solid #be3434;
}
.job_title{
    color: #666666;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    position: relative;
}
.job_title::after{
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 42%;
    top: 70%;
    position: absolute;
    background-color: #860000;
}
.btn-orange, .btn-red{
    background-color: #ff9900;
    color: #ffffff;
    text-transform: uppercase;
}
.currentBg{
    background: url("../img/lineBg_trans.png") #f7f7f7;
    padding: 20px 30px;
    font-size: 14px;
    margin: 20px 0px;
}
.currentBg h5{
    color: #666666;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 800;
    position: relative;
    margin-bottom: 30px;
}
.currentBg h5::after{
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 0;
    bottom: -50%;
    position: absolute;
    background-color: #860000;
}
.apply_section{
    border-left: 1px solid #dadbdc;
}
.btn-red{
    background-color: #be3434;
}
.btn-red:hover{
    background-color: #be3434;
    color: #ffffff;
}
.news .card{
    border: 0px;
}
.news .card h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-top: 20px;
}
.news .card .admin{
    background-color: #f0f0f0;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    padding: 10px;
}
.news .card .admin .postby, .news .card .admin .date{
    display: inline-block;
}
.news .card-text{
    text-align: justify;
}
.dropdown_box{
    position: absolute;
    z-index: 1;
    top: 65%;
    text-align: center;
    width: 100%;
}
.project_dropdown{
    font-family: 'Roboto', sans-serif;
}
.project_dropdown .dropdown{
    display: inline-block;
    text-align: left;
}
.project_dropdown .btn-secondary {
    text-transform: capitalize;
    padding:15px 20px;
    color: #666666;
    background-color: #ffffff;
    border-radius: 0px;
    border: none;
    font-size:12px;
}
.project_dropdown .show>.btn-secondary.dropdown-toggle,
.project_dropdown .show>.btn-secondary.dropdown-toggle:focus{
    background-color: #ffffff;
    border: none;
    box-shadow:none;
    color: #333333;
    padding:15px 20px;
}
.project_dropdown .search{
    padding: 12px 20px 13px 20px;
    background-color: #be3434;
    color: #ffffff;
    display: inline-block;
}
.dropdown-toggle::after {
    margin-left: 6em;
}
.dropdown-menu{
    border-radius: 0px;
    font-size:12px;
}
.newProject_header{
    background-color: #be3434;
    color: #ffffff;
    padding: 10px 0px;
    text-align: center;
    margin: 20px 0px;
}
.newProject_header select{
    border-radius: 0px;
}
.newProject_header h5{
    font-size: 25px;
    text-transform: uppercase;
}
.proj_detail{
    background: #f5f5f5;
    padding: 20px;
}
.proj_detail h4{
    font-weight: 300;
    line-height: 1.5em;
    border-bottom: 1px solid #928d84;
}
.proj_detail table{
    color: #666666;
}
.proj_detail .table-striped tbody tr:nth-of-type(odd) {
     background-color: rgba(255,255,255,1);
 }
.proj_detail .table td{
    border: none;
    padding: 0.50em;
}
#media_gallery{
    background: url("../img/gallery_pg_bg.jpg") no-repeat;
    border-top: 5px solid #be3434;
    padding: 40px 0px;
}
#media_gallery .ps-current{
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.36);
    margin-bottom: 20px;
    width: 40%;
    left:30%;
}
#media_gallery .pgwSlideshow .ps-current .ps-next,#media_gallery .pgwSlideshow .ps-current .ps-prev {
    background: #be3434;
}
#project{
    background-color: #f5f5f5;
}
#project .card-body{
    padding: 0px;
}
#project h5{
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding: 20px;
}
#project .card-text, #project .small{
    color: #666666;
    font-size: 12px;
    padding: 0px 20px;
}
#project .small{
    font-size: 11px;
}
#project .card-body .view{
    font-size: 11px;
    text-transform: uppercase;
    padding: 20px;
    color: #ffffff;
    background: #be3434;
    margin-top: 20px;
    display: block;
    text-align: right;
}
#project .card-body .view:hover{
    background: #be3434;
}
.galleryBg{
    background: url("../img/gallery_bg.jpg") repeat-x 0px 206px;
    -webkit-box-shadow: -1px 7px 9px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 7px 9px -5px rgba(0,0,0,0.75);
    box-shadow: -1px 7px 9px -5px rgba(0,0,0,0.75);
}
.galleryBg .gallery {
    margin-bottom: 38px;
}
.galleryBg .gallery li{
    position: relative;
    display:inline-block;
    margin:10px 10px 0px 10px;
}

.galleryBg .gallery img {
    opacity: 1;
    display: block;
}
.galleryBg .shadow
{
    position: relative;

}
.galleryBg .shadow:before
{
    position: absolute;
    z-index: -1;
    content: "";
    bottom: 86px;
    left: 1px;
    width: 88%;
    top: 92%;
    -webkit-box-shadow: 1px 13px 12px 2px rgba(0,0,0,1);
    -moz-box-shadow: 1px 13px 12px 2px rgba(0,0,0,1);
    box-shadow: 1px 13px 12px 2px rgba(0,0,0,1);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.lightbox__caption{
    bottom: 30px;
    background: rgba(0,0,0,0.90);
}
.lightbox__caption p{
    padding: 25px 0px;
    font-size: 16px;
    font-weight: bold;
}
.middle {
    color: #ffffff;
    opacity: 0.8;
    width: 100%;
    background-color: #000000;
    position: absolute;
    height: 80px;
    bottom: 0;
    left: 0;
    text-align: center;
}
.middle h5{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 7%;
    font-size: 16px;
}
.middle h5::after{
    content: "";
    display: block;
    height: 3px;
    width: 50px;
    background-color: #be3434;
    position: absolute;
    left: 40%;
    margin-top: 10px;
}
.contact_details{
    position: relative;
}
.details img{
    display: block;
    border-right: 5px #ffffff solid;
}
.details {
    position: absolute;
    font-size: 14px;
    top: 25px;
    left: 35px;
    color: #ffffff;
    padding: 0px 26px 20px 0px;
}
.details h5{
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
}
.details a{
     color: #ffffff;
 }
.formBg{
    background: #f7f7f7;
    border: 1px #ebebeb solid;
    padding: 50px;
}
.pdffile .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: none;
    width: 80%;
}

.pdffile:hover .image {
    opacity: 0.3;
}

.pdffile:hover .middle {
    opacity: 1;
}


.pdffile:hover .bottom {
    opacity: 1;
}
.pdftext2 {
    background-color: #58595b;
    color: white;
    font-size: 11px;
    padding: 5px;
}
.pdftext {
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}
.pdftext  h5{
    background:rgba(117, 117, 117, 0.4);
    color: white;
    font-size: 16px;    padding: 10px;
}
.btn-black{
    font-weight: 600;
    border-radius: 0px;
    background-color: #333333;
}
.btn-black:hover{
    background-color: #666666;
    color: #ffffff;
}
#footerLogos ul li{
    display: inline-block;
    margin: 5px 10px;
}
#footerLogos ul li img{
    width: 90%;
}
#footerLogos ul{
    display: flex;
    justify-content: center;
    margin-left: 10px;
}
#footer {
    padding: 30px 10px;
}
#footer .address{
    font-size: 12px;
    color: #000000;
}
.abt-txt p{
    line-height: 1.6em;
}

.lightbox__nav--next{
 right: 22%;
}
.lightbox__nav--prev{
    left: 22%;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover{
    border-radius: 0px;
}


/*gallery*/

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 80%
}
.fullscreen-btn{
    position: absolute;
    top: 1%;
    right: 24px;
    z-index: 10;
}
.slick-prev, .slick-next{
    top: 94%;
}
.slick-next {
    right: 15px;
}
.slick-prev {
    left: inherit;
    right: 46px;
    z-index: 10;
}
.news_detail .btn {
    background: url("../img/back-arr.png") no-repeat #be3434 5px 4px;
    border: 2px solid #be3434;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    padding: 8px 30px 8px 50px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    outline: none;
    -webkit-transition: border 0.4s ease, color 0.2s ease;
    -moz-transition: border 0.4s ease, color 0.2s ease;
    -ms-transition: border 0.4s ease, color 0.2s ease;
    transition: border 0.4s ease, color 0.2s ease;
}
.news_detail .btn.rounded {
    border-radius: 30px !important;
}
.news_detail .btn:hover {
    border: 2px solid #be3434;
    color: #ffffff !important;
    background-color: transparent;
}
.news_detail .btn:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}
.news_detail .btn::before {
    content: ' ';
    background-color: #be3434;
    display: block;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.enlarge-btn {
    background: url("../img/fullscreen-icon.png") no-repeat 70% 15px;
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    cursor: pointer;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.enlarge-btn:hover {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news_detail .carousel-control-next, .news_detail .carousel-control-prev{
    width: 56px;
    bottom: 3px;
    opacity: 0.6;
    padding: 10px;
    background: url("../img/news-slide-btn.png") no-repeat 6px 9px #000000;
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    -ms-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.news_detail .carousel-control-next{
    right: 3px;
    background: url("../img/news-slide-btn.png") no-repeat -47px 9px #000000;
}
.news_detail .carousel-control-prev {
    right: 7%;
}
.news_detail .carousel-control-next:hover{
    background: url("../img/news-slide-btn.png") no-repeat -47px 9px #7a090f;
}
.news_detail .carousel-control-prev:hover{
    background: url("../img/news-slide-btn.png") no-repeat 6px 9px #7a090f;
}
.news_detail .carousel-control-next-icon, .news_detail .carousel-control-prev-icon {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.news_detail .carousel-control-next-icon, .news_detail .carousel-control-prev-icon {
    background-size: inherit;
}
.newsDate{
    position: absolute;
    z-index: 10;
    background-color: #be3434;
    color: #ffffff;
    display: block;
    font-weight: 600;
    left: 39%;
    bottom: -15px;
    padding: 8px 25px;
    text-align: center;
}
.moreLink{
    color: #be3434;
    font-weight: bold;
}
.responsiveRapper {
    overflow:hidden;
    padding-bottom:20%;
    padding-top:30px;
    height:0;
    position:relative;
}
.responsiveRapper iframe,
.responsiveRapper object,
.responsiveRapper embed {
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:absolute;
}

.responsiveRapper iframe .ytp-chrome-top{
    display: none !important;
}
.career-form span{
    color: #be3434;
    font-size: 14px;
}
.career-form .form-row{
     margin: 20px 0px;
 }
.career-form input, .career-form textarea{
    padding: 5px;
    font-size: 14px;
}
.career-form label{
    font-weight: bold;
    font-size: 14px;
}
.video{
    object-fit: initial;
    width: 100%;
    height: 350px;

}
.careerBg{
    position: relative;
    z-index: 0;
}
.careerBg_text{
    position: absolute;
    z-index: 2;
    left: 0;
}
.careerBg_text2{
    position: absolute;
    z-index: 2;
    right: 0;
    text-align: right;
}
.careerBg_text p,
.careerBg_text2 p{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.1em;
    margin: 120px 20px 0px 20px;
    text-align: inherit;
}
.careerBg_text2 span{
    color: #ffca07;
    font-style: italic;
    font-weight: bold;
}
.error {
    color: #dc3545;
}