/*styles*/

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif !important;
    color: #3c3c3c;
}

body.active {
    overflow-y: hidden;
}

p {
    letter-spacing: 2px;
}

.container {
    max-width: 1500px;
}

.container.wide {
    max-width: 1700px;
}

.container.sml {
    max-width: 1300px;
}

.container-fluid {
    max-width: 100%;
    padding: 0;
}
.aos-animate {
    z-index: 999;
}
.icon {
    background: transparent;
}

a {
    color: #b99531;
}

/*Holding*/

.holding {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    overflow: hidden;
    text-align: center;
    color: white;
}

.holding::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #21242b;
    opacity: .9;
    z-index: -1;
}

.holding .row,
.holding .container {
    height: 100%;
}

.holding .overlay {
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.holding .images {
    position: absolute;
/*    opacity: 0.6;*/
    height: 100%;
    width: 100%;
}

.holding .images .image {
    position: absolute;
    height: 300px;
    width: 400px;
    background-size: cover;
    background-position: center;
    display: block;
    left: 10%;
    top: 13%;
}

.holding .images .image.two {
    top: 32%;
    left: 43%;
}

.holding .images .image.three {
    top: 55%;
    left: 23%;
}

.holding .heading {
    margin: 20px 0;
    font-size: 52px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400;
}

.holding p {
    font-size: 22px;
    line-height: 30px;
}

/*Blog*/


.block.image {
    background-attachment: fixed;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    text-align: center;
    background-size: cover;
    padding: 80px;
}

.block.image .heading {
    color: white;
}

.block.image .small-heading {
    color: white;
}

.block.image p {
    font-size: 19px;
    color: white;
}

.block.image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.2);*/
    background: #07253f;
    opacity: .75;
}

.small-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.small-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.wide-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.large-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.small-block.white {
    background: white;
}

.small-block.blue {
    background: #07253f;
}

.small-block.light-blue {
    background: #4b769b;
}

.wide-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.large-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.post-hold {
    padding: 40px 0;
    border-bottom: 1px solid #07253f;
}

.small-block.post {
    min-height: unset;
    display: block;
    height: unset;
}

.blog-post-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.block-inner {
    position: relative;
    padding: 65px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block-inner.post {
    padding: 40px;
}

/* Header */

.header {
    position: relative;
    z-index: 999999;
}

.header .bottom-header {
    position: relative;
    background: white;
    box-shadow: 0 0 20px rgba(10,10,10,.1);
}

.header .drop-header {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background: #be8a00;
    transition: all .5s ease;
}

.header .drop-header.bottom-header .menu-hold ul li a {
    color: white;
}

.header.stuck .drop-header {
    top: 0;
}

.header .bottom-header .logo {
    padding: 10px;
}

.header .bottom-header .logo img {
    max-height: 80px;
}

.header .bottom-header .menu-hold {
    height: 100%;
}

.header .bottom-header .menu-hold ul {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
}

.header .bottom-header .menu-hold ul li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

.header .bottom-header .menu-hold ul li a {
    padding: 10px;
    font-weight: 600;
    color: #555;
}

/*Home*/

.hero {
    position: relative;
    min-height: 70vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    z-index: 9;
    display: flex;
    align-items: center;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #563400;
    opacity: .3;
    z-index: -1;
}

.hero .overlay {
    position: relative;
    color: white;
    width: 100%;
}

.hero .overlay .main {
    position: relative;
    font-size: 55px;
    line-height: 55px;
    font-weight: bold;
    color: white;
    letter-spacing: 10px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.hero .overlay .main::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 1px;
    width: 100px;
    background: white;
}

.hero .overlay .main div {
    display: inline-block;
}

.hero .overlay .form-hold {
    position: relative;
    padding: 30px;
    border-radius: 0;
    background: rgb(255 255 255 / 40%);
    backdrop-filter: saturate(180%) blur(10px);
    text-align: center;
/*    color: white;*/
}

.form-hold .form-control {
    width: 100%;
    margin: 12px 0;
    padding: 10px;
    background: white;
    border-radius: 0;
    color: #111;
}

.form-hold .form-control::placeholder {
    color: #111;
}

.form-hold .btn {
    display: block;
    width: 100%;
}

.form-hold.bbtn .btn {
    background: black;
    color: white;
}

.form-hold .wpcf7-spinner {
    position: absolute;
}

.form-hold p {
    margin-bottom: unset;
}

.hero .overlay p {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px;
}

.services {
    position: relative;
    padding: 80px 0;
/*    padding-top: 40px;*/
/*    padding-bottom: 80px;*/
    z-index: 99;
}

/*.services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 27%;
    width: 2px;
    height: 120%;
    background: #f6f6f6;
}

.services::after {
    content: "";
    position: absolute;
    top: 0;
    left: 45%;
    width: 2px;
    height: 120%;
    background: #f6f6f6;
    z-index: -1;
}*/

.services .service-hold {
    position: relative;
/*    transform: translateY(-120px);*/
/*    margin-bottom: 80px;*/
}

.services .service-hold .service {
    padding: 60px;
    box-shadow: 0 15px 35px rgba(0, 0, 0,0.07);
    background: white;
}

.services .service-hold .service i {
    font-size: 55px;
}

.services .service-hold .service .title {
    position: relative;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 500;
    letter-spacing: 2px;
}

.services .service-hold .service .title::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    height: 1px;
    width: 60px;
    background: #111;
}

.services .service-text {
    position: relative;
    padding: 40px;
    z-index: 9;
}

.services .service-text::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 100px;
    border: 10px solid #f7f7f7;
    border-bottom: none;
    height: 600px;
    width: 100%;
    z-index: -1;
}

.services .service-text.nobef::before {
    display: none;
}

.services .block {
    height: 200px;
}

.services.reversed::before {
    left: unset;
    right: 27%;
    top: -10%;
}

.services.reversed::after {
    left: unset;
    right: 45%;
    top: -10%;
}

.projects {
    position: relative;
    z-index: 999;
    padding-top: 80px;
}

.projects .project {
    position: relative;
    background-position: center;
    background-size: cover;
    height: 700px;
    width: 100%;
}

.projects .project .overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 40px;
    height: 100%;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 26px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.projects .project:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.projects .project.two {
    transform: translateY(-50px);
}

.projects .project.one {
    transform: translateY(40px);
}

.clients {
    padding: 120px 0;
}

.clients .client-image {
    position: relative;
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.clients .client-image::before {
    content: "";
    position: absolute;
    top: 100px;
    right: -100px;
    width: 400px;
    height: 100%;
    border: 10px solid #f7f7f7;
    z-index: -1;
}

.clients .block {
    height: 100px;
}

.clients .client {
    display: block;
    position: relative;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.clients .client-content {
    position: relative;
    z-index: 999;
}

.about {
    position: relative;
    text-align: justify;
}

.about .image-holder {
    position: relative;
    height: 100%;
}

.about .image-holder .image-1 {
    position: absolute;
    height: 50%;
    width: 40%;
    left: 0;
    top: 10%;
    background-position: center;
    background-size: cover;
    z-index: 9;
    border: 10px solid white;
}

.about .image-holder .image-2 {
    position: relative;
    height: 100%;
    width: 75%;
    left: 20%;
    min-height: 500px;
    background-position: center;
    background-size: cover;
    box-shadow: 15px 30px 86px 0px rgba(0, 0, 0, 0.1);
}


.about .image-holder .xp-block {
    position: absolute;
    top: 60%;
    left: 0;
    padding: 10px;
    background: white;
    z-index: 99;
    box-shadow: 15px 30px 86px 0px rgba(0, 0, 0, 0.1);
}

.about .image-holder .xp-block .hold {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
}

.about .image-holder .xp-block .big {
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    margin-right: 20px;
}


.about .image-holder .i-hold {
    position: absolute;
    top: -30px;
    right: 10px;
    padding: 10px 20px;
    background: white;
    color: #111;
    font-size: 45px;
    box-shadow: 0 15px 35px rgba(0, 0, 0,0.07);
    z-index: 9;
}

.about {
    position: relative;
    padding: 120px 0;
}

.about ul {
    padding-left: 0;
    list-style: none;
}

.about ul li {
    margin: 10px 0;
}

.about ul li i {
    color: #be8a00;
    margin-right: 10px;
}

/*Defaults*/

a {
    color: #111;
    font-size: 18px;
    font-weight: 600;
    transition: all .5s ease;
}

a:hover {
    color: #3c3c3c;
    text-decoration: none;
}

.form-control {
	border-radius: 0;
}

textarea.form-control {
	height: 150px;
}

.btn {
    padding: 15px 30px;
    border-radius: 0;
    background: white;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    transition: all .5s ease;
}

.btn.blue {
	background: #be8a00;
	color: white;
}

.btn.black {
    background: black;
    color: white;
}

.heading {
    position: relative;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    font-weight: 600;
    display: inline-block;
    z-index: 9;
}

.sub {
    font-size: 22px;
    text-transform: uppercase;
}

/*.heading::after {
    content: "";
    position: absolute;
    top: 25px;
    left: -50px;
    width: 80%;
    background: #f7f7f7;
    height: 135px;
    z-index: -1;
}

.heading.noaf::after {
    display: none;
}

.heading.noaf::before {
    bottom: -50px;
}*/

/*.heading::before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 80px;
    height: 1px;
    background: #111;
}*/

/*Footer*/

.footer {
    background: #be8a00;
    color: white;
    padding: 20px 0;
}

.footer .logo img {
    max-height: 100px;
}

.footer p {
    margin-bottom: 2px;
}

.footer a {
    color: white;
}

.footer ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    height: 100%;
    justify-content: right;
    align-items: center;
}

.footer ul li {
    margin: 10px;
    padding: 5px;
}

.footer .footer-heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-bottom {
    padding: 5px;
    font-size: 12px;
    text-align: center;
    background: black;
    color: white;
}

.footer-bottom a {
    font-size: inherit;
    color: inherit;
}

/*Responsive*/

@media only screen and (min-width : 1200px) {
    .menu-toggle {
        display: none;
    }

    .dropdown-toggle {
        display: none;
    }
}

@media only screen and (max-width : 1200px) {
    body {
        overflow-x: hidden;
    }

    body.active {
        overflow-y: hidden;
    }

    .top-header {
        display: none;
    }

    .header .bottom-header {
        position: relative;
    }

    .header .logo {
        text-align: left !important;
    }

    .header .logo a {
        display: inline-block;
    }

    .header .logo img {
        position: relative;
        z-index: 999;
        max-height: 70px;
        max-width: 100%;
        height: auto;
    }

    .header ul li::before {
        display: none;
    }

    .menu-toggle {
        position: absolute;
        width: 40px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        appearance: none;
        border: 0;
        background: none;
        overflow: visible;
        z-index: 999999;
        text-decoration: none;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .menu-toggle:focus {
        outline: none;
    }

    .menu-toggle span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: #be8a00;   
    }

    .menu-toggle span:nth-of-type(1) {
      transition: all 0.3s 0.3s, transform 0.3s 0s;
    }

    .menu-toggle span:nth-of-type(2) {
      top: 50%;
      margin-top: -1px;
      left: 0;
      transition: all 0.3s 0.3s;
    }

    .menu-toggle span:nth-of-type(3) {
      bottom: 0;
      top: auto;
      left: 0;
      transition: all 0.3s 0.3s, transform 0.3s 0s;      
    }

    .menu-toggle.active {
        transform: translateY(-50%), rotate(135deg);
        transition: all 0.5s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(1) {
      top: 50%;
      margin-top: -1px;
      transform: rotate(90deg);
      transition: all 0.3s, transform 0.3s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(2) {
      opacity: 0;
      transition: all 0.3s, opacity 0.3s 0s;      
    }

    .menu-toggle.active span:nth-of-type(3) {
      bottom: 50%;
      margin-bottom: -1px;
      transform: rotate(0deg);
      transition: all 0.3s, transform 0.3s 0.3s;      
    }

    .header .call-block {
        display: none;
    }
    .header .bottom-header {
        padding: 10px;
    }

    .header .bottom-header ul.menu {
        height: 100vh;
        width: 100vw;
        position: fixed;
        z-index: 99999;
        display: none;
        left: 0;
        top: 0;
        background: #111;
        text-align: center;
        padding-top: 100px;
        overflow-y: scroll;
        margin-left: 0;
        padding-left: 0;
    }

    .header .bottom-header ul.menu li {
        display: block !important;
        position: relative;
        float: none;
        height: unset;
        padding: 0;
    }

    .header .bottom-header ul.menu li a {
        padding: 22px;
        text-decoration: none;
        font-size: 22px;
        display: block;
        transition: 0.3s;
        border-left: none;
        width: 75%;
        margin: 0 auto;
        color: white;
        background: transparent;
        border: none;
    }

    .bottom-header ul li ul.dropdown {
        position: relative !important;
        left: 50%;
        top: 0;
        margin-left: 0;
        transition: all 0.4s ease;
        display: block !important;
        opacity: 0;
/*        background: white;*/
        text-align: center;
        height: auto;
        visibility: hidden;
        margin: 0;
        padding: 0;
        box-shadow: none;
        z-index: 9;
        transform: translate(-50%);
    }

    ul.double {
      columns: unset;
      -webkit-columns: unset;
      -moz-columns: unset;
    }

    .footer {
        text-align: center;
    }

    body {
        text-align: center;
    }
    
}

@media (max-width: 991px) {

    .about .image-holder {
        padding-bottom: 40px;
    }

    .hero {
/*        margin-top: 80px;*/
        padding: 40px 0;
    }

    .hero .overlay {
/*        width: 90%;*/
    }

    .hero .overlay .main::after,
    .services .service-hold .service .title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .hero .overlay .form-hold {
        margin-top: 40px;
    }

    .hero .overlay .main {
        font-size: 32px;
        line-height: 32px;
    }

    .services .service {
        margin: 10px 0;
    }

    .services .service-hold {
        transform: unset;
        margin-bottom: 40px;
    }

    .services .service-text {
        padding: 40px 0;
    }

    .services .service-text::before,
    .clients .client-image::before {
        display: none;
    }

    .services .block,
    .clients .block {
        display: none;
    }

    .services {
        padding: 40px 0;
    }

    .projects {
        padding-top: 0;
    }

    .projects .project.one,
    .projects .project.two {
        transform: unset;
    }

    .heading {
        font-size: 35px;
        line-height: 35px;
    }

    .clients .client-image {
        margin-bottom: 40px;
    }

    .projects .project {
        height: 400px;
        margin: 10px 0;
    }

}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
    .hero .overlay .main {
        font-size: 24px;
    }
}

@media (max-width: 400px) {

}
