@font-face{
    font-family: Heebo-Regular;
    src: url(../fonts/Heebo-Regular.ttf);
}
@font-face{
    font-family: Heebo-Light;
    src: url(../fonts/Heebo-Light.ttf);
}
@font-face{
    font-family: Heebo-Medium;
    src: url(../fonts/Heebo-Medium.ttf);
}
@font-face{
    font-family: Heebo-Thin;
    src: url(../fonts/Heebo-Thin.ttf);
}
@font-face{
    font-family: Heebo-Bold;
    src: url(../fonts/Heebo-Bold.ttf);
}
*{
    font-family: Heebo-Regular;
    font-size: 16px;
    color: #777;
    margin: 0;
    padding: 0;
}
.ff-hr{
    font-family: Heebo-Regular;
}
.ff-hl{
    font-family: Heebo-Light;   
}
.ff-hm{
    font-family: Heebo-Medium;
}
.ff-ht{
    font-family: Heebo-Thin;
}
.ff-hb{
    font-family: Heebo-Bold;
}
.main-slider > img{
    height: 100vh;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.container.header{
    background-color: #FFF;
    width: 100%;
}
.navbar{    
    position: relative;
}
.navbar .navbar-header .navbar-brand img{
    height: 50px;
}
.container.header{
    background-color: #FFF;    
}
#visualiser-menu-li .visualiser-anchor-tag{
    /*padding: 8px 0px 8px 15px !important;*/
    padding: 6px 0px 8px 20px !important;
}
#visualiser-menu-li a img{
    height: 21px;
    width: 24px;
    margin-right: 6px;
}
#visualiser-menu-li .visualiser-anchor-tag .inside-div{
    background-color: #000;
    color: #FFF;
    /* height: 35px; */
    width: 140px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #FFF;
}
#visualiser-menu-li .visualiser-anchor-tag .inside-div p{
    margin: 0;
}
#visualiser-menu-li .visualiser-anchor-tag .inside-div span{
    font-size: 13px;
    color: #FFF;
    font-weight: 900;
}
.translate-xy{
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.translate-y{
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);   
}
#preloader{
    height: 100vh;
    width: 100vw;
    background-color: #FFF;
    position: fixed;
    z-index: 100000;
}
#preloader img{
    position: absolute;
    top: 50%;
    left: 50%;    
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 20%;
}
#cssmenu > ul > li > a.underline,
.footer a.underline,
.home-page a.more-btn{
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#cssmenu > ul > li > a.underline:after,
.footer a.underline:after,
.home-page a.more-btn:after{
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  width: 0;
  bottom: 5px;
  background-color: #333;
  height: 2px;
  transition-property: width;
  transition-duration: 0.7s;
  transition-timing-function: ease-out;
}
#cssmenu > ul > li > a.underline:hover:after,
#cssmenu > ul > li > a.underline:focus:after,
#cssmenu > ul > li > a.underline:active:after,
.footer a.underline:hover:after,
.footer a.underline:focus:after,
.footer a.underline:active:after,
.home-page a.more-btn:hover:after,
.home-page a.more-btn:focus:after,
.home-page a.more-btn:active:after{
  left: 0;
  right: auto;
  width: 100%;
}
.footer a.underline:after,
.home-page a.more-btn:after{
    bottom: 0;
    /* background-color: #333; */
}
.txtdoc-none:hover{
    text-decoration: none;
}
/* Home Module Designing Start */
.img-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
}
.img-center-text p{
    color: #FFF;    
}
.img-center-text p:first-child{
    font-size: 60px;
}
.main-slider-social-icon{
    position: absolute;
    top: 50%;
    left: 9%;    
    margin-top: 20px;
}
.main-slider-social-icon ul li{
    list-style: none;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
.main-slider-social-icon ul li:hover{
    /* transition: all 0.3s; */
    -webkit-transform: scale(1.4,1.4);
    -moz-transform: scale(1.4,1.4);
    -ms-transform: scale(1.4,1.4);
    -o-transform: scale(1.4,1.4);
    transform: scale(1.4,1.4);
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}
.main-slider-social-icon ul li .fa{
    color: #FFF;
    font-size: 22px;
    margin-bottom: 25px;
}
.main-slider-inquiry-btn{
    /*position: absolute;*/
    position: fixed;
    top: 50%;
    right: 0%;
    z-index: 1;
}
.main-slider-scroll-down-icon{
    position: absolute;
    bottom: 0%;
    left: 50%;
}
.main-slider-scroll-down-icon img{
    height: 40px;
    width: 40px;
    -webkit-animation-name: dropdownArrow;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
@keyframes dropdownArrow {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {        
        -webkit-transform: translate(0, 10px);
        -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        -o-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {        
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes dropdownArrow {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {        
        -webkit-transform: translate(0, 10px);
        -moz-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        -o-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
    100% {        
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
#inquiryModal .modal-header #inquiryModalLabel,
#inquiryModal .modal-header span,
#inquiryModal #inquiryForm label,
#inquiryModal #inquiryForm .inquiry_item b{
    color: #000;
}
#inquiryModal .product-thumb-info-content a:hover,
#inquiryModal .modal-footer a:hover{
    text-decoration: none;
}
#inquiryModal #send_inquiry{
    background: #000;
    color: #fff;
    border-radius: 0px;
    padding: 5px 10px;
}
.inqury-count{
    position: fixed;
    background-color: #000;
    padding: 13px;
    top: 250px;
    right: 0px;
    z-index: 999;
    font-size: 20px;
    cursor: pointer;
}
.inqury-count .white-color,
.inqury-count .items_total{
    color: #fff;
}
.fw-600 {
    font-weight: 600;
}
.home-page .about-us-div,
.home-page .category-div,
.home-page .infrastructure-div,
.home-page .latest-project-div,
.home-page .our-press-div,
.home-page .intresting-facts-div,
.footer{
    margin-top: 40px;
    margin-bottom: 30px;
}
.home-page .about-us-div .left-div img,
.home-page .infrastructure-div .right-div img{
    /* width: 308px;
    height: 530px;
    max-width: 100%;
    max-height: 100%; */
    display: none;
}
.home-page .about-us-div .left-div{
    width: 308px;
    height: 530px;
    background: url('../img/about-image-white.jpg') fixed no-repeat;    
}
.home-page .infrastructure-div .right-div{
    width: 343px;
    height: 530px;
    background: url('../img/infrastructure-image-white.jpg') fixed no-repeat right;    
}
.home-page .about-us-div .year-states-div{
    position: absolute;
    top: 50%;
    /* right: 0%; */
    /* right: 12.5%; */
    left: 52%;
    /* margin-right: 50px; */    
}
.home-page .about-us-div .year-states-border{
    width: 150px;
    height: 150px;
    /*border: 5px solid #363636;*/
    text-align: center;    
}
.button {
  background: none;
  border: 0;  
}
.draw {
  overflow: hidden;
  position: relative;
}
.draw::before, .draw::after {
  content: '';  
  position: absolute;
  border: 5px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
  border-top-color: #363636;
  border-right-color: #363636;
  animation: border 4s infinite;
}
.draw::after {
  bottom: 0;
  right: 0;
  animation: border 4s 2s infinite, borderColor 4s 2s infinite;
}

@keyframes border {
  0% {
    width: 0;
    height: 0;
  }
  25% {
    width: 100%;
    height: 0;
  }
  50% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes borderColor {
  0% {
    border-bottom-color: #363636;
    border-left-color: #363636;
  }
  50% {
    border-bottom-color: #363636;
    border-left-color: #363636;
  }
  51% {
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  100% {
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
}

.home-page .about-us-div .year-states-border p{
    font-size: 100px;
    margin-top: 5px;
    color: #363636;    
}
.home-page .about-us-div .year{
    font-size: 55px;
    color: #363636;    
    margin-top: 10px;
    margin-bottom: 0px;
}
.home-page .about-us-div .working{
    font-size: 30px;
    color: #363636;
}
.home-page .right-div .title,
.home-page .title,
.home-page .left-div .title{    
    color: #929292;
    font-size: 25px;
    margin-bottom: 40px;
}
.home-page .right-div .quotes,
.home-page .infrastructure-div .left-div .quotes{
    color: #333;
    font-size: 40px;
    margin-bottom: 40px;
}
.home-page .right-div .title-statement,
.home-page .infrastructure-div .left-div .title-statement{
    color: #333;
    font-size: 25px;
    margin-bottom: 40px;   
}
.home-page .right-div .more-btn,
.home-page .infrastructure-div .left-div .more-btn{
    margin-top: 40px;
    font-size: 20px;
    color: #333;
}
.home-page .category-div .category-list ul{
    list-style: none;
    text-align: right;
}
/*.home-page .category-div .category-list ul li{
    display: inline-block;
    margin-left: 10px;
    font-family: Heebo-Medium;
    color: #555;
}*/
.home-page .category-div .category-list ul.nav li{
    display: inline-block;
}
.home-page .category-div .category-list ul.nav li a{
    /*margin-left: 10px;*/
    font-family: Heebo-Medium;
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
}
.home-page .category-div .category-list ul.nav li.active a{
    color: #000;
}
.home-page .category-div .category-list ul.nav>li>a:hover, 
.home-page .category-div .category-list ul.nav>li>a:focus{
    background-color: #FFF; 
}
.home-page .product-img{
    width: 150px;
    height: 150px;
    margin: 30px auto 10px;
    /*border: 1px solid #777;*/
}
.home-page .product-img img{
    max-width: 100%;
    max-height: 100%;
}
.home-page .product-name p{
    color: #555;
    /*margin-top: 30px;*/
}
.hr-sepretor1{
    height: 5px;
    width: 100%;
    background-color: #777;
}
.hr-sepretor2{
    height: 3px;
    width: 100%;
    background-color: #9B9B9B;
    margin-top: 3px;
}
.home-page .infrastructure-div .right-div{
    text-align: right;
}
.home-page .infrastructure-div .year-states-div{
    position: absolute;
    top: 50%;
    left: 48%;
}
.home-page .infrastructure-div .year-states-border{
    width: 150px;
    height: 150px;
    /*border: 5px solid #363636;*/
    text-align: center;
}
.home-page .infrastructure-div .year-states-border p{
    font-size: 100px;
    margin-top: 5px;
    color: #363636;
}
.home-page .infrastructure-div .year{
    font-size: 55px;
    color: #363636;
    margin-top: 10px;
    margin-bottom: 0px;
}
.home-page .infrastructure-div .working{
    font-size: 30px;
    color: #363636;
}
.home-page .latest-project-div .project-image{
    width: 351px;
    height: 270px;
    margin: 0 auto;
    -webkit-box-shadow: 7px 5px 11px 2px #b5b5b5;
    box-shadow: 7px 5px 11px 2px #b5b5b5;
}
.home-page .latest-project-div .project-image img{
    max-width: 100%;
    max-height: 100%;
}
.home-page .our-press-div .new-static-img{
    /*width: 500px;*/
    width: 390px;
    height: 300px;
    margin-bottom: 30px;
}
.home-page .our-press-div .new-static-img img{
    max-width: 100%;
    max-height: 100%;
}
.home-page .our-press-div .news-event-item{
    /*margin-top: 15px;*/
    margin-bottom: 30px;
}
.home-page .our-press-div .news-heading{
    /*margin-top: 15px;*/
    /*margin-bottom: 15px;*/
}
.home-page .our-press-div .news-heading p,
.news-page .news-main-div .news-heading p{
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
}
.home-page .our-press-div .news-heading p.tag,
.home-page .our-press-div .news-description p,
.news-page .news-main-div .news-heading p.tag,
.news-page .news-main-div .news-description p{
    color: #333;
}
.home-page .our-press-div .news-heading p span,
.news-page .news-main-div .news-heading p span{
    font-size: 13px;
}
.home-page .our-press-div .news-image{
    width: 160px;
    height: 100px;
    margin: 0 auto 20px;
}
.home-page .our-press-div .news-image img{
    max-width: 100%;
    max-height: 100%;
}
.home-page .intresting-facts-div .heading{
    font-size: 45px;
    color: #333;
}
.home-page .intresting-facts-div .square-border{
    border: 10px solid #555;
    height: 300px;
    position: relative;
    border-bottom: 0;
    margin: 15px 0px 40px;
}
.home-page .intresting-facts-div .square-border:before,
.home-page .intresting-facts-div .square-border:after{
    content: "";
    position: absolute;
    background-color: #555;
    width: 35%;
    height: 10px;
    bottom: 0;
}
.home-page .intresting-facts-div .square-border:before{
    left: 0;
}
.home-page .intresting-facts-div .square-border:after{
    right: 0;
}
.home-page .intresting-facts-div .square-border .states{
    margin: 42px 0px;
}
.home-page .intresting-facts-div .square-border .states .states-img{
    height: 100px;
    width: 100px;    
    margin: 0px auto 20px;
}
.home-page .intresting-facts-div .square-border .states .states-img img{
    max-width: 100%;
    max-height: 100%;
}
.home-page .intresting-facts-div .square-border .states .states-number{
    /*margin-top: 5px;*/
}
.home-page .intresting-facts-div .square-border .states .states-number p{
    margin-bottom: 0px;
    color: #555;
    font-size: 20px;
}
.home-page .intresting-facts-div .square-border .states .states-number p:first-child{
    font-size: 35px;
}
.footer p,
.footer p a.underline{
    font-size: 14px;
    color: #777;
}
.footer .menu-title{

}
.footer .menu-title p{
    color: #333;
}
.footer .term-condition p{
    font-size: 13px;
    color: #333;
}
.footer input.email-text-input,
.contact-main-div .right-div .form-control{
    border: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 2px;
}
.footer button.email-submit-btn{
    border: none;
    border-bottom: 1px solid black;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: -1px;    
}
.footer .menu-description,
.footer .term-condition{
    margin-bottom: 50px;
}
/* Home Module Designing End */
.bredcrums-div{
    margin-top: 50px;
}
.bredcrums-div .bredcrums-bottom-line{
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}
.bredcrums-div h1{
    font-size: 50px;
    color: #000;
}
.bredcrums-div .breadcrumb{
    background-color: transparent;
    padding: 10px 0px;
    border-radius: 0px;
}
.bredcrums-div .breadcrumb>li+li:before{
    width: 35px;
    content: "";
    background: url(../img/breadcrumArrow.png) no-repeat;
    background-size: 100%;
    height: 11px;
    display: inline-block;
    margin-right: 12px;
    margin-left: 12px;
}
.bredcrums-div .breadcrumb li a{
    text-decoration: none;
    color: #777;
}
.bredcrums-div .breadcrumb li:last-child{
    color: #333;
}
/* News Module Designing Start */
.news-page,
.project-page,
.product-page,
.product-detail-page,
.about-page,
.infrastructure-page{
    margin-bottom: 70px;
}
.news-page .news-main-div .news-item,
.project-page .project-main-div .project-item .project-image,
.about-page .about-main-div,
.infrastructure-page .infrastructure-main-div,
.infrastructure-page .infrastructure-main-div .infrastructure-image{
    margin-top: 35px;
}
.news-page .news-main-div .news-image{
    width: 190px;
    height: 120px;
    margin-bottom: 15px;    
}
.news-page .news-main-div .news-image img{
    max-width: 100%;
    max-height: 100%;    
}
.news-page .news-main-div .pd-left-news{
    padding-left: 30px;
}
.news-page .news-heading p.news-title,
.home-page .news-heading p.news-title{
    font-size: 16px;
}
.news-page .news-item .read-more-news p{
    /* margin-top: 25px; */
    margin-top: 8px;
    margin-bottom: 0px;    
}
.news-page .news-item .read-more-news p a,
.news-page .news-heading p.news-title,
.home-page .news-heading p.news-title{
    color: #333;
    text-decoration: none;
}
.news-page .news-item .read-more-news p a:hover{
    color: #000;
}
/* News Module Designing End */
.hover-zoom{
    overflow: hidden;
}
.hover-zoom img{    
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.hover-zoom:hover img{    
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;    
    -webkit-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
}
/* Contact Module Designing Start */
.contact-main-div,
.google-maps-iframe{
    margin-top: 35px;
}
.contact-main-div .bg-black{
    background-color: #2a2a2a;
    margin-right: 20px;
}
.contact-main-div .bg-black .left-div{
    padding: 50px;
}
.contact-main-div .bg-black .left-div p,
.contact-main-div .bg-black .left-div span,
.contact-main-div .bg-black .left-div p a{
    color: #FFF;
    font-size: 20px;
}
.contact-main-div .bg-black .left-div p a{
    text-decoration: none;
}
.contact-main-div .bg-black .left-div p{
    margin-top: 20px;   
}
.contact-main-div .bg-black .left-div .social-icons{
    margin-top: 30px;
    margin-bottom: 12px;
}
.contact-main-div .bg-black .left-div .social-icons ul li{
    display: inline-block;
    margin-right: 20px;
}
.contact-main-div .right-div{    
    margin: 0px 20px;
}
.contact-main-div .right-div .form-group{
    margin-bottom: 30px;
}
.contact-main-div .right-div .form-control{
    border-bottom: 1px solid #b1b1b1;
    font-size: 16px;
}
.contact-main-div .right-div .btn{
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
    background: transparent;
    color: #000;
    padding: 6px 0px;
    font-size: 18px;
}
/* Contact Module Designing End */
.mt-0{
    margin-top: 0px;
}
.mb-0{
    margin-bottom: 0px;
}
.mtb-0{
    margin-top: 0px;
    margin-bottom: 0px;
}
.red-border{
    border-bottom: 1px solid #a94442 !important;
}
.loader_color{
    color: #a94442;
}
/* Project Module Designing Start */
.project-page .project-item .project-image{
    width: 262px;
    height: 203px;
    margin: 0 auto;
}
.project-shadow,
.product-shadow{
    position: relative;
}
.project-shadow:before,
.product-shadow:before,
.project-shadow:after,
.product-shadow:after{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #a7a7a7;
    -webkit-box-shadow: 0 25px 20px #a7a7a7;
    -moz-box-shadow: 0 25px 20px #a7a7a7;
    box-shadow: 0 25px 20px #a7a7a7;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.project-shadow:after,
.product-shadow:after{
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}
.project-page .project-item .project-image.hover-zoom{
    overflow: unset;
}
.project-page .project-item .project-image img{
    max-width: 100%;
    min-height: 100%;
}
.project-page .project-item .project-caption .project-name,
.product-page .product-item .product-caption .product-name,
.product-detail-page .other-product-item .other-product-caption .other-product-name{
    margin-top: 15px;
}
.project-page .project-item .project-caption p,
.product-page .product-item .product-caption .product-name,
.product-detail-page .other-product-item .other-product-caption .other-product-name{
    color: #333;
}
/* Project Module Designing End */
.fancybox-title-float-wrap .child{
    font-weight: normal !important;
}
/* Product Module Designing Start */
.product-page .product-main-div .col-md-3{
    position: relative;
}
.product-page .product-main-div .product-image{
    width: 225px;
    height: 225px;
    margin: 35px auto 0px;
}
.product-page .product-main-div .product-image img{
    max-width: 100%;
    max-height: 100%;
}
.product-page .product-main-div .product-item .product-test-hover,
.product-page .product-main-div .product-item .product-hover-div{
    position: absolute;
    top: 50%;
    left: 50%;    
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.product-page .product-main-div .product-item .product-test-hover{    
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.product-page .product-main-div .product-item:hover .product-test-hover,
.product-page .product-main-div .product-item:hover .product-hover-div{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;    
}
.product-page .product-main-div .product-item:hover .product-test-hover{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.product-page .product-main-div .product-item .product-hover-div{    
    padding: 5px;
}
.product-page .product-main-div .product-item .product-hover-div .viewProductImg{
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: -3px;
}
.product-page .product-main-div .product-item .product-hover-div .addInquiryImg{
    width: 22px;
    height: 22px;
    margin-right: 5px;   
}
.product-page .product-main-div .product-item .product-hover-div .add-to-inquiry-btn{
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 10px;
}
.product-page .product-main-div .product-item .product-hover-div a{
    font-size: 13px;
    color: #FFF;
    background-color: #000;
    display: block;
    width: 170px;
    margin-bottom: 12px;
    padding-left: 5px;
    height: 40px;
    padding-top: 8px;
}
/* Product Module Designing End */
/* Product Detail Designing Start */
.product-detail-page .product-image{
    position: relative;
    height: 425px;
    width: 425px;
}
.product-detail-page .product-image img{
    max-width: 100%;
    max-height: 100%;
}
.product-detail-page .product-image:after{
    content: '';
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: -1;
    border: 2px solid #000;
    width: 425px;
    height: 425px;
}
.product-detail-page .product-detail .product-title p{
    font-size: 40px;
    color: #333;
}
.product-detail-page .product-detail .product-title .hr{
    width: 235px;
    height: 15px;
    background-color: #e2e2e2;
}
.product-detail-page .product-detail .product-sort-detail p{    
    margin: 30px 0px 30px 30px;
}
.product-detail-page .product-detail .add-to-inquiry-btn{
    width: 200px;
    height: 45px;
    background-color: #000;
    padding-top: 12px;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
}
.product-detail-page .product-detail .product-remove{
    opacity: 0.8;
}
/* .product-detail-page .product-detail .add-to-inquiry-btn a{
    color: #fff;
} */
.product-detail-page .product-detail .applications p,
.product-detail-page .product-detail .social-share p{
    color: #333;    
    margin: 20px 0px;
    font-size: 30px;    
}
.product-detail-page .product-detail .social-share p{
    margin: 0px;
}
.product-detail-page .product-detail .applications .applications-list,
.product-detail-page .product-detail .social-share .share-list{
    margin-left: 30px;
}
.product-detail-page .product-detail .applications .applications-list span,
.product-detail-page .product-detail .social-share .share-list span{
    height: 40px;
    padding: 10px;
    display: inline-block;
}
.product-detail-page .product-detail .applications .applications-list span{    
    background-color: #e4e4e4;
    color: #333;
    margin: 10px 0px 10px 10px;
    display: inline-block;
    transition: all 0.5s;
}
.product-detail-page .product-detail .applications .applications-list span:hover{
    background-color: #000;
    color: #FFF;
    transition: all 0.5s;
}
.product-detail-page .product-detail .social-share .share-list span{
    color: #777;
}
.product-detail-page .product-detail .social-share p{
    margin-bottom: 10px;
}
#other-product-list{
    margin-top: 50px;
}
#other-product-list .other-product-image{
    width: 150px;
    height: 150px;
    margin: 35px auto 0px;
}
#other-product-list .other-product-image img{
    max-width: 100%;
    max-height: 100%;
}
.other-product-item .other-product-caption .other-product-name{
    font-size: 14px;
}
#other-product-list .other-product-image{
    position: relative;
    overflow: unset;`
}
#other-product-list .other-product-hover{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 40px;
    width: 40px;
}
#other-product-list .other-product-hover img{
    max-width: 100%;
    max-height: 100%;
}
/* Product Detail Designing End */
/* About Us Designing Start */
.about-page .about-slider-div{
    width: 316px;
    height: 492px;
    margin-left: 35px;
    position: relative;
}
.about-page .about-slider-div:after{
    content: '';
    position: absolute;
    top: 5%;
    left: -8%;
    z-index: -1;
    border: 4px solid #000;
    width: 316px;
    height: 492px;
}
.about-page .about-items{
    width: 316px;
}
.about-page .about-items img{
    max-width: 100%;    
}
.about-page .about-slider-div .owl-carousel .owl-controls .owl-buttons{
    margin-top: 0px;
    position: absolute;
    right: -15px;
    bottom: 15px;
}
.about-page .about-slider-div .owl-carousel .owl-controls .owl-buttons .owl-prev,
.about-page .about-slider-div .owl-carousel .owl-controls .owl-buttons .owl-next{
    display: block;
    margin: 0px;
    background-color: #000;
    color: #ffffff;
    padding: 8px 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 13px;
    border-radius: 0px;
    opacity: 1;
}
.about-page .about-slider-div .owl-carousel .owl-controls .owl-buttons .owl-prev:hover,
.about-page .about-slider-div .owl-carousel .owl-controls .owl-buttons .owl-next:hover{
    opacity: 0.7;
}
.about-page .about-slider-div .owl-carousel .owl-controls .owl-buttons .owl-prev i,
.about-page .about-slider-div .owl-carousel .owl-controls .owl-buttons .owl-next i{
    color: #FFF;
}
.about-page .about-main-div .right .about-heading p{
    font-size: 50px;
    color: #333;
    line-height: 1.2;
}
.about-page .about-main-div .right .about-description p:first-child{
    color: #333;
}
.about-page .about-main-div .right .about-description p{
    margin-top: 20px;
}
.about-page .pattern{
    position: relative;
}
.about-page .pattern:after{
    background: url('../img/dots.png') repeat;    
    content: '';
    position: absolute;
    top: 0;
    left: 0;    
    z-index: -1;    
    width: 100%;
    height: 500px;
}
.about-page .timeline-heading p{
    margin-top: 30px;
    font-size: 32px;
    color: #555;
}
.about-page .timeline-heading p:last-child{
    font-size: 52px;
    color: #000;
    margin-top: 0px;
}
.about-page .cd-multi-steps{
    background-color: transparent;
    padding: 0;
    text-align: center;
}
.about-page .cd-multi-steps li {
    position: relative;
    display: inline-block;
    float: none;
    /* margin: 0.4em 75px 0.4em 0; */
    margin: 1.4em 88px 1.4em 0;
    min-width: 80px;
    text-align: center;
}
.about-page .cd-multi-steps li:last-child{
    margin: 1.4em 0px 1.4em 0px;
}
.about-page .cd-multi-steps li > *{
    padding-bottom: 20px;
    position: relative;
    color: #555;
}
.about-page .cd-multi-steps li > *:before{
    content: '';
    bottom: 0;
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;    
    background-color: #FFF;
    border: 5px solid #000;
}
.about-page .cd-multi-steps li:after{
    position: absolute;
    content: '';
    height: 3px;
    margin: 0;
    background-color: #565656;
    bottom: -12px;
    left: 50%;
    width: calc(100% + 84px);
}
.about-page .cd-multi-steps li:last-of-type:after{
    display: none;
}
.about-page .cd-multi-steps li.active a:focus{
    text-decoration: none;
}
.about-page .cd-multi-steps li.active a{
    color: #000;
    font-size: 18px;
}
.about-page .cd-multi-steps li.active a:before{
    -webkit-box-shadow: 0 0 0 3px rgba(43, 43, 43, 0.42);
    box-shadow: 0 0 0 3px rgba(43, 43, 43, 0.42);
}
.about-page .cd-multi-steps a:hover:before{
    -webkit-box-shadow: 0 0 0 3px rgba(43, 43, 43, 0.42);
    box-shadow: 0 0 0 3px rgba(43, 43, 43, 0.42);
}
.about-page .white-canvas{
    background-color: #FFF;
    min-height: 210px;
    margin-top: 40px;
    border: 1px solid #dfdfdf;    
}
.about-page .timeline-image{
    width: 313px;
    height: 380px;
    /* margin-top: 50px;
    margin-left: 38px; */
    /* margin: 50px 0px 50px 25px; */
    margin: 38px 0px 38px 25px;
}
.about-page .timeline-image img{
    max-width: 100%;
    max-height: 100%;
}
.about-page .timeline-description{    
    margin: 38px 35px 38px 38px;
}
.about-page .timeline-description p{
    margin-top: 24px;    
}
.about-page .timeline-description p:first-child{
    color: #333;
    font-size: 38px;
    line-height: 1.2;
}
.timeline-year-description{
    display: none;
}
/* About Us Designing End */
.productNameInquiry{
    color: #333;
}
.productNameInquiry:hover{
    color: #000;
    font-weight: bold;    
}
/* Infrastructure Designing Start */
.infrastructure-main-div .main-image-div{
    position: relative;
}
.infrastructure-main-div .main-image img{
    max-width: 100%;
    max-height: 100%;
}
.infrastructure-main-div .stick-div{
    position: absolute;
    top: 50%;
    left: auto;
    right: 5%;    
    width: 53%;
    transform: translateY(-50%);
}
.infrastructure-main-div .stick-div .white-wrapper{
    background-color: rgba(255, 255, 255, 0.78);
    padding: 30px;
}
.infrastructure-main-div .stick-div .white-wrapper p{
    color: #333;
}
.infrastructure-page .infrastructure-image{
    width: 262px;
    height: 181px;
    margin: 0 auto;
}
.infrastructure-page .infrastructure-image img{
    max-width: 100%;
    max-height: 100%;
}
/* Infrastructure Designing End */
/* Media Query For 990 Resolution Screen */
@media only screen and (max-width: 990px){
    .container.header{        
        width: 100%;
        z-index: 1;
        position: relative;
    }
    .navbar{
        position: relative;
    }
    .home-page .about-us-div .left-div,
    .home-page .infrastructure-div .right-div{
        background: none;
        margin: 0 auto;
        height: auto;
        width: auto;
    }
    .home-page .about-us-div .left-div img,
    .home-page .infrastructure-div .right-div img{
        display: block;
        width: 308px;
        height: 530px;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }
}
/* Media Query For 768 Resolution Screen */
@media only screen and (max-width: 768px){
    #preloader img{
        max-width: 50%;
    }
    .home-page{
        /*position: relative;*/
    }
    .home-page .main-slider{
        height: 500px;
        position: relative;
    }
    .img-center-text p:first-child{
        font-size: 40px;
    }
    .main-slider-scroll-down-icon img{
        height: 25px;
        width: 25px;
    }
    /* .home-page .about-us-div .left-div{
        text-align: center;
    } */
    .home-page .about-us-div .right-div{
        margin-top: 40px;        
    }
    .home-page .about-us-div .year-states-div{
        left: 51%;
        right: unset;
        margin-right: 0;
        /* text-align: center; */
    }
    .home-page .infrastructure-div .right-div,
    .home-page .infrastructure-div .left-div,
    .home-page .infrastructure-div .year-states-div,
    .home-page .category-div,
    .home-page .category-div .category-list ul,
    .home-page .about-us-div,    
    .home-page .latest-project-div,
    .home-page .our-press-div,
    .footer{
        text-align: center;
    }
    .home-page .infrastructure-div .year-states-div{
        left: 51%;
    }
    .home-page .our-press-div .new-static-img{
        margin: 0 auto 30px;
    }
    .home-page .intresting-facts-div .square-border{
        height: auto;
        padding-bottom: 20px;
    }
    .news-page .news-main-div,
    .contact-main-div .left-div,
    .product-detail-page .product-detail,
    .about-page .about-main-div .right,
    .about-page .white-canvas,
    .about-page .timeline-heading{
        text-align: center;
    }
    .bredcrums-div{
        text-align: center;
    }
    .news-page .news-main-div .news-image{
        margin: 0px auto 15px;
    }
    .news-page .news-item .read-more-news p{
        margin-top: 15px;
    }
    .contact-main-div .right-div,
    .product-detail-page .product-detail .product-title p{
        margin-top: 40px;
    }
    .contact-main-div .bg-black,
    .product-detail-page .product-detail .product-title .hr,
    .product-detail-page .product-detail .add-to-inquiry-btn,
    .product-detail-page .product-image{
        margin: 0 auto;
    }
    .product-detail-page .product-detail .product-footer .err_msg{
        text-align: center !important;
    }
    .contact-main-div .bg-black .left-div p a{
        text-decoration: underline;
    }
    .product-page .product-main-div .product-item .product-test-hover{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);    
    }
    .product-detail-page .product-image,
    .product-detail-page .product-image:after{
        height: 325px;
        width: 325px;        
    }
    .product-detail-page .product-detail .product-sort-detail p{
        margin: 30px 0px;
    }
    .product-detail-page .product-detail .applications .applications-list,
    .product-detail-page .product-detail .social-share .share-list{
        margin-left: 0px;
    }
    .about-page .pattern:after{
        height: 500px;
    }
    .about-page .about-main-div .right .about-heading p{
        margin-top: 60px;
        font-size: 40px;
    }
    .about-page .about-slider-div{
        margin: 0 auto;
    }
    .about-page .cd-multi-steps{
        width: 100%;
        margin: 1em auto;
    }
    .about-page .cd-multi-steps li{
        display: inline-block;        
        margin: 0.5em 0;
    }
    .about-page .cd-multi-steps li + li:before{
        font-family: fontawesome;
        content: " \f101 ";
        font-size: 12px;
        margin-right: 3px;
        float: left;
    }
    .about-page .cd-multi-steps li:last-child{
        margin: 0.5em 0;   
    }    
    .about-page .cd-multi-steps li > *:before,
    .about-page .cd-multi-steps li:after { 
        display: none !important;
    }
    .about-page .timeline-image{
        margin: 50px auto;
    }
    .about-page .timeline-description p:first-child{
        font-size: 36px;
    }
    .about-page .white-canvas{
        margin-top: 15px;
    }
    .productNameInquiry{
        font-weight: bold;        
    }
    .infrastructure-main-div .stick-div{
        width: 90%;
    }
}
@media only screen and (max-width: 640px) {
    .home-page .main-slider{
        height: 400px;
    }
    .img-center-text p:first-child{
        font-size: 30px;
    }
    .bredcrums-div h1{
        font-size: 40px;
    }
    /*.infrastructure-main-div .main-image img{
        height: 335px;
    }*/
}
/* Media Query For 425 Resolution Screen */
@media only screen and (max-width: 425px){
    .home-page .main-slider{
        height: 330px;
    }
    .img-center-text p:first-child{
        font-size: 20px;
    }
    .img-center-text p{
        font-size: 14px;
    }
    .home-page .right-div .title,
    .home-page .left-div .title{
        font-size: 23px;
    }
    .home-page .right-div .quotes,
    .home-page .infrastructure-div .left-div .quotes{
        font-size: 26px;
    }
    .home-page .right-div .title-statement,
    .home-page .infrastructure-div .left-div .title-statement{
        font-size: 20px;
    }
    .home-page .our-press-div .new-static-img{
        width: 361px;
        height: 280px;
    }
    .bredcrums-div .breadcrumb li a,
    .bredcrums-div .breadcrumb li:last-child{
        font-size: 13px;
    }
    .about-page .about-main-div .right .about-heading p{
        font-size: 25px;
    }
    .about-page .timeline-description p:first-child{
        font-size: 21px;
    }
    .about-page .timeline-image{
        width: 280px;
        height: 340px;
    }
    .about-page .timeline-description{
        margin: 5px;
    }
    .infrastructure-main-div .main-image img{
        height: 300px;
    }
    .infrastructure-main-div .stick-div .white-wrapper{
        padding: 20px;
        text-align: justify;
    }
}
/* Media Query For 375 Resolution Screen */
@media only screen and (max-width: 375px){
    .home-page .main-slider{
        height: 330px;
    }
    .img-center-text p:first-child{
        font-size: 20px;
    }
    .img-center-text p{
        font-size: 14px;
    }
    .home-page .our-press-div .new-static-img{
        /* width: 313px;
        height: 242px; */
        width: 260px;
        height: 200px;
    }
    .about-page .about-slider-div,
    .about-page .about-slider-div:after{
        width: 250px;
        height: 389px;
    }
    .about-page .about-items{
        width: 250px;
        height: 389px;
    }
    .about-page .about-main-div .right .about-heading p{
        font-size: 25px;
    }
    .about-page .timeline-image {
        width: 250px;
        height: 307px;
    }
    .bredcrums-div h1{
        font-size: 35px;
    }
    .infrastructure-main-div .main-image img{
        height: 315px;
    }
}
/* Media Query For 320 Resolution Screen */
@media only screen and (max-width: 320px){
    .home-page .our-press-div .new-static-img {
        width: 258px;
        height: 199px;
    }
    .product-detail-page .product-image,
    .product-detail-page .product-image:after{
        height: 275px;
        width: 275px;        
    }
    .product-detail-page #other-product-list .col-xs-6{
        width: 100%;
    }
    /* .about-page .about-slider-div,
    .about-page .about-slider-div:after{
        width: 250px;
        height: 389px;
    }
    .about-page .about-items{
        width: 250px;
        height: 389px;
    } */
    .about-page .timeline-image{
        width: 215px;
        height: 257px;
    }
    .bredcrums-div h1{
        font-size: 30px;
    }
    .infrastructure-main-div .main-image img{
        height: 335px;
    }
}