/* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap'); */

@import url(dx-icons-2.css);
@import url(dx-icons-2-ie7.css);
@import url(dx-icons-2-ie7-codes.css);
@import url(dx-icons-2-embedded.css);
@import url(dx-icons-2-codes.css);
@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?16801024');
    src: url('../font/fontello.eot?16801024#iefix') format('embedded-opentype'),
         url('../font/fontello.woff?16801024') format('woff'),
         url('../font/fontello.ttf?16801024') format('truetype'),
         url('../font/fontello.svg?16801024#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontello1';
    src: url('../font/fontello1/font/fontello.eot?59207151');
    src: url('../font/fontello1/font/fontello.eot?59207151#iefix') format('embedded-opentype'),
         url('../font/fontello1/font/fontello.woff?59207151') format('woff'),
         url('../font/fontello1/font/fontello.ttf?59207151') format('truetype'),
         url('../font/fontello1/font/fontello.svg?59207151#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.inner-page-wrapper{
    margin-top:91px;
    position: relative;
    z-index:1;
}
.main-content-wrapper{
    width:100%;
    margin:80px auto 0 auto; 
    position: relative;
}
.inner-page-wrapper .whatwedo-wrapper{
    margin-top:-80px;
}
.inner-page-banner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;  
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    margin:0 auto;  
    color:#fff;
    position: relative;
    overflow: hidden;
}
/*the design for career page 2023*/
.inner-career-banner{

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width:100%;
    height: 350px;
    margin:0px auto;  
    color:#fff;
    position: relative;
    overflow: hidden;
    
}
.inner-career-banner .content{
    display:grid;
    grid-template-columns: auto auto;
    grid-gap: 50px;
    position: absolute;
    z-index: 2;
    margin:50px 20px;
   
}
.inner-career-banner .content h2{
    font-size:43px !important;
   text-align: right;
   text-align-last: right;
   text-transform: none !important;
   line-height:50px;
}
.inner-career-banner .content .career-btn-div, .career-btn-bottom{
    display:flex;
     -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.view-career-btn, .bottom-career-btn{
  background-color: #6699cc;
  color: white !important;
  text-decoration:none;
  text-transform: uppercase;
  padding: 13px 28px;
  font-weight:700;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  border-radius:25px;
  /*box-shadow: 0px 3px 5px #0000004a;*/
  /*text-shadow: 1px 1px 2px black;*/
  line-height:20px;
  transition: all 0.2s ease;
}
.view-career-btn:hover, .bottom-career-btn:hover{
     background-color: #669999;
}
.inner-career-banner .content .career-btn-div .internship-link, .career-btn-bottom .internship-link-bottom{
    font-size: 11px;
    color:#5786b1;
    display:none;  /* this should change*/
}
.career-slider-parent{
        display: grid;
    grid-template-columns: 30% 70%;
    grid-gap: 20px;
    margin:50px 0px 50px 20px;
    
}
.apv-life h4{
    font-size:30px !important;
}
.apv-life p{
font-size:20px;
line-height: 30px;

}
.career-slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  padding-left: 50px; 
  
  padding-right: 50px;
}

.career-slideshow-container .career-Slides .img-slide{
    float:left;
width: 50%;
height: 320px;
}
.career-slideshow-container .career-Slides img{
width: 100%;
height:inherit;

}
/* Next & previous buttons */
.career-slideshow-container .prev, .career-slideshow-container .next {
  cursor: pointer; 
  width: auto;
  padding: 16px;
  margin-top: 100px;
  color: gray;

  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 2px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.career-slideshow-container .next {
position:absolute;
  right: 0;
  border-radius: 3px 0 0 2px;
}
.career-slideshow-container .prev{
position:absolute;
left: 0;

}

/* On hover, add a black background color with a little bit see-through */
.career-slideshow-container .prev:hover, .career-slideshow-container .next:hover {
  color: rgba(0,0,0,0.8);
}

/* Caption text */
.career-slideshow-container .career-Slides .career-text {
  color: black;
  font-size: 15px;
  padding: 30px;
  width: 50%;
  float:right;
  background-color:#ebe1df;
  height: 320px;
 
}
.career-text p{
    
    color: black;
}
.career-text span{
    font-size: 13px !important;
    text-transform:uppercase !important;
}
/* The dots/bullets/indicators */
.career-slideshow-container .dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 20px 2px;
  background-color: white;
  border-radius: 50%;
  border: solid 1px black;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.career-slideshow-container .activeCareer, .career-slideshow-container .dot:hover {
  background-color:  #0e3860;
}

.apv-career-culture{
    background-color:#E5E7E9;
   
 
}
.apv-career-culture p{
    font-size: 35px;
    line-height: 40px;
    color:black;
    padding:20px;
    margin:10px 0px;
}
.apv-career-quote{
    background-color:#E5E7E9;
     margin-bottom:-80px !important;
 
}
.apv-career-quote p{
    font-size: 20px;
    line-height: 35px;
    color:black;
    padding:10px;
    margin:10px 0px;
}

.apv-career-benefit{
    background-color: #0e3860;
    padding:40px 0px;
}
.apv-career-benefit h4{
    margin:0px 0px 30px 20px;
}
.apv-career-benefit-content{
    display: grid;
    grid-template-columns: 50% 50%;
    margin:10px 20px;
}
.apv-career-benefit-content ul{
    list-style-type: none;
    padding:0px;
    margin:0;
}
.apv-career-benefit-content ul li{
    color: white;
    line-height:35px;
}
.interview-process .interview-process-content{
    margin: 0px 20px;
}
.interview-process{
    border-bottom:solid 5px #F2F3F4;
}
.career-footer{
    position: relative;
        display:flex;
     -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    text-align: center;
 
   
}
  #topBtn{
            position: fixed;
        background-color: transparent;
        background-repeat: no-repeat;
         border: none;
        cursor: pointer;
        display: none;
        z-index: 99;
        right: 5px;
        bottom:300px;
        }
        .top-btn-bottom{
            display: flex;
    cursor:pointer;
     -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.top-btn-bottom .bottom-up-btn {
        transform:rotate(-90deg) !important;
        background-color:black;
        color:white;
        font-size:30px;
        border-radius:50%;
        padding:5px 10px 5px 10px;
        text-decoration: none !important;
}


.top-btn-bottom .back-to-top{
    font-size:12px !important;
    color:black !important;
    font-weight:bold;
    text-decoration: none !important;
}
  /*the style for career page ends here*/
  .bg-image {
    /* The image used */
    background-image: url("../images/what-we-do-banner.jpg");    
    /* Add the blur effect */
    filter: blur(6px);
    -webkit-filter: blur(6px);    
    /* Full height */
    
    height: 105%;
    width: 105%;
    position: absolute;
    left: -5px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bg-image::before{
      content:"";
      width:100%;
      height: 100%;
      position: absolute;
      left:0;
      top:0;
      background-color: rgba(0,0,0,0.5);
  }
.inner-page-banner .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 55%;
    padding: 20px;
    text-align: center;
}
.inner-page-banner a{
    color:#fff;
}
.inner-page-banner h2{
    text-align: center;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 200;
    font-size: 60px;
    margin-top: 0;
    text-transform: lowercase;
    padding-top: 10px;
}
.inner-page-banner h3{
    text-align: center;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 300;
    font-size: 36px;
    margin-top: 0;
    text-transform: lowercase;
    padding-top: 10px;
}
.whatwedo-wrapper{
    width: 100%;
    margin: 0 auto;
    padding:80px 0 40px 0;
    position: relative;
}
.inner-page-banner h3::after{
    content:":";
}
.apv-whatwedo{
    width: 1000px;
    margin:0 auto;
    max-width: 100%;
    min-height: 500px;    
}
.apv-whatwedo::before{
    content:"";
     position: absolute;
     height: calc(100% - 80px);
     width:1px;
     background-color: #ee3b34;
     top:-80px;
     left:0;
     bottom: 0;
     right: 0;
     margin:auto;

}
.apv-whatwedo .whatwedo-list{
    width: 100%;
    margin:0 auto 0 -29px;
    max-width: 100%;
    clear:both;
}
.apv-whatwedo .whatwedo-list .list-card{
    width:860px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 70px auto;
}
.apv-whatwedo .whatwedo-list .list-card:nth-child(even){
    flex-direction: row-reverse;
    margin: 0 60px 70px 60px;
    text-align: right;
}
.apv-whatwedo .whatwedo-list .list-card .image-block{
    width:390px;
    height:230px;
}
.apv-whatwedo .whatwedo-list .list-card .image-block img{
    width: 100%;
    height:100%;
    max-width: 100%;
}
.apv-whatwedo .whatwedo-list .list-card .cont-sec{
    width:440px;
}
.apv-whatwedo .whatwedo-list .list-card .cont-sec h3{
    font-size: 40px;
    color: #000;
    margin-top: 0;
    padding-top: 0;
}
.apv-whatwedo .whatwedo-list .list-card .cont-sec p{
    max-width: 95%;
}
.apv-whatwedo .whatwedo-list .list-card:nth-child(even) .cont-sec p{
    max-width: 100%;
}
.apv-whatwedo .whatwedo-list .list-card:nth-child(even) .cont-sec a{
    text-align: right;
    justify-content: flex-end;
}
.apv-whatwedo .whatwedo-list .list-card:last-child{
    margin-bottom: 0;
}
.bg-circle.apv-whatwedo-pos1{
    top: -2%;
    left: -8%;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, right top, from(#7697b3), color-stop(75%, #d4dfea), to(hsla(0, 0%, 100%, 0)));
    background-image:  linear-gradient(90deg, #7697b3, #d4dfea 75%, hsla(0, 0%, 100%, 0));
}
.bg-circle.apv-whatwedo-pos2{
    top: 53%;
    left: inherit;
    right: -5%;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    z-index: -1;
    background-image: -webkit-gradient(linear, left top, right top, from(#b7cde0), color-stop(75%, #e8f0f9), to(hsla(0, 0%, 100%, 0)));
    background-image:  linear-gradient(90deg, #b7cde0, #e8f0f9 75%, hsla(0, 0%, 100%, 0));        
}
.apv-readyto-started{
    width: 100%;
    height: 325px;
    margin:0 auto;
    max-width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
     /*box-shadow: 0 -1px 15px 6px #dadada; */
}
.apv-readyto-started::after{
    content:"";
    display:block;
    background: url(../images/APV-overlay.svg) right bottom no-repeat;
    position: absolute;
    right: 0;
    /* bottom: -11px; */
    background-size: 21%;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: right;
    mix-blend-mode: overlay;
    opacity: 0.72;
}
.apv-readyto-started .readyto-content{
    position: relative;
    z-index:1;
}
.verticle-text{
    writing-mode:tb-rl;
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);
    white-space:nowrap;
    display:block;
    font-weight: 600;
    font-size: 25px;
    top: 0;
    left: -32px;
    bottom: -23px;
    position: absolute;
    color:#e8e8e8;
    z-index: -1;
}
.apv-readyto-started .content-block{
    max-width: 60%;
    margin:0 auto;
}
.apv-readyto-started h2{
    color:#f05049;
    font-weight: 200;
    margin-bottom: 25px;
}
.apv-readyto-started .content-block p{
    margin-bottom:20px;
}
.btn{
    display: inline-block;
    margin:5px 8px;
    color:#fff!important;
    padding: 11px 28px;
    border:1px solid transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-decoration: none;
    border-radius: 25px;
    text-align:center;
    min-width:180px;    
    box-shadow: 0px 5px 3px -3px #828282;
}
.btn:hover{
    opacity:0.8;
}
.btn.btn-primary{
    background-color:#ee3b34;
}
.btn.btn-primary.outline{
    color:#ee3b34!important;
    background-color:transparent;
    border:1px solid #ee3b34;
    box-shadow: 0px 5px 3px -3px #cecdcd;
}
/* // Services page */
.services-details{
    width:100%;
    margin:0 auto;
}
.services-intro{
    width:66%;
    margin:0 auto;
}
.services-intro h2{
    margin-top:0;
    padding-top:0;
    font-size:40px;
    text-transform: inherit;
    margin-bottom: 20px;
}
.services-intro p{
    margin-bottom:25px;
    clear:both;
}
.services-intro ul, .services-intro ol, .services-intro table, .services-intro strong, .services-intro b, .services-intro a, .services-intro span, .services-intro h2, .services-intro h3, .services-intro h4, .services-intro h5, .services-intro h6{
    clear: both;
}
.img-right{
    float: right;
    margin-left:15px;
    margin-bottom:15px;
    max-width:100%;
}
.img-left{
    float: left;
    margin-right:15px;
    margin-bottom:15px;
    max-width:100%;
}
.service-features-list{
    width:100%;
    margin:40px auto 0 auto;
    /* box-shadow: 0 6px 50px -15px rgb(0 0 0 / 70%); */
}
.service-features-list .features-card{
    width:100%;
    /* height: 280px; */
    height: auto;
    background-color: #0e3860;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin:0 auto;
}
.service-features-list .features-card .list-container{
    width:66%;
    height: 100%;
    margin:0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    color:#fff;
    padding: 25px 0;
}
.service-features-list .features-card:nth-child(even){
    background-color: #2f669c;     
}
.service-features-list .features-card:nth-child(even) .list-container{
    flex-direction: row-reverse;
}

/*This is for the blogs for services*/

.services-details .articles_blogs_design{
    width: 90%;
  max-width: 1240px;
  margin: 50px auto;
}

.services-details .articles_blogs_design .blogs-row-design{
     display: grid;
  
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: auto;
  grid-gap: 20px;
  
}
.services-details .articles_blogs_design .blogs-row-design .views-col{
  background: white;
  text-decoration: none;
  color: #444;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  top: 0;
  transition: all .1s ease-in;
  padding-bottom:30px;
  border-radius: 25px;
}

.services-details .articles_blogs_design .blogs-row-design .views-col img{
    width: 100%;
    height: 100%;
    border-radius: 25px 25px 0px 0px;
}
.services-details .articles_blogs_design .blogs-row-design .views-col p{
        margin:10px 20px;
}

.services-details .articles_blogs_design .blogs-row-design .views-col .views-field-body p {
    color: #646464;
    font-size: 16px;
}
.services-details .articles_blogs_design .blogs-row-design .views-col .views-field-title{
     margin:0px 20px;
}
.services-details .articles_blogs_design .blogs-row-design .views-col h4 a {
    text-decoration: none;
    color: #EE3B34;
    font-weight: 600;
    font-size: 20px;
}
.services-details .articles_blogs_design .blogs-row-design .views-col .views-field-field-published-date .field-content{
    
    margin:0px 20px;
}

/*Mathlanding page style*/
.mathlandingContent .slider_name{
  margin-top:150px;          
}
.mathlandingContent, .mathlandingContent2{
    margin: 0px 15%;
}
.mathlandingContent2{
    margin-bottom: 100px;
    margin-top:50px;
}

/*This is for apv portfolio page*/

#apv-portfolio-parent .filter-portfolio form{
    width:50%;
  display:grid;
   grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
#apv-portfolio-parent .portfolio-grid-parent{
    width:100%;
}
#apv-portfolio-parent .portfolio-grid-parent .views-view-grid .portfolio-row{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-template-rows: auto;
  grid-gap: 20px;
}
#apv-portfolio-parent .views-view-grid .portTitle h2{
    line-height: 10px !important;
     margin:10px 20px;
}
#apv-portfolio-parent .views-view-grid .portTitle h2 a{
    text-decoration: none;
    font-size:20px;
    color:black !important;
    font-weight: 300;
    text-transform: capitalize;
}
#apv-portfolio-parent .views-view-grid .portThumb a img{
     width: 100%;
    height: 150px;
    border-radius: 25px 25px 0px 0px;   
}
#apv-portfolio-parent .views-view-grid .portfolio-column{
  background: white;
  text-decoration: none;
  color: #444;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  top: 0;
  transition: all .1s ease-in;
  padding-bottom:30px;
  border-radius: 25px;
}

article #apv-portfolio-content{
    display:block;
    width:80%;
    margin: 0 auto;
}
article #apv-portfolio-content .field--name-field-videomod .field__item .field__item video{
    margin: 0 auto;
}
@media only screen and (max-width: 600px) {
    .services-details .articles_blogs_design .blogs-row-design{
        
         display: grid;
         grid-template-columns: repeat(1,1fr);
  
}
.mathlandingContent, .mathlandingContent2{
     margin: 0px 5%;
}
.mathlandingContent .slider_name{
  margin-top:100px;          
}
.mathlandingContent2{
    margin-bottom: 100px;
    margin-top:50px;
}

#apv-portfolio-parent .filter-portfolio form{
    display:grid;
    grid-template-columns: repeat(1,1fr);
    width:100%;
    grid-gap: 10px;
    
}
#apv-portfolio-parent .portfolio-grid-parent .views-view-grid .portfolio-row{
      display: grid;
      grid-template-columns: repeat(1,1fr);
 
}
/*This section is for career page 2023*/
.container .row .col-sm-12 .page-title{
    margin:10px 0px !important;
}
.inner-career-banner{
    height: 300px;
}
.inner-career-banner .content{
    display:flex;
    flex-direction: column-reverse;
    grid-gap: 10px;
    margin:10px;
   
}
.apv-life{
    margin-top:20px;
}
.apv-life p{
font-size:16px;
line-height: 20px;
}
.inner-career-banner .content h2{
   font-size:20px !important;
   text-align: center;
   text-align-last: center;
   text-transform: none !important;
   line-height:25px;
}
.inner-career-banner .content .career-btn-div{
    display:flex;
    flex-direction: column;
    margin:10px 0px;
}
.career-slider-parent{
    display:flex;
    flex-direction: column;
    grid-gap: 40px;
    margin:10px;
    
}
.career-slideshow-container {
  padding-left: 0px; 
  padding-right: 0px;
}
.career-slideshow-container .career-Slides .img-slide{
  float: none;
  width:100%;
  height:auto;
}

.career-slideshow-container .career-Slides .career-text{
    float: none;
    width:100%;
    height:auto;
}
.career-slideshow-container .prev, .career-slideshow-container .next {
display:none;
}
.apv-career-culture p{
    font-size: 20px;
    line-height: 30px;
    color:black;
    padding:0px;
    margin:20px 10px;
}
.apv-career-benefit{
    padding: 10px;
}
.apv-career-benefit .apv-career-benefit-content{
    margin:0px 0px 20px 0px !important;
    grid-template-columns:100%;
}
.apv-career-benefit h4{
    margin: 20px 0px 30px 0px;
}
.interview-process .interview-process-content {
  margin: 0px 0px 0px 10px;
}
.interviewDesk{
    display:none;
}
.interviewPhone {
    display:block !important;
}
.coreValueDes{
    display:none;
}
.coreValuePhone {
    display:block !important;
}
.top-btn-bottom .back-to-top{
    font-size:9px !important;
}
#topBtn{
    display:none !important;
}
}
@media only screen and (max-width: 768px){
    #apv-portfolio-parent .filter-portfolio form{
    width:100%;
}
#apv-portfolio-parent .portfolio-grid-parent .views-view-grid .portfolio-row{
      display: grid;
      grid-template-columns: repeat(2,1fr);
 
}
}
.features-card .list-container .content-section{
    flex: 1;
    margin-right: 40px;
    color: #fff;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
    font-weight:200;
}
.features-card .list-container .content-section ul, .features-card .list-container .content-section ol{
    font-weight:200;
    letter-spacing: 1px;
    font-size:15px;
}
.service-features-list .features-card:nth-child(even) .list-container .content-section{
    margin-left: 40px;
    margin-right: 0;
    padding-right: 0;
    padding-left: 10px;
}
.features-card .list-container .content-section::-webkit-scrollbar {
    width:.4em;
}
.features-card .list-container .content-section::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.features-card .list-container .content-section::-webkit-scrollbar-thumb {
    background-color: #ee3b34;
}
.features-card .list-container .content-section h3{
    margin-top:0;
    padding-top:0;
    text-transform: capitalize;    
    font-size: 35px;
}
.features-card .list-container .content-section h3, .features-card .list-container .content-section p{
    color:#fff;
}
.features-card .list-container .content-section p{
    letter-spacing: 1px;
    font-size:15px;
    font-weight: 200;
}
.features-card .list-container .img-section{
    width:352px;
    height:352px;
    margin:0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border:1px solid #fff;
    border-radius: 100%;
}
.features-card .list-container .img-section .img-bg{
    width:319px;
    height:319px;
    margin:0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    background-color:#2c5074;
    border-radius: 100%;
}
.features-card .list-container .img-section .img-bg img{
    height: 40%;
}
.apv-clients-wrapper, .apv-contract-vehicles-wrapper{
    width:100%;
    margin:0 auto;
}
.apv-clients-container, .apv-contract-vehicles-container{
    width:912px;
    margin:0 auto;
    max-width: 100%;
}
.clients-list-group, .contract-vehicles-list-group{
    margin-bottom:60px;
}
.clients-list-group h3, .contract-vehicles-group h3{
    border-bottom:2px solid #bfd8f8;
    padding-top: 0;
    font-weight: 400;
    font-size: 32px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color:#0b4b8a;
    text-transform: lowercase;
}
.clients-grid, .contract-vehicles-grid{
    display: grid;
    grid-gap: 35px;
    align-items: flex-start;
    grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
    text-align: center;
}
.clients-grid .img-sec, .contract-vehicles-grid .img-sec{
    height:108px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}
.clients-grid .img-sec img, .contract-vehicles-grid .img-sec img{
    max-width:100%;
    max-height: 108px;
}
.clients-grid h5, .contract-vehicles-grid h5{
    color: #646464;
}
.clients-grid h5 a, .contract-vehicles-grid h5 a{
    color: #646464;
    text-decoration: none;
}
.client-grid-item:hover a, .contract-vehicles-item:hover a{
    color: #ee3b34;
    text-decoration: none;
}

.apv-certifcations-wrapper{
    width:100%;
    margin:0 auto;
}
.apv-certifcations-container{
    width:1000px;
    margin:0 auto;
    max-width: 100%;
}
.apv-ccdetails{
    width:912px;
    margin:0 auto;
    max-width: 100%;
}

.d-flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.certifcations-list-group{
    margin-bottom:60px;
}
.certifcations-list-group h3{
    border-bottom:2px solid #bfd8f8;
    padding-top: 0;
    font-weight: 400;
    font-size: 32px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color:#0b4b8a;
    text-transform: lowercase;
}
.certifcations-grid{
    display: grid;
    grid-gap: 60px 10px;
    align-items: flex-start;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    text-align: center;
}
.certifcations-grid .img-sec{
    height:108px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
}

.certifcations-grid .img-sec img{
    max-width:100%;
    max-height: 108px;
}
.certifcations-grid h5{
    color: #646464;
    text-transform: uppercase;
}
.certifcations-grid h5 a{
    color: #646464;
    text-decoration: none;
}
.certifcations-grid-item:hover a{
    color: #ee3b34;
    text-decoration: none;
}
.back-to-page{
    display: inline-block;
    background: url(../images/icon-back-arrow.svg) 0 center no-repeat;;
}
.back-to-page a{
    display:block;
    text-decoration: underline;
    color:#2f679c;
    font-weight: 600;
    font-size:14px;
    text-transform: uppercase;
    padding-left: 15px;
    cursor: pointer;
}
.apv-details-content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content:space-between;
    margin:30px auto 60px auto;
}
.apv-details-content .content-block{
    flex:1;
    padding-right:50px;
}
.apv-details-content .img-block{
    width:200px;
}
.apv-details-content .img-block img{
    max-width: 100%;
}
.apv-details-content h2{
    font-weight: 700;
    text-transform: inherit;
    padding-top:0;
    margin-top:0;
    font-size: 38px;
}
.apv-details-content p{
    margin-bottom:15px;
}
.details-box{
    width:400px;
    min-height:250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}
.details-box table{
    width:100%;
    border:none!important;
    min-height: 200px;
}

.details-box td{
    width:50%;
    padding:5px 15px;
    vertical-align: top;
}
.details-box td p{
    margin-bottom:0;
    font-size:15px;    
}
.details-box a{
    color: #2f669c;    
    font-weight: 600;
    text-decoration: none;
}
.details-box tr:first-child td{
    padding-top:25px;    
}
.details-box tr:first-child td:first-child{
    border-top:1px solid #12518d;
}
.details-box tr:first-child td:last-child{
    border-top:1px solid #a5a5a5;
}
.details-box tr:last-child td:last-child{
    border-bottom:1px solid #a5a5a5;
}
.details-box tr:last-child td:first-child{
    border-bottom:1px solid #12518d;
}
.details-box td:first-child{
    background-color: #2f669c; 
    border-left:1px solid #12518d;  
    border-right:1px solid #12518d;
}
.details-box td:last-child{ 
    border-right:1px solid #a5a5a5;
}
.details-box td:first-child p{
    color:#fff;
    text-align: right;
    font-weight: 600;
}
.apv-testimonials-wrapper{
    width:100%;
    margin:0 auto 40px auto;
    position:relative;
}
.apv-testimonials-container{
    width:910px;
    margin:0 auto;
    max-width:100%;
    position:relative;
    color: #2f669c; 
}
.apv-testimonials-container::before{
    content:"";
    background:url("../images/red-quote.svg") no-repeat;
    display:inline-block;
    width:108px;
    height:86px;
    background-size: contain;
    position: absolute;
    left: -100px;
}
.apv-testimonials-container::after{
    content:"";
    background:url("../images/red-end-quote.svg") no-repeat;
    display:inline-block;
    width:108px;
    height:86px;
    background-size: contain;
    position: absolute;
    right: -100px;
    bottom: 0;
}
.apv-testimonials-container h5{
    color: #2f669c;    
    font-weight: 600;
    text-decoration: none;
    margin-bottom:0;
}
.apv-testimonials-container h5::before{
    content:"";
    width:20px;
    height: 2px;
    background-color: #ee3b34;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: -4px;
}
.apv-testimonials-container p{
    color: #2f669c; 
    font-size:15px;
    margin-bottom: 15px;
}
.testimonials-card{
    padding:65px;
    border-radius:25px;
    margin-bottom:35px;
    position: relative;
    z-index: 2;
    background: #e5ecf4; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #e5ecf4 0%, #f7f9fc 47%, #FFFFFF 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #e5ecf4 0%,#f7f9fc 47%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #e5ecf4 0%,#f7f9fc 47%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ecf4', endColorstr='#fff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.testimonials-card:nth-child(even){
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fafbfd+0,edf2f5+53,e5ecf4+100 */
    background: #f7f9fc; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #fff 0%, #f7fafb 53%, #e5ecf4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,   #fff 0%,#f7fafb 53%,#e5ecf4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #fff 0%,#f7fafb 53%,#e5ecf4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #fff', endColorstr='#e5ecf4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.apv-readyto-started.blue-theme{
    background-color: #1f466a;
    position: relative;
    box-shadow: 0 -1px 15px 6px #dadada;
    margin-top: 80px;
}
.apv-readyto-started.blue-theme h2, .apv-readyto-started.blue-theme .content-block p{
    color:#fff;
}
.apv-readyto-started.blue-theme .btn.btn-primary{
    color:#316ba0!important;
    background-color: #ffffff;
    box-shadow: none!important;
}
.apv-readyto-started.blue-theme .btn.btn-primary.outline {
    color:#fff!important;
    background-color: transparent;
    border: 1px solid #ffffff;
    box-shadow: none!important;
}
.blue-theme .verticle-text{
    color:#316ba0;
}
.apv-team-wrapper{
    width:100%;
    margin:0 auto;
}
.apv-team-container{
    width:910px;
    max-width:100%;
    margin:0 auto 60px auto;
}
.apv-team-card-list{
    display: grid;
    grid-gap: 60px 10px;
    align-items: flex-start;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    text-align: center;
}
.apv-team-list-item{
    border-radius:100%;
}
.apv-team-list-item .img-box img{
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #707070;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: block;
    margin:0 auto;
}
.apv-team-list-item a{
    justify-content: center;
}
.apv-team-list-item h3{
    font-size: 22px;
    font-weight: 600;
}
.apv-team-list-item h6{
    color: #2F679C;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.6px;
}
.user-login-form{
    margin: 120px auto 60px auto;
    width:550px;
    max-width: 100%;
}
input, select, textarea{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #646464;
    border-radius: 5px;
    min-height: 40px;
    opacity: 1;
    padding:5px 10px;
    width: 100%;
    resize: none;
    box-shadow: 0px 3px 6px #d2d2d2;
}
input:focus, select:focus, textarea:focus{
    outline: none;
}
#edit-actions{
    text-align: center;
    margin-top: 26px;
}
.apv-contactus-container #edit-actions{
    text-align: left;
    margin-left: 0;
}
.apv-contactus-container #edit-submit{
    margin-left: 0;
    height: 50px;
}
.apv-contactus-container #edit-submit:hover{
    opacity: 0.8;
}
.form-item{
    margin-bottom: 15px;
}
.description{
    font-size: 14px;
}
#edit-submit{
    display: inline-block;
    margin:5px 8px;
    color:#fff!important;
    padding: 11px 28px;
    border:1px solid transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-decoration: none;
    border-radius: 25px;
    text-align:center;
    min-width:180px;    
    box-shadow: 0px 5px 3px -3px #828282;
    background: #2F679C 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 5px #0000004A;
    width: auto;
    cursor: pointer;
}
#edit-submit:focus{
    outline: none;
}
.dashboard_container{
    max-width: 1170px;
    margin: 0 auto 100px auto;
}
.dashboard_container .row{
    margin-left: -15px;
    margin-right: -15px;
}
.dashboard_container .col-md-12 {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.dashboard_container .col-md-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.dashboard_container h2 {
    font-size: 24px;
    word-break: break-word;
    text-transform: capitalize;
}
.dashboard_container ul {
    margin: 0;
    padding: 0;
}
.dashboard_container ul ul{
    margin: 0;
    padding-left: 15px;
}
.dashboard_container ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.dashboard_container a {
    color: #337ab7;
    text-decoration: none;
}
/* // Team details */
.apv-team-list-item.horizontal{
    width:100%;
    margin-top: 35px;
    border-radius: none;    
}
.apv-team-list-item.horizontal .img-box img{
    margin:0;
}
.apv-team-list-item.horizontal .item-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom:25px;
}
.apv-team-list-item.horizontal .item-box .content-sec{
    flex:1;
    padding-left: 40px;
}
.apv-team-list-item.horizontal a {
    justify-content: flex-start;
    text-transform: uppercase;
}
.apv-team-list-item.horizontal h3 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0;
    padding-top: 0;
    letter-spacing: 0;
}
.apv-team-list-item.horizontal h6{    
    font-size: 20px;
}
.bio-phone{
    text-transform: uppercase;
    margin-left:25px;
}
label{
    color: #2F679C;
    font-weight: 600;
}
label.form-required::after{
    content:"*";
    margin-left:3px;
}

/* // News and details */
.inner-page-wrapper .apv-news-wrapper{
    margin-top:-80px;
}
.apv-news-container{
    width: 912px;
    margin:0 auto 60px auto;
    max-width: 100%;
    min-height: 500px;    
    padding-top: 80px;
}
.news-article-list-group{
    display: grid;
    grid-gap: 35px;
    align-items: center;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
.news-list-box{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #d2d2d2;
    border: 1px solid #a5a5a5;
    border-radius: 20px;
    height: 330px;
    padding:32px;
}
.news-list-box:hover{
    border: 1px solid #2F679C;
}
.news-list-box .date{
    margin-bottom: 0;
}

.news-list-box .news-title{
    color: #EE3B34;
    font-weight: 600;
    font-size: 20px;
    margin: 15px 0;
    height:70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}
.news-list-box .news-title a{
    text-decoration: none;
    color: #EE3B34;
}
.new-desc p{
    height:100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
}
.new-desc a{
    color: #2F679C;
    word-break: break-all;
}
.news-list-box .basic-link{
    margin-top:18px;
}
article [typeof="schema:WebPage"]{
    width: 50%;
    margin: auto;
    text-align: center;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #ed3b34;
    font-weight: 600;
}
.apv-pagination{
    width: 912px;
    margin:0 auto 40px auto;
    max-width: 100%;
    border-top:1px solid #c5c5c5;
    padding-top:40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center;
}
.apv-prev{
    background: url(../images/icon-back-arrow.svg) 0 no-repeat;
    display: inline-block;
    background-size: contain;
    width: 8px;
    cursor: pointer;
    position: relative;
    top: -5px;
}
.apv-next{
    background: url(../images/icon-back-arrow.svg) 0 no-repeat;
    display: inline-block;
    background-size: contain;
    width: 8px;
    transform: rotate(180deg);
    cursor: pointer;
    position: relative;
    top: -5px;
}
.page-num-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center;
    margin:0 10px;
}
.page-num-list .page-num{
    font-weight: 600;
    cursor: pointer;
    color: #2F679C;
    text-transform: uppercase;
    position: relative;
    top: -6px;
    margin: 0 5px;
}
.page-num-list .page-num.active{
    color:#ee3b34;
}
.page-num-list .page-num.active a{
    color:#ee3b34;
}
.page-num-list .page-num:hover{
    color:#ee3b34;
}
.page-num-list .page-num a{
    color: #2F679C;
    text-decoration: none;
}
.news-details-block{
    width:100%;
    margin:25px auto 0 auto;
}
.news-details-block h3{
    color: #EE3B34;
    font-size:30px;
    font-weight: 600;
    margin-top:0;
    padding-top: 0;
}
.news-details-block a{
    color: #2F679C;
    word-break: break-all;
}
.news-details-block .date{
    text-transform: lowercase;
    margin-bottom: 20px;
}
/* // Contact Us */
.inner-page-wrapper .apv-contactus-wrapper{
    margin-top:-80px;
}
.apv-contactus-container .js-form-type-select{
    width: 48.5%;
}
select{
    -webkit-appearance: none; 
    appearance: none;
    background: url("../images/droppdown-arrow.jpg") 97% center no-repeat;
    background-size: 16px;
}
select::-ms-expand {
    display: none;
}

.apv-contactus-container{
    width: 912px;
    margin:0 auto 40px auto;
    padding-top: 80px;
    max-width: 100%;
}
.mandatory-info{
    font-size:14px;
    margin:10px 0;
}
.mandatory-info span{
    color:#316ba0;
    font-weight: 600;
    font-size: 16px;
}
.apv-contact-address{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-left: 4%;
}
.apv-contactus-container .w-col-4{
    padding-right:0;
}
.apv-contact-address .location{
    background: url(../images/icon-location.svg) no-repeat;
    background-position: 0 3px;
    padding-left: 25px;
    background-size: 12px;
    margin-bottom: 8px;
}
.apv-contact-address .phone{
    background: url(../images/icon-phone.svg) no-repeat;
    background-position: 0 5px;
    padding-left: 25px;
    background-size: 14px;
    margin-bottom: 8px;
}
.apv-contact-address .fax{
    background: url(../images/icon-fax.svg) no-repeat;
    background-position: 0 5px;
    padding-left: 25px;
    background-size: 14px;
    margin-bottom: 8px;
}
.apv-contact-address .e-mail{
    background: url(../images/icon-email.svg) no-repeat;
    background-position: 0 5px;
    padding-left: 25px;
    background-size: 14px;
}
.apv-contact-address a{
    color: #646464!important;
    text-decoration: none;
}
.apv-contact-address a:hover{
    color: #ee3b34!important;
    text-decoration: none;
}
/* // Temporary styles */
/* .path-news-and-events, .page-node-type-news{
    font-family: neue-haas-grotesk-display, sans-serif;
    color: #646464;
    font-size: 16px;
    line-height: 150%;
}
.path-news-and-events #content_top, .path-news-and-events #content-wrap, .page-node-type-news #content_top, .page-node-type-news #content-wrap{
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}
.path-news-and-events #content_top:before, .path-news-and-events #content_top:after, .page-node-type-news #content_top:before, .page-node-type-news #content_top:after {
    display: table;
    content: " ";
}
.path-news-and-events .page-title, .page-node-type-news .page-title {
    font-family: 'Oswald', 'Open Sans',sans-serif;
    line-height: 1.15;
    font-weight: 300;
    color: #f42623;
    font-size: 32px;
}
#block-nexus-page-title h1:not(:empty) {
    margin-top: 0.75em;
    margin-bottom: 0.375em;
    clear: both;
    display: block;
}
.path-news-and-events .row, .page-node-type-news .row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before, .row:after {
    display: table;
    content: " ";
}
#primary, #sidebar {
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.path-news-and-events #inner-page-wrapper .col-sm-12, .page-node-type-news #inner-page-wrapper .col-sm-12 {
    width: 100%;
}
.path-news-and-events #inner-page-wrapper .col-1, .path-news-and-events #inner-page-wrapper .col-2, .path-news-and-events #inner-page-wrapper .col-3, .path-news-and-events #inner-page-wrapper .col-4, .path-news-and-events #inner-page-wrapper .col-5, .path-news-and-events #inner-page-wrapper .col-6, .path-news-and-events #inner-page-wrapper .col-7, .path-news-and-events #inner-page-wrapper .col-8, .path-news-and-events #inner-page-wrapper .col-9, .path-news-and-events #inner-page-wrapper .col-10, .path-news-and-events #inner-page-wrapper .col-11, .path-news-and-events #inner-page-wrapper .col-12,  .path-news-and-events #inner-page-wrapper .col-sm-1, .path-news-and-events #inner-page-wrapper .col-sm-2, .path-news-and-events #inner-page-wrapper .col-sm-3, .path-news-and-events #inner-page-wrapper .col-sm-4, .path-news-and-events #inner-page-wrapper .col-sm-5, .path-news-and-events #inner-page-wrapper .col-sm-6, .path-news-and-events #inner-page-wrapper .col-sm-7, .path-news-and-events #inner-page-wrapper .col-sm-8, .path-news-and-events #inner-page-wrapper .col-sm-9, .path-news-and-events #inner-page-wrapper .col-sm-10, .path-news-and-events #inner-page-wrapper .col-sm-11, .path-news-and-events #inner-page-wrapper .col-sm-12, .path-news-and-events #inner-page-wrapper .col-lg-1, .path-news-and-events #inner-page-wrapper .col-lg-2, .path-news-and-events #inner-page-wrapper .col-lg-3, .path-news-and-events #inner-page-wrapper .col-lg-4, .path-news-and-events #inner-page-wrapper .col-lg-5, .path-news-and-events #inner-page-wrapper .col-lg-6, .path-news-and-events #inner-page-wrapper .col-lg-7, .path-news-and-events #inner-page-wrapper .col-lg-8, .path-news-and-events #inner-page-wrapper .col-lg-9, .path-news-and-events #inner-page-wrapper .col-lg-10, .path-news-and-events #inner-page-wrapper .col-lg-11, .path-news-and-events #inner-page-wrapper .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.path-news-and-events h1, .path-news-and-events h2, .path-news-and-events h3, .path-news-and-events h4, .path-news-and-events h5, .path-news-and-events h6, .page-node-type-news h1, .page-node-type-news h2, .page-node-type-news h3, .page-node-type-news h4, .page-node-type-news h5, .page-node-type-news h6 {
    clear: both;
    font-family: 'Oswald', 'Open Sans',sans-serif;
    font-weight: 400;
    line-height: 1.15;
    color: #326698;
}
.path-news-and-events h3, .page-node-type-news h3{
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top:0;
}
.path-news-and-events a:hover, .page-node-type-news a:hover{
    color:#000;
}
.path-news-and-events a:link, .page-node-type-news a:link {
    text-decoration: none;
}
.path-news-and-events a, .page-node-type-news a {
    color: #326698;
}
.path-news-and-events p, .page-node-type-news p {
    margin: 0 0 20px;
}
.views-col{
    padding:0 15px;
}
.path-news-and-events hr, .page-node-type-news hr {
    border: solid rgba(0, 0, 0, 0.2);
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}
.path-news-and-events .main-content-wrapper, .page-node-type-news .main-content-wrapper{
    margin-bottom:20px;
} */
.footer-contact-link, .footer-page-link{
    color:#fff!important;
}
.footer-contact-link:hover {
    color: #ee3b34!important;
    text-decoration: underline!important;
}
.footer-page-link:hover {
    color: #bddcff!important;
}
.nav-link{
    color: #585858!important;
}
.w-dropdown-link{
    color: #222222!important; 
}
.nav-link:hover, .w-dropdown-link:hover {
    color: #ee3b34!important;
}
.w-dropdown-list .w-dropdown-toggle .nav-link.dd-link{
    padding-left: 5px;
    text-transform: capitalize;
}
#drupal-live-announce{
    display: none;
}
.inner-page-wrapper a{
    color: #316ba0;
}
.apv-details-content table{
    border: 1px solid #a5a5a5;
    margin-bottom: 25px;
}
.apv-details-content table th{
    background-color: #2f669c;
    border:1px solid#2f669c;
    color: #fff;
    font-weight: 600;
}
.apv-details-content table th, .apv-details-content table td{
    padding: 5px 15px;
    font-size: 15px;
}
.apv-details-content table a{
    text-decoration: none;
}
/* // careers */
.apv-careers-container{
    width:915px;
    margin:0 auto;
    max-width: 100%;
}
.apv-careers-container ul{
    margin:0 0 20px 0;
    padding:0;
}
.apv-careers-container ul li{
    list-style-type: none;
    background: url(../images/icon-checkmark.svg) no-repeat;
    background-size: 20px;
    background-position: 0 5px;
    padding-left: 33px;
    margin-bottom: 9px;
}
.group-ul ul{
    column-count: 2;
    column-gap: 40px;
}
.group-ul li{
    color: #2F679C;
    font-weight: 600;
}
.apv-careers-wrapper{
    position: relative;
}
.apv-careers-wrapper a{
    word-break: break-all;
    color: #337ab7;
}
.apv-careers-container h3{
    color: #2F679C;
    text-transform: lowercase;
    font-weight: 500;
    font-size: 31px;
}
.apv-careers-container h5{
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
    color:#ee3b34;
}
.current-openings-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top:25px;
    margin-bottom: 40px;
    /* grid-auto-rows: 1fr; */
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}
.job-list-box{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 3px #d2d2d2;
    border: 1px solid #a5a5a5;
    border-radius: 20px;
    padding: 23px;
    height: 262px;
}
.job-list-box p{
    font-size: 15px;
    line-height: 20px;
    height:60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}
.job-list-box:hover{
    border: 1px solid #2F679C;
}
.job-list-box .job-type{
    margin-bottom: 0;
    color: #2F679C;
}
.job-list-box .job-title{
    color: #2F679C;
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.job-list-box .job-location{
    color: #2F679C;
    font-weight: 600;
    font-size: 15px;
    margin: 10px 0;
    background: url(../images/icon-location.svg) no-repeat;
    background-position: 0 3px;
    padding-left: 20px;
    background-size: 12px;
}
.job-list-box .job-title a{
    text-decoration: none;
    color: #2F679C;
}
.job-desc a{
    color: #2F679C;
    word-break: break-all;
}
.job-list-box .basic-link{
    margin-top:10px;
}
.job-list-box .basic-link p{
    font-size:12px;
}
.apv-careers-details-container{
    width:915px;
    margin:0 auto 40px auto;
    max-width: 100%;
}
.apply-position{
    width: 277px;
    height: 44px;
    background: #EE3B34 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 5px #0000004A;
    border: 1px solid #FFFFFF;
    border-radius: 500px;
    opacity: 1;
    text-align: center;
    text-transform: uppercase;
    color:#fff;
    line-height: 42px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    margin: 25px 0 35px 0;
}
.apply-position a{
    color:#fff;
    display: block;
    cursor: pointer;
    text-decoration: none;
}
.apply-position a:hover{
    opacity: 0.8;
}
.apv-careers-details-container .apv-location{
    background: url(../images/icon-location.svg) no-repeat;
    background-position: 0 3px;
    padding-left: 25px;
    background-size: 12px;
    margin-bottom: 8px;
    color: #2F679C;
    font-weight: 600;
}
.apv-careers-details-container h2{
    font-weight: 700;
    font-size: 38px;
    text-transform: capitalize;
    color: #2F679C;
}
.apv-careers-details-container h3{
    font-size: 30px;
    text-transform: lowercase;
    font-weight: 500;
    margin-top: 10px;
}
.apv-careers-details-container ul{
    padding:0;
    margin:0;
}
.apv-careers-details-container ul li{
    list-style-type: none;
    background: url(../images/bullet-dot.jpg) no-repeat 0 9px;
    padding-left: 20px;
    background-size: 6px;
    margin-bottom: 6px;
}
.apv-careers-info{
    width: 100%;
    border-top:1px solid #ee3b34;    
    margin: 50px 0 0 0;
    padding-top: 50px;
}
.apv-careers-info h4{
    color:#ee3b34;
    padding-top: 0;
    margin-top: 0;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}
.bg-circle.apv-careers-pos1{
    left: inherit;
    bottom: inherit;
    top: 5%;
    width: 14vw;
    height: 30vh;
    right: -2%;
    background-image: -webkit-gradient(linear, left top, right top, from(#bcc0c3), color-stop(75%, #ebf0f6), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, #bcc0c3, #ebf0f6 75%, hsla(0, 0%, 100%, 0));
}
.bg-circle.apv-careers-pos2{
    right: inherit;
    top: inherit;
    left: -50px;
    bottom: -60px;
    width: 15vw;
    height: 32vh;
    background-image: -webkit-gradient(linear, left top, right top, from(#f1f1f1), color-stop(100%, #a9bfd0), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(90deg, #f1f1f1, #a9bfd0 100%, hsla(0, 0%, 100%, 0));
}
.nav-dropdown{
    display: block;
}
.nav-dropdown .w-dropdown-list .w-dropdown-list{
    left: 100%;
    top: 12px;
}
.vehiclesmain {
    display: inline-block;
    float: left;
    width: 80%;
    padding-right: 2em;
}
.vehiclescol {
    float: right;
    display: inline-block;
    width: 20%;
}
.vehiclesmain2 {
    display: inline-block;
    float: left;
    width: 70%;
    padding-right: 2em;
}
.vehiclescol2 {
    float: right;
    display: inline-block;
    width: 30%;
}
/* @media (max-width:1169px){
    .path-news-and-events #content_top, .path-news-and-events #content-wrap, .page-node-type-news #content_top, .page-node-type-news #content-wrap{
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 0 25px;
    }
} */
/* // Temporary styles */

@media (max-width:1260px){
    .verticle-text{
        left:0;
    }
    .container{
        max-width: 90%!important;
    }
}
@media (max-width:1110px){
    .apv-testimonials-container::before, .apv-testimonials-container::after{
        display: none!important;
    }
}
@media (max-width:1026px){
    .bg-circle.apv-whatwedo-pos1{
        width: 300px;
        height: 300px;
    }
    .bg-circle.apv-whatwedo-pos2{
        width: 200px;
        height: 200px;
        top: 53%;
        left: inherit;
        right: -5%;
    }
}
@media (max-width:1024px){
    .dashboard_container{
        width:90%;
    }
    .apv-testimonials-container::before{
        left:-50px;
        width: 58px;
    }
    .apv-testimonials-container::after{
        width:58px;
        right: -50px;
        bottom: -38px;
    }
}
@media (max-width:1023px){
    .apv-testimonials-container{
        width:90%;
    }
    .apv-testimonials-container::before {
        left: 0;
        right: 0;
        top: -35px;
        margin: auto;
    }
    .apv-testimonials-container::after {
        bottom: -36px;
        left: 0;
        height: 50px;
        right: 0;
        margin: auto;
    }
    .services-intro,.service-features-list .features-card .list-container{
        width:90%;
    }
    .service-features-list .features-card{
        height: auto;
    }
    
}
@media (max-width:991px){
    .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link{
        white-space: initial;
    }
    .nav-dropdown .w-dropdown-list .w-dropdown-list {
        left: 0;
        top: 0;
    }
    .group-ul ul{
        column-count:1;
    }
    .current-openings-grid{
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: inherit;
    }
    .apv-contact-address{
        padding-left: 0;
    }
    .apv-news-container{
        padding-top: 20px;
    }
    .w-nav-overlay{
        height: 285px!important;
        overflow-y: scroll;
    }
    .apv-careers-details-container, .apv-careers-container, .apv-news-container, .apv-pagination, .apv-clients-container, .apv-certifcations-container, .apv-contract-vehicles-container, .apv-team-container, .apv-contactus-container{
        width:90%;
    }
    .main-content-wrapper{
        margin: 40px auto 0 auto;
    }
    .inner-page-wrapper .whatwedo-wrapper, .inner-page-wrapper .apv-news-wrapper{
        margin-top:0;
        padding-top: 0;
    }
    .bg-circle.apv-whatwedo-pos1, .bg-circle.apv-whatwedo-pos2, .apv-whatwedo::before{
        display:none;
    }
    .apv-whatwedo .whatwedo-list .list-card{
        width: 90%;
        flex-wrap: wrap;
        margin-right: auto;
    }
    .apv-whatwedo{
        width: 100%;
    }
    .apv-whatwedo .whatwedo-list .list-card .image-block{
        width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
    .apv-whatwedo .whatwedo-list{
        margin-left:auto;
    }
    .apv-whatwedo .whatwedo-list .list-card .cont-sec{
        width:100%;
    }
    .apv-whatwedo .whatwedo-list .list-card:nth-child(even){
        text-align:left;
        margin-left: auto;
        margin-right: auto;
    }
    .apv-whatwedo .whatwedo-list .list-card:nth-child(even) .cont-sec a{
        text-align: left;
        justify-content: flex-start;
    }
}
@media(max-width:800px){
    .bg-circle.apv-careers-pos1, .bg-circle.apv-careers-pos2{
        display: none;
    }
    .apv-details-content{
        flex-wrap:wrap;
    }
    .apv-details-content .content-block{
        padding-right:0;
        width: 100%;
        flex: inherit;
    }
    .apv-details-content .img-block{
        width:100%;
    }
    .details-box{
        width: 100%;
    }
}
.plus{
    height: auto!important;
}
.container{
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}
.container:before, .container:after {
    display: table;
    content: " ";
}
.container:after {
    clear: both;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:before, .row:after {
    display: table;
    content: " ";
}
#primary, #sidebar {
    padding-bottom: 20px;
}
.col-sm-12 {
    width: 100%;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.page-title {
    font-weight: 700;
    text-transform: inherit;
    padding-top: 0;
    margin-top: 30px;
    font-size: 38px;
    color: #646464;
}
#primary p{
    margin-bottom: 18px;
}
#primary table {
    margin: 0 0 1.5em;
    width: 100%;
    border: 1px solid #ddd;
    border-right: none;
    background: #fff;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
table tr, table td, table th{
    border-collapse: collapse;
    border-spacing: 0;
}
#primary tr {
    padding: 5px 5px;
}
#primary th {
    font-weight: 600;
    padding: 10px 10px;
    background: #555;
    color: #fff;
    text-align: left;
    border-color: #555;
}
#primary a{
    text-decoration: none!important;
}
#primary td {
    padding: 5px 10px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.vehiclesmain #stars {
    width: 65%;
    height: auto;
}
#primary p img {
    margin: 0;
}
#primary ul, #primary ol {
    margin-top: 0px;
    margin-bottom: 16px;
    padding-left: 25px;
}
.hcatsservices {
    border: #326698 2px solid;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-top: 1em;
    margin-right: 10px;
    line-height: 20px;
}
#HCaTS ul {
    min-height: 350px;
}
.hcatsservices .hcatsservicestitle {
    background-color: #326698;
    color: white;
    font-weight: bold;
    margin-bottom: 25px;
}
.hcatsservicestitle {
    padding: 5px;
}
#HCaTS .icon-staff, #HCaTS .icon-human-capital, #HCaTS .icon-eLearning {
    font-size: 25px;
    background: #ea5859;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    float: right;
    line-height: 45px;
    display: inline-block;
    font-weight: normal;
    margin-bottom: -20px;
}
.icon-ERP, .icon-programming, .icon-staff, .icon-web, .icon-eLearning, .icon-human-capital, .icon-program-management {
    font-family: "fontello";
    font-size: 30px;
    color: #ED0009;
    float: left;
    margin-right: 10px;
    font-style: normal;
}
.apv-certifcations-wrapper .apv-details-content h4{
    margin-top:30px;
}
.clients-list-group .apv-home-tech-content{
    display: grid;
    grid-template-columns: 30% 30%;
    margin: 10px 20px; 
      }
.clients-list-group .apv-home-tech-content ul {
    padding: 0;
    margin: 0;
}
@media screen and (min-width: 768px){
    .hcatsservices {
        width: 30%;
        float: left;
    }
}
@media (max-width:768px){
    .hcatsservices {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    .hcatsservices ul{
        padding-left: 30px!important;
    }
}
@media screen and (max-width: 700px){
    .vehiclesmain {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .vehiclesmain2 {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .vehiclesmain #stars {
        width: 100%;
        height: auto;
    }
    .vehiclescol {
        width: 100%;
        display: block;
        float: left;
        clear: both;
        padding: 0;
        margin: 0;
    }
    .vehiclescol2 {
        width: 100%;
        display: block;
        float: left;
        clear: both;
        padding: 0;
        margin: 0;
    }
    #primary ul, #primary ol {
        padding-left: 20px;
    }
}
@media (max-width:767px){
    .clients-grid, .contract-vehicles-grid{
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
    .download{
        position: relative;
        left: 0;
        margin-right: 10px;
    }
    .clients-grid .img-sec, .contract-vehicles-grid .img-sec{
        height: auto;
    }
    article [typeof="schema:WebPage"]{
        width:90%;
    }
   
    .apv-contactus-container .js-form-type-select{
        width: 100%;
    }
    .news-list-box{
        height: auto;
    }
    .news-article-list-group{
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    .bg-circle.apv-whatwedo-pos1, .bg-circle.apv-whatwedo-pos2{
        display:none;
    }
    .apv-readyto-started .content-block {
        max-width: 75%;
    }
    .apv-readyto-started h2{
        font-size:50px;
    }
    .service-features-list .features-card .list-container{
        flex-wrap: wrap;
    }
    .features-card .list-container .content-section{
        width:100%;
        flex: inherit;
        text-align: center;
        justify-content: center;
        margin-bottom: 25px;
        margin-right: auto;
    }
    .features-card .list-container .content-section ul, .features-card .list-container .content-section ol{
        text-align: left!important;
    }
    .service-features-list .features-card:nth-child(even) .list-container .content-section{
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
        padding-left: 0;
    }
    .inner-page-wrapper .whatwedo-wrapper{        
        padding: 0;
    }
    .inner-page-banner h2{
        font-size:45px;
    }
    .inner-page-banner .content{
        width: 90%;
    }
    .apv-readyto-started{
        height:auto;
        padding:40px 0;
    }
}
@media (max-width:668px){
    
    .dashboard_container .col-md-4 {
        width: 100%;
        float: none;
    }
    .apv-team-list-item.horizontal .img-box img{
        margin:0 auto;
    }
    .apv-team-list-item.horizontal .item-box{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .apv-team-list-item.horizontal .item-box .content-sec{
        flex:inherit;
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top:20px;
    }
    .apv-team-list-item.horizontal a {
        justify-content: center;
        text-transform: uppercase;
    }
   .clients-list-group .apv-home-tech-content{
      margin: 0px 0px 20px 20px !important;
    grid-template-columns: 100%;
  }
}
@media (max-width:484px){
    .features-card .list-container .img-section {
        width: 290px;
        height: 290px;
    }
    .features-card .list-container .img-section .img-bg {
        width: 260px;
        height: 260px;
    }
    .inner-page-wrapper{
        margin-top: 80px;
    }
    .dd-icon {
        margin-right: 42px;
    }
   
}
@media screen and (max-width: 479px){
    .menu-button {
        padding-right: 18px!important;
    }
}
