body p {
    font-size: 18px;
    color: #000;
    line-height: 27px;
    font-weight: 300;
    margin-bottom: 18px;
}


header{
    width: 100%;
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 999;
    transition: all 0.5s;
}
.enquireNow_Btn {
    width: 200px;
    height: 49px;
    color: #fff;
    margin-left: 6px;
    text-transform: uppercase;
    text-decoration: none;
    background: #263570;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    font-size: 17px;
    transition: 0.5s all ease;
}
.enquireNow_Btn:hover {
    color: #fff;
    background: #f7c644;
    transition: 0.5s all ease;
}
.header_in {
    padding-top: 0px;
    padding-bottom: 0px;
    transition: 0.5s all ease;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 20px 0 20px;
}
.Fixed_header .header_in {
    padding-top: 7px;
    padding-bottom: 7px;
    transition: 0.5s all ease;
    align-items: center;
}
.Fixed_header .mn_menu {
    padding-top: 0;
}

.Fixed_header {
    border-bottom: 1px solid #e1e0de;
    position: fixed;
    background: #fff;
    z-index: 99999;
}
.logo {
    transition: 0.5s;
    width: 150px;
}
.Fixed_header .logo {
    width: 75px;
}
.logo img {
    transition: 0.5s all ease;
    width: 100%;
}

.mn_menu ul li {
    display: inline-block;
    margin: 0 6px;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
}
.mn_menu {
    padding-top: 12px;
}

.mn_menu ul li a {
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    transition: 0.5s all ease;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-top: 0;
    text-transform: uppercase;
    text-shadow: 0px 0px 0px #000000;
}


.mn_menu ul li a:hover {
    color: #263570;
    transition: 0.5s all ease;
}

.mn_menu ul li a.active {
    color: #263570;
}



.menu_icon {
    display: none;
}


.header_in .meniRt {
    width: 100%;
    text-align: right;
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.mn_menu .logo {
    display: none;
}
.Fixed_header .meniRt {
    padding-top: 18px;
    transition: 0.5s all ease;
}
.mobileLogo img {
    max-width: 235px;
}
.ht_100_vh img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.youtubeIcon a {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    margin: 5px 0;
    border-radius: 5px 0 0 5px;
    font-size: 23px;
    color: #df3e2a;
    transition: 0.5s all ease;
    transition: 0.5s all ease;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 26%);
    position: relative;
}
.youtubeIcon a img {
    max-width: 34px;
}
.thurd_hd {
    font-size: 22px;
    color: #263570;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 10px;
}

.About__Dv {
    /* background: url(../images/About_bg.jpg) no-repeat center center;
    background-size: cover; */ 
}
.first_hd {
    color: #263570;
}
.fourt_hd {
    font-size: 22px;
    line-height: 27px;
}
.Ul_style li {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 9px;
    position: relative;
    padding-left: 20px;
}
.Ul_style li:before{
    position: absolute;
    top: 9px;
    left: 0px;
    width: 7px;
    height: 7px;
    background: #f7c644;
    content: "";
    border-radius: 50%;
}
.about_big_smal {
    position: absolute;
    z-index: 9;
    left: 26px;
    top: 80px;
}
.about_img {
    position: relative;
    padding-left: 50px;
    margin-top: -15px;
}
.about_img h4 {
    font-size: 20px;
    line-height: 26px;
    color: #ffc444;
    font-weight: 400;
}
.Interarch_img {
    margin-top: 15px;
}
.about_logo_in{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin-top: 40px; */
    margin-right: -7px;
    margin-left: -7px;
    background: white;
}
.about_logo{
    width: auto;
    display: inherit;
    align-items: center;
    justify-content: center;
    padding: 7px;
    height: 70px;
    background: white;
    margin: 10px 0px;
}
.about_logo_bx{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    background: #fff;
    /* width: 100%; */
    /* height: 100%; */
}
.about_btnDv{
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* margin-top: 30px; */
}
.about_btnTx{
    font-size: 18px;
    color: #4e4a48;
    line-height: 51px;
    /* height: 50px;
    width: 200px; */
    border: 1px solid #4e4a48;
    border-radius: 5px;
    transition: .5s all ease;
    align-items: center;
    justify-content: center;
    margin: 1.1%;
    display: inline-block;
    font-weight: 500;
    text-align: center;
	padding:0 20px;
}

.about_btnTx:hover{
    color: #4e4a48;
    border: 1px solid #4e4a48;
    transition: .5s all ease;
    background: #f7c645;
}
.about_logo_dv{margin-top:50px;}


/*Interarch_scn css*/
.Interarch_scn{
    background: #e7e7e7;
}

.All_cl_btn li{
    display: inline-block;
    margin: 3px;
}

.All_cl_btn li a {
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    padding: 7px 15px 7px;
    border-radius: 5px;
    transition: all ease 0.3s;
    display: block;
    font-weight: 500;
    background: #828282;
    min-width: 140px;
}
.All_cl_btn li a:hover, .All_cl_btn li.active a{
    color: #fff;
    transition: all ease 0.3s;
    background: #263570;
}
.Interarch_show_bx{
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-top: 15px;
    margin-right: -15px;
    display: none;
}
.Interarch_show_bx.active{
    display: flex;
}

.Interarch_img_bx{
    padding: 15px;  
    margin-bottom: 0px;
    width: 20%;
}
.Interarch_img_bx h5 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 9px;
    text-shadow: 0px 0px 0px #000;
}
.social{position:fixed; top:40%; right:0px;  z-index:9;
/* Soniya */
display:none;}
.other {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 9;
    display: flex;
    flex-direction: column;
}
.other a{
    display: inline-block;
    margin: 2px 0;
}


.award_first_tabs, .award_second_tabs, .award_second_tabs_2{
    display: none;
}

.awards_sectionsbox{
    height: 0;
     opacity: 0;
     overflow: hidden;
}
.award_first_tabs.active, .award_second_tabs.active, .award_second_tabs_2.active{display: block;}

.awards_sectionsbox.active{
    height: auto;
     opacity: 1;
     overflow: inherit;
}
.Interarch_img_bx a{
    display: block;
    overflow: hidden;
}
.award_logo_bx {
    display: flex;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}
.awrd_lg_bx {
    width: 16.666%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.awar_lgimg {
    border: 1px solid #dcdcdc;
    padding: 10px;
    width: 100%;
    /* height: 111px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.awar_lgimg img{
    /* max-height: 89px; */
}
.cl_title_hd {
    font-size: 23px;
    line-height: 29px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
    background: #f7c645;
    padding: 9px 10px 11px;
    text-align: center;
    text-transform: capitalize;
}
.ArrayNext_prev {
    margin-top: 40px;
    margin-bottom:30px;
}

.awrd_Cl_icon {
    display: block;
    transition: 0.5s all ease;
}
.ArrayNext_prev p {
    font-size: 16px;
    color: #5b5b5b;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
    text-shadow: 0px 0px 0px #5b5b5b;
}
.awrd_Cl_icon span {
    display: block;
    margin-bottom: 10px;
}
.awrd_Cl_icon span img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: auto !important;
    display: inline-block !important;
    max-width: 90px;
}
.ArrayNext_prev .awrd_Cl_icon:hover img{
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    transition: 0.5s all ease;
}
.ArrayNext_prev .awrd_Cl_icon:hover p{
    color: #263570;
    transition: 0.5s all ease;
    text-shadow: 0px 0px 0px #263570;
}
.ArrayNext_prev .awrd_Cl_icon.active p{
    color: #263570;
    transition: 0.5s all ease;
    text-shadow: 0px 0px 0px #263570;
}
.ArrayNext_prev .awrd_Cl_icon.active img{
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    transition: 0.5s all ease;
}
.ArrayNext_prev .owl-next, .next-arrow {
    background: url(../images/feaNExtIcon.png) no-repeat center center;
    color: transparent;
    font-size: 0;
    width: 25px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
}
.ArrayNext_prev .owl-prev,.prev-arrow {
    background: url(../images/feaPrevIcon.png) no-repeat center center;
    color: transparent;
    font-size: 0;
    width: 25px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}
.Corporate_scn {
    background: #e7e7e7;
}
.Corporate_video {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.ExportProjects_tx {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.ExportProjects_tx p {
    font-size: 22px;
    color: #000;
    line-height: 27px;
    font-weight: 300;
    margin-bottom: 10px;
}
.ExportProjects_tx p b {
    font-weight: 600;
}

.mapdv{
    /* display: flex;
    flex-wrap: wrap; */
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 70px;
    position: relative;
	text-align:center;
}
.mapdvinmap{width:850px; margin:0 auto;}
.mapkey{
    position: absolute;
    background: #b1dbe7;
    bottom: 0px;
    padding: 25px;
    font-size: 17px;
    color: #366484;
    text-shadow: 0px 0px 0px #366484;
    display: inline-block;
    left: 0px;
    width: 300px;
}
.mapkey img {
    vertical-align: -16px;
    margin-right: 14px;
}
.map_lt{
    width: 852px;
}
.map_rt {
    background: #b1dbe7;
    padding: 0 25px 45px 25px;
    width: 330px;
}
.map_rt ul li:before {
    position: absolute;
    top: 9px;
    left: 0;
    background: url(../images/map_rt_li_icon.png) no-repeat;
    height: 13px;
    width: 13px;
    content: "";
}
.map_rt ul li {
    position: relative;
    font-size: 17px;
    color: #366484;
    text-shadow: 0px 0px 0px #366484;
    line-height: 22px;
    margin-bottom: 6px;
    padding-left: 22px;
}
.map_rt_icon {
    text-align: center;
    margin-top: -48px;
    margin-bottom: 10px;
}
.map_rt h3 {
    font-size: 24px;
    line-height: 28px;
    color: #1c3e55;
    margin-bottom: 15px;
    font-weight: 400;
    text-shadow: 0px 0px 0px #1c3e55;
}
.map_A {
    text-align: center;
    padding: 0 100px;
    margin-top: 50px;
}
.map_A a{
    font-size: 22px;
    color: #263570;
    line-height: 24px;
    display: inline-block;
    padding: 4px 10px;
    position: relative;
    transition: 0.5s all ease;
}
.map_A a:hover{
    color: #f7c645;
    transition: 0.5s all ease;
}
.map_A a:before {
    position: absolute;
    top:7px;
    left: -2px;
    height: 18px;
    width: 1px;
    background: #263570;
    content: "";
}
.map_A a:first-child:before{
    display: none;
}
.contact_us {
 /*    background: #263570; */
}

.contact_us h1{
    color: #263570;
}
.contact_in {
    padding: 15px 70px 0;
}
.form-group {
    margin-bottom: 30px;
}
.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #11385b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cfd7de;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-shadow: 0px 0px 0px #11385b;
}
textarea.form-control {
    height: 160px;
    padding-top: 15px;
}
.btn_send {
    width: 100%;
    color: #263570;
    font-size: 25px;
    padding: 9px 0 11px 0;
    line-height: 30px;
    border: 0;
    border-radius: 0;
    background: #f7c645;
    transition: 0.5s all ease;
}
button.btn_send:focus {
    outline: 0px dotted;
    outline: 0 auto -webkit-focus-ring-color;
}
.btn_send:hover {
    color: #fff;
    background: #504b47;
    transition: 0.5s all ease;
}
footer p {
    font-size: 26px;
    color: #263570;
    display: block;
    margin: 10px 0;
    line-height: 35px;
    text-align: center;
    font-weight: 300;
}
footer p a{
    color: #263570;
    display: inline-block;
    transition: 0.5s all ease;
}
.ftr_emailtx {
    color: #d39900;
}
footer p a:hover{
    color: #000;
    transition: 0.5s all ease;
}
footer h1 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 15px
}

.ftr2_bx2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ftr2_bx2 ul li {
    display: block;
    margin: 0px 10px 0 0;
    overflow: hidden;
}
.ftr2_bx2 ul li a {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #a2a2a2;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    color: #a2a2a2;
    justify-content: center;
    font-weight: 300;
    font-size: 24px;
    transition: 0.5s all ease;
}
.ftr2_bx2 ul li a:hover{
    border: 1px solid #000;
    transition: 0.5s all ease;
    color: #000;
}
.ftr2_bx2 {
    margin-top: 20px;
}
footer .capy_rt {
    font-size: 22px;
    color: #929292;
    margin: 16px 0;
    line-height: 27px;
    text-align: center;
    font-weight: 300;
}

.ft_logo {
    text-align: center;
    margin-top: 26px;
}

.ft_logo a{
    display: inline-block;
}

footer {
    padding: 40px 0 10px;
}
.banner-home {
    position: relative;
}


.award_tabs_sl2 .awrd_Cl_icon {
    background: #dbdbdb;
    padding: 10px;
}
.award_tabs_sl2 li {
    background: #e7e7e7;
    border-radius: 5px;
    overflow: hidden;
}
.igcap {
    padding: 10px;
}
.award_tabs_sl2 li a {
    display: block;
    border: 1px solid #d3d1d1;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.award_tabs_sl2 li a img {
    height: 100%;
    object-fit: contain;
    background: #fff;
}
.igprors {
    cursor: pointer;
}


/* know more button  */
.btn.btn-default {
    background: transparent;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: futura-pt, sans-serif;
    padding: 10px 30px;
    margin-top: 20px;
    border: 2px solid #f7c645;
    color: #f7c645;
    transition: all ease 0.3s;
}

.btn.btn-default:hover{
    background: #f7c645;
    color: #263570;
    font-weight: 600;
}
/* social media icons */
a.facebook {
    border-color: #4267B2!important;
}

a.facebook i {
    color: #4267B2;
}
a.linkedin {
    border-color: #0077b5!important;
}

a.linkedin i {
    color: #0077b5;
}

a.youtube {
    border-color: #FF0000!important;
}

a.youtube i {
    color: #FF0000;
}

.ftr2_bx2 a:hover {
    transform: scale(1.4);
    border: none!important;
}

a.pinterest {
    border-color: #ff6363!important;
}

a.pinterest img {
    height: 24px;
}


/* .about_btnDv a {
    width: 18%;
} */

.about_btnDv a:last-child {
    margin-right: 0px;
}

.about_btnDv a:first-child {
    margin-left: 0px;
}

.award_first_tabs.active, .award_second_tabs.active, .award_second_tabs_2.active{display: block;}
/*EPC_PMC_Companies_logo*/


.awards_sectionsull .item {
    display: inline-block;
    /* padding: 10px 15px; */
    /* margin-top: 68px; */
}

.awards_sectionsull .item p {
    margin-bottom: 0px;
    color: #ababab;
    padding: 5px 15px;
}

.awards_sectionsull {
    margin-top: 53px;
    text-align: center;
}

ul.awards_sections li {
    background: #f1f1f1;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 1px 0px #2828282e;
}.igcap {
    background: #f1f1f1;
    text-transform: capitalize;
    min-height: 140px;
}

ul.awards_sections li .igprors a {
    height: 300px;
    display: flex;
    justify-content: center;
    background: white;
    align-items: center;
    display: inline-block;
    width: 100%;
    padding: 5px;
}a.awrd_Cl_icon.awards_cl.active p {
    color: #263570;
    font-weight: 600;
}

.awards_sectionsull .owl-stage{
    margin:auto;
}
.Interarch_img_bx img {
    height: 150px;
    object-fit: cover;
    object-position: center;
}ul.awards_sections .owl-stage {
    margin: auto;
}
.expe{
    position: absolute;
    right: 50px;
    z-index: 9;
    height: 68px;
    bottom: 40px;
    display: none;
}

.about_big_smal img{
    max-height: 160px;
}
.map_lt{
    margin-top: 10px;
}
@media (max-width:768px){
    .mapkey {
        position: relative;
        width: 100%;
    }
    .map_lt{
        margin-top: 0px;
    }
    .expe {
        height: 46px;
        right: 10px;
        bottom: 16px;
        top: inherit;
    }

    .about_big_smal {
        top: 25px;
    }
    .about_big_smal img{
        max-height: 119px;
    }
    .responsiveslick,.awardresponsiveslick {
        width: 87%;
        margin: auto;
    }
}


/* spinner styles */
.loaderwrapper {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 9999999;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:30px;
}
[class*=loader-] {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
  }
.loader-14 {
    border-radius: 50%;
    box-shadow: 0 1em 0 -0.2em currentcolor;
    position: relative;
    -webkit-animation: loader-14 0.8s ease-in-out alternate infinite;
    animation: loader-14 0.8s ease-in-out alternate infinite;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    top: -1em;
    color: #ffc107;
  }
  .loader-14:after, .loader-14:before {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    box-shadow: inherit;
    -webkit-animation: inherit;
            animation: inherit;
  }
  .loader-14:before {
    left: -1em;
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
  }
  .loader-14:after {
    right: -1em;
    -webkit-animation-delay: 0.16s;
            animation-delay: 0.16s;
  }
  
  @-webkit-keyframes loader-14 {
    0% {
      box-shadow: 0 2em 0 -0.2em currentcolor;
    }
    100% {
      box-shadow: 0 1em 0 -0.2em currentcolor;
    }
  }
  
  @keyframes loader-14 {
    0% {
      box-shadow: 0 2em 0 -0.2em currentcolor;
    }
    100% {
      box-shadow: 0 1em 0 -0.2em currentcolor;
    }
  }
  
  .knowmorebtn{
    margin-top: 2px!important;
    line-height: 28px;
    font-weight: 500!important;
}button.slide-arrow.slick-arrow {
    border: none;
    width: 39px;
    outline: none;
}.item.center.slick-slide p {
    color: black;
    font-size: 16px;
    color: #5b5b5b;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
    text-shadow: 0px 0px 0px #5b5b5b;
}a.awrd_Cl_icon.Clients_cl.active span img {
    /* filter: grayscale(0); */
}a.awrd_Cl_icon.Clients_cl.active p {
    color: #3f54a7;
}



.awardresponsiveslick {
    margin-bottom: 30px;
}.responsiveslick {
    margin-bottom: 15px;
}
.img-responsive{
    max-height: 75px;
    max-width: 100%;
}ul.poweredul li {
    display: inline-block;
    margin: 3px;
}

ul.poweredul li img {
    height: 20px;
}
ul.poweredul {
    display: inline-block;
    vertical-align: text-top;
}ul.privacypol p {
    font-size: 18px;
}
p {
    font-size: 18px;
}

ul.privacypol li {
    margin-bottom: 25px;
}
ul.privacypol li h4.heading{
    color: black;
    font-weight: 600;
    margin-top: 50px;
    font-size: 24px;
    margin-bottom: 20px;
}


ul.privacypol li h5 {
    font-weight: 600;
    color: black;
    margin: 30px 0px 15px;
    font-size: 20px;
}b.caps {
    font-size: 15px;
    margin-right: 
8px;
}
ul.privacypol li ul{margin-bottom:20px; margin-left:40px;}
ul.privacypol li ul li{font-size: 18px;  color: #000; line-height: 27px;  font-weight: 300;  margin-bottom: 10px; list-style:disc;}
 
strong{font-weight:700;}

#ccode{
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    height: 49px;
    background: #eee;
    width: 46px;
    text-align: center;
    padding-top: 13px;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: auto;
    border-right: 0px;
}

input#c_code {
   display: none;
}

input#phone {
    border-left: 0px;
    padding-left: 0px;
}

.form-control {
    border: 2px solid #ccc;
}
.iti__flag-container {
    position: relative;
    height: 50px;
    background: #f5f5f5;
    border: 2px solid #ccc;
}
.mandatory {
    position: absolute;
    right: 0px;
    color: #6b6a6a;
}.right.enquireNow {
    display: flex;
}


.right.enquireNow .contacticon {
    padding: 9px;
    background: rgb(255 255 255 / 0%);
    margin: 2px 3px;
    border-radius: 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 9px;
    border: 2px solid #263570;
    cursor: pointer;
}

.right.enquireNow .contacticon img {
    width: 100%;
    margin: auto;
}
span.counter {
    color: #263570;
}.counter {
    animation-duration: 1s;
    animation-delay: 0s;
  }
  .counterpart h3 {
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
	color: #000;
}

.counterpart {display: inline-block; width: 16.5%; text-align: center; margin-bottom: 30px; padding:0 10px;}

.counterr {
    
    margin-top: 0px;
    margin-bottom: 0px;

}

.thurd_hd{
    /* margin-top:80px */
}
@media(max-width:768px){
    .counterpart {
        display: inline-block;
        width: 33.3%;
        padding: 6px;
    }
    
    
    .counterpart h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 18px;
    }
    
}

.counterpart img {
    height: 54px;
    margin-bottom: 30px;
    
}
.showonmobile{
    display: none;
}
.hideonmobile{
    display:inline-block
}
@media(max-width:460px){
    .counterpart {
        display: inline-block;
        width: 50%;
        padding: 6px;
    }
    
    .counterpart h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 18px;
    }
    .right.enquireNow .contacticon {
        width: 30px;
        height: 30px;
        padding: 5px;
    }
    .enquireNow_Btn {
        width: 99px;
        height: 33px;
        font-size: 12px;
    }
    .counterr{
        margin-top: 20px;
    margin-bottom: 0px;
    }
    .counterpart:last-child {
        width: 100%;
    }
    .showonmobile{
        display: inline-block;
    }
    .hideonmobile{
        display:none
    }
    
}

#Interarch_CLTabs_4 .Interarch_img_bx {
    width: 33%;
    padding: 3%;
}

#Interarch_CLTabs_4 .Interarch_img_bx img {
    height: 200px;
}

.Project_range{padding:50px 0;}
.Project_range .mb50{margin-bottom:50px;}