@charset "utf-8";
/* CSS Document */
.bodyindex {
	width: 100vw;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1.2em;
	max-width: 100%
	/*max width is fucking important for not making body overflow due to vertical scroll was taken into account so fucking use it!*/
}
/*header zone*/
.headertab {
	width: 100%;
	height: 5vh;
	background: linear-gradient(to bottom, #284536 0%, #4CA456 50%, #4CA456 100%);
	padding: 0px;
	margin-left: 0px;
    margin-right: 0px;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
   .headertab {
	display: none;
    } 
}
.headertab2 {
    display: none;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
   .headertab2 {
    display: block;
	width: 100%;
	height: 3vh;
	background: linear-gradient(to bottom, #284536 0%, #4CA456 50%, #4CA456 100%);
	padding: 0px;
	margin-left: 0px;
    margin-right: 0px;
    } 
}
.headerbox {
	width: 100%;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     transform: translateY(-50%);
}
@media only screen and (max-width: 1600px) {
    .headerbox {
	width: 100%;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     transform: translateY(-50%);
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .headerbox {
	width: 100%;
	height: auto;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .headerbox2 {
	width: 100%;
	height: auto;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     transform: translateY(-50%);
    }
}
.headertext1 {
    text-decoration: none;
    color: #FFFFFF;
    transition: 0.3s;
    position: inline-block;
    font-size: calc(0.5vw + 1vmin);
}
.headertext1:hover {
    text-decoration: none;
    color: #1F51FF;
    transition: 0.3s;
}
.headertext2 {
    text-decoration: none;
    color: #FFFFFF;
    transition: 0.3s;
    position: inline-block;
    font-size: calc(0.5vw + 1vmin);
}
.phonenobg {
    display: inline-block;
}
.phonenobg2 {
}
.phonenobg3 {
}
.topicontableandtext {
    height: 100%;
    width: 100%;
}
.topiconcelldiv {
    display: inline-block;
    height: auto;
    padding-bottom: 0.05%;
}
@media only screen and (max-width: 1600px) {
    .topiconcelldiv {
    display: inline-block;
    height: auto;
    padding-bottom: 0.3%;
    }
}
.topiconcell {
    padding-top: auto;
    padding-bottom: auto;
    background-color: yellow;
    height: auto;
}
.topiconcelltextcontainer {
    padding-bottom: auto;
    vertical-align: middle;
    font-size: 0.88em;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #FFFFFF;
}
@media only screen and (max-width: 1600px) {
    .topiconcelltextcontainer {
    padding-bottom: auto;
    vertical-align: middle;
    font-size: 0.9vw;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #FFFFFF;
	border: 5px solid red;
	padding: 0;
    }
}
.topiconcellimgcontainer {
    padding-bottom: auto;
    vertical-align: middle;
    font-size: 0.88em;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #FFFFFF;
}
@media only screen and (max-width: 1600px) {
    .topiconcellimgcontainer {
    padding-bottom: auto;
    vertical-align: middle;
    font-size: 0.9vw;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #FFFFFF;
	border: 5px solid red;
    }
}
.topiconcellfirstimgcontainer {
    padding-bottom: auto;
    vertical-align: middle;
    font-size: 0.88em;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #FFFFFF;
}
@media only screen and (max-width: 1600px) {
    .topiconcellfirstimgcontainer {
    padding-bottom: auto;
    vertical-align: middle;
    font-size: 0.9vw;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #FFFFFF;
	border: 5px solid red;
	width: 7vw;
    }
}
.topiconcelllastimgcontainer {
    padding-bottom: auto;
    vertical-align: middle;
    font-size: 0.88em;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #FFFFFF;
}
@media only screen and (max-width: 1600px) {
    .topiconcelllastimgcontainer {
    padding-bottom: auto;
    vertical-align: middle;
    font-size: 0.9vw;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #FFFFFF;
	border: 5px solid red;
	width: 15vw;
    }
}
.topnavtab {
    height: 60px;
    position: sticky;
    top: 0;
    z-index: 10000000;
    background-color: white;
    transition-duration: 0.4s;
}
@media only screen and (max-width: 1600px) {
    .topnavtab {
    height: 53px;
    position: sticky;
    top: 0;
    z-index: 10000000;
    background-color: white;
    transition-duration: 0.4s;
    }
}
.topnavtab2 {
    height: 70px;
    position: sticky;
    top: -10;
    border: 0;
    z-index: 10000000;
    background-color: white;
    transition-duration: 0.4s;
    -webkit-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
}
@media only screen and (max-width: 1600px) {
    .topnavtab2 {
    height: 70px;
    position: sticky;
    top: 0;
    z-index: 10000000;
    background-color: white;
    transition-duration: 0.4s;
    -webkit-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
    }
}
.toplogocontainer {
    display: inline-block;
    padding: 0;
    width: 11.5%;
    margin-left: 8%;
    height: 100%;
    padding-top: 0.2%;
    padding-bottom: 0.2%;
}
@media only screen and (max-width: 1600px) {
    .toplogocontainer {
    display: inline-block;
    padding: 0;
    width: 11.5%;
    margin-left: 8%;
    height: 100%;
    padding-top: 0.2%;
    padding-bottom: 0.2%;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .toplogocontainer {
    display: inline-block;
    padding: 0;
    width: 20%;
    margin-left: 2%;
    height: 100%;
    padding-top: 0.4%;
    padding-bottom: 0.4%;
    }
}
.toplogoimg {
    height: 100%;
    width: 100%;
    background-image: url(../images/svnobgfull15.png);
    background-size: 100% 100%;
    transition-duration: 0.4s;
}
.toplogoimg2 {
    height: 80%;
    width: 100%;
    background-image: url(../images/svnobgfull15.png);
    background-size: 100% 100%;
    transform: translateY(15%);
    transition-duration: 0.4s;
}
@media only screen and (max-width: 1600px) {
    .toplogoimg2 {
    height: 80%;
    width: 100%;
    background-image: url(../images/svnobgfull15.png);
    background-size: 100% 100%;
    transform: translateY(12%);
    transition-duration: 0.4s;
    }
}
.topnav {
      display: table;
      padding-bottom: auto;
      height: 100%;
      width: 35%;
      height: 100%;
      float: right;
      margin-right: 10%;
      font-family: 'Mitr', sans-serif;
      font-family: 'Prompt', sans-serif;
      background-color: black;
    }
@media only screen and (max-width: 1600px) {
    .topnav {
      padding-bottom: auto;
      display: table;
      height: 100%;
      width: 38%;
      height: 100%;
      float: right;
      margin-right: 10%;
      font-family: 'Mitr', sans-serif;
      font-family: 'Prompt', sans-serif;
      background-color: black;
    }
}
/*topnav table*/
.topnavtable {
    width: 100%;
    height: 100%;
}
.link {
    display: table-cell;
    cursor: pointer;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: #1B1B1B;
    font-size: 0.99em;
    transition: 0.3s;
}
.link:hover {
    text-decoration: none;
    color: #02CF00;
    transition: 0.3s;
}
.linkul {
    display: table-cell;
    cursor: pointer;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: #1B1B1B;
    font-size: 0.99em;
    transition: 0.3s;
}
.linkul:hover {
    text-decoration: none;
    color: #02CF00;
    transition: 0.3s;
}
.linkhome {
    display: table-cell;
    cursor: pointer;
    height: 100%;
    width: 17%;
    vertical-align: middle;
    text-align: center;
    color: #02CF00;
    font-size: 0.99em;
    transition: 0.3s;
}
.linkhome:hover {
    text-decoration: none;
    color: #02CF00;
    transition: 0.3s;
}
.link2 {
    display: table-cell;
    cursor: pointer;
    height: 100%;
    width: 22%;
    vertical-align: middle;
    text-align: center;
    color: #1B1B1B;
    font-size: 0.99em;
    transition: 0.3s;
}
.link2:hover {
    text-decoration: none;
    color: #02CF00;
    transition: 0.3s;
}
.topnavproducttable {
}
.topnavproducttablecell {
    display: table-cell;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    color: #1B1B1B;
    font-size: 0.85em;
    background-color: white;
    width: 10vw;
    border-bottom: medium;
    border-bottom-style: solid;
    border-bottom-color: #4CA456;
    letter-spacing: 0.7px;
}
.topnavproducttablecell:hover {
    text-decoration: none;
    color: #02CF00;
}
@media only screen and (max-width: 1600px) {
    .topnavproducttablecell {
    display: table-cell;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    color: #1B1B1B;
    font-size: 0.85em;
    background-color: white;
    width: 10vw;
    border-bottom: medium;
    border-bottom-style: solid;
    border-bottom-color: #4CA456;
    letter-spacing: 0.7px;
    }
}
@media only screen and (max-width: 1600px) {
     .topnavproducttablecell:hover {
    text-decoration: none;
    color: #02CF00;
    }  
}
.topnavtablecell {
    font-family: 'Mitr', sans-serif;
    font-family: 'Prompt', sans-serif;
    text-align: center;
    font-size: 0.9em;
}
.ulproduct {
    position: absolute;
    display: none;
    margin-top: 3%;
    margin-left: -7%;
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
}
/*allow 1st level dropdown to display when hover on itself*/
.ulproduct:hover {
    display: table-cell;
    transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
    .ulproduct {
    position: absolute;
    display: none;
    margin-top: 3%;
    margin-left: -7%;
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
    }
}
.ulproduct li {
     list-style-type: none;
     transition: 0.3s;
}
.ulproduct li:hover {
    list-style-type: none;
}
.ulbsproduct {
    position: absolute;
    display: none;
    width: 150%;
    margin-top: -20%;
    margin-left: 65%;
    z-index: 99999999;
}
@media only screen and (max-width: 1600px) {
    .ulbsproduct {
    position: absolute;
    display: none;
    width: 150%;
    margin-top: -21.3%;
    margin-left: 60%;
    z-index: 9999999999;
    }
}
/*allow 2nd level dropdown to display when hover on itself */
.ulbsproduct:hover {
    display: table-cell;
    z-index: 9999999999;
}
.ulbsproducttablecell {
    display: table-cell;
    cursor: pointer;
    text-decoration: none;
    padding-top: 3%;
    padding-bottom: 3%;
    text-align: center;
    color: #1B1B1B;
    width: 30vw;
    font-size: 0.85em;
    background-color: white;
    border-bottom: medium;
    border-bottom-style: solid;
    border-bottom-color: #4CA456;
    letter-spacing: 0.7px;
    z-index: 99999999999;
}

.ulbsproducttablecell:hover {
    text-decoration: none;
    color: #02CF00;
    z-index: 99999999999;
}
.ulfocusproduct {
    position: absolute;
    display: none;
    width: 150%;
    margin-top: -20%;
    margin-left: 65%;
    }
@media only screen and (max-width: 1600px) {
.ulfocusproduct {
    position: absolute;
    display: none;
    width: 150%;
    margin-top: -21.3%;
    margin-left: 60%;
    transition: 0.3s;
    }
}
/*allow 2nd level dropdown to display when hover on itself */
.ulfocusproduct:hover {
    display: table-cell;
    transition: 0.3s;
}
.ulfocusproducttablecell {
    display: table-cell;
    cursor: pointer;
    text-decoration: none;
    padding-top: 3%;
    padding-bottom: 3%;
    text-align: center;
    color: #1B1B1B;
    width: 30vw;
    font-size: 0.85em;
    background-color: white;
    border-bottom: medium;
    border-bottom-style: solid;
    border-bottom-color: #4CA456;
    letter-spacing: 0.7px;
}
.ulfocusproducttablecell:hover {
    text-decoration: none;
    color: #02CF00;
}
.ulsunscoproduct {
    position: absolute;
    display: none;
    width: 150%;
    margin-top: -20%;
    margin-left: 65%;
    }
@media only screen and (max-width: 1600px) {
.ulsunscoproduct {
    position: absolute;
    display: none;
    width: 150%;
    margin-top: -21.3%;
    margin-left: 60%;
    }
}
/*allow 2nd level dropdown to display when hover on itself */
.ulsunscoproduct:hover {
    display: table-cell;
}
.ulsunscoproducttablecell {
    display: table-cell;
    cursor: pointer;
    text-decoration: none;
    padding-top: 3%;
    padding-bottom: 3%;
    text-align: center;
    color: #1B1B1B;
    width: 30vw;
    font-size: 0.85em;
    background-color: white;
    border-bottom: medium;
    border-bottom-style: solid;
    border-bottom-color: #4CA456;
    letter-spacing: 0.7px;
}
.ulsunscoproducttablecell:hover {
    text-decoration: none;
    color: #02CF00;
}
/*hover nav (hover 1st level)(bs)*/
.linkul:hover + .ulproduct {
    display: table-cell;
    transition: 0.3s;
}
/*hover nav (hover bs 2nd level)(bs)*/
.topnavproducttablecell:hover + .ulbsproduct {
    display: table-cell;
    transition: 0.3s;
}
/*hover nav (hover 2nd level)(focus)*/
.topnavproducttablecell:hover + .ulfocusproduct {
    display: table-cell;
    transition: 0.3s;
}
/*hover nav (hover 2nd level)(sunsco)*/
.topnavproducttablecell:hover + .ulsunscoproduct {
    display: table-cell;
    transition: 0.3s;
}
.dropdown {
    display: table-cell;
    color: #2F2F2F;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: 0.9em;
}
.dropdown:hover {
    color: #02CF00;
    cursor: pointer;
}
.dropdown-content a {
    display: none;
    background-color: white;
    width: 300%;
    text-align: center;
    vertical-align: middle;
    padding-top: 15%;
    padding-bottom: 15%;
}

.dropdown-content {
    position: absolute;
}
.dropdown:hover .dropdown-content a {
    display: block;
}

/*hithit*/
/*end of header zone*/
/*start of footer zone*/
.footer {
	width: 100%;
	height: 42vh;
	background: linear-gradient(to bottom, #284536 0%, #4CA456 100%);
	padding-top: auto;
	padding-bottom: auto;
	display: flex;
    align-items: center;
}
@media only screen and (max-width: 1600px) {
.footer {
	width: 100%;
	height: 42vh;
	background: linear-gradient(to bottom, #284536 0%, #4CA456 100%);
	padding-top: auto;
	padding-bottom: auto;
	display: flex;
    align-items: center;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .footer {
	width: 100%;
	height: 28vh;
	background: linear-gradient(to bottom, #284536 0%, #4CA456 100%);
	padding-top: auto;
	padding-bottom: auto;
	display: flex;
    align-items: center;
    }
}
.footercredit {
    width: 100%;
    height: 8vh;
    background-color: #35763C;
    display: grid;
    place-items: center;
}
.footercredittext {
    display: block;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-size: calc(0.75vw + 0.75vmin);
	color: white;
	text-align: center;
	display: grid;
    place-items: center;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .footercredittext {
    display: block;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-size: calc(0.75vw + 1.2vmin);
	color: white;
	text-align: center;
	display: grid;
    place-items: center;
}
}
.bottomcontainer {
    height: 90%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .bottomcontainer {
    height: 90%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
}
.footertable {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}
.footernavhead1 {
    width: 34%;
    padding-left: 3%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 90%;
	color: white;
	font-size: calc(1.25vw + 0.75vmin);
	line-height: 150%;
}
@media only screen and (max-width: 1600px) {
    .footernavhead1 {
    width: 34%;
    padding-left: 3%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 90%;
	color: white;
	font-size: calc(1.25vw + 0.75vmin);
	line-height: 150%;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .footernavhead1 {
    width: 34%;
    padding-left: 3%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 90%;
	color: white;
	font-size: calc(1.25vw + 1.7vmin);
	line-height: 150%;
    }
}
.footernavhead2 {
    width: 20%;
    padding-left: 3%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 90%;
	color: white;
	font-size: calc(1.25vw + 0.75vmin);
	line-height: 150%;
}
@media only screen and (max-width: 1600px) {
   .footernavhead2 {
    width: 20%;
    padding-left: 3%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 90%;
	color: white;
	font-size: calc(1.25vw + 0.75vmin);
	line-height: 150%;
    } 
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .footernavhead2 {
    width: 20%;
    padding-left: 3%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 90%;
	color: white;
	font-size: calc(1.25vw + 1.7vmin);
	line-height: 150%;
    } 
    
}
.footernavhead3 {
    width: 33%;
    padding-left: 3%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 90%;
	color: white;
	font-size: calc(1.25vw + 0.75vmin);
	line-height: 150%;
}
@media only screen and (max-width: 1600px) {
    .footernavhead3 {
    width: 33%;
    padding-left: 3%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 90%;
	color: white;
	font-size: calc(1.25vw + 0.75vmin);
	line-height: 150%;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .footernavhead3 {
    width: 33%;
    padding-left: 3%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 90%;
	color: white;
	font-size: calc(1.25vw + 1.7vmin);
	line-height: 150%;
}
}
.linebreakextra {
    border-bottom: 2px solid #ddd;
    margin-left: -5%;
}
.linebreakextra2 {
    border-bottom: 2px solid #ddd;
    margin-left: -3%;
}
.svbottomcontainer {
	width: auto;
	height: 100%;
}
.svbottomimgcon {
	width: 50%;
	height: 30%;
}
@media only screen and (max-width: 1600px) {
    .svbottomimgcon {
	margin-top: -10%;
}
}
.svbottomimg {
	height: 80%;
	width: 100%;
}
.footertext {
	color: white;
	font-size: calc(0.75vw + 0.65vmin);
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	margin-top: 1%;
}
@media only screen and (max-width: 1600px) {
    .footertext {
	color: white;
	font-size: calc(0.75vw + 0.65vmin);
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	margin-top: 1%;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .footertext {
	color: white;
	font-size: calc(0.75vw + 1vmin);
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	margin-top: 1%;
    }
}
.footertext2 {
	color: white;
	font-size: calc(0.75vw + 0.65vmin);
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	margin-top: -3.8%;
	line-height: 150%;
}
@media only screen and (max-width: 1600px) {
    .footertext2 {
	color: white;
	font-size: calc(0.75vw + 0.65vmin);
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	margin-top: -3.8%;
	line-height: 150%;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .footertext2 {
	color: white;
	font-size: calc(0.75vw + 1vmin);
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	margin-top: -3.8%;
	line-height: 150%;
    }
}
.footermenu {
    margin-top: auto;
    margin-bottom: auto;
	height: 100%;
	width: auto;
	margin-top: -3%;
	margin-bottom: auto;
}
.footermenutext {
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-size: calc(1vw + 0.5vmin);
	color: white;
	line-height: 1.7;
	transition: 0.3s;
}
@media only screen and (max-width: 1600px) {
    .footermenutext {
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-size: calc(1vw + 0.5vmin);
	color: white;
	line-height: 1.7;
	transition: 0.3s;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .footermenutext {
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-size: calc(1vw + 1vmin);
	color: white;
	line-height: 1.7;
	transition: 0.3s;
    }
}
.footermenutext:hover {
    text-decoration: none;
    color: #1F51FF;
    transition: 0.3s;
}
.listmenu {
	width: 100%;
	height: 70%;
	list-style-type: none;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    
}
.footernav {
    padding-left: 3%;
    padding-top: 1%;
}
.footernav2 {
    padding-top: 1.5%;
}
.footernav3 {
    padding-top: 1.5%;
}
.footernav4 {
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-size: 0.85em;
	color: white;
	text-align: center;
}
/*end of footer zone*/
/*start of body*/
.bannercontainer {
    height: 63vh;
    width: 100%;
    padding: 0px;
    position: relative;
    z-index: 90;
}
@media only screen and (max-width: 1600px) {
    .bannercontainer {
    height: 500px;
    width: 100%;
    padding: 0px;
    position: relative;
    z-index: 90;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .bannercontainer {
    height: 30vh;
    width: 100%;
    padding: 0px;
    position: relative;
    z-index: 90;
    }
}
.bannercontainer2 {
    height: 90vh;
    width: 60%;
    padding: 0px;
    position: relative;
    z-index: 90;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vh;
}
@media only screen and (max-width: 1600px) {
    .bannercontainer2 {
    height: 90vh;
    width: 60%;
    padding: 0px;
    position: relative;
    z-index: 90;
    margin-right: auto;
    margin-top: 8vh;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .bannercontainer2 {
    height: 80vh;
    width: 90%;
    padding: 0px;
    position: relative;
    z-index: 90;
    margin-right: auto;
    margin-top: 8vh;
    }
}
.bannercontainer3 {
    height: 90vh;
    width: 80%;
    padding: 0px;
    position: relative;
    z-index: 90;
    margin-left: auto;
    margin-top: 8vh;
}
@media only screen and (max-width: 1600px) {
    .bannercontainer3 {
    height: 90vh;
    width: 80%;
    padding: 0px;
    position: relative;
    z-index: 90;
    margin-right: auto;
    margin-top: 8vh;
    }
}
.bannerimg {
    width: 100%;
    height: 100%;
}
.headtextcontainer {
	margin-top: -29%;
	margin-left: 8%;
	font-size: 3.8em;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@media only screen and (max-width: 1600px) {
  .headtextcontainer {
	margin-top: -29%;
	margin-left: 8%;
	font-size: 3.8em;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}
@-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
}
         
@keyframes fadeInLeft {
            0% {
               opacity: 0;
               transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
}
.headtextcontainer2 {
	margin-left: 10%;
	font-size: 3.8em;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@media only screen and (max-width: 1600px) {
  .headtextcontainer2 {
	margin-left: 10%;
	font-size: 3.8em;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}
@-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
}
         
@keyframes fadeInLeft {
            0% {
               opacity: 0;
               transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
}
.headtextcontainer3 {
	margin-top: -29.7%;
	margin-left: 22%;
	font-size: 3.8em;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #fc5d1a;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@media only screen and (max-width: 1600px) {
  .headtextcontainer3 {
	margin-top: -29.7%;
	margin-left: 22%;
	font-size: 3.8em;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #fc5d1a;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}
@-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
}
         
@keyframes fadeInLeft {
            0% {
               opacity: 0;
               transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
}
.headtextcontainer4 {
	margin-left: 22%;
	font-size: 3.8em;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	color: #fc5d1a;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@media only screen and (max-width: 1600px) {
  .headtextcontainer4 {
	margin-left: 22%;
	font-size: 3.8em;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	color: #fc5d1a;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}
@-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
}
         
@keyframes fadeInLeft {
            0% {
               opacity: 0;
               transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
}
.firstzone {
    height: 35vh;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -6.5%;
    padding: 0;
    z-index: 999;
    position: relative;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .firstzone {
    height: 30vh;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    padding: 0;
    z-index: 999;
    position: relative;
    }
}
.mottotable {
    height: 100%;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .mottotable {
    height: 70%;
}
}
.mottocell {
    height: 20vh;
    width: 33vw;
    opacity: 1;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    text-align: center;
}
@media only screen and (max-width: 1600px) {
    .mottocell {
    height: 20vh;
    width: 33vw;
    opacity: 1;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    text-align: center;
    }
}
.motto1container {
    height: 100%;
    width: 90%;
    margin-left: auto;
	margin-right: auto;
	padding-top: 4%;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	margin-bottom: auto;
	background-color: white;
	opacity: 1;
	font-size: 1.3em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	transition-duration: 0.4s;
	-webkit-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	border-radius: 5px;
    text-align: center;
}
@media only screen and (max-width: 1600px) {
    .motto1container {
    height: 100%;
    width: 90%;
    margin-left: auto;
	margin-right: auto;
	padding-top: 4%;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	margin-bottom: auto;
	background-color: white;
	opacity: 1;
	font-size: 1.3em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	transition-duration: 0.4s;
	-webkit-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	border-radius: 5px;
    text-align: center;
    }
}
.mottoimg1 {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 65%;
    background-image: url(../images/fastserv.png);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
}
.mottoimg2 {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 65%;
    background-image: url(../images/cusser.png);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
}
.mottoimg3 {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 65%;
    background-image: url(../images/steelgarage.png);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
}
.mottoimgtext {
    font-size: calc(1vw + 3.2vmin);
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
}
@media only screen and (max-width: 1600px) {
    .mottoimgtext {
    font-size: calc(1vw + 3.2vmin);
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    }
}
.motto1textdes {
	font-size: 1vw;
	display: block;
	padding-top: 3%;
	padding-left: 3%;
	padding-right: 3%;
	text-align: justify;
	word-break: break-all;
	letter-spacing: 0.7px;
	line-height: 150%;
	color: #1B1B1B;
	transition-duration: 1s;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
@media only screen and (max-width: 1600px) {
    .motto1textdes {
	font-size: calc(0.75vw + 0.5vmin);
	display: block;
	padding-top: 3%;
	padding-left: 3%;
	padding-right: 3%;
	text-align: justify;
	word-break: break-all;
	letter-spacing: 0.7px;
	line-height: 150%;
	color: #1B1B1B;
	transition-duration: 1s;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .motto1textdes {
	font-size: calc(0.75vw + 0.9vmin);
	display: block;
	padding-top: 3%;
	padding-left: 3%;
	padding-right: 3%;
	text-align: justify;
	word-break: break-all;
	letter-spacing: 0.7px;
	line-height: 150%;
	color: #545454;
	transition-duration: 1s;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
    }
}
/*start of second zone*/
.blankspacebeforesecondzone {
    height: 6.5vh;
    z-index: 2;
    margin-top: -11%;
    background-color: white;
    }
@media only screen and (max-width: 1600px) {
.blankspacebeforesecondzone {
    height: 7.5vh;
    z-index: 2;
    margin-top: -11%;
    background-color: white;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .blankspacebeforesecondzone {
    height: 7.5vh;
    z-index: 2;
    margin-top: -44%;
    background-color: white;
    }
}
/*start of second zone*/
.secondzone {
    height: 110vh;
    background: linear-gradient(to bottom, #3a6149 0%, #438263 25%, #4CA456 70%);
    z-index: -2;
    position: relative;
    display: grid;
    place-items: center;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .secondzone {
    height: 70vh;
    background: linear-gradient(to bottom, #3a6149 0%, #438263 25%, #4CA456 70%);
    z-index: -2;
    position: relative;
    display: grid;
    place-items: center;
    }
}
#koko {
}
.secondzonecontainer { 
    width: 85%;
    height: 70%;
    margin-top: 7%;
    background-image: url(../images/svcarouselimage1.png);
    background-size: 100% 100%;
    position: absolute;
    -webkit-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .secondzonecontainer { 
    width: 100%;
    height: 70%;
    margin-top: 17%;
    background-image: url(../images/svcarouselimage1.png);
    background-size: 100% 100%;
    position: absolute;
    -webkit-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
    }
}
.leftbox {
    width: 40%;
    height: 100%;
    display: inline;
    float: left;
    padding-left: 6%;
    padding-top: 8%;
    padding-bottom: 8%;
}
.leftboximg {
    width: 100%;
    height: 100%;
}
.rightbox {
    width: 70%;
    height: 100%;
    display: inline;
    float: left;
    padding-left: 5%;
    padding-right: 15%;
    padding-top: 5%;
    padding-bottom: 5%;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .rightbox {
    padding-top: 7%;
    }
}
.rightboxlink {
    z-index: 9999999;
}
.rightboxheadtext {
    font-size: calc(1vw + 3.2vmin);
    font-weight: bold;
    color: green;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
   .rightboxheadtext {
    font-size: calc(1vw + 4vmin);
    font-weight: bold;
    color: green;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
} 
}
.rightboxheadtext2 {
    font-size: calc(1vw + 1.4vmin);
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #4CA456;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .rightboxheadtext2 {
    font-size: calc(1vw + 2vmin);
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #4CA456;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
}
}
.rightboxheadtext3 {
    font-size: calc(1vw + 0.4vmin);
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-align: justify;
	color: #004e01;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .rightboxheadtext3 {
    font-size: calc(1vw + 1vmin);
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-align: justify;
	color: #004e01;
}
}
.rightboxheadtext3x {
    font-size: calc(1vw + 0.4vmin);
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-align: justify;
	color: #004e01;
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
   .rightboxheadtext3x {
    font-size: calc(1vw + 1vmin);
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-align: justify;
	color: #004e01;
} 
}
.specialcontact {
    font-size: calc(1vw + 0.5vmin);
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: white;
	margin-top: 3%;
	text-align: justify;
	color: #004e01;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .specialcontact {
    font-size: calc(1vw + 1vmin);
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: white;
	margin-top: 3%;
	text-align: justify;
	color: #004e01;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
}
}
/*start of third zone*/
.thirdzone {
    width: 70%;
    height: 175vh;
    padding-top: 2%;
    margin-left: auto;
    margin-right: auto;
}
.thirdzone2 {
    width: 80%;
    height: 100vh;
    padding-top: 2%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .thirdzone2 {
    width: 90%;
    height: 60vh;
    padding-top: 3%;
    margin-left: auto;
    margin-right: auto;
    }
}

.thirdzoneheadtext {
	font-size: calc(3vw + 3vmin);
    margin-left: 10%;
	padding-top: 0%;
	background: -webkit-linear-gradient(#FFFFFF,#00780D,#07909D);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
    .thirdzoneheadtext {
	font-size: calc(3vw + 3.5vmin);
    margin-left: 10%;
	padding-top: 0%;
	background: -webkit-linear-gradient(#FFFFFF,#00780D,#07909D);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
    }
}
.linebreak {
	width: 100%;
	height: 5px;
	border-top: 0.1vw thin #00DB56;
	margin-top: -1.3%;
}
.producttable {
    width: 100%;
    height: 40%;
}
.producttable2 {
    width: 100%;
    height: 40%;
}
.producttablespace{
    width: 100%;
    height: 5vh;
}
.productcell {
    height: 100%;
    width: 33.33%;
    opacity: 1;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    text-align: center;
}
.product1container {
    height: 100%;
    width: 90%;
    margin-left: auto;
	margin-right: auto;
	padding-top: 6%;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 5%;
	margin-bottom: auto;
	background-color: white;
	opacity: 1;
	font-size: 1.3em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	-webkit-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	transition-duration: 0.2s;
	border: medium;
	border-color: white;
	border-style: solid;
	border-radius: 5px;
    text-align: center;
}
.product1container:hover {
	border-color: #4CA456;
}
.product2container {
    height: 100%;
    width: 100%;
    margin-left: auto;
	margin-right: auto;
	padding-top: 6%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 5%;
	margin-bottom: auto;
	background-color: white;
	opacity: 1;
	font-size: 1.3em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	transition-duration: 0.2s;
    text-align: center;
}
.product2container:hover {
	border-color: #4CA456;
}
.productimg1 {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 40%;
    background-image: url(../images/bscoil5.PNG);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
}
.productimg2 {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 40%;
    background-image: url(../images/svvenus.png);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
}
.productimg3 {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 40%;
    background-image: url(../images/sunsco.png);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
}
.productimg4 {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 40%;
    background-image: url(../images/dongbuproduct3.png);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
}
.productimg5 {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 90%;
    background-image: url(../images/bscoil5.PNG);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    border-radius: 10px;
}
.productimg6 {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 90%;
    background-image: url(../images/sunsco.png);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    border-radius: 10px;
}
.productimg7 {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 90%;
    background-image: url(../images/dongbuproduct3.png);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    border-radius: 10px;
}
.productimgtext {
    font-size: 1.7em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
}
@media only screen and (max-width: 1600px) {
    .productimgtext {
    font-size: 1.6em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    }
}
.product1textdes {
	font-size: calc(0.6vw + 0.7vmin);
	display: block;
	padding-top: 3%;
	padding-left: 3%;
	padding-right: 3%;
	text-align: justify;
	word-break: break-all;
	letter-spacing: 0.7px;
	line-height: 160%;
	color: #1B1B1B;
	transition-duration: 1s;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
@media only screen and (max-width: 1600px) {
    .product1textdes {
	font-size: calc(0.6vw + 0.7vmin);
	display: block;
	padding-top: 3%;
	padding-left: 3%;
	padding-right: 3%;
	text-align: justify;
	word-break: break-all;
	letter-spacing: 0.7px;
	line-height: 160%;
	color: #1B1B1B;
	transition-duration: 1s;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
    }
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
    .product1textdes {
	font-size: calc(0.6vw + 0.9vmin);
	display: block;
	padding-top: 3%;
	padding-left: 3%;
	padding-right: 3%;
	text-align: justify;
	word-break: break-all;
	letter-spacing: 0.7px;
	line-height: 160%;
	color: #1B1B1B;
	transition-duration: 1s;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
    }
}
.productshowcontainer {
    width: 70%;
    height: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    padding-right: auto;
}
.productboxcontainer {
    width: 31.5%;
    height: 89%;
    display: inline-block;
    vertical-align: top; /*prevent the div shifting down when add text element inside div*/
    margin-left: 1.5%;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
	padding-top: 2%;
	padding-bottom: 3%;
	border: medium;
	border-color: white;
	border-style: solid;
	background-color: #F8F8F8;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	-webkit-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	transition-duration: 0.2s;
	border-radius: 5px;
}
.productboxcontainer :hover {
	border-color: #4CA456;
}
.productimg {
	width: 83%;
	height: 37%;
	-webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
	margin-left: auto;
	margin-right: auto;
	display: block;
	/*image need to be display in block in order to use margin-left+right auto*/
}
.productheadtext {
	font-size: calc(1vw + 1vmin);
	margin-top: 3.5%;
	color: #008000;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 1600px) {
    .productheadtext {
	font-size: calc(1vw + 1vmin);
	margin-top: 3.5%;
	color: #008000;
	display: block;
	text-align: center;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .productheadtext {
	font-size: calc(1vw + 1.4vmin);
	margin-top: 3.5%;
	color: #008000;
	display: block;
	text-align: center;
    }
}
.productheadtext2 {
    width: 15%;
	font-size: 1.3em;
	left: 62.25%;
	margin-top: 0.6%;
	color: #008000;
	position: absolute;
	text-align: center;
}
.productheadtext3 {
    width: 15%;
	font-size: 1.3em;
	left: 94.5%;
	margin-top: 0.6%;
	color: #008000;
	position: absolute;
	display: block;
	text-align: center;
}
.productlink {
    color: #008000;
}
.productlink:hover {
    color: #008000;
    text-decoration: none;
}
.producttext1 {
    width: 80%;
    height: 45%;
    margin-top: 15%;
    margin-left: auto;
    margin-right: auto;
}
.productshowinsidetext{
    font-size: 0.85em;
	margin-left: auto;
	margin-right: auto;
	text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
	color: #3B3B3B;
	letter-spacing: 0.05em; /*space between each ext*/
	line-height: 1.6;/*space between lines of text*/
}
.learnmore {
    border-radius: 5px;
    border: thin;
    border-style: solid;
    border-color: #008000;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    vertical-align: middle;
}
@media only screen and (max-width: 1600px) {
    .learnmore {
    border-radius: 5px;
    border: thin;
    border-style: solid;
    border-color: #008000;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    padding-top: calc(0.01vw + 0.05vmin);
    padding-bottom: calc(0.01vw + 0.05vmin);
    }
}
.learnmoretext {
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-size: calc(0.6vw + 1vmin);
	color: #1B1B1B;
}
@media only screen and (max-width: 1600px) {
  .learnmoretext {
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-size: calc(0.6vw + 1vmin);
	color: #1B1B1B;
    }  
}
.learnmoretext:hover {
    text-decoration: none;
}
/*end of third zone*/

/*start of fourth zone*/
.fourthzone {
    height: 100vh;
    width: 100%;
    background: linear-gradient(to bottom, #3a6149 0%, #438263 25%, #4CA456 70%);
    padding-top: 2%;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .fourthzone {
    height: 60vh;
    width: 100%;
    background: linear-gradient(to bottom, #3a6149 0%, #438263 25%, #4CA456 70%);
    padding-top: 2%;
    }
}
.fourthzoneimage {
    width: 85%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.5%;
    background-image: url(../images/metalsheetpromo.png);
    background-size: 100% 100%;
  image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
 -webkit-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .fourthzoneimage {
    width: 100%;
    height: 90%;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/metalsheetpromo.png);
    background-size: 100% 100%;
  image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
 -webkit-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
	box-shadow: 6px 6px 10px 3px rgba(0,0,0,0.6);
}
}
/*end of fifth zone*/
/*start of fifth zone*/
.fifthzone {
    width: 70%;
    height: 110vh;
    padding-top: 2%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .fifthzone {
    width: 90%;
    height: 70vh;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
}
}
/*start of svbluescope classes*/
/*start of banner*/
.bannerimagecontainer {
	width: 100%;
	height: 50vh;
	background-image: url(../images/carou2.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 6em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
}
@media only screen and (max-width: 1600px) {
    .bannerimagecontainer {
	width: 100%;
	height: 50vh;
	background-image: url(../images/carou2.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 5em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
    }
}
.bannerimagecontainer2 {
	width: 100%;
	height: 50vh;
	background-image: url(../images/bsproduct.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 6em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
}
@media only screen and (max-width: 1600px) {
    .bannerimagecontainer2 {
	width: 100%;
	height: 50vh;
	background-image: url(../images/bsproduct.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 5em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .bannerimagecontainer2 {
	width: 100%;
	height: 35vh;
	background-image: url(../images/bsproduct.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 4em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
    }
}
.bannerimagecontainer3 {
	width: 100%;
	height: 50vh;
	background-image: url(../images/carou3.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 6em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
}
@media only screen and (max-width: 1600px) {
    .bannerimagecontainer3 {
	width: 100%;
	height: 50vh;
	background-image: url(../images/carou3.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 5em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .bannerimagecontainer3 {
	width: 100%;
	height: 35vh;
	background-image: url(../images/carou3.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 4em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
    }
}
.bannerimagecontainer-steelinfo {
	width: 100%;
	height: 50vh;
	background-image: url(../images/carou3.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 6em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
}
@media only screen and (max-width: 1600px) {
    .bannerimagecontainer-steelinfo {
	width: 100%;
	height: 50vh;
	background-image: url(../images/carou3.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 5em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .bannerimagecontainer-steelinfo {
	width: 100%;
	height: 35vh;
	background-image: url(../images/carou3.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 4em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
    }
}
.bannerimagecontainer-sunsco {
	width: 100%;
	height: 50vh;
	background-image: url(../images/sunscoall.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 6em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
}
@media only screen and (max-width: 1600px) {
    .bannerimagecontainer-sunsco {
	width: 100%;
	height: 50vh;
	background-image: url(../images/sunscoall.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 5em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .bannerimagecontainer-sunsco {
	width: 100%;
	height: 35vh;
	background-image: url(../images/sunscoall.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 4em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
    }
}
.bannerimagecontainer-dongbu {
	width: 100%;
	height: 50vh;
	background-image: url(../images/dongbuall.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 6em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
}
@media only screen and (max-width: 1600px) {
    .bannerimagecontainer-dongbu {
	width: 100%;
	height: 50vh;
	background-image: url(../images/dongbuall.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 5em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .bannerimagecontainer-dongbu {
	width: 100%;
	height: 35vh;
	background-image: url(../images/sunscoall.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 4em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
    }
}

.bannerimagecontainer-contactus {
	width: 100%;
	height: 50vh;
	background-image: url(../images/carou2.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 6em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
}
@media only screen and (max-width: 1600px) {
    .bannerimagecontainer-contactus {
	width: 100%;
	height: 50vh;
	background-image: url(../images/carou2.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 5em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .bannerimagecontainer-contactus {
	width: 100%;
	height: 35vh;
	background-image: url(../images/carou2.jpg);
    background-size: 100% 100%;
    display: grid;
    place-items: center;
    font-size: 4em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -2px -2px 0 #ffffff,  
    3px -2px 0 #ffffff,
    -2px 2px 0 #ffffff,
    3px 3px 0 #ffffff;
    }
}

/*end of banner*/
/*start of breadcrumb*/
.breadcrumbcontainer1 {
    width: 70%;
    padding-top: 1%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
   .breadcrumbcontainer1 {
    width: 90%;
    padding-top: 2%;
    margin-left: auto;
    margin-right: auto;
} 
}
ul.breadcrumb1 {
  list-style: none;
  padding-left: 0.5%;
}
/* Display list items side by side */
ul.breadcrumb1 li {
  padding-left: 0.5%;
  display: inline;
  font-size: 1.1em;
  color: #515151;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
@media only screen and (max-width: 1600px) {
    ul.breadcrumb1 li {
  padding-left: 0.5%;
  display: inline;
  font-size: 1em;
  color: #515151;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
    }
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb1 li+li:before {
    color: #515151;
    content: ">\00a0";
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
    font-weight: bold;
	font-size: 1.1em;
}
@media only screen and (max-width: 1600px) {
    ul.breadcrumb1 li+li:before {
    color: #515151;
    content: ">\00a0";
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
    font-weight: bold;
	font-size: 1em;
    }
}
/* Add a color to all links inside the list */
ul.breadcrumb1 li a {
	padding-left: 1%;
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb1 li a:hover {
  padding-left: 1%;
  color: #01447e;
  text-decoration: none;
}
/*end of breadcrumb*/

/*Start of contentzone*/
.contentzone {
	width: 70%;
	height: 170%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
 .contentzone {
	width: 90%;
	height: 170%;
	margin-left: auto;
	margin-right: auto;
    }   
}

.bluescopeproduct1 { 
    width: 100%;
    height: 16.5%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1%;
}
@media only screen and (max-width: 1600px) {
  .bluescopeproduct1  {
    width: 100%;
    height: 16.5%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1%;
  }
}
.wordspace {
    display: block;
    height: 3%;
}
.bluescopeproducttable {
    width: 100%;
}
.bluescopeproducttable2 {
    width: 100%;
    margin-top: 2%;
}

.bluescopeproducttable3 {
    width: 100%;
    margin-top: 2%;
}

@media only screen and (max-height: 700px) {
  .bluescopeproducttable3  {
    width: 100%;
    margin-top: 4%;
  }
}
.bshead1 {
    font-size: 2.7em;
    text-align: center;
	padding-top: 0%;
	background: -webkit-linear-gradient(#FFFFFF,#00770D,#00780D,#07909D);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
@media only screen and (max-width: 1600px) {
    .bshead1 {
    font-size: 2.4em;
    text-align: center;
	padding-top: 0%;
	background: -webkit-linear-gradient(#FFFFFF,#00770D,#00780D,#07909D);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
    }
}
.bsproductcontainerleft {
    width: 30%;
    height: 30vh;
    padding-left: 2%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 2%;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .bsproductcontainerleft {
    width: 30%;
    height: 20vh;
    padding-left: 2%;
    padding-right: 3%;
    padding-top: -1%;
    padding-bottom: 2%;
}
}
.bsproductcontainerright {
    width: 70%;
    height: 30vh;
    padding-left: 1%;
    padding-right: 2%;
    font-size: max(1.2vw, 0.9em);
    line-height: 1.6;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
}
@media only screen and (max-width: 1600px) {
    .bsproductcontainerright {
    width: 70%;
    height: 30vh;
    padding-left: 1%;
    padding-right: 2%;
    font-size: max(1.2vw, 0.9em);
    line-height: 1.6;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
    }
}
.headbluescope {
	font-size: 2.7em;
    text-align: center;
	padding-top: 0%;
	background: -webkit-linear-gradient(#FFFFFF,#00770D,#00780D,#07909D);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
@media only screen and (max-width: 1600px) {
    .headbluescope {
	font-size: 2.2em;
    text-align: center;
	padding-top: 0%;
	background: -webkit-linear-gradient(#FFFFFF,#00770D,#00780D,#07909D);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
    }
}
.linebreakbluescope {
	width: 100%;
	height: 5px;
	border-top: 0.1vw thin #00DB56;
	margin-top: -0.3%;
}
.productcontainerleft {
    display: inline-block;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 3%;
    float: left;
    width: 35%;
    height: 100%;
}
@media only screen and (max-width: 1600px) {
  .productcontainerleft {
    display: inline-block;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 3%;
    float: left;
    width: 35%;
    height: 100%;
    }
}
.productcontainerright {
    padding-top: 0.5%;
    display: inline-block;
    float: right;
    width: 65%;
    height: 100%;
    padding-left: 0.5%;
    padding-right: 1%;
}
@media only screen and (max-width: 1600px) {
    .productcontainerright {
    padding-top: 1%;
    display: inline-block;
    float: right;
    width: 65%;
    height: 100%;
    padding-left: 0.5%;
    padding-right: 1%;
    }
}
.productcontainerrightheadtext {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	text-decoration: none;
	color: #1B1B1B;
	transition-duration: 0.3s;
}
@media only screen and (max-width: 1600px) {
    .productcontainerrightheadtext {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	text-decoration: none;
	color: #1B1B1B;
	transition-duration: 0.3s;
    }
}
.productcontainerrightheadtext:hover {
    text-decoration: none;
    color: #008000;
    transition-duration: 0.3s;
}
.productcontainerrightheadtext2 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	text-decoration: none;
	color: #1B1B1B;
	margin-top: -5%;
}
@media only screen and (max-width: 1600px) {
    .productcontainerrightheadtext2 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	text-decoration: none;
	color: #1B1B1B;
	margin-top: -5%;
    }
}
.productcontainerrightheadtext3 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	text-decoration: none;
	color: #1B1B1B;
	margin-top: -2%;
}
@media only screen and (max-width: 1600px) {
    .productcontainerrightheadtext3 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	text-decoration: none;
	color: #1B1B1B;
	margin-top: -2%;
    }
}
.productcontainerrightheadtext4 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	text-decoration: none;
	color: #1B1B1B;
}
@media only screen and (max-width: 1600px) {
    .productcontainerrightheadtext4 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	text-decoration: none;
	color: #1B1B1B;
    }
}
.productcontainerrightheadtext5 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	text-decoration: none;
	color: #1B1B1B;
	margin-top: 0%;
}
.productcontainerrightheadtext6 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 150%;
	text-decoration: none;
	color: #1B1B1B;
	margin-top: 3%;
	margin-left: 10%;
}
@media only screen and (max-width: 1600px) {
    .productcontainerrightheadtext6 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 150%;
	text-decoration: none;
	color: #1B1B1B;
	margin-top: 3%;
	margin-left: 10%;
    }
}
.productcontainerrightheadtext7 {
    display: block;
    margin-top: 5%;
    font-size: max(1.8vw, 1.1em);
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 120%;
	text-decoration: none;
	color: #1B1B1B;
	margin-top: 3%;
	margin-left: 11.5%;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .productcontainerrightheadtext7 {
    display: block;
    margin-top: 5%;
    font-size: max(1.8vw, 1.7em);
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 120%;
	text-decoration: none;
	color: #1B1B1B;
	margin-top: 3%;
	margin-left: 11.5%;
}
}
.productcontainerrightheadtext8 {
    font-size: 1.2em;
    line-height: 1.6;
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 150%;
	text-decoration: none;
	color: #1B1B1B;
	margin-top: 3%;
	margin-left: 10%;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    
}
.productcontainerrighttext {
    font-size: 1.2em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
}
.bsproductcontainer1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 20vh;
    background-color: black;
}
.htextcontainer {
    height: auto;
    width: 100%;
    padding-top: 1%;
}
.hhhtext {
    margin-top: 10%;
	font-size: 2.5em;
    margin-left: 2%;
	background: -webkit-linear-gradient(#FFFFFF,#00770D,#00780D,#07909D);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
.linebreakbs {
	width: 100%;
	height: 5px;
	border-top: 0.1vw thin #00DB56;
    margin-top: 7%;
}
.aboutleftimgcontainer {
    height: 100%;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .aboutleftimgcontainer {
    height: 100%;
    width: 100%;
    padding-bottom: 2%;
}
}
.blankspace {
    height: 15vh;
    width: 100%;
}
.blankspace50 {
    height: 7.5vh;
    width: 100%;
}
.blankspace25 {
    height: 3.75vh;
    width: 100%;
}
.blankspace30 {
    height: 4.25vh;
    width: 100%;
}
/*start of contact us page*/
.contactzone {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
    .contactzone {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
}
.contentzonecontact {
    height: 150%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.aboutleftx {
    width: 40%;
    display: inline;
    float: left;
    padding-left: 6%;
    padding-right: 4%;
    padding-bottom: 5%;
}
.aboutleftximg {
    width: 92%;
    height: 32vh;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .aboutleftximg {
    width: 92%;
    height: 20vh;
}
}
.aboutrightx {
    width: 60%;
    display: inline;
    float: right;
    padding-bottom: 5%;
    font-size: 1.05em;
    letter-spacing: 0.4px;
    line-height: 160%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
}
.aboutrightx2 {
    width: 60%;
    display: inline;
    float: right;
    padding-bottom: 5%;
    font-size: 1.15em;
    letter-spacing: 0.4px;
    line-height: 160%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
}
.quickcontact {
    padding-left: 1%;
}
.containerleftcontact {
    width: 50%;
    padding-left: 5%;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .containerleftcontact {
    width: 60%;
    padding-left: 5%;
}
}
.containerrightcontact {
    padding-left: 5%;
    padding-right: 3%;
    padding-top: 1%;
    width: 50%;
    height: 100%;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .containerrightcontact {
    padding-left: 5%;
    padding-right: 3%;
    padding-top: 0%;
    width: 50%;
    height: 100%;
}
}
.linebreakcontact {
	width: 100%;
	height: 5px;
	border-top: 0.1vw thin #00DB56;
	margin-top: -2.5%;
}
.linebreakcontactx {
	width: 100%;
	height: 5px;
	border-top: 0.1vw thin #00DB56;
	margin-top: -1%;
}
.linebreakcontact2 {
	width: 100%;
	height: 6px;
	border-top: 0.1vh thin #00DB56;
	margin-top: 5%;
}
.location1 {
    font-size: 1.05em;
    letter-spacing: 0.4px;
    line-height: 160%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
.headtextcontact {
	font-size: 2.5em;
	padding-left: 7%;
	line-height: 120%;
	background: -webkit-linear-gradient(#FFFFFF,#00770D,#00780D,#07909D);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .headtextcontact {
	font-size: 2.5em;
	padding-left: 7%;
	line-height: 120%;
	background: -webkit-linear-gradient(#FFFFFF,#00770D,#00780D,#07909D);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
}
.mapcontainer {
        width: 100%;
        height: 80%;
	    border: 2px solid black;
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
   .mapcontainer {
        width: 100%;
        height: 60%;
	    border: 2px solid black;
} 
}
.mapcontainer2 {
        width: 100%;
        height: 80%;
	    border: 2px solid black;
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
   .mapcontainer2 {
        width: 100%;
        height: 50%;
	    border: 2px solid black;
	    margin-top: -20%;
} 
}
.mapspace {
    height: 20%;
}

.mapspace2 {
    height: 20%;
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
   .mapspace2 {
    height: 10%;
} 
}
.contentzonecontact2 { 
    width: 100%;
    height: 150%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
}
.containerleftcontact2 {
    padding-top: 1%;
    padding-left: 5%;
    padding-right: 3%;
    width: 50%;
    height: 100%;
}
.containerrightcontact2 {
    width: 50%;
    padding-left: 2%;
}
.mapcontainer2 {
        width: 100%;
        height: 80%;
	    border: 2px solid black;
}
.freespace {
    height: 20vh;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .freespace {
    height: 10vh;
}
}
/*start of bluescope product zone*/
.bluescopeproductzone {
    width: 70%;
}
.productgeneralinfo {
    width: 70%;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .productgeneralinfo {
    width: 90%;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
}
}
.productgeneralinfoheadtext {
    bottom: 100%;
    margin-top: 5%;
	font-size: 2.3em;
	position: relative;
	display: block;
    text-align: center;
    width: 100%;
    background: -webkit-linear-gradient(#FFFFFF,#00770D,#00780D,#07909D);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
.productspectable {
    width: 100%;
    margin-top: 2%;
}
.productspectablecell {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 33.33%;
    text-align: center;
    font-size: 1.6em;
    margin-top: 2%;
}
.productspectablecell2 {
    width: 33.33%;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
}
.productspectablecell3 {
    width: 33.33%;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    padding-top: 0.5%;
}
.productspectablecell4 {
    width: 33.33%;
    height: 100%;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
}
.productspectablecell5 {
    width: 25%;
    height: 100%;
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
}
.productspectablecell6 {
    width: 25%;
    padding-bottom: 1%;
    text-align: center;
    font-size: 1.2em;
    line-height: 100%;
    font-weight: bold;
}
.productspectablecelldes {
    width: 33.33%;
    text-align: center;
    font-size: 1em;
    padding-bottom: 4%;
    padding-top: 0.5%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
.aboutleftimgcontainer6 {
    height: 26vh;
    width: 13vw;
    image-rendering: crisp-edges;
     image-rendering: -moz-crisp-edges;          /* Firefox */
     image-rendering: -o-crisp-edges;            /* Opera */
     image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
     -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}
@media only screen and (max-width: 1600px) {
    .aboutleftimgcontainer6 {
    height: 26vh;
    width: 13vw;
    image-rendering: crisp-edges;
     image-rendering: -moz-crisp-edges;          /* Firefox */
     image-rendering: -o-crisp-edges;            /* Opera */
     image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
     -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .aboutleftimgcontainer6 {
    height: 20vh;
    width: 15vw;
    image-rendering: crisp-edges;
     image-rendering: -moz-crisp-edges;          /* Firefox */
     image-rendering: -o-crisp-edges;            /* Opera */
     image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
     -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
    }
}
/*end of bluescope product general info zone*/
/*start of product specification zone*/
.productspecification {
    width: 70%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .productspecification {
    width: 90%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}
}
.productspecificationheadtext {
	font-size: 2.3em;
    text-align: center;
    margin-top: -2.5%;
	padding-top: 0%;
	background: -webkit-linear-gradient(#FFFFFF,#00770D,#00780D,#07909D);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
.productspecdetailtable {
    width: 80%;
    height: 70%;
    margin-left: auto;
    margin-right: auto;
}
.productspecdetailcell {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 50%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	padding-left: 7%;
	line-height: 200%;
}
.productspecdetailcell2 {
    padding-left: 7%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #CCE2CB;
    width: 50%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 200%;
}
.productspecdetailcell3 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 50%;
    padding-left: 7%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 200%;
}
.productspecdetailcell4 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #CCE2CB;
    width: 50%;
    padding-left: 7%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 200%;
}
.productspecdetailcellh {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 50%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-align: right;
	padding-right: 1%;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 200%;
}
.productspecdetailcell3h {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 50%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 200%;
}
/*end of product specification zone*/
/*start of product gallery zone*/
.productgalleryzone {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1%;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
   .productgalleryzone {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1%;
} 
}

.productgallery {
    width: 100%;
    height: 30%;
    margin-top: 5%;
}
.productgallery2 {
    width: 100%;
    height: 30%;
    margin-top: 5%;
}
.productimagetable {
    width: 100%;
}
.productimagetable2 {
    width: 100%;
}
.galleryimg {
    height: 35vh;
    width: 100%;
    
}

.galleryimg2 {
    height: 30vh;
    width: 100%;
}
.galleryimgcolor {
    height: 30vh;
    width: 100%;
    border-radius: 10px;
}
.promoimgcontainer1 {
    width: 60%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 5%;
}
/*start of fifthzone*/
.service2box {
    width : 80%;
    height : 37vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    -webkit-box-shadow: 8px 6px 10px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 8px 6px 10px 5px rgba(0,0,0,0.6);
	box-shadow: 8px 6px 10px 5px rgba(0,0,0,0.6);
	padding-top: 1%;
	padding-bottom: 1%;
	display: block;
	padding-left: 3%;
	padding-right: 3%;
	background-color: #F7F7F7; 
	transition: 0.7s;
}
@media only screen and (max-width: 1600px) {
  .service2box {
    width : 80%;
    height : 37vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 3%;
	padding-right: 3%;
	-webkit-box-shadow: 8px 6px 10px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 8px 6px 10px 5px rgba(0,0,0,0.6);
	box-shadow: 8px 6px 10px 5px rgba(0,0,0,0.6);
	background-color: #F7F7F7;
	transition: 1s;
	/*transition would not work with the margin of the element set to auto*/
   }
}
.service2box:hover {
    position: relative;
	-ms-transform: translateX(5%);
    -webkit-transform: translateX(5%);
    -moz-transform: translateX(5%);
    transform: translateX(5%);
	transition: 1s;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .service2box {
    width : 100%;
    height : 30vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 3%;
	padding-right: 3%;
	-webkit-box-shadow: 8px 6px 10px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 8px 6px 10px 5px rgba(0,0,0,0.6);
	box-shadow: 8px 6px 10px 5px rgba(0,0,0,0.6);
	background-color: #F7F7F7;
	transition: 1s;
	/*transition would not work with the margin of the element set to auto*/
   }
}
.descontainer {
	width: 98%;
	height: 95%;
	padding-bottom: 4%;
}
.servicetableimg {
    width: 40%;
    height: 100%;
    display: inline-table;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .servicetableimg {
    width: 40%;
    height: 80%;
    display: inline-table;
    }
}
.servicetable1 {
    width: 60%;
    height: 100%;
    display: inline-table;
    float: right;
}
.servicetable1cell1 {
    height: 10%;
    padding-left: 3%;
    vertical-align: top;
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-size: calc(1vw + 0.5vmin);
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
   .servicetable1cell1 {
    height: 5%;
    padding-left: 5%;
    vertical-align: top;
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-size: calc(1vw + 1.3vmin);
} 
}
.servicetable1cell2 {
    height: 15%;
    padding-left: 3%;
    vertical-align: top;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-size: calc(1vw + 0.5vmin);
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .servicetable1cell2 {
    height: 10%;
    padding-left: 5%;
    vertical-align: top;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-size: calc(1vw + 1vmin);
}
}
.servicetable1cell3 {
    height: 20%;
    padding-left: 3%;
    text-align: center;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-size: calc(1vw + 0.5vmin);
	font-weight: bold;
	color: #4CA456;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .servicetable1cell3 {
    height: 20%;
    padding-left: 3%;
    text-align: center;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-size: calc(1vw + 0.5vmin);
	font-weight: bold;
	color: #4CA456;
}
}
.servicetable1cellx {
    height: 10%;
    padding-left: 3%;
    vertical-align: top;
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-size: calc(1vw + 0.5vmin);
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .servicetable1cellx {
    height: 1%;
    padding-left: 5%;
    vertical-align: top;
    font-weight: bold;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-size: calc(1vw + 1.3vmin);
    }
}
.servicetable1cell4 {
    height: 10%;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .servicetable1cell4 {
    height: 0%;
}
}
.servicetableimgcell1 {
    height: 45%;
}
.servicetableimgcell2 {
    height: 45%;
}
.servicetableimgcell3 {
    height: 10%;
}
.service1boxheadtext {
	width: 100%;
	height: 12%;
	text-align: center;
    font-size: calc(1.25vw + 1vmin);
    font-weight: bold;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .service1boxheadtext {
	width: 100%;
	height: 12%;
	margin-top: 2%;
	margin-left: 2.5%;
	text-align: center;
    font-size: calc(1.25vw + 1.7vmin);
    font-weight: bold;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
    }
}
.service1boxheadtext2 {
	width: 100%;
	height: 12%;
	text-align: center;
    font-size: calc(1.25vw + 1vmin);
    font-weight: bold;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .service1boxheadtext2 {
    width: auto;
	height: 12%;
	margin-top: 2%;
	padding-left: 25%;
    font-size: calc(1.25vw + 1.7vmin);
    font-weight: bold;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	background-color: red;
    }
}
.service1container {
    width: 100%;
    height: 30vh;
    margin-top: 1%;
}
@media only screen and (max-width: 1600px) {
    .service1container {
    width: 100%;
    height: 30vh;
    margin-top: 1%;
  }
}
.service1containertext {
    
}
.imgpro1 {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-image: url(../images/kl700.png);
    background-size: 100% 100%;
}
.imgpro2 {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-image: url(../images/s760.jpg);
    background-size: 100% 100%;
}
.imgpro3 {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-image: url(../images/cutsteel.jpg);
    background-size: 100% 100%;
}
.imgpro4 {
	width: 100%;
	height: 100%;
	display: inline-block;
	background-image: url(../images/edgesheet.jpg);
    background-size: 100% 100%;
}
.service1textbox {
    width: 57%;
    font-size: 1em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
    float: right;
}
/*start of aboutus zone*/
.aboutuspromo {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    height: 40vh;
    margin-top: 7%;
    background-image: url(../images/aboutusimg.jpg);
    background-size: 100% 100%;
}
.aboutushistory {
    font-size: max(1.2vw, 0.9em);
    line-height: 1.6;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-decoration: none;
	color: #1B1B1B;
	margin-top: 0%;
	text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
	padding-left: 2%;
	padding-right: 2%;
}
.aboutusmottocontainer {
    margin-top: 1vh;
}
.aboutusmotto1 {
    width: 100%;
    height: 40vh;
}
.aboutusmottocell1 {
    width: 40%;
    background-image: url(../images/aboutusquickservice.jpg);
    background-size: 100% 100%;
      image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .aboutusmottocell1 {
    width: 40%;
    height: 70%;
    background-image: url(../images/aboutusquickservice.jpg);
    background-size: 100% 100%;
      image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}
}
.aboutusmottocell2 {
    width: 60%;
    vertical-align: top;
    padding-top: 3.5%;
    padding-left: 4%;
    padding-right: 2%;
    text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
    font-size: max(1.2vw, 0.9em);
    line-height: 1.6;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
.aboutusmotto2 {
    width: 100%;
    height: 40vh;
}
.aboutusmottocell3 {
    width: 60%;
    vertical-align: top;
    padding-top: 3.5%;
    padding-left: 4%;
    padding-right: 2%;
    text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
    font-size: max(1.2vw, 0.9em);
    line-height: 1.6;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
.aboutusmottocell4 {
    width: 40%;
    background-image: url(../images/aboutusservice.jpg);
    background-size: 100% 100%;
      image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}
.aboutusmotto3 {
    width: 100%;
    height: 40vh;
}
.aboutusmottocell5 {
    width: 40%;
    background-image: url(../images/warehouse.jpg);
    background-size: 100% 100%;
      image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}
.aboutusmottocell6 {
    width: 60%;
    vertical-align: top;
    padding-top: 3.5%;
    padding-left: 4%;
    padding-right: 2%;
    text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
    font-size: max(1.2vw, 0.9em);
    line-height: 1.6;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
/*start of knowledgezone*/
.aboutrightxx {
    width: 45%;
    display: inline;
    float: right;
    padding-left: 10%;
    padding-right: 4%;
    padding-bottom: 5%;
}
.aboutrightxximg {
    width: 92%;
    height: 32vh;
}
.aboutleftxx {
    width: 55%;
    display: inline;
    float: left;
    padding-bottom: 5%;
    font-size: 1.05em;
    letter-spacing: 0.4px;
    line-height: 160%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
}
.aboutleftxx2 {
    width: 55%;
    display: inline-block;
    float: left;
    margin-left: -35%;
    margin-top: 7%;
    padding-bottom: 5%;
    font-size: 1.05em;
    letter-spacing: 0.4px;
    line-height: 160%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
}
@media only screen and (max-width: 1600px) {
    .aboutleftxx2 {
    width: 55%;
    display: inline;
    float: left;
    margin-left: 3%;
    padding-bottom: 5%;
    font-size: 1.05em;
    letter-spacing: 0.4px;
    line-height: 160%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
    }
}
.goodmetalsheettable {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.coilpromo {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    height: 70vh;
    background-color: white;
    background-image: url(../images/metalsheetpromo3.png);
    background-size: 100% 100%;
    image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}
.goodmetalsheetcelldesc {
    font-size: 1.05em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
	line-height: 200%;
}
.goodmetalsheetcelldeschidden {
    font-size: 1.05em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
	line-height: 200%;
	color: transparent;
}
.cellheadtext {
    font-size: 1.05em;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	font-weight: bold;
	display: inline-block;
}
.knowledgeimg1 {
    width: 37%;
    height: 35vh;
    display: inline;
    float: left;
    background-image: url(../images/metalsheetsub.png);
    background-size: 100% 100%;
    image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
    padding-left: 3%;
    padding-right: 4%;
    padding-bottom: 5%;
    margin-top: 1%;
}
@media only screen and (max-width: 1600px) {
    .knowledgeimg1 {
    width: 37%;
    height: 35vh;
    display: inline;
    float: left;
    background-image: url(../images/metalsheetsub.png);
    background-size: 100% 100%;
    image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
    padding-left: 3%;
    padding-right: 4%;
    padding-bottom: 5%;
    margin-top: 1%;
    }
}
.knowledgeimg2 {
    width: 37%;
    height: 35vh;
    float: right;
    margin-top: 5%;
    display: inline-block;
    background-image: url(../images/coilsheet.jpg);
    background-size: 100% 100%;
    image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
    margin-left: 3%;
    padding-right: 4%;
    padding-bottom: 5%;
}
@media only screen and (max-width: 1600px) {
    .knowledgeimg2 {
    width: 37%;
    height: 35vh;
    display: inline;
    float: left;
    background-image: url(../images/coilsheet.jpg);
    background-size: 100% 100%;
    image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
    margin-left: 3%;
    padding-right: 4%;
    padding-bottom: 5%;
    }
}
.ulknowledge {
    position: absolute;
    display: none;
    margin-top: 3%;
    margin-left: -10%;
}
@media only screen and (max-width: 1600px) {
    .ulknowledge {
    position: absolute;
    display: none;
    margin-top: 3%;
    margin-left: -10%;
    }
}
/*allow 1st level dropdown to display when hover on itself*/
.ulknowledge:hover {
    display: table-cell;
}
.ulknowledge li {
     list-style-type: none;
}
.linkul:hover + .ulknowledge {
    display: table-cell;
}
/*start of thicknesszone*/
.goodmetalsheettable2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.thicknessspace {
    width: 100%;
    height: 50px;
    background-color: black;
    display: block;
}
.thicknessimg2 {
    width: 40%;
    height: 55vh;
    display: inline;
    float: right;
    background-image: url(../images/coilsheet.jpg);
    background-size: 100% 100%;
    image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
    padding-right: 4%;
    padding-bottom: 5%;
}
#testimonial-carousel {
    height: 63vh;
    width: 100%;
    padding: 0px;
    position: relative;
    z-index: -1;
    background-size: 100% 100%;
    image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}
@media only screen and (max-width: 1600px) {
    #testimonial-carousel {
    height: 500px;
    width: 100%;
    padding: 0px;
    position: relative;
    z-index: -1;
    background-size: 100% 100%;
    image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    #testimonial-carousel {
    height: 40vh;
    width: 100%;
    padding: 0px;
    position: relative;
    z-index: -1;
    background-size: 100% 100%;
    image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
    }
}
.carousel-item {
	height: 63vh;
	width: 100%;
	margin-top : 0px;
	background-size: 100% 100%;
	image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}
@media only screen and (max-width: 1600px) {
    .carousel-item {
	height: 500px;
	width: 100%;
	margin-top : 0px;
	background-size: 100% 100%;
	image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .carousel-item {
	height: 40vh;
	width: 100%;
	margin-top : 0px;
	background-size: 100% 100%;
	image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
    }
}
.carousel-item2 {
	height: 63vh;
	width: 100%;
	margin-top : 0px;
	background-size: 100% 100%;
	image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}
@media only screen and (max-width: 1600px) {
    .carousel-item2 {
	height: 80vh;
	width: 100%;
	margin-top : 0px;
	background-size: 100% 100%;
	image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
    }
}

.testimonial-text1 {
    margin-left: 22%;
    margin-top: 2%;
	z-index: 99;
	font-size: clamp(4.5rem, 6vw, 5.5rem);
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #fc5d1a;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@media only screen and (max-width: 1600px) {
  .testimonial-text1 {
    margin-left: 22%;
    margin-top: 2%; 
	z-index: 99;
	font-size: clamp(3.5rem, 5vw, 4.5rem);
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #fc5d1a;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}
@-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
}
         
@keyframes fadeInLeft {
            0% {
               opacity: 0;
               transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
}
.testimonial-text2 {
	margin-left: 22%;
	font-size: clamp(4rem, 6vw, 5.5rem);
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	color: #fc5d1a;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@media only screen and (max-width: 1600px) {
  .testimonial-text2 {
	margin-left: 22%;
	font-size: clamp(3.5rem, 5vw, 4.5rem);
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	color: #fc5d1a;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}
@-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
}
         
@keyframes fadeInLeft {
            0% {
               opacity: 0;
               transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
}
.testimonial-text3 {
	margin-left: 15%;
	margin-top: 2%;
	z-index: 500;
	font-size: clamp(4rem, 6vw, 5.5rem);
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@media only screen and (max-width: 1600px) {
  .testimonial-text3 {
	margin-left: 15%;
	margin-top: 2%;
	z-index: 500;
	font-size: clamp(3.5rem, 5vw, 4.5rem);
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}
@-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
}
         
@keyframes fadeInLeft {
            0% {
               opacity: 0;
               transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
}
.testimonial-text4 {
	margin-left: 15%;
	font-size: clamp(4rem, 6vw, 5.5rem);
	z-index: 500;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@media only screen and (max-width: 1600px) {
  .testimonial-text4 {
	margin-left: 15%;
	font-size: clamp(3.5rem, 5vw, 4.5rem);
	z-index: 500;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	color: #008000;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}
@-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
}
         
@keyframes fadeInLeft {
            0% {
               opacity: 0;
               transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
}
.testimonial-text5 {
	margin-left: 60%;
	margin-top: 6%;
	font-size: clamp(4rem, 6vw, 5.5rem);
	z-index: 500;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	color: #003B73;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@media only screen and (max-width: 1600px) {
  .testimonial-text5 {
	margin-left: 60%;
	margin-top: 6%;
	font-size: clamp(3.5rem, 5vw, 4.5rem);
	z-index: 500;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	color: #003B73;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}
@-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
}
         
@keyframes fadeInLeft {
            0% {
               opacity: 0;
               transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
}
.testimonial-text6 {
	margin-left: 65%;
	margin-top: 1.7%;
	font-size: clamp(4rem, 6vw, 5.5rem);
	z-index: 500;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	color: #003B73;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@media only screen and (max-width: 1600px) {
  .testimonial-text6 {
	margin-left: 65%;
	margin-top: 1.7%;
	font-size: clamp(3.5rem, 5vw, 4.5rem);
	z-index: 500;
	font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	line-height: 100%;
	color: #003B73;
	font-weight: bold;
	text-shadow:
    -1px -1px 0 #ffffff,  
    2px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    2px 2px 0 #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}
@-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
        }
}
         
@keyframes fadeInLeft {
            0% {
               opacity: 0;
               transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
}
.carousel-control-prev {
    z-index: 999;
}
.carousel-control-next {
    z-index: 999;
}
#carouselExampleCaptions {
    height: 63vh;
    width: 100%;
    padding: 0px;
    position: relative;
    z-index: -1;
    background-size: 100% 100%;
    image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}
@media only screen and (max-width: 1600px) {
    #carouselExampleCaptions {
    height: 500px;
    width: 100%;
    padding: 0px;
    position: relative;
    z-index: -1;
    background-size: 100% 100%;
    image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
    }
}
.d-block w-100 {
    background-size: 100% 100%;
    image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}
.carousel-indicators {
    margin-bottom: 7.2%;
    z-index: 700;
}
/* Dropdown menu Css*/
.menutabspacing {
    display: inline-block;
    width: 26%;
    height: 100%;
    background-color: white;
    transition-duration: 0.4s;
}
@media only screen and (max-width: 1600px) {
.menutabspacing {
    display: inline-block;
    width: 21%;
    height: 100%;
    background-color: white;
    transition-duration: 0.4s;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .menutabspacing {
    display: inline-block;
    width: 0%;
    height: 100%;
    background-color: white;
    transition-duration: 0.4s;
    }
}
.menutabspacing2 {
    display: inline-block;
    width: 26%;
    height: 100%;
    background-color: white;
    transition-duration: 0.4s;
}
@media only screen and (max-width: 1600px) {
.menutabspacing2 {
    display: inline-block;
    width: 21%;
    height: 100%;
    background-color: white;
    transition-duration: 0.4s;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .menutabspacing2 {
    display: inline-block;
    width: 0%;
    height: 100%;
    background-color: white;
    transition-duration: 0.4s;
    }
}
.menutabfirstlevelul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  z-index: 100000000;
  position: absolute;
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  /*Menutab*/
}
.menutabfirstlevelul:hover {
  overflow: visible;
  z-index: 100000000;
}
.menutabfirstlevelli {
  position: relative;
  float: left;
  background-color: #17B0FF;
  z-index: 100000000;
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
}
.menutabfirstlevelli:hover {
  background-color: #189BDF;
  z-index: 100000000;
}
.asecondlevel {
  display: block;
  padding: 10px 40px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  color: #1B1B1B;
  font-size: 0.85em;
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
}

/* second level */
.menutabfirstlevelul .menutabsecondlevelul {
  max-height: 0;
  transition: max-height 1s;
  z-index: 100000000;
}
.menutabfirstlevelul .menutabfirstlevelli:hover .menutabsecondlevelul {
  max-height: 999px;
  z-index: 100000000;
}
.menutabfirstlevelul .menutabsecondlevelul .menutabsecondlevelli {
  float: none;
  background-color: #189BDF;
  z-index: 100000000;
  width: 15vw;
  color: #1B1B1B;
  font-size: 0.85em;
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
}
.menutabfirstlevelul .menutabsecondlevelul .menutabsecondlevelli:hover {
  background-color: #1289C7;
  z-index: 100000000;
}

/* third level */
.menutabfirstlevelul .menutabsecondlevelul .menutabthirdlevelul {
  position: absolute;
  width: 0;
  top: 0;
  left: 100%;
  transition: width 0.4s;
  z-index: 100000000;
}
.menutabfirstlevelul .menutabsecondlevelul .menutabsecondlevelli:hover .menutabthirdlevelul {
  width: 100%;
  z-index: 100000000;
}
.menutabfirstlevelul .menutabsecondlevelul .menutabthirdlevelul .menutabthirdlevelli {
  background-color: #DF7F18;
  z-index: 100000000;
}
.menutabfirstlevelul .menutabsecondlevelul .menutabthirdlevelul .menutabthirdlevelli:hover {
  background-color: #C77115;
  z-index: 100000000;
}
/*End of Dropdown Menu*/
/*End of Dropdown Menu*/
/*New Dropdown Menu*/
.menudump {
    display: inline-block;
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 1600px) {
.menudump {
    display: inline-block;
    width: 55%;
    height: 100%;
    margin: 0;
    padding: 0;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .menudump {
    display: inline-block;
    width: 70%;
    height: 100%;
    margin: 0;
    padding: 0;
    }
}
.menudump ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  z-index: 100000000;
  position: absolute;
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  /*Menutab*/
}
.menudump ul:hover {
  overflow: visible;
  z-index: 100000000;
}
@media only screen and (max-width: 1600px) {
    .menudump ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  z-index: 100000000;
  position: absolute;
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  /*Menutab*/
    }
}

.menudump li {
  position: relative;
  float: left;
  z-index: 100000000;
  font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
.menudump li:hover {
  z-index: 100000000;
}
.menudump a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.85em;
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  z-index: 100000000;
}
.menudump .afirstlevel {
  display: block;
  height: 60px;
  padding: 16.5px 40px;
  color: #545454;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: max(1vw, 0.9em);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition: 0.4s;
}
@media only screen and (max-width: 1600px) {
   .menudump .afirstlevel {
  display: block;
  height: 53px;
  padding: 14px 40px;
  color: #545454;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: calc(0.6vw + 1vmin);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition: 0.4s;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .menudump .afirstlevel {
  display: block;
  height: 53px;
  padding: 16px 20px;
  color: #545454;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: calc(0.6vw + 1.4vmin);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition: 0.4s;
    }
}
.menudump .afirstlevel2 {
  display: block;
  height: 60px;
  padding: 20px 40px;
  color: #545454;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: max(1vw, 1.2em);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition: 0.4s;
}
@media only screen and (max-width: 1600px) {
   .menudump .afirstlevel2 {
  display: block;
  height: 53px;
  padding: 20px 40px;
  color: #545454;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: calc(0.6vw + 1.2vmin);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition: 0.4s;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .menudump .afirstlevel2 {
  display: block;
  height: 53px;
  padding: 25px 20px;
  color: #545454;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: calc(0.6vw + 1.4vmin);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition: 0.4s;
    }
}

.menudump .afirstlevel:hover {
  display: block;
  height: 60px;
  padding: 16.5px 40px;
  color: #03C04A;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: max(1vw, 0.9em);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition: 0.4s;
}
@media only screen and (max-width: 1600px) {
   .menudump .afirstlevel:hover {
  display: block;
  height: 53px;
  padding: 14px 40px;
  color: #03C04A;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: calc(0.6vw + 1vmin);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition: 0.4s;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .menudump .afirstlevel:hover {
  display: block;
  height: 53px;
  padding: 16px 20px;
  color: #03C04A;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: calc(0.6vw + 1.4vmin);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition: 0.4s;
    }
}
.menudump .afirstlevel2:hover {
  display: block;
  height: 60px;
  padding: 20px 40px;
  color: #03C04A;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: max(1vw, 1.2em);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition: 0.4s;
}
@media only screen and (max-width: 1600px) {
   .menudump .afirstlevel2:hover {
  display: block;
  height: 53px;
  padding: 20px 40px;
  color: #03C04A;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: calc(0.6vw + 1.2vmin);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition: 0.4s;
    }
}
.menudump .afirstlevelhome {
  display: block;
  height: 53px;
  padding: 16.5px 30px;
  color: #03C04A;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: max(1vw, 0.9em);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition-duration: 0.4s;
}
@media only screen and (max-width: 1600px) {
   .menudump .afirstlevelhome {
  display: block;
  height: 53px;
  padding: 14px 30px;
  color: #03C04A;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: calc(0.6vw + 1vmin);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition-duration: 0.4s;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .menudump .afirstlevelhome {
  display: block;
  height: 53px;
  padding: 16px 25px;
  color: #03C04A;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: calc(0.6vw + 1.4vmin);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition-duration: 0.4s;
    }
}
.menudump .afirstlevelhome2 {
  display: block;
  height: 53px;
  padding: 20px 30px;
  color: #03C04A;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: max(1vw, 1.2em);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition-duration: 0.4s;
}
@media only screen and (max-width: 1600px) {
   .menudump .afirstlevelhome2 {
  display: block;
  height: 53px;
  padding: 20px 30px;
  color: #03C04A;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: calc(0.6vw + 1.2vmin);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition-duration: 0.4s;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .menudump .afirstlevelhome2 {
  display: block;
  height: 53px;
  padding: 25px 20px;
  color: #03C04A;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: calc(0.6vw + 1.4vmin);
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  transition: 0.4s;
    }
}
.menudump .asecondlevel {
  display: block;
  padding: 17px 30px;
  height: 60px;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: 0.85em;
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
}
@media only screen and (max-width: 1600px) {
   .menudump .asecondlevel {
  display: block;
  height: 53px;
  padding: 15px 30px;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: 0.75em;
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
    }
}
.menudump .asecondlevel2 {
  display: block;
  padding: 17px 30px;
  height: 60px;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: 0.85em;
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
}
@media only screen and (max-width: 1600px) {
   .menudump .asecondlevel2 {
  display: block;
  height: 53px;
  padding: 15px 30px;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: 0.75em;
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
  margin-top: -10px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
    .menudump .asecondlevel2 {
  display: none;
    }
}
.secondlevelspacing {
    
}
@media only screen and (max-width: 1600px) {
    .secondlevelspacing {
    
    }
}
.secondlevelspacing2 {
    margin-top: 10px;
}
@media only screen and (max-width: 1600px) {
    .secondlevelspacing2 {
    margin-top: 27px;
    }
}
.menudump .athirdlevel {
  display: block;
  padding: 17px 30px;
  height: 60px;
  width: 14.5vw;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: 0.85em;
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
}
@media only screen and (max-width: 1600px) {
   .menudump .athirdlevel {
  display: block;
  height: 53px;
  width: 14.5vw;
  vertical-align: middle;
  padding: 15px 30px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  z-index: 100000000;
  font-size: 0.75em;
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
    }
}
/* second level */
.menudump ul ul {
  max-height: 0;
  top: 100%;
  left: 0;
  transition: max-height 1s;
  z-index: 999999;
}
@media only screen and (max-width: 1600px) {
    .menudump ul ul {
  max-height: 0;
  top: 100%;
  left: 0;
  transition: max-height 1s;
  z-index: 100000000;
    }
}
.menudump ul li:hover ul {
  max-height: 999px;
  z-index: 100000000;
}
.menudump ul ul li {
  float: none;
  padding : 0;
  background-color: #189BDF;
  z-index: 100000000;
  width: 14vw;
  font-size: 1em;
  font-family: 'Mitr', sans-serif;
  font-family: 'Prompt', sans-serif;
}
.menudump ul ul li:hover {
  background-color: #1289C7;
  z-index: 100000000;
}

/* third level */
.menudump ul ul ul {
  position: absolute;
  width: 0;
  top: 0;
  padding : 0;
  left: 100%;
  transition: width 0.4s;
  z-index: 100000000;
}
.menudump ul ul li:hover ul {
  width: 100%;
  z-index: 100000000;
  padding : 0;
}
.menudump ul ul ul li {
  background-color: #DF7F18;
  z-index: 100000000;
  padding : 0;
}
.menudump ul ul ul li:hover {
  background-color: #C77115;
  z-index: 100000000;
  padding : 0;
}
/*End of New dropdown menu*/
.aluzincheadrightbox {
    width: 60%;
    display: inline;
    float: right;
    padding-bottom: 5%;
    font-size: 1.05em;
    letter-spacing: 0.4px;
    line-height: 160%;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
	text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
	margin-top: 1%;
}
.steelinfoimg1 {
 width: 40%;
 height: 100%;
 padding-left: 2%;
 padding-top: 1%;
 padding-bottom: 1%;
}
.steelinfoimgdiv1 {
    width: 100%;
    height: 90%;
    background-image: url(../images/steelthickness.webp);
    background-size: 100% 100%;
      image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}

.steelinfoimgdiv2 {
    width: 100%;
    height: 90%;
    background-image: url(../images/metalsheetsub.png);
    background-size: 100% 100%;
      image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}
.steelinfoimgdiv3 {
    width: 100%;
    height: 90%;
    background-image: url(../images/colorcoating.jpg);
    background-size: 100% 100%;
      image-rendering: crisp-edges;
 image-rendering: -moz-crisp-edges;          /* Firefox */
 image-rendering: -o-crisp-edges;            /* Opera */
 image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming)*/
 -ms-interpolation-mode: nearest-neighbor;   /* IE (non-standard property) */
}
.steelinfo1 {
    width: 60%;
    vertical-align: top;
    padding-left: 4%;
    padding-right: 2%;
    text-align: justify; /*make text equally distributed*/
	word-break: break-all; /*justify text at character level*/
    font-size: max(1.2vw, 0.9em);
    line-height: 1.6;
    font-family: 'Mitr', sans-serif;
	font-family: 'Prompt', sans-serif;
}
.additionalinfo {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-radius: 10px;
    border: medium;
	border-color: green;
	border-style: solid;
}
.additionalinfolink {
    text-decoration: none !important;
}
.secondzoneimage-container {
  position: relative;
  width: 100%;
  height: 70vh;
}

.secondzoneimage-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  opacity: 0.3;
  background: linear-gradient(to bottom, #233c28 0%, #4CA456 100%); /* Adjust the color codes for your desired green gradient */
  z-index: 5;
}

.secondzoneimage-container img {
  display: block;
  width: 100%;
  height: 100%;
}