@import url("../../../Home/images/general.css");
@import url("../../../Home/images/general.css")
@import url("/Home/images/general.css")
@import url("https://manaseergroup.com/Home/images/general.css")
@import url("https://manaseergroup.com/Home/images/general.css")
@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeue.ttf");
}
@font-face {
    font-family: "HelveticaNeueLight";
    src: url("../fonts/HelveticaNeueLight.ttf");
}
@font-face {
    font-family: "HelveticaNeuemed";
    src: url("../fonts/HelveticaNeueMedium.ttf");
}
@font-face {
    font-family: "HelveticaNeueBold";
    src: url("../fonts/Helvetica-Neu-Bold.ttf");
}
@font-face {
    font-family: "nexaBold";
    src: url("../fonts/NexaBold.ttf");
}
@font-face {
    font-family: "NexaRegular";
    src: url("../fonts/NexaRegular.ttf");
}
@font-face {
    font-family: "NexaLight";
    src: url("../fonts/NexaLight.ttf");
}
body {
    font-family: "HelveticaNeueLight";
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 95%;
    max-width: 1520px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
span,
a,
small,
button {
    font-family: "HelveticaNeueLight";
}
h1 {
    font-size: 30px;
    /*    font-family: "HelveticaNeueBold";*/
    font-family: "nexaBold";
}
h2 {
    font-size: 27px;
    /*    font-family: "HelveticaNeueBold";*/
    font-family: "nexaBold";
}
h3 {
    font-size: 20px;
    font-family: "HelveticaNeueBold";
}
h4 {
    font-size: 17px;
    font-family: "HelveticaNeueBold";
}
p {
    font-size: 16px;
}
.important-text {
    font-size: 22px !important;
    font-weight: bold;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bg-light {
    background-color: #fff !important;
    z-index: 9999;
    padding: 11px 0;
    max-width: 1520px;
    margin: auto;
}
.new-header-lang-dropdown .dropdown-menu {
    min-width: 100px;
    text-align: center;
    padding: 0;
}
.new-header-lang-dropdown .dropdown-toggle::after{
    display: none;
}
/* menu icon */
.menu-list-data li .new-menu-icon {
    display: none;
}
.menu-list-data li:hover .old-menu-icon {
    display: none;
}
.menu-list-data li:hover .new-menu-icon {
    display: inline;
}
.menu-social-link li img {
    max-height: 20px;
}
.cont-navRight nav a:hover{
    font-family: "HelveticaNeueBold";
}
/* end menu icon */
.header-right-icon a:focus {
    box-shadow: none;
}
.header-right-icon img {
    width: 40px;
}
.navbar-brand img {
    width: 200px;
}
.height-100vh {
    height: 100vh;
    /* height: calc(100vh - 110px); */
}
.green-color {
    color: #13a088;
}
.container-width-calc {
    width: calc(95% - 200px) !important;
}
/*menu*/
.menu-left {
    right: -240px;
    opacity: 0.7;
}

.menu-left-open {
    right: 0;
    opacity: 1;
}

.cont-navRight nav {
    background: #fff;
    position: fixed;
    width: 240px;
    height: 100%;
    z-index: 9999;
    top: 98px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.cont-navRight nav h3 {
    color: #afdefa;
    padding: 20px;
    background: #fff;
    margin: 0;
}
.cont-navRight nav a {
    display: block;
    color: #626365;
    font-size: 1.2em;
    padding: 20px 0 20px 20px;
    cursor: pointer;
}
.cont-navRight nav a:hover {
    background: #5f3f2c;
    color: #fff;
    font-family: "nexaBold";
    text-decoration: none;
}
/* Push classes for body */
.menu-push {
    overflow-x: hidden;
    position: relative;
    right: 0;
}

.menu-push-right {
    /*    right: 110px;*/
    right: 40px;
}

.menu-push,
.menu-push-right {
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}
.menu-push.menu-push-right .container-fluid {
    width: 80%;
}
/*end menu*/

/*new style*/
.index-first-services {
    /*    background-image: url(../images/m-first-banner.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 65px;
    background-position: inherit;
    position: relative;
    height: 555px;
}
.red-color {
    color: #c7023c !important;
}
.index-first-top-gray-box {
    background-color: rgb(197 2 60 / 90%);
    color: #fff;
    padding: 15px 20px;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.index-first-top-gray-box h2 {
    margin-bottom: 5px;
    position: relative;
    font-size: 27px;
}
.index-second-top-gray-box p {
    color: #686a6e;
}
.crushers-custom-font-h3, .index-cement-right-text-data .new-gray-color{
    font-size: 15px;
}
.index-second-top-gray-box {
    background-color: rgb(255 255 255 / 90%);
    color: #636466;
}
/*.index-first-services .index-first-top-gray-box:first-child{
    margin-top: 70px;
}*/
.index-first-services .index-first-top-gray-box:first-child h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 2px;
    margin: auto;
    z-index: 0;
    width: 59px;
    background: #fff;
}
.white-back-btn {
    background-color: transparent;
    color: #636466;
    border: 3px solid #636466;
    border-radius: 30px;
    font-family: "HelveticaNeueLight";
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
}
.breadcrumb a {
    color: #636466;
    font-family: "HelveticaNeueLight";
}
.breadcrumb-item.active {
    font-family: "HelveticaNeueBold";
}
.breadcrumb-item + .breadcrumb-item:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054" !important;
    color: #001c54 !important;
    padding-left: 0.5rem;
}
.index-first-second-section {
    background-color: #f2f2f2;
}
.product-title-section {
    color: #636466;
    /*    font-family: "HelveticaNeueLight";*/
    font-family: "NexaLight";
    text-transform: uppercase;
    font-size: 40px;
}
.product-title-section strong {
    /*    font-family: "HelveticaNeueBold";*/
    font-family: "nexaBold";
}
.product-box-title {
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
}
.product-box-title p {
    margin: 0;
}
.about-last-list-data {
    list-style: disc;
}
.about-last-list-data li {
    font-size: 15px;
}
.about-last-list-data li h3 {
    font-size: 17px;
}
.product-box-title p a {
    color: #636466;
    font-family: "HelveticaNeueLight";
}
.dropdown-menu-arrow {
    top: -26px;
    left: 100px;
    width: 0;
    height: 0;
    position: relative;
}
.dropdown-menu-arrow:before,
.header-category-drop .dropdown-menu-arrow:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 20px 10px;
    border-style: solid;
    border-color: transparent;
    z-index: 1001;
}
.dropdown-menu-arrow:before {
    bottom: -17px;
    right: -8px;
    border-bottom-color: #fff;
}
.dropdown-menu-arrow:after {
    bottom: -18px;
    right: -8px;
    border-bottom-color: #fff;
}
.index-product-img-div {
    min-height: 515px;
    background-color: #fff;
    overflow: hidden;
    background-position: top;
    background-size: cover;
}
.section-padding {
    padding: 35px 0;
}
.index-main-header li:last-child a {
    padding-right: 0;
}
.index-quailty-section .breadcrumb {
    padding-top: 90px;
}
.index-quailty-section .index-quality-text {
    padding-bottom: 30px;
}
.quailty-back-img {
    background-image: url(../images/quality-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}
/*end new style*/
.index-first-section {
    background-image: url(../images/Iron-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 80px;
}
.index-first-section .carousel {
    background: #0074a5;
    background: -moz-linear-gradient(
        left,
        rgb(0 114 163 / 70%) 0%,
        rgb(0 33 106 / 60%) 56%
        );
    background: -webkit-linear-gradient(
        left,
        rgb(0 114 163 / 70%) 0%,
        rgb(0 33 106 / 60%) 56%
        );
    background: linear-gradient(
        to right,
        rgb(0 114 163 / 70%) 0%,
        rgb(0 33 106 / 60%) 56%
        );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074a5', endColorstr='#00216a',GradientType=1 );
}

.index-first-section .carousel-cell {
    width: 100%;
    height: 280px;
    margin-top: 40px;
    color: #fff;
}
.index-first-section .flickity-page-dots {
    bottom: 45px;
}
.index-first-section .container-fluid {
    width: 100%;
    padding: 0;
}
.index-first-section .container-fluid .row {
    margin: 0;
}
.index-first-section .container-fluid .col-lg-12 {
    padding: 0;
}
.index-first-section .flickity-prev-next-button {
    background: transparent;
    margin: auto;
    top: auto;
    bottom: 10px;
    z-index: 99;
}
.index-first-section .flickity-prev-next-button .arrow {
    fill: #fff;
}
.index-first-section .flickity-prev-next-button.next {
    right: 40%;
}
.index-first-section .flickity-prev-next-button.previous {
    left: 40%;
}
.index-first-section .flickity-page-dots .dot {
    background: #fff;
}
.index-second-section {
    position: relative;
    /*    margin-top: 20px;*/
}
.second-sectionfirst-row {
    height: 50%;
}
.second-section-left-img {
    width: 50%;
    float: left;
}
.second-section-right-img {
    width: 50%;
    float: right;
}
.overlay {
    position: absolute;
    top: 0;
    background-color: hsl(0deg 0% 100% / 40%);
    height: 100%;
    width: 100%;
}
.second-sec-left-right-img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
}
.index-second-text {
    background-color: #fff;
    width: 400px;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 37%;
    margin: auto;
    z-index: 99;
    text-align: center;
    color: #095186;
}
.index-second-text h2 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
    text-transform: uppercase;
    font-size: 35px;
    font-family: "HelveticaNeueLight";
}
.index-second-text strong {
    font-family: "HelveticaNeueBold";
}
.new-header-background {
    background-color: #93806f !important;
}
.brown-color2 {
    color: #5f3f2c;
}
.black-color {
    color: #000;
}
.new-gray-color {
    color: #636466;
}
.index-title h1 {
    font-family: "HelveticaNeue";
    color: #095186;
}
.index-title h1 strong {
    font-family: "HelveticaNeueBold";
}
.index-third-section {
    background-color: #fff;
}
.index-highlight-box {
    background-color: #fff;
    text-align: center;
    padding: 20px;
}
.index-highlight-box h3 {
    color: #626365;
    font-size: 18px;
}
.index-highlight-box p {
    color: #231f20;
    font-family: "HelveticaNeueLight";
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin: 0;
}
.index-title h1 {
    font-family: "HelveticaNeueLight";
    font-size: 27px;
}
.index-corp-first-row .index-highlight-box {
    border: 2px solid #626365;
    border-top: 0;
}
.index-corp-first-row .col-lg-4:first-child .index-highlight-box {
    border-left: 0;
}
.index-corp-first-row .col-lg-4:last-child .index-highlight-box {
    border-right: 0;
}
.index-corp-first-row .col-lg-4:nth-child(2) .index-highlight-box {
    border-right: 0;
    border-left: 0;
}
.index-third-section .index-corp-first-row {
    margin: 0;
}
.index-third-section .index-corp-first-row .index-third-col {
    padding: 0;
}
.blue-color {
    color: #008abe !important;
}
.deep-blue-color {
    color: #2a3886 !important;
}
.index-third-section .index-highlight-box img {
    margin-bottom: 15px;
    max-width: 100px;
}
.index-highlight-box span {
    font-family: "HelveticaNeueBold";
}
.index-corp-second-row .index-highlight-box {
    border-bottom: 0;
}
.index-third-title-row {
    padding-bottom: 25px;
}
.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    z-index: 99;
}
.news-letter-play {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 65px;
}
.big-div-push.menu-push.menu-push-right .transparent-btn{
    padding: 2px 10px;
}
.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}
.index-video-box {
    position: relative;
}
.index-video-box-img {
    position: relative;
    z-index: 99;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.videoWrapperActive .index-video-box-img {
    visibility: hidden;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}
.index-video-text {
    background-color: #f2f2f2;
    padding: 20px;
    min-height: 185px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.index-video-text p {
    font-family: "HelveticaNeueLight";
    font-size: 15px;
}
.gray-color {
    color: #636466;
}
.gray-color2 {
    color: #707070;
}
.index-video-text h3 {
    font-family: "HelveticaNeueLight";
    font-size: 20px;
}
.index-fifth-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.generation-overlay {
    position: absolute;
    top: 0;
    background-color: hsl(0deg 0% 0% / 46%);
    height: 100%;
    width: 100%;
}
.index-fifth-section {
    position: relative;
}
.index-fifth-section h1 {
    color: #fff;
}
footer {
    background-color: #5f3f2c;
    color: #fff;
    /*    padding: 55px 0 0 0;*/
    padding: 20px 0 20px 0;
    float: left;
    width: 100%;
}
footer p a {
    color: #fff;
    font-family: "HelveticaNeuemed";
}
footer p,
footer p span {
    font-family: "HelveticaNeueLight";
}
.btn-twitter {
    background-color: #00b7e5;
    border-radius: 28px;
    color: #fff;
    padding: 6px 25px;
    font-size: 19px;
    font-family: "HelveticaNeueLight";
    margin-bottom: 25px;
}
.btn-twitter:hover {
    color: #d1e2e6;
}
.footer-twitter-box p {
    margin: 0;
    letter-spacing: 2px;
    line-height: 19px;
}
.footer-twitter-box {
    margin-bottom: 20px;
}
.btn-twitter i {
    padding-left: 5px;
}
.footer-news-letter .input-group {
    width: 255px;
}
.footer-twitter-box a {
    color: #00b7e5;
    font-size: 20px;
    font-style: italic;
    font-family: "HelveticaNeuemed" !important;
    letter-spacing: 2px;
}
.footer-follow li img {
    width: 16px;
}
.footer-follow li p {
    margin: 0;
    margin-top: 3px;
    font-size: 19px;
    font-family: "HelveticaNeueLight";
}
.footer-follow ul li {
    padding-right: 15px;
    font-family: "HelveticaNeuemed";
}
.footer-news-letter-button {
    background-color: #93806f;
    border: 0;
    border-radius: 0;
}
footer ::placeholder{
    color: rgb(172 172 172 / 60%) !important;
}
footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
    /*    color: #ACACAC !important;*/
    color: rgb(172 172 172 / 60%) !important;
}
footer ::-webkit-input-placeholder { /* Edge */
    /*    color: #ACACAC !important;*/
    color: rgb(172 172 172 / 60%) !important;
}
footer .form-control {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 1.375rem 0.75rem;
    /*    color: #acacac;*/
    color: #000 !important;
}
a.btn.btn-default.download-center-btn:hover {
    background-color: #93806f;
}
.form-control:focus {
    color: #acacac;
}
.footer-news-letter h3 {
    margin-bottom: 20px;
    font-size: 21px;
    font-family: "HelveticaNeueLight";
}
::-webkit-input-placeholder {
    /* Edge */
    color: #acacac;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #acacac;
}

::placeholder {
    color: #acacac;
}
.footer-follow ul {
    display: flex;
}
.footer-follow ul li {
    padding-right: 15px;
    font-family: "HelveticaNeueLight";
}
.footer-follow ul a {
    color: #fff;
    font-size: 20px;
}
/* .footer-news-letter h3 {
  margin-bottom: 15px;
  font-size: 18px;
} */
.footer-news-letter {
    margin-bottom: 23px;
}
.download-center-btn {
    border: 3px solid #93806f;
    border-radius: 25px;
    color: #fff;
    font-family: "HelveticaNeuemed";
    font-size: 15px;
    padding: 4px 18px;
    margin: 25px 0;
    text-transform: uppercase;
}
.download-center-btn:hover {
    color: #d1e2e6;
}
/* .footer-follow li p {
  margin: 0;
  margin-top: 4px;
  font-size: 14px;
} */
.footer-copy {
    font-size: 13px;
}
.footer-news-letter-button:hover {
    background-color: #ccac8f;
    border-color: #ccac8f;
}
.footer-address p {
    margin-bottom: 6px !important;
}
.footer-address p,
.footer-twitter-box p,
.footer-twitter-box a {
    font-size: 14px;
    margin-bottom: 5px;
    font-family: "HelveticaNeueLight";
    margin: 0;
}
.last-footer-img img {
    max-width: 180px;
    margin-top: 40px;
}
.footer-second-col,
.footer-address,
.footer-news-letter-all-data {
    max-width: 80%;
}
.header-right-icon li span {
    display: none;
}
.footer-med-text {
    font-family: "HelveticaNeuemed";
}
/*search*/
.navbar-form-search {
    position: relative;
}
.navbar-form-search .form-control {
    width: 250px;
}
.navbar-form-search .btn {
    border: 0;
    background: transparent;
    font-size: 18px;
}
.navbar-form-search .btn:active,
.navbar-form-search .btn:hover,
.navbar-form-search .btn:focus {
    color: #000;
    outline: none;
    box-shadow: none;
}
.navbar-form-search .search-form-container {
    text-align: right;
    position: absolute;
    width: 251px;
    overflow: hidden;
    /* background: #fff; */
    right: 60px;
    top: -20px;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}
.navbar-form-search .search-form-container.hdn {
    width: 0;
}
.navbar-form-search .search-form-container .search-input-group {
    width: 300px;
}
.search-input-group i {
    position: absolute;
    right: 10px;
    top: 33px;
}
/*end search*/
.index-first-top-gray-box p {
    font-family: "HelveticaNeueLight";
    font-size: 16px;
    font-style: italic;
}
.green-background {
    color: #fff;
    font-family: "HelveticaNeueLight";
}
.index-company-box-text {
    padding: 10px 0;
    text-align: center;
}
.index-company-box-text h3 {
    margin-bottom: 0;
}
.menu-list-data li a {
    font-family: "NexaRegular";
    font-size: 16px;
    padding: 15px;
    border-bottom: 1px solid transparent;
    text-transform: capitalize;
}
.menu-list-data li {
    border-bottom: 1px solid #707070;
}
.menu-list-data li img {
    margin-right: 15px;
    width: 25px;
}
ul.menu-social-link li {
    display: inline-block;
}
ul.menu-social-link li a:hover {
    background-color: transparent;
}
.about-three-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
    height: calc(100vh - 80px);
    position: relative;
    margin-bottom: 30px;
}
.about-third-box {
    background-color: rgb(0 158 132 / 85%);
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-boxes-style {
    width: 30%;
    float: left;
    color: #fff;
    padding: 20px 30px;
}
.about-first-box {
    background-color: rgb(0 158 132 / 85%);
}
.about-first-box p {
    font-family: "HelveticaNeueLight";
}
.about-second-box {
    background-color: rgb(255 255 255 / 85%);
    color: #636466;
    width: 40%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-second-box-icon {
    margin: 40px 0;
}
.about-icon-box img {
    margin-bottom: 10px;
}
.sust-icon-section {
    background-color: #009e83;
    margin-bottom: 30px;
    padding: 30px 0;
    color: #fff;
}
.sust-box-text p {
    margin: 0;
}
.sust-box-text {
    margin-top: 10px;
}
.sust-main-section-text {
    padding: 20px 0;
}
.sust-health-first-box {
    max-height: 370px;
    overflow: hidden;
    position: relative;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.conainer-fluid-full-width {
    width: 100%;
}
.sust-health-section {
    margin-bottom: 20px;
}
.sust-health-text-data {
    position: absolute;
    bottom: 10%;
    color: #fff;
    left: 10%;
}
.quality-text-section {
    padding: 20px 0;
}
.quality-text-section .quality-text p {
    margin: 0;
    font-family: "HelveticaNeuemed";
}
.quality-img-big-height {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.quality-big-img-box {
    max-height: inherit;
    overflow: auto;
}

.quality-text ul li::before {
    content: "\2022";
    color: #009e83;
    display: inline-block;
    width: 1em;
    /*    margin-left: -1em;*/
}

.index-cement-left-img-data {
    width: 30%;
    float: left;
    padding: 0;
}
.index-cement-right-text-data {
    width: 35%;
    float: left;
}
.index-cement-left-img-right-text-all-data {
    float: left;
    width: 100%;
}
.uppercase {
    text-transform: uppercase;
}
/*.index-main-header-data .container-fluid{
    padding: 0;
}*/
.custom-ul-disc {
    list-style: disc;
    font-size: 17px;
    color: #505153;
    margin-left: 20px;
}
.custom-ul-disc li {
    text-transform: capitalize;
}
/* Manaseer it */
.index-what-provide-ul {
    list-style: disc;
    font-size: 17px;
    color: #505153;
    margin-left: 15px;
}
.index-what-provide-ul li {
    line-height: 22px;
    font-size: 15px;
    color: #505153;
}
.index-latest-tech-title {
    margin-bottom: 6px !important;
}
.index-what-provide-section-box-data {
    margin: 10px 0;
}
.index-what-provide-section-box-data h4 {
    font-size: 16px;
    font-family: "HelveticaNeueBold";
    color: #505153;
    margin-top: -4px;
    margin-bottom: 0px;
}
h3.index-what-prov-title.red-color {
    font-size: 21px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}
.manaseerit-gray-back {
    background-color: #f2f2f2;
}
.m-it-provide-border hr {
    border-top: 1px solid rgb(112 112 112 / 50%);
}
.m-it-title-max-width h4 {
    max-width: 170px;
    margin: 0;
}
.m-it-title-max-width p {
    max-width: 180px;
    margin: 0;
}
.full-width-h4 {
    max-width: 100% !important;
}
.index-it-partner-image .carousel-cell {
    width: 20%;
    height: auto;

    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.index-it-partner-image .carousel-cell img {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    /* max-width: 150px; */
    /* max-height: 70px; */
    /* margin-right: 15px; */
}
.index-it-partner-image .index-partner-client-img {
    max-width: 150px;
    /* margin: auto; */
    margin-right: 15px;
}
.carousel-wrap {
    margin: 60px auto;
    padding: 0 5%;
    /* width: 80%; */
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav button {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.slider.autoplay img,
.slider.second-slider-clent img {
    /* max-height: 50px;
    margin: auto; */
}
.index-machinery-category-slider img {
    /* width: 80%;
    margin: auto; */
}
.index-machinery-category-slider .index-mach-slider-box-data {
    padding: 10px;
    outline: none;
}
.index-machinery-category-text-slider {
    /* max-width: 80%;
    margin: auto; */
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 10px 0;
}
.index-machinery-category-text-slider p {
    margin: 0;
    font-family: "HelveticaNeuemed";
}
.slick-next {
    right: -10% !important;
}
.slick-prev {
    left: -10% !important;
}
.index-it-about-vision-mision h3 {
    text-transform: uppercase;
    margin-bottom: 3px;
    font-size: 17px;
}
.index-it-about-vision-mision p {
    color: #505153;
    line-height: 22px;
}
.index-it-about-vision-mision {
    margin-bottom: 20px;
}
.italic-type {
    font-style: italic;
}
ul.dashed {
    list-style-type: none;
}
ul.dashed > li {
    text-indent: -5px;
}
ul.dashed > li:before {
    content: "-";
    text-indent: -5px;
}
.index-media-partner-logo-all {
    margin-top: 18px;
}
.index-media-partner-logo {
    margin-bottom: 55px;
}
.index-media-partner-logo img {
    max-width: 110px;
}
.index-humax-device-all {
    margin-top: 30px;
}
.index-ict-title {
    margin-bottom: 5px !important;
}
.index-humax-second {
    margin-top: 35px;
}
.index-our-team-title {
    margin-bottom: 18px;
}
.slick-prev {
    left: -5px;
    z-index: 99;
}
.slick-next {
    right: -5px;
    z-index: 99;
}
.slick-next:before,
.slick-prev:before {
    display: none;
}
.slick-next {
    background-image: url(../images/right-arrow-nn.svg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.slick-prev {
    background-image: url(../images/left-arrow-nn.svg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
}
/* .index-slider-partner{
  margin-top: 35px;
} */
.index-our-course-title {
    margin-bottom: 25px !important;
}
.m-it-our-courses {
    margin-bottom: 30px;
}
/*Manaseer gas style*/
.index-chimac-banner-text {
    background-color: #fff;
    color: #fff;
    /* position: absolute; */
    bottom: 0;
    padding: 15px 0;
    width: 100%;
    padding-bottom: 0;
}
.index-cmenticon-text h2{
    font-size: 25px;
}
.index-cmenticon-text h3{
    font-size: 18px;
}
.index-cmenticon-text p, .index-cmenticon-text li {
    font-size: 15px;
}
.index-chimac-banner-text p {
    color: #636466;
    margin-bottom: 0;
    font-style: italic;
}
.sust-main-section-text h2 {
    color: #94243e;
    position: relative;
    font-size: 30px;
}
.title-with-border h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    height: 2px;
    z-index: 0;
    width: 35px;
    background: #8d102d;
}
.machinery-brands-section .col-lg-1 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
.orange-color {
    color: #f77e0b !important;
}
.corporate-highlights-section h2,
.corporate-highlights-section p {
    margin: 0;
}
.index-corporate-highlights img {
    max-height: 105px;
}
.machinery-brands-section {
    padding: 100px 0;
}
.index-corp-high-small-icon {
    min-height: 81px;
}
.index-corporate-highlights h2 {
    margin-top: -2px;
    font-size: 30px;
}
.index-corporate-highlights {
    text-align: center;
    /* max-width: 120px; */
}
.corp-high-text {
    margin-top: 20px;
}
.index-machinery-after-sale .corp-high-text p {
    font-family: "HelveticaNeueBold";
}
.corp-high-text h2 span {
    font-family: "HelveticaNeueBold";
}
.index-gas-vision-mision-text h2 {
    font-family: "HelveticaNeuemed";
}
.medium-font-weight-hel {
    font-family: "HelveticaNeuemed";
}
.index-machinery-after-sale .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.index-machinery-after-sale .index-corporate-highlights {
    margin-bottom: 40px;
}
.index-machinery-after-sale .black-color {
    color: #000;
    max-width: 58%;
    margin: auto;
}
.index-machinery-after-sale .index-corporate-highlights img {
    max-height: 85px;
}
.index-certificate-box {
    max-width: 210px;
    border: 1px solid #f5911e;
    text-align: center;
    border-radius: 10px;
    min-height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-certificate-box img {
    width: 140px;
}
.m-gas-value-data h4,
.m-gas-value-data p {
    margin: 0;
}
.m-gas-value-data {
    margin-top: 30px;
    padding-left: 5px;
}
.m-gas-value-data .what-provide-img-section {
    text-align: right;
}
.m-gas-value-data .what-provide-img-section img {
    height: 80px;
}
.index-value-row-margin {
    margin-bottom: 40px;
}
.index-product-text-gas strong {
    font-family: "HelveticaNeueBold";
    font-style: italic;
}
.index-product-text-gas {
    font-size: 21px;
    margin: 0;
    line-height: 29px;
}
.index-gas-product-banner {
    height: 215px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 30px 0;
}
.index-payment-button {
    background-color: #034ea1;
    border-radius: 10px;
    padding: 6px 10px;
    max-width: 200px;
    text-align: center;
}
.index-payment-button p {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-style: italic;
}
.index-payment-facilities .corp-high-text {
    margin-top: 23px;
}
.index-payment-facilities .corp-high-text p {
    color: #646464;
    font-size: 16px;
    text-transform: uppercase;
}
.index-payment-facilities.index-corporate-highlights {
    margin-top: 30px;
    max-width: 100%;
}
.main-all-index-services-gas .col-lg-1 {
    -ms-flex: 0 0 13.333333%;
    flex: 0 0 13.333333%;
    max-width: 13.333333%;
}
.index-gas-efill-row .index-corporate-highlights img {
    max-height: 330px;
}
.gas-agent-section .index-corporate-highlights img {
    max-height: initial;
    max-width: 250px;
}
.gas-agent-section .index-corporate-highlights {
    text-align: left;
}
.index-services-icons-all-section .col-lg-1 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}
.index-services-icon {
    margin-bottom: 50px;
}
.second-custom-text {
    margin-top: 54px;
}
.index-loyality-text p {
    margin: 0;
    color: #636466;
}
.mobile-app-text h3 {
    color: #333333;
}
.mobile-app-text p {
    color: #707070;
}
.loyal-app-icon {
    text-align: right;
}
.loyal-app-icon img {
    display: block;
    width: 180px;
    margin-bottom: 15px;
}
.index-crush-product-title {
    /*    font-family: "HelveticaNeueBold";*/
    font-family: "nexaBold";
    font-style: italic;
    font-size: 30px;
}
.index-transport-button-section {
    background-color: #5f3f2c;
    padding: 25px 0;
    color: #fff;
    margin-top: 20px;
}
.index-crusher-stick-name h2,
.index-crusher-stick-name a,
.index-crusher-stick-name p {
    color: #fff;
}
.index-transport-button-section ul {
    justify-content: space-between;
    display: flex;
}
.transparent-btn {
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 20px;
    padding: 2px 20px;
    min-width: 200px;
    padding-bottom: 1px;
}
.transparent-btn p {
    font-style: normal;
    font-family: "nexaBold";
}
.about-video-section {
    padding: 50px 0;
    float: left;
    width: 100%;
    background-color: #f2f2f2;
}
.about-video-form iframe {
    width: 100%;
}
.transparent-btn:hover {
    color: #93806f;
    background-color: #fff;
    font-family: "nexaBold";
}
.transparent-btn:hover p {
    color: #93806f;
    font-family: "nexaBold";
}
.white-background{
    background-color: #fff !important;
}
.index-crusher-button-section {
    position: relative;
}
.fixed {
    position: fixed;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    z-index: 999;
    width: 100%;
    top: 78px;
    transition: all 1s ease-out;
}
.index-cement-left-img-data {
    width: 65%;
    float: left;
    padding: 0;
}
.index-cement-sust-health-first-box {
    /* height: 500px; */
    /*  height: 112vh;*/
    height: 680px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.crusher-iso-img img{
    max-width: 90px;
    margin: 15px 0;
}
.index-cement-left-img-right-text-all-data {
    float: left;
    width: 100%;
    /* height: 100vh; */
    height: auto;
    background-color: #f2f2f2;
    padding-top: 0;
}
.left-width-100 {
    float: left;
    width: 100%;
}
.index-crusher-list-services{
    background-color: #F2F2F2;
}
.custom-title-lineheight{
    line-height: 40px;
}
.our-product-font-size{
    font-size: 14px;
}
@media(min-width:1400px){
    .big-div-push{
        max-width: 1520px;
        margin: auto;
    }
    .index-main-header .container-fluid{
        padding: 0;
    }
    .menu-push-right {
        /*        right: 25px;*/
        right: 0;
    }
    .menu-push.menu-push-right .container-fluid{
        width: 92%;
    }
}
@media (max-height: 700px) {
    .main-index-top-banner .col-lg-6 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .index-cement-right-text-data {
        width: 35%;
        float: left;
        /* max-height: 610px;
        overflow: auto; */
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .about-third-box {
        height: 75%;
        display: block;
    }
    /* .index-first-services {
      height: auto;
    } */
    .index-what-provide-section-box-data h4 {
        font-size: 15px;
    }
    .btn-twitter {
        padding: 6px 15px;
    }
    .index-services-icons-all-section .col-lg-1 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .index-transport-button-section li a.transparent-btn {
        min-width: 165px;
        margin-bottom: 10px;
    }
    .index-transport-button-section li {
        display: contents;
        margin-bottom: 20px;
        float: left;
    }
    .index-transport-button-section ul {
        display: inline;
    }
    .index-first-services {
        height: 90vh;
    }
}
@media (max-width: 992px) and (min-width: 767px) {
    .index-services-icons-all-section .col-lg-1 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width: 992px) {
    .cont-navRight nav {
        top: 55px;
    }
    .new-header-lang-dropdown .dropdown-menu {
        width: 150px;
    }
    .white-background, .gray-back-color{
        padding-bottom: 8px;
    }
    .footer-follow ul {
        display: flex;
        justify-content: center;
        margin-bottom: 5px;
    }
    .sticky.fixed {
        top: 61px;
        padding: 10px 0;
    }
    .index-transport-button-section ul {
        text-align: center;
        margin-top: 15px;
        display: inline;
    }
    .index-transport-button-section ul li {
        margin-right: 5px;
        margin-bottom: 15px;
        float: left;
        display: inline;
    }
    .machinery-brands-section {
        padding: 40px 0;
    }
    .machinery-brands-section .col-lg-1 {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: 20px;
    }
    .mobile-app-text {
        text-align: center;
        margin: 15px 0;
    }
    .index-mobile-img img {
        margin: auto;
        display: block;
    }
    .loyal-app-icon img {
        margin: auto;
        margin-bottom: 15px;
        width: 145px;
    }
    .gas-agent-section .index-corporate-highlights {
        text-align: center;
    }
    .gas-agent-section .index-corporate-highlights img {
        max-width: 100%;
    }
    .main-all-index-services-gas .col-lg-1 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .footer-second-col,
    .footer-address,
    .footer-news-letter-all-data {
        max-width: 100%;
    }
    .footer-news-letter .input-group {
        width: 100%;
    }
    .index-it-partner-image .col {
        -ms-flex-preferred-size: 1;
        flex-basis: initial;
        -ms-flex-positive: 1;
        flex-grow: initial;
        max-width: 50%;
    }
    .m-it-full-width-box-img-text {
        text-align: center;
    }
    .product-title-section {
        font-size: 23px;
        /* text-align: center; */
    }
    .what-provide-img-section img {
        max-width: 60px;
    }
    .what-provide-img-section {
        margin-bottom: 15px;
    }
    .navbar-brand img {
        width: 150px;
    }
    .bg-light {
        z-index: 9999;
    }
    .index-first-section .flickity-page-dots {
        display: none;
    }
    .index-second-text {
        width: 200px;
        height: 90px;
    }
    .index-second-text h2 {
        font-size: 20px;
    }
    .index-first-section .flickity-prev-next-button {
        bottom: 0;
    }
    .height-100vh {
        height: auto;
    }
    .index-corp-first-row .index-highlight-box {
        border: 0;
        margin-bottom: 15px;
    }
    .index-all-video-box {
        margin-bottom: 15px;
    }
    .index-second-section {
        height: calc(100vh - 100px);
    }
    .index-title h1 {
        font-size: 20px;
    }
    .index-video-text h3 {
        font-size: 17px;
    }
    .index-video-text p {
        font-size: 14px;
    }
    .index-video-text {
        min-height: 155px;
        -webkit-line-clamp: 3;
    }
    .index-fifth-section h1 {
        font-size: 20px;
    }
    .download-center-btn {
        padding: 5px 15px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .footer-second-col,
    .footer-address,
    .footer-news-letter-all-data {
        max-width: 100%;
    }
    footer {
        text-align: center;
        float: left;
    }
    .last-footer-img img {
        max-width: 150px;
        margin-bottom: 10px;
    }
    .btn-twitter {
        padding: 5px 30px;
        font-size: 14px;
    }
    .footer-follow ul li {
        float: left;
    }
    .header-right-icon img {
        width: 30px;
    }
    .header-right-icon li span {
        display: inline;
        font-family: "HelveticaNeuemed";
        font-size: 14px;
        padding-left: 10px;
    }
    .index-video-box-img {
        height: 200px;
    }
    footer .form-control {
        padding: 0.375rem 0.75rem;
    }
    .footer-news-letter-button img {
        max-width: 25px;
    }
    .index-main-header-data li.nav-item {
        margin: 5px 0;
    }
    .navbar-form-search .search-form-container {
        right: 40px;
    }
    .index-first-section h3 {
        font-size: 20px;
    }
    .index-first-section p {
        font-size: 16px;
    }

    .menu-push-right {
        right: 0;
    }
    .menu-push.menu-push-right .container-fluid {
        width: 95%;
    }
    .index-first-services {
        padding-bottom: 15px;
        height: 355px;
        background-size: cover;
    }
    .sust-main-section-text {
        padding: 0;
    }
    .index-chimac-banner-text {
        padding: 10px 0;
        position: relative;
    }
    .sust-main-section-text h2 {
        margin-bottom: 15px;
    }
    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0;
    }
    .breadcrumb a,
    .breadcrumb-item {
        font-size: 13px;
    }
    .index-first-top-gray-box h2 {
        margin-bottom: 10px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    p {
        font-size: 14px;
    }
    a {
        font-size: 13px !important;
    }
    .index-first-top-gray-box {
        justify-content: normal;
        align-items: normal;
        text-align: inherit;
        height: auto;
    }
    .index-first-services .index-first-top-gray-box:first-child h2:before {
        bottom: -5px;
    }
    .index-product-img-div {
        min-height: 250px;
    }
    .white-back-btn {
        border-width: 1px;
    }
    .quailty-back-img {
        height: 300px;
        margin-bottom: 20px;
    }
    .breadcrumb a {
        font-size: 13px !important;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        font-size: 10px !important;
    }
    .index-company-box {
        height: 250px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .index-first-top-gray-box p {
        font-size: 14px;
    }
    .about-boxes-style,
    .about-second-box {
        width: 100%;
    }
    .about-third-box {
        height: auto;
        position: relative;
        display: block;
    }
    .about-three-box {
        margin-top: 60px;
        float: left;
    }
    .sustain-top-section {
        margin-top: 60px;
    }
    .sust-box-data {
        text-align: center;
    }
    .sus-box-img img {
        max-width: 70px;
    }
    .sust-box-text {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sust-health-first-box {
        margin-bottom: 15px;
    }
    .quality-big-img-box {
        margin-top: 15px;
    }
    .quality-img-big-height {
        height: 250px;
        background-position: center;
    }
    /*right-left-media*/
    .index-cement-sust-health-first-box {
        height: 300px;
        margin-bottom: 15px;
    }
    .index-cement-left-img-data {
        width: 100%;
    }
    .index-cement-right-text-data {
        width: 100%;
    }
    .index-cement-left-img-right-text-all-data {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .index-cement-left-img-right-text-all-data {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .slick-next {
        right: -15px !important;
    }
    .slick-prev {
        left: -15px !important;
    }
    .slick-prev,
    .slick-next {
        width: 20px;
        height: 20px;
    }
    .index-machinery-after-sale .col-lg-2 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .index-machinery-after-sale .index-corporate-highlights img {
        max-height: 55px;
    }
}
@media (max-width: 768px) {
    .gas-agent-section .index-corporate-highlights img {
        max-width: 250px;
    }
    .index-services-icons-all-section .col-lg-1 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 575px) {
    .m-gas-value-data .what-provide-img-section {
        text-align: center;
    }
    .index-services-icons-all-section .col-lg-1 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .index-services-icon {
        margin-bottom: 40px;
        text-align: center;
    }
    .index-what-provide-ul {
        max-width: 200px;
        margin: auto;
        /* text-align: center; */
        display: inline-block;
    }
    .index-what-provide-section-box-data {
        text-align: center;
    }
    .m-it-title-max-width h4,
    .m-it-title-max-width p {
        margin: auto;
    }
    h3.index-what-prov-title.red-color {
        text-align: center;
    }
    .index-our-team-ul {
        width: 100%;
        max-width: 100%;
    }
    .index-corporate-highlights {
        margin: auto;
        display: block;
        width: 100%;
    }
    .main-all-index-services-gas .col-lg-1 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .index-certificate-box {
        margin: auto;
    }
    .machinery-brands-section .col-lg-1 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .index-machinery-after-sale .col-lg-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 467px) {
    .index-transport-button-section ul li {
        width: 100%;
    }
}
@import url("https://manaseergroup.com/Home/images/general.css");
