html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Kanit', sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 275;
    color: #5A5A5A;
}

img {
    max-width: 100%;
}

h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 66px;
    color: #161616;
    margin: 0px 0px 20px;
}

.head-col p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #161616;
}

a,
.cta {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a:hover {
    text-decoration: none;
}

a:focus,
button:focus,
input:focus {
    outline: none;
    box-shadow: none;
}

.cta {
    font-size: 20px;
    line-height: 30px;
    color: #161616;
    display: inline-block;
    font-weight: 275;
    background-color: #fff;
    padding: 15px 61px;
    transform: skew(-16deg);
}

.cta:hover {
    background-color: #161616;
    color: #ffffff;
}

.cta .cta-text {
    transform: skew(16deg);
    display: inline-block;
}

.site-header .cta {
    background: #ffbe4a;
    color: #000;
}

.yellow {
    color: #ffbe4a;
}

.site-header .cta:hover {
    background: #fff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

ul.navbar-nav li.nav-item {
    margin-right: 40px;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 275;
    font-size: 20px;
    line-height: 30px;
    padding: 5px 0px;
    position: relative;
}

.navbar-light .navbar-nav .nav-link:before {
    content: "";
    height: 1px;
    width: 0px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    left: 0px;
    right: 0px;
    margin: auto;
}

.navbar-light .navbar-nav .nav-link:hover:before {
    opacity: 1;
    width: 100%;
}

.navbar-light .navbar-nav .active .nav-link:before {
    opacity: 1;
    width: 100%;
}

.site-header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    padding: 45px 0px;
}

header.site-header.fixed-header {
    -webkit-animation: fadeIn .75s ease-out forwards;
    animation: fadeIn .75s ease-out forwards;
    position: fixed;
    background-color: #fff;
    padding: 10px 0px;
    box-shadow: 0px 6px 14px 9px rgb(97 97 97 / 8%);
}


@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: .4s
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: .4s
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

header.site-header.fixed-header a.navbar-brand {
    max-width: 100px;
}

.site-header.fixed-header .navbar-light .navbar-nav .nav-link {
    color: #161616;
}

header.site-header.fixed-header .navbar-light .navbar-nav .nav-link:before {
    background-color: #161616;
}

header.site-header.fixed-header a.cta {
    background-color: rgb(255 190 74);
    color: rgb(22 22 22);
    font-size: 16px;
    padding: 9px 41px;
}

.site-header nav.navbar {
    padding: 0px;
}

.site-header a.navbar-brand {
    width: 100%;
    max-width: 220px;
    padding: 0px;
}


.banner-content h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 76px;
    line-height: 86px;
    color: #fff;
    margin: 0px 0px 49px;
}

.slider-item {
    position: relative;
}

.slide-number {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 10px 30px;
}

.slide-number span {
    color: #fff;
    opacity: 0.6;
    font-size: 30px;
    line-height: 44px;
}

.slide-number span.active-slide {
    opacity: 1;
    font-size: 58px;
    line-height: 86px;
}

.slider-item .banner-content {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 50px;
}

.banner .triangle {
    position: absolute;
    bottom: 0px;
    z-index: 0;
    width: 200px;
}

.banner-side-text {
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    position: absolute;
    right: -60px;
    top: 40%;
    z-index: 1;
    transform: rotate(90deg) translateX(0px) translateY(0px);
}

.slider-item .banner-content .content-wrapper {
    width: 100%;
    max-width: 1010px;
}

.slider-item .banner-content .content-wrapper a {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin-left: 150px;
}

.slideshow {
    position: relative;
    z-index: 1;
    height: 100%;
}

.slideshow * {
    outline: none;
}

.slideshow .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.banner .item {
    height: 100%;
    position: relative;
    z-index: 1;
}

.slideshow .item img {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}

.slideshow .item.slick-active img {
    transform: scale(1);
}

.slideshow ul.slick-dots {
    bottom: 0px;
    display: flex;
    justify-content: flex-end;
    padding: 30px;
    align-items: center;
    display: none !important;
}

.slideshow .slick-dots li {
    width: auto;
    height: auto;
    margin: 0px;
    margin-left: 4px;
}

.slideshow .slick-dots li button {
    height: 25px;
    width: 25px;
    font-size: 14px;
    color: #161616;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.slideshow .slick-dots li button::before {
    display: none;
}

.slideshow .slick-dots li.slick-active button {
    transform: scale(1.2);
    background-color: #161616;
    color: #fff;
}

section.p-126 {
    padding: 125px 0px;
}

.tab-pane.fade {
    transition: all 0.2s;
    transform: translateY(1rem);
}

.tab-pane.fade.show {
    transform: translateY(0rem);
}

.nav-tabs .nav-link {
    border: 1px solid #161616;
    border-radius: 0px;
    font-size: 20px;
    padding: 14px 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: #161616;
    background-color: #161616;
    color: #ffffff;
}

.site-tabs {
    justify-content: center;
    border: 0px;
}

.site-tabs.nav-tabs .nav-link {
    margin: 0px 10px;
}

.site-tabs-wrapper {
    margin-top: 50px;
}

.post-wrapper {
    display: flex;
    align-items: center;
}

.post-wrapper .image-block {
    width: 55%;
    position: relative;
}

.post-wrapper .text-block {
    width: calc(48% + 50px);
    padding: 50px;
    background-color: #ffbe4a;
    color: #161616;
    position: relative;
    margin-left: 0px;
    left: -92px;
}

.post-wrapper .text-block p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 275;
}

a.read-more {
    font-size: 22px;
    line-height: 32px;
    color: #161616;
    font-weight: 400;
}

a.read-more i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 8px;
}

.tab-content {
    margin-top: 80px;
    position: relative;
}

.post-wrapper .text-block h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    color: #161616;
    margin: 0px 0px 2px;
}


.tab-content .triangle {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: 220px;
}

.text-col .text-box {
    width: 100%;
    max-width: 760px;
}

.section-head-content {
    width: 70%;
    max-width: 1015px;
}

.project-slider .slide-item {
    padding: 0px 50px;
}

.project-slider {
    margin: 0px -50px;
}

section.project-section {
    overflow-x: hidden;
}

.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;
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

.videoPoster:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55px;
}

.videoWrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.project-thumb {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.thumb-wrapper {
    position: relative;
    padding-top: 100%;
}

.project-slider-wrapper {
    margin-top: 45px;
}

.section-head h4 {
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    margin: 0px 0px 24px;
}

.contact-section .contact-wrapper {
    width: 100%;
    max-width: 922px;
    margin: auto;
}

.form-control {
    font-weight: 275;
    font-size: 22px;
    line-height: 33px;
    color: #000;
    border-radius: 0px;
    border-width: 0px 0px 1px 0px;
    padding: 12px 0px;
}

.form-group {
    margin-bottom: 40px;
}

.contact-wrapper button.cta {
    margin-top: 20px;
}

.form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

.form-control:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.form-control:focus {
    color: #000000;
    outline: 0;
    box-shadow: none;
}

.site-footer {
    padding-top: 130px;
}

.site-footer a.navbar-brand {
    width: 100%;
    max-width: 300px;
    margin-bottom: 35px;
}

.site-footer p {
    font-size: 22px;
    line-height: 1.5;
}

.site-footer h4 {
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    /* identical to box height */
    color: #161616;
    margin: 50px 0px 40px;
}

ul.contact-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
    line-height: 0px;
}

ul.contact-list li:not(:last-child) {
    margin-bottom: 24px;
}

ul.contact-list li a {
    font-weight: 275;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height */
    color: #161616;
}

.social-part {
    display: flex;
    align-items: center;
    margin-top: 92px;
}

ul.sicial-list {
    padding: 0px;
    margin: 0px 0px 0px 60px;
    list-style: none;
    display: flex;
}

ul.sicial-list li {
    margin-right: 24px;
}

ul.sicial-list li a {
    color: #000000;
    font-size: 20px;
}

.top-footer {
    position: relative;
    background-image: url(../images/footer-p.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-bottom: 135px;
    background-size: contain;
}

.top-footer .footer-home-image {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    max-width: 550px;
}

.top-footer .footer-home-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom right;
}

.bottom-footer {
    background-color: #161616;
    padding: 25px 0px;
}

.bottom-footer .copyright p {
    margin: 0px;
    color: #ffffff;
    font-weight: 275;
    font-size: 18px;
    line-height: 27px;
}

.bottom-footer .row {
    align-items: center;
}

.bottom-footer ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.bottom-footer ul li {
    margin-left: 40px;
}

.bottom-footer ul li a {
    font-weight: 275;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.post-banner {
    position: relative;
}

.post-banner .triangle {
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-width: 230px;
}

.breadcrumb {
    padding: 0px;
    background-color: transparent;
    margin: 0px;
    align-items: center;
}

li.breadcrumb-item.home i {
    color: #5A5A5A;
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #5a5a5a;
    border-radius: 50%;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb-item.active {
    color: #000000;
}

li.breadcrumb-item {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px;
    color: #5A5A5A;
    margin-right: 20px;
}

li.breadcrumb-item a {
    color: inherit;
}

.site-breadcrumb {
    padding: 80px 0px;
}

/* =============pro-btn ==========*/
.pro-btn {
    width: 30%;
}

.pro-wrapper {
    display: flex;
    align-items: center;
}

.pro-text {
    width: 70%;
}

.pro-btn .cta {
    border: 1px solid #161616;
}

/* thum starts here */
.thum-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 999;
    justify-content: space-between;
    padding: 30px;
}

.thum-text h4 {
    margin: 0px;
    font-size: 30px;
    line-height: 66px;
    font-weight: 500;
    color: #fff;
}

.thum-icon i {
    font-family: "fontAwesome";
    color: #fff;
}

.thumb-wrapper {
    cursor: url(../images/cursorimg.png), auto;
}

/*================= projection-sec starts here ======================*/
.projection-sec .section-head {
    padding-bottom: 52px;
}

.projection-sec .thum-text h4 {
    color: #000;
}

.projection-sec .thum-icon i {
    color: #000;
}

.projection-sec .thum-wrapper {
    padding: 20px;
    position: static;
    margin-bottom: 40px;
}

.projection-sec .thumb-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projection-sec .thumb-wrapper{
    padding-top: 75%;
}
.projection-sec .p-right {
    padding-right: 40px;
}

.projection-sec .p-left {
    padding-left: 40px;
}

.projection-sec .project-img {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.projection-sec .project-thumb img {
    transform: scale(1);
    transition: all .3s linear;
}

.projection-sec .project-thumb:hover img {
    transform: scale(1.1);
}

/*================= projection-detail-sec ================*/
.projection-detail-sec .row>div {
    margin-bottom: 40px;
}

.pro-deatil-img {
    overflow: hidden;
}

.pro-deatil-img img {
    transform: scale(1);
    transition: all .3s linear;
    width: 100%;
}

.pro-deatil-img:hover img {
    transform: scale(1.1);
}

.d-table-sec {
    padding-top: 70px;
}

.d-table-sec .section-head {
    padding-bottom: 40px;
}

.detail-list ul {
    padding: 0px;
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.detail-list ul li span {
    width: 50%;
    display: inline-block;
}

.detail-list ul li {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #D5D5D5;
    padding: 40px 50px;
}

.projection-detail-sec .section-head {
    padding-bottom: 20px;
}

/* inner-banner */


.inner-banner .banner-slider .slider-item {
    height: 100%;
    width: 100%;
}

.inner-banner .banner-slider .slider-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.inner-banner .triangle {
    max-width: 100px;
}
li#menu-item-275 {
    display: none;
}

/*------ responsive start --------*/
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1470px;
    }
}

@media (min-width: 1601px) {
    .full-section .container {
        max-width: 100%;
    }

    .full-section.left-space .container {
        padding-left: 23vw;
    }
}


@media (max-width: 1600px) {
    .banner-content h1 {
        font-size: 48px;
        line-height: 1.2;
        margin: 0px 0px 30px;
    }

    .slider-item .banner-content .content-wrapper {
        max-width: 670px;
    }

    body {
        font-size: 18px;
        line-height: 1.7;
    }

    .post-wrapper .text-block p {
        font-size: 16px;
        line-height: 1.7;
    }

    .site-footer p {
        font-size: 18px;
        line-height: 1.7;
    }

    section.p-126 {
        padding: 80px 0px;
    }
    .d-table-sec {
        padding-top: 40px;
    }

}

@media(max-width:1440px) {
    .site-header {
        padding: 20px 0px;
    }

    .site-header a.navbar-brand {
        max-width: 120px;
    }

    .site-breadcrumb {
        padding: 50px 0px;
    }

    .thum-wrapper {
        padding: 20px;
    }

    .thum-text h4 {
        font-size: 22px;
        line-height: 1.2;
    }

    .projection-sec .p-right {
        padding-right: 35px;
    }

    .projection-sec .p-left {
        padding-left: 35px;
    }
}

@media(max-width:1199px) {
    h2 {
        font-size: 36px;
        line-height: 1.3;
        margin: 0px 0px 10px;
    }

    .head-col p {
        font-size: 16px;
        line-height: 1.5;
    }

    .banner-side-text {
        font-size: 14px;
        line-height: 1.5;
        right: -30px;
    }

    .slide-number span.active-slide {
        font-size: 36px;
        line-height: 43px;
    }

    .slide-number span {
        font-size: 24px;
        line-height: 32px;
    }

    .nav-tabs .nav-link {
        font-size: 16px;
        padding: 8px 30px;
    }

    .tab-content {
        margin-top: 50px;
    }

    .project-slider .slide-item {
        padding: 0px 15px;
    }

    .project-slider {
        margin: 0px -15px;
    }

    .form-control {
        font-size: 16px;
        line-height: 1.5;
    }

    .contact-section .contact-wrapper {
        width: 100%;
        max-width: 60%;
    }

    .site-footer a.navbar-brand {
        max-width: 140px;
        margin-bottom: 10px;
    }

    .top-footer .footer-home-image {
        max-width: 400px;
    }

    .top-footer {
        padding-bottom: 50px;
    }

    .social-part {
        margin-top: 50px;
    }

    .post-wrapper .image-block {
        width: 50%;
    }

    .post-wrapper .text-block {
        width: 50%;
        left: -20px;
        padding: 30px;
    }

    .site-breadcrumb {
        padding: 30px 0px;
    }

    li.breadcrumb-item {
        font-size: 14px;
        font-weight: 400;
        margin-right: 10px;
    }

    li.breadcrumb-item.home i {
        height: 30px;
        width: 30px;
        font-size: 12px;
    }

    .pro-btn .cta {
        padding: 12px 30px;
    }

    .projection-sec .p-right {
        padding-right: 15px;
    }

    .projection-sec .p-left {
        padding-left: 15px;
    }

    .detail-list ul li {
        padding: 30px;
    }
}

@media(max-width:991px) {
    li#menu-item-275 {
        display: block;
    }
    .site-header .button-div {
        display: none;
    }

    .site-header .navbar-toggler {
        border: 0px;
        padding: 0px;
        height: 40px;
        width: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .navbar-toggler .icon-bar {
        display: block;
        width: 32px;
        height: 3px;
        background-color: #ffbe4a;
        margin: 2px 0px;
        border-radius: 10px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .site-header nav.navbar div#navbarSupportedContent {
        position: absolute;
        top: 100%;
        left: 0px;
        background-color: #fff;
        width: 100%;
    }

    ul.navbar-nav li.nav-item {
        margin-right: 0px;
    }

    .navbar-light .navbar-nav .active>.nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show>.nav-link {
        color: #161616;
    }

    .navbar-light .navbar-nav .nav-link:before {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #161616;
        font-size: 16px;
        font-weight: 400;
        padding: 5px 15px;
        line-height: 26px;
    }

    .navbar-light .navbar-nav li.nav-item.contact {
        display: block !important;
    }

    .navbar-toggler[aria-expanded="true"] .icon-bar.bar-3 {
        display: none;
    }

    .navbar-toggler[aria-expanded="true"] .icon-bar.bar-1 {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] .icon-bar.bar-2 {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar-toggler[aria-expanded="true"] .icon-bar {
        margin: -1px;
    }

    .site-tabs-wrapper {
        margin-top: 30px;
    }

    .site-tabs.nav-tabs .nav-link {
        font-size: 14px;
        font-weight: 400;
        padding: 5px 17px;
        margin: 0px 5px;
    }

    .post-wrapper {
        flex-wrap: wrap;
    }

    .post-wrapper .image-block {
        width: 100%;
    }

    .post-wrapper .text-block {
        width: 100%;
        left: 0px;
        margin: auto;
    }

    .post-wrapper .text-block h2 {
        font-size: 32px;
        line-height: 1.5;
    }

    section.p-126 {
        padding: 50px 0px;
    }

    body {
        font-size: 16px;
    }

    .section-head h4 {
        margin: 0px 0px 10px;
    }

    .cta {
        font-size: 14px;
        font-weight: 400;
        padding: 5px 30px;
    }

    .site-footer p {
        font-size: 16px;
    }

    .banner-content h1 {
        font-size: 32px;
    }

    .slider-item .banner-content .content-wrapper {
        max-width: 60%;
    }

    .banner .triangle {
        width: 100px;
    }

    .slider-item .banner-content .content-wrapper a {
        font-size: 20px;
        margin-left: 30px;
    }

    .slider-item .banner-content .content-wrapper a i {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
    }

    .slick-dots {
        position: static;
        margin-top: 7px;
    }

    .slick-dots li {
        width: auto;
        height: auto;
        margin: 0px 4px;
    }

    .slick-dots li button:before {
        display: none;
    }

    .slick-dots li button {
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: #161616;
        opacity: 0.5;
    }


    .slick-dots li.slick-active button {
        opacity: 1;
    }

    .top-footer .footer-home-image {
        max-width: 270px;
    }

    .site-footer h4 {
        font-size: 22px;
        margin: 20px 0px 10px;
    }

    ul.contact-list li:not(:last-child) {
        margin-bottom: 8px;
    }

    ul.contact-list li a {
        font-size: 16px;
    }

    .bottom-footer .copyright p {
        font-size: 14px;
    }

    .bottom-footer ul li a {
        font-size: 14px;
    }

    .bottom-footer ul li {
        margin-left: 20px;
    }

    .bottom-footer {
        padding: 20px 0px;
    }

    .site-footer {
        padding-top: 80px;
    }

    .pro-text {
        width: 60%;
    }

    .pro-btn {
        width: 40%;
    }

    .projection-sec .section-head {
        padding-bottom: 30px;
    }
    .d-table-sec {
        padding-top: 0px;
    }
    .d-table-sec .section-head {
        padding-bottom: 20px;
    }
    .inner-banner .banner-slider {
        height: 300px;
    }
}

@media(max-width:767px) {
    .banner .item {
        height: 430px;
    }
    .projection-detail-sec .section-head {
        padding-bottom: 0;
    }
    
/*    .row_parent {
        display: flex;
        flex-direction: column-reverse;
    }*/
   .banner-content h1 {
        margin: 0;
    }
    .banner.post-banner .item {
        height: 290px;
    }

    .banner .item>img {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .slider-item .banner-content .content-wrapper {
        max-width: 95%;
    }

    .slider.banner-slider {
        margin-bottom: 0px;
    }

    .site-tabs.nav-tabs .nav-link {
        padding: 5px 10px;
        width: 100%;
        margin: 6px 0px;
    }

    .contact-section .contact-wrapper {
        max-width: 90%;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .section-head-content {
        width: 90%;
    }

    .project-slider-wrapper {
        margin-top: 20px;
    }

    .post-wrapper .text-block h2 {
        line-height: 1.2;
        font-size: 24px;
    }

    .post-wrapper .text-block p {
        font-size: 14px;
    }

    a.read-more {
        font-size: 14px;
    }

    a.read-more i {
        font-size: 14px;
    }

    .bottom-footer .copyright p {
        text-align: center;
    }

    .bottom-footer ul {
        justify-content: center;
    }

    .bottom-footer ul li {
        margin: 0px 10px;
    }

    .pro-text {
        width: 100%;
    }

    .pro-wrapper {
        flex-direction: column;
    }

    .pro-btn {
        width: 100%;
        text-align: center;
    }

    .projection-sec .section-head {
        padding-bottom: 20px;
    }

    .detail-list ul li {
        width: 100%;
    }
}


@media(max-width:575px) {
    .social-part {
        margin-top: 20px;
    }

    .social-part .cta {
        padding: 5px 8px;
        line-height: 1.5;
    }

    ul.sicial-list {
        margin: 0px 0px 0px 27px;
    }

    .slide-number {
        padding: 10px;
    }

    .slide-number span {
        font-size: 16px;
    }

    .slide-number span.active-slide {
        font-size: 24px;
        line-height: 32px;
    }

    .banner-content h1 {
        font-size: 24px;
    }

    .slider-item .banner-content .content-wrapper a {
        font-size: 16px;
    }

    .slider-item .banner-content .content-wrapper a i {
        font-size: 14px;
    }

    .tab-content {
        margin-top: 20px;
    }

    .tab-content .triangle {
        max-width: 100px;
    }

    h2 {
        font-size: 24px;
    }

    .section-head h4 {
        font-size: 18px;
    }

    .head-col p {
        font-size: 14px;
    }

    .top-footer .footer-home-image {
        max-width: 120px;
    }

    .pro-btn .cta {
        padding: 9px 16px;
    }

    .detail-list ul li {
        padding: 10px;
    }
    .projection-sec .thum-wrapper {
        margin-bottom: 15px;
    }
    .projection-sec .thum-wrapper .thum-text h4{
        font-size: 18px;
        line-height: 1.2;
    }
}