@font-face{font-family:'bebasregular';src:url('../fonts/bebas__-webfont.eot');src:url('../fonts/bebas__-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/bebas__-webfont.woff2') format('woff2'),
url('../fonts/bebas__-webfont.woff') format('woff'),
url('../fonts/bebas__-webfont.ttf') format('truetype'),
url('../fonts/bebas__-webfont.svg#bebasregular') format('svg');font-weight:normal;font-style:normal;}


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body div {
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%
}
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
  
    text-align: center;
    color: #444;
    cursor: pointer;
    border: 0;

    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    
}
#back-to-top i{    font-size: 40px;
    background: #ffd600;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    width: 46px;
    height: 46px;}

#back-to-top.show {
    opacity: 1;
}

.landing_page {
    background-image: url('../images/skyscrapers.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 700px;
    height: 100vh;
    background-size: cover;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-height: 100%;
    max-width: 100%;
}
.ch-item:hover {
    box-shadow: inset 0 0 0 200px rgba(51, 122, 183, 0.52), inset 0 0 0 16px #f5f5f5, 0 1px 2px rgba(0, 0, 0, 0.89)
}
.ch-img-1 {
    background-image: url(../images/Technical-Site-Review.png);
}
.ch-img-2 {
    background-image: url(../images/technicaltefcel.jpg);
}
.ch-item {
    background-size: cover;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.6), inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0 auto
}
.ch-item:hover .ch-info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
}
.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 65px 0 0 0;
    height: 110px;
    text-align: center;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ch-info a {
    color: #fff;
    padding: 45%;
    font-style: italic;
    margin: 0;
    font-size: 12px;
    position: absolute;
    text-decoration: none;
}
.logo {
    position: relative;
    padding: 17px 0;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;/*updated*/
}

.logo-img-forlanding
{
    width: 173px;
    height: auto;
}

.logo-img
{
    width: 117px;
    height: auto;
}
.content_landing h4,
.content_landing h3 {
    color: #fff;
    text-transform: uppercase;
    text-align: center
}
.content_landing h4 {
    font-size: 20px
}
.content_landing h3 {
    font-size: 25px
}
.overlay_background {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(39, 33, 33, 0.64);
    overflow-x: auto;
    overflow: hidden;
    text-align: center;
    transition: .5s;
}
.content_align {
    padding: 40px 0 0
}
.overlay_background_slider {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(49, 112, 143, 0.33);
    overflow-x: auto;
    overflow: hidden;
    text-align: center;
    transition: .5s;
    z-index: 1;
}
.outer_wrapper ul li a:hover{color: #000}
.fixeds {
    background: #ffd600;
    transition: .5s;
    padding:  0!important
}
.carousel-fade .carousel-inner {
    background: #000;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active {
    opacity: 1;
}
.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
/* Safari Fix */

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.full-screen {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    background-position: 50% 100%;
    width: 100%
}
.toggle-wrap {
    padding: 7px 15px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    /*disable selection*/
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.toggle-bar {
    width: 29px;
    margin: 10px 0;
    position: relative;
    border-top: 3px solid #fff;
    display: block;
}
.toggle-bar::before,
.toggle-bar::after {
    content: "";
    display: block;
    background: #fff;
    height: 3px;
    width: 29px;
    position: absolute;
    top: -10px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%;
}
.toggle-bar::after {
    top: 4px;
}
.toggle-wrap.active .toggle-bar {
    border-top: 3px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
}







.home_page .fixeds {
    background: rgba(0, 0, 0, 0.64);
    transition: .5s;
    padding: 10px 0!important
}

.home_page .outer_wrapper {
    position: fixed;
    z-index: 10;
    width: 100%;
    padding: 11px 0
}
.home_page .slider_top_content {
    background:none !important;
    position: absolute;
    top: 50%;
    z-index: 9;
    font-size: 50px;
    left: 0;
    width: 100%;
    text-align: center
}
.home_page .slider_top_content a {
    color: #fff;
    ;
    text-decoration: none;
    background: rgba(49, 112, 143, 0.86);
    padding: 30px;
}
.home_page .about_we {
    position: absolute;
    top: 50%;
    z-index: 9;
    font-size: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff
}
.home_page .outer_wrapper ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 14px 16px
}
.home_page .menu_list {
    position: relative
}
.home_page .outer_wrapper .navbar {
    margin: 0
}
.home_page .outer_wrapper .nav>li>a:focus,
.home_page .nav>li>a:hover {
    background: rgb(49, 112, 143);
    transition: .9s;
}
.home_page .about_us {
    background: url('../images/jais2.jpg')repeat;
    min-height: 200px;
    position: relative;
    padding: 69px 0px;
    border-bottom: solid 1px bisque
}
.home_page .our_clients_in {
    background: url('../images/clients.jpg')no-repeat;
    background-size: cover;
 
    padding: 46px 0px;
    font-size: 18px;
}

.home_page .in_contact_us {
    background: url('../images/qwe.jpg')no-repeat;
    background-size: cover;
 
    padding: 46px 0px;
    font-size: 18px;
}

.home_page .overlay_background_about {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.73);
    overflow-x: auto;
    overflow: hidden;
    text-align: center;
    transition: .5s;
}
.home_page .about_us h2 {
    font-size: 40px;
    color: #fff;
    position: relative
}
.home_page .about_us h2:after {
    position: absolute;
    width: 11%;
    height: 5px;
    background: #1d7e9e;
    left: 20px
}
.home_page .in_contact_us h2 {
    font-size: 40px;
    
    position: relative
}
.home_page .in_contact_us h2:after {
    position: absolute;
    width: 11%;
    height: 5px;
    background: #1d7e9e;
    left: 20px
}
.home_page .about_us p {
    font-size: 20px;
    margin: 20px 0;color: #fff;
}

.home_page .our_services_in span {
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    background: #1d7e9e;
    float: left;
    width: 10%;
    margin-bottom: 7px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: auto;
    border-radius: 6px;
    padding: 4px 0px;
    margin-top: 6px;
}
.home_page .our_services_in p {
    width: 80%;
    margin-left: 15px;
    float: left
}
.home_page .our_in_service {
    margin: 6% 0 3%
}
.home_page .our_services_in h2 {
    font-size: 40px;
    color: #1d7e9e;
    position: relative
}
.home_page .our_services_in h2:after {
    position: absolute;
    width: 11%;
    height: 5px;
    background: #1d7e9e;
    left: 20px
}
.home_page .all_content_for {
    background: url('../images/contact-us-background-with transperant.jpg');
    background-size: cover;
    min-height: 500px;
        position: relative
}
.home_page .post3,
.home_page .post4 {
    margin: 20px 0 10px
}
.home_page .all_footer_contents {
    text-align: center;
    padding: 30px 0
}
.home_page .all_footer_contents h4 {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 100
}
.home_page .all_footer_contents h3 {
    font-size: 97px;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 6px;
    font-weight: 100;
}
.home_page .in_footer_content li {
    display: block;
    text-align: left;
    margin: 20px 0;
}
.home_page .in_footer_content li input,
.home_page .in_footer_content li textarea {
    width: 100%;
    padding: 10px 5px
}
.home_page .in_footer_content li textarea {
    min-height: 130px
}
.home_page .our_services_in {
    background: url('../images/19.jpg')no-repeat;
    background-size: cover;
    background-attachment: fixed
}
.home_page .in_contact li {
    color: #fff;
    font-size: 20px;
    margin: 10px;text-align: right;
}
.home_page .in_all_footer{font-size: 20px!important;color: #fff;letter-spacing: 0!important;text-align: right;}
.home_page .footer_cpy_right{width: 100%;background: #000;text-align: center;min-height: 30px;}
.home_page .footer_cpy_right p,.footer_cpy_right p a{color: #fff;margin: 0;padding: 15px 0}












.outer_wrapper {
    position: fixed;
    z-index: 10;
    width: 100%;
    padding: 11px 0
}
.slider_top_content {
    position: absolute;
    top: 50%;
    z-index: 9;
    font-size: 50px;
    left: 0;
    width: 100%;
    text-align: center
}
.slider_top_content a {
    color: #fff;
    
    text-decoration: none;
    background: #ffd600;
    padding: 30px;
}
.about_we {
    position: absolute;
    top: 50%;
    z-index: 9;
    font-size: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff
}
.outer_wrapper ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 14px 16px
}
.menu_list {
    position: relative
}
.outer_wrapper .navbar {
    margin: 0
}
.outer_wrapper .nav>li>a:focus,
.nav>li>a:hover {
    background: #ffd600;
    transition: .9s;
}
.about_us {
  
    min-height: 200px;
    position: relative;
    padding: 69px 0px;
    border-bottom: solid 1px bisque
}
.in_contact_us {
    background: url('../images/qwe')no-repeat;
    background-size: cover;
 
    padding: 46px 0px;
    font-size: 18px;
}
.overlay_background_about {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.73);
    overflow-x: auto;
    overflow: hidden;
    text-align: center;
    transition: .5s;
}
.slider_top_content {width: 100%;    background: #ffd600;padding: 53px 0}
.our_services_headline{text-align: left;color: rgba(228, 130, 20, 1);text-transform: uppercase;font-family:'bebasregular';font-size: 50px}

.about_us p {
    font-size: 20px;
    margin: 20px 0;color: #333;
}
.our_services_in span {
    text-align: center;
    font-size: 30px;
    color: #000;
    background: #ffd600;
    float: left;
    width: 10%;
    margin-bottom: 7px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: auto;
    border-radius: 6px;
    padding: 4px 0px;
    margin-top: 6px;
}
.our_services_in p {
    width: 80%;
    margin-left: 15px;
    float: left
}
.our_in_service {
    margin: 6% 0 3%
}

.all_content_for {
   background: url('../images/contact-us-background-with transperant.jpg');
    background-size: cover;
   min-height: 500px;
        position: relative
}
.post3,
.post4 {
    margin: 20px 0 10px
}
.all_footer_contents {
    text-align: center;
    padding: 30px 0
}
.all_footer_contents h4 {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 100
}
.all_footer_contents h3 {
    font-size: 97px;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 6px;
    font-weight: 100;
}
.in_footer_content li {
    display: block;
    text-align: left;
    margin: 20px 0;
}
.in_footer_content li input,
.in_footer_content li textarea {
    width: 100%;
    padding: 10px 5px
}
.in_footer_content li textarea {
    min-height: 130px
}
.our_services_in {
    background: #f6f6f6;
}
.in_contact li {
    color: #fff;
    font-size: 20px;
    margin: 10px;text-align: right;
}
.in_all_footer{font-size: 20px!important;color: #fff;letter-spacing: 0!important;text-align: right;}
.footer_cpy_right{width: 100%;background: #000;text-align: center;min-height: 30px;}
.footer_cpy_right p,.footer_cpy_right p a{color: #fff;margin: 0;padding: 15px 0}
.customNavigation a{color: #000;border-radius: 50%}
.customNavigation a i{    border: solid 2px #444;
    color: #000;
    border-radius: 33%;
    font-size: 40px;
    padding: 5px 13px;
    width: 45px;
    height: 45px;
    line-height: 31px;
    cursor: pointer;}
.customNavigation{text-align: center;margin-top: 40px}
.services_feactures_img_container{    padding: 25px 45px; border-radius: 3px; background: #FFD600; width: 80%; margin: 0 auto; position: relative;text-align: center}
.services_feactures_img_container i{font-size: 50px}
.creative_dialog{text-align: center;width: 90%;margin: 0 auto}
.creative_dialog h6{font-size: 16px;font-family:'bebasregular';}
.creative_dialog p{font-size: 13px}
.services_fancy{    background: #f6f6f6;min-height: 500px}
.our_clients{text-align: center}
.product_list{padding: 30px 0}
.product_in_list{padding: 0}
.product_lists{margin-top: 0;border-top: solid 1px transparent;border-bottom: none}
.panel-group .product_lists+.product_lists{margin-top: 0}
.panel-group{margin: 0}
.product_category h4 {color: #fff;text-transform: uppercase;margin: 0;font-size: 14px;padding: 13px 8px;font-weight: 600;}
.product_category{width: 100%; background: #000; height: 40px;}
.all_products_show{    background: #ffd600; }
.all_products_show a{ padding: 9px 12px;display: block;   margin: 0;color: #fff;font-weight: 600;font-size: 16px;text-decoration: none}
.panel-heading{ background: #ffd600;border:none;border-radius: 0;padding: 0}
.panel-heading a{ margin: 0;color: #fff;font-weight: 600;font-size: 16px;text-decoration: none; padding: 9px 12px;display: block}
.each_product_list li{display: block}
.each_product_list li a{color: #000;text-decoration: none}
.each_product_list ul,.each_product_list{padding: 0;margin: 0}
.each_product_list li a{padding: 9px 12px}
.each_product_list li:nth-child(even){    background: #f4f4f4;}
.each_product_list li{border: solid 1px #ddd;border-bottom: none}
.each_product_list li a{display: block;padding: 9px 12px}
.each_product_list li a:hover{background: #000;color: #fff;transition: .9s}
.SearchButton span
{
    color:#fff;
   
}
.SearchButton 
{
    background-color:#ffd600;
    border-radius:1px;
}
.all_products_in h3{    font-size: 47px;color: #ffd600; text-transform: uppercase;font-weight: 700;margin-top: 0;}
.product-box {
    width: auto;
    float: left;
    margin: 2%;
    position: relative;
}
.product-info {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-name {
    width: 100%;
    text-align: center;
    color: #FFF;
    display: none;
    font-size: 16px;
    position: absolute;
    margin: auto;
    margin-top: 45px;
}
.product-info:hover {
    background: rgba(255, 214, 0, 0.6);
    cursor: pointer;
}
.product-info:hover .product-name {
    display: block;
    text-decoration: none;
    color: #FFF;
}
.product_detail_section{padding: 20px 0}
.product-box img{width: 100%}
.all_products_in li{display: block}
.all_products_in ul{margin: 0;padding: 0}
.product-container{margin: 0 0 20px;min-height: 240px}
.full-container h6{height:20px; text-align:center;font-size: 15px}
.full-container{clear: both}
.full-container  a:hover{background: #000}
.produc_detailt_listing h2{    font-size: 30px;
    color: #ffd600;
    text-transform: uppercase;
    font-weight: 700;  margin-top: 0;}
.yellow-border{border-bottom:solid 3px #ffd600;font-size: 30px;padding-bottom: 10px}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{border-top:none}
.full-container  a{text-align: center;display: block;text-decoration: none;color: #fff;background:#ffd600;padding: 5px;font-weight: bold; }
.prodct_specification ul li a{font-weight: 700;font-size: 14px;color: #000}
.prodct_specification .tab-content {padding: 10px ;border:solid 1px #ddd;border-top:none}
.bold_specification{font-weight: 700;}
.reglar_specification{font-weight: normal}
.specification_detail{padding: 10px 0}
.pdf-download li {
    list-style-type: none;
    color: #333;
    text-decoration: none;
    padding: 3px 0;
    font-size: 14px;
    background: url(../images/pdf-download.gif) no-repeat 0 5px;
    padding-left: 20px;
}
.pdf-download li a{text-decoration: none;color: #fff}
.table-product-usage i{color:#ffd600;font-size: 35px }
.table-product-usage td{font-size: 16px;}
.table-product-usage tr{border-bottom: solid 1px #ddd}
.nav_products img{width: 100%}
.nav_products li{width: 33%;padding: 0px;float: left}
.nav_products li a{padding: 5px}
.tab_content_pdt img{width: 100%}
.related_prodcts li{display: inline-block}
.related_prodcts ul{padding: 0;margin: 0;text-align: center}
.related_prodcts .product-box{float: none}
.services_head_icon
{
text-align:center;
}
.services_head_icon i{    font-size: 87px;
    background: #ffd600;
    padding: 33px;
    border-radius: 55%;    width: 150px; height: 150px;}
.services_head_icon p{font-size:20px;margin:8px 0}
.best_assest{clear: both;
    text-align: center;
    margin: 52px 0 0;}
.best_assest p{font-weight:bold}

.work_imgs{
margin-bottom: 6px;
}
