@charset "UTF-8";

/*
Theme Name: Digivest
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
*/

body {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font: 400 15px/23px 'Roboto';
    color: #000;
}

p {
    padding: 0px;
    margin: 0px;
}

a {
    padding: 0px;
    margin: 0px;
    outline: none;
    text-decoration: none;
}

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

label {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

ul li {
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

input[type="text"]::-webkit-placeholder {
    opacity: 1;
}

input[type="text"]::-moz-placeholder {
    opacity: 1;
}

input[type="password"]::-webkit-placeholder {
    opacity: 1;
}

input[type="password"]::-moz-placeholder {
    opacity: 1;
}

input[type="search"]::-webkit-placeholder {
    opacity: 1;
}

input[type="search"]::-moz-placeholder {
    opacity: 1;
}

input[type="email"]::-webkit-placeholder {
    opacity: 1;
}

input[type="email"]::-moz-placeholder {
    opacity: 1;
}

input[type="tel"]::-webkit-placeholder {
    opacity: 1;
}

input[type="tel"]::-moz-placeholder {
    opacity: 1;
}

textarea::-moz-placeholder {
    opacity: 1;
}

textarea::-webkit-placeholder {
    opacity: 1;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:active {
    outline: none;
    text-decoration: none;
}

a {
    text-decoration: none;
}

a,
button,
input[type="submit"],
 ::before,
 ::after {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

input[type="submit"] {
    cursor: pointer;
    border: 0px;
    outline: none;
    background: none;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 13px;
}

p:last-child {
    margin-bottom: 0px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0px;
}

figure {
    margin: 0px;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-object {
    flex: 1;
}


/* roboto - latin */

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('assets/fonts/roboto-v50-latin-100.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 200;
    src: url('assets/fonts/roboto-v50-latin-200.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/roboto-v50-latin-300.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/roboto-v50-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/roboto-v50-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    src: url('assets/fonts/roboto-v50-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('assets/fonts/roboto-v50-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 800;
    src: url('assets/fonts/roboto-v50-latin-800.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('assets/fonts/roboto-v50-latin-900.woff2') format('woff2');
}

@font-face {
    font-family: 'icomoon';
    src: url('assets/fonts/icomoon.eot?kgpuvz');
    src: url('assets/fonts/icomoon.eot?kgpuvz#iefix') format('embedded-opentype'), url('assets/fonts/icomoon.ttf?kgpuvz') format('truetype'), url('assets/fonts/icomoon.woff?kgpuvz') format('woff'), url('assets/fonts/icomoon.svg?kgpuvz#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Vector33:before {
    content: "\e902";
}

.icon-Vector34:before {
    content: "\e903";
}

.icon-Arrow-3:before {
    content: "\e904";
}

.icon-tiktok:before {
    content: "\e911";
}

.icon-Vector-9:before {
    content: "\e900";
}

.icon-instagram1:before {
    content: "\e90a";
}

.icon-instagram:before {
    content: "\e907";
}

.icon-linkedin:before {
    content: "\e906";
}

.icon-twitter:before {
    content: "\e90b";
}

.icon-facebook-logo:before {
    content: "\e91b";
}

.icon-youtube-logo:before {
    content: "\e915";
}

.icon-phone-call:before {
    content: "\e918";
}

.icon-email:before {
    content: "\e919";
}

.icon-pinterest:before {
    content: "\e934";
}

.icon-whatsapp:before {
    content: "\ea93";
}

.icon-spotify:before {
    content: "\ea94";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-soundcloud:before {
    content: "\eac3";
}

.icon-pinterest1:before {
    content: "\ead1";
}

.headersec.fixed_header,
.navbar-brand {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.headersec.fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -moz-box-shadow: 0 0 8px -5px #333;
    -webkit-box-shadow: 0 0 8px -5px #333;
    box-shadow: 0 0 8px -5px #333;
}

@-webkit-keyframes animationFade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes animationFade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.headersec.fixed_header {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    z-index: 1002;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-box-shadow: 0 0 8px -5px #333;
    -webkit-box-shadow: 0 0 8px -5px #333;
    box-shadow: 0 0 8px -5px #333;
}


/*
font-family: 'Roboto';
font-family: 'icomoon';
*/

p {
    color: #525B65;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.pgehding h2 {
    color: #2A3036;
    font-weight: 600;
    font-size: 90px;
    line-height: 93px;
    letter-spacing: -0.48px;
}

.page-id-21 .buildSec .pgehding h2 {
    font-size: 63px;
    line-height: 73px;
}

.pgehding h2 span {
    color: #F9B100;
}

.headersec {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 17px 0;
}

.hderinr {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.slimmenu>li {
    margin-right: 34px;
}

ul.slimmenu>li:last-child {
    margin: 0;
}

ul.slimmenu>li>a {
    display: inline-block;
    color: #535960;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

ul.slimmenu li .sub-toggle {
    width: 10px;
    height: 10px;
    background: url(assets/images/caretIcon.png) no-repeat 0 0;
    top: 10px;
    right: -16px;
}

ul.slimmenu li .sub-toggle::before {
    content: none;
}

ul.slimmenu li .sub-toggle i {
    display: none;
}

ul.slimmenu li>ul {
    width: 160px;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px;
}

ul.slimmenu li>ul>li {
    background: transparent;
    width: 100%;
}

ul.slimmenu li>ul>li>a {
    display: inline-block;
    background: transparent;
    padding: 4px 12px;
    color: #454545;
    text-transform: capitalize;
    width: 100%;
}

ul.slimmenu li>ul>li>a:hover {
    background: #F9B100;
    color: #FFF;
}

ul.slimmenu>li>a:hover,
ul.slimmenu>li.current-menu-item>a {
    color: #F9B100;
}

ul.slimmenu>li.current-menu-item>a {
    font-weight: 500;
}

.bnerpnel {
    position: relative;
    width: 100%;
    margin-top: 101px;
}

.bannerSec {
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
}

.headersec .container,
.bannerSec {
    max-width: 1780px;
}

.bnrtxt {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%;
}

.bnrimg {
    position: relative;
}

.bnrimg>img {
    width: 100%;
    object-fit: cover;
}

.bnercunter {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.bnercunterrght {
    float: right;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    max-width: 255px;
    width: 100%;
    border-radius: 50px;
    padding: 45px 27px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.bnrtxtinr h1 {
    font-weight: 600;
    font-size: 92px;
    line-height: 92px;
    letter-spacing: -0.64px;
    color: #FFF;
    margin: 0;
    width: 70%;
}

.bnrtxtinr p {
    color: #FFF;
    max-width: 320px;
}

.bnrimg::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.28%, #000000 95.94%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bnrtxtinr {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.bnercunterrght h3 {
    color: #FFF;
    font-weight: 500;
    font-size: 80px;
    line-height: 70px;
    letter-spacing: -0.8px;
}

.bnercunterrght span {
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.16px;
}

.bnercunterrght ul {
    display: inline-flex;
    align-items: center;
    padding-left: 13px;
    margin-top: 45px;
}

.bnercunterrght li img {
    width: 53px;
    height: 53px;
    border-radius: 100%;
    object-fit: cover;
    border: 2px solid #FFF;
}

.bnercunterrght li {
    margin-left: -13px;
}

.documentSec {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 722px;
    padding: 40px 0;
    align-items: center;
    display: flex;
}

.documentpnl {
    display: flex;
    justify-content: flex-end;
}

.documentcon {
    width: 100%;
    max-width: 625px;
    background: #FFF;
    padding: 55px 85px;
}

.documentcon strong {
    color: #F9B100;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 10.56px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.themebtn {
    display: inline-flex;
    background: #F9B100;
    height: 65px;
    font-weight: 500;
    padding: 0 20px;
    min-width: 270px;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.64px;
    align-items: center;
    color: #FFF;
    justify-content: center;
}

input.themebtn {
    background: #F9B100;
    margin-top: 15px;
    min-width: 200px;
    font-size: 18px;
    height: 55px;
}

.themebtn:hover {
    background: #2A3036;
    color: #FFF;
}

.documentcon h2 {
    font-weight: 500;
    font-size: 63px;
    line-height: 73px;
    letter-spacing: -0.48px;
}

.documentcon .themebtn {
    margin-top: 10px;
}

.projectSec {
    padding: 155px 0 190px;
}

.txtcnter {
    text-align: center;
}

.pgehding strong {
    color: #F9B100;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 10.56px;
    text-transform: uppercase;
    margin-bottom: 13px;
    display: inline-block;
}

.projectitem {
    position: relative;
    margin-top: 48px;
}

.projctLnk {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.projectcon {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFF;
    width: 245px;
    padding: 17px 10px 17px 35px;
    transition: all 0.3s ease-in-out;
}

.projectcon h3 {
    color: #444C55;
    font-weight: 500;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -0.48px;
    transition: all 0.3s ease-in-out;
}

.projectimge img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.projectitem:hover .projectcon {
    background: #F9B100;
}

.projectitem:hover .projectcon h3 {
    color: #FFF;
}

.projectitem:hover .projectimge img {
    transform: scale(1.05) rotate(2deg);
}

.projectimge {
    overflow: hidden;
}

.projectlist .row {
    margin: 0 -25px;
}

.projectlist .row>div {
    padding: 0 25px;
}

.uberSec {
    /*padding: 130px 0 170px;*/
    padding: 130px 0 150px;
    width: 100%;
}

.abtimge {
    max-width: 525px;
    width: 100%;
    margin-right: 70px;
    position:relative;
}

.abtimge img {
    width: 100%;
}

.aboutpnl {
    margin-top: 88px;
    max-width: 1430px;
}

.uberSec .pgehding {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.abtcont {
    width: 100%;
    max-width: 395px;
}

.abtcont h3 {
    color: #2A3036;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.48px;
    text-transform: uppercase;
}

.aboutpnl>.media {
    align-items: center;
}

.aboutpnl .row {
    margin-top: 85px;
}

.aboutpnl .row>div:last-child {
    margin-top: 130px;
}

.serviceCon h3 {
    color: #444C55;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.48px;
}

.serviceCon h3 a {
    color: #444C55;
}

.serviceCon {
    padding-top: 23px;
}

.vacancieSec {
    padding: 0 0 114px;
}

.home-job {
    /*padding: 114px 0 0;*/
    padding-bottom: 150px;
}

.contact-page {
    padding: 114px 0 0;
}

.vacanciepnel>.media {
    align-items: center;
    flex-direction: row-reverse;
}

.vacancieimg {
    width: 100%;
    max-width: 585px;
    margin-left: 140px;
}

.vacancieimg img {
    width: 100%;
}

.liction {
    padding: 22px 0 45px;
    display: flex;
}

.page-template-page-team .liction {
    flex-wrap: wrap;
}

.contact-page .liction {
    padding: 22px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.liction .media {
    align-items: center;
}

.liction li {
    margin-right: 80px;
}

.liction li:last-child {
    margin: 0;
}

.liction h4 {
    color: #444C55;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.64px;
    margin-bottom: 5px;
}

.liction i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border: 1px solid #F9B100;
    margin-right: 20px;
    color: #F9B100;
    font-size: 24px;
}

.liction span {
    color: #525B65;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.64px;
}

.liction span a {
    color: #525B65;
}

.liction span a:hover {
    text-decoration: underline;
    color: #222;
}

.liction i.icon-Vector33 {
    font-size: 30px;
}

.vacancy_btm {
    margin-top: 3rem;
    padding: 20px 20px;
    position: relative;
}

.vacancy_btm:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border-top: #fcb22f 4px solid;
    border-left: #fcb22f 4px solid;
}

.vacancy_btm h3 {
    font-size: 40px;
}

.vacancy_btm p a {
    color: #525B65;
}

.vacancy_btm p a:hover {
    text-decoration: underline;
}

.foterSec {
    width: 100%;
    overflow: hidden;
}

.fotertop {
    position: relative;
    padding: 110px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.foerbtm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 23px 0;
}

.foerbtm ul {
    display: inline-flex;
    align-items: center;
}

.ftrsocil {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.foterlgo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.foerbtm p {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.48px;
    color: #2A3036;
}

.foerbtm p a {
    color: #F9B100;
}

.foerbtm p a:hover {
    color: #2A3036;
}

.ftrbtmlnk li a {
    color: #2A3036;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.ftrbtmlnk li a:hover {
    color: #F9B100;
}

.ftrbtmlnk li {
    margin-right: 8px;
    padding-right: 8px;
    position: relative;
}

.ftrbtmlnk li:last-child {
    padding: 0;
    margin: 0;
}

.ftrbtmlnk li::before {
    height: 15px;
    position: absolute;
    content: "";
    right: 0;
    top: 4px;
    border-left: 1px solid #2A3036;
}

.ftrbtmlnk li:last-child::before {
    content: none;
}

.ftrsocil li {
    margin: 0 10px;
}

.ftrsocil li a {
    color: #2A3036;
    font-size: 20px;
}

.ftrsocil li a:hover {
    color: #F9B100;
}

.foterlink li a {
    color: #2A3036;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.foterlink li {
    margin-bottom: 23px;
    width: 50%;
    float: left;
}

.foterlink,
.ftrbtmlnk {
    max-width: 380px;
}

.ftrinfo li {
    color: #525B65;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.32px;
    margin-bottom: 30px;
}

.ftrinfo li a {
    color: #2A3036;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    display: inline-flex;
    border-bottom: 1px solid #000;
    padding: 0 20px 4px 0;
}

.ftrinfo li a:hover {
    color: #F9B100;
}

.contctlnk {
    display: inline-flex;
    position: relative;
    align-items: center;
    color: #2A3036;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.contctlnk em {
    font-style: normal;
    border-bottom: 1px solid #000;
    display: inline-flex;
    padding: 0 15px 4px 0;
}

.contctlnk:hover {
    color: #F9B100;
}

.contctlnk span {
    font-size: 9px;
    margin-left: 20px;
}

.foterlink li a:hover {
    color: #F9B100;
}

.pageline {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    pointer-events: none;
    justify-content: space-around;
    flex-direction: row;
}

.pageline span {
    display: inline-flex;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    height: 100%;
}

.serviceSec .pgehding .themebtn {
    margin-top: 37px;
}

.serviceBtn {
    display: none;
    text-align: center;
    margin-top: 30px;
}

.serviceslder {
    margin-right: -5vw;
}

.bnercunter {
    pointer-events: none;
}

.bnercunterrght {
    pointer-events: visible;
}

.headersec.fixed_header {
    padding: 12px 0;
    background: #FFF;
}

.ftrinfo,
.foterlink {
    position: relative;
}

.foterlink::before {
    position: absolute;
    content: "";
    top: -999%;
    bottom: -999%;
    left: -60px;
    border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.ftrbtmlnk {
    width: 100%;
}

.ftrinfo::before {
    position: absolute;
    content: "";
    top: -999%;
    bottom: -999%;
    right: -140px;
    border-left: 1px solid rgba(0, 0, 0, 0.09);
}

#menu-footer-menu .current-menu-item a,
#menu-footer-menu-2 .current-menu-item a {
    color: #F9B100;
}

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

#breadcrumbs {
    display: flex;
    align-items: center;
}

#breadcrumbs>span {
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 0;
    flex-wrap: wrap;
}

#breadcrumbs>span>span {
    position: relative;
    color: #FFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    padding-right: 23px;
    margin-right: 23px;
    display: inline-flex;
    align-items: center;
}

#breadcrumbs>span a {
    color: #FFF;
}

#breadcrumbs>span>span:last-child {
    color: #FFF;
}

#breadcrumbs>span>span::before {
    right: -3.5px;
    background: #F9B100;
    width: 7px;
    height: 7px;
    position: absolute;
    content: "";
    border-radius: 100%;
}

#breadcrumbs>span>span:last-child {
    padding: 0;
    margin: 0;
}

#breadcrumbs>span>span:last-child::before {
    content: none;
}

.breadlink {
    bottom: 20px;
    left: 0;
    width: 100%;
    position: absolute;
}

.inerbner .bnrtxt {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.inerbner .bnrtxtinr {
    justify-content: center;
    text-align: center;
}

.servicetop {
    padding: 100px 0 120px;
}

.rentalSec,
.page-id-19 .buildSec,
.page-id-21 .buildSec {
    padding: 0 0 140px;
}


/* .page-id-13 .rentalSec{padding: 140px 0 0 ;} */

.why_digivestSec {
    padding: 147px 0;
}

.servicetitle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.servicetitle>strong {
    max-width: 560px;
    width: 100%;
}

.servicetitlerght {
    flex: 1;
}

.centerhding {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.why_digivestSec .pgehding h2 {
    margin-bottom: 45px;
}

.why_digivestSec .pgehding p,
.buildSec .pgehding p {
    font-size: 20px;
}

.why_digivestItem {
    margin-top: 40px;
    background: #FAFAFA;
    min-height: 346px;
    padding: 30px 18px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.why_digivestItem h4,
h3.job-title {
    color: #525B65;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
}

.buildpnel {
    padding-top: 67px;
}

.buildpnel .media {
    flex-direction: row-reverse;
}

.rentalpnel {
    padding-top: 81px;
}

.page-id-19 .rentalpnel {
    padding-top: 0;
}

.rentalpnel .media,
.buildpnel .media {
    align-items: center;
}

.rentalimge {
    width: 100%;
    max-width: 525px;
    margin-right: 115px;
}

.rentalpnel h4,
.buildpnel h4 {
    color: #2A3036;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding-top: 40px;
}

.rentalpnel li,
.buildpnel li {
    position: relative;
    color: #525B65;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 17px;
    padding-left: 37px;
}

.rentalpnel li:last-child,
.buildpnel li:last-child {
    margin: 0;
}

.page-id-13 .rentalpnel li::before,
.page-id-13 .buildpnel li::before {
    position: absolute;
    content: "";
    left: 0;
    width: 22px;
    height: 22px;
    top: 0;
    background: url(assets/images/user-1.png) no-repeat 0 0;
}

.page-id-13 .rentalpnel h4,
.page-id-13 .buildpnel h4 {
    padding-top: 0;
}

.rentalpnel li::before,
.buildpnel li::before {
    position: absolute;
    content: "";
    left: 0;
    width: 22px;
    height: 22px;
    top: 3px;
    background: url(assets/images/checks.png) no-repeat 0 0;
}

.rentalpnel ul,
.buildpnel ul {
    padding: 10px 0 35px;
}

.buildimge {
    width: 100%;
    max-width: 525px;
    margin-left: 115px;
}

#breadcrumbs>span a:hover {
    text-decoration: underline;
}

.page-template-page-team .rentalpnel li,
.page-template-page-team .buildpnel li {
    flex: 0 0 40%;
}


/* job start */

.job-archive-header {
    padding: 60px 0;
    text-align: center;
}

.job-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.job-card {
    border: 1px solid #eee;
    padding: 24px;
    background: #fff;
}

.job-meta span {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    color: #666;
}

.job-btn {
    display: inline-block;
    margin-top: 16px;
    text-decoration: none;
    font-weight: 600;
}

.single-job a ,.wpcf7-list-item-label a{
    color: #F9B100;
    text-decoration: none;
}

.single-job a:hover {
    color: #968460;
}

.single-job .job-header,
.home-job .job-header {
    padding: 60px 0;
    background: #f7f7f7;
}

.single-job .job-meta span {
    margin-right: 16px;
    font-size: 14px;
    color: #555;
}

.job-content {
    padding: 40px 0;
}

.job-apply {
    padding: 60px 0;
    background: #fafafa;
}

.job-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.job-grid-item {
    display: grid;
    /* border: 1px solid #e5e5e5; */
    padding: 54px;
    background: #FAFAFA;
    transition: all 0.3s ease;
    gap: 20px;
}

.job-grid-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.job-grid-item:hover a h3 {
    color: #F9B100;
}

h3.job-title {
    transition: 0.4s ease-in-out;
}

.job-title {
    font-size: 20px;
    margin-bottom: 12px;
}

.job-title a {
    text-decoration: none;
    color: #000;
}

.job-description {
    font-size: 15px;
    color: #555;
    margin-bottom: 16px;
}

.job-readmore {
    font-weight: 600;
    text-decoration: none;
    color: #0073aa;
}


/* job end */

textarea.form-control {
    height: 150px;
}

input.form-control {
    height: 50px;
}

input[type="file"].form-control {
    height: auto;
}

.buildSec h4 {
    color: #F9B100;
}

.contact-form {
    background: #FAFAFA;
    padding: 100px 0;
}

.liction i img {
    max-width: 25px;
}

.form-control {
    border-radius: 0;
}


/**************start project****************/

.project_bx {
    height: 100%;
}

.project_bx a h3 {
    font-size: 28px;
    margin-top: 15px;
    color: #2A3036;
    transition: 0.3s ease-in-out;
}

.pro_img_blk {
    overflow: hidden;
}

.pro_img_blk img {
    transition: 0.3s ease;
}

.project_bx:hover .pro_img_blk img {
    /*transform: scale(1.2);*/
    transform: scale(1.05) rotate(2deg);
}

.project_bx:hover a h3 {
    color: #f9b100;
}

.main-slider .slick-slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.project_listing {
    background: #000000;
    background: linear-gradient(0deg, rgb(0 0 0 / 6%) 0%, rgba(255, 255, 255, 0) 51%);
}


/* Position arrows */

.main-slider .slick-prev,
.main-slider .slick-next {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 10;
}

.main-slider .slick-prev:before,
.main-slider .slick-next:before {
    display: none;
}

.main-slider .slick-prev::after,
.main-slider .slick-next::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    position: absolute;
}

.main-slider .slick-prev::after {
    transform: rotate(135deg);
    top: 18px;
    left: 20px;
}

.main-slider .slick-next::after {
    transform: rotate(-45deg);
    top: 18px;
    left: 14px;
}

.main-slider .slick-prev {
    left: 15px;
}

.main-slider .slick-next {
    right: 15px;
}

.main-slider .slick-prev:hover,
.main-slider .slick-next:hover {
    background: #f4b400;
}

.thumb-slider img {
    width: 100%;
    max-height: 115px;
    cursor: pointer;
}

.thumb-slider {
    max-width: 500px;
    width: 100%;
    margin: auto;
    margin-top: 15px;
    overflow: hidden;
}

.thumb-slider .slick-track {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    ;
}

.thumb-slider .slick-list {
    width: 100%;
}


/* Default thumbnail style */

.thumb-slider .slick-slide {
    opacity: 0.5;
    transition: all 0.3s ease;
    padding: 0 5px;
}

.thumb-slider img {
    width: 100%;
    border: 2px solid transparent;
}

.thumb-slider .slick-current {
    opacity: 1;
}

.thumb-slider .slick-current img {
    border: 2px solid #000;
}

.project_detail {
    background: #fdfaf3;
    border-block: #e8e8e8 1px solid;
}

.project_dt_content h3 {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 600;
    color: #2A3036;
}

.project_dt_content h4 {
    font-size: 18px;
    font-style: italic;
}

.project_dt_content p a {
    color: #000;
}

.project_dt_content p a:hover {
    color: #525B65;
}


/**************end project****************/

.mid_logo {
    margin-top: 2rem;
}

.mid_logo img {
    width: 225px;
}

.bnercunter .bnercunterrght a{
    display:block;
}

.bnercunter .bnercunterrght img {
    margin-bottom: 0;
    transform: scale(1);
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

.bnercunter .bnercunterrght img:hover{
   transform: scale(1.1);
}


.bnercunter .bnercunterrght p {
    color: #fff;
}

.bnercunter .bnercunterrght a.button.themebtn {
    min-width: inherit;
}

.bnercunter .bnercunterrght {
    text-align: center;
}

.abtimge .abtimge_badge {
    position: absolute;
    width: 140px;
    overflow: hidden;
    background: #444c55;
    bottom: -20px;
    left: -20px;
    z-index: 999;
}

.page-template-page-team .buildSec h4 {
    color: #2A3036;
}

.rentalSec .rentalpnel a {
    color: #f9b100;
}

.rentalSec .rentalpnel a:hover{
    color: #2A3036;
}

.servicesldernew .serviceimge {
    background: #f7f7f7;
    padding: 15px;
}

.serviceSec.overflow-x-hidden.custom_fix {
    background: #f7f7f7;
    padding: 150px 0;
}

.single-job .wpcf7-acceptance span.wpcf7-list-item-label a:hover {
    color: #525B65;
}


/****************strat responsive****************/

@media screen and (min-width:1600px) {
    .container {
        max-width: 1584px;
    }
}

@media (min-width: 1700px) and (max-width: 1799px) {}

@media (min-width: 1600px) and (max-width: 1699px) {
    .serviceslder {
        margin-right: 0vw;
    }
    .projectlist {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1599px) {
    p {
        font-size: 16px;
        line-height: 28px;
    }
    .abtcont h3 {
        font-size: 25px;
        line-height: 28px;
    }
    .themebtn {
        height: 60px;
        padding: 0 20px;
        min-width: 245px;
        font-size: 18px;
        line-height: 22px;
    }
    .pgehding h2 {
        font-size: 77px;
        line-height: 85px;
    }
    .page-id-21 .buildSec .pgehding h2 {
        font-size: 56px;
        line-height: 60px;
    }
    .pgehding strong,
    .documentcon strong {
        font-size: 17px;
        line-height: 20px;
        letter-spacing: 9.6px;
    }
    .projectlist .row {
        margin: 0 -20px;
    }
    .projectlist .row>div {
        padding: 0 20px;
    }
    .serviceslder {
        margin-right: -2vw;
    }
    ul.slimmenu>li>a {
        font-size: 17px;
        line-height: 23px;
    }
    ul.slimmenu>li {
        margin-right: 30px;
    }
    .hdrlgo {
        max-width: 200px;
    }
    .headersec {
        padding: 14px 0;
    }
    .bnerpnel {
        margin-top: 89px;
    }
    .bnrtxtinr h1 {
        font-size: 74px;
        line-height: 74px;
    }
    .bnrtxt {
        bottom: 77px;
    }
    .bnercunterrght h3 {
        font-size: 70px;
        line-height: 70px;
    }
    .bnercunterrght span {
        font-size: 18px;
        line-height: 22px;
    }
    .bnercunterrght {
        max-width: 235px;
        border-radius: 37px;
        padding: 38px 25px;
    }
    .bnercunterrght ul {
        margin-top: 35px;
    }
    .abtimge {
        max-width: 500px;
        margin-right: 65px;
    }
    .aboutpnl {
        margin-top: 75px;
    }
    .uberSec,
    .projectSec {
        padding: 125px 0;
    }
    /* .uberSec {
        padding-top: 45px;
    } */
    .serviceCon h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .vacancieSec {
        padding: 0 0 100px;
    }
    .home-job {
        /*padding: 100px 0 0;*/
        padding-bottom: 125px;
    }
    .contact-page {
        padding: 100px 0 0;
    }
    .documentSec {
        min-height: 650px;
        padding: 35px 0;
    }
    .fotertop {
        padding: 92px 0;
    }
    .foerbtm p,
    .ftrbtmlnk li a,
    .foterlink li a,
    .ftrinfo li a,
    .contctlnk {
        font-size: 16px;
        line-height: 20px;
    }
    .ftrinfo li {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 27px;
    }
    .foterlink,
    .ftrbtmlnk {
        max-width: 320px;
    }
    .foerbtm {
        padding: 20px 0;
    }
    .documentcon {
        max-width: 540px;
        padding: 50px 60px;
    }
    .projectcon h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .projectcon {
        width: 205px;
        padding: 15px 10px 15px 30px;
    }
    .vacancieimg {
        max-width: 550px;
        margin-left: 80px;
    }
    .liction h4 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 4px;
    }
    .liction span {
        font-size: 18px;
        line-height: 23px;
    }
    .liction li {
        margin-right: 64px;
    }
    .liction i {
        width: 72px;
        height: 72px;
        margin-right: 18px;
        font-size: 21px;
    }
    .liction i.icon-Vector33 {
        font-size: 27px;
    }
    .documentcon h2 {
        font-size: 56px;
        line-height: 60px;
    }
    .rentalpnel li,
    .buildpnel li {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 15px;
        padding-left: 33px;
    }
    .servicetitle>strong {
        max-width: 475px;
    }
    .servicetop {
        padding: 90px 0;
    }
    #breadcrumbs>span>span {
        font-size: 16px;
        line-height: 20px;
        padding-right: 19px;
        margin-right: 19px;
    }
    .rentalimge {
        max-width: 500px;
        margin-right: 99px;
    }
    .rentalpnel,
    .buildpnel {
        padding-top: 65px;
    }
    .page-id-19 .rentalpnel {
        padding-top: 0;
    }
    .rentalSec,
    .page-id-19 .buildSec,
    .page-id-21 .buildSec {
        padding: 0 0 100px;
    }
    /* .page-id-13 .rentalSec{padding: 100px 0 0 ;} */
    .buildimge {
        max-width: 500px;
        margin-left: 99px;
    }
    .why_digivestSec {
        padding: 100px 0;
    }
    .why_digivestSec .pgehding p,
    .buildSec .pgehding p {
        font-size: 18px;
    }
    .why_digivestSec .pgehding h2 {
        margin-bottom: 35px;
    }
    .why_digivestItem {
        margin-top: 35px;
        min-height: 320px;
        padding: 25px 15px 25px 25px;
    }
    .why_digivestItem h4,
    h3.job-title {
        font-size: 24px;
        line-height: 34px;
    }
    .why_digivestItem i {
        display: inline-flex;
        max-width: 75px;
    }
    .contact-form {
        padding: 80px 0;
    }
    .project_bx a h3 {
        font-size: 25px;
    }
    .vacancy_btm h3 {
        font-size: 35px;
    }
    .serviceSec.overflow-x-hidden.custom_fix {
        padding: 125px 0;
    }
}

@media only screen and (max-width: 1399px) {
    p {
        font-size: 15px;
        line-height: 26px;
    }
    .pgehding h2 {
        font-size: 66px;
        line-height: 76px;
    }
    .page-id-21 .buildSec .pgehding h2 {
        font-size: 50px;
        line-height: 53px;
    }
    .pgehding strong,
    .documentcon strong {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 8.8px;
    }
    .themebtn {
        height: 55px;
        padding: 0 20px;
        min-width: 220px;
        font-size: 16px;
        line-height: 20px;
    }
    ul.slimmenu>li>a {
        font-size: 16px;
        line-height: 20px;
    }
    .hdrlgo {
        max-width: 185px;
    }
    .headersec {
        padding: 12px 0;
    }
    .bnerpnel {
        margin-top: 80px;
    }
    .abtcont h3 {
        font-size: 22px;
        line-height: 27px;
    }
    .bnrtxtinr h1 {
        font-size: 65px;
        line-height: 68px;
    }
    .bnrtxtinr p {
        max-width: 270px;
    }
    .bnrtxt {
        bottom: 70px;
    }
    .bnercunterrght h3 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 8px;
    }
    .bnercunterrght span {
        font-size: 16px;
        line-height: 20px;
    }
    .bnercunterrght ul {
        margin-top: 28px;
    }
    .bnercunterrght {
        max-width: 205px;
        border-radius: 30px;
        padding: 30px 23px;
    }
    .abtimge {
        max-width: 470px;
        margin-right: 50px;
    }
    .aboutpnl {
        margin-top: 58px;
    }
    .uberSec,
    .projectSec {
        padding: 100px 0;
    }
    /* .uberSec {
        padding-top: 35px;
    } */
    .mid_logo img {
        width: 190px;
    }
    .vacancieSec {
        padding: 0 0 85px;
    }
    .home-job {
        /*padding: 84px 0 0;*/
        padding-bottom: 100px;
    }
    .contact-page {
        padding: 85px 0 0;
    }
    .projectlist .row>div {
        padding: 0 15px;
    }
    .projectlist .row {
        margin: 0 -15px;
    }
    .projectitem {
        margin-top: 36px;
    }
    .projectcon h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .projectcon {
        width: 175px;
        padding: 13px 10px 13px 27px;
    }
    .vacancieimg {
        max-width: 500px;
        margin-left: 62px;
    }
    .liction {
        padding: 17px 0 38px;
    }
    .liction h4 {
        font-size: 17px;
        line-height: 24px;
    }
    .liction span {
        font-size: 16px;
        line-height: 21px;
    }
    .liction i {
        width: 66px;
        height: 66px;
        margin-right: 15px;
        font-size: 18px;
    }
    .liction i.icon-Vector33 {
        font-size: 25px;
    }
    .liction li {
        margin-right: 35px;
    }
    .documentSec {
        min-height: 600px;
        padding: 33px 0;
    }
    .foerbtm p,
    .ftrbtmlnk li a,
    .foterlink li a,
    .ftrinfo li a,
    .contctlnk {
        font-size: 15px;
        line-height: 20px;
    }
    .foterlink li {
        margin-bottom: 16px;
    }
    .fotertop {
        padding: 70px 0;
    }
    .foterlink,
    .ftrbtmlnk {
        max-width: 290px;
    }
    .ftrinfo li {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 24px;
    }
    .ftrinfo li a {
        padding: 0 17px 3px 0;
    }
    .contctlnk em {
        padding: 0 12px 3px 0;
    }
    .contctlnk span {
        font-size: 8px;
        margin-left: 17px;
    }
    .documentcon h2 {
        font-size: 50px;
        line-height: 54px;
    }
    .foterlink::before {
        left: -35px;
    }
    .ftrinfo::before {
        right: -115px;
    }
    #breadcrumbs>span>span {
        font-size: 15px;
        line-height: 20px;
        padding-right: 17px;
        margin-right: 17px;
    }
    .breadlink {
        bottom: 16px;
    }
    .rentalpnel li,
    .buildpnel li {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 14px;
        padding-left: 30px;
    }
    .rentalpnel li::before,
    .buildpnel li::before {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
    .rentalpnel h4,
    .buildpnel h4 {
        font-size: 19px;
        line-height: 23px;
        padding-top: 30px;
    }
    .servicetitle>strong {
        max-width: 410px;
    }
    .servicetop {
        padding: 85px 0;
    }
    .rentalpnel,
    .buildpnel {
        padding-top: 55px;
    }
    .page-id-19 .rentalpnel {
        padding-top: 0;
    }
    .rentalimge {
        max-width: 475px;
        margin-right: 70px;
    }
    .buildimge {
        max-width: 475px;
        margin-left: 70px;
    }
    .why_digivestSec .pgehding p,
    .buildSec .pgehding p {
        font-size: 17px;
    }
    .why_digivestItem {
        margin-top: 30px;
        min-height: 285px;
        padding: 15px;
    }
    .why_digivestItem i {
        max-width: 67px;
    }
    .why_digivestItem h4,
    h3.job-title {
        font-size: 20px;
        line-height: 30px;
    }
    .why_digivestSec .pgehding h2 {
        margin-bottom: 25px;
    }
    .why_digivestSec {
        padding: 95px 0;
    }
    .rentalSec,
    .page-id-19 .buildSec,
    .page-id-21 .buildSec {
        padding: 0 0 95px;
    }
    /* .page-id-13 .rentalSec{padding: 95px 0 0 ;} */
    input.themebtn {
        margin-top: 12px;
        min-width: 190px;
        font-size: 17px;
        height: 50px;
    }
    .main-slider .slick-slide img {
        height: 450px;
    }
    .thumb-slider {
        max-width: 350px;
    }
    .project_dt_content h3 {
        font-size: 2.5rem;
    }
    .project_bx a h3 {
        font-size: 22px;
    }
    .vacancy_btm h3 {
        font-size: 30px;
    }
    .vacancy_btm:before {
        width: 25px;
        height: 25px;
    }
    .serviceSec.overflow-x-hidden.custom_fix {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .pgehding h2 {
        font-size: 55px;
        line-height: 60px;
        letter-spacing: -0.32px;
    }
    .page-id-21 .buildSec .pgehding h2 {
        font-size: 46px;
        line-height: 50px;
    }
    .pgehding strong,
    .documentcon strong {
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 6.72px;
    }
    .themebtn {
        height: 50px;
        min-width: 190px;
        font-size: 15px;
        line-height: 20px;
    }
    ul.slimmenu>li>a {
        font-size: 15px;
        line-height: 20px;
    }
    .bnrtxtinr h1 {
        font-size: 52px;
        line-height: 58px;
        letter-spacing: -0.48px;
    }
    .bnrtxt {
        bottom: 45px;
    }
    .bnercunterrght h3 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 6px;
    }
    .bnercunterrght span {
        font-size: 15px;
        line-height: 20px;
    }
    .bnercunterrght ul {
        margin-top: 21px;
    }
    .bnercunterrght {
        max-width: 190px;
        border-radius: 23px;
        padding: 25px 21px;
    }
    .uberSec,
    .projectSec {
        padding: 80px 0;
    }
    /* .uberSec {
        padding-top: 30px;
    } */
    .mid_logo img {
        width: 170px;
    }
    .aboutpnl {
        margin-top: 45px;
    }
    .abtimge {
        max-width: 360px;
        margin-right: 30px;
    }
    .aboutpnl .row {
        margin-top: 55px;
    }
    .aboutpnl .row>div:last-child {
        margin-top: 50px;
    }
    .serviceSec .row>div {
        width: 100%;
    }
    .serviceSec .pgehding {
        text-align: center;
    }
    .serviceSec .pgehding .themebtn {
        display: none;
    }
    .serviceslder {
        margin-top: 30px;
    }
    .serviceBtn {
        display: block;
    }
    .serviceCon h3 {
        font-size: 23px;
        line-height: 28px;
    }
    .projectlist .row>div {
        padding: 0px 12px;
    }
    .projectlist .row {
        margin: 0 -12px;
    }
    .projectitem {
        margin-top: 27px;
    }
    .documentSec {
        min-height: 550px;
        padding: 30px 0;
    }
    .documentcon {
        max-width: 500px;
        padding: 38px;
    }
    .vacancieimg {
        max-width: 435px;
        margin-left: 40px;
    }
    .liction {
        padding: 13px 0 30px;
        flex-direction: column;
    }
    .liction li {
        margin: 0 0 15px;
    }
    .liction i {
        width: 60px;
        height: 60px;
        margin-right: 14px;
        font-size: 17px;
    }
    .liction i.icon-Vector33 {
        font-size: 23px;
    }
    .documentcon h2 {
        font-size: 46px;
        line-height: 50px;
    }
    .foterlink,
    .ftrbtmlnk {
        max-width: 240px;
    }
    .foterlgo {
        max-width: 180px;
    }
    .fotertop {
        padding: 55px 0;
    }
    .serviceslder .owl-dots {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
    }
    .serviceslder .owl-dots button {
        width: 10px;
        height: 10px;
        background: #2A3036;
        margin: 0 6px;
        opacity: 0.45;
    }
    .serviceslder .owl-dots button span {
        display: none;
    }
    .home .serviceslder .owl-dots button {
        display: none;
    }
    .serviceslder .owl-dots button.active {
        opacity: 1;
        background: #2A3036;
    }
    .vacancieSec {
        padding: 0 0 75px;
    }
    .home-job {
        /*padding: 74px 0 0;*/
        padding-bottom: 80px;
    }
    .contact-page {
        padding: 75px 0 0;
    }
    .foterlink::before {
        left: -20px;
    }
    .ftrinfo::before {
        right: -100px;
    }
    .rentalpnel,
    .buildpnel {
        padding-top: 43px;
    }
    .page-id-19 .rentalpnel {
        padding-top: 0;
    }
    .rentalpnel li,
    .buildpnel li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 12px;
        padding-left: 26px;
    }
    .rentalpnel h4,
    .buildpnel h4 {
        font-size: 18px;
        line-height: 22px;
        padding-top: 20px;
    }
    .rentalpnel ul,
    .buildpnel ul {
        padding: 8px 0 30px;
    }
    .rentalimge {
        max-width: 460px;
        margin-right: 45px;
    }
    .buildimge {
        max-width: 460px;
        margin-left: 45px;
    }
    .why_digivestSec .pgehding h2 {
        margin-bottom: 20px;
    }
    .why_digivestItem {
        margin-top: 25px;
        min-height: 250px;
        padding: 14px;
    }
    .why_digivestItem h4,
    h3.job-title {
        font-size: 17px;
        line-height: 26px;
    }
    .why_digivestSec,
    .servicetop {
        padding: 78px 0;
    }
    .rentalSec,
    .page-id-19 .buildSec,
    .page-id-21 .buildSec {
        padding: 0 0 78px;
    }
    /* .page-id-13 .rentalSec{padding: 78px 0 0 ;} */
    .servicetitle>strong {
        max-width: 345px;
    }
    .contact-form {
        padding: 50px 0;
    }
    .project_dt_content h3 {
        font-size: 2rem;
    }
    .project_dt_content h4 {
        font-size: 16px;
    }
    .project_bx a h3 {
        font-size: 20px;
    }
    .vacancy_btm {
        padding: 15px 15px;
    }
    .vacancy_btm h3 {
        font-size: 25px;
    }
    .serviceSec.overflow-x-hidden.custom_fix {
        background: #f7f7f7;
        padding: 80px 0;
    }
}

@media only screen and (max-width: 991px) {
    .collapse-button {
        right: 0px;
        background: transparent !important;
        border-radius: 0px;
        padding: 0px;
        width: auto;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .collapse-button .icon-bar {
        background: #383632;
        height: 3px;
        border-radius: 5px;
        width: 27px;
        margin: 3px 0;
        transition: all 0.45s ease-in-out;
    }
    .collapse-button .icon-bar:first-child {
        margin-top: 0;
        width: 22px;
    }
    .collapse-button .icon-bar:last-child {
        margin-bottom: 0;
        width: 22px;
    }
    ul.slimmenu {
        background: #383632;
        position: fixed;
        top: 0;
        flex-wrap: initial;
        right: -82%;
        height: 100vh !important;
        width: 80%;
        z-index: 999;
        padding: 100px 20px 20px;
        transition: all 0.45s ease-in-out;
        overflow-x: auto;
        display: flex !important;
        flex-direction: column;
        justify-content: flex-start;
    }
    body.sideMenu {
        overflow: hidden;
    }
    .menuOvrly {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.92);
        z-index: 99;
        transition: all 0.45s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }
    .sideMenu .menuOvrly {
        opacity: 1;
        visibility: visible;
    }
    .sideMenu ul.slimmenu {
        right: 0;
    }
    ul.slimmenu>li {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        transition: all 0.75s ease-in-out;
        padding: 5px 0;
        padding-left: 65px;
    }
    ul.slimmenu>li>a {
        padding: 10px 0;
        color: #FFF;
        border: 0 !important;
    }
    ul.slimmenu>li:last-child {
        border: 0;
    }
    ul.slimmenu li .sub-toggle {
        background: transparent;
        height: 43px !important;
        width: 43px;
        display: flex;
        top: 5px;
        align-items: center;
        justify-content: center;
    }
    .sideMenu ul.slimmenu>li {
        padding-left: 0px;
        margin: 0;
    }
    .closeMenu {
        position: absolute;
        right: 82%;
        top: 20px;
        width: 32px;
        height: 32px;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transform: rotate(-25deg);
        transition: all 0.45s ease-in-out;
        transition-delay: 0.2s;
    }
    .closeMenu::before,
    .closeMenu::after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #333;
    }
    .closeMenu::before {
        transform: rotate(45deg);
    }
    .closeMenu::after {
        transform: rotate(-45deg);
    }
    .sideMenu .closeMenu {
        transform: rotate(0deg);
        opacity: 1;
        visibility: visible;
    }
    ul.slimmenu>li>a:hover {
        padding-left: 8px;
        opacity: .6;
    }
    ul.slimmenu li .sub-toggle i {
        display: none;
    }
    ul.slimmenu li .sub-toggle::before {
        content: none;
    }
    ul.slimmenu li .sub-toggle::after {
        border-left: solid 6px transparent;
        border-right: solid 6px transparent;
        border-top: solid 6px #fff;
        height: 0;
        width: 0;
        position: absolute;
        content: "";
    }
    ul.slimmenu.collapsed li>ul {
        width: 100%;
        background: #FFF;
        float: left;
    }
    ul.slimmenu.collapsed li>ul>li {
        background: transparent;
    }
    ul.slimmenu.collapsed li>ul>li>a {
        padding: 10px 12px;
        color: #383632;
        text-transform: capitalize;
    }
    ul.slimmenu.collapsed li>ul>li i {
        display: none;
    }
    ul.slimmenu.collapsed li>ul>li>a:hover {
        background: #222;
        color: #FFF;
    }
    .pgehding h2 {
        font-size: 45px;
        line-height: 52px;
        letter-spacing: -0.16px;
    }
    .page-id-21 .buildSec .pgehding h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .foerbtm {
        padding: 15px 0;
        flex-direction: column;
        text-align: center;
    }
    .ftrsocil {
        position: static;
        transform: initial;
        padding: 12px 0;
    }
    .ftrsocil li {
        margin: 0 9px;
    }
    .ftrsocil li a {
        font-size: 18px;
    }
    .bnrtxtinr h1 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.32px;
    }
    .uberSec,
    .projectSec {
        padding: 65px 0;
    }
    /* .uberSec {
        padding-top: 25px;
    } */
    .mid_logo img {
        width: 150px;
    }
    .vacanciepnel>.media {
        display: inline-block;
    }
    .vacancieimg {
        max-width: 285px;
        margin: 0 0 13px 25px;
        float: right;
    }
    .liction {
        flex-direction: row;
        padding: 12px 0 27px;
    }
    .liction li {
        margin: 0 30px 0 0;
    }
    .documentcon h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .documentcon {
        max-width: 480px;
        padding: 30px;
    }
    .documentSec {
        min-height: 465px;
        padding: 28px 0;
    }
    .documentcon .themebtn {
        margin-top: 5px;
    }
    .vacancieSec {
        padding: 0 0 65px;
    }
    .home-job {
        /*padding: 64px 0 0;*/
        padding-bottom: 65px;
    }
    .contact-page {
        padding: 65px 0 0;
    }
    .bnrtxtinr {
        flex-direction: column;
        align-items: flex-start;
    }
    .bnrtxtinr h1 {
        width: 100%;
    }
    .bnrtxtinr p {
        max-width: 100%;
    }
    .bnrtxtinr h1 br {
        display: none;
    }
    .bnercunter {
        display: none;
    }
    .aboutpnl>.media {
        display: inline-block;
    }
    .aboutpnl .row {
        margin: 0;
        display: initial;
    }
    .aboutpnl .row>div:last-child {
        margin-top: 0;
    }
    .abtimge {
        max-width: 265px;
        margin: 0 22px 13px 0;
        float: left;
    }
    .aboutpnl .row>div {
        width: 100%;
        padding: 0;
    }
    .abtcont {
        max-width: 100%;
        margin-top: 25px;
    }
    .aboutpnl .themebtn {
        margin-top: 20px;
    }
    .projectlist .row>div {
        padding: 0px 5px;
    }
    .projectlist .row {
        margin: 0 -5px;
    }
    .projectitem {
        margin-top: 20px;
    }
    .projectcon {
        padding: 13px;
        width: 145px;
    }
    .projectcon h3 {
        font-size: 19px;
        line-height: 23px;
    }
    .fotertop {
        padding: 40px 0;
        flex-wrap: wrap;
    }
    .foterlink li {
        margin-bottom: 14px;
    }
    .foterlgo {
        position: static;
        transform: initial;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .foterlgo a {
        display: inline-flex;
        max-width: 180px;
    }
    .ftrinfo,
    .foterlink {
        margin-top: 25px;
    }
    .ftrinfo::before,
    .foterlink::before {
        content: none;
    }
    .servicetitle {
        flex-direction: column;
    }
    .why_digivestSec,
    .servicetop {
        padding: 65px 0;
    }
    .rentalSec,
    .page-id-19 .buildSec,
    .page-id-21 .buildSec {
        padding: 0 0 65px;
    }
    /* .page-id-13 .rentalSec{padding: 65px 0 0 ;} */
    .rentalpnel,
    .buildpnel {
        padding-top: 38px;
    }
    .page-id-19 .rentalpnel {
        padding-top: 0;
    }
    .rentalpnel .media,
    .buildpnel .media {
        display: inline-block;
    }
    .rentalimge {
        max-width: 340px;
        margin: 0 27px 13px 0;
        float: left;
    }
    .rentalpnel li,
    .buildpnel li {
        display: flex;
        flex-wrap: wrap;
    }
    .buildimge {
        max-width: 340px;
        margin: 0 0 13px 27px;
        float: right;
    }
    .page-template-page-team .rentalpnel li,
    .page-template-page-team .buildpnel li {
        flex: 100%;
        margin-bottom: 10px;
    }
    .page-template-page-team .liction {
        padding-bottom: 0;
    }
    .job-grid-item {
        padding: 30px;
    }
    .job-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-job .job-header .row {
        text-align: center;
        gap: 25px;
    }
    .main-slider .slick-slide img {
        height: 350px;
    }
    .abtimge .abtimge_badge {
        bottom: -5px;
        left: -5px;
        width: 120px;
    }
    ul#menu-footer-menu-2 {
        max-width: initial;
        justify-content: center;
    }
    .serviceSec.overflow-x-hidden.custom_fix {
        padding: 65px 0;
    }
}

@media only screen and (max-width: 767px) {
    .animated {
        -webkit-animation-duration: initial;
        animation-duration: initial;
        -webkit-animation-fill-mode: initial;
        animation-fill-mode: initial;
    }
    .projectlist .row>div {
        width: 50%;
    }
    .projectimge img {
        height: 295px;
        object-fit: cover;
    }
    .pgehding h2 {
        font-size: 38px;
        line-height: 44px;
        letter-spacing: 0;
    }
    .page-id-21 .buildSec .pgehding h2 {
        font-size: 30px;
        line-height: 33px;
    }
    .uberSec,
    .projectSec {
        padding: 53px 0;
    }
    /* .uberSec {
        padding-top: 25px;
    } */
    .mid_logo img {
        width: 130px;
    }
    .vacancieSec {
        padding: 0 0 53px;
    }
    .home-job {
        /*padding: 54px 0 0;*/
        padding-bottom: 53px;
    }
    .contact-page {
        padding: 53px 0 0;
    }
    .documentSec {
        min-height: auto;
        padding: 25px 0;
    }
    .documentcon h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .documentcon {
        max-width: 100%;
        padding: 25px;
    }
    .fotertop {
        padding: 35px 0;
        flex-wrap: wrap;
        text-align: center;
        flex-direction: column;
    }
    .ftrinfo,
    .foterlink {
        width: 100%;
        max-width: 100%;
    }
    .foterlink ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .foterlink li {
        width: auto;
        margin: 0;
        padding: 0 10px;
    }
    .ftrinfo li {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .vacancieimg {
        max-width: 100%;
        margin: 0 0 25px;
        float: none;
    }
    .liction {
        flex-direction: column;
        padding: 10px 0 25px;
    }
    .liction li {
        margin: 0 0 20px;
    }
    .contact-page .liction {
        gap: 0;
        padding-bottom: 45px;
    }
    .serviceslder {
        margin-top: 20px;
    }
    .aboutpnl .row {
        margin: 65px 0 0;
        display: block;
    }
    .abtimge {
        max-width: 244px;
    }
    .aboutpnl {
        margin-top: 30px;
    }
    .bnrtxtinr h1 {
        font-size: 33px;
        line-height: 42px;
        letter-spacing: -0.16px;
    }
    .bnrimg>img {
        min-height: 260px;
    }
    /* .bnrimg > img{height: 300px;} */
    .bnrtxt {
        bottom: 33px;
    }
    .pageline {
        opacity: 0.75;
    }
    .why_digivestSec,
    .servicetop {
        padding: 50px 0;
    }
    .rentalimge,
    .buildimge {
        max-width: 220px;
    }
    .rentalpnel,
    .buildpnel {
        padding-top: 27px;
    }
    .page-id-19 .rentalpnel {
        padding-top: 0;
    }
    .rentalSec,
    .page-id-19 .buildSec,
    .page-id-21 .buildSec {
        padding: 0 0 50px;
    }
    /* .page-id-13 .rentalSec{padding: 50px 0 0 ;} */
    .why_digivestSec .pgehding p,
    .buildSec .pgehding p {
        font-size: 15px;
    }
    .why_digivestSec .pgehding h2 {
        margin-bottom: 13px;
    }
    .contact-page .vacanciepnel>.media {
        display: flex;
        flex-direction: column-reverse;
    }
    .page-template-page-team .liction {
        padding-bottom: 30px;
    }
    .main-slider .slick-slide img {
        height: 280px;
    }
    .vacancy_btm {
        margin-top: 2rem;
    }
    .serviceSec.overflow-x-hidden.custom_fix {
        background: #f7f7f7;
        padding: 53px 0;
    }
}

@media only screen and (max-width: 575px) {
    .uberSec,
    .projectSec {
        padding: 45px 0;
    }
    /* .uberSec {
        padding-top: 15px;
    } */
    .mid_logo {
        margin-top: 1rem;
    }
    .mid_logo img {
        width: 110px;
    }
    .vacancieSec {
        padding: 0 0 45px;
    }
    .home-job {
        /*padding: 45px 0 0;*/
        padding-bottom: 45px;
    }
    .home-job .job-header {
        padding: 45px 0;
    }
    .contact-page {
        padding: 45px 0 0;
    }
    .pgehding h2 {
        font-size: 33px;
        line-height: 40px;
    }
    .page-id-21 .buildSec .pgehding h2 {
        font-size: 28px;
        line-height: 33px;
    }
    .pgehding strong,
    .documentcon strong {
        font-size: 15px;
    }
    .bnrtxtinr h1 {
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 0;
        margin: 0 0 8px;
    }
    .abtimge {
        max-width: 100%;
        float: none;
        margin: 0 0 25px;
    }
    .aboutpnl .row {
        margin: 0;
    }
    .documentcon h2 {
        letter-spacing: 0;
    }
    .buildSec h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .rentalimge,
    .buildimge {
        max-width: 100%;
        float: none;
        margin: 0 0 25px;
    }
    .why_digivestItem {
        margin-top: 24px;
        min-height: auto;
        padding: 15px;
        text-align: center;
        align-items: center;
    }
    .centerhding br,
    .why_digivestSec .pgehding br {
        display: none;
    }
    .job-grid {
        grid-template-columns: 1fr;
    }
    .pum-theme-468 .pum-container,
    .pum-theme-lightbox .pum-container {
        padding: 20px !important;
    }
    .project_dt_content h3 {
        font-size: 1.5rem;
    }
    .main-slider .slick-prev,
    .main-slider .slick-next {
        width: 35px;
        height: 35px;
    }
    .main-slider .slick-next {
        right: 5px;
    }
    .main-slider .slick-next::after {
        top: 13px;
        left: 11px;
    }
    .main-slider .slick-prev {
        left: 5px;
    }
    .main-slider .slick-prev::after {
        top: 13px;
        left: 15px;
    }
    .serviceSec.overflow-x-hidden.custom_fix {
        background: #f7f7f7;
        padding: 45px 0;
    }
}

@media only screen and (max-width: 480px) {
    .bnrtxtinr h1 {
        font-size: 21px;
        line-height: 28px;
    }
    .pgehding h2 {
        font-size: 29px;
        line-height: 34px;
    }
    .page-id-21 .buildSec .pgehding h2 {
        font-size: 25px;
        line-height: 28px;
    }
    .projectlist .row>div {
        width: 100%;
        padding: 0 12px;
    }
    .projectlist .row {
        margin: 0 -12px;
    }
    .documentcon {
        padding: 15px;
    }
    .themebtn {
        height: 47px;
        min-width: 165px;
    }
}