body {
  font-family: "Montserrat", sans-serif;
}
.mayorImg {
    margin-bottom: -2px;
}
p.semiBoldOr {
    font-weight: 600;
    font-size: 22px;
    color: #f9b239;
    margin-bottom:30px;
}
/* Container */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.card-body {
    padding: 38px 30px 0px;
}
/*Header Style*/
header {
    background: url("../images/Banner-3.jpg") no-repeat center -75px;
    position: relative;
    /*height: 96.19482496194826vh!important;*/
    /*height: 632px;*/
    height: 112vh !important;
    background-size: cover;
}

.navbar-dark .navbar-nav .nav-link {
    /*color: rgba(255, 255, 255, 10);*/
    color: #086ab3 !important;
    letter-spacing: 0px;
    font-size: 20px;
    font-weight: 400;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:active {
  color: #fff;
}


@media (max-width: 575.98px) {
  .da-home-page-text {
    padding-top: 8rem;
  }
  .da-home-page-text .display-3 {
    font-size: 3rem;
  }
}

/* Navigation */
.logBtn {
    right: 0px;
    position: absolute;
    top: 26px;
    font-weight: 400;
    font-size: 20px;
}
  #da-navbarNav{
    margin-right:125px;
  }
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 10);
    border-color: rgba(255, 255, 255, 10);
    border: none;
    outline: none;
}
.da-home-page-text{
  padding-top: 40px;
}
.display-3 {
    font-size: 36px;
    font-weight: 400;
    line-height: 20px;
    /*color: #ffffff;*/
    margin: 0 0 0px 0;
    padding: 0;
}

.da-home-page-text h3.h5.mt-3 {
    /*color: #ffffff;*/
    color: #086ab3 !important;
    font-size: 76px;
    font-weight: 800;
    margin: 0 !important;
}

.logBtn a {
    background: #f47f20;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 20px;
}
.logBtn a:hover{
  text-decoration: none;
}
.logBtn a:active{
  text-decoration: none;
}
/*Projects Style*/

.bg-secondary-trance
{
  background-color: #ffffff;
}

.bg-secondary
{
  background-color: #093b60;
}
.da-projects .da-project-1 {
  position: relative;
  /*min-height: 450px;*/
  background-size: cover;
  background-image: center center;
}

.da-projects .da-project-2 {
  position: relative;
  min-height: 450px;
  background-size: cover;
  background-image: center center;
}

@media (max-width: 992px) {
  .da-projects .da-project-icon {
    margin-right: 15px;
  }
  .logBtn {
    right: 100px;
    position: absolute;
    top: 38px;
  }
  #da-navbarNav{
    margin-right:0px;
  }
  div#learn {
    margin-top: auto;
  }

}

/* Expertise Skills Style */
.da-expertise .da-exp-skills {
  padding: 70px 40px 60px 40px;
}

.da-expertise .progress-bar {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 2s ease-in-out;
  transition: -webkit-transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.da-expertise .aos-animate {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.da-expertise .da-exp-image {
  background-image: center center;
  background-size: cover;
  min-height: 450px;
}

/*Team Carousel Style*/
.da-team .carousel-indicators {
  bottom: 0px;
}

.da-team .carousel-indicators li {
  background-color: #3d3f4c;
}

.da-team .carousel-indicators .active {
  background-color: #26b7a0;
}

/*Image Gallery Style*/
.da-gallery .card-columns .card {
  border: none;
  border-radius: none;
}

@media (max-width: 992px) {
  .da-gallery .card-columns {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 576px) {
  .da-gallery .card-columns {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

/* Company Brand Style */
.da-company-brand img {
  opacity: 0.6;
  width: 90%;
}

.da-company-brand img:hover {
  opacity: 1;
}

/*Contact Style*/
.da-contact {
  background: url("../images/staticmap.png") no-repeat center center;
  position: relative;
  min-height: 700px;
  background-size: cover;
}

.da-contact .da-contact-detail {
  padding: 8% 0 8% 1%;
}

@media (max-width: 992px) {
  .da-contact .da-contact-detail {
    padding: 15% 0 5% 1%;
  }
}

@media (max-width: 767px) {
  .da-contact .da-contact-detail {
    padding: 15px 0px 15px 0px;
  }
}

/*Footer*/
footer .da-social-link {
  color: #fff;
  text-decoration: none;
}

footer ul {
  padding: 0;
  margin-bottom: 15px;
}

footer ul li {
  list-style-type: none;
}

/* Credit Style */
a.credit {
  color: inherit;
  border-bottom: 1px dashed;
  text-decoration: none;
  cursor: pointer;
}

/*Scroll Top Style*/
#scrolltop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#scrolltop .btn {
  border-radius: 50%;
}

.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
}

/*Common Style*/
#myCarousel table td{
  padding: 2px;
}
.carousel-control.right{
  background: none;
}
.carousel-control.left{
  background: none;
}
.da-section {
  padding: 30px 0;
}
.navbar-nav>li{
  margin-right: 20px;
}
.mainbutton {
    background: #ffffff;
    color: #f47f20;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 20px;
}
.footer-bar a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
a.normalCta {
    color: #000000;
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #000000;
    font-weight: 500;
}

div#welcomeToSection {
    margin-top: 100px;
}
a.normalCta:hover{
text-decoration: none;
}
a.normalCta:active{
text-decoration: none;
}
a.orNormCto {
    color: #f47f20;
    font-size: 18px;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #f47f20;
    font-weight: 500;
}
a.orNormCto:hover{
text-decoration: none;
}
a.orNormCto:active{
text-decoration: none;
}

/* 3 boxes start */
div#learn {
    margin-top: -240px;

}
div#learn .col-md-4{
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px; 
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 38px 30px;
}
.card.mb-3.orBox{
  background-color: #f9b239!important;
  border: none;
  border-radius: 0px;
  color:#ffffff;
  margin: 0px!important;
  padding: 0px;
  display: flex;
    height: 100%;
}

.card.mb-3.blBox{
  background-color: #086ab3!important;
  border: none;
  border-radius: 0px;
  color:#ffffff;
  margin: 0px!important;
  padding: 0px;
  display: flex;
    height: 100%;
}

.card.mb-3.reBox{
  background-color: #ea6361!important;
  border: none;
  border-radius: 0px;
  color:#ffffff;
  margin: 0px!important;
  padding: 0px;
  display: flex;
  height: 100%;
}

div#learn .card-body{
  margin-bottom: 40px;
}
.icoSvg {
    margin-bottom: 30px;
}
 #learn .h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
 #learn p {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 60px;
    color: #ffffff;
    font-weight: 400;
}
#learn .row{
  padding: 0;
  margin: 0;
  background: #dedede;
  box-shadow:0 0 20px 2px rgba(162, 162, 162, 0.5);
}
div.icoSvg svg {
  fill: #ffffff;
  width: 83px;
  height: 83px;
}
/* 3 boxes end */

/* first section start */
.welcomeCollage{
  position: relative;
}
/*.welcomeCollage .weCo01, .welcomeCollage .weCo02, .welcomeCollage .weCo03, .welcomeCollage .weCo04
{
  position: relative;
}*/
.weCo01 {
    position: absolute;
    top: 0;
    width: 45%;
    left: 40px;
    z-index: 999;
}

.weCo02 {
    position: absolute;
    right: 0;
    width: 45%;
    top: 23px;
    z-index: 999;
}
.weCo03 {
    position: absolute;
    top: 332px;
    width: 36%;
    left: 92px;
    z-index: 999;
}
.weCo04 {
    position: absolute;
    top: 265px;
    right: 57px;
    width: 35%;
    z-index: 999;
}

.weCo01 img {
    width:100%;
}

.weCo02 img{
    width:100%;
}
.weCo03 img{
    width:100%;
}
.weCo04 img{
    width:100%;
}


.weCo01 .inLbel {
    position: absolute;
    bottom: 10px;
    left: 24%;
    padding: 5px 10px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    color: #4a4a4a;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    width: 130px;
    text-transform: uppercase;
}

.weCo02 .inLbel {
    position: absolute;
    bottom: 10px;
    left: 20%;
    padding: 5px 10px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    color: #4a4a4a;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    width: 160px;
    text-transform: uppercase;
}

.weCo03 .inLbel {
    position: absolute;
    bottom: 10px;
    left: 17%;
    padding: 5px 10px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    color: #4a4a4a;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    width: 130px;
    text-transform: uppercase;
}

.weCo04 .inLbel {
    position: absolute;
    bottom: 10px;
    left: 12%;
    padding: 5px 10px;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    color: #4a4a4a;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    width: 130px;
    text-transform: uppercase;
}
/* first section end */

@media (max-width: 1198px)
{
.deskImg{
  display: none!important;
}
.mobImg{
  display: block!important;

}
#welcomeToSection .col-md-6
{
  position: relative!important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;

}
input.txtBox {
  font-size: 13px;
    border: none;
    color: #888888;
    padding: 20px 0px 20px 16px;
    border-radius: 3px 0 0 3px;
    outline: none;
    width: 152px; 
  }
#welcomeToSection .col-md-6 div{
  position: relative!important;
     width: 25%!important; 
    left: auto!important;
    right: auto!important;
    top: auto!important;
    bottom: auto!important;
    float: left;
    margin: 0px;
    padding: 6px;
}
#welcomeToSection .col-md-6 div .inLbel {
    left: 0px;
    right: 0px;
    width: 90%!important;
    padding: 10px;
    margin: 0 0 0 5%;
    background: rgba(255, 255, 255, 0.8);
    margin-top: -65px;
}

}

/* section 1 left start */
#welcomeToSection h5 {
    font-size: 30px;
    color: #f9b239;
    position: relative;
    font-weight: 500;
    margin-bottom: 30px;
}

#welcomeToSection h5:after {
    position: absolute;
    content: '';
    /*background: #f9b239;*/
    width: 205px;
    height: 1px;
    left: 188px;
    bottom: 10px;
}
div#mayor h2 {
    font-weight: 800;
}
div#mayor p{
  font-size: 22px;
}

p.italicFo {
    font-weight: 300;
    font-style: italic;
    margin-bottom: 18px;
}
div#edwDep h2 {
    margin-top: 60px;
}
.botFoot{
  width: 100%;
  padding:25px;
  background: #022c46;
}
ul.footLogo {
    list-style: none;
    float: left;
    margin-bottom: 0px;
}
ul.footLogo li {
    float: left;
    margin-right: 30px;
}

ul.copyRight li {
    text-align: right;
    font-size: 14px;
    color: #ffffff;
    padding: 20px 0;
}
.fullFoot{
  width: 100%;
}

ul.copyRight {
    list-style: none;
    float: right;
    margin-bottom: 0px;
}
h1 {
    position: relative;
    display: block;
    font-size: 80px;
    line-height: 75px;
    font-weight: 800;
    color: #086ab3;
    text-transform: uppercase;
    margin-bottom: 50px;
}

h2 {
    position: relative;
    display: block;
    font-size: 50px;
    /*line-height: 73px;*/
    font-weight: 800;
    color: #086ab3;
    text-transform: uppercase;
    margin-bottom: 30px; 
}

p{
  color: #686868;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 35px;
}
/* section 1 left end */

/* section 2 start */
div#youth {
    margin-top: 80px;
    padding:100px 0; 
    background: #fffbf6;
}
img.leftBotCurv {
    border-radius: 0 0 0 290px;
}
/* section 2 end */

/* section 3 start */
#youth .pt-5, #youth .py-5, #employer .pt-5, #employer .py-5 {
    padding-top: 20px !important;
}

div#employer {
    margin-top: 0px;
    padding:0px; 
    background: #fffbf6;
    padding-bottom: 100px;
}
.semiBoldf {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 14px;
}
p.mb30 {
    margin-bottom: 15px;
}
img.topRightCurv {
    border-radius: 0 290px 0 0;
}
ul {
  list-style-image: url('../images/bullet.png');
  margin-bottom: 40px;
  font-size: 18px;
  margin-left: 0;
    padding-left: 15px;
    font-weight: 300;
}
li{
  margin-bottom: 15px;
    padding-left: 8px;
}
/* section 3 end */

/* mayor section start */
#mayor{
background: url("../images/mayorFullBg.jpg") no-repeat center center;
background-size: cover;
padding-top: 97px!important;
}
h2.orCol{
  color: #f9b239;
}
h2.blCol{
  color: #086ab3;
}
#mayor p{
  color: #ffffff;
}
/* mayor section end */

/* edwDep section start */
#edwDep {
    background: #f4faff;
    padding-bottom: 0px;
    background-size:contain;
}
#edwDepBg{
  background: #f4faff url(../images/bottompicture.png) no-repeat center bottom;
    background-size: auto;
    padding-bottom: 250px;
    background-size:contain;
}
/*#mayor .col-md-6.pl-5.pt-5.pb-3 {
    padding-top: 97px!important;
}*/
div#edwDep h2 {
    text-align: center;
}
div#edwDep p {
    text-align: center;
    line-height: 30px;
}
/* edwDep section end */

/* footer start */
  .footer-nav-menu{
    float: left;
  }
  .navbar-footer li {
    display: inline-block;
    margin-right: 20px;
}

ul.redux-social-media-list li {
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    width: auto;
}
ul.redux-social-media-list li i {
    margin: 0;
    margin-right: 25px;
}
.footer-bar {
    width: 100%;
    border-bottom: 1px solid #2e5878;
    margin-bottom:56px;
}
  .footer-socials-bar{
  float: right;
  }
footer .h2 {
    font-size: 16px;
    color: #f9b239;
    position: relative;
    font-weight: 400;
}
footer .h2:after {
    position: absolute;
    content: '';
    background: #275373;
    width: 46px;
    height: 2px;
    left: 0;
    bottom: -1px;
}

footer p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
}
ul.serviceCenter {
    margin: 20px 0 0 15px;
    list-style-image: url('../images/wbullet.png');
    font-size: 14px;
}
ul.footerContact {
    list-style: none;
    font-size: 14px;
    margin: 20px 0 0 0;
}

ul.footerContact li:nth-child(1) 
{
  background: url('../images/geotag.png') no-repeat left top;
  padding-left: 30px;
}
ul.footerContact li:nth-child(2) 
{
  background: url('../images/telephone.png') no-repeat left top;
  padding-left: 30px;
}
input.txtBox {
    font-size: 13px;
    border: none;
    color: #888888;
    padding: 19px 16px;
    border-radius: 5px 0 0 5px;
    outline: none;
}

input.submitBtn {
    font-size: 14px;
    border: none;
    background: #f47f20;
    padding: 19px 16px;
    border-radius: 0 5px 5px 0;
}
/* footer end */

div#recentlyHired {
    margin: 100px 0px 160px;
}
.semiBoldp{
  font-weight: 400;
  font-size: 22px;
}

/* slider start */
  /*.mySlides {display: none}*/
    img {vertical-align: middle;}

    /* Slideshow container */
    .slideshow-container {
      max-width: 1000px;
      position: relative;
      margin: auto;
    }

    /* Next & previous buttons */
    .prev, .next {
      cursor: pointer;
    position: absolute;
    bottom: -55px;
    width: auto;
    
    margin-top: -22px;
    color: #c4c4c4!important;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    
    }
    .prev{
    padding: 7px 16px;
    border: 2px solid #c4c4c4;
    border-radius: 50px 50px 50px 50px;
    left: 40%;
    }
    .next {
      padding: 7px 16px;
    border: 2px solid #c4c4c4;
    border-radius: 50px 50px 50px 50px;
    right:40%;
    }

    /* Position the "next button" to the right */
    

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
      background-color: #f47f20;
      border-color: #ffffff;
      color: #ffffff!important;
    }

    /* Caption text */
    .text {
      color: #f2f2f2;
      font-size: 15px;
      padding: 8px 12px;
      position: absolute;
      bottom: 8px;
      width: 100%;
      text-align: center;
    }

    /* Number text (1/3 etc) */
    .numbertext {
      color: #f2f2f2;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
    }

    /* The dots/bullets/indicators */
    .dot {
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }
    .mySlides td {
    text-align: center;
    padding: 10px;
    }
    .mySlides .active, .dot:hover {
      background-color: #ffffff;
    }

    /* Fading animation */
    .fade {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 1.5s;
      animation-name: fade;
      animation-duration: 1.5s;
    }

    .welcomeCollage .inLbel {
      display: flex; 
      align-items: center; 
      justify-content: center; 
      text-align: center; 
      left: 0; 
      right: 0; 
      margin-left: auto; 
      margin-right: auto
      }

    @-webkit-keyframes fade {
      from {opacity: .4} 
      to {opacity: 1}
    }

    @keyframes fade {
      from {opacity: .4} 
      to {opacity: 1}
    }

    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
      .prev, .next,.text {font-size: 11px}
    }
/* slider end */

/* ipad-pro */
@media (max-width: 1199px) and (min-width: 768px)
{
  .prev, .next {
    bottom: 76px;
  }
  #mayor h2 {
      font-size: 100%;
      margin-top: 42px!important;
    margin-bottom: 0px;
  }
#mayor p {

      font-size: 100%;
  }
#mayor {
    margin-top: 0px;
}
}

/* ipad */
/*@media (max-width: 768px) and (max-width: 1024px){
  .welcomeCollage > div {
    width: 35%;
  }
  .weCo02 .inLbel {
    left: 10%;
  }
  .weCo01 .inLbel {
    left: 16%;
  }
  .weCo04 .inLbel {
    left: 17%;
  }
}*/

/* mobile */
@media (max-width: 768px){
  #mayor p {
    margin-bottom: 30px;
}
  .mayorImg{
    margin-top: 0px!important;
    margin-bottom: -3px;
  }
  h1{
    font-size: 170%;
    line-height: 10px;
    margin-bottom: 30px;
  }
  h2{
    font-size: 170%;
    margin-bottom: 10px;
  }
  h2.orCol {
    line-height: 36px;
      font-size: 170%;
  }
  div#welcomeToSection {
    margin-top: 50px;
    margin-bottom: 60px;
}
  #welcomeToSection h5:after {
    display: none;
  }
  .welcomeCollage > div {
    width: 35%;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 30px;
    margin: 50px auto;
    float: none;
  }
  p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}
ul {
    font-size: 15px;
}
  #learn p {
    font-size: 85%;
    margin-bottom: 20px;
  }
  #learn .h4 {
    margin-bottom: 10px;
}
  .next{
    right: 33%;
  }
  .prev{
    left: 33%;
  }
  div#youth {
    margin-top: 0px;
    padding: 50px 0;
  }
  #employer .pt-5, #employer .py-5 {
    padding-top: 0px !important;
  }
  #youth .pt-5, #youth .py-5{
    padding: 0 0 0 20px!important;
  }

  .da-projects .da-project-1{
    min-height: auto;
  }
  img.leftBotCurv{
    border-radius: 0;
  }
  div#employer {
    margin-top: 0px;
    padding-bottom: 50px;
}

  img.topRightCurv {
    border-radius: 0;
    margin-top: 0px;
  }

  /*#mayor .col-md-6.pl-5.pt-5.pb-3 {
      top: 158px;
  }*/

  #mayor h2 {
    font-size: 201%;
    margin-top: 12px!important;
    margin-bottom: 30px;
}
  #mayor .pt-5{
    margin-top: 0px!important;
    padding-top: 0px!important;
  }
.mySlides {
    margin-top: 0px;
  }
  #edwDep {
    padding-bottom: 0px;
}
footer ul {
    padding: 0;
    margin: 0 15px;
    float: none;
}
.footer-socials-bar {
    float: none;
    margin: 0 auto;
}
ul.footLogo {
    margin: 0;
    padding: 0;
    float: none;
  }
  ul.copyRight {
    padding: 0;
    margin: 0;
    float: none;
    clear: both;
}
ul.copyRight li {
    text-align: center;
  }

  div#learn {
    margin-top: -320px;
}



input.txtBox {
    padding: 19px 5px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}
input.submitBtn {
    font-size: 14px;
    border: none;
    background: #f47f20;
    padding: 19px 20px;
    border-radius: 5px;
    width: auto;
}
.footer-bar {
    padding-bottom: 30px;
}
  #mayor p {
    font-size: 100%!important;
}
  a.orNormCto {
    font-size: 100%;
  }
  div#recentlyHired {
    margin: 50px 0px 130px;
  }
  #mayor {
    margin-top: 0px;
}
.prev, .next {
    bottom: -53px;
    }
 .pt-5, .py-5 {
    padding: 0px!important;
}
.welcomeCollage .inLbel
{
  font-size: 13px;
}
}
@media (width: 1920px){

      .da-home-page-text {
        padding-top: 40px;
    }
}d

@media (width: 1366px){

      .da-home-page-text {
        padding-top: 40px;
    }
}
@media (max-width: 1024px){
  p br{
    display: none;
  }
  .da-home-page-text {
    padding-top: 40px;
}
#mayor {
    padding-top: 20px!important;
}
  .mayorImg{
    margin-top: 44px;
  }
}
@media (max-width: 522px){

  /* recent change */
  /*header {
  background: url("../images/banner-1.jpg") no-repeat -1097px -322px!important;
  } */

  #welcomeToSection h5 {
    font-size: 150%;
  }
.mainbutton {
    padding: 15px 20px;
}
#welcomeToSection .col-md-6 div {
    float: none;
    clear: both;
    width: 100%!important;
    margin-bottom: 20px;
}
#welcomeToSection .col-md-6 div:last-child{
  margin-bottom: 0px;
}
img.topRightCurv.img-fluid {
    margin: 30px 0 50px;
}
#youth .pt-5, #youth .py-5, #employer .pt-5, #employer .py-5 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
 .da-home-page-text {
    padding-top: 55px;
}
  .da-home-page-text h3.h5.mt-3{
    font-size: 200%!important;
  }
.display-3{
  font-size: 100%!important;
}
img.logo-web {
    width: 70%;
}
.logBtn a {
    font-size: 15px;
}
  ul.footLogo li {
    float: left;
    margin: 0 0px 20px;
    width: 33.33%;
    text-align: center;
    padding: 0;
}
  #mayor p {
    font-size: 95%;
    margin-bottom: 20px;
    color: #ffffff;
  }
  .welcomeCollage > div {
    width: 60%;
    margin-bottom: 60px;
  }
  .welcomeCollage .inLbel {
    width: 160px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-align: center; 

    left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto
  }
  h1 {
    font-size: 200%;
    margin-bottom: 30px;
}
p {
    margin-bottom: 30px;
}
  .logBtn {
    right: 72px;
    position: absolute;
    top: 24px;
  }

  .navbar-nav>li {
    margin-right: 0px;
    padding-left: 20px;
    background: #8a8a8a;
    margin-bottom: 2px;
  }

  ul.navbar-nav.ml-auto {
    margin-top: 10px;
  } 
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 10);
    letter-spacing: 0px;
    font-size: 20px;
  }
  #welcomeToSection .col-md-6 {
    padding: 0!important;
}
  div#welcomeToSection {
    border-top: 1px solid #dcdcdc;
    padding-top: 60px;
    padding-bottom: 10px;
    margin-top: 0px;
  }
  div#employer {
    border-top: 1px solid #dcdcdc;
    padding-top: 60px;
    padding-bottom: 10px;
  }
  div#learn {
    margin-top: -200px;
    margin-bottom: 0px;
    padding-bottom: 17px;
}
  div#learn .col-md-4 {
    padding-bottom: 0;
    margin-bottom: 0px;
  }
  div#learn .col-md-4:last-child {
    margin-bottom: 0px;
  }
  img.leftBotCurv {
    border-radius: 0;
      margin-bottom: 30px;
  }
  #learn .row {
    box-shadow:none;
    background: none;
  }
  h2 {
    font-size: 200%!important;
    padding: 0 0 15px 0;
    margin-top: 0px!important;
    margin-bottom: 0px;
  }

  #mayor h2 {
    font-size: 170%!important;
    padding: 20px 0 15px 0;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}
  div#youth{
    border-top: 1px solid #dcdcdc;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #mayor .pt-5 {
    margin-top: 0!important;
    /* padding-top: 0px!important; */
    /* padding-bottom: 30px!important; */
    top: 0;
    right: 0!important;
    padding: 0 20px 30px!important;
    background-color: #565143;
}
div#recentlyHired {
    margin: 0px 0px 95px;
    /* border-top: 1px solid #dcdcdc; */
    padding-top: 55px;
    padding-bottom: 60px;
}
.mySlides {
    margin-top: 45px;
}

#edwDep {
    padding: 70px 0 0px;
    border-top: 1px solid #dcdcdc;
}
#edwDepBg {
    padding-bottom: 70px;
}
.col-md-12.pl-5.pt-5.pb-3 {
    padding: 0px!important;
}
.prev, .next {
    bottom: -70px;
}
#mayor{
  padding: 10px 0 0;
  margin:0;
}
#mayor .container{
  padding-right: 0px!important;
  padding-left: 0px!important;
  padding-bottom: 0px!important;

  }
.semiBoldp {
    font-weight: 400;
    font-size: 100%;
}
}

@media (width: 1366px) and (height: 1024px)  (orientation: landscape) {
  
 .da-home-page-text {
    padding-top: 170px;
}
  
}

@media (width: 1024px) and (orientation: portrait) {
  
 .da-home-page-text {
    padding-top: 300px;
}

  
}

@media (width: 1024px) and (orientation: landscape) {
  
 .da-home-page-text {
    padding-top: 80px;
  }
  
}

@media (width: 667px) and (orientation: landscape) {
  
 .da-home-page-text {
    padding-top: 80px;
  }

  div#learn {
    margin-top: -170px;
  }
  .da-home-page-text {
    padding-top: 0px;
}

.display-3 {
    font-size: 100%;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    margin: 0 0 5px 0;
    padding: 0;
}

.da-home-page-text h3.h5.mt-3 {
    color: #ffffff;
    font-size: 200%;
    font-weight: 800;
    margin: 0!important;
}
  
}

@media (width: 768px) and (orientation: portrait) {
  
 .da-home-page-text {
    padding-top: 110px;
  }

  .navbar-nav>li {
      margin-right: 0px;
      padding-left: 20px;
      background: #8a8a8a;
      margin-bottom: 2px;
  }
  
}

@media (width: 568px) and (orientation: landscape) {
  
 .da-home-page-text {
    padding-top: 80px;
  }

  div#learn {
    margin-top: -170px;
  }
  .da-home-page-text {
    padding-top: 0px;
  }

    .display-3 {
        font-size: 100%!important;
        font-weight: 400;
        line-height: 26px;
        color: #ffffff;
        margin: 0 0 5px 0;
        padding: 0;
    }

    .da-home-page-text h3.h5.mt-3 {
        color: #ffffff;
        font-size: 200%!important;
        font-weight: 800;
        margin: 0!important;
    }
      div#learn {
          margin-top: -116px;
      }
  
}

@media (width: 640px) and (orientation: landscape) {
  
 .da-home-page-text {
    padding-top: 80px;
  }

  div#learn {
    margin-top: -170px;
  }
  .da-home-page-text {
    padding-top: 0px;
  }

    .display-3 {
        font-size: 100%!important;
        font-weight: 400;
        line-height: 26px;
        color: #ffffff;
        margin: 0 0 5px 0;
        padding: 0;
    }

    .da-home-page-text h3.h5.mt-3 {
        color: #ffffff;
        font-size: 200%!important;
        font-weight: 800;
        margin: 0!important;
    }
      div#learn {
          margin-top: -116px;
      }
  
}

@media (width: 731px) and (orientation: landscape) {
  
 .da-home-page-text {
    padding-top: 80px;
  }

  div#learn {
    margin-top: -170px;
  }
  .da-home-page-text {
    padding-top: 0px;
  }

    .display-3 {
        font-size: 100%!important;
        font-weight: 400;
        line-height: 26px;
        color: #ffffff;
        margin: 0 0 5px 0;
        padding: 0;
    }

    .da-home-page-text h3.h5.mt-3 {
        color: #ffffff;
        font-size: 200%!important;
        font-weight: 800;
        margin: 0!important;
    }
      div#learn {
          margin-top: -116px;
      }
  
}



@media (width: 736px) and (orientation: landscape) {
  
 .da-home-page-text {
    padding-top: 80px;
  }

  div#learn {
    margin-top: -170px;
  }
  .da-home-page-text {
    padding-top: 0px;
}

.display-3 {
    font-size: 100%;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    margin: 0 0 5px 0;
    padding: 0;
}

.da-home-page-text h3.h5.mt-3 {
    color: #ffffff;
    font-size: 200%;
    font-weight: 800;
    margin: 0!important;
}
  
}

@media (width: 812px) and (orientation: landscape) {
  
 .da-home-page-text {
    padding-top: 80px;
  }

  div#learn {
    margin-top: -170px;
  }
  .da-home-page-text {
    padding-top: 0px;
}

.display-3 {
    font-size: 100%;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    margin: 0 0 5px 0;
    padding: 0;
}

.da-home-page-text h3.h5.mt-3 {
    color: #ffffff;
    font-size: 200%;
    font-weight: 800;
    margin: 0!important;
}
  
}
.ast{
  color: #ed1c24!important;
} 

.error{
  color: #ed1c24!important;
    font-size: 12px!important;
    font-weight: 300!important;
}

.ui-datepicker-trigger {
    float: left;
}