

a, a:hover, a:visited {
    color: #d52427;
    text-decoration: none;
}


@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Light.eot');
    src: url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Light.woff2') format('woff2'),
        url('fonts/Lato-Light.woff') format('woff'),
        url('fonts/Lato-Light.ttf') format('truetype'),
        url('fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot');
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff'),
        url('fonts/Lato-Regular.ttf') format('truetype'),
        url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold.eot');
    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Bold.woff2') format('woff2'),
        url('fonts/Lato-Bold.woff') format('woff'),
        url('fonts/Lato-Bold.ttf') format('truetype'),
        url('fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Medium.eot');
    src: url('fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Medium.woff2') format('woff2'),
        url('fonts/Lato-Medium.woff') format('woff'),
        url('fonts/Lato-Medium.ttf') format('truetype'),
        url('fonts/Lato-Medium.svg#Lato-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*=== Heading style====*/


 h1, h2, h3, h4, h5, h6 {
    font-family: 'Aileron';
}

 h1{
	font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: #222;
}


 h2 {
	font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    color: #222;
}

red_h2 {
	font-family: 'Lato';
    color: #d52427;
    font-size: calc((100vw - 5em) / 60);
    font-weight: 500;
    margin-bottom: 10px;
}

h3 {
	font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    color: #222;
}



 h4 {
	font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #222;
}

 h5 {
	font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    color: #222;
}

 h6 {
	font-size: 16px;
    font-weight: 100;
    margin-bottom: 0;
    color: #222;
}





/*=== Heading style====*/





/*=== General ancor tag style====*/


 a:hover{
	text-decoration: none;
}

/*=== General ancor tag style ====*/


/*-- ======= Top Bar css ======= */

.mobile-menu{
    display: none;
}
.fixed {
    position: fixed !important;
    background-color: #000 !important;
}



#header.fixed .nav-link {
    color: #272727!important;
}

.heaer-top-bar{
    background-color: #dfdfdf;
    padding: 4px 0;
}

.topnav-container{
    width: 90vw;
    margin: 0px auto;
}

.topnav-text ul{
    padding-left: 0px;
    margin: 0px;
}

.topnav-text ul li{
    list-style: none;
    display: inline-block;
    padding: 6px 10px;
}

.topnav-text ul li a{
    font-family: 'Aileron';
    color: #6b6f78;
    font-size: 16px;
    font-weight: 300;
}

.top-center-text p{
  margin: 0px;
  text-align: center;
  font-family: 'Aileron';
  color: #6b6f78;
  font-size: 16px;
  padding: 6px 0px;
  font-weight: 300;
}

.right-top-nav{
    text-align: right;
}

/* #Navigation
================================================== */

.logo{
    margin-top: 0px;
    padding: 0px 0;
}

 .mob-logo{
          display: none !important;
      }
      
      .desk-logo{
          display: block !important;
      }

.custom-container {
    width: 88vw;
    margin: 0px auto;
}

#header {
    background: transparent;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 300;
}

.tp-nav-row{
    align-items: center;
}

.top-free-estimate{
    padding-top: 20px;
}

.top-user-icon{
	text-align: right;
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
}

.top-user-icon .user {
    width: 32px;
    height: 32px;
    position: relative;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    color: #8bc443;
    border-radius: 50%;
    line-height: 26px;
    margin-top: 0px;
}

.menu-icon-block{
	display: inline-flex;
}


/*.fixed-header {
   
    position: fixed !important;
}*/

#navbarSupportedContent .navbar-nav{
    margin-top: 0px;
}

#header .start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 0px 0;
    /*box-shadow: 0 10px 30px 0 rgb(106 115 120 / 15%);*/
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
#header .start-header.scroll-on {
	/*box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);*/
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
#header .start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
#header .navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
    
}
#header .navbar{
	padding: 0;
    margin-bottom: 0px;
}
#header .navbar-brand img{
	width: 184px;
	display: block;
  
}
#header .navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
#header  .navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
#header  .navbar-light .navbar-toggler-icon {
	width: 24px;
    height: 17px;
    background-image: none;
    position: absolute;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
    top: -40px;
    right: 0px;
}
#header  .navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
#header .navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

/*#header .nav-item:hover .nav-link{
	color: #ffffff !important;
    border-bottom: 2px solid  #68076f;
    border-width: 100%;
    
}*/
#header .nav-item.active .nav-link{
    color: #ffffff!important;
}
#header .nav-link {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    transition: all 200ms linear;
    font-size: calc((100vw - 5em) / 90);
    font-weight: normal;
    position: relative;
    padding: 10px 14px !important;
    display: inline-block;
    border-bottom: 2px solid  transparent;
   
}
/*
#header .nav-link::before {
    position: absolute;
    left: 0%;
    content: '';
    height: 4px;
    background: #68076f;
    transition: all 0.2s linear;
    width: 0;
    bottom: 0;
}

#header .nav-link:hover::before {
    width: 100%;
}*/

#header .nav-link i{
    font-size: 20px;
}



#header .nav-item{
	position: relative;
    transition: all 200ms linear;
}

#header .nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
    width: 100%;
}
#header .nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
#header .dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 15px;
    font-family: 'Aileron';
    letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
#header .dropdown-toggle::after {
	display: none;
}

#header .dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
#header .dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: #000000;
}

.nav-contact-btn {
    background-color: #fff;
    color: #2d61fe !important;
    margin-left: 22px;
    border-radius: 6px;
}

.nav-contact-btn:hover {
    background-color: #151515;
    color: #fff !important;
}



/*=== side cart css===*/


 
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 30;;
 
}


/*-- ======= Nav bar css ======= */



/*-- ======= home banner css======= */

.home-banner {
   position: relative;
}

.home-banner img{
	width: 100%;
}

.mobile-video-text{
    display: none;
}

.desk-video-text{
    display: block;
}

/*-- ======= end of home banner css ======= */

.about-section{
	padding-top: 50px;
	padding-bottom: 50px;
}

.about-heading {
    font-family: 'Lato';
    font-size: calc((100vw - 5em) / 45);
    color: #4e4e4e;
    line-height: 1.4;
    font-weight: 500;
    text-align: justify;
}
/* our Plants section */

.maufacturing-tabs{
    text-align:center;
    margin-top: 10px;
}

.maufacturing-tabs  .nav-tabs {
    justify-content: center;
    border-bottom: 0px solid #dee2e6;
    background-color: #ededed;
    width: auto;
    margin: 0px auto;
    border-radius: 30px;
    padding: 2px 2px;
    display: inline-flex;
}

.maufacturing-tabs .nav-tabs .nav-item{
        margin-bottom: 0px;
}

.maufacturing-tabs .nav-tabs .nav-item.show .nav-link:hover {
    background-color: #d6272a;
    color: #ffffff;
    border-color:  #d6272a;
}

.maufacturing-tabs .nav-tabs .nav-item.show .nav-link.active:hover {
   border-color:  #d6272a;
}

.maufacturing-tabs  .nav-tabs .nav-link {
    width: 100%;
    text-align: center;
    border-color: transparent;
    border-radius: 30px;
    font-size: 1.5rem;
    color: #d6272a;
    line-height: 1.1;
    display: inline-block;
    padding: 14px  25px;
    min-width: 200px;
}

.nav-tabs .nav-link.active {
    background-color: #d6272a;
    border-radius: 30px;
    color: #ffffff;
}

.ourplants-section{
	padding-top: 0px;
	padding-bottom: 0px;
}

.page-heading {
    color: #d52427;
    font-size: calc((100vw - 5em) / 42);
    font-family: 'Lato';
    font-weight: 500;
    position: relative;
    padding-left: 24px;
}

.page-heading::before {
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    background-color: #d52427;
    left: 0px;
}

.our-plants-inner{
	width: 70%;
	margin: 0px auto;
}

.location-block {
    background-color: #fff;
    padding: 34px 20px;
    box-shadow: -1px 3px 10px 1px rgb(32 33 36 / 12%);
    display: flex;
    align-items: center;
    font-family: 'Lato';
    gap: 10px;
    font-size: calc((100vw - 5em) / 55);
    color: #d52427;
    margin-top: 50px;
}
.location-block:hover a{
    color: #fff;
}
.location-block a{
    color: #d52427;
}
.location-block a:hover{
    color: #fff;
}
.location-block p{
	margin-bottom: 0px;
}

.location-block:hover{
	background-color: #d52427;
	color: #fff;
}

.manufacturing-tab-1 .selected .location-block{
	background-color: #d52427;
	color: #fff;
}

.depot-tab-2 .selected .location-block{
	background-color: #d52427;
	color: #fff;
}

/* new product section css */

.new-pro-heading::before{
    display: none;
}

.new-pro-heading span{
    position: relative;
}

.new-pro-heading span::before{
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    background-color: #d52427;
    left: -20px;
}

.our-product-new{
   padding-top: 0px;
   padding-bottom: 70px;
   margin-top: 98px;
   margin-bottom: 116px;
}
.products-main {
    max-width: 1200px;
    width: 1200px;
    position: relative;
    margin: 0px auto;
}

.products-outer {
    width: 1200px;
    height: 600px;
    border-radius: 1200px 1200px 0 0;
    border-top: 3px solid #c8393b;
    border-left: 3px solid #c8393b;
    border-right: 3px solid #c8393b;
}

.product-item-circle {
    width: 170px;
    height: 170px;
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 50%;
   
}

.product-item-circle img{
    transition: 0.6s;
}

.product-item-circle img:hover{
    transform: scale(1.2);
}

.pro-top-info{
    margin-top: 40px;
    margin-bottom: 152px;
    text-align: center;
}

.product-item-circle.active img{
     box-shadow: rgb(32 33 36 / 68%) 1px 0px 16px 3px;
       
}

.circle-product-content{
    width: 56%;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    text-align: center;
}

.new-product-heading{
    color: #d52427;
    font-size: 2.6rem;
    font-family: 'Lato';
    font-weight: 500;
    position: relative;
    margin-bottom: 14px;
}

.product-item-circle img{
   width: 100%;
   border-radius: 50%;
}

.product-m-name{
    display: none;
}

.product-item-circle.pro-2 {
    top: 52%;
    left: 7%;
}

.product-item-circle.pro-3 {
     top: 15%;
    left: 25%;
}

.product-item-circle.pro-4 {
    top: 3%;
    left: 50%;
}


.product-item-circle.pro-5 {
    top: 16%;
    left: 75%;
}

.product-item-circle.pro-6 {
    top: 52%;
    left: 93%;
}

.product-item-circle.pro-7 {
    top: 100%;
    left: 100%;
}

.new-pro-read-more-btn {
    text-align: center;
    margin-top: 50px;
}

.new-pro-read-more-btn a {
    background-color: #c8393b;
    color: #fff;
    padding: 12px 28px;
    display: inline-block;
    font-family: 'Lato';
    font-size: 1.4rem;
    border-radius: 30px;
    line-height: normal;
}

.new-pro-read-more-btn a:hover{
    background-color: #000;
}

.our-product-new .new-pro-item{
    display: none;
}

.our-product-new .new-pro-item.active{
    display: block;
}

/* new product section css */



.hproduct-row {
        align-items: center;
}

.product-section{
	padding-top: 0px;
	padding-bottom: 50px;
	background-color: #f2f2f2;
	margin-top: 60px;
	overflow: hidden;
    position: relative;
}

.textinfo {
    font-size: calc((100vw - 5em) / 84);
    line-height: 32px;
    font-family: 'Lato';
    font-weight: 300;
}

.ulinfo {
    font-size: calc((100vw - 5em) / 84);
    line-height: 32px;
    font-family: 'Lato';
    font-weight: 300;
}

.ulinfo li::marker{
        color: #d52427;
    }
    
  .faqulinfo {
  font-size: calc((100vw - 5em) / 84);
  line-height: 32px;
  font-family: 'Lato';
  font-weight: 300;
} 

.textinfo li::marker{
        color: #d52427;
    }    
    
 .faqulinfo li::marker{
        color: #d52427;
    }    

.grey-text{
	color: #484747;
}

.our-products-left-info {
    padding: 24px 22px 0 26px;
}

.pr-left{
	position: relative
}

.pr-row{
	align-items: center;
}

.pr-left:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d52427;
    position: absolute;
    right: 0;
    top: 0;
}

.home-product-img {
    position: relative;
    padding-left: 72px;
}

.home-product-img h2 {
    position: absolute;
    left: -44px;
    top: 44%;
}
.home-product-img h2.ore-pellets{
    left: -74px;
}

.home-product-img h2 span {
    transform: rotate(269deg);
    display: inline-block;
	color: #d52427;
    font-size: calc((100vw - 5em) / 55);
	font-family: 'Lato';
	font-weight: 500;
}

.home-product-img img{
	width: 100%;
}

.home-product-info h2{
	font-size: calc((100vw - 5em) / 55);
	color: #505050;
	font-family: 'Lato';
	text-align: center;
	font-weight: 500;
	margin-bottom: 12px;
}

#pro-slider .owl-nav {
    display: block !important;
    position: absolute;
    top: -28px;
    right: 0px;
}

#pro-slider .owl-next {
    background-color: #c8393b !important;
    width: 30px;
    height: 30px;
    color: #ffff !important;
    border: 1px solid #c8393b;
}

#pro-slider .owl-next:focus{
	outline: none;
}

#pro-slider .owl-prev {
    background-color: #ffffff !important;
    width: 30px;
    height: 30px;
    color: #c8393b !important;
    border: 1px solid #c8393b !important;
}

#pro-slider .owl-prev:focus{
	outline: none;
}

#counter.num {
    text-align: right;
    padding-right: 80px;
	font-family: 'Lato';

}

/*cta section css */

.cta-section{
	background-image: url(../images/cta-bg.jpg);
	padding-top: 110px;
    padding-bottom: 110px;
	background-size: cover;
}

.cta-heading{
	font-size: calc((100vw - 5em) / 50);
    color: #fff;
    font-family: 'Lato';
    text-align: center;
    font-weight: 500;
}

.cta-info {
    font-size: calc((100vw - 5em) / 84);
    line-height: 32px;
    font-family: 'Lato';
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-top: 14px;
}

.get-touch-btn{
	text-align: center;
}

.get-touch-btn a {
    font-family: 'Lato';
    text-align: center;
    background-color: #d52427;
    color: #fff;
    width: 210px;
    display: inline-block;
    padding: 14px 0;
    border-radius: 40px;
    font-size: calc((100vw - 5em) / 90);
    font-weight: normal;
    margin-top: 24px;
}

.get-touch-btn a:hover{
	background-color: #fff;
	color: #d52427;
}

.loction-section{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;
}

.map-img{
	width: 100%;
}

.map-img img {
    width: 90%;
    margin-top: -30px;
}

.page-heading-right.pressence-heading::before{
    left: -16px;
}

.page-heading-right {
    color: #d52427;
    font-size: calc((100vw - 5em) / 42);
    font-family: 'Lato';
    font-weight: 500;
    position: relative;
    padding-right: 24px;
	text-align: center;
}

.page-heading-right::before {
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    background-color: #d52427;
    right: 0px;
}

.table-heading {
    font-family: 'Lato';
    color: #7b7b7b;
    font-size: calc((100vw - 5em) / 62);
    text-align: center;
    font-weight: 500;
}

.area-table-block {
    padding-top: 82px;
}

.area-table-block table{
	font-family: 'Lato';
    border-collapse: collapse;
    width: 100%;
	margin-top: 30px;
}

.area-table-block table td {
    border: 1px solid #dddddd;
    padding: 8px;
    background-color: #f2f2f2;
    text-align: center;
    font-size: calc((100vw - 5em) / 95);
    color: #808080;
    font-weight: 300;
}

.area-table-block table th {
    border: 1px solid #dddddd;
    padding: 8px;
    background-color: #d52427;
    text-align: center;
    color: #fff;
    font-size: calc((100vw - 5em) / 85);
    font-weight: 300;
}

.tb-heading-left {
    border-left-color: #d52427 !important;
}

.tb-heading-right {
	 border-right-color: #d52427 !important;
}

.tb-col-1 {
    border-left-color: #f2f2f2 !important;
}

.tb-col-2 {
    border-right-color: #f2f2f2 !important;
}

.board-director-section{
	padding-top: 0px;
	padding-bottom: 50px;
}

.dir-block{
	background-color: #e2e2e2;
	padding: 20px;
	border: 10px;
	border-radius: 10px;
	margin-top: 40px;
}

.dir-block img{
	width: 100%;
	border-right: 8px solid #c8393b;
	
}

.dir-info {
    padding: 50px 25px 144px;
}

.dir-info h2 {
    font-family: 'Lato';
    color: #d52427;
    font-size: calc((100vw - 5em) / 60);
    font-weight: 500;
    margin-bottom: 10px;
}

.dir-info h3 {
    font-family: 'Lato';
    color: #787777;
    font-size: calc((100vw - 5em) / 74);
    font-weight: 500;
    margin-bottom: 10px;
}

.dir-sm {
    width: 100%;
    margin-top: 40px;
}

.dir-sm img {
    width: 100%;
    border-radius: 14px;
}

.dir-sm-info {
    background-color: #c8393b;
    padding: 10px;
    border-radius: 8px;
    margin-top: -14px;
    position: relative;
}

.dir-sm-info h2{
	font-family: 'Lato';
    color: #fff;
    font-size: calc((100vw - 5em) / 75);
    font-weight: 500;
    margin-bottom: 0px;
}

.dir-sm-info p{
	font-family: 'Lato';
    color: #fff;
    font-size: calc((100vw - 5em) / 94);
    font-weight: 400;
    margin-bottom: 10px;
}

.dir-left-block {
    padding-right: 34px;
}

.team-row-reverce{
        flex-direction: row-reverse;
}

.team-item .row{
    align-items: center;
}


.board-dir-right{
	padding-left: 30px;
}

.view-all-btn {
    text-align: center;
    margin-top: 38px;
}

.view-all-btn a {
    background-color: #c8393b;
    color: #fff;
    font-size: calc((100vw - 5em) / 94);
    padding: 10px 20px;
    display: inline-block;
    width: 190px;
    font-family: 'Lato';
    border-radius: 34px;
}

.view-all-btn a:hover{
	background-color: #000;
}

.energy-manage-block-section{
	padding-top: 0px;
	padding-bottom: 0px;
}

.en-thumnail-block{
	position: relative;
}

.en-thumnail-block img{
	width: 100%;
}

.en-thumb-row{
	display: flex;
	flex-wrap: wrap;
}

.en-thum-2{
	margin-left: 10px;
    margin-right: 10px;
}


.en-thumb-row .en-main {
    width: calc(33.33% - 7px);
}

.en-thumbnail-content {
    position: absolute;
    top: 30%;
}

.en-thumbnail-content-inner {
    padding: 0px 50px;
        width: 92%;
}

.en-thumbnail-content-inner h2{
	font-size: calc((100vw - 5em) / 45);
    color: #fff;
    font-family: 'Lato';
    text-align: left;
    font-weight: 500;
}

.en-thumbnail-content-inner p {
    font-size: calc((100vw - 5em) / 84);
    font-family: 'Lato';
    font-weight: 300;
    color: #fff;
    text-align: left;
    margin-top: 14px;
    line-height: 1.2;
}

.en-devider-line {
    border-top: 2px solid #fff;
    width: 100%;
}


.board-director-section .director-item-show{
    display: none;
}

.board-director-section .director-item-show.active {
    display: block;
}



.testimonial-section{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f2f2f2;
}

.feedback-inner-item {
    background-color: #fff;
    position: relative;
    padding: 34px 0px;
    box-shadow: -1px 5px 15px 5px rgb(32 33 36 / 12%);
}

.testimonial-section .center .feedback-inner-item::before {
    content: "";
    width: 76px;
    height: 66px;
    background-image: url(../images/quote-top.png);
    position: absolute;
    top: -38px;
    left: 20px;
    background-size: cover;
}

.testimonial-section .center .feedback-inner-item::after {
    content: "";
    width: 76px;
    height: 66px;
    background-image: url(../images/quote-bottom.png);
    position: absolute;
    bottom: -38px;
    right: 20px;
    background-size: cover;
}

.testimonial-section .textinfo {
    padding: 0 24px;
}

.testimonial-section .owl-stage-outer {
    padding-top: 56px;
    padding-bottom: 56px;
}

.testimonial-section .num{
	text-align: right;
    font-family: 'Lato';
    color: #505050;
    font-size: calc((100vw - 5em) / 100);
	padding-right: 46px;
}

.testimonial-section .owl-nav {
    display: block !important;
    position: absolute;
    top: -28px;
    right: 50px;
}

.testimonial-section .owl-next {
    background-color: #c8393b !important;
    width: 30px;
    height: 30px;
    color: #ffff !important;
    border: 1px solid #c8393b;
}

.testimonial-section .owl-next:focus{
	outline: none;
}

.testimonial-section .owl-prev {
    background-color: #ffffff !important;
    width: 30px;
    height: 30px;
    color: #c8393b !important;
    border: 1px solid #c8393b !important;
}

.testimonial-section .owl-prev:focus{
	outline: none;
}

.testimonial-section .feedback-inner-item h2 {
    color: #d52427;
    font-size: calc((100vw - 5em) / 52);
    font-family: 'Lato';
    font-weight: 500;
    position: relative;
    margin-bottom: 14px;
    text-align: center;
}

.testimonial-section .owl-item {
    transform: scale(0.8) !important;
}

.testimonial-section .owl-item.center{
	 transform: scale(1.1) !important;
}

.blogs-section{
	padding-top: 60px;
	padding-bottom: 60px;
}

.blogs-item {
    position: relative;
    overflow: hidden;
}

.blog-hover-info {
    background-color: #c8393b;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    left: 0;
    translate: -100% 0px;
	transition: all 0.4s ease-in-out;
	padding: 15px;
	opacity: 0;
}

.blogs-item:hover .blog-hover-info {
    translate: 0% 0px;
	opacity: 1;
}

.blog-date{
	color: #fff;
	font-size: calc((100vw - 5em) / 100);
	font-family: 'Lato';
	font-weight: 300;
}

.blog-date span{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:4px;
	border-bottom: 1px solid #fff;
}

.blog-title-sec{
	padding-top: 50%;
}

.blog-title-sec h2 {
    color: #fff;
    font-size: calc((100vw - 5em) / 96);
    font-family: 'Lato';
    font-weight: 300;
}

.blog-readmore-btn{
	position: absolute;
    bottom: 14px;
    right: 14px;
}

.blog-readmore-btn a {
    border: 1px solid #fff;
    color: #fff;
    font-size: calc((100vw - 5em) / 94);
    font-family: 'Lato';
    font-weight: 300;
    padding: 2px 10px;
    border-radius: 26px;
	display: flex;
	line-height: 22px;
}

.blog-readmore-btn a:hover{
	background-color: #000;
}

.blogs-section #blogs-slider{
	margin-top: 40px;
}

.blogs-section #blogs-slider .owl-nav {
    display: flex !important;
    gap: 280px;
    justify-content: center;
    margin-top: 50px;
}

.blogs-section .owl-prev {
    width: 40px;
    height: 40px;
    background-color: #c8393b !important;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    top: 10px;
	font-size: 26px !important;
}

.blogs-section .owl-prev:hover{
	background-color: #000 !important;
}

.blogs-section .owl-prev:focus{
	outline: none;
}

.blogs-section .owl-next{
	 width: 40px;
    height: 40px;
    background-color: #c8393b !important;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    top: 10px;
	font-size: 26px !important;
}

.blogs-section .owl-next:hover{
	 background-color: #000 !important;

}

.blogs-section .owl-next:focus{
	outline: none;
}

.blogs-view-all-btn{
	text-align: center;
}

.blogs-view-all-btn a {
    background-color: #c8393b;
    color: #fff;
    font-size: calc((100vw - 5em) / 98);
    padding: 8px 20px;
    display: inline-block;
    width: 190px;
    font-family: 'Lato';
    border-radius: 34px;
    margin-top: -20px;
    position: relative;
    top: -20px;
    z-index: 10;
}

.blogs-view-all-btn a:hover{
	background-color: #000;
}

.full-width-slider{
	padding-top: 0px;
	padding-bottom: 60px;
	position: relative;
}

.h-g-desk{
    display: block;
}

.h-g-mob{
    display: none !important;
}

.full-width-slider .owl-nav {
    display: block;
    text-align: right;
    margin-top: -72px;
    padding-right: 24px;
}

.full-width-slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    background-color: #c8393b !important;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    top: 10px;
    font-size: 26px !important;
}

.full-width-slider .owl-nav .owl-next:hover{
	background-color: #000 !important;
}

.full-width-slider .owl-nav .owl-next:focus{
	outline: none;
}

.full-width-slider .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    background-color: #c8393b !important;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    top: 10px;
    font-size: 26px !important;
	margin-right: 16px;
}

.full-width-slider .owl-nav .owl-prev:hover{
	background-color: #000 !important;
}

.full-width-slider .owl-nav .owl-prev:focus{
	outline: none;
}

.contact-us-section {
    padding-top: 60px;
    padding-bottom: 80px;
    position: relative;
}

.know-more-subheading{
	text-align: center;
	color: #808080;
	font-size: calc((100vw - 5em) / 55);
	font-family: 'Lato';
	font-weight: 500;
}

.home-contact-heading {
    color: #d52427;
    font-size: calc((100vw - 5em) / 30);
    font-family: 'Lato';
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}

.home-contact-heading span {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 8px;
    border-bottom: 3px solid #d52427;
}


.faq-section{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.accordian-section {
    padding: 12px;
    margin-top: 14px;
    border-radius: 30px;
    position: relative;
   
    background-color: #fff;
}


.accordionTitle {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #857575;
    font-weight: 500;
    font-size: calc((100vw - 5em) / 95);
    padding: 15px 38px 15px 0px;
    position: relative;
    font-family: 'Lato';
}

.accordionItem {
    border-bottom: 0px solid #e0e0e0;
    padding: 10px 0px;
}

.accordionTitle::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    text-indent: -9999px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transform: rotate(42deg);
    right: 11px;
    top: 21px;
}

.accordionTitle.is-open::after {
    transform: rotate(223deg);
    top: 16px;
    right: 12px;
}

.accordionTitle::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 1px;
    width: 30px;
    height: 30px;
    background-color: #c8393b;
    top: 8px;
}

.accordionTitle + .accordionContent {
	display: none;
}

.accordionTitle.is-open + .accordionContent {
	display: block;
}

/* about page css */

.about-page-banner {
	position: relative;
}

.about-page-banner img{
	width:100%;
}

.about-banner-text {
    position: absolute;
    top: 42%;
    width: 100%;
}

.about-banner-heading {
    color: #fff;
    font-size: calc((100vw - 5em) / 25);
    font-family: 'Lato';
    font-weight: 500;
    text-align: center;
}

.about-banner-btn {
    text-align: center;
    margin-top: 40px;
}

.about-banner-btn a{
	display: inline-block;
	background-color: #c8393b;
	color: #fff;
	font-family: 'Lato';
	font-size: calc((100vw - 5em) / 84);
	padding: 10px 30px;
	border-radius: 30px;
}

.about-banner-btn a:hover{
	background-color: #000;
}

.breadcrum-setion {
	padding-top:30px;
	padding-bottom:30px;
}

.breadcrum-list ul{
	padding-left: 0px;
}

.breadcrum-list ul li {
    list-style: none;
    display: inline-block;
    margin-right: 12px;
	font-family: 'Lato';
	font-size: calc((100vw - 5em) / 84);
}

.breadcrum-list ul li i{
	color: #878686;
}

.breadcrum-list ul li a{
	color: #878686;
}

.breadcrum-list ul li a:hover{
	color: #000;
}

.breadcrum-list ul li.active{
	color: #d52427;
}


.about-us-number-block{
    padding-bottom: 30px;
	padding-top: 50px;
}

.about-page-content-section {
    padding-top: 20px;
    padding-bottom: 50px;
}

.about-content-heading {
    margin-top: 30px;
    margin-bottom: 16px;
}

.about-info-block{
	padding-left: 20px;
}

.number-block-inner{
	position:relative;
}

.number-box {
    background-color: #f5f5f5;
    padding: 40px 20px;
    box-shadow: 3px 3px 12px 4px rgb(32 33 36 / 14%);
    min-height: 176px;
}

.number-box h2 {
    color: #d52427;
    font-family: 'Lato';
    font-size: calc((100vw - 5em) / 64);
    text-align: center;
    margin-bottom: 6px;
}

.number-box p {
    color: #484747;
    font-family: 'Lato';
    font-size: calc((100vw - 5em) / 90);
    text-align: center;
   
}

.number-block-seprator {
	position: absolute;
    width: 100%;
    top: 50%;
    border-top: 1px solid #db0f0f;
}

.number-block-seprator:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #db0f0f;
    position: absolute;
    left: 0;
    margin-top: -6px;
}

.number-block-seprator:after{
	content: "";
	width: 10px;
	height: 10px;
	background-color: #db0f0f;
	position: absolute;
    right: 0;
    margin-top: -6px;
}

.number-block-row {
    padding-left: 26px;
    padding-right: 26px;
}

.number-block-row .w-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20% !important;
          flex: 0 0 20% !important;
  max-width: 20%;
}

.about-us-vision-block{
	padding-bottom: 50px;
}


.about-why-section{
	padding-top: 50px;
	padding-bottom: 50px;
}

.why-img {
    padding-left: 30px;
}

.why-list-section {
    padding-top: 20px;
    padding-left: 28px;
}

.why-img img{
	width: 100%;
}

.why-list-item {
    display: flex;
    margin-top: 42px;
    box-shadow: 3px 3px 8px 4px rgb(32 33 36 / 9%);
}

.why-list-icon {
    background-color: #e21d24;
    width: 150px;
    text-align: center;
}

.why-list-content {
    width: calc(100% - 150px);
    padding-left: 26px;
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.why-list-content p{
	color: #484747;
	font-size: calc((100vw - 5em) / 84);
    line-height: 32px;
    font-family: 'Lato';
    font-weight: 400;
}

.produce-product-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
}

.produce-product-img img {
    width: 300px !important;
    height: 300px;
    border-radius: 50%;
	margin: 0px auto;
}

#pro-item-slider .owl-nav {
    display: block !important;
    position: absolute;
    top: -50px;
    right: 0px;
}

#pro-item-slider .owl-prev {
    background-color: #ffffff !important;
    width: 30px;
    height: 30px;
    color: #c8393b !important;
    border: 1px solid #c8393b !important;
}

#pro-item-slider .owl-prev:focus{
	outline: none;
}

#pro-item-slider .owl-next{
    background-color: #c8393b !important;
    width: 30px;
    height: 30px;
    color: #ffff !important;
    border: 1px solid #c8393b;
}

#pro-item-slider .owl-next:focus{
	outline: none;
}

#pro-item-counter.num {
    text-align: right;
    padding-right: 80px;
    font-family: 'Lato';
	position: relative;
    top: -22px;
}

.producce-product-item h2 {
    text-align: center;
    margin-top: 30px;
	font-family: 'Lato';
    font-size: calc((100vw - 5em) / 55);
    color: #acacac;
    line-height: 1.4;
    font-weight: 500;
}

.producce-product-item{
	margin-top: 30px;
}

#pro-item-slider .owl-item {
    transform: scale(0.8) !important;
}

#pro-item-slider .owl-item.center {
    transform: scale(1.18) !important;
}

#pro-item-slider .owl-item.center .produce-product-img img{
	border: 8px solid #dadada;
}

#pro-item-slider .owl-stage{
	padding-bottom: 60px;
}

.wharehouse-map-section{
	padding-top: 30px;
	padding-bottom: 50px;
}

.whare-house-list {
    text-align: right;
}

.whare-house-list ul{
	padding-left: 0px;
}

.whare-house-list ul li {
    list-style: none;
    display: inline-block;
	font-size: calc((100vw - 5em) / 100);
    line-height: 32px;
    font-family: 'Lato';
    font-weight: 400;
	margin-right: 20px;
}

.mining-item {
	color: #d52427;
}

.wharehouse-item span{
	width: 10px;
    height: 10px;
    background-color: #626262;
    display: inline-block;
	margin-right: 8px;
}

.wharehouse-item{
  color: #626262;
}
    

.mining-item span {
    width: 10px;
    height: 10px;
    background-color: #d52427;
    display: inline-block;
	margin-right: 8px;
}

.whare-hosue-map{
	position: relative;
	width: 100%;
}

.whare-hosue-map img{
	width: 100%;
}

.about-team-section {
    padding-top: 0px;
    padding-bottom: 50px;
}


.about-locte-sec .table-heading{
    margin-bottom: 14px;
}

.about-team-info {
    padding: 50px 25px 20px;
    min-height: 390px;
}

.about-team-info h2 {
    font-family: 'Lato';
    color: #d52427;
    font-size: calc((100vw - 5em) / 60);
    font-weight: 500;
    margin-bottom: 10px;
}

.about-team-info h3 {
    font-family: 'Lato';
    color: #787777;
    font-size: calc((100vw - 5em) / 74);
    font-weight: 500;
    margin-bottom: 10px;
}


/* end about page css */


/* tmt product page css */

.desk-banner{
    display: block;
}

.mobile-banner{
    display: none;
}

.tmt-info-block{
	display: flex;
	margin-top: 26px;
}

.tmt-info-num-block {
    width: 150px;
    text-align: right;
}

.tmt-info-block-inner {
	width: 100%;
}

.yellow-num-box {
    background-color: #ffde00;
    padding: 12px 8px;
    font-size: calc((100vw - 5em) / 64);
    font-family: 'Lato';
    display: inline-block;
    color: #000000;
    width: 90px;
    text-align: center;
}

.read-btn{
	margin-bottom: 0px;
}

.read-btn .read-more-btn{
    font-size: calc((100vw - 5em) / 84);
    line-height: 32px;
    font-family: 'Lato';
    font-weight: 400;
    color: #d52427 !important;
	cursor: pointer;
}

.tmt-pro-info-block{
	    padding-left: 20px;
		padding-bottom: 20px;
		border-bottom: 2px solid #d1d1d1;
}

.features-tmt-block{
	padding-top: 10px;
	padding-bottom: 60px;
	position: relative;
}

.features-content{
	display: flex;
}

.features-num {
    width: 110px;
    position: relative;
}

.features-num .yellow-num-box{
	position: absolute;
    bottom: 20px;
}

.features-info-sec{
	width: 100%;
}

.icons-image-block{
	width: 100%;
	position: relative;
	margin-top:30px;
}

.features-img-1{
	background-image: url(../images/features-thumbnail-1.jpg);
	min-height: 600px;
    background-size: cover;
    width: 100%;
}

.features-img-2{
	background-image: url(../images/features-thumbnail-2.jpg);
	min-height: 600px;
    background-size: cover;
    width: 100%;
}

.fatures-icon-inner {
    width: 100%;
    border-top: 2px solid #d42427;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

.fatures-icon-inner p {
    font-size: calc((100vw - 5em) / 82);
    line-height: 26px;
    font-family: 'Lato';
    font-weight: 300;
    color: #484747;
    margin-top: 10px;
}

.size-spec-section{
	padding-top: 10px;
	padding-bottom: 60px;
}

.spec-inner{
	margin-top: 40px;
}

.brochure-download-block {
    background-image: url(../images/brochure-sec-bg.jpg);
    padding: 40px 96px;
	background-size: cover;
    background-position: top;
}

.brochure-download-block h2 {
    font-family: 'Lato';
    font-size: calc((100vw - 5em) / 62);
    color: #fff;
    text-align: left;
    line-height: 1.3;
}
.brochure-download-blocks {
    background-image: url(../images/pellets-small.jpg);
    padding: 102px 96px;
	background-size: cover;
    background-position: top;
}

.brochure-download-blocks h2 {
    font-family: 'Lato';
    font-size: calc((100vw - 5em) / 62);
    color: #fff;
    text-align: left;
    line-height: 1.3;
}
.download-brochure-list{
	padding-left: 0px;
	text-align: center;
}

.download-brochure-list li {
    list-style: none;
    margin-top: 26px;
}

.download-brochure-list li a {
    font-size: calc((100vw - 5em) / 98);
    background: #c8393b;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Lato';
    display: inline-block;
    font-weight: 300;
    border-radius: 32px;
}

.download-brochure-list li a:hover{
	background-color: #000;
}

.spec-table{
	padding-top: 0px !important;
}

.spec-table table{
	margin-top: 0px;
}

.table-note-block {
    position: relative;
    display: flex;
    margin-top: 20px;
}

.t-loction-section {
    padding-top: 22px;
    padding-bottom: 60px;
    background-color: #fff;
}

.note-heading{
	width: 88px;
}

.table-note-block .note-heading p{
	font-size: calc((100vw - 5em) / 84);
    line-height: 32px;
    font-family: 'Lato';
    font-weight: 300;
	color: #d52427;
	margin-top: 14px;
}

.table-note-block ul {
    width: calc(100% - 88px);
    padding-left: 14px;
}

.table-note-block ul li{
	position: relative;
	font-size: calc((100vw - 5em) / 84);
    line-height: 32px;
    font-family: 'Lato';
    font-weight: 300;
	color: #484747;
	margin-top: 14px;
	list-style: none;
}

.table-note-block ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #d52427;
    position: absolute;
    left: -20px;
    top: 14px;
    border-radius: 50%;
}

.titan-price-list-table{
	    padding-top: 40px !important;
}

.t-map-img {
    width: 100%;
	position: relative;
}


.t-map-img .point {
  cursor: pointer;
  position: absolute;
  /*width: 1.6rem;
  height: 1.6rem;*/
  color: #fff;
  font-size: 30px;
  transform: translate(-50%, -50%);
 
}

.t-map-img .point .state_name{
	font-size: 12px;
    position: absolute;
    min-width: 100px;
    left: 0;
    right: 0;
    color: #000;
    line-height: normal;
	display: none;
}

.t-map-img .point.active .state_name{
	display: inline-block;
}

.t-map-img .point.active {
	color: #d52427;
}

.t-map-img .point:hover{
	color: #d52427;
}

.t-map-img .jk {
    top: 10%;
    left: 28%;
}

.t-map-img .rj {
    top: 37%;
    left: 22%;
}

.t-map-img .up {
    top: 39%;
    left: 42%;
}

.t-map-img .mp {
    top: 50%;
    left: 32%;
}

.t-map-img .mh {
    top: 62%;
    left: 26%;
}

.t-map-img .ka {
    top: 75%;
    left: 26%;
}

.t-map-img .ap {
    bottom: 16%;
    left: 37%;
}
.t-map-img .od {
    top: 57%;
    right: 36%;
}
.t-map-img .hr {
    top: 28%;
    left: 28%;
}
.t-map-img .pj {
    top: 22%;
    left: 25%;
}
.t-map-img .cg {
    top: 23%;
    left: 28%;
}
.t-map-img .nd {
    top: 32%;
    left: 29%;
}

.t-map-img .ch {
    top: 55%;
    right: 50%;
}
.t-map-img .gj {
    top: 50%;
    left: 15%;
}
.t-map-img .br {
    top: 42%;
    right: 38%;
}
.t-map-img .tn {
    bottom: 5%;
    left: 34%;
}
.t-map-img .wb {
    top: 50%;
    right: 30%;
}

.t-map-img img{
    width: 100%;
}

.tmt-bars-info-block {
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 0px solid #d1d1d1;
}

.tmt-bars-info-block .yellow-num-box{
	margin-top:40px;
}

.leading-content-section {
    padding-top: 0px;
    padding-bottom: 10px;
}

.leading-sub-heading{
    font-size: calc((100vw - 5em) / 55);
    font-family: 'Lato';
    font-weight: 500;
    position: relative;
    margin-bottom: 14px;
}

.bussiness-enq-sec{
	padding-top: 25px;
	padding-bottom: 70px;
}

.bussiness-enq-heading{
	text-align: center;
	color: #d52427;
    font-size: calc((100vw - 5em) / 42);
    font-family: 'Lato';
    font-weight: 500;
}

.bussiness-enq-form {
    width: 60%;
    margin: 0px auto;
    margin-top: 40px;
}

.bussiness-enq-form .form-field {
    background-color: #e9e9e9;
    margin-top: 28px;
    height: 56px;
    border-radius: 26px;
    font-family: 'Lato';
    font-size: calc((100vw - 5em) / 88);
    font-weight: 300;
    border: 0px;
}

.bussiness-enq-form .form-field:focus{
	box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

.contact-form-btn {
    text-align: center;
    margin-top: 30px;
    width: 100%;
}

.contact-form-btn .send-btn {
    background-color: #c8393b;
    font-family: 'Lato';
    font-size: calc((100vw - 5em) / 84);
    padding: 10px 48px;
    color: #ffff;
    border: 0px;
    margin-top: 16px;
    border-radius: 34px;
}

.contact-form-btn .send-btn:hover{
	background-color: #000;
}

.tmt-faq-main{
	display: flex;
}

.tmt-faq-left{
	width: calc(100% - 100px);
}

.tmt-right {
    width: 100px;
    padding-left: 10px;
}

.tmt-right .yellow-num-box {
    margin-top: 88px;
}


/* End tmt product page css */
.footer-section {
    background-color: #00061c;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-heading {
    text-align: left;
    font-size: calc((100vw - 5em) / 70);
    color: #fff;
    font-weight: 500;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Lato';
}

.footer-address{
	color: #aaaaaa;
	font-family: 'Lato';
    font-weight: normal;
    font-size: calc((100vw - 5em) / 105);
    line-height: 26px;
	margin-top: 10px;
}

.footer-address a{
	color: #aaaaaa;
}

.footer-address a:hover{
	color: #dd3333;
}

.footer-useful-links ul{
	padding-left: 10px;
}

.footer-useful-links ul li{
	margin-top: 10px;
	list-style: none;
}

.footer-useful-links ul li a{
	color: #aaaaaa;
    font-family: 'Lato';
    font-weight: normal;
    font-size: calc((100vw - 5em) / 105);
    line-height: normal;
}

.footer-useful-links ul li a:hover{
	color: #dd3333;
}



.uf-links {
    padding-left: 4vw;
}

.footer-bottom {
    background-color: #000000;
    padding: 15px 0px;
}

.footer-copy-right {
    color: #aaaaaa;
    font-family: 'Lato';
    font-weight: normal;
    font-size: calc((100vw - 5em) / 115);
    line-height: normal;
    margin-bottom: 0px;
    padding-top: 0px;
    text-align: center;
}

.footer-copy-right a{
	color: #fff;
}

.footer-social {
    text-align: left;
    margin-top: 24px;
}

.footer-social a {
    background-color: transparent;
    padding: 4px 4px;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    font-size: 20px;
    color: #c5c5c5;
    margin-top: 0px;
    margin-left: 4px;
}

.footer-social a:hover{
	color: #dd3333;
}

.footer-social a:first-child {
	margin-left: 0px;
}

/* blog page css*/

.blogpage-sec-1{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 130px;
}

.invo-t{
    width: 100%;
    padding: 10px;
    height: 656px;
    position: relative;
    background-position: top center;
    background-size: cover;
}

.in-thumb {
    padding-right: 0px;
}

.h-320{
    height: 320px;
}

.main-thumb{
    width: 100%;
    padding: 10px;
    position: relative;
    background-position: top center;
    background-size: cover;
}


.main-col-2{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.main-col-2 a{
    width: 50%;
}

.main-col-2-inner{
    width: 100%;
    padding: 10px;
    position: relative;
    background-position: top center;
}

.main-col2-in{
    width: calc(100% - 15px);
    margin-left: 15px;
}

.thubnail-band span {
    background-color: #d52427;
    color: #fff;
    padding: 6px 14px;
    display: inline-block;
    font-family: 'Lato';
    font-size: calc((100vw - 5em) / 100);
}

.thum-tb-size{
    font-size: calc((100vw - 5em) / 80);
}

.thum-tb-size a{
    font-size: calc((100vw - 5em) / 80);
}

.thubnail-title {
    color: #fff;
    padding: 6px 14px;
    display: inline-block;
    font-family: 'Lato';
     position: absolute;
    width: 98%;
    bottom: 24px;
    font-weight: 400;
}

.thubnail-title a{
    color: #fff;
}

.main-col-2 .thubnail-title {
     font-size: calc((100vw - 5em) / 95);
}

.main-col-2 .thubnail-title a{
     font-size: calc((100vw - 5em) / 95);
}


.slider-recent-post-section{
    position: relative;
    padding-top: 0px;
    padding-bottom: 50px;
}

.blog-slide-content{
    padding-top: 14px;
    padding-bottom: 14px;
}

.blog-slide-content h2 {
    font-family: 'Lato';
    color: #737373;
    font-size: calc((100vw - 5em) / 80);
    margin-bottom: 10px;
    font-weight: 600;
}


.blog-slide-content p {
    font-family: 'Lato';
    color: #9e9e9e;
    font-size: calc((100vw - 5em) / 100);
    margin-bottom: 10px;
    line-height: normal;
}

#blog-slider-1 .owl-nav {
    display: block !important;
    position: absolute;
        top: -68px;
    right: 0px;
}

#blog-slider-1 .owl-prev {
    background-color: #fff !important;
    width: 30px;
    height: 30px;
    color: #d52427  !important;
    border: 1px solid #d52427  !important;
    margin-right: 4px;
}

#blog-slider-1 .owl-prev:focus{
    outline: none;
}

#blog-slider-1 .owl-next {
    background-color: #d52427  !important;
    width: 30px;
    height: 30px;
    color: #ffff !important;
    border: 1px solid #d52427;
}

#blog-slider-1 .owl-next:focus{
    outline: none;
}

.b-slide-heading{
    display: flex;
    margin-bottom: 20px;
    border-bottom: 2px solid #d52427;
    padding-bottom: 12px;
}

.b-silde-h-block{
    width: 70%;
}

#counter.num {
    width: 30%;
    padding-right: 72px;
    text-align: right;
    padding-top: 4px;
    font-family: 'Lato';
    color: #000;
    font-size: calc((100vw - 5em) / 100);
}

.b-silde-h-block h2 {
    font-family: 'Lato';
    color: #d52427;
    font-size: calc((100vw - 5em) / 60);
}

.blog-slide-item{
    position: relative;
}

.slider-band {
    background-color: #d52427;
    color: #fff;
    padding: 6px 14px;
    display: inline-block;
    font-family: 'Lato';
    font-size: calc((100vw - 5em) / 100);
    position: absolute;
    top: 20px;
    left: 20px;
}


.blog-slide-read-btn {
    text-align: center;
    margin-top: 26px;
}

.blog-slide-read-btn a {
    font-family: 'Lato';
    background-color: #d52427;
    color: #fff;
    font-size: calc((100vw - 5em) / 100);
    padding: 6px 14px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 300;
    border: 1px solid #d52427;
}

.blog-slide-read-btn a:hover{
    background-color: #fff;
    color: #d52427;
}



#blog-slider-2 .owl-nav {
    display: block !important;
    position: absolute;
    top: -68px;
    right: 0px;
}

#blog-slider-2 .owl-prev {
    background-color: #fff !important;
    width: 30px;
    height: 30px;
    color: #d52427 !important;
    border: 1px solid #d52427 !important;
    margin-right: 4px;
}

#blog-slider-2 .owl-prev:focus{
    outline: none;
}

#blog-slider-2 .owl-next {
    background-color: #d52427 !important;
    width: 30px;
    height: 30px;
    color: #ffff !important;
    border: 1px solid #d52427;
}

#blog-slider-2 .owl-next:focus{
    outline: none;
}

#counter2.num {
    width: 30%;
    padding-right: 72px;
    text-align: right;
    padding-top: 4px;
    font-family: 'Lato';
    color: #000;
    font-size: calc((100vw - 5em) / 100);
}

.recent-post-section .nav-tabs{
    border: 0px;
}

.recent-post-section .nav-item {
    margin-bottom: -1px;
    width: 50%;
}

.recent-post-section .nav-tabs .nav-link {
    border: 0px;
    background-color: #d52427;
    color: #fff;
    font-family: 'Lato';
    border-radius: 0px;
    font-size: calc((100vw - 5em) / 90);
    text-align: center;
    border-top: 4px solid #d52427;
}

.recent-post-section .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #d52427;
}

.recent-post-section .nav-tabs .nav-link:hover{
    background-color: #fff;
    color: #d52427;
    border-color: #d52427 ;
}

.recent-post-item {
    display: flex;
    margin-top: 24px;
}

.recent-post-item .recent-item-thumb{
    width: 110px;
    height: 116px;
    background-size: cover;
    background-position: top center;
}

.recent-item-content h2 {
    font-family: 'Lato';
    color: #737373;
    font-size: calc((100vw - 5em) / 100);
    margin-bottom: 3px;
    font-weight: 600;
}

.recent-item-content {
    width: calc(100% - 110px);
    padding-left: 10px;
}

.recent-item-content p {
    font-family: 'Lato';
    color: #737373;
    font-size: calc((100vw - 5em) / 110);
    margin-bottom: 10px;
    font-weight: normal;
    line-height: normal;
}

.blog-cta-section{
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-image: url(../images/blog-cta-bg.jpg);
    background-size: cover;
    background-position: top center;
}


.blog-cta-heading {
   font-family: 'Lato';
    color: #fff;
    font-size: calc((100vw - 5em) / 70);
    text-align: center;
    font-weight: 400;
}

.blog-cta-text-info {
    font-family: 'Lato';
    color: #fff;
    text-align: center;
    font-size: calc((100vw - 5em) / 100);
    margin-bottom: 10px;
    line-height: normal;
    margin-top: 20px;
    font-weight: 300;
}

.blog-cta-btn {
    text-align: center;
    margin-top: 38px;
}

.blog-cta-btn a {
    font-family: 'Lato';
    background-color: #d52427;
    color: #fff;
    font-size: calc((100vw - 5em) / 95);
    padding: 8px 25px;
    display: inline-block;
    border-radius: 38px;
    font-weight: 300;
}

.blog-cta-btn a:hover{
    background-color: #000;
}

.blog-list-section{
    padding-top: 10px;
    padding-bottom: 50px;
}

.blog-listitem {
    margin-top: 60px;
}

.blog-list-img{
    width: 100%;
    padding: 10px;
    height: 400px;
    position: relative;
    background-position: top center;
    background-size: cover;
}

.blog-list-content h2{
    font-family: 'Lato';
    color: #737373;
    font-size: calc((100vw - 5em) / 85);
    margin-bottom: 10px;
    font-weight: 600;
}

.blog-list-content{
        padding-top: 16px;
}


.blog-list-content p {
    font-family: 'Lato';
    color: #737373;
    font-size: calc((100vw - 5em) / 100);
    margin-bottom: 10px;
    font-weight: normal;
    line-height: normal;
    text-align: justify;
}

.blog-footer-space{
    background-color: #000;
    padding-top: 36px;
}

/* End blog page css*/

/* category page css*/

.blog-category-heading-sec{
    padding-top: 60px;
    padding-bottom: 0px;
}

.blog-category-heading {
    color: #d52427;
    font-size: calc((100vw - 5em) / 42);
    font-family: 'Lato';
    font-weight: 500;
    position: relative;
    text-align: center;
}



.blog-category-heading span {
  
     position: relative;
}

.blog-category-heading span:before {
    content: "";
    width: 40px;
    height: 4px;
    background-color: #d52427;
    position: absolute;
    left: -50px;
    top: 50%;
}
.blog-main-category-section {
    position: relative;
    padding-top: 0px;
    padding-bottom: 50px;
}

.blog-category-sidebar{
    margin-top: 60px;
}

.sidebar-category-block {
    background-color: #d52427;
    padding: 18px;
    margin-bottom: 20px;
}

.sidebar-category-block h2 {
     font-family: 'Lato';
    color: #fff;
    font-size: calc((100vw - 5em) / 100);
    font-weight: 600;
    margin-bottom: 18px;
}

.sidebar-category-block ul{
    padding-left: 20px;
}

.sidebar-category-block ul li{
    list-style: none;
    margin-top: 10px;
}

.sidebar-category-block ul li a{
    font-family: 'Lato';
    color: #fff;
    font-size: calc((100vw - 5em) / 110);
    margin-bottom: 10px;
    font-weight: normal;
}


/* end category page css*/

/* CSR page css*/
.csr-page-heading {
    color: #d52427;
    font-size: calc((100vw - 5em) / 42);
    font-family: 'Lato';
    font-weight: 500;
    position: relative;
    padding-left: 0px;
}

.csr-info-section .textinfo {
    margin-top: 30px;
}

.csr-tabs-section {
    padding-top: 30px;
    padding-bottom: 50px;
}

.csr-tabs-sec {
    padding-top: 40px;
}

.csr-tabs-section .nav-tabs {
    justify-content: center;
    display: inline-flex;
    background-color: #d52427;
    border-radius: 30px;
    border: 0px;
    padding: 2px 2px;
    gap: 6px;
}

.csr-tabs-section .nav-tabs .nav-link {
    font-size: calc((100vw - 5em) / 84);
    font-family: 'Lato';
    font-weight: normal;
    background-color: #d52427;
    border-radius: 30px;
    border: 0px;
    color: #fff;
    padding: 14px 22px;
}

.csr-tabs-section .nav-tabs .nav-link:hover{
    color: #d52427;
}

.csr-tabs-section .nav-tabs .nav-item{
    margin: 0px;
}

.csr-tabs-section .nav-tabs .nav-link.active{
    background-color: #fff;
        color: #d52427;
}

.csr-tabs-section .nav-tabs span{
        display: inline-flex;
   
}

.ddwo-logo {
    padding: 0 24%;
}

.snchilogo img{
    width: 100%;
}

.ddwo-logo img{
    width: 100%;
}

.csr-tabs-block{
    text-align: center;
}

.csr-tab-inner{
    position: relative;
    padding-top: 30px;
}

.csr-thumb-block{
    position: relative;
    margin-top: 30px;
}

.csr-thumb-block img{
    width: 100%;
}

.csr-headings {
  font-family: 'Lato';
  font-size: calc((100vw - 5em) / 65);
  color: #d52427;
  line-height: 1.4;
  font-weight: 500;
}

.vision-block-inner{
	position:relative;
}

.vision-box {
    background-color: #f5f5f5;
    padding: 40px 20px;
    box-shadow: 3px 3px 12px 4px rgb(32 33 36 / 14%);
    min-height: 450px;
}

.vision-box h2 {
    font-family: 'Lato';
    color: #d52427;
    font-size: calc((100vw - 5em) / 60);
    font-weight: 500;
    margin-bottom: 10px;
}

.vision-box p {
    color: #484747;
    font-family: 'Lato';
    text-align: left;
   
}

.vision-block-row {
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 30px;
}

/* End CSR page css*/

/* Our Plants page css*/

.our-plants-section{
    margin-top: 60px;
}

.our-plants-inner-block{
    box-shadow: 3px 3px 8px 4px rgb(32 33 36 / 9%);
    padding: 30px;
}

.our-plant-grey-bg{
    background-color: #efefef;
}

.plant-heading {
    color: #d52427;
    font-size: calc((100vw - 5em) / 42);
    font-family: 'Lato';
    font-weight: 500;
    position: relative;
    padding-left: 0px;
    margin-bottom: 20px;
}

.plnat-locate-icon{
    color: #d52427;
}

.our-plants-section .owl-nav {
    position: absolute;
    right: 8px;
    bottom: 54px;
}

.our-plants-section .owl-prev {
    width: 40px;
    height: 40px;
    background-color: #c8393b !important;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    top: 10px;
    font-size: 22px !important;
    margin-right: 5px;
}

.our-plants-section .owl-next {
    width: 40px;
    height: 40px;
    background-color: #c8393b !important;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    top: 10px;
    font-size: 22px !important;
}

.our-plants-section .owl-next:focus{
    outline: none;
}

.our-plants-section .owl-prev:focus{
    outline: none;
}

.plant-capacity-section{
    margin-top: 50px;
}

.capacity-block{
    text-align: center;
}

.capacity-block p {
    margin-top: 24px;
}

.plant-tabsec {
    position: relative;
    margin-top: 40px;
}

.plant-tabsec .nav-tabs {
    justify-content: center;
    border: 0px;
}

.plant-tabsec .nav-tabs .nav-item .nav-link{
    display: inline-block;
    background-color: #fff;
    color: #c8393b;
    font-family: 'Lato';
    font-size: calc((100vw - 5em) / 84);
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid #dbdbdb;
}

.plant-tabsec .nav-tabs .nav-item{
    position: relative;
}



.plant-tabsec .nav-tabs .nav-item .nav-link.active{
    background-color: #c8393b;
    color: #fff;
}

.plant-capacity-tab{
    display: flex;
    background-color: #fff;
    border-radius: 30px;
}


.plant-info-section{
    padding-left: 20px;
}

.all-plants-main-section{
    padding-bottom: 76px;
}

.history-tabs-section .faqulinfo {
  font-size: calc((100vw - 5em) / 84);
    
}


/* End Our Plants page css*/


/* compliance page  css*/

.compliance-tabs-section{
    padding-top: 10px;
    padding-bottom: 50px;
}

.compliance-tabs-item .nav-tabs {
    justify-content: center;
    border-bottom: 0px solid #dee2e6;
    background-color: #ededed;
    width: 1050px;
    margin: 0px auto;
    border-radius: 30px;
    padding: 2px 2px;
}

.compliance-tabs-item .nav-tabs .nav-item{
       width: 33.33%;
}

.compliance-tabs-item  .nav-tabs .nav-link {
    width: 100%;
    text-align: center;
    border-color: transparent;
    border-radius: 30px;
    font-size: 1.5rem;
    color: #d6272a;
}

.compliance-tabs-item  .nav-tabs .nav-link:hover{
    background-color: #ededed;
}

.compliance-tabs-item  .nav-tabs .nav-link.active {
    background-color: #d6272a;
    border-radius: 30px;
    color: #ffffff;
}

.compliance-tabs-item .nav-tabs .nav-item.show .nav-link{
    background-color: transparent;
    border-color: transparent;
    border-radius: 30px;
    color: #d6272a;
}

.compliance-tabs-item .nav-tabs .nav-item.show .nav-link.plants-icon:hover{
    background-color: #d6272a;
    color: #ffffff;
   background-image: url(../images/plants-white-icon.png);
}

.compliance-tabs-item .nav-tabs .nav-item.show .nav-link.mining-icon:hover{
   background-color: #d6272a;
    color: #ffffff;
    background-image: url(../images/mining-icon.png);
}

.compliance-tabs-item .nav-tabs .nav-link.plants-icon.active {
     
     background-image: url(../images/plants-white-icon.png);
}

.compliance-tabs-item .nav-tabs .nav-link.plants-icon {
    background-image: url(../images/plants-icon.png);
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 32px;
    background-position: 72px 10px;
}

.compliance-tabs-item .nav-tabs .nav-link.mining-icon {
    background-image: url(../images/mining-red-icon.png);
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 32px;
    background-position: 72px 10px;
}

.compliance-tabs-item .nav-tabs .nav-link.plants-icon.comp-icon {
    background-position: 22px 10px;
    padding-left: 56px;
}


.compliance-tabs-item .nav-tabs .nav-link.mining-icon.active{
   background-image: url(../images/mining-icon.png);
}

.compliance-tabs-section .accordionTitle::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 1px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    top: 8px;
}

.compliance-tabs-section .accordionTitle::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: transparent;
    text-indent: -9999px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transform: rotate(225deg);
    right: 24px;
    top: 22px;
}

.compliance-tabs-section .accordionTitle.is-open::after {
    transform: rotate(45deg);
    top: 26px;
}

.compliance-tabs-section .accordionTitle {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    font-size: 1.5rem;
    padding: 15px 16px 15px 15px;
    position: relative;
    font-family: 'Lato';
    width: 250px;
    background-color: #d6272a;
    border-radius: 30px;
}

.comliancetab-heading{
    color: #d52427;
    font-size: calc((100vw - 5em) / 52);
    font-family: 'Lato';
    font-weight: 500;
    position: relative;
    padding-left: 0px;
    margin-top: 20px;
}

.compliance-content {
    padding-top: 26px;
    padding-bottom: 14px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 14px;
}

.compliance-content ul{
    padding-left: 0px;
    margin-bottom: 0px;
}

.compliance-content ul li {
    list-style: none;
    display: inline-block;
    margin: 30px 36px;
    text-align: center;
}

.compliance-content ul li:first-child{
    margin-left: 0px;
}

.compliance-content ul li{
        padding: 0 20px;
}

#tabs-1 .tab-info-1 .compliance-content ul li {
      padding: 0 0px;
}

.pdf-title {
    font-family: 'Lato';
    color: #878686;
    font-size: 1.3rem;
    margin-top: 16px;
    font-weight: 500;
}

.download-pdf{
    margin-bottom: 0px;
}

.download-pdf a {
    color: #d52427;
    font-size: 1.2rem;
    font-family: 'Lato';
    font-weight: 600;
}

.compliance-content ul li{
        margin: 24px 0px;
}

/* End compliance page  css*/

.state-search-form {
    position: relative;
    display: flex;
    justify-content: center;
    border: 2px solid #e1e1e1;
    width: 520px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 40px;
}


.state-search-form select {
    padding: 0 18px;
    width: 400px;
    border-radius: .2em;
    border: 0px solid #acacac;
    color: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url('../images/select-dropdown-bg.png');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right;
    font-family: 'Lato';
    background-origin: content-box;
    font-size: 1.2rem;
}

.state-search-form select option{
    color: #000;
}

.state-search-form select:focus{
    outline: none;
}

.state-search-form .submit-btn {
    background-color: #d52427;
    color: #fff;
    height: 46px;
    font-family: 'Lato';
    border: 0px;
    width: 130px;
    border-radius: 30px;
    font-size: 22px;
}

.price-thumb img{
    width: 100%;
}

.tmt-price-row{
   margin-top: 118px;
}

.tmt-bars-heading {
    color: #d52427;
    font-size: calc((100vw - 5em) / 55);
    font-family: 'Lato';
    font-weight: 500;
    position: relative;
    margin-top: 20px;
}

.why-choose-tmt-bars-inner{
    display: flex;
    flex-wrap: wrap;
}

.why-choose-icon-block {
    width: 33.33%;
    text-align: center;
    margin-top: 34px;
}

.choose-tmt-sub-heading{
    font-family: 'Lato';
    color: #484747;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 16px;
}

.state-whise-price-heading{
    margin-left: -210px;
}

.tp-loction-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.size-spce-sec {
    padding-top: 30px;
}

.price-spce-block {
    background-image: url(../images/price-spec-bg.jpg);
    padding: 40px 96px;
    background-size: cover;
    background-position: top;
    min-height: 404px;
}

.searia-content-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.download-Brochure-sec {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.download-Brochure-sec a{
    font-size: 1.3rem;
    background: #c8393b;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Lato';
    display: inline-block;
    font-weight: 300;
    border-radius: 32px;
    margin: 0 10px;
}

.download-Brochure-sec img {
    width: 20px;
}

.download-Brochure-sec a:hover{
    background-color: #000;
}


/* End compliance page  css*/

/* career page  css*/

.carrer-banner{
    position: relative;
}

.carrer-banner:after {
    content: "";
    background-color: #0000006b;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: 1;
    top: 0;
    left: 0;
    right: 0;
}

.carrer-page-content-inner{
    background-color: #f5f5f5;
    padding: 40px;
}

.carrer-form-section {
    padding-top: 22px;
    padding-bottom: 100px;
}

.carrer-page-heading {
    color: #d52427;
    font-size: calc((100vw - 5em) / 42);
    font-family: 'Lato';
    font-weight: 500;
    position: relative;
    padding-left: 0px;
    text-align: center;
}

.career-form-field {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    font-size: 1.1rem;
    font-family: 'Lato';
    margin-top: 30px;
    border: 1px solid #e1e1e1;
}

.resumeupload{
    margin-top: 30px;
}

.carrer-form-inner{
    padding-left: 10%;
    padding-right: 10%;
}

.career-message-filed{
    width: 100%;
    height: 90px;
    padding-left: 10px;
    font-size: 1.1rem;
    font-family: 'Lato';
    margin-top: 30px;
    border: 1px solid #e1e1e1;
    padding-top: 12px;
}

.resume-sumit-btn {
    background-color: #d33;
    color: #fff;
    font-family: 'Lato';
    font-size: 1.3rem;
    margin-top: 30px;
    border: 0px;
    padding: 10px 18px;
}

.resume-sumit-btn:hover{
    background-color: #000;
}


/* End career page  css*/

/* Conatct  page  css*/

.contac-banner {
    background-image: url(../images/contact-banner.jpg);
    background-size: cover;
    height: 490px;
    background-position: 0 -104px;
    background-repeat: no-repeat;
}

.contac-banner:after {
    content: "";
    background-color: #0000006b;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: 1;
    top: 0;
    left: 0;
    right: 0;
}

.contact-banner-text {
    position: absolute;
    top: 42%;
    width: 100%;
    z-index: 1;
}

.contact-form-section {
    padding-top: 22px;
    padding-bottom: 100px;
}

.contact-form-inner {
    position: relative;
}

.contact-form-field {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    font-size: 1.1rem;
    font-family: 'Lato';
    margin-top: 30px;
    border: 1px solid #e1e1e1;
}

.conta-message-filed {
    width: 100%;
    height: 90px;
    padding-left: 10px;
    font-size: 1.1rem;
    font-family: 'Lato';
    margin-top: 30px;
    border: 1px solid #e1e1e1;
    padding-top: 12px;
}

.contact-sumit-btn {
    background-color: #d33;
    color: #fff;
    font-family: 'Lato';
    font-size: 1.3rem;
    margin-top: 30px;
    border: 0px;
    padding: 10px 18px;
}

.office-address-block{
    background-color: #d52427;
    padding: 30px;
}

.office-main-block {
    padding-left: 10%;
}

.contct-office-heading {
    text-align: left;
    font-family: 'Lato';
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.conatct-office-info{
    color: #fff;
}

.head-office{
    margin-top: 30px;
}

.conatct-map-section {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

.contact-gmap{
    width: 100%;
    height: 500px;
}

.contact-gmap {
    width: 100%;
    height: 340px;
}

/* End  Conatct  page  css*/

.white-view-btn{
	text-align: left;
}

.white-view-btn a {
    font-family: 'Lato';
    text-align: center;
    background-color: #d52427;
    color: #fff;
    width: 150px;
    display: inline-block;
    padding: 14px 0;
    border-radius: 40px;
    font-size: calc((100vw - 5em) / 90);
    font-weight: normal;
    margin-top: 24px;
    text-transform: uppercase;
}

.tmtprice-view-btn a {
    font-family: 'Lato';
    text-align: center;
    background-color: #d52427;
    color: #fff;
    width: 256px;
    display: inline-block;
    padding: 14px 0;
    border-radius: 40px;
    font-size: calc((100vw - 5em) / 90);
    font-weight: normal;
    margin-top: 24px;
    text-transform: uppercase;
}

.tmtprice-view-btn a:hover{
	background-color: #000000;
	color: #fff;
}


.white-view-btn a:hover{
	background-color: #fff;
	color: #d52427;
}

/* media page css */

.media-main-section {
    padding-top: 0px;
    padding-bottom: 60px;
}

.media-thumb {
    width: 100%;
    border: 4px solid #d42427;
    overflow: hidden;
}

.media-item{
    margin-top: 20px;
}

.media-thumb:hover {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    border: 4px solid #fff;
}

.media-thumb:hover .mediaview-more {
    opacity: 1;
}

.media-thumb img{
    width: 100%;
}

.media-date p {
    font-size: 1.3rem;
    font-family: 'Lato';
    font-weight: 400;
    color: #d42427;
    text-align: center;
    margin-top: 14px;
}

.mediaview-more {
    text-align: center;
    position: absolute;
    top: 46%;
    width: calc(100% - 34px);
    opacity: 0;
}

.mediaview-more a {
    font-size: 1.1rem;
    font-family: 'Lato';
    background-color: #d52427;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #fff;
    font-weight: 400;
}

/* media page css */

