/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

:root {
    --thm-font: 'DM Sans', sans-serif;
    --thm-manrope-font: 'Manrope', sans-serif;
    --thm-italianno-font: 'Italianno', cursive;
    --thm-base:#15b1c0;
    --thm-base-rgb: 21, 177, 192;
    --thm-primary: #f94d1c;
    --thm-primary-rgb: 249, 77, 28;
    --thm-gray: #4f5154;
    --thm-gray-rgb: 79, 81, 84;
    --thm-black: #1a1a1a;
    --thm-black-rgb: 26, 26, 26;
    --thm-white: #dddddd;
    --thm-white-rgb: 221, 221, 221;
}

.row {
    --bs-gutter-x: 30px;
}

body {
    font-family: var(--thm-font);
    color: var(--thm-gray);
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
}

a {
    color: var(--thm-black);
    font-weight: 600;
    cursor: pointer;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);6
    font-weight: 700;
    font-family: var(--thm-manrope-font);
    letter-spacing: -0.03em;
    margin: 0;
}

p {
  margin-bottom: 1.5rem;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.section-title {
    position: relative;
    display: block;
    margin-top: -8px;
    margin-bottom: 50px;
}

.section-title__tagline {
    position: relative;
    display: block;
    margin-bottom: 17px;
}

.section-title__tagline span.left {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    background: var(--thm-base);
    margin-right: 15px;
    top: -5px;
}

.section-title__tagline span.right {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    background: var(--thm-base);
    margin-left: 14px;
    top: -5px;
}

.section-title__tagline h4 {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-font);
}

.section-title__title {
    font-size: 52px;
    line-height: 1.3em;
    font-weight: 800;
    /*text-transform: capitalize;*/
    letter-spacing: -0.03em;
}

/* scroll to top */

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--thm-base);
    position: fixed;
    bottom: 13px;
    right: 20px;
    z-index: 99;
    text-align: center;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--thm-black);
}

.scroll-to-top:hover i {
    color: #fff;
}

.main-menu {
    position: relative;
    z-index: 91;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
    transition: transform 500ms ease, visibility 500ms ease;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.stricky-header.main-menu {
    padding: 10px  30px;
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible;
}

@media (max-width: 1199px) {

    .stricky-header {
        display: none !important
    }

}

@media (min-width: 1200px) {

    .mobile-nav__buttons {
        display: none;
    }

}

@media (min-width: 1200px) {

    .main-menu .mobile-nav__toggler {
        display: none;
    }

}

/*----------------------------------------
# Main Header
-----------------------------------------*/

.header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #ececec;
    content: "";
}

.header__bottom .auto-container {
    max-width: 100%;
    padding: 0;
    padding-left: 70px;
}

.header__bottom-inner {
    position: relative;
    display: block;
    z-index: 10;
    padding-left: 30px;
    padding-right: 30px;
      
}

.header__bottom-inner .main-menu {
    position: relative;
    display: block;
}

.header__bottom-inner .main-menu .left {
    position: relative;
    display: flex;
    align-items: center;
    height: 100px;
}

.logo-box2 {
    position: relative;
    display: block;
    float: left;
}

.logo-box2 img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.logo-box2 a {
    position: relative;
    display: inline-block;
}


/***
=============================================
    Banner
=============================================
***/
.banner {
    position: relative;
    display: block;
    padding: 200px 0px 0px;
    background: #ffffff;
    min-height: 720px;
    z-index: 1;
}

.banner__inner-box {
    position: relative;
    display: block;
}

.banner__inner-box .shape1 {
    position: absolute;
    top: 0;
    left: -200px;
    z-index: -1;
}

.banner__inner-box .shape2 {
    position: absolute;
    left: -225px;
    bottom: -90px;
    z-index: -1;
}

.banner__inner-box .shape3 {
    position: absolute;
    top: -100px;
    right: 65px;
    z-index: 2;
}

.banner__inner-box .shape4 {
    position: absolute;
    bottom: -100px;
    right: 405px;
    z-index: -1;
}

.banner__inner-box .shape5 {
    position: absolute;
    top: 0;
    left: -200px;
    z-index: -1;
}

.banner__inner-box .shape6 {
    position: absolute;
    left: -225px;
    bottom: -90px;
    z-index: -1;
}

.banner__content {
    position: relative;
    display: block;
    max-width: 600px;
    width: 100%;
    padding-right: 160px;
}

.banner__content .section-title {
    margin-bottom: 28px;
}

.banner__content .section-title h2 {
    font-size: 80px;
    line-height: 1.1em;
    font-weight: 800;
}

.banner__text {
    font-size: 20px;
    margin: 0;
}

.banner__btn {
    position: relative;
    display: block;
    margin-top: 35px;
}

.banner__banner-img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 1;
}

.banner__banner-img1 {
    position: absolute;
    top: -220px;
    right: 140px;
    width: 465px;
}

.banner__banner-img1 img {
    width: 100%;
}

.banner__banner-img2 {
    position: absolute;
    left: -160px;
    top: -40px;
    width: 540px;
}

.banner__banner-img2 img {
    width: 100%;
}


/***
=============================================
    Footer
=============================================
***/

.footer {
    position: relative;
    display: block;
    background: #fafafa;
    z-index: 1;
}

.footer__bg {
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    right: -30px;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.07;
    z-index: -1;
}

.footer .big-title {
    position: absolute;
    left: 35px;
    bottom: -60px;
}

.footer .big-title h2 {
    color: rgba(46, 46, 54, 0.03);
    font-size: 500px;
    line-height: 0.8em;
    font-weight: 800;
}

.footer p {
    margin: 0;
    color: var(--thm-white);
    text-align: center;  
}

.footer a {
    color: var(--thm-base);
}


/***
=============================================
    Footer
=============================================
***/

.footer {
    position: relative;
    display: block;
    background: #222631;
    padding: 20px 0px 20px;
    border-top: 1px solid #393c46;
}

/***
=============================================
    Capabilities
=============================================
***/

.capabilities {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

.capabilities__content-box {
    position: relative;
    display: block;
    padding: 220px 0px 80px;
}

.capabilities .section-title {
    margin-bottom: 70px;
}



/***
=============================================
   Contracting Vehicles
=============================================
***/

.contracting-vehicles {
    position: relative;
    display: block;
    padding: 120px 0px 120px;
    border-bottom: 1px solid #ececec;
}

.contracting-vehicles__left {
    position: relative;
    display: block;
    z-index: 1;
}

.contracting-vehicles .shape1 {
    position: absolute;
    top: 40px;
    left: 410px;
    z-index: -1;
}

.contracting-vehicles .shape2 {
    position: absolute;
    top: 200px;
    left: -60px;
    z-index: -1;
}

.contracting-vehicles__img-box {
    position: relative;
    display: block;
}

.contracting-vehicles__img1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.contracting-vehicles__img1::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.contracting-vehicles__img1:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.contracting-vehicles__img1 img {
    width: 100%;
}

.contracting-vehicles__right {
    position: relative;
    display: block;
    margin-left: 70px;
}
.contracting-vehicles .table-heading {
	color: #222631;
	font-size: 22px;
	line-height: 28px;
	font-weight: 800;
	/* margin: 48px 0 36px; */
	transition: all 500ms ease;
}
.contracting-vehicles .gsa-table {
    display: flex;
	flex-direction: column;
    justify-content: flex-start;
    gap: 2em;
}
.contracting-vehicles .gsa-table:not(:last-child) {
	margin-bottom: 70px;
}
.contracting-vehicles .gsa-table .logo {
    /* width: 100px;
    height: 100px; */
}
th, td {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
	padding: 10px 0;
	line-height: 1.4;
}

td {
    padding: .75em;
}




/***
=============================================
   Certifications
=============================================
***/

.certifications {
    position: relative;
    display: block;
    padding: 120px 0px 220px;
    border-bottom: 1px solid #ececec;
}

.certifications__left {
    position: relative;
    display: block;
    z-index: 1;
}

.certifications .shape1 {
    position: absolute;
    top: 40px;
    left: 410px;
    z-index: -1;
}

.certifications .shape2 {
    position: absolute;
    top: 240px;
    left: -80px;
    z-index: -1;
}

.certifications .shape3 {
    position: absolute;
    left: 120px;
    bottom: -210px;
    z-index: -1;
}

.certifications .shape4 {
    position: absolute;
    top: 40px;
    left: 310px;
    z-index: -1;
}

.certifications__img-box {
    position: relative;
    display: block;
}

.certifications__img1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.certifications__img1::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.certifications__img1:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.certifications__img1 img {
    width: 100%;
}

.certifications__img2 {
    position: absolute;
    display: inline-block;
    top: 140px;
    left: 215px;
}

.certifications__img2 img {
    width: 100%;
}

.certifications__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.certifications__content {
    position: relative;
    display: block;
}

.certifications ul li {
    color: #222631;
    font-size: 17px;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 18px;
}





/***
=============================================
    About - Alesig Consulting (Alesig)
=============================================
***/

.about-txtleft {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0px 120px;
}

.about-txtleft__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-txtleft__content-box {
    position: relative;
    display: block;
    padding-top: 100px;
}

.about-txtleft__inner {
    position: relative;
    display: block;
}

.about-txtleft__single {
    position: relative;
    display: block;
    margin-bottom: 44px;
}

.about-txtleft__single-icon {
    position: absolute;
    top: 6px;
    left: 0;
}

.about-txtleft__single-icon img {
    transition: all 500ms ease;
    width: 64px;
    margin-top: -10px;
}

.about-txtleft__single:hover .about-txtleft__single-icon img {
    transform: rotateY(180deg);
}

.about-txtleft__single-text {
    position: relative;
    display: block;
    padding-left: 100px;
}

.about-txtleft__single-text h4 {
    color: #222631;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 9px;
    transition: all 500ms ease;
}

.about-txtleft__single-text h4 a:hover {
    color: var(--thm-base);
}

.about-txtleft__single-text p {
    margin: 0;
    line-height: 1.5;
}

.about-txtleft__btn {
    position: relative;
    display: block;
    margin-top: 6px;
}

.about-txtleft__btn .thm-btn {
    color: #222631;
    border: 2px solid #e8e9ea;
    background: #ffffff;
}

.about-txtleft__btn .thm-btn:hover {
    color: #fff;
}

.about-txtleft__btn .thm-btn::after {
    background: var(--thm-base);
}

.about-txtleft__img-box {
    position: relative;
    display: block;
}

.about-txtleft__img {
    position: relative;
    display: block;
    width: 597px;
    height: 693px;
    overflow: hidden;
}

.about-txtleft__img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.about-txtleft__img:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.about-txtleft__img img {
    width: 100%;
}




/***
=============================================
    About - Alpha Omega (AO)
=============================================
***/

.about-txtright {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0px 120px;
}

.about-txtright__left {
    position: relative;
    display: block;
}

.about-txtright__big-title {
    position: absolute;
    left: -400px;
    bottom: 300px;
    transform: rotate(-90deg);
    z-index: 1;
}

.about-txtright__big-title h2 {
    color: #222631;
    font-size: 220px;
    line-height: 0.6em;
    font-weight: 800;
    font-family: var(--thm-font);
    letter-spacing: -0.036em;
    opacity: 0.07;
}

.about-txtright__left-img-box {
    position: relative;
    display: block;
}

.about-txtright__left-img1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.about-txtright__left-img1::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.about-txtright__left-img1:hover:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

.about-txtright__left-img1 img {
    width: 100%;
}

.about-txtright__left-img2 {
    position: absolute;
    bottom: -120px;
    left: 270px;
    z-index: 10;
}

.about-txtright__left-img2::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(34, 38, 49, 0.8);
    content: "";
    border-radius: 50%;
}

.about-txtright__left-img2 img {
    border-radius: 50%;
}

.about-txtright__right {
    position: relative;
    display: block;
    padding-top: 40px;
    margin-left: 85px;
}

.about-txtright__right-inner {
    position: relative;
    display: block;
}

.about-txtright__right-inner p img.logo {
    float: left;
    margin: 10px 30px 15px 0;  
}

.about-txtright__right-text {
    margin: 0;
}
