/*
Theme Name: Itegrity Custom Theme
*/



/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smooth:antialiased;
	text-rendering:optimizeLegibility;
}

:root {
    --asphalt: #232323;
    --sun: #EB0C0C;
    --grass: #FBD04D;
    --stripe:#FFEC00;
    --blue:#07286B;
    --red:#EB0C0C;
    --lightblue:#5BA4AB;
}

.clearfix {
    clear: both;
}



html {
    overflow-x: hidden;
}
body {
    color: var(--asphalt);
    word-break: break-word;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
    line-height: 1.75;
}
p {
    margin-bottom: 2.7rem;
}
b, strong {
    font-weight: bold;
}
a, input[type="submit"], button {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
a:hover {
	color: #000;
}
.page_wrap {
    overflow-x: hidden;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    max-width: 100%;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}

img {
	max-width:100%;
	vertical-align:bottom;
    height: auto;
}
a {
	color:inherit;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.sun {
    color: var(--sun);
}
.asphalt {
    color: var(--asphalt);
}
.grass {
    color: var(--grass);
}
.stripe {
    color: var(--stripe);
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.container {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1480px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-bottom: 2rem;
}
.h1, h1 {
    font-size: clamp(4rem, 2.545rem + 7.27vw, 8rem);
    font-weight: 800;
}
.h2, h2 {
    font-size: clamp(3rem, 1.545rem + 7.27vw, 7rem);
    font-weight: 800;
}
.h3, h3 {
    font-size: clamp(2.5rem, 1.591rem + 4.55vw, 5rem)
}
.h4, h4 {
    font-size: 2.4rem;
}
.h5, h5 {
    font-size: 2rem;
}
.h6, h6 {
    font-size: 1.8rem;
}
.p, p {
	font-size: 1.25rem;
}
section ol, section ul {
    padding-left: 20px;
    margin-bottom: 2rem;
}
section ol li, section ul li {
    margin: 0 0 10px;
}
section.welcome ul {
    font-size: 24px;
}
section.welcome ul li {
    line-height: 1;
}


/* header */
.header .container {
    padding-right: 80px;
    padding-left: 80px;
}
.site_logo img.sticky_logo {
    display: none;
	max-width: 142px;
}
.site-nav img.sticky_logo {
	max-width: 142px;
}
img.sitelogo {
    max-height: 100px;
}
.sticky .site_logo img.sticky_logo {
    display: block;
}
.sticky .site_logo img.sitelogo {
    display: none;
}
.nav-trigger {
    width: 49px;
    height: 49px;
    background: url(img/hamburger.png) no-repeat center 100%;
    cursor: pointer;
}
.header .add_social_media a {
    margin-left: 20px;
    color: #fff;
}
.header.sticky .add_social_media a {
    color: #8F8F8F;
}
.add_social_media a {
    color: #8F8F8F;
    text-decoration: none !important;
}
.add_social_media a:hover {
    color: #EB0C0C;
}
.site-nav .nav-trigger {
    background-image: url(img/closebtn.png);
}
.search_div {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
}
input#s {
    padding: 2px 10px;
    border: 0;
    outline: none !important;
    font-size: 17px;
    width: 100%;
}



/* nav */
.header {
    padding: 15px 0;
    left: 0;
    right: 0;
    z-index: 99999;
    max-width: 100%;
    margin: 0 auto;
    position: fixed;
}
.header.sticky {
    padding: 5px 0;
    -webkit-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 17px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 17px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
}
.nav_logo {
    display: none !important;
    opacity: .5;
}

.nav_logo .item.pl30.pr30 {
    padding-left: 10px;
    padding-right: 10px;
}
.header.sticky .nav_logo {
    display: flex !important;
	flex-wrap: nowrap;
}
.site-nav ul {
	padding: 0;
	margin:0;
	list-style: none;
	column-count: 3;
	break-inside: avoid-column;

    @media screen and (max-width: 1000px) {column-count: 2;}
    @media screen and (max-width: 700px) {column-count: 1;}
}
.site-nav ul.main-nav > li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
	break-inside:avoid-column;
}

.site-nav ul.main-nav > li  > a {
    color: #07286B;
    font-size: clamp(1.75rem, 1.568rem + 0.91vw, 2.25rem);
    font-weight: 800;
    display: block;
    padding: 10px 0;
    display: inline-block;
    position: relative;
    line-height: 1;
}
.site-nav ul.main-nav > li > a:after {
    content: '';
    height: 15px;
    display: block;
    background: #CEE6FE;
    width: 100%;
    position: absolute;
    top: 55%;
    z-index: -1;
}
.site-nav ul.sub-menu {
	column-count:1;
	break-inside:avoid-column;
}
.site-nav ul.sub-menu li a {
    display: block;
    font-size: 1.25;
    color: #000;
    font-weight: 400;
    padding: 10px 0;
}
.site-nav ul li:hover > a, .site-nav ul li.current-menu-item > a {
     color: #EB0C0C;
     text-decoration: none;
}
.site-nav {
    position: fixed;
    width: 100vw;
    background: #fff url(img/credentialbg.png) repeat center top / 100%;
    left: -100vw;
    z-index: 999999;
    transition: .3s;
    padding: 5%;
    height: 100vh;
}
.site-nav.active {
    left: 0;
}
.wbluebar {
	position: relative;
	display: inline-block;
}
.wbluebar:after {
    content: '';
    height: 15px;
    display: block;
    background: #2968FA;
    width: 100%;
    margin-top: -20px;
}


/* Home Page Text over Video */
.slide_txt h4.aos-init.aos-animate {
    color: #5F89F8;
}

.slide_txt .container .inner p > strong {
    color: #5F89F8;
}




/* footer */
.footer {
    background-repeat: repeat;
    background-size: auto;
    background-position: center top;
    font-size: 1rem;
    font-weight: 300;
}
ul.footer-nav {
    padding: 0;
    list-style: none;
    margin: 0;
}
ul.footer-nav li {
	display: block;
	margin: 0 0 30px;
}
ul.footer-nav li a {
    font-size: 1.25rem;
    text-decoration: none !important;
    font-weight: 600;
    padding-left: 44px;
    background: url(img/longarrow.png) no-repeat left center;
}
ul.footer-nav li:hover a {
    color: var(--sun);
}
.footer_text {
    padding-top: 10px;
    font-size: 1rem;
    font-weight: 500;
}
.footer_text i.fa  {
    font-size: 30px;
    margin: 0 0 0 10px;
    position: relative;
    top: 6px;
}
.footer_text i.fa:hover  {
    color: var(--sun);
}
.footer_text a {
    display: inline-block;
    text-decoration: none;
}
.footer_text a:hover {
    color: var(--sun);
}
.footer_gallery .row>div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.footer_top .inner {
    max-width: 709px;
    background: rgba(255,255,255,.85);
    margin: 0 auto;
    padding: 20px;
}
.footer_bottom h3 {
    font-size: 16px !important;
    font-weight: 400;
    color:var(--sun);
}
.footer_bottom .container {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
}
.contact_info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.contact_info ul li a {
    font-size: 17px;
    font-weight: 600;
    padding:10px 0 10px 50px;
    background: url(img/icon_loc.png) no-repeat left center;
    display: block;
    text-decoration: none;
}
.contact_info ul li a:hover {
    color: var(--sun);
}
.contact_info ul li:nth-child(2) a {
    background-image: url(img/icon_phone.png);
}
.contact_info ul li:nth-child(3) a {
    background-image: url(img/icon_fax.png);
}
.contact_info ul li:nth-child(4) a {
    background-image: url(img/icon_mail.png);
}
.footer_bottom .add_social_media a {
    font-size: 22px;
    color: #fff;
    margin: 0 40px 0 0;
}
.footer_bottom .add_social_media a:hover {
    color: var(--sun);
}
.awards_logo.d-flex.align-items-center.justify-content-center {
    flex-wrap: nowrap;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.page_wrap * {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
*::-webkit-input-placeholder {
   color: #666;
}
*:-moz-placeholder { /* Firefox 18- */
   color: #666;
}
*::-moz-placeholder {  /* Firefox 19+ */
   color: #666;
}
*:-ms-input-placeholder {
   color: #666;
}
:focus::-webkit-input-placeholder{
     color:transparent;
}
:focus::-moz-placeholder{
     color:transparent;
}

ul.switch-links {
	padding: 0 !important;
	margin: 0;
	list-style: none;
}
ul.switch-links li {
	margin: 0 0 20px;
}
ul.switch-links a {
    font-size: 18px;
    line-height: 1;
    background-color: var(--grass);
    padding: 20px 50px 18px 20px;
    color: #fff;
    position: relative;
    -webkit-transition:  all 0.25s ease 0s;
    -moz-transition:  all 0.25s ease 0s;
    -o-transition:  all 0.25s ease 0s;
    transition:  all 0.25s ease 0s;
    display: block;
    text-decoration: none !important;
    font-weight: bold;
    text-transform: uppercase;
}
ul.switch-links a.active, ul.switch-links a:hover {
    color: #fff;
    background-color: var(--sun);
}
ul.switch-links a:before {
    display: none;
}
.switch-content {
    text-transform: none;
    padding: 20px 20px 0;
    display: none;
}
ul.switch-links a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
}
ul.switch-links a.active:after{
    transform: rotate(180deg);
}
.switch-content:first-child {
    display: block;
}

.hidden {
	display:none !important;
}
.tab_selector {
    padding-right: 0;
    list-style: none;
}
.tab_selector li {
    display: inline-block;
    margin:0 25px 10px;
}
.tab_selector li a {
    display: block;
    width: 128px;
    height: 40px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid var(--blue);
    line-height: 40px;
    border-radius: 4px;
    color: var(--blue);
}
.tab_selector li.ui-state-active a, .tab_selector li:hover a {
    border-color: var(--blue);
    background-color: var(--blue);
    color: #fff;
    text-decoration: none;
}
.outline-btn {
    border: 3px solid var(--sun);
    padding: 15px 55px 15px 35px;
    line-height: 1;
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    text-align: center;
    font-style: normal;
    color: var(--sun);
    letter-spacing: 0;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}
.outline-btn i {
    position: relative;
    right: -28px;
    margin-left: 0;
}
.outline-btn:hover {
	background-color:  var(--sun) !important;
	color: #fff !important;
	border-color:  var(--sun) !important;
}
.outline-btn.white-btn {
    color: #fff;
    border-color: #fff;
}
.outline-btn.white-btn:hover {
    background-color:  #fff !important;
    color: var(--sun) !important;
    border-color:  #fff !important;
}
.outline-btn.gray-btn {
    border-color: #B4B4B4;
    color: var(--asphalt);
}
.outline-btn.solid-btn {
    background-color: var(--sun);
    color: #fff;
    border-color: var(--sun);
}
.outline-btn.solid-btn:hover  {
    background-color: #fff !important;
    color: var(--sun) !important;
    border-color: var(--sun) !important;
}
.outline-btn.solid-btn.btn-white {
    background-color: #fff;
    color: var(--sun);
    border-color: #fff;
}
.outline-btn.solid-btn.btn-white:hover  {
    background-color: var(--sun) !important;
    color: #fff !important;
    border-color:var(--sun) !important;
}
.rounded-btn {
    border-radius: 50px;
    text-transform: none;
}
.solid-btn.white-btn {
    color: #000;
    border-color: #fff;
    background-color: #fff;
}
.solid-btn.white-btn:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: transparent !important;
}
.outline-btn.text-btn {
    color: #fff;
    border-color: transparent;
    text-decoration: underline !important;
}
.outline-btn.text-btn:hover {
    text-decoration: none !important;
}
.outline-btn.black-btn {
    color: #000;
}
.outline-btn.gray-btn {
    background-color: #CFCFCF;
    color: #000;
    border-color: #cfcfcf;
}


.our_services_items .inner:hover .text-btn  {
    text-decoration: none !important;
    background-color: var(--sun);
}
section {
	padding: 8rem 0 6rem;
}
.hero {
    padding: 0;
}

/* Item Cards */
.col-lg-6 h3.fw700 {
    font-size: 3rem;
}

/* Slider */
.slider {
    position: relative;
}
.bx-pager {
    position:absolute;
    left:0;
    right:0;
    bottom:20px;
    text-align:center;
}
.bx-pager-item {
    display: inline-block;
}
.bx-pager-item a {
    display: block;
    width: 14px;
    height: 14px;
    margin:0 5px;
    outline: 0;
    border-radius:100%;
    background: #fff;
    text-indent:-9999px;
}
.bx-pager-item a.active {
    background: #0297d9;
}
.bx-controls-direction a {
    position: absolute;
    display: block;
    width: 43px;
    height: 37px;
    top: 55%;
    margin-top: -18px;
    font-family: fontawesome;
    border: 1px solid;
    text-align: center;
    line-height: 37px;
    text-decoration: none !important;
    background: #fff;
    border: none;
    color: #000514;
    opacity: 0.3;
}

.bx-controls-direction a:hover{
    opacity: 0.6;
}


.bx-controls-direction a.bx-prev {
    left:20px;
}
.bx-controls-direction a.bx-next {
    right:20px;
}
.slider ul {
    padding:0;
    margin:0;
    list-style:none;
}
.slide_txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    color: #fff;
    text-align: center;
}
.slide_txt .container {
    max-width: 1200px;
}
.slide_txt .inner h2 {
    color: #fff;
    font-size: 11rem;
    font-weight: 800;
    line-height: .9;
    margin: 0;
}
.slide_txt h3 {
    font-size: 3.6rem !important;
    color: #fff;
    font-weight: 400;
    padding-top: 5vw;
}
.slide_txt .inner h4, .slide_txt .inner p {
    color: var(--lightblue);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 50px;
}
.slide_txt .inner{
    position: relative;
    top: 5vw;
}
body .arve-video {
    width: 100%;
}
.add_grid_content .row>div:first-child .inner {
    max-width: 700px;
}
.add_grid_content .row:not(.flex-row-reverse)>div:first-child .inner {
    float: right;
}
.oc_section_title h2 {
    font-weight: 800;
    color: var(--blue);
    margin: 0 0 10px;
}
.our_services_items {
    margin-top: -15px;
}
.our_services_items .inner {
    border: 1px solid #C9E0FF;
    padding: 30px;
    margin: 0 auto;
	max-width: 500px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    transition: all .25s;
}
.our_services_items .inner:hover {
    background: #fff;
}
.our_services_items .inner:hover > h3, 
.our_services_items .inner:hover > h4, 
.our_services_items .inner:hover > p {
    color: #000;
}
.servicespage .our_services_items .inner h3, 
.servicespage .our_services_items .inner h4, 
.servicespage .our_services_items .inner p {
    color: #000;
}
.servicespage .our_services_items .inner {
    border-color: #B5B5B5;
    max-width: 450px;
}
.servicespage .outline-btn.text-btn {
    color: #000;
}
.quality_items_div .inner {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    height: 100%;
}
.add_grid_content h3 {
    color: var(--blue);
    font-weight: 800;
}
.latest-news img {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #D2D2D2;
    margin: 0 0 30px;
}
.latest-news strong.date {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    color: #616161;
    margin: 0 0 10px;
}
.innerblog .page-header-banner {
    background-image: url(img/innerblogbg.jpg);
}
.innerblog img.postimg {
    margin: -30px auto 0;
    border-radius: 12px;
    display: block;
}
.moreBox {
    display: none;
}
.cont-item.odd .serviceimg {
    float: right;
    margin: 5px 0 20px 40px;
    max-width: 50%;
}
.cont-item.even .serviceimg {
    float: left;
    margin: 5px 40px 20px 0;
    max-width: 50%;
}
.services_items ul {
    color: var(--blue);
    font-weight: bold;
}
.skip_to_content {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url(img/skiptocontent.png);
}
.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}
.aboutpage .quality_items_div .inner {
    justify-content: flex-start;
    padding: 20px;
    height: 315px;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    background: url(img/control.png) no-repeat center / 100% !important;
    text-indent: -99999px;
    outline: none !important;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel .owl-nav .owl-next {
    right: 0;
    transform: rotate(180deg);
}
.owl-carousel .owl-nav button:hover {
    opacity: .8;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .gfield textarea.large {
    background: #F3F3F5;
    border: 0;
    padding: 12px 15px;
    font-size: 20px;
    color: #000;
}
.gform_wrapper.gravity-theme .gform_footer input {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: var(--red);
    border: 0;
    width: 217px;
    height: 57px;
    border-radius: 50px;
}
.contracting_content h3, .mv_add_content h3 {
    margin-bottom: 30px;
    font-weight: 800;
    color: var(--blue);
    display: inline-block;
    position: relative;
}
.contracting_content h3:after, .mv_add_content h3:after {
    content: '';
    height: 15px;
    display: block;
    background: #CEE6FE;
    width: 100%;
    margin-top: -20px;
}
.add_grid_content .row>div:first-child {
    padding-left: 40px;
    padding-right: 40px;
}
.maxw50p {
    max-width: 50%;
}
.latest-news .row .inner {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}
.quality_items_div {
    background-size: 100%;
    background-repeat: repeat;
}
.Leadership {
    background: #f5f5f3;
}

.Leadership .photo{
    position:relative;
}
.Leadership .photo .fl-social-icons{
    position: absolute;
    background: url(img/redbg.png) left top / 100%;
    width: 100%;
    height: 47px;
    z-index: 1;
    bottom: 0;
}

.Leadership .photo .fl-social-icons a {
    color: #fff;
    font-size: 30px;
    margin-left: 15px;
    margin-top: 14px;
    text-decoration: none !important;
    transition: all .25s;
}
.Leadership .photo .fl-social-icons a:hover {
    transform: scale(1.1);
}

.Leadership .item{
    padding-bottom: 35px;
    margin-bottom: 70px;
    position: relative;
}

.Leadership .item:after{
    border-bottom: 1px solid #dfdfde;
    content: '';
    width: 100%;
    display: block;
    margin: 0 15px;
    position: absolute;
    bottom: 0;
}

.Leadership .item:last-child:after{
    display:none;
}

.Leadership .item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}

.Leadership .item h2{
    margin-bottom:5px;
}

.Leadership .item .role{
    margin-bottom:25px;
    font-size: 1.125rem;
}

.IO.Section .item{
    text-align:center;
}

.IO.Section .item h3 {
    margin-top: 30px;
    font-size: 2.4rem;
    margin-bottom: 10px;
    color: var(--blue);
}

.IO.Section .item .image{
    background: #fff;
    text-align: center;
    border: 1px solid #dddddc;
    box-shadow: 0px 0px 1px #dddddc;
    height: 330px;
    display: table-cell;
    vertical-align: middle;
    width: 600px;
}

.IO.Section .item .image img{
    max-height: 80%;
}
.Grid.Section .item a:after{
    content:'';
    background-image:url(img/glass.png);
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-color: rgba(235,12,12,0.65);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    opacity: 0;
    transition: all .3s;
}
.Grid.Section .item:hover a:after{
    opacity: 1;
}

/*Fix Card title size */
.item .inner > h3, 
.item .inner > h4 {
    font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
}
#accordion{
    margin-bottom:40px;
}
#accordion .panel-default>.panel-heading{
    background-color: #f5f5f3;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    padding: 15px 20px;
}
#accordion .panel{
    border: none;
    border-radius: 0;
}
#accordion .panel-title{
    font-size: 21px;
    color: #000514;
}
#accordion .panel-title a {
    color: #000514!important;
    text-decoration: none;
    display: block;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: unset;
    background-image: url(img/arrow1.png);
    padding-right: 30px;
}
#accordion .expands .panel-title .collapsed{
    background-image: url(img/arrow2.png);
}
#accordion .panel-body {
    padding: 20px;
    font-size: 16px;
}
.toggle-btn {
    cursor: pointer;
}
.toggle-container {
    display: none;
}






/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 1rem;
	line-height:1;
	margin:0;
	padding:0 4px 5px;
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}








/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* Desktop */
.ForMobile {
    display:none !important;
}
@media screen and (min-width:0) and (max-width:1799px) {
    .site-nav ul.main-nav > li {
        float: none;
        width: 100% !important;
        text-align: center;
    }
} 

@media screen and (min-width:0) and (max-width:1439px) {
    .header .add_social_media a {
        margin-left: 15px;
    }
} 

@media screen and (min-width:0) and (max-width:1365px) {
    .header .container {
        padding-right: 60px;
        padding-left: 60px;
    }
    .our_services_items .inner {
        padding: 20px;
    }
    .our_services_items .inner .outline-btn.text-btn {
        font-size: 1rem;
    }
    .header .add_social_media a {
        margin-left: 10px;
    }
} 

@media screen and (min-width:0) and (max-width:1199px) and (orientation: portrait) {
	body .arve-video {
    	width: 991px !important;
    	height: 550px  !important;
    	position: relative;
    	left: 50%;
    	-ms-transform: translateX(-50%);
    	transform: translateX(-50%);
	}
}

@media screen and (min-width:0) and (max-width:1199px) {
    .header .container {
        padding-right: 40px;
        padding-left: 40px;
    }
    .site-nav ul.sub-menu li a {
        font-size: 16px;
        line-height: 1.4;
    }

    .slide_txt .inner h4, .slide_txt .inner p {
        margin-bottom: 20px;
    }
    .our_services_items {
        margin-top: -35px;
    }
}


/* Mobile */
@media screen and (min-width: 0) and (max-width: 991px) {
    .ForMobile {
        display:block !important;
    }
    .ForDesktop {
        display:none !important;
    }
    header.active  {
        position: fixed;
    }
    body {
        min-width:320px;
    }
    .header .row>div:nth-child(2) {
        display: none;
    }
    .header .row>div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .header .row>div:nth-child(3)>div:first-child {
        order: 2;
    }
    .header .row>div:nth-child(3)>div:last-child {
        order: 1;
    }
    .header.sticky .nav_logo {
        display: none !important;
    }
    .header .add_social_media a {
        margin: 0 20px 0 0;
    }
    .header.sticky .add_social_media a {
        color: var(--red);
    }
    .sitelogo {
        width: 100px;
    }
    .footer_bottom .row>div:nth-child(1) {
        order: 1;
    }
    .footer_bottom .row>div:nth-child(2) {
        order: 3;
    }
    .footer_bottom .row>div:nth-child(3) {
        order: 2;
    }
    .footer_bottom .row>div:nth-child(4) {
        order: 4;
    }
    .footer_bottom .row>div:nth-child(5) {
        order: 5;
    }
    .footer_bottom .row>div{
        padding-bottom: 20px;
    }
    .footer_bottom {
        padding-top: 60px;
    }
    .footer_bottom .row>div:nth-child(4), .footer_bottom .row>div:nth-child(5) {
        text-align: center;
    }
    .footer_bottom .row>div:nth-child(4) {
        padding-bottom: 0;
    }
    .footer_bottom .row>div:nth-child(5){
        padding: 0 0 50px;
    }
    .page-header-banner .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .footer_bottom .add_social_media a {
        margin: 0 20px;
    }
    .site-nav .add_social_media a {
        margin: 0 5px;
    }
    .site-nav ul.main-nav > li {
        float: none;
        width: 100% !important;
        text-align: center;
    }
} 

@media screen and (min-width:0) and (max-width:767px) {
    .cont-item.odd .serviceimg, .cont-item.even .serviceimg {
        float: none;
        max-width: 100%;
        display: block;
        margin: 0 auto 20px;
    }
    .maxw50p {
        max-width: 100%;
    }
    .bottom_logo .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .site-nav .row>div:nth-child(1) {
        order: 1;
        text-align: left !important;
    }
    .site-nav .row>div:nth-child(2) {
        order: 3;
    }
    .site-nav .row>div:nth-child(3) {
        order: 2;
    }
    .site-nav .row>div:nth-child(1), .site-nav .row>div:nth-child(3) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .site-nav ul.main-nav > li {
        float: none;
        width: 100% !important;
        text-align: center;
    }
    .site-nav {
        overflow: auto;
        padding:20px;
    }
    .site-nav .row>div:nth-child(1) .add_social_media {
        display: none;
    }
    .site-nav .row>div:nth-child(3) .add_social_media {
        display: block !important;
    }
    .header .container {
        padding-right: 20px;
        padding-left: 20px;
    }
   
    .outline-btn {
        font-size: 16px;
    }
    .add_grid_content_div {
        text-align: center;
    }
    .add_grid_content>.row {
        padding-bottom: 20px;
    }
    .latest-news .row>div {
        margin-bottom: 50px;
    }
    .WAC.Section .row>div:last-child{
        height: 300px;
    }
    #accordion .panel-title {
        font-size: 18px;
    }
    section ul {
        list-style: inside;
    }
} 

@media screen and (min-width:0) and (max-width:575px) {
	.slide_txt {
    	bottom: 10px;
	}
	.slide_txt .inner h2 {
    font-size: 8rem;
	}
	.slide_txt .inner h4, .slide_txt .inner p {
    	font-size: 1rem;
	}
	.header .add_social_media a {
    	margin-right: 5px;
	}
	.site-nav .add_social_media a {
    	margin: 0 2px;
    	font-size: 12px;
	}
} 

@media screen and (max-width:400px) {
    body {padding:0;}	
} 






/* ======================== */
/*    2025 UPDATES   */
/* ======================== */
.mas-link,
.mas-link:active,
.mas-link:visited {
   color: var(--blue);
}
.mas-link:hover,
.mas-link:focus {
   color: var(--red);
   text-decoration: underline;
}

.text-balanced {
    text-wrap: balance;
}
.mas-card .mas-link,
.mas-card .mas-link:active,
.mas-card .mas-link:visited {
    color: #fff;
}
.mas-card:hover .mas-link,
.mas-card:hover .mas-link:active,
.mas-card:hover .mas-link:visited, 
.mas-card:focus .mas-link,
.mas-card:focus .mas-link:active,
.mas-card:focus .mas-link:visited {
    color: var(--red);
}

.mas-card:hover .outline-btn,
.mas-card:hover .outline-btn:active,
.mas-card:hover .outline-btn:visited, 
.mas-card:focus .outline-btn,
.mas-card:focus .outline-btn:active,
.mas-card:focus .outline-btn:visited {
    background-color: var(--red);
    color: #000;
}

.mas-card-grid-3 {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2rem;
}	
@media screen and (min-width: 600px) {
.mas-card-grid-3 {
	grid-template-columns: repeat(2, 1fr);
	}
}
	
@media screen and (min-width: 900px) {
.mas-card-grid-3 {
	grid-template-columns:  repeat(3, 1fr);
}
}

.mas-card {
	border: 1px solid rgba(0,0,0,0.3);
	padding: 2rem;
	text-align: center;
	display: flex;
    flex-flow: column;
    justify-content: flex-start;
    color: #fff;
    background-color: var(--blue);
}
.mas-card h3, .mas-card p {
    color: #fff !important;
}

.mas-card:hover h3, .mas-card:focus h3,
.mas-card:hover p, .mas-card:focus p  {
    color: #000 !important;
}

.mas-card h3, .mas-card p {
    color: #fff !important;
}
.mas-card:hover, .mas-card:focus {
    color: #000;
    background-color: #fff;
}
.mas-card .text-btn, .mas-card .text-btn:visited {
    color: #fff !important;
}
.mas-card .text-btn:hover, .mas-card .text-btn:focus {
    color: #000 !important;
}
.mas-card-title {
	font-weight: bold;
	font-size: 27px;
	line-height: 1.2;
	text-wrap: pretty;
}
.mas-card ul {
	list-style-type: none;
	font-size: 1.25rem;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.mas-card .btn-holder {
	margin-top: auto;
	padding-top: 16px;
}
.mas-card .btn {
	min-width: 160px;
	min-height: 20px;
	line-height: 30px;
	border: none;
}
.mas-3-list {
	text-align: center;
}
.mas-3-list li {
    display: inline-block;
	font-weight: bold;
	font-size: 25px;
    padding: .125rem 1rem;
    border-left: 1px solid #0067b1;
    border-right: 1px solid #0067b1;
}
.mas-3-list li::marker {
	color: #0067b1;
}
.careerdiv h2 {
    margin-block: 6rem 2rem;
}
.hideat750 {
    display: block;
    @media screen and (max-width: 750px) {display: none;}
}

.showat750 {
    display: none;
    @media screen and (max-width: 750px) {display: block;}
}
.march-right {
    float: right;
    max-width: 50%;
    margin-left: 10px;
}



/* ======================== */
/*    2025 HOMEPAGE   */
/* ======================== */
 .header-mast-2025 {
    position: relative;
    min-height: 600px;
    width: 100%;
    overflow: hidden;
    padding: 175px 20px 100px;
}
.header-mast-2025::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.25;
    z-index: 1;
}
.header-mast-wrap {
    text-align: center; 
    position: relative;
    z-index: 4;
}
.header-mast-2025 video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.header-mast-wrap h1 {
    font-size: clamp(2.188rem, -0.653rem + 14.2vw, 10rem) !important; 
    color: #fff;
    font-weight: 800;
    line-height: 1.1;
    margin-left: -40%;
}
.header-mast-wrap h1 .red {
    margin-left: 20%;
    display: block;
}
.header-mast-wrap h1 .hmw-last {
    margin-left: 50%;
	margin-top: -5px;
    display: block;
}
.header-mast-wrap h2, .intro_text {
    font-size: clamp(20px, 1.023rem + 1.14vw, 30px) !important; 
    color: #fff;
    font-weight: 400;
    padding-top: 24px; 
    margin-bottom: 16px;
    text-wrap: balance;
}
.header-mast-wrap p {
    margin-bottom: 30px;
    color: #98b2f6;
    font-weight: 700;
}
.header-mast-wrap ul {
    margin-bottom: 30px;
	padding-inline: 0;
    color: #98b2f6;
    font-weight: 700;
}
.header-mast-wrap ul li {
    display: inline-block;
    text-decoration: none;
    text-wrap: nowrap;
    padding: 0 1.25rem;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;

    @media screen and (max-width: 700px) {
        display: block;
        border: none;
    }
}
.mas-h3-clamp {
    font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem) !important;
}
.section_title {
    font-size: clamp(2.188rem, 0.71rem + 7.39vw, 6.25rem) !important; 
}

/*  HOMEPAGE CERTIFICATIONS */
.quality_items {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-gap: 1rem;

    @media screen and (max-width: 1000px) {grid-template-columns: repeat(4,1fr);}
    @media screen and (max-width: 700px) {grid-template-columns: repeat(2,1fr);}
}
.mas-img-spacer {
    display: grid;
    grid-template-columns: 1fr;
    height: 160px;
    align-content: center;
    margin-bottom: 0.5rem;
}
.mas-img-spacer img {
    max-height: 150px;
    width: auto;
    margin-inline: auto;
}
.quality_items .inner p {
    line-height: 1.1;
    clear: both;
}


/*  CLIENT LIST */
.client-list-wrap {
    display: grid;
    grid-template-columns: repeat(11,1fr);
    grid-gap: 1rem;

    @media screen and (max-width: 1000px) {grid-template-columns: repeat(6,1fr);}
    @media screen and (max-width: 700px) {grid-template-columns: repeat(3,1fr);}
}
.oc_section_title {
    text-wrap: balance;
}


/* ======================== */
/*    2025 ABOUT US   */
/* ======================== */
.section_text p {
    margin-bottom: 1rem;
    text-wrap: pretty;
}
.mv_add_content h3 {
    font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem) !important;
}
.quality_items .inner h6 {
    font-size: 16px !important;
}
.quality_items .mas-cert-image {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    height: 200px;
    margin-bottom: 0.5rem;
}
.quality_items .mas-cert-image img,
.owl-carousel .owl-item img {
    max-height: 90%;
    width: auto !important;
}

.ourclientspage .client_list .oc_section_title p {
    font-size: 1.5rem !important;
}


/* ======================== */
/*    2025 Benefits   */
/* ======================== */
.benefits-head {
    font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem) !important;
    padding: 6rem 2rem 3rem;
}
.benefits-2nd-head {
    font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem) !important;
    text-align: left;

    @media screen and (max-width: 800px) {text-align: center}
}
.benefits-grid {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem; 
    list-style-type: none;
    text-align: center;

    @media screen and (max-width: 1200px) {grid-template-columns: repeat(4, 1fr);}

    @media screen and (max-width: 900px) {grid-template-columns: repeat(3, 1fr);}

    @media screen and (max-width: 600px) {grid-template-columns: repeat(2, 1fr);}
}
.benefits-grid li {
    margin: 0;
    padding: 1rem;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 5px;
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    line-height: 1.1;
    min-height: 200px;
    text-wrap: balance;
}
.benefits-grid li img {
    max-width: 40%;
    height: auto;
    display: block;
    margin-inline: auto;
    margin-bottom: 0.5rem;
}



/* ======================== */
/*    2025 CEO LETTER   */
/* ======================== */
.letterofpage h1 {
    font-size: clamp(3rem, 1.364rem + 8.18vw, 7.5rem);
}
.letterofpage h2 {
    font-size: 2rem;
}
@media screen and (max-width: 800px){
.CorporateValues {
    margin-top: 0;
    padding-top: 0;
}
.OurVision {
    padding-bottom: 2rem;
    padding-top: 2rem;
}
}



/* ======================== */
/*    2025 CEO LETTER   */
/* ======================== */
.leadershippage .fl-content-full .item h3 {
    font-size: clamp(3rem, 2.364rem + 3.18vw, 4.75rem);
}





/* ======================== */
/*    2025 QUALITY  */
/* ======================== */
.int_org_title {
    font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
}
.int_org_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;

    @media screen and (max-width: 800px) {grid-template-columns: repeat(2, 1fr);}
}
.int_org_grid h4 {
    margin: 0;
    padding: 1.5rem 0;
    font-size: clamp(1rem, 0.636rem + 1.82vw, 2rem) !important;
    text-align: left;
}
.int_org_grid p {
    text-align: left;
    padding-right: 20px;
}
.mas-qual-cols {
    column-count: 1;
    margin-bottom: 2rem;

    @media screen and (min-width: 800px) {column-count: 2;}
}
.mas-qual-cols li {
    padding-right: 20px;
    break-inside: avoid-column;
}





/* ======================== */
/*    2025 NEWS  */
/* ======================== */
.latest-news h4 {
     font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}





/* ============================ */
/*    2025 DATA & ANALYTICS     */
/* ============================ */
.danda {
    max-width: 75ch;
    margin-inline: auto;
}
.danda-head {
    font-weight: bold;
    color: #07286B;
    font-size: clamp(3rem, 2.5rem + 2.5vw, 4.375rem);
}
.danda-head:not(:first-of-type) {
    margin-top: 6rem;
    padding-top: 3rem;
    border-top: 1px dotted #07286B;
}
.danda-icon {
    float: left;
    margin-right: 10px;
    max-width: 50%;
}
.danda-body {
    max-width: 75ch;
}






/* ============================ */
/*    Careers -- Hot Jobs    */
/* ============================ */
.hotjobslist {
    list-style-type: none;
}
.hotjobslist li {
    margin: 0;
    padding: 0;
    border-top: 1px dotted var(--blue);
}
.hotjobslist li:last-child {
    border-bottom: 1px dotted var(--blue);
}
.hotjobslist li a:before {
    content: '';
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='gold' d='M341.5 45.1C337.4 37.1 329.1 32 320.1 32C311.1 32 302.8 37.1 298.7 45.1L225.1 189.3L65.2 214.7C56.3 216.1 48.9 222.4 46.1 231C43.3 239.6 45.6 249 51.9 255.4L166.3 369.9L141.1 529.8C139.7 538.7 143.4 547.7 150.7 553C158 558.3 167.6 559.1 175.7 555L320.1 481.6L464.4 555C472.4 559.1 482.1 558.3 489.4 553C496.7 547.7 500.4 538.8 499 529.8L473.7 369.9L588.1 255.4C594.5 249 596.7 239.6 593.9 231C591.1 222.4 583.8 216.1 574.8 214.7L415 189.3L341.5 45.1z'/></svg>");
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 10px;
}
.hotjobslist li a, .hotjobslist li a b {
    display: block;
}
.hotjobslist li a, .hotjobslist li a:visited {
    background-color: #fff;
    color: #000;
    padding: 1rem  0.25rem 1rem 3.25rem;
    margin: 0;
    position: relative;
    transition: 0.5s ease;
}
.hotjobslist li a:focus, .hotjobslist li a:hover {
    color: #fff;
    background-color: var(--blue);
}