/*************** Import Css **************/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import "common.css";
/*font-family: "DM Sans", sans-serif;*/
/*font-family: "Montserrat", sans-serif;*/

:root{
    --dark-blue:#1E3544;
    --light-blue:#27A8E0;
    --black:#000;
    --white:#fff;
    --yellowish-orange:#AF6E12;
    --default-font:"DM Sans", sans-serif;
    --font-montserrat:"Montserrat", sans-serif;
}
/********************* Header Css ******************/
.header-area{
    position: relative;
    top:0px;
    z-index: 99;
}
.header-area.fixed_header{
    position: sticky;
    top:-200px;
}
.header-area.fixed_header.stky{
    top:0px;
    transition: all 0.5s;;
}
.top-header-area{
    background-color: var(--dark-blue);
    padding:25px 30px;
    justify-content: center;
}
.search-box form{
    background-color: var(--white);
    border-radius:3px;
    overflow: hidden;
}
.search-box form input{
    width:100%;
    border:0px;
    padding:10px 15px;
    font-size: 13px;
    line-height: 20px;
}
.search-box form  button{
    border:0px;
    background-color: transparent;
}
.search-box form {
	display:flex;
}
.header-right-area {
    gap:20px
}
.header-right-area {
    position:absolute;
    right:30px;
}
.menu-area{
    background-color: var(--yellowish-orange);
}
.menu-area ul{
    margin:0px;
    list-style: none;
    padding:0px;;
}
.menu-area .container > ul{
    display: flex;
    justify-content: center;
    gap:50px;
}
.menu-area .container > ul > li > a{
    color:var(--white);
    font-size: 13px;
    line-height: 17px;
    font-weight: 900;;
    display: inline-block;
    padding:15px 0px;
    letter-spacing: 1px;
}
.menu-area .container > ul > li > a:hover{
    color: var(--dark-blue);
}
/********* Footer Area ********/
.footer-area{
    background-color: var(--dark-blue);
}
.footer-top-area{
    padding-top: 100px;
    padding-bottom: 90px;
}
.footer-top-area .container{
    max-width: 1310px;
}
.footer-logo-area img{
    max-width: 240px;
}
.footer-social ul {
    gap:5px
}
.footer-social ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border:2px solid var(--white);
    border-radius: 100%;;
    font-size: 10px;
    color: var(--white);
}
.footer-social ul li a:hover{
    background-color: var(--yellowish-orange);
}
.footer-logo-area{
    margin-bottom: 15px;
}
.footer-mail-and-phone-number{
    margin-top: 65px;
}
.footer-mail-and-phone-number ul li{
    padding:0px 12px;
    position: relative;
}
.footer-mail-and-phone-number ul li:not(:last-child):after{
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: var(--white);
    top: 5px;
    right: -2px;
    content: '';
}
.footer-mail-and-phone-number ul li:first-child{
    padding-left: 0px;
}
.footer-mail-and-phone-number ul li:last-child{
    padding-right: 0px;
}
.footer-mail-and-phone-number ul li a{
    font-size: 16px;
    line-height: 25px;
    color: var(--white);
    white-space: nowrap;
}
.footer-mail-and-phone-number ul li a:hover{
    color: var(--yellowish-orange);
}
.each-footer-info h5{
    font-size: 13px;
    line-height: 24px;
    font-weight: 900;
    color: var(--light-blue);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    white-space: nowrap;
}
.each-address a{
    font-size: 16px;
    line-height: 25px;
    color: var(--white);
    display: inline-block;
}
.each-address a:hover{
    color: var(--yellowish-orange);
}
.footer-address-box{
    padding-left: 60px;
}
.each-footer-info ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap:10px
}
.each-footer-info ul li a{
    font-size: 16px;
    line-height: 25px;
    color: var(--white);
}
.each-footer-info ul li a:hover{
    color: var(--yellowish-orange);
}
.footer-contact-vehicles{
    padding-left: 60px;
}
.footer-resources {
    padding-left: 90px;
}
.certified-image-holder{
    gap:15px;
}
.footer-right-image-area{
    padding-left: 60px;
}
.footer-bottom-area{
    background-color: var(--yellowish-orange);
    padding:20px 0px
}
.footer-bottom-area p{
    color:var(--white);
    margin:0px;
    font-weight: 900;
}
/********** Banner Area *********/
.banner-area{
    padding: 60px 0px;
    background-color: #E2DFD6;
    overflow: hidden;
}
.banner-content-holder{
    margin:0px -30px
}
.banner-content h1 strong{
    font-size: 85px;
    line-height: 100px;
    display: block;
}
.banner-content h1 strong:first-child{
    color: var(--yellowish-orange);
}
.overlay-image{
    position: absolute;
    bottom: 0px;
    left: 200px;
    z-index: -1;
    animation: MoveUpDown 2s ease-in-out infinite;
}
.overlay-image img{
    max-width: none;
}
.banner-image{
    z-index: 1;;
}
/******** We Deliver The Reasult Area ********/
.we-deliver-the-result-area{
    margin-top:100px;
    margin-bottom: 125px;
}
.we-deliver-the-result-area-content{
    max-width: 950px;
}
.we-deliver-the-result-area-content h2{
    margin-bottom: 35px;
}
.we-deliver-the-result-area-content p{
    margin-bottom: 45px;
}
.reasult-image-wrapper{
    margin-top: 100px;
}
.reasult-image-wrapper > .row{
    margin:0px -10px
}
.reasult-image-wrapper > .row > *{
    padding:0px 10px
}
.reasult-image{
	border-radius: 15px;
	overflow:hidden;
}
.reasult-image-wrapper img{
    width: 100%;
	transform:scale(1);
	transition:all 0.5s;
}
.reasult-image:hover img{
	transform:scale(1.25);
	transition:all 0.5s;
}
/************ Agencies Area **********/
.fedral-agencies-area{
    margin-top:130px;
    margin-bottom: 130px;
}
.fedral-agencies-content-wrapper{
    padding:75px;
}
.fedral-agencies-content-wrapper:before{
    position: absolute;
    top:0px;
    left:0px;
    width:calc(100% - 200px);
    height:100%;
    content:'';
    position: absolute;
    background-color: #FAF7F4;
    z-index: -1;
}
.fedral-agencies-content{
    max-width: 530px;
}
.fedral-agencies-content h2{
    font-size: 33px;
    line-height: 41px;
}
.fedral-agencies-content p{
    margin-bottom: 40px;
}
.fedral-agencies-image{
    position: absolute;
    right:0px;
    top:80px;
    max-width: 50%;
}
.fedral-agencies-image img{
    border-radius:20px
}
/******** Reasult Area **********/
.reasult-area{
    margin-top:130px;
    margin-bottom: 130px;
}
.reasult-area-wrapper{
    margin:0px -35px
}
.reasult-area-wrapper h3{
    font-size:20px;
    line-height: 24px;
    letter-spacing: 1.6px;
    font-weight: 800;
    color: var(--yellowish-orange);
    text-transform: uppercase;
    margin-bottom: 55px;
}
.reasult-number-area{
    padding:35px;
    border: 1px solid var(--yellowish-orange);
    border-radius: 18px;
}
.reasult-number-content-holder{
    border-radius: 18px;
    padding:30px;
    background-color: #E2DFD6;
    row-gap: 0px;
    column-gap: 60px;
    padding-bottom:50px
}
.each-reasult-box {
    width: calc(33.33% - 60px);
}
.each-reasult-box h4{
    font-size: 99px;
    line-height: 176px;
    font-weight: 900;
    color: var(--dark-blue);
    margin-bottom: -28px;
}
.each-reasult-box h5{
    font-size:20px;
    line-height: 24px;
    letter-spacing: 1.6px;
    font-weight: 800;
    color: var(--yellowish-orange);
    text-transform: uppercase;
}
/******** Service Area **********/
.service-area{
    margin-top:130px;
    margin-bottom: 130px;
    overflow-x: hidden;
}
.service-heading-content{
    max-width: 830px;
}
.service-heading-content h2{
    margin-bottom: 35px;
}
.service-wrapper{
    margin-top:200px
}
.each-service{
    padding: 0px 32px 50px;
    background-color: var(--white);
    border-radius:15px;
    height: 100%;
}
.service-image{
    margin-top: -120px;
    display: inline-block;
	overflow:hidden;
	border-radius: 10px;
}
.service-image img{
    
	transform:scale(1);
	transition:all 0.5s;
}
.each-service:hover .service-image img{
	transform:scale(1.25);
	transition:all 0.5s;
}
.service-content{
    padding-left: 49px;
    padding-right: 0px;
    padding-top: 35px;
}
.service-content h3{
    margin-bottom: 15px;
}
.service-content h3 a{
    font-size: 28px;
    line-height: 33px;
    font-weight: 900;
    color: var(--dark-blue);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.service-content ul{
    padding-left: 30px;
    height:145px;
    overflow-y: scroll;
    list-style: none;
    margin-left: -48px;
    padding-right: 15px;
    margin-bottom: 28px;
}
.service-content ul::-webkit-scrollbar {
  width: 2px;
}
.service-content ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.service-content ul::-webkit-scrollbar-thumb {
  background: var(--light-blue);
  border-radius: 5px;
}
.service-content ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.service-content ul li{
    font-size: 17px;
    line-height: 25px;
    font-weight:500;
    display: flex;
    align-items: flex-start;
    gap:10px
}
.service-content ul li:not(:last-child){
    margin-bottom: 5px;
}
.service-content ul li:before{
    min-width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid #000;
    display: inline-block;
    content: '';
    top: 8px;
    position: relative;
    left: -10px;
}
.service-wrapper .row{
    row-gap: 175px;
}
.watermark-animation{
    position: absolute;
    top: 0px;
    animation: MoveUpDown 2s ease-in-out infinite;
}
.right-position{
    left: calc(100% - 170px);
}
.left-position{
    right: calc(100% - 170px);
}
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0); /* Start and end at the original vertical position */
  }
  50% {
    transform: translateY(-20px); /* Move the element up by 20 pixels */
  }
}
.watermark-animation img{
    max-width: none;
}
.swiper-wrapper.row{
    flex-wrap: nowrap;
    margin: 0px;
    row-gap: 0;
    justify-content: flex-start;
}
.swiper-wrapper.row > *{
    padding: 0px;
}
/****** Partners Area ***********/
.partners-area{
    margin-top:130px;
    margin-bottom: 130px;
    padding:100px 0px;
}
.swiper-partner .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}
.swiper-partner .swiper-wrapper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
}
.partners-area h2{
    text-align: center;
    color: var(--white);
    margin-bottom: 65px;
}

/******** Certified Contract Ready ************/
.certified-contract-heading{
    max-width: 835px;
}
.certified-contract-tab-area{
    margin-top: 75px;
}
.tab-list-area .nav {
    gap:90px;
    border-bottom: 1px solid #1E3544;
}
.tab-list-area .nav button{
    background: transparent !important;
    border: 0px;
    border-radius:0px;
    font-size:18px;
    line-height: 25px;
    font-weight:900;
    color:#000 !important;
    padding:0px;
    padding-bottom: 15px;
    position: relative;
}
.nav-tabs .nav-link.active:after {
    height:4px;
    width: 100%;
    position: absolute;
    bottom:-1px;
    background: var(--light-blue);
    content:'';
    left:0px
}
.each-tab-content-details{
    background-color: var(--white);
}
.each-tab-content-left{
    padding:75px 75px 75px 75px
}
.each-tab-content-left img{
    margin-bottom: 25px;
}
.each-tab-content-left h2{
    font-size: 33px;
    line-height: 41px;
    margin-bottom: 28px;
}
.each-tab-content-left p{
    margin-bottom: 40px;
}
.each-tab-content-right img{
    border-radius: 7px;
    height: 100%;
}
.tab-list-area {
    margin-bottom: 50px;
}
/********** Testimonial area **********/
.testimonial-area{
    margin-top:130px;
    margin-bottom: 130px;
}
.testimonial-heading-area img{
    margin-bottom: 30px;
}
.testimonial-outer-wrapper{
    padding: 35px;
    border: 1px solid var(--yellowish-orange);
    border-radius: 18px;
    margin-top: 60px;
}
.testimonial-ineer-wrapper {
    border-radius: 18px;
    padding: 60px;
    background-color: #E2DFD6;
    row-gap: 0px;
    column-gap: 60px;
    padding-bottom: 70px;
}
.each-testimonial p{
    font-size: 20px;
    line-height: 31px;;
}
.each-testimonial h5{
    font-size: 20px;
    font-weight:900;
    color: var(--yellowish-orange);
    margin-bottom: 30px;
}
.each-testimonial h6{
    font-size: 13px;
    line-height: 23px;
    font-style: italic;
    font-weight:500;
}
.testimonial-slider-controller .swiper-button-prev{
    left:-55px
}
.testimonial-slider-controller .swiper-button-next{
    right:-55px
}
.testimonial-button{
    margin-top: 50px;
}
/********* CTA Area **********/
.cta-area{
    margin-top:90px;
    padding:100px 0px;
}
.partner-wisth-us-content{
    padding:85px;
    background-color: rgba(235,234,231,0.7);
    border-radius: 15px;
}
.partner-wisth-us-content p{
    font-size: 17px;
}

/********** Capablities **********/
.inner-banner-area{
    background-color: #E2DFD6;
    min-height: 400px;
}
.inner-banner-area .container{
    max-width: 1220px;
}
.inner-banner-area .banner-content-holder{
    max-width: 380px;
    padding-top: 40px;
    padding-bottom: 20px;
}
.inner-banner-area .banner-content-holder > img{
    margin-bottom: 30px;
}
.inner-banner-image-area{
    position: absolute;
    top:0px;
    right:0px;
    width: 57.5%;
    height: 100%;
}
.inner-banner-image-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-content-block{
    margin-top: 120px;
	margin-bottom:120px;
}
.service-content-block .container{
    max-width: 1220px;
}
.service-content-heading{
    max-width: 1010px;
    margin-bottom: 90px;
}
.service-block-content{
    background-color: var(--white);
    padding:55px 75px
}
.service-block-content h3{
    font-size: 33px;
    line-height: 41px;
    font-weight:900;
    /*display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
    margin-bottom: 20px;
}
.service-block-content  ul{
    margin:0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap:5px
}
.service-block-content  ul li{
    font-weight: 500;
    display: flex;
}
.service-block-content  ul li:before{
    min-width: 7px;
    height: 7px;
    border-radius:100%;
    background-color: var(--dark-blue);
    display: inline-block;
    content:'';
    margin-right: 30px;
    position: relative;
    top: 7px;
}
.service-blocks .row{
    row-gap: 30px;
}
.customer-heighlightes{
    margin-top:100px;
	margin-bottom:100px;
    padding-bottom: 85px;
}
.customer-heighlightes > .container > h2{
    text-align: center;
    margin-bottom: 50px;
}
.heightlightes-content-content{
    padding: 50px 50px 50px 15px;
}
.heightlightes-content-content h3{
    font-size: 33px;
    line-height: 41px;
    font-weight: 900;
    margin-bottom: 15px;
}
.heightlightes-content-content p{
    margin-bottom: 0px;
}
.heightlightes-content-content ul{
    margin:0px;
    padding: 0px;
    list-style: none;
}
.heightlightes-content-content  ul li{
    display: flex;
}
.heightlightes-content-content  ul li:before{
    min-width: 7px;
    height: 7px;
    border-radius:100%;
    background-color: var(--dark-blue);
    display: inline-block;
    content:'';
    margin-right: 30px;
    position: relative;
    top: 7px;
}
.heightlightes-content-image{
    position: absolute;
    top:50px;
    left:0px;
    max-width: 50%;
}
.heightlightes-content-image img{
    border-radius:7px;
}
.heightlightes-content-content:before{
    position: absolute;
    top: 0px;
    left: -200px;
    width: calc(100% + 200px);
    height: 100%;
    background-color: var(--white);
    content: '';
    z-index: -1;
}
.heightlightes-content-wrapper:nth-child(even) .heightlightes-content-image {
    position: absolute;
    top: 50px;
    left: auto;
    right:0px
}
.heightlightes-content-wrapper:nth-child(even) .heightlightes-content-content:before {
    position: absolute;
    top: 0px;
    left: auto;
    right:-200px;
    width: calc(100% + 200px);
    height: 100%;
    background-color: var(--white);
    content: '';
    z-index: -1;
}
.heightlightes-content-wrapper:nth-child(even)  .heightlightes-content-content {
    padding: 50px 15px 50px 50px;
}
.heightlightes-content-wrapper:not(:last-child){
    margin-bottom: 120px;
}
/************* ANC Advantage *********/
.owenership{
    margin-top:100px;
    margin-bottom:100px
}
.ownership-content-wrapper{
    max-width: 1000px;
}
.ownership-image{
    margin-top: 70px;
}
.ownership-image img{
    border-radius:7px;
}
.program-stands-today{
    background-color: #E2DFD6;
    padding: 75px 0px;
}
.program-stands-today p:last-child{
    margin-bottom:0px
}
.section-partnering-with-us-area{
    padding:90px 0px;
    background-color: var(--dark-blue);
}
.section-partnering-with-us-area .ownership-content-wrapper h2{
    color: var(--white);
    margin-bottom: 30px;
}
.section-partnering-with-us-area .ownership-content-wrapper p{
    color:var(--white);
    margin-bottom: 70px;
}
.tick-icon{
    min-width: 20px;
}
.each-partnating-info{
    gap:10px
}
.section-partnering-with-us-area .partnaring-info p{
    color:#fff;
    min-width: 155px;
    margin:0px;
}
.section-partnering-with-us-area .partanring-box-info-wrapper{
    gap:50px
}
.project-timeline-area{
    margin-top:75px;
    margin-bottom: 75px;
}
.project-timeline-area h2{
    text-align: center;
    margin-bottom: 45px;
}
.step-list-area div.nav {
    gap:8px;
    border:0px
}
.step-list-area div.nav > div{
    width:calc((100% - 32px) / 5);
    height:245px;
    font-size: 51px;
    font-weight: 900;
    color: var(--yellowish-orange);
    background-color: #E2DFD6;
    border-radius: 7px;
    text-align: left;
    line-height: 50px;
    padding:20px 30px;
    cursor: pointer;
}
.step-list-area div.nav > div:after{
    display:none;
}
.step-list-area div.nav > div.active{
    background-color: var(--yellowish-orange);
    color: var(--white);
}
.step-tab-content{
    padding-top: 130px;;
    padding-left: 65px;
    padding-right: 65px;
    padding-bottom: 80px;
    background-color: #fff;
    margin-top: -60px;
    border-radius:7px;
}
.step-details-heading h3{
    font-size: 33px;
    line-height: 41px;
    font-weight:900;
}
.step-details-content p:last-child{
    margin-bottom: 0px;;
}
.project-timeline-area .container{
    max-width: 1230px;
}
.industry-member-left-content h2{
    margin-bottom: 30px;
}
.industry-membership {
    margin-top: 85px;
    margin-bottom: 85px;
}
.industry-member-right-content h5{
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
    color:var(--yellowish-orange);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.industry-member-right-content ul{
    margin:0px;
    padding:0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.industry-member-right-content ul li{
    display: flex;
}
.industry-member-right-content ul li:before{
    content:'\2192' ;
    font-family: var(--default-font);
    font-size: 15px;;
    color: var(--light-blue);
    margin-right: 5px;
}
/********* About Us **********/
.our-purpose{
    margin-top: 90px;
    margin-bottom: 90px;
}
.our-purpose-content-wrapper{
    max-width: 985px;
}
.our-values-area .container{
    max-width: 1185px;
}
.our-values-left {
    max-width: 385px;
}
.our-values-left h2{
    font-size: 33px;
    line-height: 41px;
}
.our-values-area{
    margin-top: 90px;
    margin-bottom: 90px;
}
.our-values-left img{
    border-radius:7px;
}
.value-number{
    font-size: 56px;
    line-height: 64px;
    font-weight:700;
    color: #333333;
}
.each-value-point{
    gap:27px;
}
.value-details h3{
    font-size: 27px;
    line-height: 39px;;
    font-weight: 900;
    margin-bottom: 15px;
}
.value-details p:last-child{
    margin-bottom: 0px;
}
.our-values-right {
    padding-left: 30px;
}
.our-values-right{
    row-gap: 25px;;
}
.why-alaska-native-area{
    margin-top:120px;
    margin-bottom: 120px;
}
.why-alaska-image-area img{
    border-radius: 7px;
}
.small-images-wrapper{
    margin-left: -117px;
    gap:22px
}
.why-alaska-native-area-content h2{
    font-size: 33px;
    line-height: 41px;
}
.why-alaska-native-area-content{
    padding-left: 70px;
}
.teams-area{
    margin-top: 90px;
    margin-bottom: 90px;
}
.teams-heading{
    margin-bottom: 70px;
}
.teams-heading img{
    margin-bottom: 20px;
    width: 76px;
}
.each-team a{
    display: block;
}
.each-team a img{
    border-radius: 7px;
}
.each-team h3 a{
    font-size: 33px;
    line-height: 41px;
    font-weight: 900;
    color: var(--dark-blue);
    margin-top: 20px;
    margin-bottom: 10px;
}
.each-team h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
    color: var(--yellowish-orange);
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
.team-wrapper{
    max-width: 1165px;
}
.team-wrapper .row{
    row-gap:70px
}
.faq-area{
    padding: 100px 0px;
    background-color: #E2DFD6;
}
.faq-are-left{
    max-width: 405px;
}
.faq-are-right{
    max-width: 660px;
}
.accordion {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.accordion>li>span {
    display: block;
    padding: 23px 30px 23px 30px;
    background: #1E3544;
    cursor: pointer;
	font-weight:900;
	font-size:18px;
	line-height:22px;
	color:var(--white);
    background-size: 15px;
    border-radius:7px;
    position: relative;
}
.accordion>li>div {
    list-style: none;
    padding: 0px;
    display: none;
    overflow: auto;
	font-size:15px;
	line-height:22px;
    margin: 30px;
    padding: 0;
    padding-bottom: 0px;
}
.accordion li>span.active {
    background:  #AF6E12;
}
.accordion>li>span:before{
    content:'+';
    font-size: 26px;
    line-height:normal;
    margin-right: 20px;
    color: #AF6E12;
}
.accordion>li>span.active:before{
    content:'-';
    color: #fff;
}
.accordion>li>div>p{
    margin-bottom: 0px;
}
.accordion>li>div> ul{
    padding: 0px;
    list-style: none;;
    margin-bottom: 20px;
}
.accordion>li>div ul li:before{
    content: '\2192';
    font-family: var(--default-font);
    font-size: 15px;
    color: var(--light-blue);
    margin-right: 5px;
}
.accordion>li>div> ul li ul{
    list-style: none;;
}
.accordion>li>div> ul li ul li:before{
    content: '\2192';
    font-family: var(--default-font);
    font-size: 15px;
    color: var(--black);
    margin-right: 5px;
}
/********* Career *********/
.work-matters-area-content-wrapper{
    max-width: 865px;
}
.work-matters-area{
    margin-top:70px;
    margin-bottom: 70px;
}
.work-matters-area-content-wrapper h2{
    margin-bottom: 30px;
}
.highlighted-image-area p{
    font-size: 25px;
    line-height: 37px;
    font-weight: 700;
    color: var(--yellowish-orange);
    margin-bottom: 90px;
}
.highlighted-image-area p em{
    font-size: 28px;
}
.highlighted-image-area img{
    border-radius: 7px;
}
.benefits-that-support p{
    margin-bottom: 30px;
}
.benefits-that-support h6{
    font-size: 15px;
    line-height: 25px;
    font-weight: 900;
    margin-bottom: 5px;
}
.benefits-that-support ul{
    padding-left: 18px;
}
.equal-opportunity{
    padding: 85px 0px 0px;
}
.equal-opportunity h5 a{
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
    margin-bottom: 30px;
    display: inline-block;
}
.equal-opportunity h5 a:hover{
    color: var(--dark-blue);
}
.equal-opportunity p{
    margin-bottom: 40px;
}
.contracting-with-logo-and-content{
    margin:90px 0px;
}
.contracting-with-logo-and-content-wrapper{
    max-width: 990px;
}
.contracting-with-logo-and-content-wrapper img{
    margin-bottom: 20px;
}
.contracting-tab-area .tab-list-area .nav{
    max-width: 695px;
    width: 100%;
    justify-content: space-between;
}
.contracting-tab-area .each-tab-content-left ul{
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap:12px
}
.contracting-tab-area .each-tab-content-left {
    padding: 50px 75px 10px 75px;
}
.each-tab-content-left h5{
    font-weight: 900;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
}
.contracting-tab-area .each-tab-content-left p {
    margin-bottom: 30px;
}
.contracting-tab-area .container{
    max-width: 1235px;
}
.contracting-tab-area .each-tab-content-left h2{
    margin-bottom: 20px;
}
.listing-with-arrow ul li{
    display: flex;
}
.listing-with-arrow ul li:before{
    content: '\2192';
    font-family: var(--default-font);
    font-size: 15px;
    color: var(--light-blue);
    margin-right: 5px;
}
.listing-with-arrow ul{
    row-gap:5px !important;
    margin-top: 25px;
}
.each-tab-content-right-info ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap:10px
}
.each-tab-content-details-type-two{
    padding: 75px;
}
.each-tab-content-details-type-two .each-tab-content-left{
    max-width: 435px;
}
.each-tab-content-right-info h2{
    font-size: 33px;
    line-height: 41px;
    margin-bottom: 20px;
}
.contracting-only-content-area .container{
    max-width: 1235px;
}
.contracting-content-wrapper{
    background-color: var(--white);
}
.contracting-only-left-content{
    padding: 58px 80px;
}
.contracting-only-left-content ul{
    padding-left: 18px;
    margin-bottom: 0px;
}
.contracting-only-left-content ul li{
    font-size: 16px;
    line-height: 30px;
}
.contracting-only-left-content h2{
    margin-bottom: 20px;
}
.star-images{
    gap:18px;
    flex-direction: column;
}
.star-images img{
    border-radius: 7px;
}
.casestudies-content-wrapper .casestudies-content-holder{
    max-width:1175px
}
.casestudies-content-wrapper{
    margin:120px 0px;
}
.each-case-studis img{
    margin-bottom: 25px;
    border-radius: 7px;
    width: 100%;
}
.each-case-studis span{
    font-size: 16px;
    line-height: 24px;
    font-weight:700;;
    color: #AF6E12;
    display: block;
    margin-bottom: 10px;
}
.each-case-studis h3 a{
    font-size: 27px;
    line-height: 30px;
    color: var(--dark-blue);
    font-weight: 900;
    max-width: 285px;
    display: inline-block;
    margin-bottom: 15px;
}
.casestudies-listing .row{
    row-gap: 50px;
}
.casestudies-right-area{
    max-width: 290px;
    margin-left: auto;
}
.casestudies-right-area h3{
    font-size: 33px;
    line-height: 41px;
    font-weight: 900;
    columns: var(--dark-blue);
    margin-bottom: 20px;
}
.casestudies-right-area .search-box{
    margin-bottom: 30px;
}
.category-name h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color:#333333
}
.catgory-number h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color:#333333
}
.categories-listing ul li a{
    display: block;
    padding: 10px 0px;;
    border-bottom: 1px solid #AF6E12;
}
.categories-listing ul li a:hover .category-name h5{
    color: var(--yellowish-orange);
}
.categories-listing ul li:first-child{
    padding-top: 0px;
}
.categories-listing{
    margin-bottom: 60px;
}
.each-recent-post-image img{
    border-radius: 7px;
}
.each-recent-post-image{
    min-width: 70px;
}
.each-recent-post-content h4 a{
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    display: inline-block;
    color: var(--dark-blue);
    margin-bottom: 5px;
}
.each-recent-post-content span{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: var(--yellowish-orange);
}
.each-recent-post{
    gap:30px
}
.recent-post-listing{
    gap:30px
}
.tags h4{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #333333;
}
.recent-post-listing{
    margin-bottom: 40px;
}
.tags ul{
    gap:10px;
    margin-top: 15px;
}
.tags ul li a{
    font-size: 14px;
    line-height: 24px;
    font-weight:700;
    background-color: #E2DFD6;
    border-radius: 7px;
    display: inline-block;
    padding:5px 10px;
    color: #333333;
}
.case-studies-details{
    margin-top:100px;
    margin-bottom: 100px;;
}
.case-studies-details .container{
    max-width: 1225px;
}
.case-details-images-area img{
    border-radius: 7px;
    width:100%
}
.large-image img{
    height: 544px;
    object-fit: cover;
}
.top-image img{
    height: 256px;
    object-fit: cover;
}
.thumb-image img{
    height: 256px;
    object-fit: cover;
}
.case-details-content-holder{
    margin-top: 65px;
}
.details-each-info h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #999999;
}
.details-each-info h5{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #333333;
}
.case-details-content-top-area-right .row{
    row-gap: 40px;
}
.details-each-info {
    gap:10px
}
.details-each-info .footer-social ul li a {
    border: 2px solid #333333;
    color: #333333;
}
.case-details-content-top-area-left h1{
    font-size: 57px;
    line-height: 60px;
    margin-bottom: 25px;
}
.case-details-content-top-area-left h4{
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--yellowish-orange);
    letter-spacing: 1.2px;
    font-weight: 900;
    margin-bottom: 25px;
}
.case-details-content-holder h3{
    font-size: 28px;
    line-height: 39px;
    font-weight: 900;
    color: var(--dark-blue);
    margin-bottom: 10px;
}
.case-details-content-middle-left-area ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.case-details-content-middle-left-area ul li:before{
    width:8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--light-blue);
    content:'';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.case-details-content-top-area{
    margin-bottom: 30px;
}
.each-button-content h5{
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
    color: var(--yellowish-orange);
    text-transform: uppercase;
}
.each-button-content h3{
    font-size: 29px;
    line-height: 30px;
    font-weight: 900;
	margin:10px 0px;
    color: var(--dark-blue);
}
.each-button-content p{
    max-width: 235px;
}
.each-button{
    gap:30px
}
.each-button-content p{
    margin: 0px;
}
.button-image img{
    border-radius: 7px;
}
.each-button a{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.thumb-image{
    width: calc(50% - 15px);
}
.case-details-images-area .row{
    row-gap:30px
}
.top-image{
    margin-bottom: 30px;
}
/******** Capablities Css **********/
.capablities-banner-bottom-content-wrapper{
    max-width: 988px;
}
.capablities-banner-bottom-content-wrapper p:last-child{
    margin-bottom: 0px;
}
.capablities-banner-bottom-area{
    margin-top:100px;
    margin-bottom: 100px;
}
.why-choose-us-area{
    background-color: #E2DFD6;
    padding:90px 0px;
    margin-top:100px;
    margin-bottom: 100px;
}
.why-choose-us-area:before{
    position: absolute;
    top:0px;
    width:50%;
    height:100%;
    right:0px;
    background-color: #1E3544;
    content:'';
}
.why-choose-left-part h3{
    font-size: 33px;
    line-height: 41px;
    color:#1E3544;
    margin-bottom: 50px;
    font-weight: 900;
}
.why-choose-left-part img{
    border-radius: 7px;
}
.why-choose-right-part {
    max-width: 460px;
    row-gap: 50px;
}
.each-why-choose-listing-number{
    font-size: 56px;
    line-height: 64px;
   color:var(--white);
    font-weight: 900;;
    min-width: 55px;
}
.each-why-choose-listing-content h4{
    font-size: 24px;
    line-height: 40px;
    color:var(--white);
    font-weight: 900;
    margin-bottom: 10px 
}
.each-why-choose-listing-content p{
    margin:0px;
    font-size: 15px;
    line-height: 25px;
    color:var(--white)
}
.each-why-choose-listing{
    column-gap: 40px;
}
.capablities-tab-area .container{
    max-width: 1285px;
}
.each-capablities-top-right-image{
    min-width: 540px;
    max-width: 540px;
}
.each-capablities-tab-content-details{
    background-color: #fff;
    padding-bottom: 95px;
}
.each-capablities-top-left-content{
    padding-top: 75px;
    padding-left: 95px;
    padding-right: 80px;
}
.each-capablities-top-left-content h3{
    font-size: 33px;
    line-height: 41px;
    color:#1E3544;
    margin-bottom: 25px;
    font-weight: 900;
}
.each-capablities-top-left-content p{
    margin-bottom: 40px;
}
.each-capablities-top-right-image img{
    border-radius: 7px;
}
.each-capablities-icon img{
    width: 103px;
}
.each-capablities-icon-area{
    margin-top:60px;
    margin-bottom: 60px;
    gap:17px;
    padding-left: 95px;
    padding-right: 95px;
}
.each-capablities-slider-area{
    padding-left: 95px;
    padding-right: 95px;
}
.border-area{
    height: 6px;
    background-color: var(--light-blue);
    margin-bottom: 6px;
}
.each-capablities-slide-content{
    background-color: #EBEAE7;
}
.each-capablities-slide-info{
    padding:45px 60px
}
.each-capablities-slide-info-left h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    max-width: 155px;
}
.each-capablities-slide-info-right p{
    font-size: 13px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    transition: all 0.3s ease;
}
.each-capablities-slide-info-right{
    max-width: 230px;
}

.each-capablities-slide-info-right a{
    font-weight: 900;
}
.each-capablities-slide-content > .row > .col-lg-4{
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.each-capablities-slide-content > .row > .col-lg-8{
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}
.each-capablities-slide-content-image img{
    height: 100%;
    object-fit: cover;
}
.each-capablities-slide-info-right p.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.each-capablities-slider-controller .swiper-button-next{
    right:45px;
	margin-top:0;
}
.each-capablities-slider-controller .swiper-button-prev{
    left:45px;
	margin-top:0;
}
.capablities-tab-area{
    margin-top: 100px;
    margin-bottom: 100px;
}
.benefits-of-sole-sourcing{
    padding:100px 0px;
    background-color: #FAF7F4;
}
.benefits-of-sole-sourcing .container{
    max-width: 1310px;
}
.benefits-of-sole-sourcing .container h2{
    text-align: center;
    margin-bottom: 60px;
}
.standerd-procurement-area .container{
    max-width: 1305px;
}
.standerd-procurement-area{
    padding:100px 0px
}
.sole-source-process {
    /*margin:100px 0px 0px;*/
    padding:100px 0px 50px;
    background-color: #FAF7F4;
}
.sole-source-process .container{
    max-width: 1355px;
}
.contracting-only-left-content p{
	margin-bottom:20px;
}
.search-results-section{
	margin:100px 0px;
}
.search-result-image a{
	display:block;
}
.search-result-image a img{
	width:100% !important;
	max-width:100% !important;
}
.search-result-content h4{
	font-weight:600
}
.team-single-container{
	margin:100px 0px;
}
.team-member-image{
	float: left;
    display: inline-block;
    margin-right: 30px;
	margin-bottom:30px
}
.team-member-name{
	margin-bottom:20px
}
.menu-area ul li{
	position:relative
}
.menu-area ul li ul{
	position:absolute;
	min-width:195px;
	background-color:rgba(255,255,255,0.5);
	border:1px solid #707070;
	top: calc(100% - 10px);
    left: 0px;
	margin-top:10px;
	opacity:0;
	pointer-events:none;
	transition:all 0.5s;
}
.menu-area ul li:hover > ul{
	margin-top:0px;
	opacity:1;
	pointer-events:all;
	transition:all 0.5s;
}
.menu-area ul li ul li a{
	display:block;
	font-size:11px;
	line-height:17px;
	font-weight:900;
	color:#1E3544;
	padding:10px 15px;
	text-transform:uppercase;
	white-space:nowrap;
	transition:all 0.5s;
}
.menu-area ul li ul li a:hover{
	color:#AF6E12;
	transition:all 0.5s;
}
.menu-area ul li ul li:not(:last-child) a{
	border-bottom:1px solid #707070
}
.contact-content{
	margin:100px 0px;
}
.map iframe{
	display:block;
	height:255px
}
.form-area{
	margin-top:85px;
}
.map-content{
	max-width:250px;
}
.map-content h5{
	font-weight:900;
	font-size:18px;
	line-height:22px;
	letter-spacing:1.5px;
	text-transform:uppercase;
	color:#AF6E12;
	display:inline-block;
	margin-bottom:10px;
}
.map-content p a{
	color:#000000
}
.map-content p a:hover{
	color:#AF6E12;
}
.each-map-location {
	margin-bottom:30px;
}
.mail-and-phone-info {
	margin-bottom:30px
}
.mail-and-phone-info ul{
	display:flex;
	flex-direction:column;
	gap:10px
}
.mail-and-phone-info ul li a{
	color:#000000;
	font-weight:500;
}
.mail-and-phone-info ul li a:hover{
	color:#AF6E12;
}
.desktop-contact-info .details-each-info .footer-social ul li a {
	border: 2px solid #27A8E0;
	color: #27A8E0;
}
.gfield input, .gfield  textarea{
	border:0px !important;
	background:#fff !important;
	color:#000 !important;
	font-size:16px !important;
	line-height:24px !important;
	border-radius:3px !important;
	padding: 12px 15px !important;
	height: auto !important;
}
.textarea.medium{
	height:145px !important;
	resize:none;
}
.gform-theme--foundation .gform_fields{
	row-gap:30px !important;
}
.gform_footer input{
	display: inline-block !important;
	padding: 8px 45px 8px 20px !important;
	background: var(--dark-blue) !important;
	color: var(--white) !important;
	text-decoration: none !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	font-size: 10px !important;
	line-height: 24px !important;
	text-transform: uppercase !important;
	font-family: var(--font-montserrat) !important;
	min-width:225px !important;
	border:0px !important;
	text-align: center !important;
	clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%) !important;
	transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
}
.gform_footer{
	position:relative !important;
	display: inline-block !important;
}
.gform_footer::after{
	content: "";
	position: absolute;
	right: 5px;
	top: 0;
	width: 5px;
	height: 100%;
	background: var(--dark-blue);
	transform: skewX(-40deg);
}
.gform_footer:hover input{
	background-color: var(--yellowish-orange)  !important;
	color:var(--white) !important;
	transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
}
.gform_footer:hover:after{
	background: var(--yellowish-orange) !important;
	transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
}
.pagination-wrapper{
	margin-top:60px;
	border-bottom:1px solid #1E3544;
}
.pagination-wrapper > *{
	font-size:16px;
	line-height:24px;
	color:#999999;
	font-weight:700;
	display:inline-block;
	padding:0px 30px 20px;
	position:relative
}
.pagination-wrapper > *:hover{
	color:#27A8E0
}
.page-numbers.current{
	color:#000;
}
.page-numbers.current:after{
	position:absolute;
	width:100%;
	bottom:-1px;
	left:0px;
	height:2px;
	background:#27A8E0;
	content:'';
}
.each-case-studis a{
	display:block;
	width:100%
}
.each-case-studis a img{
	width:100%;
	max-width:100% !important;
}
.menu-area .container > ul > li > a{
	text-transform:uppercase;
}
.rmp_menu_trigger{
	display:none !important
}
.rmp_menu_trigger.is-active{
	display:block !important
}
.search-result-card{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    height:100%;
    transition:.3s;
}

.search-result-card:hover{
    transform:translateY(-5px);
}

.search-result-image img{
    width:100%;
}

.search-result-content{
    padding:20px;
}

.search-result-content h4{
    font-size:18px;
    margin-bottom:10px;
}

.search-date{
    font-size:13px;
    color:#888;
    display:block;
    margin-bottom:10px;
}
.default-page{
	margin:100px 0px;
}
.default-page h3{
	font-size:33px;
	line-height:41px;
	font-weight:900;
	margin-bottom:15px;
	color: var(--dark-blue);
}
.rmp-social-icons-list{
	padding-left:30px !important;
}
.search-result{
	margin-top:100px;
	margin-bottom:100px;
}