@font-face {
    font-family: Addington CF;
    src: url(../font/addington-cf/AddingtonCF-Regular.woff);
    font-style: normal;
}

@font-face {
    font-family: Addington CF;
    src: url(../font/addington-cf/AddingtonCF-Regular.woff) ;
    font-style: normal;
  }

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: 'Roboto Flex', sans-serif!important;
    overflow: hidden;
}

.main-content {
    position: relative;
}

.main-content .container-fluid {
    padding: 0;
    margin: 0;
}

.main-content .container-fluid .row,
.main-content .container-fluid .col-md-6 {
    padding: 0;
    margin: 0;
}

.left-content {
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.left-background {
    height: 100vh;
    position: relative;
    width: 100%;
}

.left-desc {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.left-desc a {
    color: black;
}

.left-desc a:hover {
    color: black;
    text-decoration: none;
}

.left-desc p {
    color: black;
    text-align: left;
    margin-bottom: 0;
}

.left-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 66%;
}

.right-content {
    height: 100vh;
    width: 100%;
    margin: 0;
    background-color: rgb(250, 242, 210);
    padding: 10%;
    overflow-y: scroll;
}

.title-area h1 {
    font-size: 55px;
    font-family: 'Addington CF', sans-serif;
    font-weight: 100;
    color: black;
    line-height: 1em;
    padding: 0;
    margin-top: -3%;
    margin-bottom: 0;
}

.logo-area img {
    height: 40px;
    object-fit: unset;
}

.logo-area {
    display: flex;
    justify-content: flex-end;
}

.inner-area .row .col-md-2,
.inner-area .row .col-md-10 {
    margin: 0;
    padding: 0
}

.icon-area {
    width: 100px;
    height: 100px;
    margin-left: -10px;
}

.inner-area {
    padding-top: 14%;
    position: relative;
}

.icon-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-layer img {
    width: 100%;
    object-fit: cover;
    height: 170px;
    object-position: center 65%;
}

.layer-inner {
    margin-left: 12%;
}

.content-layer p {
    padding-top: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-align: justify;
}

.info-area img {
    width: 35px;
    aspect-ratio: 1/1;
    padding-right: 5px;
    object-fit: contain;
}

.info-area-one {
    width: 60%;
    display: flex;
    align-items: center;
}

.info-area-two {
    width: 40%;
    display: flex;
    color: black;
    align-items: flex-start;
    justify-content: flex-end;
}

.info-area-two a {
    display: flex;
    align-items: center;
    color: black;
}

.info-area p {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 600;
}

.bottom-layer {
    border-top: 2px solid #d7532b;
    padding-top: 10px;
}


@media screen and (min-width: 1367px) {
    .icon-area {
        width: 140px;
        height: auto;
    }

    .content-area .main-row {
        height: 90vh;
        display: flex;
    }

    .logo-area img {
        height: 50px;
        object-fit: unset;
    }

    .title-area h1 {
        font-size: 80px;
    }

    .image-layer img {
        height: 230px;
    }

    .content-layer p {
        font-weight: 500;
        font-size: 22px;
    }
    .left-content img {
        object-position: center 70%;
    }
   

  
    .info-area p{
        font-size:15px;
        font-weight: lighter;
    }

    .info-area img{
        width: 40px;
    }

    }

    @media screen and (max-width: 767px) {
        body {
            overflow: auto;
            background-color: rgb(250, 242, 210);
        }

        .col-sm-3 {
            width: 50% !important;
        }

.mb-not{
    display:none;
}

.right-content{
    height:auto!important;
}

        .logo-area img {
            height: 20px;
        }

        .title-area h1 {
            font-size: 30px;
            margin-top: -4%;
        }

        .left-content {
            height: 100%;
        }

        .left-background {
            height: 450px;
            padding-top: 30%;
        }

        .layer-inner {
            margin-left: 0;
        }

        .main-content .container-fluid {
            padding: 20px 10%;
            padding-bottom: 10%;
        }

        .main-row .col-md-12 {
            padding: 0;
        }

        .left-desc p {
            font-size: 13px;
        }

        .left-desc {
          display: none;
        }

        .info-area-two {
            align-items: center;
        }

        .info-area img {
            margin-right: 5px;
        }

        .rewerse {
            display: flex;
            flex-direction: column-reverse;
            padding-bottom: 20px;
        }

        .info-area p {
            font-size: 12px;
            letter-spacing: -0.5px;
        }

        .info-area-one {
            width: 65%;
        }

        .info-area-two {
            width: 35%;
        }

        .icon-area {
            display: none;
        }

        .icon-area-2 {
        position: absolute;
        top: 0px;
        left: 50%;
        width: auto;
        height: 75px;
        display: block !important;
        transform: translate(-50%);
    
    }

        .icon-area-2 img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .inner-area {
            padding-top: 2%;
            position: relative;
        }

        .image-layer img{
            height: 100px;
            object-position: center 60%;
        }
        .content-layer p {
            font-size: 14px;
            text-align: justify;
        }

        .right-content{
            padding: 5%;
        }

        .corp{
            display: block !important;
            font-size: 13px;
            text-align: center;
            margin-top: 20px;
        }

    }

    .icon-area-2 {
        display: none;
    }

    .corp{
        display: none;
    }

    .corp a{
        color:black;
    }