* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    background: #ffffff;
}

.wrapper {
    width: 1100px;
    margin: 0 auto;
}

.clear,
.Clear {
    padding: 0px;
    margin: 0px;
    clear: both;
}


/*Header*/

.headerbg {
    background: #ffffff;
}

.Logo {
    float: left;
    overflow: hidden;
    background: #f67900;
    padding: 20px 0px 20px 30px;
}

.MenuBg {
    float: right;
    overflow: hidden;
    padding: 35px 30px 0 0;
}

.Menu ul li {
    overflow: hidden;
    text-align: center;
    float: left;
}

.Menu ul li a {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 15px;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}

.Menu ul li a:hover {
    border-bottom: 3px solid #f67900;
    transition: 1s;
    color: #f67900;
}

.Menu ul li ul li a:hover {
    transition: none;
    color: #000;
    border-bottom: 1px dashed #fff;
}

.Menu ul li ul {
    display: none;
    height: auto;
    margin: 0px;
    border: 0px;
    position: absolute;
    z-index: 999999;
    color: #ffffff;
}

.Menu li:hover ul {
    display: block;
    background: #e86f3c;
}

.Menu ul li ul li {
    display: block;
    float: none;
}

.Menu ul li ul li a {
    display: block;
    background: none;
    border-bottom: 1px dashed #fff;
    text-align: left;
    color: #fff;
}

.Menu ul li ul li:last-child a {
    border-bottom: none;
}

.Menu ul li a.active1 {
    border-bottom: 3px solid #f67900;
    color: #f67900;
}


/*Header End*/


/*container1*/

.container1bg {
    background: #f7efe7;
}

.container1 {
    overflow: hidden;
    padding: 3em 0;
}

.container1 h2 {
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    font-size: 26px;
    line-height: 36px;
    padding: 0 0 10px;
    margin: 0 0 20px;
}

.container1 h2::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 3px;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f67900;
}

.mission-container {
    background: #ffe9d3;
    padding: 3em 0;
    overflow: hidden;
}

.container1left {
    margin: auto;
    text-align: center;
}

.mission-vission {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.container1right {
    width: 50%;
}

.mission-vission-img {
    width: 45%;
}

.mission-vission-img img {
    width: 100%;
}

.container1right ul li {
    list-style: none;
    border-left: 2px solid #f67900;
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 0 10px;
    color: #000;
}

.container1right h2 {
    color: #000;
    padding: 10px 0;
}

.container1left p {
    padding-top: 10px;
    font-size: 15px;
}

.container1left p strong {
    color: #f67900;
    font-weight: bold;
    font-size: 18px;
}

.container1left a {
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    color: #ffffff;
    background: #f67900;
    margin: 10px auto;
    border: 1px solid #ffffff;
}

.container1left a:hover {
    border: 1px solid #f67900;
    color: #f67900;
    transition: all 0.9s ease-out;
    background: none;
}


/*Inner Page*/


/*Rightside*/

.rightside {
    float: left;
    overflow: hidden;
    width: 25%;
}

.rightside h2 {
    color: #f67900;
    padding: 10px 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: normal;
}

.rightside ul {
    width: 80%;
    margin: auto;
}

.rightside ul li {
    display: block;
    list-style: none;
    margin: 10px 0;
    width: 100%;
}

.rightside ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #5d5b5b;
    background: url(../images/quicklink.png) no-repeat left;
    padding: 10px 27px;
    text-transform: uppercase;
}

.rightside ul li a:hover {
    color: #ff7e00;
    background: url(../images/quicklink1.png) no-repeat left;
    transition: all 1.2s ease-in-out;
    transform: rotate(360deg);
}

.innerpage {
    /*float: right;
	overflow: hidden;
	width: 70%;
	box-shadow: -4px 0 5px -4px #bdbdbd;
	padding: 0 11px 0 0;*/
}


/*All Inner Page Heading*/

.aboutheading,
.ourclients-heading,
.services-heading,
.news-heading,
.contactheading,
.missionvission,
.qualityheading,
.clients-heading,
.galleryheading,
.completed_project,
.ongoing_project1 {
    width: 100%;
    background-size: 100% 100%;
    /*margin-bottom: 15px;*/
    min-height: 300px;
    position: relative;
}

.services-heading span,
.contactheading span,
.aboutheading span,
.missionvission span,
.qualityheading span,
.clients-heading span,
.galleryheading span,
.completed_project span,
.ongoing_project1 span {
    display: block;
    width: 30%;
    background: rgba(2, 1, 1, 0.84);
    padding: 32px 10px;
    position: absolute;
    bottom: 111px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 47px;
    opacity: 1;
}

.aboutheading img {
    width: 100%;
}

.ourclients-heading {
    background: url(../images/clientheading.jpg)no-repeat center;
}

.services-heading {
    background: url(../images/servicesheading.jpg) no-repeat center;
}

.news-heading {
    background: url(../images/news.jpg) no-repeat center;
}

.missionvission {
    background: url(../images/missionvission.jpg) no-repeat center;
}

.qualityheading {
    background: url(../images/qualitypolicy.jpg) no-repeat center;
}

.clients-heading {
    background: url(../images/client.jpg) no-repeat center;
}

.galleryheading {
    background: url(../images/gallerybg.jpg) no-repeat center;
}

.completed_project span,
.ongoing_project span {
    width: 42%;
}

.completed_project {
    background: url(../images/project.jpg) no-repeat center;
}

.ongoing_project1 {
    background: url(../images/project1.jpg) no-repeat center;
}


/*All Inner Page Heading*/


/*Services*/


/*academic_partners*/


/*.services {
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
}
.services h2 {
	width: 100%;
	margin: auto;
	background: #de6262;
	color: #ffffff;
	font-size: 34px;
	padding: 20px 0;
	text-align: center;
	font-weight: normal;
}
.services ul {
	margin: 30px auto;
	text-align: center;
}
.services ul li {
	display: inline-block;
	margin: 10px;
	width: auto;
	text-align: center;
	position: relative;
}
.services ul li.services-etp a {
	display: block;
	width: 100%;
	text-decoration: none;
}
.services ul li a .mask {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	position: absolute;
	top: 0;
}
.services ul li.services-etp a:hover .mask, .services ul li.services-institutions a:hover .mask, .services ul li.services-industrial a:hover .mask {
	visibility: visible;
	opacity: 1;
	color: #ffffff;
	background: url(../images/etp1.jpg) no-repeat center;
	width: 100%;
	padding: 0;
	min-height: 124px;
	transform: scale(1.1);
	transition: all ease-in-out 2s;
	box-shadow: 2px 2px 10px #666666;
}
.services ul li.services-commercial a:hover .mask, .services ul li.services-precast a:hover .mask {
	visibility: visible;
	opacity: 1;
	color: #ffffff;
	width: 100%;
	padding: 0;
	min-height: 124px;
	transform: scale(1.1);
	transition: all ease-in-out 2s;
	box-shadow: 2px 2px 10px #666666;
}
.services ul li.services-institutions a:hover .mask {
	background: url(../images/institutions1.jpg) no-repeat center;
}
.services ul li.services-industrial a:hover .mask {
	background: url(../images/industrial1.jpg) no-repeat center;
}
.services ul li.services-industrial a:hover .mask {
	background: url(../images/industrial1.jpg) no-repeat center;
}
.services ul li.services-commercial a:hover .mask {
	background: url(../images/commercial-1.jpg) no-repeat center;
}
.services ul li.services-precast a:hover .mask {
	background: url(../images/precast1.jpg) no-repeat center;
}
.services ul li p {
	position: absolute;
	bottom: 56px;
	left: 78px;
	color: #000000;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
}
.services ul li a:hover p {
	color: #FF3300;
}
/*.mask p {	
	font-size: 19px;
	padding-top: 45px;

/*academic_partners*/


/*Services*/


/************Container2*********/

.container2bg {
    background: #ffffff;
    padding: 2em 0;
}

.container2 {
    padding: 10px;
}

.block1,
.block2,
.block3,
.block4,
.block5 {
    display: inline-block;
    width: 19%;
    margin: auto;
}

.block1 a,
.block2 a,
.block3 a,
.block4 a,
.block5 a {
    display: inline-block;
    width: 95%;
    margin: auto;
    text-decoration: none;
    font-weight: normal;
    text-align: center;
    background: #fff;
    padding: 10px;
}

.block1 a .block1img,
.block2 a .block1img,
.block3 a .block1img,
.block4 a .block1img,
.block5 a .block1img {
    margin: auto;
    width: 100px;
    height: 100px;
    border: 6px solid #e2e0e0;
    border-radius: 113px;
    background: #ffffff url(../images/industrial.png) center no-repeat;
    display: block;
}

.block2 a .block1img {
    background: #ffffff url(../images/precast.png) center no-repeat;
}

.block3 a .block1img {
    background: #ffffff url(../images/institution.png) center no-repeat;
}

.block4 a .block1img {
    background: #ffffff url(../images/etpstp.png) center no-repeat;
}

.block5 a .block1img {
    background: #ffffff url(../images/commercial.png) center no-repeat;
}

.container2 a h2 {
    color: #666666;
    font-size: 20px;
    padding: 10px 0;
    font-weight: normal;
    text-transform: uppercase;
}

.block1 a:hover,
.block2 a:hover,
.block3 a:hover,
.block4 a:hover,
.block5 a:hover {
    background: #f67900;
    transition: all 0.9s ease-out;
}

.block1 a:hover .block1img {
    background: url(../images/industrial1.png) center no-repeat #ffffff;
    transition: all 0.9s ease-out;
    border: 6px solid #d46b06;
}

.block2 a:hover .block1img {
    background: url(../images/precast1.png) center no-repeat #ffffff;
    transition: all 0.9s ease-out;
    border: 6px solid #d46b06;
}

.block3 a:hover .block1img {
    background: url(../images/institution1.png) center no-repeat #ffffff;
    transition: all 0.9s ease-out;
    border: 6px solid #d46b06;
}

.block4 a:hover .block1img {
    background: url(../images/etpstp1.png) center no-repeat #ffffff;
    transition: all 0.9s ease-out;
    border: 6px solid #d46b06;
}

.block5 a:hover .block1img {
    background: url(../images/commercial1.png) center no-repeat #ffffff;
    transition: all 0.9s ease-out;
    border: 6px solid #d46b06;
}

.block1 a:hover h2,
.block2 a:hover h2,
.block3 a:hover h2,
.block4 a:hover h2,
.block5 a:hover h2 {
    color: #ffffff;
    transition: all 0.9s ease-out;
}


/************Container2*********/


/************services*********/

.servicesmain {
    margin: 50px auto;
    overflow: hidden;
}

.services {
    width: 97%;
    /* float: left; */
    overflow: hidden;
    text-align: center;
    margin: 0 35px 0px auto;
}

.services .container2 .block1,
.services .container2 .block2,
.services .container2 .block3,
.services .container2 .block4,
.services .container2 .block5 {
    display: inline-block;
    width: 24%;
    margin: 26px 33px;
    text-align: center;
}

.services p {
    text-align: left;
    font-size: 14px;
    margin: 0 0 0 28px;
}

.quicklinks {
    width: 23%;
    float: left;
    overflow: hidden;
    background: #ededed;
    padding: 21px;
}

.quicklinks h3 {
    color: #333333;
    border-bottom: 1px solid #cccbcb;
    width: 86%;
    font-weight: normal;
    padding: 5px 0;
    margin: 0 0 10px 0;
}

.quicklinks h3 span {
    border-bottom: 4px solid #f67a00;
    padding: 5px 0;
}

.quicklinks ul li {
    list-style: none;
    background: url(../images/arrow.jpg) no-repeat left;
    color: #333333;
    padding-left: 27px;
    line-height: 34px;
}

.quicklinks ul li a {
    color: #333;
    text-decoration: none;
}

.quicklinks ul li a:hover {
    color: #f67a00;
}


/************services*********/


/************Contact Us*********/

.contactus {
    overflow: hidden;
    margin: 3em 0;
    text-align: left;
}

.contactus h3 {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    padding: 0px 0px 27px 0px;
    color: #f67900;
}

.contactleft {
    width: 45%;
    float: right;
    overflow: hidden;
}

.contactleft ul li {
    width: 79%;
    list-style: none;
    display: block;
    margin: 27px 34px;
    overflow: hidden;
}

.contacticon {
    width: 8%;
    float: left;
    overflow: hidden;
}

.contactleft h3 {
    font-size: 17px;
}

.contdet {
    width: 90%;
    float: left;
    overflow: hidden;
    margin: -3px 0;
}

.contdet p {
    font-size: 14px;
}

.contdet a {
    color: #000;
    text-decoration: none;
}


/*.contactleft ul li:hover img {
	background: #ff9c59;
	border-radius: 50%;
}*/

.contactright {
    width: 55%;
    margin: 0 0 2em;
    overflow: hidden;
}

.contactright ul li {
    list-style: none;
    width: 100%;
    display: block;
    margin: 13px 0;
    box-sizing: border-box;
}

.contactright input[type="text"] {
    width: 96%;
    padding: 10px 5px;
    background: #ececec;
    border: none;
}

.contactright textarea {
    width: 96%;
    height: 108px;
    padding: 15px 5px;
    background: #ececec;
    border: none;
    font-family: 'Lato', sans-serif;
}

.security {
    width: 30%;
    float: left;
    overflow: hidden;
}

.contactright input[type="submit"] {
    background: #f60;
    border: none;
    color: #000;
    padding: 3px 16px;
    font-weight: bold;
    border: 2px solid #f60;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
}

.submit {
    width: 19%;
    float: left;
    overflow: hidden;
}

.contactright input[type="submit"]:hover {
    background: #eeeced;
    border: 2px solid #f60 font-family: 'Lato', sans-serif;
}


/************Contact Us*********/


/************About Us*********/

.aboustus1 {
    margin: 50px 0;
}

.aboutmain {
    width: 64%;
    float: left;
    overflow: hidden;
    margin: 0px 85px 10px auto;
}

.aboutus {
    width: 100%;
    color: #000;
    float: left;
    overflow: hidden;
    margin: 0px 0 24px auto;
}

.aboutus p {
    text-align: justify;
}

.about1 {
    margin: auto;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.quality,
.mission {
    overflow: hidden;
    margin: 40px 0;
}

.aboutleft {
    width: 65%;
    overflow: hidden;
    margin: 0 26px 33px 24px;
    display: inline-block;
    vertical-align: top;
    float: left;
    overflow: hidden;
}

.aboutleft ul li {
    margin: 0 0 11px 23px;
    color: #000;
    list-style: circle;
}

.aboutleft h2 {
    color: #FF6600;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 12px;
}

.aboutleft p {
    color: #909090;
}

.aboutus h2 {
    color: #000000;
    font-weight: normal;
    font-size: 23px;
    line-height: 30px;
    padding: 0 0px 20px 0px;
}

.aboutus h2 strong {
    color: #FF6600;
    font-weight: normal;
    font-size: 30px;
}

.quicklinksabout {
    width: 23%;
    float: left;
    overflow: hidden;
    background: #ededed;
    padding: 21px;
}

.quicklinksabout h3 {
    color: #333333;
    border-bottom: 1px solid #cccbcb;
    width: 86%;
    font-weight: normal;
    padding: 5px 0;
    margin: 0 0 10px 0;
}

.quicklinksabout h3 span {
    border-bottom: 4px solid #f67a00;
    padding: 5px 0;
}

.quicklinksabout ul li {
    list-style: none;
    background: url(../images/arrow.jpg) no-repeat left;
    color: #333333;
    padding-left: 27px;
    line-height: 34px;
}

.quicklinksabout ul li a {
    color: #333;
    text-decoration: none;
}

.quicklinksabout ul li a:hover {
    color: #f67a00;
}

.missionvission h1.missionvis span {
    width: 36%;
}


/************About Us*********/

.gallerylogo {
    margin: -25px 0 0 0;
    width: 100%;
    text-align: center;
}

.gallerylogo img {
    width: 20%;
}

.gallerylogo a {
    text-decoration: none;
}

.gallerylink {
    text-align: center;
    margin: 22px auto 0 auto;
}

.gallerylink ul li {
    list-style: none;
    display: inline-block;
    width: 10%;
}

.gallerylink ul li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    padding: 9px;
    display: block;
    background: url(../images/button.png) no-repeat;
}

.gallerylink ul li a:hover {
    transform: scale(1.1);
    transition: all .7s ease-in-out;
}


/************Gallery******/

.gallery {
    width: 98%;
    float: left;
    overflow: hidden;
    text-align: center;
    margin: 0 35px 0px auto;
}

.gallery .servicescontainer .block1,
.gallery .servicescontainer .block2,
.gallery .servicescontainer .block3,
.gallery .servicescontainer .block4,
.gallery .servicescontainer .block5 {
    margin: 17px 16px;
    display: inline-block;
    width: 24%;
    text-align: center;
}


/************clients******/

.clientsmain {
    margin: 0 0 30px 0;
}

.clients {
    width: 70%;
    float: left;
    overflow: hidden;
}

.clients table {
    border-collapse: collapse;
    width: 90%;
    margin: 0 0 30px 0;
}

.clients table tr td,
.clients table tr th {
    border: 1px solid #e6e6e6;
    padding: 9px;
    font-size: 16px;
}

.clients table tr .clientname {
    background: #f67900;
    color: #fff;
    text-align: center;
    font-size: 19px;
}

.odd {
    background: #eaeaea;
}

.clients h3 {
    background: #f67900;
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 9px;
    width: 27%;
    font-weight: normal;
}


/************clients******/


/************Industrial******/

.industrial,
.institute,
.etp_stp,
.precast {
    margin: 80px 0;
    overflow: hidden;
}

.industrialleft p,
.instituteleft p,
.etp_stpleft p,
.precastleft p {
    font-size: 14px;
    line-height: 24px;
}

.industrialleft,
.instituteleft,
.etp_stpleft,
.precastleft {
    float: left;
    overflow: hidden;
    width: 50%;
    margin: 0 33px 0 0;
    display: none;
}

.industrialright,
.instituteright,
.etp_stpright,
.precastright {
    width: auto;
    text-align: center;
    overflow: hidden;
    margin: 0 0 0 11px;
}


/************Industrial******/


/************Footer******/

.FooterBg {
    background: #666;
}

.footertop h3 {
    color: #e3e3e3;
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 -8px 0;
}

.footertopleft {
    float: left;
    overflow: hidden;
    width: 46%;
    margin: 10px 22px;
    text-align: left;
}

.footertopleft img {
    padding: 11px 0 0 0;
}

.footertopleft ul li img {
    border-top: none;
    padding: 0;
    float: left;
    overflow: hidden;
    background: #666;
    padding: 7px;
    box-shadow: 0px 0px 1px 1px #575151;
    margin: 0 0 10px 0px;
}

.footertop {
    margin: auto;
    overflow: hidden;
    text-align: center;
    padding: 2em 0;
}

.footertopleft ul li p {
    color: #fff;
    font-size: 13px;
    margin-left: 46px;
    line-height: 22px;
    margin-top: -5px;
}

.footertopleft ul li {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    margin: 10px 0;
}

.footertopleft ul li p a {
    color: #fff;
    text-decoration: none;
}

.footerbottom {
    background: #343233;
    color: #fff;
    overflow: hidden;
    padding: 2px 0;
    font-size: 13px;
}

.footerbottomleft {
    float: left;
    overflow: hidden;
}

.footerbottomright {
    float: right;
    overflow: hidden;
}

.footerbottomright a {
    color: #fff;
}


/************Footer******/