*{
    margin:0;padding:0;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    color:#444;
    font-family: 'Montserrat', sans-serif;
}
.container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.row{
    margin-right: -15px;
    margin-left: -15px;
}
.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
 }
p{
    font-size: 14px;
    color:#444;
    line-height: 1.5;
}
.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
 }
 .pr{
     position: relative;
 }
 .pa{
     position: absolute;
 }
 .u-center{
     text-align: center;
 }
header{
    padding: 5px 0;
}
.logo{
    float: left;
}
ul.menu{
    float: right;
    padding-top: 20px;
}
.common-nav.center-nav > li > a{
    color:#000;
    border-bottom: 2px solid transparent;
}
ul.menu li{
    float: left;
    padding-left: 35px;
}
ul.menu li:first-child{
    margin-left: 0px;
}
ul.menu li a{
    color: #444;
    text-transform: uppercase;
    font-size: 15px;
}

.logo img{
    width: 87px;
    height: 54px;
}

/* ourservice */
.ourservice-blk{
    padding: 30px 0 55px;
    text-align: center;
}
.ourserivebanner h2{
    font-size: 120px;
    position: absolute;
    bottom: -22px;
    color: #fff;
    line-height: 1;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}
.ourserivebanner img{
    max-width : 100%;
    width: 100%;
} 
.ourservice-blk h4,.aboutusblk h4{
    font-size: 27px;
    font-weight: 600;
    padding-bottom: 25px;
}
.ourservice-blk h4 span,.aboutusblk span{
    color:#0098E6;
}
.ourservice-blk p{
    color:#444444;
    font-size: 15px;
    width: 95%;
}
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    float: left;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current{
    background: #ededed;
    color: #222;
}

.tab-content{
    display: none;
    /* background: #ededed;
    padding: 15px; */
}

.tab-content.current{
    display: inherit;
}
.ourservice-tab{
    /* background: url(../images/Group60.png) no-repeat left right; */
    background: url(../images/Group60.png) no-repeat left 30px;
}
.ourservice-tabimg{
    max-width: 100%;
    width: 100%;
    margin-bottom: 5px;
}
.ourservice-tab .tabs{
    max-width: 692px;
    width: 100%;
    margin: 0 auto 50px;
    border-radius: 50px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,0054b9+0,31d5ff+100,207cca+100,31d5ff+100 */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(left,  #1e5799 0%, #0054b9 0%, #31d5ff 100%, #207cca 100%, #31d5ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #1e5799 0%,#0054b9 0%,#31d5ff 100%,#207cca 100%,#31d5ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #1e5799 0%,#0054b9 0%,#31d5ff 100%,#207cca 100%,#31d5ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#31d5ff',GradientType=1 ); /* IE6-9 */
padding:0 5px;
box-sizing: border-box;
box-shadow: 0px 9px 16px rgba(0,84,185,0.14);

}
.ourservice-tab .tabs li{
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    padding: 15px 15px;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
}
.ourservice-tab .tabs li.tab-link.current{
    width: 50%;
    box-sizing: border-box;
    color: #0098E6;
    text-align: center;
    background: #fff;
    border-radius: 50px;
    margin: 5px 0px;
    padding: 10px 15px;
}
.building-content{
    font-size: 15px;
    color:#444444;
    padding-bottom: 40px;
}
.first-tab-inner-content h3{
    font-size: 20px;
    font-weight: 500;
    color:#000;
    /* position: relative; */
    padding-bottom: 10px;
}
.tab-line{
    /* position: absolute; */
    width:70px;
    background: #0098E6;
    height: 1px;
    display: block;

}
.first-tab-inner-content p{
    padding-top: 20px;
    color: #444;
    font-weight: normal;
    font-size: 15px;
}
.first-tab-inner-content{
    padding:0 0 45px 95px;
}
.tab-iconblk{
    width: 64px;
    height: 64px;
    display: inline-block;
    background: #dbe7f5;
    border-radius: 50%;
    position: relative;
    float: left;
}
.tab-iconblk img{
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
}
/* ourservice */

/*About*/

    @-webkit-keyframes swing {
        15% {
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }
        30% {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
        }
        50% {
            -webkit-transform: translateY(3px);
            transform: translateY(3px);
        }
        65% {
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
        }
        80% {
            -webkit-transform: translateY(2px);
            transform: translateY(2px);
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    @keyframes swing {
        15% {
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }
        30% {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
        }
        50% {
            -webkit-transform: translateY(3px);
            transform: translateY(3px);
        }
        65% {
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
        }
        80% {
            -webkit-transform: translateY(2px);
            transform: translateY(2px);
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }
    .swing:hover
    {
        -webkit-animation: swing 1s ease;
        animation: swing 1s ease;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

.aboutusblk{
    padding: 35px 0;
}
.about-scrolldown img{
    width: 20px;
    height: 30px;
    margin-bottom: 10px;
}
.aboutusblk .scroll-content{
    font-size: 10px;
    color:#6F6D70;
}
.aboutusblk p{
    padding-bottom: 35px;
}
.about-construction{
    padding: 30px 0 45px;
    overflow: hidden;
}
.about-construction-leftblk h2{
    font-size: 27px;
    font-weight: 500;
    padding-bottom: 40px;
}
.clsblkheading{
    color:#0098E6;
}
.about-construction-leftblk{
    width: 50%;
    float: left;
}
.about-construction-rightblk{
    width: 50%;
    float: left;
}
.construction-icon{
    background: url(../images/sprite.png) no-repeat center top;
    width: 75px;
    height: 84px;
    background-size: 960px auto;
    background-position: 7px -77px;
    margin: 0 auto 5px;
    padding: 5px;
    text-align: center;
    display: block;
}


.construction-icon.finanacialicon{
    background: url(../images/sprite.png) no-repeat center top;
    background-position: -79px -67px;
    background-size: 960px auto;
    width: 69px;
}

.construction-icon.ecoicon{
    background: url(../images/sprite.png) no-repeat center top;
    background-position: -162px -69px;
    background-size: 960px auto;
    width: 87px;
}

.construction-icon.use-analysisicon{
    background: url(../images/sprite.png) no-repeat center top;
    background-position: -268px -68px;
    background-size: 960px auto;
    width: 72px;
}

.construction-icon.constructionicon{
    background: url(../images/sprite.png) no-repeat center top;
    background-position: -352px -67px;
    background-size: 960px auto;
    width: 70px;
}
.construction-icon.maintaience-icon{
    background: url(../images/sprite.png) no-repeat center top;
    background-position: -438px -67px;
    background-size: 960px auto;
    width: 69px;
}

.construction-icon.userservice{
    background: url(../images/sprite.png) no-repeat center top;
    background-position: -523px -67px;
    background-size: 960px auto;
    width: 71px;
}
.construction-icon.destruction{
    background: url(../images/sprite.png) no-repeat center top;
    background-position: -609px -72px;
    background-size: 960px auto;
    width: 72px;
}
.construction-title{
    display: block;
    min-height: 28px;
}
.about-construction-blk{
    font-size: 10px;
    width: 120px;
    margin: 0 auto;
    padding: 5px;
}
.construction-blkitem{
    width: 25%;
    float: left;
    margin-bottom: 10px;
}
.construction-blkitem .about-construction-blk{
    
    
}
.construction-blkitem:hover .about-construction-blk{
    background:#fff;
    box-shadow:0px 10px 20px rgba(0,0,0,0.05);
}
.construction-blkitem:hover .construction-icon{
    background: url(../images/sprite.png) no-repeat center top;
    background-position: 7px 10px;
    width: 75px;
    height: 84px;
    background-size: 960px auto;
    margin: 0 auto 5px;
    padding: 5px;
    text-align: center;
    display: block;
}
.construction-blkitem:hover .construction-icon.finanacialicon{
    background: url(../images/sprite.png) no-repeat center top;
    background-position: -78px 20px;
    background-size: 960px auto;
    width: 69px;
}
.construction-blkitem:hover .construction-icon.ecoicon{
    background: url(../images/sprite.png) no-repeat center top;
    background-position: -162px 20px;
    background-size: 960px auto;
    width: 87px;
}
.construction-blkitem:hover .construction-icon.use-analysisicon{
    background: url(../images/sprite.png) no-repeat center top;
    background-position: -268px 18px;
    background-size: 960px auto;
    width: 72px;
}
.construction-blkitem:hover .construction-icon.constructionicon{
    background: url(../images/sprite.png) no-repeat center top;
    background-position: -352px 19px;
    background-size: 960px auto;
    width: 70px;
}
.construction-blkitem:hover .construction-icon.maintaience-icon{
    background: url(../images/sprite.png) no-repeat center top;
    background-position: -438px 19px;
    background-size: 960px auto;
    width: 69px;
}
.construction-blkitem:hover .construction-icon.userservice{
    background: url(../images/sprite.png) no-repeat center top;
    background-position: -526px 19px;
    background-size: 960px auto;
    width: 67px;
}
.construction-blkitem:hover .construction-icon.destruction{
    background: url(../images/sprite.png) no-repeat center top;
    background-position: -610px 15px;
    background-size: 960px auto;
    width: 71px;
}
.construction-blkitem:hover .construction-title{
    color:#0098E6;
}
.code-ethics{
    background: url("../images/ethicsbg.png") no-repeat;
    display: flex;
    padding: 18px 0;
}
.code-conduct{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 10px 10px 0 0;
}
.code-conduct h3{
    font-size: 24px;
    color: #0098E6;
    font-weight: 500;
    padding-bottom: 15px;
}
.clsline{
    width: 100px;
    height: 1px;
    background: #0098E6;
    display: block;
    margin: 0 auto 17px;
}
.clsethicscontent{
    color:#fff;
    font-size: 14px;
    padding-bottom: 30px;
}
.level-ethics{
    padding-left: 10px;
    box-sizing: border-box;
    border-left: 1px solid #fff;
}
.clsourvalues{
    background: url("../images/diamond-bg.jpg") no-repeat;
    width: 100%;
    height: 475px;
    display: block;
    background-position: right top;
    background-size: 50%;
    padding: 90px 0 60px;
}
.clsourvaluesleftpanelbg{
    background: url("../images/diamond.png") no-repeat;
    width: 100%; 
    height: 300px;
    background-size: cover;   
}
.clsguidances{
    background:url("../images/aboutus.png") no-repeat;
    padding: 30px 0 97px;
    background-size: cover;
}
.clsguidances h3{
    font-size: 27px;
    color:#fff;
    font-weight: 600;
    padding-bottom: 10px;
}
.clsguidanceheading{
    color:#0098E6;
}
.clsourvaluesleftpanel{
    float:left;
    width: 40%;
    position: relative;
    padding-right: 50px;
    box-sizing: border-box;
}
.diamond-icon{
    position: absolute;
    top: 25px;
}
.clsourvaluesrightpanel{
    float: left;
    width: 60%;
    color:#000;
}
.guidanceline{
    width: 90px;
    height: 1px;
    background: #3295db;
    display: block;
    margin-bottom: 15px;
}
.clsguidance-content{
    color:#fff;
    padding-bottom: 20px;
    font-weight: 500;
}
.clsourcommitemntblk{
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    width: 33.33%;
    display: flex;
    z-index: 9;
    
}
.clsourdoticon{
  position: absolute;
  right: -47px;
  bottom: -52px;
}
.commitmentline{
    width: 88px;
    height: 1px;
    background: #3295db;
    display: block;
    margin: 0 auto 15px;
}
.clscommitmentinnerpanel h3{
    font-size: 15px;
    color:#000;
    padding-bottom: 10px;
    font-weight: 600;
}
.clscommitmentinnerpanel{
    background: #fff;
    border-radius: 10px;
    padding: 20px 18px;
    box-shadow:0px 11px 41px rgba(0,0,0,0.09);
}
.workplace-icon{
    width: 100px;
    height: 100px;
    margin: 0 auto 25px;
    text-align: center;
    display: block;
}
.clsourcommitment{
    /* background: #f9f9f9;
    position: absolute; */
    /* top: 30px;
    left: 0;
    right: 0;
    position: relative; */
}
.clsourinnerrow{
    margin-top: -96px;
    display: flex;
    position: relative;
}
.clscommitmentguidanxe{
    /* position: relative; */
    background:#f9f9f9;
    /* padding-bottom: 100px; */
}
.ourculture h6{
    font-size: 27px;
    font-weight: 500;
    color:#000;
}
.ourculture{
    padding: 70px 0 10px;
    background:#f9f9f9;
}
.ourculture h6{
    padding-bottom: 15px;
}
.ourculture-content{
    padding: 10px 0 15px;
}
.ourculture-content p{
    color:#000;
}

.clsourvaluesrightpanel .clsourvaluesheading{
    font-size: 27px;
    font-weight: 500;
    padding-bottom: 15px;
}
.clsourvaluesubtitle{
    color:#0098E6;
}
.clsourvaluesrightpanel .commitmentline{
    display: inline-block;
}
.clsourvaluesrightpanel p{
    padding-bottom: 30px;
}

/*About*/

/*ourproject*/
.ourproject-row{
    margin-left: -15px;
    margin-right: -15px;
    padding: 45px 0;
}
.ourprojects-innerbox{
    padding-left: 12px;
    padding-right: 12px;
    width: 25%;
    box-sizing: border-box;
    float: left;
    padding-bottom: 45px;
}
.project-img{
    max-width: 100%;
    width: 100%;
}
.builder-content span{
    font-size: 14px;
    color:#000;
    font-weight: 500; 
}

.builder-content{
    padding: 15px 0 0;
}
.builder-content em{
    font-style: normal;
    display: block;
    padding-top: 5px;
    font-weight: normal;
}
.ourprojects-icon-blk{
    background:#fff;
    padding: 8px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}
.ourprojects-icon-blk img{
    width: 14px;
    height: 14px;
}
.ourprojects-box{
    position: relative;
}
.ourprojects-popup{
    position: absolute;
    top: 0;
    padding: 60px 15px 15px;
    background: #000;
    color: #fff;
    bottom: 0px;
    margin: 10px;
    opacity: 0.75;

}
.ourprojects-popup p{
    color:#fff;
    font-size: 13px;
    text-align: center;
}
.close-icon{
    position: absolute;
    right: 15px;
    top: 20px;
}

/*ourproject*/
/*footer*/
.clsfooter{
    background:url("../images/footer-bg.png") no-repeat;
    padding: 18px 0;
    background-size: cover;
    height: 152px;
    
}
.footer-icon img{
    width: 120px;
    height: 85px;
}
.footer-icon{
    float: left;
}

.footer-blkright{
    float: right;
    padding-top: 5px;
}
.footer-blkright .email-id{
    color:#fff;
    font-size: 14px;
}
.footer-phoneno{
    padding-top: 20px;
    display: block;
}
.footer-innerblk{
    padding-bottom: 40px;
}
.clswebaddress{
    color:#fff;
    text-align: center;
    font-size: 13px;
}
/*footer*/


/*meia*/
@media(min-width: 992px) and (max-width: 1199px) {
    .clsourdoticon{
        display: none;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    .clsourdoticon{
        display: none;
    }
    .ourprojects-innerbox{
        width: 33.33%;
    }
    .ourprojects-popup{
        padding: 30px 15px 15px;
    }
    .ourserivebanner h2{
        font-size: 60px;
        bottom: -10px;
    }
    .construction-blkitem{
        width: 33.33%;
    }
    .clsourvalues{
        background: none;
        height: auto;
    }
}

@media(min-width: 320px) and (max-width: 767px) {
    .ourservice-tab{
        background: none;
    }
    .ourculture{
        padding: 20px 0 10px;
    }
    .clsguidances h3{
        font-size: 24px;
    }
    .code-conduct h3{
        font-size: 20px;
    }
    .clsourdoticon{
        display: none;
    }
    .ourservice-tab .tabs li{
        font-size: 13px;
    }
    .ourservice-tab .tabs{
        margin: 0 auto 30px;
    }
    .ourservice-blk p,.building-content{
        font-size: 13px;
    }
    .ourservice-blk{
        padding: 30px 0 30px;
    }
    .ourservice-blk h4, .aboutusblk h4{
        font-size: 22px;
    }
    .tab-iconblk{
        float: none;
        margin-bottom: 20px;
        display: block;
    }
    .first-tab-inner-content{
        padding: 0 0 25px 0px;  
    }
    .first-tab-inner-content h3{
        font-size: 17px;
    }
    .first-tab-inner-content p{
        padding-top: 20px;
    }
    .clsfooter{
        padding: 14px 0 18px;
    }
    .footer-innerblk{
        padding-bottom: 10px;
    }
    .footer-icon{
        float: none;
        text-align: center;
    }
    .footer-blkright{
        float: none;
        text-align: center;
    }
    .footer-phoneno{
        padding-top: 3px;
    }
    .footer-icon img{
        width: 100px;
        height: 70px;
    }
    .ourserivebanner h2{
        font-size: 30px;
        bottom: -5px;
    }
    .ourprojects-innerbox,.clsourvaluesleftpanel{
        width: 100%;
    }
  .about-construction-leftblk,.about-construction-rightblk{
      width: 100%;
  }
  .construction-blkitem{
      width: 50%;
  }
  .about-construction-leftblk h2{
      font-size: 20px;
      padding-bottom: 20px;
  }
  .aboutusblk p{
      padding-bottom: 20px;
  }
  .aboutusblk{
      padding: 35px 0 10px;
  }
  .clsourvaluesleftpanel{
      padding-right: 0;
  }
  .clsourvaluesrightpanel{
      width: 100%;
      float: none;
  }
  .clsourvalues{
      height: auto;
  }
  .clsourinnerrow{
      display: block;
  }
  .clsourcommitemntblk{
      width: 100%;
      display: block;
  }
  .clscommitmentinnerpanel{
    margin-bottom: 20px;
  }
  .code-ethics{
      background:none;
      background-color:#f9f9f9;
  }
  .clsethicscontent{
    color:#a49595;
  }
  .level-ethics{
      border-left: 1px solid transparent;
  }
  .code-conduct{
      width: 100%;
  }
  .about-construction-rightblk{
      padding-top: 40px;
      margin: 0 0 15px;
  }

  .common-nav.center-nav > li > a{
    color:#000;
}
.ourserivebanner img{
    height: 125px;
}
.center-nav > li{
    margin-left: 0px;
}
  
  
}
/*meia*/
.customPagination li a.active{
    background: url("../images/Rectangle1.png") no-repeat;
    background:url("../images/Rectangle1.png") no-repeat;
    width: 38px;
    height: 50px;
    display: inline-block;
    text-align: center;
    color:#fff;
}
 .customPagination li span{
    padding-top: 10px;
    display: block;
    font-weight: bold;
}
.customPagination li a{
    color:#000;
}
.list_inline.customPagination  >  li{
    float: none;
    display: inline-block;
}   
.customPagination{
    text-align: center;
   margin: 0 auto 50px;

}

