body {
    color: #333 !important;
    font-family: "Manrope", sans-serif;
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

@font-face {
    font-family: "dutch";
    src: url("dutchb.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h5,
h6 {
    font-family: "Manrope", sans-serif;
    color: #231f20;
}

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

a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none;
    color: #ffb948;
}

.logo a img {
    width: 220px;
}

header {
    background-color: rgb(0, 0, 0, 0.5);
    padding: 0px 0px;
    position: fixed;
    z-index: 9;
    width: 100%;
}

ul.mob-hidden li {
    display: inline-block;
    line-height: 2;
}

span#mob_menu {
    display: none;
}

a.logo {
    width: 215px;
}

a.logo {
    width: 120px;
    display: block;
    position: relative;
    padding: 10px;
    background-color: #ffff;
    margin-bottom: -40px;
    border-radius: 0px 0px 10px 10px;
}

ul.mob-hidden {
    text-align: right;
    margin-bottom: 0;
}

li.nav-item a {
    text-transform: none;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    /*        letter-spacing: 0.2;*/
}

.nav-link:focus,
.nav-link:hover {
    color: #ffff;
}

ul.submenu {
    width: auto;
    display: none;
    top: auto;
    left: 0px;
    margin-left: 0px;
    margin-top: 0px;
    min-width: 20em;
    max-width: 1000px;
    position: absolute;
    border-width: 0;
    border-style: solid;
    padding: 0;
    background-color: #fff;
    font-size: 13px;
    z-index: 999;
    text-align: left;
}

ul.submenu li {
    display: block;
    width: 100%;
}

ul.submenu li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
}

li.dropdown {
    position: relative;
}

li.dropdown:hover ul.submenu {
    display: block;
}

ul.submenu li a {
    display: block;
}

ul.submenu li a {
    padding: 7px 20px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #000;
    line-height: 28px;
}

ul.submenu a:hover {
    background-color: #ffb948;
    color: #333;
}

ul.submenu01 {
    padding-left: 25px;
}

.section_01 {
    padding-top: 20px;
    padding: 50px 0px;
}

.search {
    margin-right: 20px;
    display: inline-block;
}

.social_media {
    display: inline-block;
    color: #1e71b6;
    padding: 0px 15px;
}

.top_section {
    text-align: right;
}

.search_form .form-group button {
    border: 0;
    background: transparent;
}

.search_form .form-group input {
    border: 0;
    background-color: #1d71b5;
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
}

.search_form .form-group input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: ddd;
    opacity: 1;
    /* Firefox */
}

.search_form .form-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: ddd;
}

.search_form .form-group input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: ddd;
}

.search_button {
    color: #fff;
}

.social_media a {
    padding: 2px 10px;
    color: #fff;
}

footer .social_media a {
    padding: 2px 15px;
    color: #fff;
    font-size: 22px;
}

footer .social_media a:hover i {
    color: #fff !important;
}

h2.section_title {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #231f20;
}

h2.section_title span {
    color: #ffb948;
}

.project_section {
    margin-top: -45px;
    background-color: #231f20;
    padding: 100px 0px;
    padding-top: 140px;
    position: relative;
    text-align: center;
    z-index: 9;
}

.backdrop-text {
    pointer-events: none;
    top: 60px;
    position: absolute;
    font-style: normal;
    font-size: 181px;
    line-height: 117%;
    color: #ffffff;
    font-weight: 700;
    opacity: 0.03;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.project_section h2.section_title,
.project_section a.read_more {
    color: #fff;
}

footer {
    overflow: hidden;
    position: relative;
    padding: 60px 0px;
    padding-bottom: 0;
    background-color: #231f20;
    /*    background-image: url(../images/bg-image01.png);*/
    background-image: url(../images/wave-lines.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    border-top: 8px solid #ffb948;
}

footer div.container {
    position: relative;
    z-index: 99;
}

footer:after {
    background-color: #231f20;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    z-index: 0;
}

.bottom_copyright {
    background-color: #231f20;
    color: #fff;
    margin-top: 30px;
    border-top: 1px solid #333;
}

.bottom_copyright p {
    padding: 15px 0px;
    margin-bottom: 0px;
    font-size: 15px;
}

.bottom_copyright p a {
    color: #fff;
}

.link_group a {
    display: block;
}

.link_group h6 {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.link_group a {
    text-decoration: none;
    text-align: left;
    display: block;
    font-weight: 500;
    color: #fff;
}

.link_group {
    margin-bottom: 15px;
}

.link_group a {
    font-size: 14px;
    color: #fff;
}

.link_group h6 a {
    font-size: 18px;
    color: #fff;
}

.logo_footer {
    max-width: 280px;
    width: 100%;
}

/*a.custom-btn.read_more {
    padding: 5px 25px;
    text-decoration: none;
    border: 2px solid #333;
    color: #333;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;
}*/

a.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}

.box_homab {
    position: relative;
    /*    box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 8%);*/
    padding: 40px;
    border-radius: 15px;
    /*    margin-bottom: -75px;*/
    background-color: #f3f3f3;
    z-index: 99;
}

.section_06 {
    padding-top: 20px;
    background-image: url(../images/wave-lines.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.pro-content {
    /* background-color: rgb(255 185 72 / 86%); */
    position: absolute;
    background: linear-gradient(
        180deg,
        rgb(0 0 0 / 80%) 0%,
        rgb(0 0 0 / 45%) 60.42%,
        rgb(28 28 28 / 0%) 100%
    );
    top: 0;
    padding: 25px 20px;
    padding-bottom: 100px;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
}

.pro-content h4 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 700;
}

a.item-box:hover div.pro-content {
    bottom: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.section_02 {
    padding: 50px 0px;
    background-color: #f3f3f3;
}

.partners_section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
}

.text_name h3 {
    text-transform: uppercase;
    font-weight: 700;
}

.text_name h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

/*#project-slider .owl-nav {
    float: right;
    margin-left: 10%;
}*/

#project-slider .owl-nav,
#partners-slider .owl-nav {
    float: right;
    /* margin-left: 0%; */
    position: absolute;
    right: 0;
}

.icon_right {
    font-size: 60px;
    color: #6e6f73;
    line-height: 0.4;
}

.icon_right:hover {
    font-size: 60px;
    color: #ffb948;
    line-height: 0.4;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

div.whatsappbro {
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    z-index: 16000160;
    bottom: 110px;
    right: 5px;
    text-align: center;
    overflow: hidden;
}

.whatsappbro a img {
    animation-name: pulse;
    animation-duration: 1s;
}

.animated1 {
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

.section_01,
.section_02 {
    position: relative;
}

.bg_01 {
    pointer-events: none;
    opacity: 0.8;
    max-width: 400px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: none;
}

.bg_03 {
    pointer-events: none;
    opacity: 0.8;
    max-width: 400px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}

.bg_04 {
    pointer-events: none;
    opacity: 0.8;
    max-width: 100px;
    position: absolute;
    top: -60px;
    left: 0px;
    display: none;
}

.bg_05 {
    pointer-events: none;
    opacity: 0.8;
    max-width: 400px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: none;
}

.section_meassage01,
.section_meassage02 {
    position: relative;
}

.section_01:hover img.bg_01 {
    opacity: 0.3;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.fixed-banner-msg {
    background-color: #231f20;
    border-radius: 5px;
    box-shadow: 2px 3px 10px 0 rgb(0 0 0 / 40%);
    display: inline-block;
    height: 45px;
    position: fixed;
    right: 10px;
    text-align: center;
    bottom: 185px;
    width: 45px;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-msg .fa {
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    position: absolute;
    left: 13px;
    transform: rotate(0deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-msg p,
.fixed-banner-call p,
.fixed-banner-whatsapp p {
    line-height: 20px;
    opacity: 0;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    position: absolute;
}

.fixed-banner-msg p span:nth-child(1),
.fixed-banner-call p span:nth-child(1) {
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.fixed-banner-msg:hover {
    width: 250px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-msg:hover p {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff;
    left: 60px;
    text-align: left;
}

.fixed-banner-msg:hover .fa {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*    transform: rotate(360deg);*/
    left: 22px;
}

.fixed-banner-call {
    background-color: #ffb948;
    border-radius: 5px;
    box-shadow: 2px 3px 10px 0 rgb(0 0 0 / 40%);
    display: inline-block;
    height: 45px;
    position: fixed;
    right: 10px;
    text-align: center;
    bottom: 125px;
    width: 45px;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-call .fa {
    color: #231f20;
    font-size: 20px;
    padding: 13px 0;
    position: absolute;
    left: 13px;
    transform: rotate(0deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-call:hover {
    width: 250px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-call:hover .fa {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*    transform: rotate(360deg);*/
    left: 22px;
}

.fixed-banner-call:hover p {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #333;
    left: 60px;
    text-align: left;
}

.fixed-banner-whatsapp {
    background-color: #ffb948;
    color: #333;
    border-radius: 5px;
    box-shadow: 2px 3px 10px 0 rgb(0 0 0 / 40%);
    display: inline-block;
    height: 45px;
    position: fixed;
    right: 10px;
    text-align: center;
    bottom: 245px;
    width: 45px;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-whatsapp .fab {
    color: #231f20;
    font-size: 20px;
    padding: 13px 0;
    position: absolute;
    left: 13px;
    transform: rotate(0deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-whatsapp:hover {
    width: 250px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-whatsapp:hover .fa {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*    transform: rotate(360deg);*/
    left: 22px;
}

.fixed-banner-whatsapp:hover p {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #333;
    left: 60px;
    text-align: left;
}

.fixed-banner-whatsapp p {
    top: 12px;
}

.fixed-banner-facebook {
    background-color: #3b5998;
    color: #fff;
    border-radius: 5px;
    box-shadow: 2px 3px 10px 0 rgb(0 0 0 / 40%);
    display: inline-block;
    height: 45px;
    position: fixed;
    right: 10px;
    text-align: center;
    bottom: 305px;
    width: 45px;
    z-index: 999;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-facebook .fab {
    color: #fff;
    font-size: 20px;
    padding: 13px 0;
    position: absolute;
    left: 13px;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-facebook p {
    line-height: 20px;
    opacity: 0;
    transition: all 0s ease-in-out;
    position: absolute;
    top: 12px;
}

.fixed-banner-facebook:hover {
    width: 250px;
}

.fixed-banner-facebook:hover p {
    opacity: 1;
    transition: all 0.4s ease-in-out;
    color: #fff;
    left: 60px;
    text-align: left;
}

.fixed-banner-facebook:hover .fab {
    transition: all 0.4s ease-in-out;
    left: 22px;
}
.fixed-banner-twitter {
    background-color: #1da1f2;
    color: #fff;
    border-radius: 5px;
    box-shadow: 2px 3px 10px 0 rgb(0 0 0 / 40%);
    display: inline-block;
    height: 45px;
    position: fixed;
    right: 10px;
    bottom: 425px; /* 60px above LinkedIn */
    width: 45px;
    overflow: hidden;
    z-index: 999;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-twitter .fab {
    color: #fff;
    font-size: 20px;
    padding: 13px 0;
    position: absolute;
    left: 13px;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-twitter p {
    line-height: 20px;
    opacity: 0;
    position: absolute;
    top: 12px;
    transition: all 0s ease-in-out;
}

.fixed-banner-twitter:hover {
    width: 250px;
}

.fixed-banner-twitter:hover p {
    opacity: 1;
    color: #fff;
    left: 60px;
    text-align: left;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-twitter:hover .fab {
    left: 22px;
    transition: all 0.4s ease-in-out;
}
.fixed-banner-linkedin {
    background-color: #0e76a8;
    color: #fff;
    border-radius: 5px;
    box-shadow: 2px 3px 10px 0 rgb(0 0 0 / 40%);
    display: inline-block;
    height: 45px;
    position: fixed;
    right: 10px;
    bottom: 365px; /* 60px above Facebook */
    width: 45px;
    overflow: hidden;
    z-index: 999;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-linkedin .fab {
    color: #fff;
    font-size: 20px;
    padding: 13px 0;
    position: absolute;
    left: 13px;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-linkedin p {
    line-height: 20px;
    opacity: 0;
    position: absolute;
    top: 12px;
    transition: all 0s ease-in-out;
}

.fixed-banner-linkedin:hover {
    width: 250px;
}

.fixed-banner-linkedin:hover p {
    opacity: 1;
    color: #fff;
    left: 60px;
    text-align: left;
    transition: all 0.4s ease-in-out;
}

.fixed-banner-linkedin:hover .fab {
    left: 22px;
    transition: all 0.4s ease-in-out;
}

.background-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffffff0f 75%, #ffffff 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    bottom: -1;
}

#top {
    position: relative;
}

.about_img img {
    width: 32.2%;
    display: inline-block;
}

.about_img01 img {
    padding: 0px 20px;
    margin-top: 10px;
    width: 32.2%;
    display: inline-block;
}

.container.banner_text {
    /* width: 100%; */
    position: absolute;
    bottom: 25%;
    z-index: 9999;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.read_more {
    font-size: 16px;
    text-decoration: none;
    /*        text-align: center;*/
    height: 40px;
    line-height: 40px;
    color: #333;
    border-radius: 5px;
    /*    padding: 10px 25px;*/
    /*    font-family: "Lato", sans-serif;*/
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    /*    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);*/
    outline: none;
    transition: 0.3s ease all;
    position: relative;
}

.read_more span:after {
    position: absolute;
    display: block;
    content: "";
    background: #ffb948;
    height: 2px;
    left: 0rem;
    right: 0;
    opacity: 1;
    top: auto;
    bottom: 0em;
    z-index: 1;
    transform: scaleX(1);
    transform-origin: left;
    transition: 0.3s ease transform;
    pointer-events: none;
}

.read_more:hover span:after {
    transform: scaleX(0);
    transform-origin: right;
}

li.nav-item a {
    position: relative;
    transition: all 0.3s ease-in-out;
}

li.nav-item a.active:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 2px;
    left: 0;
    background-color: #ffb948;
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.8s;
}

li.nav-item a.active {
    color: #fff;
}

li.nav-item a:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.8s;
}

li.nav-item a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 2px;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.8s;
}

.search_form div.form-group {
    position: relative;
}

.search_form div.form-group:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 1px;
    left: 0;
    background-color: #1d71b5;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.8s;
}

.search_form div.form-group:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.8s;
}

div#banner-slider h2 {
    color: #fff;
    font-size: 55px;
    text-shadow: 2px 2px 0px rgb(0 0 0);
    font-weight: 800;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.social_media a:hover i {
    display: inline-block;
    color: #ffb948;
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.about_img img:hover {
    display: inline-block;
    color: #ffb948;
    -webkit-transform: translateY(-10px);
    -khtml-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.link_group a:before {
    content: "\2212";
    padding-right: 2px;
}

.link_group h6 a:before {
    display: none;
}

.link_group a:hover {
    color: #ffb948;
    padding-left: 5px;
}

.back-to-top {
    cursor: pointer;
    display: none;
    bottom: 20px;
    position: fixed;
    right: 30px;
    text-align: center;
    /* width: 40px; */
    z-index: 1;
}

.back-to-top .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.back-to-top .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #1dd1a1;
}

.back-to-top .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #231f20 0%, #231f20 100%);
    background-image: -webkit-linear-gradient(0deg, #231f20 0%, #231f20 100%);
    background-image: -ms-linear-gradient(0deg, #231f20 0%, #231f20 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.back-to-top .go-top:focus,
.back-to-top .go-top:hover {
    color: #fff;
}

.back-to-top .go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #ffb948 0%, #ffb948 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.back-to-top .go-top-button i {
    font-size: 18px;
    font-weight: 600;
    padding-left: 4px;
    color: #fff;
}

.back-to-top .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.back-to-top .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.back-to-top .go-top-button:hover::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -webkit-linear-gradient(0deg, #ffb948 0%, #ffb948 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover:before {
    background: #ffbd00;
}

@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

.pa-backtotop-visible {
    display: inline-block;
}

.close_icon {
    display: none;
}

@media (max-width: 767px) {
    .bg_01 {
        max-width: 90%;
    }
    .bg_03 {
        display: none;
    }
    .bg_04 {
        max-width: 60px;
        top: -60px;
    }
    .section_02 {
        padding-bottom: 25px;
    }
    .top_section {
        margin: 0px -10px;
        margin-top: 4px;
        /* display: none; */
        border-top: 1px solid #231f20;
        background-color: #231f20;
        padding-top: 5px;
        /* margin: 0 auto; */
        text-align: center;
        padding-bottom: 5px;
    }
    .top_section div.social_media {
        display: none;
    }
    .container.banner_text {
        bottom: 25%;
    }
    div#banner-slider h2 {
        font-size: 34px;
    }
    a.logo {
        width: 65px !important;
        display: block;
        margin-bottom: 0px;
    }
    .background-overlay {
        bottom: -2px;
    }
    h2.section_title {
        text-transform: uppercase;
        font-size: 32px;
        /*    font-weight: 600;*/
        margin-bottom: 20px;
    }
    .link_group {
        margin-top: 15px;
    }
    .link_group h6,
    .link_group h6 a {
        font-weight: 700;
        font-size: 18px;
        color: #fff;
    }
    #mob_menu {
        font-size: 25px;
        top: 30px;
        /* float: right; */
        position: absolute;
        right: 25px;
        display: inline-block !important;
    }
    .mob-hidden {
        width: 500px;
        min-width: 100px;
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        /* display: none; */
        position: fixed !important;
        top: 0;
        right: 0%;
        /* width: 100%; */
        min-height: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-transition: opacity 0.05s;
        transition: opacity 0.05s;
        transition: transform 0.4s ease-in-out;
        padding-bottom: 1rem;
        background-color: #fff;
        z-index: 3;
        height: 100%;
        overflow: hidden;
        padding: 10px 30px;
    }
    .mob-hidden.show {
        -webkit-transform: translateX(0%);
        transform: translateX(0%) !important;
        transition: transform 0.4s ease-in-out;
        /* display: -webkit-box; */
        /* display: flex; */
        /* opacity: 1; */
        z-index: 9999999;
        width: 100%;
    }
    ul.mob-hidden li {
        text-align: left;
        display: block;
        line-height: 2;
    }
    ul.submenu {
        position: relative;
    }
    .close_icon {
        position: relative;
        display: inline-block;
        float: right;
        z-index: 999;
    }
    span.faclose {
        font-size: 23px;
    }
    ul.mob-hidden.show {
        padding-top: 25px;
    }
    li.nav-item a {
        text-transform: uppercase;
        color: #000 !important;
        padding: 10px;
        font-size: 15px !important;
        font-weight: 600;
    }
}

.header-sticky {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    transition: 0.7s ease-in-out;
    -webkit-animation: header_sticky 0.7s ease-in-out;
    animation: header_sticky 0.7s ease-in-out;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.header-sticky li.nav-item a {
    text-transform: none;
    color: #000;
}

.header-sticky div.top_section {
    display: none;
}

@-webkit-keyframes header_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes header_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

.sticky-head.header-sticky {
    box-shadow: 0px 0 20px -1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0 20px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0 20px -1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0 20px -1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0 20px -1px rgba(0, 0, 0, 0.1);
}

.footer_01 {
    position: absolute;
    bottom: 0;
    left: 0px;
    max-width: 800px;
    opacity: 0.5;
    pointer-events: none;
    display: none;
}

.header-sticky a.logo {
    width: 80px;
    padding: 10px;
    background-color: #ffff;
    margin-bottom: 0px;
}

.inner_top {
    padding: 150px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    /*    background-attachment: fixed;*/
    overflow: hidden;
    border-bottom: 8px solid #ffb948;
}

.inner_top:before {
    content: "";
    position: absolute;
    background-color: #231f20;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/wave-lines.png);
    background-attachment: fixed;
    background-size: cover;
    right: 0;
    opacity: 0.5;
}

.text-right {
    text-align: right;
}

.loading {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.loader_div01 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    margin: 0 auto;
    text-align: center;
    padding: 20px 40px;
}

.core_div {
    text-align: center;
}

.core_div {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.core_div span {
    overflow: hidden;
    padding: 20px;
    display: inline-block;
    background-color: #221d1f;
    border: 5px double #ffb948;
    width: 80px;
    margin-bottom: 10px;
    -webkit-clip-path: polygon(
        50% 0%,
        100% 25%,
        100% 75%,
        50% 100%,
        0% 75%,
        0% 25%
    );
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border-radius: 25px;
}

.core_div h4 {
    font-size: 18px;
    font-weight: 600;
}

.items01 {
    padding: 40px 20px;
}

.class_icon,
.class_icon01,
.class_icon04 {
    position: relative;
}

.class_icon img {
    width: 80px;
    position: absolute;
    top: -70px;
    left: 0px;
    opacity: 0.9;
}

.class_icon01 img {
    width: 80px;
    position: absolute;
    top: -70px;
    left: 0px;
    opacity: 0.9;
}

.class_icon04 img {
    width: 80px;
    position: absolute;
    top: -70px;
    right: 0px;
    opacity: 0.9;
}

.class_icon04 h2 {
    text-align: right;
    margin-right: 40px;
}

.itemscenter {
    background-color: #f3f3f3;
}

.col-lg-4.class_icon h2 {
    margin-left: 40px;
}

.box_mission {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}

.div_box01 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.div_box01 div.content_01 {
    box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 14%);
    padding: 20px;
    padding-left: 40px;
    border-radius: 5px;
    margin-left: 100px;
    min-height: 170px;
}

.div_box01 div.content_01 p {
    margin-bottom: 0px;
}

.icon_img01 {
    position: absolute;
}

.icon_img01 img {
    padding: 20px;
    display: inline-block;
    background-color: #221d1f;
    border: 7px double #ffb948;
    width: 78px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px;
    display: inline-block;
    /*    background-color: #1d70b4;*/
    width: 120px;
    margin-bottom: 10px;
    top: 0px;
    -webkit-clip-path: polygon(
        50% 0%,
        100% 25%,
        100% 75%,
        50% 100%,
        0% 75%,
        0% 25%
    );
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    border-radius: 25px;
}

ul.ul_styl01 li {
    width: 29%;
    padding: 0px;
    background-color: #6eaade;
    border-radius: 25px;
    display: inline-flex;
    margin: 20px 18px;
}

span.span_01 {
    width: 82%;
    background-color: #1d70b4;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 30px;
    vertical-align: middle;
    display: block;
    border-radius: 43px;
}

span.span_02 {
    padding: 0px 10px;
    font-size: 28px;
    color: #fff;
    line-height: 1.9;
    font-weight: 900;
}

.section_04 {
    margin-top: 50px;
}

section.section_meassage01 {
    padding: 50px 0px;
    /*    background-color: #f3f3f3;*/
}

section.section_meassage02 {
    padding: 50px 0px;
    background-color: #f3f3f3;
}

.icon_foot {
    display: inline-block;
    vertical-align: middle;
}

.text_foot {
    vertical-align: middle;
    display: inline-block;
    padding-left: 10px;
}

.icon_foot img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.icon_foot img {
    width: 40px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 1rem;
}

/*.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}*/

.box_segment {
    box-shadow: 0px 0px 14px 1px rgb(0 0 0 / 9%);
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}

@media (max-width: 1400px) and (min-width: 1200px) {
    li.nav-item a {
        padding: 10px 7px;
        font-size: 14px !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    li.nav-item a {
        padding: 10px 3px;
        font-size: 12.5px !important;
    }
    ul.ul_styl01 li {
        width: 31%;
        padding: 0px;
        background-color: #6eaade;
        border-radius: 25px;
        display: inline-flex;
        margin: 20px 8px;
    }
    span.span_01 {
        width: 82%;
        background-color: #1d70b4;
        color: #fff;
        text-transform: uppercase;
        padding: 12px 20px;
        vertical-align: middle;
        display: block;
        border-radius: 43px;
    }
}

@media (max-width: 992px) {
    .backdrop-text {
        display: none;
    }
    .paddm_15 {
        padding-left: 15px !important;
    }
    li.nav-item a {
        text-transform: none;
        color: #fff;
        padding: 5px;
        font-size: 12px;
        font-weight: 500;
    }
    ul.ul_styl01 li {
        width: 46%;
        padding: 0px;
        background-color: #6eaade;
        border-radius: 25px;
        display: inline-flex;
        margin: 20px 8px;
    }
    span.span_01 {
        width: 82%;
        background-color: #1d70b4;
        color: #fff;
        text-transform: uppercase;
        padding: 12px 20px;
        vertical-align: middle;
        display: block;
        border-radius: 43px;
    }
    span#mob_menu i {
        color: #333;
    }
}

@media (max-width: 500px) {
    ul.ul_styl01 li {
        width: 90%;
        padding: 0px;
        background-color: #6eaade;
        border-radius: 25px;
        display: inline-flex;
        margin: 20px 8px;
    }
    span.span_01 {
        width: 82%;
        background-color: #1d70b4;
        color: #fff;
        text-transform: uppercase;
        padding: 12px 20px;
        vertical-align: middle;
        display: block;
        border-radius: 43px;
    }
    ul.ul_styl01 {
        margin: 0 auto;
        text-align: center;
    }
}

.grid-l1 {
    height: auto;
    overflow: hidden;
    padding: 10px;
}

.level-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px;
    display: none;
}

.box-a1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 5px 0px;
    background: #f3f3f3;
    padding: 0px 20px;
}

.box-a1:nth-child(2n) {
    background: #ffff;
}

.header01 {
    width: 100%;
    text-align: left;
    /* background: #fff; */
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0px;
    cursor: pointer;
    margin: 0px !important;
}

.level-box h5 {
    margin-bottom: 15px;
    font-size: 17px;
    color: #333;
}

.level-box {
    margin-top: 15px;
    font-size: 14px;
}

.level-box p {
    font-size: 14px;
    margin-bottom: 7px;
}

.box-a1 {
    position: relative;
}

.date_right {
    font-size: 13.5px;
    right: 15px;
    top: 23px;
    position: absolute;
}

.date_right span {
    padding: 10px;
}

i.fa-plus.bi.bi-plus {
    color: #ffb948;
    margin-right: 8px;
    vertical-align: middle;
}

.careers-modal.fade.in {
    opacity: 1;
    z-index: 99999;
}

.careers-modal .modal-dialog {
    width: 500px;
    margin: 30px auto !important;
    margin-top: 70px !important;
}

.careers-modal .close {
    margin-top: 10px;
    position: absolute;
    right: 15px;
    font-size: 16px;
    z-index: 9999;
    cursor: pointer;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.careers-modal .form-footer button.button {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
}

.smart-forms .form-footer .button {
    margin-right: 10px;
    margin-bottom: 5px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.smart-forms .gui-input,
.smart-forms .gui-textarea {
    padding: 10px;
}

.smart-forms .select,
.smart-forms .gui-input,
.smart-forms .gui-textarea,
.smart-forms .select > select,
.smart-forms .select-multiple select {
    background: #fff;
    position: relative;
    vertical-align: top;
    border: 1px solid #ddd;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    color: #626262;
    outline: none;
    height: 42px;
    width: 100%;
    *zoom: 1;
    border-radius: 4px;
    margin-bottom: 15px;
}

.smart-forms .append-icon,
.smart-forms .prepend-icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

.content-header h1 {
    font-size: 30px;
}

.font-weight-5 {
    font-weight: 600;
}

@media (max-width: 767px) {
    .level-box {
        margin-top: 30px;
    }
    .date_right span {
        padding: 5px;
    }
    .date_right {
        font-size: 11px;
        top: 0px;
        right: auto;
        left: 30px;
        position: relative;
        margin-bottom: 5px;
    }
    .shot_des {
        margin-bottom: 7px;
    }
    .header01 {
        font-size: 18px !important;
    }
    .level-box p {
        font-size: 13px;
        margin-bottom: 3px;
    }
    .level-box h5 {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

.shot_des {
    margin-left: 35px;
    line-height: 1;
}

.header01 {
    width: 100%;
    text-align: left;
    /background: #fff;
    /color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0px;
    padding-bottom: 10px;
    cursor: pointer;
    margin: 0px !important;
}

.resourses_div table {
    width: 100%;
}

table,
tr,
td,
th {
    border-collapse: collapse;
    border: 1px solid #ddd;
    background-color: #fff;
}

.resourses_div td,
.resourses_divth {
    padding: 15px 10px;
}

.resourses_div th {
    background-color: #201e1f;
    padding: 20px 10px;
    color: #fff;
    text-transform: uppercase;
}

.resourses_div tr:first-child td {
    background-color: #1d71b5;
}

.pro-content01 h4 {
    margin-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #1d70b4;
}

.pro-content01 h4 a {
    color: #fff;
    text-decoration: none;
}

.project_box .thumb {
    position: relative;
    background: #000;
}

.project_box .thumb .btn {
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    background: #1d71b5;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    border: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project_box:hover .thumb img {
    opacity: 0.5;
}

.project_box:hover .thumb .btn {
    opacity: 1;
    visibility: visible;
}

ul.project_data li {
    font-size: 16px;
    padding: 0 0 5px 45px;
    font-weight: 300;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    width: 49%;
    color: #333;
    background-repeat: no-repeat;
    background-position: 0 7px;
    vertical-align: text-top;
}

ul.project_data li span {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffb948;
    font-weight: 600;
}

.right {
    display: inline-block;
    /*    width: 44.4%;*/
    vertical-align: middle;
    padding-left: 20px;
}

.sticky {
    position: sticky;
    top: 100px;
}

.form-control {
    min-height: 38px;
    margin-bottom: 10px;
}

.form-group label {
    margin-bottom: 4px;
    font-size: 17px;
}

.project_box {
    position: relative;
    overflow: hidden;
}

.pro-content01 {
    right: 0px;
    left: 0px;
    position: absolute;
    bottom: 0;
    color: #fff;
    opacity: 0;
}

.project_box:hover .pro-content01 {
    opacity: 1;
}

.h4_text {
    text-transform: uppercase;
}

.strong01 {
    font-weight: 700;
    font-size: 20px;
    color: #1d71b5;
}

.image_seg {
    width: 100%;
}

table.table_assets tr:hover {
    background-color: #efefef;
}

table.table_assets td:first-child,
table.table_assets td:last-child {
    text-align: center;
}

table.capitalhuman td:last-child {
    text-align: left;
}

table.table_assets tr:hover td:first-child {
    background-color: #ffb948;
    color: #333;
}

table.table_assets tr:hover td {
    font-weight: 600;
}

.price_input {
    position: relative;
}

select.form-control.select_price {
    background-color: #efefef;
    bottom: 0;
    right: 12px;
    position: absolute;
    font-size: 14px;
    width: 93px;
}

.submit-form-btn {
    /* text-align: right; */
    max-width: 300px;
    width: 100%;
}

.wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
}

.accordion {
    /*  max-width: 768px;*/
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.accordion__link {
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    padding: 15px 20px 15px 45px;
    position: relative;
    transition: all 0.4s ease;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000000;
    border-radius: 0;
}

.accordion__link:before,
.accordion__link:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #1d70b4;
    transition: transform 0.4s ease;
}

.accordion__link:after {
    transform: translateY(-50%) rotate(90deg);
}

.accordion__submenu {
    padding: 15px;
    background: #fff;
    display: none;
    font-size: 14px;
}

.accordion__submenu-item {
    padding: 10px;
}

.accordion__submenu-link {
    color: #ccd1dd;
}

.is-open .accordion__link:after {
    transform: translateY(-50%) rotate(0deg);
}

li.accordion__item:nth-of-type(odd) {
    background: #f3f3f3;
}

li.accordion__item {
    border-bottom: 1px solid #ddd;
}

.mfp-wrap {
    z-index: 999999;
}

@media (max-width: 768px) {
    .inner_top {
        padding: 95px 0px;
    }
}

@media (min-width: 992px) {
    .left_border {
        border-left: 1px solid #ddd;
    }
}

.magnific-img.full_img {
    box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 6%);
    border-radius: 3px;
}

.full_img {
    width: 100% !important;
}

.magnific-img {
    display: inline-block;
    width: 32.3%;
}

.magnific-img {
    display: block !important;
}

.mfp-wrap {
    z-index: 999999;
}

.magnific-img {
    margin-bottom: 10px;
}

/*#photos {*/

/*    line-height: 0;*/

/*    -webkit-column-count: 4;*/

/*    -webkit-column-gap: 5px;*/

/*    -moz-column-count: 4;*/

/*    -moz-column-gap: 5px;*/

/*    column-count: 4;*/

/*    column-gap: 5px;*/

/*}*/

#photos div.magnific-img.full_img {
    width: 33% !important;
    display: inline-flex !important;
    margin-bottom: 4px;
}

@media (max-width: 768px) {
    /*    #photos {*/
    /*    line-height: 0;*/
    /*    -webkit-column-count: 2;*/
    /*    -webkit-column-gap: 5px;*/
    /*    -moz-column-count: 2;*/
    /*    -moz-column-gap: 5px;*/
    /*    column-count: 2;*/
    /*    column-gap: 5px;*/
    /*}*/
    #photos div.magnific-img.full_img {
        width: 49% !important;
        display: inline-flex !important;
        margin-bottom: 4px;
    }
    li.nav-item a.active {
        color: #000 !important;
    }
    header {
        z-index: 99999;
        position: relative;
        background-color: #fff;
    }
    .wrapper {
        padding: 0px 0px;
    }
    .right {
        padding-left: 0px;
    }
    ul.project_data li span {
        font-size: 16px;
    }
    ul.project_data li {
        margin-bottom: 8px;
    }
}

.magnific-img.full_img {
    box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 6%);
    border-radius: 3px;
}

.full_img {
    width: 100% !important;
}

.magnific-img {
    display: inline-block;
    width: 32.3%;
}

.magnific-img {
    display: block !important;
}

.mfp-wrap {
    z-index: 999999;
}

.magnific-img {
    margin-bottom: 10px;
}

.pro-content02 {
    background-color: rgb(35 31 32);
    position: absolute;
    bottom: -80px;
    padding: 15px 20px;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.pro-content02 h4 {
    color: #ffb948;
    margin-bottom: 0px;
    font-size: 18px;
}

.hover_proimage {
    position: relative;
    overflow: hidden;
    display: block;
}

.hover_proimage:hover div.pro-content02 {
    bottom: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-primary {
    color: #231f20;
    background-color: #ffb948;
    border-color: #ffb948;
}

.btn-primary:hover {
    color: #ffb948;
    background-color: #231f20;
    border-color: #231f20;
}

h2.paragraphTitle {
    font-weight: 700;
    font-size: 38px;
    color: #231f20;
}

.button_download {
    display: inline-block;
}

.button_download a {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 1px 10px;
    background-color: #ffb948;
    line-height: 2.2;
    color: #231f20;
    border-radius: 3px;
}

.qualitybox {
    background-image: #ffffff;
    margin: 2 0px;
    margin-top: 30px;
    /* position: relative; */
    /* background-color: beige; */
    z-index: 9;
    border-radius: 20px;
    box-shadow: 8px 5px 8px #00000032;
    padding: 50px;
    text-align: center;
    min-height: 348px;
}

.body_bottomimg {
    position: relative;
}

.body_bottomimg img {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.178;
    z-index: -9;
    pointer-events: none;
}

/*.loader_div01 h2{*/

/*    margin-top: 35px;*/

/*      text-transform: uppercase;*/

/*    font-weight: 800;*/

/*        font-size: 2.5em;*/

/*    color: #231f20;*/

/*}*/

/*.loader_div01 h2{*/

/*    margin-top: 35px;*/

/*      text-transform: uppercase;*/

/*    font-weight: 800;*/

/*        font-size: 2.5em;*/

/*    color: #231f20;*/

/*}*/

/*.loader_div01 h2 span{*/

/*    display: inline-block;*/

/*}*/

.loader_div01 h2 {
    margin-top: 35px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: "dutch";
    font-size: 2.7em;
    color: #231f20;
}

.loader_div01 h2 span i {
    display: inline-block;
    opacity: 0;
    transform: translate(100px) rotate(360deg) scale(0);
    animation: revolveDrop 0.3s forwards;
    font-family: "dutch";
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal;
    position: relative;
}

@keyframes revolveDrop {
    30% {
        transform: translate(100px) rotate(0deg) scale(1);
    }
    60% {
        transform: translate(0, 0px) scale(0.5) rotate(0deg);
    }
    100% {
        transform: translate(0) scale(1) rotate(0deg);
        opacity: 1;
    }
}

.loader_div01 img {
    animation: fadeIn 4s infinite;
}

.loader_div01 h2 span:nth-child(5),
.loader_div01 h2 span:nth-child(11) {
    margin-right: 15px;
}

p {
    text-align: justify;
}

@media (max-width: 450px) {
    ul.project_data li {
        width: 100%;
    }
}
