/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

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

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(90deg, rgba(10, 17, 16, 0.9) 0%, rgba(16, 24, 23, 0.74) 34%, rgba(24, 35, 33, 0.4) 62%, rgba(12, 19, 18, 0.76) 100%),
        radial-gradient(circle at top right, rgba(245, 199, 41, 0.2), transparent 24%),
        radial-gradient(circle at left center, rgba(255, 255, 255, 0.08), transparent 26%),
        url(../images/advn2.jpg);
    background-size: cover;
    background-position: center 80%;
    background-repeat: no-repeat;
}

.header_section:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 28%),
        linear-gradient(180deg, rgba(7, 12, 11, 0) 0%, rgba(7, 12, 11, 0.26) 100%);
    pointer-events: none;
}

.header_section:after {
    display: none;
}

.header_bg {
    background: linear-gradient(135deg, #1f2725 0%, #252f2d 100%);
}

.header_bg:before,
.header_bg:after {
    display: none;
}

.header_section .container,
.header_section .container-fluid,
.banner_section {
    position: relative;
    z-index: 1;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: auto;
    max-width: 220px;
    flex: 0 0 auto;
}

.logo a {
    display: inline-flex;
    align-items: center;
}

.logo img {
    display: block;
    width: auto;
    max-height: 68px;
    filter: drop-shadow(0px 6px 18px rgba(0, 0, 0, 0.18));
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #fefefd;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    z-index: 1;
}

.navbar-expand-lg .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 6px;
    height: 2px;
    background-color: #f5c729;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
    z-index: -1;
}

.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #252f2d;
    background-color: #f5c729;
    box-shadow: 0px 10px 24px rgba(245, 199, 41, 0.28);
}

.navbar-expand-lg .navbar-nav .nav-link.active:before,
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link:before,
.navbar-expand-lg .navbar-nav .nav-link:hover:before,
.navbar-expand-lg .navbar-nav .nav-link:focus:before {
    transform: scaleX(1);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f8ca29;
    background-color: rgba(245, 199, 41, 0.12);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item.active .nav-link,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-item.active .nav-link:hover {
    color: #252f2d;
}

.navbar {
    padding: 20px 0px;
    align-items: center;
}

.navbar-expand-lg .navbar-collapse {
    align-items: center;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 0px 0px 100px 0px;
}

.banner_taital_main {
    width: 100%;
    float: left;
    max-width: 530px;
    padding-left: 120px;
    padding-top: 90px;
    padding-right: 20px;
    padding-bottom: 51px;
    background: rgba(10, 16, 15, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    backdrop-filter: blur(10px);
    box-shadow: 0px 26px 60px rgba(6, 12, 11, 0.26);
}

.banner_taital {
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-size: 60px;
    color: #fefefd;
    font-weight: bold;
    padding-bottom: 0px;
    line-height: 70px;
    text-shadow: 0px 10px 30px rgba(0, 0, 0, 0.28);
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
}

.social_icon {
    position: relative;
    left: 30px;
    transform: translateY(-140%);
    z-index: 999;
}

.social_icon ul {
    margin: 0px;
    padding: 16px 16px 10px 16px;
    display: inline-block;
    border-radius: 22px;
    background: rgba(10, 16, 15, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0px 20px 40px rgba(7, 12, 11, 0.2);
}


.social_icon li a {
    float: left;
    padding: 0px 0px;
    background-color: rgba(255, 255, 255, 0.86);
    color: #1e2826;
    border-radius: 10px;
    font-size: 18px;
    margin-right: 8px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #f5c729;
    color: #252f2d;
}

.nama {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 2px;

    background: linear-gradient(90deg, #f5c729, #fefbe9, #f5c729);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow: 0px 5px 20px rgba(245, 199, 41, 0.3);

    display: inline-block;
    position: relative;
}

.nama::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 60%;
    height: 2px;
    background: linear-gradient(90deg, #f5c729, transparent);
}

.video_bt {
    position: absolute;
    bottom: 80px;   
    left: 10px;   
    z-index: 5;

    width: auto;
}

.play_icon img {
    width: 80px;
}

.play_icon {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 40px;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    background-color: #f5c729;
    border-radius: 100%;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: initial;
    margin: 0 auto;
    z-index: -1;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.carousel-inner,
.carousel,
.carousel-item,
.container,
.fill {
    width: 100%;
    background-position: center center;
    background-size: cover;
}

.slide-wrapper {
    display: inline;
}

.slide-wrapper .container {
    padding: 0;
}


/*------------------------------ vertical bootstrap slider----------------------------*/

.banner_section .carousel-inner>.carousel-item.carousel-item-next,
.banner_section .carousel-inner>.carousel-item.active.carousel-item-right {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    top: 0;
}

.banner_section .carousel-inner>.carousel-item.carousel-item-prev,
.banner_section .carousel-inner>.carousel-item.active.carousel-item-left {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    top: 0;
}

.banner_section .carousel-inner>.carousel-item.next.carousel-item-left,
.banner_section .carousel-inner>.carousel-item.carousel-item-prev.carousel-item-right,
.banner_section .carousel-inner>.carousel-item.active {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    ;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    top: 0;
}


/*------------------------------- vertical carousel indicators ------------------------------*/

.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 10px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: none;
}

.carousel-indicators li {
    display: block;
    margin-bottom: 5px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #0fbdd7
}

.carousel-indicators li.active {
    margin-bottom: 5px;
    background: #ffffff;
}


/* banner section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
    padding-top: 0px;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #f5c729;
    font-weight: bold;
}

.services_text {
    width: 100%;
    font-size: 24px;
    color: #343534;
    font-weight: bold;
    padding: 20px 0px 0px 0px;
    text-align: center;
}

.services_section_2 {
    width: 100%;
    float: left;
    padding-top: 80px;
}

.box_main {
    width: 100%;
    border-radius: 100%;
    border: 6px solid #f5c729;
    height: auto;
    padding: 70px 0px;
    box-shadow: 0px 0px 60px 0px #f0f0ef;
}

.app_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.app_icon_1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: none;
}

.box_main:hover .services_text {
    color: #f5c729;
}

.services_text.active {
    color: #f5c729;
}

.box_main:hover .app_icon_1 {
    display: block;
}

.box_main:hover .app_icon {
    display: none;
}

.readmore_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #252f2d;
    padding: 14px 20px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.readmore_bt a:hover {
    background-color: #f5c729;
    color: #fefefd;
}


/* services section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding: 90px 0px;
}

.about_image_wrap {
    position: relative;
    padding: 24px 0px 0px 24px;
    max-width: 430px;
    margin: 0 auto;
}

.about_image_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border: 6px solid #f5c729;
    border-radius: 24px;
}

.about_image_wrap img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center 22%;
    background-color: #d8d8d8;
    border-radius: 24px;
    box-shadow: 0px 18px 50px 0px rgba(37, 47, 45, 0.18);
}

.about_content {
    width: 100%;
    float: left;
    padding: 20px 0px 20px 30px;
}

.about_title {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #f5c729;
    font-weight: bold;
    padding-bottom: 20px;
}

.about_title span {
    color: #292929;
    border-bottom: 5px solid #363636;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4f4f4f;
    line-height: 28px;
    margin: 0px 0px 18px 0px;
}

.about_highlights {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.about_tag {
    display: inline-block;
    font-size: 14px;
    color: #fefefd;
    background-color: #252f2d;
    padding: 10px 18px;
    border-radius: 30px;
    margin: 0px 12px 12px 0px;
    font-weight: 500;
}

.about_buttons {
    width: 100%;
    float: left;
    padding-top: 18px;
}

.about_buttons a {
    display: inline-block;
    font-size: 15px;
    color: #fefefd;
    background-color: #252f2d;
    padding: 12px 26px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 12px;
    margin-bottom: 12px;
}

.about_buttons a:hover {
    background-color: #f5c729;
    color: #fefefd;
}


/* about section end */

/* portfolio section start */

.portfolio_section {
    width: 100%;
    float: left;
    padding: 90px 0px;
}

.portfolio_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #f5c729;
    font-weight: bold;
    text-align: center;
}

.portfolio_taital_1 {
    color: #292929;
    border-bottom: 5px solid #363636;
}

.portfolio_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(45, 45, 45, 0.5);
    margin: 0 auto;
}

.container_main {
    position: relative;
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

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

.buy_bt {
    width: 160px;
    margin: 0 auto;
    text-align: center;
}

.buy_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #252525;
    background-color: #fefefd;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

.buy_bt a:hover {
    color: #fefefd;
    background-color: #f5c729;
}

.seemore_bt {
    margin-right: 8px;
    width: 170px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.seemore_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #252f2d;
    padding: 14px 0;
    font-weight: bold;
    border-radius: 5px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.seemore_bt a:hover {
    background-color: #f5c729;
    color: #fefefd;
}


/* portfolio section end */


/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    background-image: url(../images/blog-bg.png);
    height: 550px;
    background-size: cover;
    margin-bottom: 410px;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #f5c729;
    font-weight: bold;
    text-align: center;
}

.blog_taital_1 {
    color: #fefefd;
    border-bottom: 5px solid #fefefd;
}

.blog_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    text-align: center;
    margin: 0px;
}

.blog_section_2 {
    width: 100%;
    float: left;
    padding-top: 150px;
}

.blog_box {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.blog_img {
    width: 100%;
    background-image: url(../images/desain.jpg);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.blog_img_2 {
    width: 100%;
    background-image: url(../images/webdevelop.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.blog_img_3 {
    width: 100%;
    background-image: url(../images/branding.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.date_text {
    width: 160px;
    margin: 0 auto;
    font-size: 18px;
    color: #fefefd;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 0px;
    background-color: #f5c729;
}

.prep_text {
    width: 100%;
    font-size: 20px;
    color: #fefefd;
    font-weight: bold;
    padding: 250px 20px 20px 20px;
}

.lorem_text {
    width: 100%;
    font-size: 14px;
    color: #353534;
    margin: 0px;
    padding: 20px 20px;
    font-weight: 500;
}

.readmore_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.readmore_bt_1 a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #909090;
    padding: 14px 20px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.readmore_bt_1 a:hover {
    background-color: #f5c729;
    color: #fefefd;
}

.blog_page_section {
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 90px;
}

.blog_page_section .blog_section_2 {
    padding-top: 110px;
}

.blog_back_bt {
    width: 190px;
    margin: 45px auto 0px auto;
    text-align: center;
}

.blog_back_bt a {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    color: #252f2d;
    background-color: #fefefd;
    padding: 14px 20px;
    border-radius: 999px;
    font-weight: bold;
    border: 2px solid #f5c729;
    box-shadow: 0px 12px 30px rgba(37, 47, 45, 0.14);
}

.blog_back_bt a:hover {
    background-color: #f5c729;
    color: #252f2d;
}


/* blog section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #f5c729;
    font-weight: bold;
    text-align: center;
}

.contact_taital_1 {
    color: #292929;
    border-bottom: 5px solid #363636;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 55px;
}

.padding_left_0 {
    padding-left: 0px;
}

.mail_section_1 {
    width: 60%;
    margin: 0 auto;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #414140;
    background-color: #ffffff;
    border: 1px solid #aaaaa9;
    padding: 11px 20px;
    margin-top: 20px;
}

input.mail_text::placeholder {
    color: #414140;
}

.massage-bt {
    color: #414140;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #ffffff;
    border: 1px solid #aaaaa9;
    padding: 40px 20px 0px 20px;
    height: 110px;
    margin-top: 20px;
}

textarea#comment.massage-bt::placeholder {
    color: #414140;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fefefd;
    background-color: #fa7e23;
    padding: 14px;
    margin-top: 40px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
}

.send_bt a:hover {
    color: #fefefd;
    background-color: #252f2d;
}


/* contact section end */


/* project box section start */

.project_box {
    width: 100%;
    float: left;
    background-color: #f9f9f9;
    height: auto;
    padding: 40px 0px;
}

.project_main {
    width: 100%;
    display: flex;
}

.hire_text {
    width: 100%;
    font-size: 30px;
    color: #252f2d;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0px;
    padding-top: 8px;
}

.callnow_bt {
    width: 200px;
    float: right;
    text-align: right;
}

.callnow_bt a {
    width: 100%;
    float: right;
    font-size: 16px;
    color: #fefefd;
    background-color: #fa7e23;
    padding: 14px;
    border-radius: 5px;
    text-align: center;
}

.callnow_bt a:hover {
    color: #fefefd;
    background-color: #252f2d;
}


/* project box section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #252f2d;
    height: auto;
    padding: 70px 0px 35px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

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

.footer_brand {
    width: 100%;
    float: left;
    padding-right: 30px;
}

.footer_logo {
    display: inline-block;
    max-width: 180px;
    margin-bottom: 22px;
}

.footer_logo img {
    filter: drop-shadow(0px 6px 18px rgba(0, 0, 0, 0.18));
}

.footer_description {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.72);
    margin: 0px;
}

.footer_heading {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #fefefd;
    font-weight: 600;
    padding-bottom: 24px;
}

.footer_menu,
.footer_contact_list {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.footer_menu li,
.footer_contact_list li {
    width: 100%;
    float: left;
    margin-bottom: 14px;
}

.footer_menu a {
    display: inline-block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.78);
    position: relative;
    padding-left: 18px;
}

.footer_menu a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #f5c729;
    border-radius: 100%;
}

.footer_menu a:hover {
    color: #f5c729;
    padding-left: 22px;
}

.footer_contact_item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.footer_contact_icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 100%;
    background-color: #313a38;
    color: #f5c729;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.footer_contact_text {
    width: 100%;
}

.footer_contact_text span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 4px;
}

.footer_contact_text a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 24px;
    word-break: break-word;
}

.footer_contact_text a:hover {
    color: #f5c729;
}

.footer_divider {
    width: 100%;
    float: left;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 36px;
    padding-top: 28px;
}

.location_text {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.location_text li {
    float: none;
}

.location_text li a {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fefefd;
    background-color: #313a38;
    padding: 0px;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    text-align: center;
}

.location_text li a:hover {
    color: #252f2d;
    background-color: #f5c729;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252f2d;
    height: auto;
    padding-bottom: 28px;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 15px;
    margin: 0px;
    color: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #f5c729;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

.margin_90{
    margin: 90px 0px;
}

/* Professional portfolio refinements */
body {
    background-color: #f7f8f4;
    color: #2f3432;
}

.header_section .navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.banner_section {
    min-height: 620px;
    display: block;
}

.banner_taital_main {
    max-width: 680px;
    padding: 90px 20px 70px 80px;
    background: transparent;
    border: 0;
    border-radius: 0;
    backdrop-filter: none;
    box-shadow: none;
}

.banner_taital {
    font-size: 56px;
    line-height: 1.12;
}

.banner_subtitle {
    width: 100%;
    float: left;
    max-width: 560px;
    margin: 14px 0px 0px 0px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}

.services_section,
.about_section,
.portfolio_section,
.contact_section {
    background-color: #f7f8f4;
}

.services_section_2 {
    padding-top: 52px;
}

.box_main {
    min-height: 230px;
    padding: 42px 24px;
    border-radius: 8px;
    border: 1px solid rgba(37, 47, 45, 0.1);
    background-color: #ffffff;
    box-shadow: 0px 18px 44px rgba(37, 47, 45, 0.08);
}

.box_main:hover {
    transform: translateY(-8px);
    border-color: #f5c729;
    box-shadow: 0px 24px 55px rgba(37, 47, 45, 0.12);
}

.services_text {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25;
}

.about_image_wrap:before,
.about_image_wrap img {
    border-radius: 8px;
}

.about_tag,
.about_buttons a,
.readmore_bt a,
.seemore_bt a,
.send_bt a,
.callnow_bt a {
    border-radius: 8px;
}

.container_main {
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(37, 47, 45, 0.08);
    background-color: #252f2d;
    box-shadow: 0px 18px 44px rgba(37, 47, 45, 0.1);
    margin-bottom: 28px;
}

.container_main .image {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.portfolio_gallery {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 82px;
    gap: 24px;
    padding-top: 44px;
}

.portfolio_gallery .container_main {
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
}

.portfolio_gallery .portfolio_card {
    grid-column: span 4;
    grid-row: span 4;
}

.portfolio_gallery .portfolio_card_wide {
    grid-column: span 8;
    grid-row: span 3;
}

.portfolio_gallery .image {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
}

.portfolio_gallery .portfolio_focus_low .image {
    object-position: center 62%;
}

.portfolio_gallery .container_main:hover .image {
    transform: scale(1.06);
    filter: saturate(1.08) contrast(1.02);
}

.portfolio_gallery_page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: auto;
    align-items: stretch;
    gap: 26px;
}

.portfolio_gallery_page .portfolio_card,
.portfolio_gallery_page .portfolio_card_wide,
.portfolio_gallery_page .portfolio_card_tall {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 5;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0px 18px 44px rgba(37, 47, 45, 0.12);
}

.portfolio_gallery_page .image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.portfolio_gallery .overlay {
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(37, 47, 45, 0.08), rgba(37, 47, 45, 0.82));
}

.portfolio_gallery .buy_bt a {
    border-radius: 999px;
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.18);
}

.portfolio_gallery + .seemore_bt,
.portfolio_gallery + .readmore_bt {
    clear: both;
    margin-top: 42px;
}

@media (max-width: 991px) {
    .portfolio_gallery {
        grid-auto-rows: 76px;
        gap: 20px;
    }

    .portfolio_gallery_page {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: auto;
        gap: 22px;
    }

    .portfolio_gallery .portfolio_card,
    .portfolio_gallery .portfolio_card_wide {
        grid-column: span 6;
        grid-row: span 4;
    }

    .portfolio_gallery_page .portfolio_card,
    .portfolio_gallery_page .portfolio_card_wide,
    .portfolio_gallery_page .portfolio_card_tall {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 767px) {
    .portfolio_gallery {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 18px;
        padding-top: 34px;
    }

    .portfolio_gallery .portfolio_card,
    .portfolio_gallery .portfolio_card_wide {
        grid-column: 1;
        grid-row: auto;
        aspect-ratio: 3 / 4;
    }

    .portfolio_gallery .portfolio_card_wide {
        aspect-ratio: 16 / 10;
    }

    .portfolio_gallery_page .portfolio_card,
    .portfolio_gallery_page .portfolio_card_wide,
    .portfolio_gallery_page .portfolio_card_tall {
        aspect-ratio: 4 / 5;
    }

    .portfolio_gallery .overlay {
        opacity: 1;
        background: linear-gradient(180deg, rgba(37, 47, 45, 0), rgba(37, 47, 45, 0.74));
    }

    .portfolio_gallery .text {
        top: auto;
        bottom: 20px;
        transform: translateX(-50%);
    }
}

@media (max-width: 575px) {
    .portfolio_section {
        padding: 56px 0px;
    }

    .portfolio_taital {
        font-size: 30px;
        line-height: 1.25;
    }

    .portfolio_gallery {
        gap: 16px;
        padding-top: 28px;
    }

    .portfolio_gallery .container_main {
        border-radius: 12px;
        box-shadow: 0px 14px 32px rgba(37, 47, 45, 0.13);
    }

    .portfolio_gallery + .seemore_bt,
    .portfolio_gallery + .readmore_bt {
        margin-top: 32px;
    }
}

.overlay {
    background-color: rgba(37, 47, 45, 0.72);
}

.blog_section {
    background-color: #252f2d;
    background-position: center;
}

.blog_box {
    min-height: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 18px 44px rgba(37, 47, 45, 0.12);
}

.blog_img,
.blog_img_2,
.blog_img_3 {
    min-height: 300px;
    background-size: cover;
    background-position: center;
}

.prep_text {
    padding-top: 190px;
    text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.28);
}

.mail_section_1 {
    width: 100%;
    max-width: 760px;
    padding: 34px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 18px 44px rgba(37, 47, 45, 0.08);
}

.mail_text,
.massage-bt {
    border-radius: 8px;
    border-color: rgba(37, 47, 45, 0.16);
}

.mail_text:focus,
.massage-bt:focus {
    border-color: #f5c729;
    box-shadow: 0px 0px 0px 3px rgba(245, 199, 41, 0.16);
}

.send_bt a,
.callnow_bt a {
    background-color: #252f2d;
}

.send_bt a:hover,
.callnow_bt a:hover {
    background-color: #f5c729;
    color: #252f2d;
}

/* Article section polish */
.blog_section {
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    padding: 90px 0px;
    background:
        linear-gradient(180deg, rgba(37, 47, 45, 0.92), rgba(37, 47, 45, 0.86)),
        url(../images/blog-bg.png);
    background-size: cover;
    background-position: center;
}

.blog_section.layout_padding {
    padding-top: 90px;
}

.blog_section_2 {
    padding-top: 46px;
}

.blog_section_2 .row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.blog_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 18px 44px rgba(8, 14, 13, 0.18);
}

.blog_img,
.blog_img_2,
.blog_img_3 {
    position: relative;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.blog_img:before,
.blog_img_2:before,
.blog_img_3:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.62));
}

.date_text,
.prep_text {
    position: relative;
    z-index: 1;
}

.date_text {
    width: auto;
    align-self: flex-start;
    margin: 18px 0px 0px 18px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0;
    background-color: #f5c729;
    color: #252f2d;
    font-weight: 700;
}

.prep_text {
    min-height: 82px;
    padding: 0px 20px 22px 20px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.28);
}

.lorem_text {
    flex: 1;
    padding: 22px 22px 26px 22px;
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #3f4643;
    font-weight: 400;
}

.readmore_bt_1 {
    margin-top: 42px;
}

.blog_page_section {
    padding-bottom: 90px;
}

.blog_page_section.margin_top90 {
    margin-top: 0px;
}

.blog_page_section .blog_section_2 {
    padding-top: 46px;
}
