@font-face {
  font-family: 'poppinsbold';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
       url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsextrabold';
  src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
       url('../fonts/poppins-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinslight';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
       url('../fonts/poppins-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
       url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinssemibold';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
       url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'poppinsregular';
}
a, a:link, a:visited, a:active, a:hover, button, input, select, textarea, i {
  text-decoration: none;
  outline: none;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input, select, textarea {
  width: 100%;
  outline: none;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type="radio"], input[type="checkbox"] {
  width: auto;
}
input:focus, select:focus, textarea:focus ,button:focus{
  outline: none;
  box-shadow: none;
}
img {
  max-width: 100%;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}    
.comnpadding{
  padding: 70px 0;
}
.comntitle {
  font-size: 36px;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  color: #8b2107;
  margin: 0 auto 30px;
  padding-bottom: 8px;
  position: relative;
}
.comntitle::after{
  content: "";
  width: 100px;
  height: 5px;
  background: #8b2107;
  position: absolute;
  left: 0;
  right: 0;
  bottom:-10px;
  margin:auto;
}
.style1 li{
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: justify;
}
.style1 li::before{
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 24px;
  font-weight: bold;
  color: #8b2107;
}

/*------------------------------------
      Header Css Start Here 
 ------------------------------------*/
 header{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 5px 0;
  background: #fff;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
 }

.fixed{
  padding: 15px 0;
  box-shadow: 0 0 10px #a2a2a2;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.navbar-default {
  background: none;
  border: none;
  margin: 0;
  border-radius: 0;
  min-height: inherit;
}
.navbar-nav {
  float: right;
}
.navbar-default .navbar-nav>li>a{
  color: #8b2107;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding:5px;
  margin-left: 25px;
  position: relative;
}
.navbar-default .navbar-nav>li>a::before{
  content: "";
  height: 2px;
  width: 0px;
  background: #8b2107;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover::before ,
.navbar-nav>li.active a::before{
  width: 100%;
}


.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover ,
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover ,
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover{
  color: #8b2107;
  background: none;
}

.dropdown-menu{
  padding: 0;
}
.dropdown-menu>li>a {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px dashed;
  padding: 10px;
}
.dropdown-menu>li:last-child a{
  border-bottom: none;
}
.dropdown-menu>li>a:hover ,
.dropdown-menu>li>a:focus{
  background: #902910;
  color: #fff;
}

/*------------------------------------
      Banner Css Start Here 
 ------------------------------------*/

.banner{
  position: relative;
  margin-top: 135px;
}
.banner img{
  width: 100%;
}
.banner h1{
  font-size: 29px;
}
.carousel-indicators {
  right: 20px;
  left: auto;
  bottom: 20px;
  top: 45%;
  width: auto;
  margin: 0;
}
.carousel-animate .carousel-indicators > li {
  margin:5px;
  background-color: #fff;
  border:none;
  opacity: 0.7;
  display: block;
  width: 10px;
  height: 10px;
}
.carousel-animate .carousel-indicators > li.active {
  width: 12px;
  height: 12px;
  opacity: 1;
}

.carousel-animate .hero {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-bg .carousel-inner .item {
  background-color: darkslategrey;
  background-size: cover;
  background-position: center;
  min-height: 480px;
}


/*------------------------------------
      Economic Benefits Css Start Here 
 ------------------------------------*/

 .Economic_Benefits h2{
  font-size: 28px;
  margin: 15px 0;
  display: inline-block;
}
 .Economic_Benefits strong{
   font-size: 24px;
   margin-bottom: 25px;
   display: inline-block;
 }

 .Economic_Benefits ul{
   margin-top: 10px;
   margin-bottom: 30px;
 }

/*------------------------------------
     About Css Start Here 
 ------------------------------------*/


 .about {
   background: #f1f1f1;
 }
 .about_box {
  display: flex;
  align-items: center;
  margin: 15px 0;
  background: #fff;
  box-shadow: 0 0 8px #c5c5c5;
}
.about_img{
  margin-right: 30px;
  width: 115px;
}
.about_text {
  width: 70%;
}
.about_text strong{
  font-size: 24px;
  color: #8b2107;
}
.about_text p{
  font-size: 16px;
}

/*------------------------------------
     Steel Css Start Here 
 ------------------------------------*/


.steel{
  background: url("../images/homwtwo.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
}
.steel_text{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.steel_text strong{
  font-size: 28px;
  color: #fff;
  text-align: center;
  width: 60%;
  display: block;
}

/*------------------------------------
     Project Concept Css Start Here 
 ------------------------------------*/
 
 .project_concept{
  text-align: center;
 }
.project_concept p{
  font-size: 18px;
  line-height: 28px;
}


/*------------------------------------
     Opportunity  Css Start Here 
 ------------------------------------*/


 .Opportunity{
   background: url("../images/homepage1.jpg") no-repeat;
   background-size: 100% 100%;
   min-height:600px;
 }

 .Opportunity h1{
  color: #fff;
  font-weight: bold;
 }
 .Opportunity h3 {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  padding-left: 50px;
  margin-bottom: 100px;
}

/*------------------------------------
     Footer  Css Start Here 
 ------------------------------------*/
 footer{
  background: #1c1c1c;
  padding: 25px 0;
 }
 .copy_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright{
  font-size: 16px;
  color: #fff;

}
.ftlink a{
  font-size: 16px;
  color: #fff;
  margin-left: 20px;
}


/*------------------------------------
     Partners  Css Start Here 
 ------------------------------------*/

 .Partners{
   background: #f1f1f1;
 }
 #Partners {
  margin-top: 50px;
}
 #Partners .item{
   border: 2px solid #8b2107;
   background: #fff;
 }
 #Partners .item img{
   width: auto;
   margin: 0 auto;
 }
#Partners .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #000;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
#Partners .owl-nav button.owl-prev {
  left: 0;
}
#Partners .owl-nav button.owl-next {
  right: 0;
}
#Partners .owl-dots {
  text-align: center;
  padding-top: 25px;
}
#Partners .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: rgb(139 33 7 / 0.5);
  margin: 0 3px;
}
#Partners .owl-dots button.owl-dot.active {
  background-color: #8b2107;
}
#Partners .owl-dots button.owl-dot:focus {
  outline: none;
}
#Partners .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
#Partners span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
#Partners .owl-nav button:focus {
    outline: none;
}

.page-title-wrap {
  margin-bottom: 0% !important;
}
.page-title-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-title-wrap {
  background: #f1f1f1;
      background-position-x: 0%;
      background-position-y: 0%;
      background-repeat: repeat;
      background-size: auto;
  padding: 28px 0 21px;
  border-bottom: 0px;
  margin-bottom: 1%;
}
.page-title-wrap .entry-title {
  display: inline-block;
  float: left;
  font-size: 42px;
  padding-top: 6px;
  margin-right: 10px;
  padding-left: 12%;
}
.page-title-wrap .entry-title {
  color: #2F2E2E;
  text-transform: capitalize;
}
.page-title-wrap .entry-title {
  display: inline-block;
  float: left;
  font-size: 16px;
  padding-top: 6px;
  margin-right: 10px;
}
.page-title-wrap .entry-title {
  color: #2F2E2E;
  text-transform: capitalize;
  font-family: HelveticaLight !important;
}
.entry-title {
  font-size: 20px;
  margin-top: 0;
}
.contact-social a {
	color: #fff;
    text-decoration: none;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #f5f5f5;
    display: inline-block;
}
.inner-header-one {
    background-color: #9B933E;
    border-radius: 6px;
    padding: 20px 15px;
}
.text-center {
    text-align: center!important;
}
.inner-header-one h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}
.bannertitle {
	background-color: #9B933E;
}
/*------------------------------------
    FAQs Css Start Here 
 ------------------------------------*/
.panel-title {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  font-size: 16px;
  color: inherit;
}
.faqHeader {
    font-size: 27px;
    margin: 20px;
}
.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\e072"; /* "play" icon */
    float: right;
    color: #8b2107;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}
 /*------------------------------------
    FAQs Css End Here 
 ------------------------------------*/
.contact-social ul li a {
  color: #8b2107;
  text-decoration: none;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #8b2107;
  display: inline-block;
  margin-top: 15px;
}
.contact-social ul li a:hover {
  color: #8b2107;
}
.btn-theme-style-1 {
  background-color: #8b2107;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 14px;
  border: 0px;
  font-weight: normal;
  display: inline-block;
}
.btn-theme-style-1:hover {
  background-color: #8b2107;
  text-decoration: none;
  color: #fff;
}