@font-face {
    font-family: "oswald";
    src: url("../fonts/Oswald-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "roboto";
    src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "robotopara";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}

a:hover {
    color: white;
    text-decoration: none;
}

button {
    cursor: pointer;
}

a {
    cursor: pointer !important;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(31, 31, 31, 1) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.btn-link {
    background-color: #fbb310;
    border: none;
    color: black !important;
    font-size: 20px;
    text-decoration: none;
    font-family: roboto;
}

.btn-link:hover {
    border: none;
    color: #fbb310 !important;
    font-size: 20px;
    text-decoration: none;
    font-family: roboto;
}

.fullwidth {
	width: 100% !important;
}

.whitetext {
	color: white !important;
}

.blacktext {
	color: black !important;
}

.yellowtext {
	color: #fbb310 !important;
}

.sectionpadd {
	padding-top: 60px;
	padding-bottom: 60px;
}

.topsectionpadd {
	padding-top: 60px;
}

.bottomsectionpadd {
	padding-bottom: 60px;
}

.bottomsectionmargin {
    margin-bottom: 60px;
}

.break {
	padding: 15px;
}

.bold {
	font-weight: bold;
}

/*Contactbar*/

.custom-contactbar {
	height: 40px;
	padding-left: 20px;
    padding-right: 20px;
    font-family: roboto;
    font-size: 14px;
    background-color: black !important;
}

.custom-barlink {
    padding-right: 40px !important;
}

.contactbaricon {
	width: 20px;
}

/*Navbar*/

.custom-navbar {
	height: 85px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    font-family: oswald;
    background-color: white;
    z-index: 1;
    line-height: 40px;
}

.custom-navbar a {
	color: black !important; 
}

.custom-navlink {
    padding-right: 45px !important;
}

.facebook {
	width: 40px;
}

.logo {
	width: 65px;
}

/*menuinfo*/

.menuinfo {
	width: 100%;
    background-color: #fbb310;
    padding: 10px 20px;
    color: black;
    font-family: robotopara;
    font-size: 12px;
}

/*cover*/

.cover {
	width: 100%;
    background-image: url(../images/producthome.png);
    height: 450px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.bigtitle {
    position: absolute;
    bottom: 152px;
    right: 400px;
    left: 100px;
    color: white;
    font-family: oswald;
    font-size: 55px;
    font-weight: bolder;
    letter-spacing: 6px;
}

/*product*/

/*.swiper-container {
	width: 100%;
	height: 100%;
	height: 200px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}*/

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 200px !important;
    position: relative;
}

.modalbutton {
    position: absolute;
    top: 5px;
    left: 5px;
}
.modalbuttonstyle {
    border-radius: 4px 0px 4px 0px;
    background-color: #111;
    border: none;
    color: #fbb310;
    font-size: 13px;
    cursor: pointer;
}

.custom-modal-content {
    border-radius: 0px;
    border: none;
}

.producthead {
	font-family: oswald;
	font-weight: bold;
	color: black;
}

.productheadyellow {
    font-family: oswald;
    font-weight: bold;
    color: #fbb310;
    background-color: black;
    width: max-content;
    padding: 10px;
}

.itembtn {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    border-radius: 5px !important;
    background-color: #fbb310;
    color: black;
    font-family: roboto;
}

.alignright {
	text-align: right;
}

.type2 {
	background-color: black;
}

.type1 {
	background-color: #fbb310;
}

.swiper-pagination-bullet-active {
    background: black !important;
}	

.rawmaterials {
	background-image: url(../images/rawmaterials1.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition-property: inherit; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    -webkit-transition-delay: 2s; /* Safari */
    transition-property: inherit;
    transition-duration: 5s;
    transition-delay: 2s; 
}
.rawmaterialscoal {
    background-image: url(../images/rawmaterials2.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition-property: inherit; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    -webkit-transition-delay: 2s; /* Safari */
    transition-property: inherit;
    transition-duration: 5s;
    transition-delay: 2s; 
}
.rawmaterialscoke {
    background-image: url(../images/rawmaterials3.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition-property: inherit; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    -webkit-transition-delay: 2s; /* Safari */
    transition-property: inherit;
    transition-duration: 5s;
    transition-delay: 2s; 
}

.steelproducts {
	background-image: url(../images/steelproducts.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition-property: inherit; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    -webkit-transition-delay: 2s; /* Safari */
    transition-property: inherit;
    transition-duration: 5s;
    transition-delay: 2s; 
}

.chemicals {
    background-image: url(../images/chemicals.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition-property: inherit; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    -webkit-transition-delay: 2s; /* Safari */
    transition-property: inherit;
    transition-duration: 5s;
    transition-delay: 2s; 
}

.equipment {
	background-image: url(../images/equipment.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition-property: inherit; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    -webkit-transition-delay: 2s; /* Safari */
    transition-property: inherit;
    transition-duration: 5s;
    transition-delay: 2s; 
}

.agriculturalproducts {
	background-image: url(../images/agriculture.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition-property: inherit; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    -webkit-transition-delay: 2s; /* Safari */
    transition-property: inherit;
    transition-duration: 5s;
    transition-delay: 2s; 
}

.rawmaterialsbtn1:hover {
    background-image: url(../images/item/rm1.png) !important;
    background-size: cover;
}
.rawmaterialsbtn2:hover {
    background-image: url(../images/item/rm2.png) !important;
    background-size: cover;
}
.rawmaterialsbtn3:hover {
    background-image: url(../images/item/rm3.png) !important;
    background-size: cover;
}
.rawmaterialsbtn4:hover {
    background-image: url(../images/item/rm4.png) !important;
    background-size: cover;
}
.rawmaterialsbtn5:hover {
    background-image: url(../images/item/rm5.png) !important;
    background-size: cover;
}
.rawmaterialsbtn6:hover {
    background-image: url(../images/item/rm6.png) !important;
    background-size: cover;
}
.rawmaterialsbtn7:hover {
    background-image: url(../images/item/rm7.png) !important;
    background-size: cover;
}
.rawmaterialsbtn8:hover {
    background-image: url(../images/item/rm8.png) !important;
    background-size: cover;
}
.rawmaterialsbtn9:hover {
    background-image: url(../images/item/rm9.png) !important;
    background-size: cover;
}
.rawmaterialsbtn10:hover {
    background-image: url(../images/item/rm10.png) !important;
    background-size: cover;
}
.rawmaterialsbtn11:hover {
    background-image: url(../images/item/rm11.png) !important;
    background-size: cover;
}

/*steelitems*/
.steelproductsbtn1:hover {
    background-image: url(../images/item/sp1.png) !important;
    background-size: cover;
}
.steelproductsbtn2:hover {
    background-image: url(../images/item/sp2.png) !important;
    background-size: cover;
}
.steelproductsbtn3:hover {
    background-image: url(../images/item/sp3.png) !important;
    background-size: cover;
}
.steelproductsbtn4:hover {
    background-image: url(../images/item/sp4.png) !important;
    background-size: cover;
}
.steelproductsbtn5:hover {
    background-image: url(../images/item/sp5.png) !important;
    background-size: cover;
}
.steelproductsbtn6:hover {
    background-image: url(../images/item/sp6.png) !important;
    background-size: cover;
}
.steelproductsbtn7:hover {
    background-image: url(../images/item/sp7.png) !important;
    background-size: cover;
}
.steelproductsbtn8:hover {
    background-image: url(../images/item/sp8.png) !important;
    background-size: cover;
}
.steelproductsbtn9:hover {
    background-image: url(../images/item/sp9.png) !important;
    background-size: cover;
}
.steelproductsbtn10:hover {
    background-image: url(../images/item/sp10.png) !important;
    background-size: cover;
}

.chemicalbtn1:hover {
    background-image: url(../images/item/ch1.png) !important;
    background-size: cover;
}
.chemicalbtn2:hover {
    background-image: url(../images/item/ch2.png) !important;
    background-size: cover;
}
.chemicalbtn3:hover {
    background-image: url(../images/item/ch3.png) !important;
    background-size: cover;
}

.equipmentbtn:hover {
    background-image: url(../images/item/eq.png) !important;
    background-size: cover;
}

.agriculturalproductsbtn1:hover {
    background-image: url(../images/item/ap1.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn2:hover {
    background-image: url(../images/item/ap2.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn3:hover {
    background-image: url(../images/item/ap3.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn4:hover {
    background-image: url(../images/item/ap4.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn5:hover {
    background-image: url(../images/item/ap5.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn6:hover {
    background-image: url(../images/item/ap6.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn7:hover {
    background-image: url(../images/item/ap7.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn8:hover {
    background-image: url(../images/item/ap8.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn9:hover {
    background-image: url(../images/item/ap9.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn10:hover {
    background-image: url(../images/item/ap10.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn11:hover {
    background-image: url(../images/item/ap11.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn12:hover {
    background-image: url(../images/item/ap12.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn13:hover {
    background-image: url(../images/item/ap13.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn14:hover {
    background-image: url(../images/item/ap14.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn15:hover {
    background-image: url(../images/item/ap15.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn16:hover {
    background-image: url(../images/item/ap16.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn17:hover {
    background-image: url(../images/item/ap17.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn18:hover {
    background-image: url(../images/item/ap18.png) !important;
    background-size: cover;
}
.agriculturalproductsbtn19:hover {
    background-image: url(../images/item/ap19.png) !important;
    background-size: cover;
}

/*footer*/

.main-footer {
    position: relative;
    padding-top: 60px;
    color: #aaaaaa;
    background-color: black;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.main-footer .upper-box {
    position: relative;
}

.main-footer .upper-box .footer-info-box {
    position: relative;
    margin-bottom: 20px;
    border-right: 1px solid #333333;
}

.main-footer .upper-box .footer-info-box:nth-child(2n + 0) {
    text-align: center;
}

.main-footer .upper-box .footer-info-box:nth-child(3n + 0) {
    text-align: right;
}

style.css:2099
.main-footer .upper-box .footer-info-box:last-child {
    margin-right: 0px;
    border-right: 0px;
}

.main-footer .upper-box .footer-info-box .inner-box {
    position: relative;
    padding-left: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
}

.main-footer .upper-box .footer-info-box .icon-box {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 44px;
    height: 44px;
    color: #6b6b6b;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #6b6b6b;
}

.main-footer .upper-box .footer-info-box .inner-box .text {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 1em;
    text-align: left;
}

.main-footer .widgets-section {
    position: relative;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 30px 0px;
    text-align: center;
    margin-top: 60px;
    background-color: #0a0a0a;
}

.main-footer .footer-bottom .copyright {
    color: #aaaaaa;
    font-size: 14px;
}

.footer-title {
	font-family: oswald;
    font-size: 25px;
}

.text {
	font-size: 14px;
}

.footerlink {
	color: #fbb310;
	font-size: 14px;
}

.custom-modalbody {
    height: 550px;
    overflow: scroll;
    font-size: 12px;
    overflow-x: hidden;
    padding: 20px;
}

.custom-modalbodyspecial {
    height: 550px;
    overflow: scroll;
    font-size: 12px;
    padding: 20px;
}

.custommodalheader {
    background-color: #dedede;
    border-radius: 0px;
    font-family: oswald;
}

.custommodaltitle {
    font-size: 22px;
}

.headingsubcustom {
    font-size: 15px;
    background-color: black;
    color: white;
    width: fit-content;
    padding: 6px;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.custommodalpara {
    font-size: 12px;
    padding: 12px;
}

.customtd {
    padding: 5px;
    text-align: left;
}