@charset "utf-8";

/* CSS Document */
#homeBannerSlider {
    /* height: 100%; */
}

.homeBanner {
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}


.hbDex {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.slick-slider,
.slick-list,
.slick-track {
    /* height:100%; */
}

/*sm edit section*/
.scroll_dwn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    width: 47px;
}

#home_banner_slider,
#home_banner_slider>div,
#home_banner_slider>div>div {
    height: 100%;
}

.bannerInfo {
    /* max-width:1700px; width:90%; */
    margin: 0 auto 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
    padding: 20px 0;
    z-index: 5;
}

.bannerInfo span {
    display: block;
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    width: 50%
}

.bannerInfo span strong {
    position: relative;
    top: 90px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease-in-out
}

.bannerInfo span strong b {
    position: relative;
    padding: 0 12px 0 20px;
    font-weight: 300;
}

.bannerInfo span strong b:after {
    position: absolute;
    content: "";
    background-color: #243267;
    ;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0px;
    top: 8px;
}

.bannerInfo span strong.fadeInUp {
    top: 0;
    opacity: 1;
}

.bannerInfo span strong.fadeOutUp {
    top: -90px;
    opacity: 0;
}

.banner1_text1 {
    left: 8%;
    padding-bottom: 25px;
    color: #101010;
    font-size: 61px;
    line-height: 70px;
    font-weight: 700;
}

.banner1_text2 {
    left: 8%;
    padding-bottom: 20px;
    color: #101010;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner1_text3 {
    left: 8%;
    padding-bottom: 0px;
    color: #FFF;
    font-size: 16px;
    line-height: 18px;
}

.banner1_text2 strong,
.banner1_text3 strong {
    font-weight: 700;
}

.banner1_text1 strong {
    font-weight: 700;
}

.slide_moreBtn {
    height: 43px;
    width: 154px;
    line-height: 43px;
    padding: 0 0 0 20px;
    color: #FFF;
    text-transform: uppercase;
    background: #cd2629;
    font-size: 11px;
    display: inline-block;
    position: relative;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease-in-out
}

.slide_moreBtn:after {
    content: '';
    width: 48px;
    height: 9px;
    position: absolute;
    top: 14px;
    right: -25px;
    background: url(../images/arrow.png) no-repeat 0 0;
    z-index: 1;
}

.slide_moreBtn:before {
    content: '';
    width: 29px;
    height: 1px;
    position: absolute;
    top: 22px;
    right: 23px;
    background: #FFF;
    z-index: 2;
}

.slide_moreBtn.fadeIn {
    opacity: 1;
}

.slide_moreBtn.fadeOut {
    opacity: 0;
}

.bannerInfo span strong.delay1 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.bannerInfo span strong.delay2 {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.slide_moreBtn.delay2 {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.sloderControl {
    position: absolute;
    bottom: 5%;
    left: 8%;
    z-index: 2;
    vertical-align: top;
    padding-left: 30px;
}


.hs_prev,
.hs_next {
    display: inline-block;
    margin: auto;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFF;
    position: relative;
    text-indent: -99999px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin-right: 10px;
    vertical-align: top;
}

.hs_prev:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/bannerCtrl.png) no-repeat -1px 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.hs_next:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/bannerCtrl.png) no-repeat -13px 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.gallery_paging {
    font-weight: 300;
    color: #243267;
    font-size: 16px;
    height: 40px;
    vertical-align: top;
}

.gallery_paging b {
    color: #FFF;
    font-weight: 300;
    line-height: 40px;
    position: relative;
    display: inline-block;
}

.gallery_paging em {
    position: relative;
    display: inline-block;
    line-height: 40px;
    padding-left: 10px;
    margin-left: 5px;
    font-style: normal;
}

.gallery_paging em:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 14px;
    height: 15px;
    width: 1px;
    border-left: 1px solid #243267;
    transform: rotate(30deg);
}

.playPoseHolder2 {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    position: relative;
    vertical-align: top;
}

.playPoseHolder2 a {
    display: inline-block;
    margin: auto;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFF;
    position: relative;
    text-indent: -99999px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    color: transparent;
}

.playPoseHolder2 a.bannerPause {
    display: none;
}

.bannerPause:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/bannerCtrl.png) no-repeat -28px -15px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.bannerPlay:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/bannerCtrl.png) no-repeat -30px 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}


.banner-dots {
    position: absolute;
    right: 0px;
    width: 50px;
    left: 0px;
    margin: 0px auto;
    bottom: 20px;
    display: flex !important;
}

.banner-dots li {
    width: 100%;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
}

/* .banner-dots li:before{content:''; position: absolute; right: 0px; top: 50%; display:inline-block; height:2px; width:18px; background:#101010; vertical-align:middle;} */
.banner-dots li span {
    font-size: 0px;
    font-weight: 600;
    color: #ff0137;
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle;
}

.banner-dots li.slick-active:before {
    /* background:#ff0137; */
}

.banner-dots li.slick-active span {
    font-size: 12px;
}

section.sec1 {
    margin-top: 120px;
    height: 75vh;
}

.col2_block {
    float: left;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
    height: 198px;
}

.whats_block {
    float: left;
    width: 50%;
    height: 100%;
    padding: 39px 55px;
}

.whats_block h3 {
    font-size: 14px;
    font-weight: 600;
    color: #003b6e;
    text-transform: uppercase;
}

.whats_block h3 a {
    float: right;
    color: #eb1c23;
    font-size: 12px;
}

.whats_block ul {
    float: left;
    width: 100%;
    margin: 25px 0 0;
}

.whats_block ul li {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #5f5f5f;
    line-height: 18px;
    font-weight: 500;
}

.whats_block ul li .date {
    float: left;
    width: 105px;
    position: relative;
}

.whats_block ul li .date:after {
    position: absolute;
    right: 10px;
    top: 8px;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #5f5f5f;
}

.whats_block ul li .what_info {
    float: left;
    width: calc(100% - 105px);
    position: relative;
}


.csr_block {
    float: left;
    width: 50%;
    height: 100%;
    padding: 0px;
    position: relative;
}

.csr_block h3 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    float: left;
    width: 100%;
    top: 25px;
    padding: 15px 58px 0;
    z-index: 1;
}

.csr_block h3 a {
    float: right;
    color: #eb1c23;
    font-size: 12px;
}

.csr_block .csr_slider {
    float: left;
    width: 100%;
    height: 100%;
}

.csr_block .csr_slider li {
    padding: 74px 58px 0;
    color: #fff;
}

.csr_block .csr_slider li h4 {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.csr_block .csr_slider li h2 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 18px;
}

.csr_block .csr_slider .csr_slider1 {
    background: url(../images/csr_slider1.jpg) no-repeat;
    background-size: cover;
}

.csr_block .csr_slider .csr_slider2 {
    background: url(../images/csr_slider2.jpg) no-repeat;
}

.our_products {
    float: left;
    width: 100%;
    padding: 90px 0;
    text-align: center;
}

.our_products h3 {
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 25px;
}

.our_products h3:after {
    position: absolute;
    content: "";
    background-color: #212121;
    width: 19px;
    height: 2px;
    bottom: 0px;
    left: 0;
    right: 0px;
    margin: 0 auto;
}

.our_products h4 {
    color: #003b6e;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 45px;
}

.product_slider .product_thumb {
    text-align: center;
    height: 218px;
    display: inline-block;
}

.product_slider .product_info h5 {
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 700;
    padding: 0 0 25px;
}

.product_slider .product_info p {
    font-size: 12px;
    color: #727272;
    font-weight: 400;
    line-height: normal;
    padding: 0 0 50px;
    min-height: 107px;
}

.product_slider a {
    text-align: left;
    height: 43px;
    width: 154px;
    line-height: 43px;
    padding: 0 0 0 20px;
    color: #2a2a2a;
    text-transform: uppercase;
    border: 1px solid #eb1c23;
    font-size: 11px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease-in-out
}

.product_slider a:before {
    content: '';
    width: 29px;
    height: 1px;
    position: absolute;
    top: 22px;
    right: 23px;
    background: #eb1c23;
    z-index: 2;
}

.product_slider li {
    position: relative;
    background: url(../images/products_brd.png) no-repeat right center;
    padding: 0 30px;
}

.paribantan_bg {
    float: left;
    width: 100%;
    background: url(../images/paribartan_bg.jpg) no-repeat center top;
    background-size: cover;
    height: 478px;
    padding: 130px 0;
}

.paribantan_bg .wrapper {
    margin: 0 auto;
    max-width: 711px;
}

.paribantan_bg .wrapper .info {
    float: left;
    width: 100%;
    padding: 0 0 0 315px;
}

.paribantan_bg .wrapper .info h3 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 22px;
    margin: 0 0 22px;
    position: relative;
}

.paribantan_bg .wrapper .info h3:after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 256px;
    height: 2px;
    left: -156px;
    bottom: 0;
}

.paribantan_bg .wrapper .info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 0 0 35px;
}

.paribantan_bg a {
    text-align: left;
    height: 43px;
    width: 154px;
    line-height: 43px;
    padding: 0 0 0 20px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #eb1c23;
    font-size: 11px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease-in-out
}

.paribantan_bg a:before {
    content: '';
    width: 29px;
    height: 1px;
    position: absolute;
    top: 22px;
    right: 23px;
    background: #fff;
    z-index: 1;
}


.feature_video {
    float: left;
    width: 100%;
    padding: 90px 0;
    text-align: center;
}

.feature_video h3 {
    color: #212121;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 25px;
}

.feature_video h3:after {
    position: absolute;
    content: "";
    background-color: #212121;
    width: 19px;
    height: 2px;
    bottom: 0px;
    left: 0;
    right: 0px;
    margin: 0 auto;
}

.feature_video h4 {
    color: #003b6e;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 45px;
}

.feature_video ul {
    float: left;
    width: 100%;
    margin: 30px 0 0;
}

.feature_video li {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 20px;
    text-align: left;
}

.feature_video li aside {
    float: left;
    width: 100%;
    padding: 0 0 0px;
}

.feature_video li:first-child aside {
    border-bottom: 3px solid #fec20d;
}

.feature_video li:last-child aside {
    border-bottom: 3px solid #0054a6;
}

.feature_video .product_thumb {
    text-align: center;
    display: inline-block;
    margin: 0 0 50px;
    padding: 0 0 0px;
    position: relative;
}

.feature_video .product_thumb:after {
    position: absolute;
    content: "";
    background: url(../images/video_home.png) no-repeat;
    width: 74px;
    height: 74px;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0px;
    right: 0px;
}

.feature_video .product_thumb img {
    max-width: 100%;
}

.feature_video .product_info {
    padding: 0 35px;
}

.feature_video .product_info h5 {
    font-size: 18px;
    color: #2e2e2e;
    font-weight: 700;
    padding: 0 0 45px;
}

.feature_video .product_info h5 small {
    font-size: 13px;
    font-weight: 500;
}

.feature_video .product_info span {
    background: url(../images/play_ic.png) no-repeat;
    height: 42px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 42px;
    padding: 0 0 0 50px;
    display: inline-block;
    color: #000;
}


.cement_bg {
    float: left;
    width: 100%;
    background: url(../images/cement_bg.jpg) no-repeat center top;
    background-size: 100%;
    height: 512px;
    padding: 130px 0;
}

.cement_bg .wrapper {
    margin: 0 auto;
    max-width: 711px;
}

.cement_bg .wrapper .info {
    float: left;
    width: 100%;
    padding: 0 0 0 315px;
}

.cement_bg .wrapper .info h3 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 22px;
    margin: 0 0 22px;
    position: relative;
}

.cement_bg .wrapper .info h3:after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 19px;
    height: 2px;
    left: 0px;
    bottom: 0;
}

.cement_bg .wrapper .info h4 {
    font-size: 21px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 0 0 20px;
    line-height: 30px;
}

.cement_bg .wrapper .info h4 strong {
    float: left;
    width: 100%;
    font-size: 24px;
}

.cement_bg .wrapper .info h5 {
    font-size: 14px;
    color: #fec20d;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 40px;
    position: relative;
}

.cement_bg .wrapper .info h5:after {
    position: absolute;
    content: "";
    background-color: #fec20d;
    width: 176px;
    height: 2px;
    top: 50%;
    margin: 0 0 0 20px;
}

.cement_bg a {
    text-align: left;
    height: 43px;
    width: 154px;
    line-height: 43px;
    padding: 0 0 0 20px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-size: 11px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease-in-out
}

.cement_bg a:before {
    content: '';
    width: 29px;
    height: 1px;
    position: absolute;
    top: 22px;
    right: 23px;
    background: #fff;
    z-index: 2;
}

.cement_bg .wrapper .info p {
    font-size: 14px;
    color: #fff;
}

.cement_bg-dot {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 11px;
    text-align: left;
    z-index: 5;
    padding: 0px 0px 0;
}

.cement_bg-dot li {
    display: inline-block;
    height: 10px;
    padding: 0px 8px 0 0 !important;
}

.cement_bg-dot li span {
    display: inline-block;
    width: 11px;
    height: 11px;
    text-indent: -9999px;
    background: #fff;
    border-radius: 50%;
    margin: 0 2px;
    font-size: 0;
    color: transparent
}

.cement_bg-dot li.slick-active span {
    display: inline-block;
    width: 11px;
    height: 11px;
    text-indent: -9999px;
    background: #eb1c23;
    margin: 0 2px
}

.banner-dots-pops {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    height: 11px;
    text-align: left;
    padding: 20px 58px 0;
}

.banner-dots-pops li {
    display: inline-block;
    height: 10px;
    padding: 0px 8px 0 0 !important;
}

.banner-dots-pops li span {
    display: inline-block;
    width: 11px;
    height: 11px;
    text-indent: -9999px;
    background: #fff;
    border-radius: 50%;
    margin: 0 2px;
    font-size: 0;
    color: transparent
}

.banner-dots-pops li.slick-active span {
    display: inline-block;
    width: 11px;
    height: 11px;
    text-indent: -9999px;
    background: #eb1c23;
    margin: 0 2px
}


.blog_sec {
    float: left;
    width: 100%;
    padding: 90px 0;
    text-align: center;
    background: url(../images/blog_bg.jpg) no-repeat center bottom;
}

.blog_sec h3 {
    color: #212121;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 25px;
}

.blog_sec h3:after {
    position: absolute;
    content: "";
    background-color: #212121;
    width: 19px;
    height: 2px;
    bottom: 0px;
    left: 0;
    right: 0px;
    margin: 0 auto;
}

.blog_sec h4 {
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 15px;
}

.blog_sec ul {
    float: left;
    width: 100%;
    margin: 30px 0 0;
}

.blog_sec li {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 20px;
    text-align: left;
}

.blog_sec li aside {
    float: left;
    width: 100%;
    padding: 0 0 0px;
}

.blog_sec .product_thumb {
    text-align: center;
    display: inline-block;
    padding: 0 0 0px;
    margin: 0;
    float: left;
    width: 100%;
}

.blog_sec .product_thumb img {
    max-width: 100%;
    display: block;
}

.blog_sec .product_info {
    padding: 0 20px;
    margin: -25px 0 0;
    position: relative;
    float: left;
    width: 100%;
}

.blog_sec .product_info div {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 40px;
}

.blog_sec .product_info h5 {
    font-size: 18px;
    color: #444444;
    font-weight: 500;
    padding: 0 0 45px;
}

.blog_sec .product_info p {
    font-size: 12px;
    font-weight: 500;
    color: #444444;
    padding: 0 0 20px;
}

.blog_sec .product_info a {
    color: #eb1c23;
    font-size: 11px;
    text-transform: uppercase;
}

.blog_sec .view_all {
    text-align: left;
    margin: 80px 0 0;
    height: 43px;
    width: 154px;
    line-height: 43px;
    padding: 0 0 0 20px;
    color: #212121;
    text-transform: uppercase;
    border: 1px solid #eb1c23;
    font-size: 11px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease-in-out
}

.blog_sec .view_all:before {
    content: '';
    width: 29px;
    height: 1px;
    position: absolute;
    top: 22px;
    right: 23px;
    background: #eb1c23;
    z-index: 1;
}

.social_block {
    float: left;
    width: 100%;
    padding: 90px 0;
    text-align: center;
}

.social_block h3 {
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 25px;
}

.social_block h3:after {
    position: absolute;
    content: "";
    background-color: #212121;
    width: 19px;
    height: 2px;
    bottom: 0px;
    left: 0;
    right: 0px;
    margin: 0 auto;
}

.social_block h4 {
    color: #003b6e;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding: 0 0 15px;
    margin: 0 0 45px;
}


.latest_in {
    float: left;
    width: 100%;
}

.latest_tab {
    margin-bottom: 25px;
    text-align: center;
}

.latest_tab li {
    display: inline-block;
    padding: 8px 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    text-align: center;
    border: 0px solid #f1f1f1;
    position: relative;
    cursor: pointer;
}

.latest_tab li.ltActive {
    -webkit-box-shadow: 10px 10px 29px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 29px -14px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 29px -14px rgba(0, 0, 0, 0.15);
    border: 1px solid #f1f1f1;
    color: #003b6e;
}

.latest_tab_info {}

.latest_tab_info article {}


.profile_slider {
    float: left;
    width: 100%;
    margin: 30px 0 0;
}

.profile_slider li {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 20px;
    text-align: left;
}

.profile_slider li aside {
    float: left;
    width: 100%;
    padding: 0 0 0px;
}

.profile_slider .product_thumb {
    text-align: center;
    display: inline-block;
    position: relative;
    height: 296px;
    padding: 0 0 0px;
    margin: 0;
    float: left;
    width: 100%;
}

.profile_slider .product_thumb span {
    position: absolute;
    width: 40px;
    height: 36px;
    background-color: #fff;
    right: 0px;
}

.profile_slider .product_thumb span img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.facebook_info .profile_slider .product_thumb span {
    background-color: #3b589c;
}

.twitter_info .profile_slider .product_thumb span {
    background-color: #5da8dc;
}

.youtube_info .profile_slider .product_thumb span {
    background-color: #f4f2f2;
}

.profile_slider .product_thumb img {
    max-width: 100%;
    display: block;
}

.profile_slider .product_info {
    padding: 0 0 20px 45px;
    margin: -100px 0 0;
    position: relative;
    float: left;
    width: 100%;
}

.profile_slider .product_info div {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 50px 80px 50px 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
}

.profile_slider .product_info h5 {
    font-size: 12px;
    line-height: normal;
    color: #404040;
    font-weight: 500;
    padding: 0 0px;
}

.profile_slider .product_info p {
    font-size: 12px;
    font-weight: 500;
    color: #838383;
    padding: 0 0 20px;
}

.profile_slider .slider_prev {
    background: #fff url(../images/slider_prev.png) no-repeat center;
    cursor: pointer;
    width: 50px;
    height: 48px;
    position: absolute;
    left: 10px;
    top: 100px;
    z-index: 1;
    font-size: 0;
}

.profile_slider .slider_next {
    background: #fff url(../images/slider_next.png) no-repeat center;
    cursor: pointer;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 10px;
    top: 100px;
    z-index: 1;
    font-size: 0;
}

.product_slider .slider_prev {
    background: url(../images/slider_prev.png) no-repeat center;
    cursor: pointer;
    width: 50px;
    height: 48px;
    position: absolute;
    left: 10px;
    top: 100px;
    z-index: 1;
    font-size: 0;
}

.product_slider .slider_next {
    background: url(../images/slider_next.png) no-repeat center;
    cursor: pointer;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 10px;
    top: 100px;
    z-index: 1;
    font-size: 0;
}


.cement_slider .cem_prev {
    background: url(../images/cem_prev.png) no-repeat center;
    cursor: pointer;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 50px;
    bottom: 0px;
    z-index: 1;
    font-size: 0;
}

.cement_slider .cem_next {
    background: url(../images/cem_next.png) no-repeat center;
    cursor: pointer;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 10px;
    bottom: 0px;
    z-index: 1;
    font-size: 0;
}


.banner-dots li button {
    width: 20px;
    height: 20px;
    background: #fff;
    border: none;
    border-radius: 50%;
    font-size: 0px;
}

.banner-dots li.slick-active button {
    background: transparent;
    border: 1px solid #fff;
}

.our_story_mid_box {
    background: #fdf0dd;
    padding: 38px 20px;
    margin: 50px 0px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

aside.our_story_left_box {
    width: 46%;
}

aside.our_story_left_box img {
    width: 100%;
    border-radius: 16px;
}

aside.our_story_right_box {
    width: 52%;
    margin-top: 20px;
}

.ourstory_two_colom .left_our_story_box {
    width: 100%;
    margin: 0px 20px;
}

.ourstory_two_colom .left_our_story_box aside.our_story_left_box {
    width: 100%;
}

.ourstory_two_colom .left_our_story_box .our_story_right_box {
    width: 100%;
}

aside.our_story_right_box h2 {
    font-size: 30px;
    color: #212529;
    font-weight: 600;
    margin-bottom: 22px;
}

aside.our_story_right_box h3 {
    color: #de3127;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
}

aside.our_story_right_box p {
    font-size: 16px;
    color: #212529;
    font-weight: normal;
    margin-bottom: 20px;
}

a.read_more_button {
    background: #e03c33;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 10px;
    margin-right: 10px;
    transition: 0.6s;
}

a.read_more_button:hover {
    background: #0090c9;
}

.button_mid_box {
    margin-top: 42px;
    display: block;
    width: 100%;
}

a.read_more_button.download {
    background: transparent;
    border: 1px solid #e03c33;
    color: #e03c33;
}

.social_footprint_mid_box {
    text-align: center;
}

.social_footprint_mid_box h2 {
    font-size: 36px;
    color: #212529;
    font-weight: 600;
    margin-bottom: 22px;
}

.social_footprint_mid_box p {
    font-size: 16px;
    line-height: 26px;
}

.social_footprint {
    padding-top: 24px;
}

ul.foot_slider li {
    background: #cae4f7;
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 20px;
    padding-top: 80px;
    margin: 0px 8px;
    height: 210px;
}

.foot_icon_box {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -42px;
}

.foot_box h6 {
    font-size: 17px;
    color: #212529;
    font-weight: normal;
    margin-bottom: 10px;
}

a.details_button {
    color: #4a4848;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    left: 0px;
}

ul.foot_slider {
    margin-top: 46px;
}

.foot_slider .slick-list {
    padding-top: 49px;
}

ul.foot_dots li {
    padding: 0px;
    background: transparent !important;
    margin: 0px 4px;
    cursor: pointer;
    height: auto;
}

ul.foot_dots li button {
    background: #dddddb;
    border: none;
    font-size: 0px;
    width: 10px;
    height: 12px;
    border-radius: 50%;
}

ul.foot_dots li.slick-active button {
    background: #dddddb;
    border: none;
    font-size: 0px;
    width: 50px;
    height: 12px;
    border-radius: 10px;
    cursor: pointer;
}

ul.foot_dots {
    display: flex !important;
    justify-content: center;
    margin: 16px 0px;
}

ul.foot_slider li:nth-child(2) {
    background: #fdf0dd;
}

ul.foot_slider li:nth-child(3) {
    background: #d2f4f4;
}

ul.foot_slider li:nth-child(4) {
    background: #e0eafd;
}

.social_footprint_mid_box h2 {
    font-size: 36px;
    color: #212529;
    font-weight: 600;
    margin-bottom: 34px;
}

.social_footprint_mid_box p {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 100px;
}

.key_prog {
    padding-top: 66px;
    background: #f8f8f6;
    margin-top: 40px;
    padding-bottom: 40px;
}

.key_mid_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

aside.key_left_box {
    width: 49%;
}

aside.key_right_box {
    width: 49%;
}

.key_image_main {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.key_image_main img {
    width: 100%;
    display: block;
}

.key_overlay_box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 14px 20px;
    background: rgb(230 225 202 / 81%);
}

.key_overlay_box h6 {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
}

.key_image_list {
    margin-bottom: 22px;
}

.key_image_list.two {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.key_image_list.two .key_image_main {
    width: 48%;
}

.road_mid_box h2 {
    font-size: 36px;
    color: #212529;
    font-weight: 600;
    margin-bottom: 40px;
}

.road_mid_box p {
    font-size: 16px;
    line-height: 26px;
}

.road_mid_box {
    text-align: center;
}

.road_ahead {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url(../images/road_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.road_mid_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 46px;
}

.road_mid_box ul li {
    width: 47%;
    text-align: left;
    font-size: 14px;
    color: #272626;
    font-weight: normal;
    background: #fdfdf2;
    margin-bottom: 26px;
    padding: 20px;
    border-radius: 16px;
}

.road_mid_box ul li strong {
    font-size: 20px;
    font-weight: 900;
}

.founder_box {
    text-align: center;
    padding-top: 68px;
    background: #fdfdf2;
    padding-bottom: 68px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 23%);
}

.founder_box h2 {
    font-size: 36px;
    color: #212529;
    font-weight: 600;
    margin-bottom: 22px;
}

.founder_box p {
    font-size: 16px;
    line-height: 26px;
}

.founder_mid_box {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-top: 55px;
    align-items: center;
}

aside.founder_left_box {
    width: 42%;
}

aside.founder_left_box img {
    width: 100%;
    display: block;
}

aside.founder_right_box {
    width: 55%;
}

aside.founder_right_box p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 22px;
}

.founder_name_text {
    font-size: 14px;
    margin-bottom: 20px;
}

.founder_name_text span {
    font-size: 20px;
    font-weight: bold;
}

.donate_box {
    text-align: center;
    padding-top: 60px;
    margin-bottom: 40px;
}

.donate_box h2 {
    font-size: 36px;
    color: #212529;
    font-weight: 600;
    margin-bottom: 22px;
}

.donate_box p {
    font-size: 16px;
    line-height: 26px;
}

.donate_mid_box {
    background: #fdf0dd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 40px;
}

aside.donate_left_box {
    padding: 20px 40px;
    text-align: left;
}

.doante_bottom_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

aside.donate_right_image img {
    display: block;
}

div#ROAD {
    /* padding-top: 60px; */
}

.contact_box h2 {
    font-size: 36px;
    color: #212529;
    font-weight: 600;
    margin-bottom: 22px;
    text-align: center;
}

.contact_box {
    padding-top: 60px;
    margin-bottom: 40px;
}












.mt-5 {
    margin-top: 3rem !important;
}

.order-lg-last {
    order: 6 !important;
}

.contact-wrap {
    padding: 2.5rem;
    background: var(--white);
    position: relative;
}

.contact-wrap .form-control {
    border: 1px solid #ccc;
    background-color: #fff;
}

.col-md-12 {
    width: 100%;
    ;
}

.btn {
    display: inline-flex;
    justify-content: center;
    padding: 0.719rem 1.9rem;
    background: #00894d;
    font-size: 1rem;
    outline: none;
    align-items: center;
    position: relative;
    border-radius: 60px;
    color: #fff;
    border: none;
    font-weight: 400;
    overflow: hidden;
    margin: 15px 0 0 0;
    cursor: pointer;
    background: #e03c33;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 10px;
    margin-right: 10px;
    transition: 0.6s;
}

.btn:hover {
    background: #0090c9;
}

.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0px 20px;
}

.icon-box-4 svg {
    color: #000000;
    display: inline-block;
    stroke-width: 1px;
    position: absolute;
    width: 38px;
    height: 38px;
    /* left: -18px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.icon-box-4 h3 {
    font-size: 1.25rem;
    color: #27304b;
    font-weight: 800;
    position: relative;
    padding: 0 0 10px 0;
}

.icon-box-4.bg-green {
    background: #D9E7DB;
}

.icon-box-4 {
    text-align: left;
    padding: 1.7rem 1.25rem 1.7rem 4rem;
    position: relative;
    border-radius: 7px;
    /* overflow: hidden; */
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.icon-box-4 svg {
    color: #000000;
    stroke-width: 1px;
    position: inherit;

    /* left: -18px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */

}

.reach_address_box_top {
    display: flex;
    justify-content: space-between;
    gap: 0px 16px;
    margin-top: 46px;
}

.reach_address_box_top .icon-box-4 {
    width: 33.333%;
}

.desun_contact_icon_main_box {
    width: 80px;
    height: 80px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 18%);
    background: #fff;
    border-radius: 50%;
    padding: 20px;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.icon-box-4.bg-gray {
    background: rgba(90, 58, 59, 0.07);
}

.icon-box-4 {
    text-align: center;
    padding: 1.7rem 1.25rem 1.7rem 1.7rem;
    position: relative;
    border-radius: 7px;
    /* overflow: hidden; */
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    margin: 0 0 15px;
}

.col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.icon-box-4.bg-orange {
    background: rgba(213, 155, 45, 0.2);
}


.icon-box-4.bg-gray {
    background: rgba(90, 58, 59, 0.07);
}

.contact-wrap {
    padding: 2.5rem;
    background: #fdf0dd;
    position: relative;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}

.form-control {
    border: none;
    box-shadow: none;
    font-size: 0.9375rem;
    border: 1px solid var(--white);
    outline: none;
    color: #5b5b5b;
    background-color: var(--white);
    height: auto;
    padding: 0.8rem 1rem;
    border-radius: 5px;
    box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    width: 95%;
    margin: 12px;
}

#phone {
    padding: 015px;
    min-height: inherit;
}

.col-md-12 textarea {
    width: 98%;
}

.wide-tb-100 {
    padding-top: 60px;
    padding-bottom: 20px;
}

.col-md-12 button {
    margin: 0 0 0 15px;
}

.map-frame {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
    max-height: 475px;
}

.map-frame iframe {
    width: 100%;
    border: none;
    height: 475px;
}

.callout-style-side-img .img-callout {
    width: 350px;
    overflow: hidden;
}

.callout-style-side-img .text-callout {
    padding: 1.5rem 2rem;
    font-size: 1rem;
}

.d-lg-flex {
    display: flex !important;
}

.col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
}

.map-frame {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
    max-height: 475px;
}

.top-broken-grid {
    margin-top: -80px;
    margin-bottom: 70px;
}

.callout-style-side-img {
    background-color: var(--white);
    box-shadow: 0px 0px 54px 0px rgba(39, 48, 75, 0.26);
}

.bg-gray a {
    color: #5b5b5b;
}

.search_box {
    text-align: left;
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
}

.search_box h3 {
    padding: 0 0 15px 0;
}

.search_box p {
    padding: 0 0 15px 0;
    text-align: left !important;
}

.search_box a {
    color: #100088;
    text-decoration: underline;
}

form#contactusForm {
    display: block;
    width: 100%;
    height: 100%;
}

.row1 {
    display: flex;
    flex-wrap: wrap;
}

.row {
    float: none;
}


.ourstory_two_colom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.left_our_story_box {
    width: 46%;
}

aside.our_story_left_box.austin {
    width: 44%;
}

aside.our_story_right_box.austin {
    width: 52%;
}

.our_story_mid_box ul.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}

.our_story_mid_box ul.slick-dots li button {
    background: #ccc;
    border: none;
    font-size: 0px;
    width: 10px;
    height: 12px;
    border-radius: 50%;
    margin: 0px 2px;
    transition: 0.6s;
    cursor: pointer;
}

.our_story_mid_box ul.slick-dots li.slick-active button {
    background: #e03c33;
}


@media screen and (max-width:1024px) {
    .row {
        --bs-gutter-x: 0px;
    }

    .col-lg-4 {
        flex: inherit;
        width: auto;
        padding: 0px 20px;
    }

    .col-lg-8 {
        flex: inherit;
        width: auto;
    }

    .col-md-6 {
        flex: inherit;
        width: 100%;
    }
}


























@media screen and (max-width:1024px) {
    .our_story_mid_box {
        flex-wrap: wrap;
    }

    aside.our_story_left_box {
        width: 100%;
    }

    aside.our_story_right_box {
        width: 100%;
        margin-top: 20px;
    }

    .key_prog {
        padding-top: 60px;
    }

    .our_story_mid_box {
        padding: 20px 20px;
        margin-bottom: 0px;
    }

    aside.our_story_right_box h3 {
        font-size: 20px;
        line-height: 28px;
    }

    a.read_more_button {
        margin-right: 0px;
        width: 100%;
        display: block;
        margin-bottom: 6px;
        text-align: center;
    }

    aside.key_left_box {
        width: 100%;
    }

    aside.key_right_box {
        width: 100%;
    }

    .key_image_list.two .key_image_main {
        width: 100%;
        margin-bottom: 20px;
    }

    .key_image_list.two .key_image_main:last-child {
        margin-bottom: 0px;
    }

    .road_mid_box ul li {
        width: 100%;
    }

    aside.founder_right_box {
        width: 100%;
        margin-top: 20px;
    }

    aside.founder_left_box {
        width: 100%;
    }

    .founder_mid_box {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .donate_mid_box {
        flex-wrap: wrap;
    }

    aside.donate_left_box {
        padding: 20px 20px;
        text-align: left;
    }

    .doante_bottom_box p {
        margin-bottom: 20px;
    }

    .doante_bottom_box {
        flex-wrap: wrap;
    }

    .social_footprint {
        padding-top: 62px;
    }
}





























@media screen and (max-width:1400px) {}

@media screen and (max-width:1160px) {
    .cement_bg {
        background-size: cover
    }

    .profile_slider .product_info div {
        padding: 40px 30px;
    }
}

@media screen and (max-width:1025px) {
    .sec1 {
        position: relative;
    }

    .banner1_text1 {
        font-size: 40px;
        line-height: 45px;
        padding-bottom: 10px;
    }

    .bannerInfo span.banner1_text1 strong:after {
        top: 8px;
    }

}

@media screen and (max-width:900px) {
    .bannerInfo span {
        width: auto;
        padding-right: 30px;
    }

    .bannerInfo {
        bottom: auto;
        top: 250px;
    }

    .playPoseHolder2,
    .gallery_paging {
        display: none;
    }

    .hs_prev,
    .hs_next {
        position: absolute;
        top: 50%;
        z-index: 3;
        left: 10px;
        background: rgba(255, 255, 255, 0);
        border: 0px solid #FFF;
    }

    .hs_next {
        right: 10px;
    }

    .newsletter2a,
    .newsletter2b {
        width: 50%;
        padding: 40px 30px 52px 30px;
    }

    .newsletter2c {
        width: 100%;
    }

    #nl_sub {
        width: 100%;
    }

    .profile_slider li {
        padding: 0 10px;
    }
}

@media screen and (max-width:680px) {
    .banner-dots {
        display: none !important;
    }

    .banner1_text1 {
        font-size: 30px;
        line-height: 35px;
    }

    .banner1_text2 {
        line-height: 20px;
        font-size: 13px;
        padding-bottom: 2px;
    }

    .bannerInfo {
        bottom: auto;
        top: 120px;
    }

    .bannerInfo span {
        padding-right: 50px;
    }

    .banner1_text1 {
        font-size: 35px;
        line-height: normal;
    }

    .bannerInfo span.banner1_text1 strong:after {
        left: -20px;
    }

    .bannerInfo span {
        padding-left: 20px;
    }

    .scroll_dwn {
        left: 40px;
        right: auto;
        bottom: 100px;
    }

    .col2_block {
        height: auto;
        margin: -50px 0 0;
        position: relative;
    }

    .whats_block {
        width: 100%;
        height: auto;
        padding: 39px 55px;
    }

    .csr_block {
        width: 100%;
        height: 200px;
    }

    .csr_block .csr_slider li {
        padding: 68px 25px 0;
    }

    .product_slider li {
        background-image: none
    }

    .our_products {
        padding: 50px 0;
    }

    .our_products h4 {
        padding: 0 5% 15px;
        margin: 0 0 45px;
    }

    .our_products h4 br {
        display: none;
    }

    .paribantan_bg {
        background: url(../images/paribantan_bg_mobile.jpg) no-repeat center top;
        background-size: cover;
        height: auto;
        padding: 70px 0;
    }

    .paribantan_bg .wrapper .info {
        padding: 0 50px;
        text-align: center;
    }

    .paribantan_bg .wrapper .info h3:after {
        width: 19px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .paribantan_bg .wrapper .info h4 {
        padding: 130px 0 35px;
        background: url(../images/paribartan_ic.png) no-repeat center top;
    }

    .box8 {
        width: 100%;
        text-align: center;
        float: none;
        padding: 20px 0 0;
    }

    .buy {
        float: none;
        width: 160px;
        margin: 0 auto;
    }

    .feature_video {
        padding: 50px 0;
    }

    .feature_video li {
        width: 100%;
        padding: 0 10px;
        margin: 0 0 50px;
    }

    .cement_bg {
        background: url(../images/cement_bg_mob.jpg) no-repeat left top;
        background-size: cover;
        height: auto;
        padding: 100px 0;
        position: relative;
    }

    .cement_bg:after {
        position: absolute;
        content: "";
        background-color: rgba(0, 0, 0, 0.30);
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .cement_bg .wrapper .info {
        float: left;
        width: 100%;
        padding: 0 45px;
        position: relative;
        z-index: 1;
    }

    .cement_bg .wrapper .info h5:after {
        width: 80px;
    }

    .cement_bg .wrapper .info h4 {
        font-size: 20px;
        padding: 0 0 15px;
        line-height: normal;
    }

    .cement_bg .wrapper .info h4 strong {
        font-size: 27px;
    }

    .blog_sec {
        padding: 50px 0;
        background-image: none;
    }

    .blog_sec .container {
        width: 100%;
    }

    .blog_sec li {
        width: 100%;
        padding: 0 0px;
        margin: 0 0 30px;
    }

    .blog_sec h4 {
        margin: 0 0px;
    }

    .blog_sec .view_all {
        margin: 20px 0 0;
    }

    .social_block {
        padding: 50px 0;
    }

    .profile_slider .product_thumb img {
        width: 100%;
    }

    .profile_slider .product_thumb span img {
        width: auto;
    }

    .csr_block h3 {
        padding: 15px 25px 0;
    }

    .feature_video .product_thumb {
        padding: 0 0 20px;
    }

    .feature_video .product_info {
        padding: 0 15px;
    }

    .blog_sec .product_info div {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
    }

    .our_story_mid_box.austin {
    display: block;
}

    .latest_tab li {
        padding: 8px 22px;
    }

    .banner-dots-pops {
        padding: 20px 25px 0;
    }

    #homeBannerSlider {
        height: auto !important;
    }

    .slick-slider,
    .slick-list,
    .slick-track {
        height: 100%;
    }

    section.sec1 {
        margin-top: 52px;
        height: auto;
    }

    .social_footprint_mid_box p {
        padding: 0px;
    }

    .social_footprint_mid_box h2 {
        font-size: 28px;
    }

    .road_mid_box h2 {
        font-size: 28px;
        margin-bottom: 26px;
    }

    .founder_box h2 {
        font-size: 28px;
    }

    .donate_box h2 {
        font-size: 28px;
        margin-bottom: 22px;
    }

    aside.our_story_right_box h2 {
        font-size: 28px;
    }

    .reach_address_box_top .icon-box-4 {
        width: 100%;
        margin-bottom: 66px;
    }

    .reach_address_box_top {
        gap: 0px;
        flex-wrap: wrap;
    }

    .form-control {
        width: 100%;
        margin: 6px 0px;
    }

    .contact-wrap {
        padding: 1.5rem;
    }

    .reach_address_box_top .icon-box-4:last-child {
        margin-bottom: 20px;
    }

    .left_our_story_box {
        width: 100%;
        margin-bottom: 26px;
    }

    .left_our_story_box:last-child {
        margin-bottom: 0px;
    }

    aside.our_story_right_box.austin {
        width: 100%;
    }

    aside.our_story_left_box.austin {
        width: 100%;
    }

    .ourstory_two_colom .left_our_story_box {
        width: 100%;
        margin: 0px 0px;
    }
}

@media screen and (max-width:480px) {
    .csr_block .csr_slider .csr_slider1 {
        background: url(../images/csr_slider1_mob.jpg) no-repeat right;
    }

    .csr_block .csr_slider .csr_slider2 {
        background: url(../images/csr_slider2_mob.jpg) no-repeat right;
    }
}

@media screen and (max-width:360px) {
    .blog_slider li div figure {
        height: 150px;
    }

    .latest_tab li {
        padding: 8px 20px;
    }
}