@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins/Poppins-Medium.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Poppins-Regular';
    font-family: 'Poppins';
}

*::-webkit-scrollbar-track {
    background-color: #f7f7f7
}

*::-webkit-scrollbar-thumb {
    background-color: #038D58;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #f7f7f7;
    height: 7px
}

a {
    text-decoration: none;
}

.hidden {
    display: none;
}

.bg-gray {
    background-color: #fafafa;
}

.header-section {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    left: 0;
    top: 0;

}
.header-section.scrolled {
    background-color: #0000008a;
}
.header-section .header-section-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 10px 0;
}

.header-section .header-section-container .menu {
    align-items: center;
    display: flex;
    gap: 5px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.p-section--01 {
    /* background-size: 100% 100%; */
}

.video-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.p-section--01 .p-section__in {
    color: #fff;
    font-family: 'Poppins-SemiBold';
    font-family: 'Poppins';
    font-weight: 600;
}

.p-section--01 .p-section__in h2 {
    FONT-WEIGHT: 900;
    font-size: 48px;
}

.p-section--01 .p-section__in p {
    FONT-WEIGHT: 500;
    font-size: 28px;
    width: 565px;
    line-height: 36px;
    max-width: 90%;
    margin: auto;
}

.p-section--02 {

}

.img-cover-slider {
    width: 100%;
}

.p-section--02 .img-cover-slider {

}

.section-words {
    padding-top: 170px !important;
}

.p-section--02 .section-words {
    background: transparent linear-gradient(58deg, #038D58 0%, #51AF3D 100%) 0% 0% no-repeat padding-box;
}

.p-section--03 .section-words {
    background: transparent linear-gradient(58deg, #D1681A 0%, #FCC73A 100%) 0% 0% no-repeat padding-box;
}

.p-section--04 .section-words {
    background: transparent linear-gradient(58deg, #006292 0%, #13B6C8 100%) 0% 0% no-repeat padding-box;
}

.p-section--05 .section-words {
    background: transparent linear-gradient(58deg, #73144B 0%, #E83364 100%) 0% 0% no-repeat padding-box;
}

.p-section--06 .section-words {
    background: transparent linear-gradient(58deg, #038D58 0%, #51AF3D 100%) 0% 0% no-repeat padding-box;
}

.section-words .section-words-header .title {
    font-size: 50px;
    color: #fff;
    position: relative;
    font-family: 'Poppins-SemiBold';
    font-family: 'Poppins';
    font-weight: 600;
}

.section-words .section-words-header .title::after {
    content: '';
    height: 7px;
    width: 55px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.section-words .section-words-header {
    display: flex;
    justify-content: flex-start;
    position: relative;
    left: -100px;
}

.section-words .section-words-header .number {
    font-size: 180px;
    color: #fff;
    opacity: 0.3;
    font-weight: 900;
    margin: 0;
    position: absolute;
    right: 0;
    top: -115px;
    font-family: 'Poppins-Bold';
}

.section-words .section-words-body {
    padding: 40px 60px;
    color: #fff;
}

.p-section--02 .section-words .section-words-body p {
}

.p-section--02 .section-words .section-words-body ul {
    padding: 0;
    margin: 30px 0;
}

.p-section--02 .section-words .section-words-body ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 120px;
    max-width: 32%;
}

.p-section--02 .section-words .section-words-body ul li img {
    display: block;
    width: 53px;
    margin: auto;
    margin-bottom: 10px;
}

.p-section--02 .section-words .section-words-body ul li span {
}

.p-section--02 .section-words .section-words-body .readMore,
.p-section--06 .section-words .section-words-body .readMore {
    height: 46px;
    background: #FFFFFF00 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    min-width: 125px;
    text-align: center;
    line-height: 46px;
}

.p-section--02 .section-words .section-words-body .readMore:hover,
.p-section--06 .section-words .section-words-body .readMore:hover {
    background: #fff;
    color: #333;
}
.p-section--03 .section-words .section-words-body {
    padding-top: 10px;
}
.p-section--03 .section-words .section-words-body .box-container {
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.p-section--03 .section-words .section-words-body .box-container li {
    margin: 0 5px;
    list-style: none;
    display: inline-block;
    width: calc(50% - 15px);
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    padding:5px 10px;
    min-height: 120px;
    overflow: hidden;
    position: relative;
}

.p-section--03 .section-words .section-words-body ul li img {
    display: block;
    width: 40px;
    margin: 5px 0 10px;
    filter: brightness(0) invert(1);
}

.p-section--03 .section-words .section-words-body ul li h5 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 16px;
}

.p-section--03 .section-words .section-words-body ul li span {
    font-size: 10px;
    line-height: 17px;
    display: inline-block;
    margin-top: 10px;
}

.p-section--04 .section-words .section-words-body .circle-container {
    position: relative;
    height: 301px;
    margin-top: -90px;
}

.circle-container .intersection {
    position: absolute;
    transform: translate(-50%, -50%);
    left: calc(50% + 2px);
    top: calc(50% + 25px);
    width: 50px;
    z-index: 9;
    height: 137px;
}

.p-section--04 .section-words .section-words-body .dot {
    position: absolute;
    left: calc(50% - -3px);
    top: calc(50% - -44px);
    border-radius: 45px;
    height: 100px;
    width: 1px;
    text-align: center;
    z-index: 9;
}

.p-section--04 .section-words .section-words-body .dot span {
    transform: rotate(270deg);
    display: block;
}

.p-section--04 .section-words .section-words-body .circle {
    position: absolute;
    left: calc(50% - 75px);
    top: calc(50% - 75px);
    width: 200px;
    height: 200px;
    border-radius: 150px;
    border: 1px solid #fff;
}

.p-section--04 .section-words .section-words-body .circle:hover {
    background-color: #3ca9c1;
}

.p-section--04 .section-words .section-words-body .circle span {
    text-align: center;
    position: relative;
    top: 81px;
    width: 100px;
    display: block;
    margin: auto;
    margin-left: 43px;
    font-size: 13px;
    line-height: 23px;
}

.p-section--04 .section-words .section-words-body .circle.right span {
    margin-left: 54px;
}

.p-section--04 .section-words .section-words-body .left {
    left: calc(50% - 120px - 53px);
}

.p-section--04 .section-words .section-words-body .right {
    left: calc(50% - 75px + 51px);
}

.p-section--04 .section-words .section-words-body .box-container {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.p-section--04 .section-words .section-words-body .box-container li {
    margin: 0 5px;
    list-style: none;
    display: inline-flex;
    width: calc(50% - 11px);
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
    padding: 2px;
}

.p-section--04 .section-words .section-words-body ul li img {
    width: 30px;
    background-color: #ffffffbd;
    border-radius: 5px;
}

.p-section--04 .section-words .section-words-body ul li h5 {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 16px;
}

.p-section--05 .section-words .section-words-body .box-container {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.p-section--05 .section-words .section-words-body .box-container li {
    margin: 0 5px;
    list-style: none;
    display: inline-block;
    width: calc(50% - 15px);
    border: 1px solid #fff;
    border-radius: 10px;
    margin-bottom: 55px;
    padding: 10px;
    min-height: 120px;
}

.p-section--05 .section-words .section-words-body .box-container li .img-container {
    display: block;
    /* width: 60px;
    height: 60px; */
    /* border: 1px solid #fff; */
    border-radius: 50%;
    position: relative;
    top: -20px;
    margin-top: -35px;
}

.p-section--05 .section-words .section-words-body ul li img {
    display: block;
    width: 55px;
    margin: 5px 0 0px;
}

.p-section--05 .section-words .section-words-body ul li h5 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 16px;
}

.p-section--05 .section-words .section-words-body ul li span {
    font-size: 10px;
}

.p-section--06 .section-words .section-words-body .box-container {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.p-section--06 .section-words .section-words-body .box-container li {
    list-style: none;
    display: inline-block;
    width: 22%;

}

.p-section--06 .section-words .section-words-body .box-container li .img-container {
    position: relative;
    background-color: #58b36d;
    height: 70px;
    border-radius: 10px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
}

.p-section--06 .section-words .section-words-body ul li img {
    display: block;
    width: 69px;
    margin: 0px auto;
    max-width: 90%;
    max-height: 80%;
}

.nextSlide {
    position: absolute;
    bottom: 18px;
    z-index: 999;
    transform: translate(-50%, 0);
    left: 50%;
    font-size: 8px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    height: 60px;
    padding-top: 0;
    cursor: pointer;
}

.nextSlide:after {
    left: 50%;
    content: '';
    position: absolute;
    bottom: 8px;
    z-index: 999;
    transform: translate(-50%, 0);
    height: 30px;
    width: 1px;
    background-color: #fff;
    transition: all 0.3s;
}

.nextSlide:hover {
    transition: all 0.3s;
    padding-top: 45px;
    color: #fff;
}

.nextSlide:hover:after {
    transition: all 0.3s;
    bottom: 20px;

}

.p-sections-wrap {
    overflow: hidden;
}

.p-sections-wrap {
    position: relative;
    height: 100vh !important;
}

.p-section .row-section {
    height: 100vh;
    width: 100%;
}

.image-section {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.image-section .img-cover-slider {
    width: auto;
    min-height: 100vh;
    min-width: 110%;
    transition: all 0.3s;
    transform: translate(-30px, 0px);
}

.image-section:hover .img-cover-slider {
    transition: all 0.3s;
    transform: translate(0, 0px);
}

.p-section {
    position: absolute;
    top: 100%;
    transition: all 0.3s;
    padding: 0 !important;
    left: 0;
    z-index: -1;
}

.p-section.is-shown {
    top: 0;
    transition: all 0.3s;
    z-index: 99;
}

.p-pager__pointer {
    height: 27px;
    position: relative;
}

.p-pager__pointer:before {
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 0.7;
}

.p-pager__bar {
    position: absolute;
    background-color: #fff;
    opacity: 0.7;
    display: none;
}

.has-animate .p-pager__pointer.is-current:before,
.has-animate .p-pager__pointer.is-over:before {
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: 1;
}

.p-pager__pointer:after {
    content: '';
    height: 21px;
    width: 1.5px;
    background-color: #fff;
    top: 16px;
    position: absolute;
    left: 21px;
    opacity: 0.5;
}

.p-pager__pointer:last-child::after {
    display: none;
}

.p-pager__pointer span {
    position: absolute;
    left: 34px;
    font-size: 10px;
    color: #fff;
    width: max-content;
    display: block;
}

.has-animate .p-pager__pointer.is-current span,
.has-animate .p-pager__pointer.is-over span {
    font-weight: 600;
}

.offcanvas {
    width: 500px;
    max-width: 100%;
}

.list-menu {
    text-align: right;
    padding: 5px;
    position: relative;
}

.list-menu > li {
    list-style: none;
}

.list-menu li a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 8px;
    display: block;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    transition: all 0.7s;
}

.list-menu li a:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #a2a2a2;
    border-radius: 50%;
    right: 0;
    position: absolute;
    top: 17px;
}

.list-menu li a:hover {
    padding-right: 20px;
    transition: all 0.7s;
}

.list-menu li a:hover::before {
    background-color: #089136;
    border-color: #089136;
}

.list-menu > li .child-list {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    border-right: 1px solid #ccc;
    width: 215px;
    padding: 0;
    padding-right: 15px;
    z-index: 9;
    height: 100%;
    transition: all 0.3s;
}

.list-menu > li:hover .child-list {
    display: block;
    opacity: 1;
    transition: all 0.3s;
}

.list-menu > li .child-list li {
    list-style: none;
}

.list-menu > li .child-list li a {
    font-size: 15px;
}

.list-menu > li .child-list li a:before {
    top: 15px;
}

.offcanvas-footer {
    padding: 15px 20px;
}

.title-lang {
    font-size: 10px;
    font-weight: 600;
    position: relative;
}

.title-lang:after {

    content: '';
    height: 3px;
    width: 20px;
    background-color: #333;
    display: block;
    margin-top: 3px;

}

.drop-down-lang {

}

.drop-down-lang .dropdown-toggle {
    font-size: 14px;
    padding: 0;
}

.drop-down-lang .dropdown-toggle:hoverو
.drop-down-lang .dropdown-toggle:focus {
    box-shadow: none;
}

.drop-down-lang .dropdown-toggle img {
    height: 15px;
    position: relative;
    top: 3px;
}

.drop-down-lang .dropdown-menu {
    padding: 0;
}

.drop-down-lang .dropdown-menu li {

}

.drop-down-lang .dropdown-menu a {
    font-size: 13px;
}

.drop-down-lang .dropdown-menu img {
    height: 15px;
    position: relative;
    top: 2px;
}

.copyright {
    font-size: 11px;
    margin: 30px 0 25px !important;
    color: #777;
}

.offcanvas {
    z-index: 999999999999;
}

.offcanvas-header {
    justify-content: flex-end;
}

.search-container {
    position: relative;
    margin: 0px;
    padding: 0 20px 0px;
}

.search-container input {
    height: 45px;
    padding-left: 50px;
    border-radius: 25px;
    width: 275px;
}

.search-container .btn-search-submit {
    border: none;
    background-color: unset;
    position: absolute;
    left: 20px;
    top: 0px;
    height: 45px;
    width: 45px;
    padding-top: 12px;
}

.search-container .btn-search-submit img {
    width: 18px;
}

.header-pages {
    background-color: #f7f7f7;
}

.header-pages.header-section .header-section-container .menu {
    color: #000;
}

.header-pages .menu svg line {
    stroke: #000;
}

.header-pages + div {
    padding-top: 52px;
}

.panel-services {
    border-radius: 15px;
    border: none;
    box-shadow: 0 0 12px #e1e1e1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 30px 21px;
    gap: 10px;
    margin-bottom: 10px;
}

.panel-services .media {
    background-color: #f7f7f7;
    padding: 25px;
    border-radius: 50%;
}

.panel-services a {
    color: #038D58;
    font-weight: 600;
}

.panel-services a:hover {
    opacity: 0.7;
}

.panel-services a img {
    width: 19px;
    margin: 0 5px;
    position: relative;
    top: 4px;
}

.panel-services p {
    color: #999;
    font-size: 14px;
    height: 66px;
    overflow: hidden;
    text-align: start;
    line-height: 23px;
}

.panel-services .media img {
    height: 85px !important;
    width: 85px;
}

.col-md-3 .panel-services .media img {
    height: 50px !important;
}

.panel-services .panel-footer-condensed {
    color: #000;
    font-weight: 600;
    padding: 5px 10px;
}

.banner-Energy {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.banner-Energy.small-img {
    height: 200px;
}

.banner-Energy.small-img::before {
    background-color: #038D58;
    opacity: 0.6;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.banner-Energy video,
.banner-Energy .img-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.p-section__in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.p-section__in h2 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.idm-metrics {

}

.idm-metrics img {
    width: 100px;
    margin-bottom: 15px;
}

.idm-metrics h3 {

}

.idm-metrics p {
    font-weight: 600;
}

.paragraph-Energy {
    background-color: #e9ecef;
    text-align: center;
    padding: 40px 20px;
}

.blog-item-inner {
    box-shadow: 0 0 5px #00000061;
    margin: 10px 0;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}

.blog-item-inner .blog-thumb {
    overflow: hidden;
    margin-bottom: 0;
    width: auto;
    min-height: 190px;
    width: 260px;
}
.blog-item-inner .blog-thumb img {
    height: 190px;
}

.blog-item-inner .idm-p-4 {
    padding: 10px;
    width: calc(100% - 250px);
}

.blog-item-inner .blog-title {
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 7px;

}

.blog-item-inner .blog-teaser {
    font-size: 14px;
    height: 65px;
    overflow: hidden;
    margin-bottom: 5px;
}

.blog-item-inner .blog-date {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.blog-item-inner .blog-button .btn {
    background-color: #1c9b36;
    border-color: #1c9b36;
    font-size: 12px;
    min-width: 100px;
    padding: 10px;
}


/*** Section Blog Details***/
.popular-post {
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
}

.popular-post h3 {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
}

.popular-post .popular-post-list .ppl-box {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #f1f1f1;
}

.popular-post .popular-post-list .ppl-box:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.popular-post .popular-post-list .ppl-box img {
    width: 72px;
    margin-right: 16px;
    border-radius: 4px;
}


.popular-post .popular-post-list .ppl-box .ppl-details h4 {
    font-weight: 600;
    margin-top: 0;
}

.popular-post .popular-post-list .ppl-box .ppl-details h4 a {
    color: #333;
    text-decoration: none;
    font-size: 17px;
}

.popular-post .popular-post-list .ppl-box p img {
    width: 21px;
}

section.blog-details {
    background: #F1F1F1;
    padding-top: 50px;
}

section.blog-details .blog-details-wrap {
    background: #FFFFFF;
    margin-bottom: 25px;
}

.blog-details-wrap .img-container {
    height: 400px;
    overflow: hidden;
}

section.blog-details .blog-details-wrap img {
    width: 100%;
}

section.blog-details .blog-details-wrap .post-content {
    padding: 30px;
}

section.blog-details .blog-details-wrap .post-content .post-details {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #15549A;
    margin-bottom: 25px;
}

section.blog-details .blog-details-wrap .post-content .post-details i {
    margin-right: 4px;
}

section.blog-details .blog-details-wrap .post-content .post-details p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}

section.blog-details .blog-details-wrap .post-content .post-details p img {
    width: 17px;
}

section.blog-details .blog-details-wrap .post-content .post-details .posted-by {
    margin-right: 25px;
}

section.blog-details .blog-details-wrap .post-content h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 500;
}

section.blog-details .blog-details-wrap .post-content p {
    text-align: justify;
}

section.blog-details .blog-details-wrap .post-content p:last-of-type {
    margin-bottom: 0;
}

.p-section__in .breadcrumb {
    background: transparent;
    font-weight: 600;
    margin-bottom: 0;
    justify-content: center;
}

.p-section__in .breadcrumb li a {
    color: #000000;
    text-decoration: none;
}

.p-section__in .breadcrumb li a::after {
    content: '/';
    margin: 0 8px;
}

.p-section__in .breadcrumb li.active {
    color: #fff;
}


.projects_list {
    display: grid;
    grid-gap: 60px 40px;
    grid-template-columns: repeat(2, 1fr);
}

.projects_list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.projects_list-item .media {
    aspect-ratio: 625/500;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden
}

.projects_list-item .media img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out
}

.projects_list-item .media:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.projects_list-item .main_title {
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #ccc;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.projects_list-item .main_title .divider--line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #a9a9a9;
    bottom: 0;
    left: 0
}

.projects_list-item .location img {
    width: 23px;
}

.link-arrow {
    font-weight: 600;
    color: #0d9336;
}

.link-arrow img {
    width: 25px;
    margin: 0 4px;
}

.projects_list-item .main_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.projects_list-item .main_info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.projects_list-item .main_info .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px
}

.projects_list-item .main_info .location .icon {
    color: #ffc631;
    font-size: 24px
}

.about_article .media {
    margin-bottom: 30px;
    max-height: 450px;
    overflow: hidden;
}

.about_article .media img {
    width: auto;
    max-width: 150px;
}

.about_article-header {
    margin-bottom: 20px;
    margin-top: 30px
}

.about_article-header:first-of-type {
    margin-top: 0
}

.about_article .checklist {
    margin-top: 27px
}

.about_article .checklist, .about_article-text {
    color: #202c38
}

.about_aside {
    margin-top: 0px
}

.about_aside .wrapper {
    height: 100%;
    padding: 30px;
    border: 1px solid #ccc;
}

.about_aside .wrapper--helper {
    width: 100%
}

.about_info {
    margin-bottom: 30px
}

.about_info .wrapper {
    border: 1px solid #c8c8c8;
    width: 100%
}

.about_info-title {
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: 600;
}

.about_info-table_row {
    display: flex;
    align-items: center;
    padding: 5px 2px;
}

.about_info-table {
    width: 100%
}

.about_info-table_row .property {
    color: #162739
}

.about_info-table_row .value {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    font-family: Archivo, sans-serif;
    font-weight: 600;
    margin-bottom: 0px
}

.about_info-table_row .property, .about_info-table_row .value {
    width: 100%;
    display: block;
    text-align: left
}

.about_info .link {
    margin-top: 10px;
    font-family: Archivo, sans-serif;
    font-weight: 600
}

.about_contact {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.about_contact .contact-info, .about_contact-title {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 900;
    list-style: none;
    padding: 0;
}

.about_contact .contact-info li {

}

.about_contact .contact-info li span {
    display: block;
}

.about_contact .contact-info li span.name {
    font-size: 14px;
    color: #999;
}

.about_contact .contact-info li span.content {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
}

.about_contact .contact-info li a {
    font-size: 15px;
    color: #000;
}

.about_contact .socials_item-link {

}

.about-section {

}

.about-section .media img {
    width: 100%;
}

.section_header {
    margin-bottom: 30px
}

.section_header .subtitle {
    text-transform: uppercase;
    padding-left: 60px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;
    font-family: Archivo, sans-serif;
    font-weight: 600
}

.subtitle.large-subtitle {
    font-size: 25px;
}

.section_header .subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 40px;
    background: #0076bf;
}

.section_header .subtitle--extended {
    padding-left: 20px
}

.section_header .subtitle--extended:before {
    width: 1000%;
    left: -1000%
}

.section_header .text {
    margin: 20px 0 30px;
    font-size: 20px;
}

.highlight {
    color: #038D58;
}

.section_header .title {
    font-weight: 900;
    font-size: 48px;
}

.about-section .main ul {
    padding: 0;
    list-style: none;
}

.about-section .main ul li {
    padding: 9px;
    font-size: 16px;
    font-weight: 600;
}

.about-section .main ul li img {
    width: 23px;
    margin: 0 4px;
}

.about-section .wrapper .btn {
    background-color: #038D58;
    color: #fff;
    height: 50px;
    line-height: 38px;
    min-width: 170px;
}


.Partenars {
    background-color: #fafafa;
    padding: 50px 0;
}

.box-container.about-page {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.box-container.about-page li {
    list-style: none;
    display: inline-block;
    width: calc(20% - 13px);
}

.box-container.about-page li .img-container {
    position: relative;
    background-color: #fff;
    height: 119px;
    border-radius: 10px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 12px #e1e1e1;
    transition: all 0.3s;
    transform: scale(1);
}

.box-container.about-page li .img-container:hover img {
    transition: all 0.3s;
    transform: scale(1.1);
}

.Clients .box-container.about-page li {
    width: calc(16.5% - 13px);
}

.Clients .box-container.about-page li .img-container {
    height: 200px;
    border-radius: 50%;
}

.box-container.about-page li .img-container img {
    display: block;
    width: auto;
    margin: 0px auto;
    min-width: 50%;
    max-width: 70%;
    max-height: 75%;
}

.team_list-item {
    margin-bottom: 20px;
}

.team_list-item .media img {
    width: 100%;
}

.team_list-item .main {
    padding: 15px;
    border: 1px solid #c8c8c8;
    border-top: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.team_list-item .main .main_name {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 900;
}

.team_list-item .main .main_name {
    font-size: 26px;
    margin-bottom: 10px;
}

.team_list-item .main .main_position {
    font-weight: 600;
    color: #038D58;
}

.team_list-item .main .main_text {
    height: 70px;
    overflow: hidden;
}


.contact-form_btn, .contact-form_field {
    width: 100%
}

.contact-form_field {
    font-size: inherit;
    line-height: inherit;
    padding: 17px 20px;
    border: 1px solid #a9a9a9;
    margin-bottom: 30px;
    color: #202c38;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.contact-form_field[data-type=message] {
    margin-bottom: 0;
    min-height: 164px
}

.contact-form_field::-webkit-input-placeholder {
    font-size: inherit;
    line-height: inherit;
    color: #a9a9a9;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.contact-form_field::-moz-placeholder {
    font-size: inherit;
    line-height: inherit;
    color: #a9a9a9;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.contact-form_field:-ms-input-placeholder {
    font-size: inherit;
    line-height: inherit;
    color: #a9a9a9;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.contact-form_field::-ms-input-placeholder {
    font-size: inherit;
    line-height: inherit;
    color: #a9a9a9;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.contact-form_field::placeholder {
    font-size: inherit;
    line-height: inherit;
    color: #a9a9a9;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.contact-form_field:focus {
    border-color: #202c38
}

.contact-form_field:focus::-webkit-input-placeholder {
    opacity: 0
}

.contact-form_field:focus::-moz-placeholder {
    opacity: 0
}

.contact-form_field:focus:-ms-input-placeholder {
    opacity: 0
}

.contact-form_field:focus::-ms-input-placeholder {
    opacity: 0
}

.contact-form_field:focus::placeholder {
    opacity: 0
}

.contact-section {
    padding: 50px 0;
}

.contact-form_btn {
    margin-top: 30px;
    width: auto;
    background-color: #038D58;
    color: #fff !important;
    height: 60px;
    min-width: 190px;
    border-radius: 0 !important;
}

.socials {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 23px;
    padding: 0;
}

.socials li {
    list-style: none;
}

.socials li img {
    width: 45px;
    border-radius: 50%;
}

.socials li:hover img {
    box-shadow: 0 0 12px #e1e1e1;
}

.contact-careers,
.form-career {
    padding: 40px 0;
}

.form-career {
    background-color: #fafafa;
}

.contact-careers .card-body {
    text-align: center;
    color: #000;
}

.other-Services {

}

.other-Services a {
    display: block;
    margin: 10px 0;
    font-weight: 600;
    color: #000;
}

.other-Services a:hover {
    opacity: 0.7;
}

.other-Services a img {
    width: 20px;
    margin: 0 5px;
    position: relative;
    top: 2px;
}

@media (min-width: 768px) {
    .p-pager {
        left: 15px;
        right: unset;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .Clients .box-container.about-page li .img-container {
        height: 171px;
    }

    .p-section--06 .section-words .section-words-body .box-container li .img-container {
        height: 63px;
    }

    .p-section--06 .section-words .section-words-body .box-container {
        margin: 0px 0 0;
    }

    .mt-5 {
        margin-top: 2rem !important;
    }

    .p-section--06 .section-words .section-words-body .box-container li {
        width: calc(22% - 3px);
    }

    .section-words .section-words-body {
        padding: 20px 25px;
    }

    .p-section--02 .section-words .section-words-body ul {
        margin: 12px 0;
    }

    .p-section--03 .section-words .section-words-body .box-container {
        margin: 2px 0 0;
    }

    .p-section--03 .section-words .section-words-body ul li h5 {
        font-size: 12px;
    }

    .p-section--03 .section-words .section-words-body ul li span {
        font-size: 9px;
    }

    .p-section--03 .section-words .section-words-body ul li img {
        width: 35px;
        margin: 1px 0 5px;
    }

    .p-section--03 .section-words .section-words-body .box-container li {
        min-height: 95px;
    }

    .p-section--04 .section-words .section-words-body .circle-container {
        zoom: 0.7;
    }

    .p-section--04 .section-words .section-words-body ul li h5 {
        font-size: 11px;
    }

    .p-section--04 .section-words .section-words-body .box-container li {
        margin-bottom: 4px;
    }

    .p-section--05 .section-words .section-words-body .box-container li p {
        line-height: 16px;
        margin-top: 10px;
        font-size: 12px;
    }

    .p-section--05 .section-words .section-words-body .box-container li {
        min-height: 105px;
    }
}

@media (max-width: 768px) {
    
    body {
        padding-top: 50px;
    }
    .blog-item-inner .blog-thumb {
        width: 100%;
        min-height: unset;
    }
    .blog-item-inner .idm-p-4 {
        width: 100%;
    }
    .post-content iframe {
        width: 100% !important;
    }
    .blog-item-inner .blog-thumb img {
        height: unset;
    }
    .header-section {
        background-color: #202020;
    }
    .header-section.scrolled {
        background-color: #202020;
    }
    .box-container.about-page li {
        width: calc(50% - 9px);
    }
    .box-container.about-page li .img-container img {
        min-width: 70%;
    }
    .blog-item-inner {
        flex-direction: column;
    }
    .projects_list {
        padding: 0;
    }
    .blog-details-wrap .img-container {
        height: unset;
    }
    .Clients .box-container.about-page li {
        width: calc(50% - 8px);
    }
    .Clients .box-container.about-page li .img-container {
        height: 150px;
        border-radius: 25px;
    }
    .panel-services p {
        height: auto;
    }
    .section_header .title {
        font-size: 28px;
    }

    .wrapper,
    .contact_form {
        margin-bottom: 30px;
    }

    .socials {
        gap: 10px;
    }

    .p-pager__pointer:after {
        content: '';
        height: 1.5px;
        width: 36.5px;
        background-color: #fff;
        top: 13px;
        position: absolute;
        left: 26px;
        opacity: 0.5;
    }

    .p-section--01 .p-section__in h2 {
        FONT-WEIGHT: 600;
        font-size: 34px;
    }

    .p-section--01 .p-section__in p {
        font-size: 19px;
        width: 90%;
        line-height: 30px;
        margin: auto;
    }

    .p-pager__pointer span {
        display: none;
    }

    .nextSlide {
        bottom: 43px;
        display: none;
    }

    .p-section .section-words {
        position: absolute;
        width: 90%;
        left: 5%;
        top: 60px;
        height: calc(100vh - 110px);
        border-radius: 15px;
        padding-top: 40px !important
    }

    .p-section--02 .section-words {
        background: transparent linear-gradient(58deg, #038D58 0%, #51AF3D 100%) 0% 0% no-repeat padding-box;
    }

    .section-words .section-words-header .number {
        font-size: 38px;
        transform: scale(2.2);
        position: relative;
        top: 0;
        right: 22px;
    }

    .section-words .section-words-header {
        justify-content: space-between;
        padding: 0 10px;
        left: 0;
    }

    .section-words .section-words-header .title::after {
        height: 3px;
    }

    .section-words .section-words-body {
        padding: 28px 10px;
    }

    .section-words .section-words-header .title {
        font-size: 26px;
    }

    .p-section--02 .section-words .section-words-body p {
        line-height: 23px;
        padding-top: 30px;
    }

    .p-section--02 .section-words .section-words-body ul li {
        width: 32%;
    }

    .p-section--03 .section-words .section-words-body .box-container {
        margin: 2px 0 0;
    }

    .p-section--03 .section-words .section-words-body ul li h5 {
        font-size: 10px;
    }

    .p-section--03 .section-words .section-words-body ul li span {
        font-size: 8px;
        line-height: 15px;
    }

    .p-section--04 .section-words .section-words-body .circle-container {
        position: relative;
        height: 210px;
        margin-top: -50px;
        transform: scale(0.8);
    }

    .p-section--06 .section-words .section-words-body .box-container {
        gap: 10px;
    }

    .p-section--06 .section-words .section-words-body ul li img {
        width: 90%;
        padding-top: 5px;
    }

    .p-section--02 .section-words {
        background: transparent linear-gradient(58deg, #038d58cf 0%, #51af3dd9 100%) 0% 0% no-repeat padding-box;
    }

    .p-section--03 .section-words {
        background: transparent linear-gradient(58deg, #d1681aeb 0%, #fcc73ae8 100%) 0% 0% no-repeat padding-box;
    }

    .p-section--04 .section-words {
        background: transparent linear-gradient(58deg, #006292c2 0%, #13b6c8cf 100%) 0% 0% no-repeat padding-box;
    }

    .p-section--05 .section-words {
        background: transparent linear-gradient(58deg, #73144bd4 0%, #e83364cf 100%) 0% 0% no-repeat padding-box;
    }

    .p-section--06 .section-words {
        background: transparent linear-gradient(58deg, #038d58d4 0%, #51af3dad 100%) 0% 0% no-repeat padding-box;
    }

    .list-menu {
        padding: 0px;
    }

    .list-menu li a {
        font-size: 13px;
    }

    .list-menu li a:before {
        top: 12px;
    }

    .list-menu > li .child-list {
        width: 160px;
    }

    .list-menu > li .child-list li a {
        font-size: 11px;
    }

    .search-container input {
        font-size: 13px;
    }
}
