body {
    /*font:lato-light, lato, sans-serif;*/
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #fff;
    height: 200vh;
    position: relative;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

html {
    scroll-behavior: smooth;
}

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}

p {
    color: #767474;
    font-weight: 300;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a, a:hover {
    text-decoration: none !important;
}

.hero {
    width: auto;
    height: 871px;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.company_hero1 {
    background-image: url("../images/company1.webp");
    background-attachment: fixed;
    height: 871px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.company_hero2 {
    background-image: url("../images/woodban.webp");
    background-attachment: fixed;
    height: 871px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.company_hero4 {
    background-image: url("../images/aluban.webp");
    background-attachment: fixed;
    height: 871px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.company_hero1 .container {
    background-color: #ffffffba;
    height: 871px;
    text-align: center;
}

.company_hero5 {
    background-image: url("../images/baner.webp");
    background-attachment: fixed;
    height: 871px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.company_hero5 .container {
    background-color: #ffffffba;
    height: 871px;
    text-align: center !important;
    align-items: center !important;
    justify-content: center;
}

.company_hero2 .container {
    background-color: #ffffffba;
    height: 871px;
    text-align: center;
}

.company_hero4 .container {
    background-color: #ffffffba;
    height: 871px;
    text-align: center;
}

.company-link {
    margin: 0px 0px;
    padding: 10px 1.5rem;
    background-color: #312b28c4;
    /*display: flex;*/
    border: 1px solid white;
    color: #fff;
    /*min-width: 100% !important;*/
    display: block;
}

.company-link:hover {
    background-color: #e8c87a;
    border: 1px solid #e8c87a;
    color: #000;
}

.hero .header {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.company_hero .header {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.hero_img {
    width: 100%;
    height: 871px;
    object-fit: cover;
    object-position: 50% 50%;
}

.company_img {
    width: 100%;
    height: 871px;
    object-fit: cover;
    object-position: 50% 50%;
}

.company_hero {
    width: 100%;
    height: 871px;
    object-fit: cover;
    object-position: 50% 50%;
}

.hero .header a {
    text-align: center;
    line-height: 37px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 0 10px;
}

.hero .name {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.company_hero .header a {
    text-align: center;
    line-height: 37px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 0 10px;
}

.company_hero .name {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.company_hero .company_name {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.hero .company_name {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.header_link:hover {
    background-color: rgb(192 138 62 / 80%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.hero-bg .effect {
    text-align: center;
    padding: 0.8rem;
    border-radius: 4px;
}

.al-tamer-effect {
    /*font-size: 28px;*/
    color: #000000;
    font: 26px lato-light, lato, sans-serif !important;
    font-family: lato-light, lato, sans-serif;
    padding: 0.5rem;
    text-align: center;
    /*font-family: lato-light,lato,sans-serif !important;*/
}

.al-tamer-effect span {
    color: #000000 !important;
}

.al-tamer-heading {
    background: linear-gradient(to bottom, #ad6c14cc 0%, #cd9d6380 100%);
    padding: 20px;
    color: white;
}

/*.active{*/
/*    background: #e8c87a;*/
/*    color: black;*/
/*}*/
.site-navbar-wrap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
}

.site-navbar-wrap a {
    color: #fff;
}

.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem;
}

.site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
}

.site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
}

.site-navbar .site-logo a {
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    font-weight: 500;
}

.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 0px 50px;
}

.site-navbar .site-navigation .site-menu > li:hover {
    background-color: #e8c87a;
}

.site-navbar .site-navigation .site-menu > li > a {
    padding: 4px 26px;
    color: rgba(0, 0, 0);
    /*font-size: 18px;*/
    text-decoration: none !important;
    font-weight: 600;
}

.site-navbar .site-navigation .site-menu > li > a.active {
    color: #fff;
}

/*.site-navbar .site-navigation .site-menu > li > a:hover {*/
/*    color: #f0b859;*/
/*}*/


.site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #c2c4c6;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #000000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.main-menu li.active {
    background: #ede9e1;
    color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #e8c87a;
    color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #ebeef0;
    color: #212529;

}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #000;
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 100%;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #222222;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    text-align: center;
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    color: white;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
    color: white !important;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #ffffff;
}

.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
    color: #e8c87a;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
    color: #fff !important;
    background-color: #22222 !important;
    border: none !important;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    color: white;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa42;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.sticky-wrapper + .site-blocks-cover {
    margin-top: 96px;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    /*backdrop-filter: blur(5px);*/
    /*background: #ffffff;*/
}

.sticky-wrapper .site-navbar ul li.active a {
    color: #f0b859;
}

.sticky-wrapper.is-sticky .site-navbar {
    backdrop-filter: blur(5px);
    background: #ffff;
    box-shadow: 5px 0px 10px #ccc;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 45px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
    padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 10px;
    color: rgb(0 0 0 / 60%);
    font-size: 15px;
    font-weight: 600;
    font-size: 16px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
    color: #f0b859 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
    color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
    color: #f0b859;
}

.about span, .company span, .client span, .contact_span, .about_span {
    border-bottom: 3px solid #fbc360;
    padding-bottom: 4px;
    color: #595959 !important;
    font-size: 31px;
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    letter-spacing: 0.05em;
}

.carousel-cell {
    width: 25%;
    height: 200px;
    margin-right: 10px;
    border-radius: 5px;
}

/* cell number */
.carousel-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.carousel-cell img {
    width: 100%;
    height: 66%;
    object-fit: contain;
}

.flickity-button {
    position: absolute;
    background: hsl(37.66deg 72.14% 60.59%) !important;
    border: none;
    color: #fff !important;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 50px !important;
    height: 4px !important;
    margin: 0 0px !important;
    background: #e3ad52 !important;
    /* border-radius: 50%; */
    opacity: .25;
    cursor: pointer;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 26px !important;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.com1 {
    background-image: url("../images/company1.webp");
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.com2 {
    background-image: url("../images/company2.webp");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.com3 {
    background-image: url("../images/company3.webp");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.com4 {
    background-image: url("../images/company4.webp");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.com5 {
    background-image: url("../images/company5.webp");
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.com_blur {
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0);
    height: 400px;
    text-align: center;
}

.com2_blur {
    backdrop-filter: blur(2px);
    background: rgba(255, 255, 255, 0);
    height: 250px;
    text-align: center;
}

.btn {
    background-color: #fbc360;
    color: white;
    webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

/*.btn:hover{*/
/*    color: white;*/
/*    background:  #cd9d63 ;*/
/*    webkit-transition: .3s all ease;*/
/*    -o-transition: .3s all ease;*/
/*    transition: .3s all ease;*/
/*}*/

.btn:focus {
    box-shadow: 0 0 0 0 rgb(114 121 130 / 0%) !important;
}

.client .card img {
    max-height: 158px;
    min-height: 158px;
    object-fit: contain;
    padding: 15px;
}

.card {
    box-shadow: 0px 4px 10px 0px #dbdbdbd9;
    webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.card:hover {
    /*opacity: 0.5; */
    cursor: pointer;
    transform: scale(1.1);
    webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #d19b48;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(217 163 78 / 0%);
    box-shadow: 0 0 0 0.2rem rgb(217 163 78 / 0%);
}

.footer {
    /*background-color:#474747 ;*/
    background-color: #fff;
    box-shadow: 5px 0px 10px #ccc;
    margin-top: 40px;
    padding-bottom: 15px;
}

.footer a {
    text-decoration: none;
    color: #000;
}

.footer a:hover {
    text-decoration: underline;
    color: #dca644;
}

.footer hr {
    background-color: #bdbcc3;
}

.ceo-section {
    /*background-image: url("../images/altammer.mp4");*/
    /*min-height: 900px;*/
    /*max-height: 900px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-attachment: fixed;*/
    /*--transition-duration: 0ms;*/
}


.video-background {
    position: relative;
    width: 100%;
    height: 120vh;
    overflow: hidden;
}

#bgVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    transform: translate(-50%, -50%);
}

.ceo-bg {
    background-color: #404952cf;
    height: 120vh;
    display: flex;
    position: relative;
    justify-content: space-around;
    flex-direction: column;
}

.ceo-bg img {
    height: 480px;
    width: 100%;
    object-fit: contain;
}

.ceo-name {
    color: white;
    font-size: 22px;
    text-align: center;
    margin-top: 25px;
}

.rating h5 {
    color: #3d5975;
    font-weight: 700;
    font-size: 22px;
    text-align: center;

}

.rating {
    /*margin-top: 4rem;*/
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #949494a3;
}

.rating h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 60px;
}

.column-with-border {
    border-right: 1px solid #fff !important;
    /*height: 80%;*/
}

.rating_border {
    /*border-left: 3px solid white;*/
}

.tamer_hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url("../images/company1.webp")
}

.project .carousel-cell {
    width: 100%;
    height: 400px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
}

.project .carousel-cell img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 50% 50%;
}

/* cell number */
.project .carousel-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.rental .carousel-cell {
    width: 100%;
    height: 400px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
}

.rental .carousel-cell img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 50% 50%;
    position: relative;
    opacity: 0.6;
}

/* cell number */
.rental .carousel-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.rental-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;

}

.rental-text h5 {
    font-weight: 600;
    line-height: 30px;
}

.wood_hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url("../images/woodban.webp")
}

.alumininm_hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url("../images/aluban.webp")
}

.electical_hero {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url("../images/baner.webp")
}

.ceo_text {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #e3ad52 !important;
}

@media screen and (max-width: 960px) {
    .contact h3 {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 960px) {
    .about span, .company span, .client span, .contact_span, .about_span {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 1500px) {
    .ceo-bg img {
        height: 450px !important;
        margin-top: -90px;
    }

    .rating h1 {
        font-size: 40px;
    }

    .rating h5 {
        font-size: 20px;
    }

    .ceo-name {
        margin-top: 5px !important;
        font-size: 22px;
    }

}
@media screen and (max-width: 1200px) {
    .ceo-bg, .ceo-section {
        min-height: 520px;
        max-height: 520px;
    }

    .ceo-bg img {
        width: 100%;
        height: 200px !important;
        object-fit: contain !important;
    }

    .video-background {
        min-height: 520px;
        max-height: 520px;
    }

}

@media screen and (max-width: 960px) {
    .ceo_text h3 {
        font-size: 19px !important;
        margin-top: -57px;
        /*margin-left: 29px !important;*/
    }

    .carousel-cell {
        width: 100% !important;
    }

    .flickity-page-dots {
        display: none !important;
    }

    .client .col-sm-6, .client .col-6 {
        padding-right: 7px !important;
        padding-left: 7px !important;
    }

    .header_social a {
        display: inline !important;
    }

    .hero-bg .name .h1 {
        font-size: 44px !important;
    }

    .hero-bg .effect h1 {
        font-size: 1rem !important;
    }

    .card:hover {
        transform: none !important;
    }

    .al-tamer-effect {
        background-color: transparent !important;
    }

    .hero .header a {
        font-size: 10px !important;
        width: fit-content !important;
    }

    .site-navbar .site-logo img {
        height: 80px;
    }

    .name {
        margin-top: 9px;
        width: 98% !important;
    }

    .company_bg {
        /*left:0!important;*/
        width: 83% !important;
        text-align: left !important;
    }

    .about_img img {
        height: 30px !important;
    }

    /*.rating h5 {*/
    /*    font-size: 8px !important;*/
    /*}*/

    .rating h1 {
        font-size: 20px;
    }

    .rating h5 {
        font-size: 13px;
    }

    .rating .p-5 {
        padding: 1rem !important;
    }
    .ceo-bg img {
        margin-top: -71px !important;
    }
}

@media screen and (max-width: 560px) {

    .hero_img {
        height: 300px !important;
    }

    .hero {
        height: 300px !important;
    }

    .al-tamer-effect {
        font-size: 13px !important;
        text-align: center;
    }

    .ceo-name {
        font-size: 11px !important;
        margin-top: 10px !important;
    }
    .ceo-bg img {
        margin-top: 0px !important;
    }
    .rating h5 {
        font-size: 7px;
    }
    .rating h1 {
        font-size: 16px;
    }
}

.tawk-button {
    background-color: #fbc360 !important;
    border-radius: 0px !important;
}

.btn:hover {
    background-color: #fbc360 !important;
    color: #212529;
    text-decoration: none;
}

.font-weight-bold {
    font-weight: 500 !important;
    font-size: 22px;
}
