.container-img{
    padding: 100px;
    background: #38383B;
}
.content-img img{
    display: flex;
    margin: auto;
}
.our-story-tags ul li {
    display: inline-block;
    padding: 0 10px;
}
@media(max-width:680px){
    .our-story-tags {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 0!important;
    }}
.our-story-tags {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 276px;
}
.our-story-tags ul li a {
    color: #000;
    font-size: 18px;
}
.our-story-social-links ul li {
    display: inline-block;
    font-size: 20px;
    padding: 0 8px;
    float: right;
}
.our-story-social-links ul li a {
    background: grey;
    color: #fff;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

section.our-story-second-row {
    background-image: url("../img/banner-1-img.jpg");
    padding: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 600px;
}
.text-heading {
    text-align: center;
    color: #fff;
}
.text-heading h1 {
    font-size: 50px;
}
section.our-story-third-row {
    background-image: url("../img/second-section-img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.para-section p {
    color: #fff;
    font-size: 18px;
}
.para-section {
    padding: 80px 0;
}
.overlay-thrdrow {
    position: absolute;
    background: #00000073;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}
.our-story-tags ul li a.active {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
section.our-story-forth-row {
    background: #383636;
}
.last-row-img {
    padding: 60px;
    text-align: center;
}
section.our-operation {
    background: #383636;
    text-align: center;
    padding: 130px;
}
body.scrolling-effect.newClass section.our-operation {
    min-height: 850px;
}
section.our-operation h4, section.our-operation p {
    color: #fff;
}
    
section.our-contact {
    background-image: url("../img/Texture_12_003-1-copy.jpg");
    background-size: cover;
    background-position: center center;
    height: auto;
    width: 100%;
    padding: 150px 0;

}
.contact-row img {
    width: 100%;
}
.contact-para {
    text-align: center;
}
.contact-para h1 {
    font-size: 60px;
    color: #fff;
}



.our-story-header{
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
}
.scrolling-effect.newClass .our-story-header {
    display: none;
}
body.scrolling-effect {
    padding-top: 275px;
}
body.scrolling-effect.newClass {
    padding-top: 0;
}
html {
  scroll-behavior: smooth;
}