/* font-family start */

@font-face {
  font-family: "Gill-Sans";
  src: url("../fonts/Gill Sans.otf");
}

@font-face {
  font-family: "Gill-Sans-Bold";
  src: url("../fonts/Gill Sans Bold.otf");
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Apple Chancery";
  font-style: normal;
  font-weight: normal;
  src: local("Apple Chancery"),
    url("./fonts/Apple Chancery.woff") format("woff");
}

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap");

/* font-family end */

/* Dividers start */

.divider {
  width: 55px;
  height: 2px;
  background-color: #00e0d0;
  display: inline-block;
}

.divider1 {
  width: 55px;
  height: 2px;
  background-color: #8c8b8b;
  display: inline-block;
}

.divider2 {
  width: 55px;
  height: 2px;
  background-color: #413d4b;
  display: inline-block;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.fs-25{
  font-size: 25px !important;
}

/* Dividers end */

/* Quote card start */

.quote {
  background: url("images/banner-new.png") no-repeat;
  background-size: 100% 100%;
  color: white;
  padding-top: 75px;
  height: 500px;
  margin-bottom: 10px;
}

.quote p {
  margin-top: 100px;
  font-family: "Apple Chancery";
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.75px;
}

@media screen and (max-width: 480px) {
  .quote p {
    margin: 24.2px 0 0 0;
  }
}
/* Quote card end */

/* About ACO start */
.about {
  margin: 50px 0 40px 0;
}
.aboutaco {
  width: 310px;
}

.about h1 {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 22px;
  font-stretch: normal;
  margin-bottom: 30px;
  font-style: normal;
  color: #413d4b;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
  letter-spacing: 0.75px;
  text-align: left;
}

.about p {
  font-size: 15px;
  letter-spacing: 0px;
  opacity: 0.75;
  color: #413d4b;
  text-align: justify;
  font-family: "Gill-Sans";
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: 0.21px;
  color: #413d4b;
}

@media (max-width: 767px) {
  .aboutaco {
    width: 175px;
    margin-bottom: 20px;
  }
  .about h1{
    text-align: center;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .aboutaco {
    margin-left: 55px;
  }
}

@media (min-width: 300px) and (max-width: 340px) {
  .aboutaco {
    width: 72%;
    margin-left: 50px;
  }
}


@media (min-width:340px) and (max-width: 992px) {
  .aboutaco {
    width: 72%;
    margin-left: 70px;
  }

  .about .container h2{
    text-align: center;
    margin-top:20px;
  }
}

@media (max-width: 993px) {
  .about p {
    text-align: center;
  }
}
/* About ACO end*/

/* Advisory services start */

.ad-services {
  background: url("https://cdn.zeplin.io/5b50302e7cbb564b7d9eae28/screens/4e9d4690-0fa1-432a-83ae-7be09454df25.png") no-repeat;
  background-size: 100% 100%;
  color: white;
  padding-top: 75px;
  height: 460px;
}

.ad-services .container1{
  margin-top: 3rem;
}

.ad-services h1 {
  font-size: 30px;
  letter-spacing: 0px;
  /* line-height: 1.2px; */
  font-stretch: normal;
  margin-bottom: 40px;
  font-style: normal;
  color: #fff;
  font-weight: bold;
  font-family: "Playfair Display", sans-serif;
  letter-spacing: 0.75px;
  text-align: center;
}

.ad-services .ad-text1 {
  margin-top: 31.8px;
  text-align: center;
  font-size: 18px;
  max-width: 900px;
  margin: auto;
  font-family: "Roboto";
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #ffffff;
}

.ad-services .ad-text2 {
  display: none;
}

@media screen and (max-width: 700px) {
  .ad-services {
    height: 700px;
  }
}

@media screen and (max-width: 857px) {
  .ad-services .ad-text1 {
    display: none;
  }
  .ad-services .ad-text2 {
    display: block;
    margin-top: 31.8px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
    max-width: 900px;
    margin: auto;
    font-family: "Roboto";
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
  }
}

@media  (min-width:500px) and (max-width:700px){
  .ad-services {
    height:570px
  }
}


@media  (min-width:400px) and (max-width:499px){
  .ad-services {
    height:670px
  }
}

@media screen and (max-width:330px){
  .ad-services {
    height: 810px;
  }
  .ad-services h1{
    font-size: 25px;
  }
}

@media screen and (max-width: 275px){
  .ad-services {
    height: 940px;
  }
}

/* Advisory services end */

/* Portfolio start */

.portfolio-container {
  /* margin: 32.5px 173.6px 53.5px 172.5px; */
  margin: 22.5px 123.6px 43.5px 122.5px;
}

.portfolio-container .itembar img {
  margin-bottom: 17.8px;
}

.itembar {
  display: flex;
}

.itembar .item {
  text-align: center;
  padding: 30px 10px 10px 10px;
}

.portfolio-title h1{
  font-size :2rem;
}

.itembar .item h6 {
  font-family :"Roboto-Black";
  font-weight:900;
  font-size :16px;
  color: #413d4b;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.35px;
  color: #413d4b;
}

.itembar .item p {
  font-family: "Roboto-Regular";
  opacity: 0.75;
  font-weight: normal;
  line-height: 1.38;
  margin: 18.4px 0 0;
  opacity: 0.75;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 0.33px;
  color: #333333;
  padding-bottom: 15px;
}

.itembar .item img {
  filter: grayscale(100%);
  padding-bottom: 15px;
}

.itembar .item img:hover {
  filter: grayscale(0%);
}

.itembar .item .link-available {
  cursor: pointer;
}

.portfolio-title {
  margin-top: 31.3px;
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.55px;
  color: #413d4b;
}

.portfolio-container .itembar .border1 {
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.portfolio-container .itembar .border2 {
  border-bottom: 1px solid #d8d8d8;
}

.portfolio-container .itembar .border3 {
  border-right: 1px solid #d8d8d8;
}

@media screen and (max-width: 992px) {
  .portfolio-container .itembar .border1 {
    border-bottom: 1px solid #d8d8d8;
    border-right: 0px;
  }

  .portfolio-container .itembar .border2 {
    border-bottom: 1px solid #d8d8d8;
  }

  .portfolio-container .itembar .border3 {
    border-bottom: 1px solid #d8d8d8;
    border-right: 0px;
  }
}


@media only screen and (max-width: 992px) {
  .itembar .item.col-md-4 {
    width: 100% !important;
  }
}

@media screen and (max-width: 992px) {
  .itembar {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1400px) {
  .portfolio-container {
    margin: 32.5px 0px 53.5px 0px;
  }
}

#portfolio {
  margin-top: 50px;
}


.light-black {
  color: #8c8b8b;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Playfair Display", sans-serif;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .portfolio-container {
    margin: 10px 0px 40px 0px !important;
  }
}

@media screen and (max-width:305px){
  .convalt_logo,
  .digicollect_logo,
  .american_supergrid_logo,
  .lincoln_logo,
  .oxaio_logo,
  .general_airports_logo{
    width:100%;
  }
}

/* Portfolio end */

/* Management card start */

.mgmt-section {
  background-image: url("images/advisory-new.png");
  background-size: cover;
  height: auto;
  display: grid;
  place-items: center;
  color: #fff;
  opacity: 0.9;
}

.mgmt-section .card {
  color: black;
  width: 14rem;
  border-radius: 0px;
  margin-right: 14px;
}

.mgmt-section .title {
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.55px;
  color: #ffffff;
}

.mgmt-section .text {
  font-family: "Playfair Display", sans-serif;
  font-weight: bold;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.55px;
  color: #ffffff;
}

.mgmt-section .card .card-body {
  height: auto;
  padding: 1rem 0rem !important;
}

.mgmt-section .card-img {
  height: 250px;
  /* width: 110px; */
  background-color: #fff;

}

.mgmt-section .bb-1px{
  border-bottom:0.5px solid #e1e1e1;
}

.card-title {
  text-align: center;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.35px;
  color: #ffffff;
}

.card-text {
  text-align: center;
  opacity: 0.7;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fafafa;
}

.mgmt-section .card .card-body {
  background-color: #311d5e;
}

.mgmt-section .row {
  margin: 63.8px 0 52px 0;
}

.mgmt-section .row1 {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.mgmt-section .row2 .btn-outline-light {
  color: #00e0d0;
  border-color: #00e0d0;
  border-radius: 0px;
}

.mgmt-section .card {
  border: solid 0.5px #e1e1e1;
}

.mgmt-section .row2 .btn-outline-light:hover {
  color: #00e0d0;
  background-color: transparent;
  border-color: #00e0d0;
}

.mgmt-section .row2 {
  margin-bottom: 70px;
}

.mgmt-section .container {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .mgmt-section .row1 {
    flex-direction: column;
    align-items: center;
    /* margin-left:20px; */
  }

  .mgmt-section .card {
    margin-top: 10px;
    margin-right: 0px;
  }
  .ad-services .ad-text2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 290px) {
  .mgmt-section .row1 {
    margin-left:10px;
  }
}

@media screen and (max-width: 270px) {
  .mgmt-section .row1 {
    margin-left:0px;
  }
}

/* Management card end */

/* Management modal start */

.modal p {
  font-weight: 500 !important;
}

.modal-header h2 {
  font-weight: 500 !important;
  font-size: 24px;
  color: #228adb;
  text-transform: uppercase;
  font-family: "Gill-Sans-Bold";
  letter-spacing: 3px;
  margin: 0 auto;
}

.modal h3{
  font-size: 24px;
  color: #228adb;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: Gill-Sans;
  letter-spacing: 3px;
}

.modal p{
  flex-grow: 1;
  font-family: "Gill-Sans";
  font-weight: normal;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: justify;
}

.modal-body{
  max-height:400px;
  overflow:auto;
}

.modal-header {
  height: auto !important;
  padding-bottom: 0px;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 10px;
  justify-content: center;
  border-bottom: 3px solid #330066;
}
.close-modal {
  background: red;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Gill-Sans-Bold";
  border: solid 1px transparent;
  padding: 13px 29px 8px 29px;
  border-radius: 22px;
  line-height: 11px;
}
.modal-footer {
  justify-content: center;
  border-top: 3px solid #330066;
}
.modal-content {
  border-radius: 10px;
}
.modal-dialog h3 {
  margin-bottom: 5px !important;
}

.close-modal {
  padding: 10px 30px 10px 30px;
}

/* Management modal end */

/* Message and contact info start */

.form-content .container {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 47.5px;
  align-items: center;
}

.form-content-main {
  padding: 30px 0px;
  margin-top: 50.5px;
}

.form-content h1 {
  font-family: "PlayfairDisplay", sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  font-size:30px;
  letter-spacing: 0.55px;
  text-align: left;
  color: #413d4b;
  margin-bottom: 25px;
}

.form-content-text h4 {
  font-family: "Gill-Sans";
  font-weight: bold;
  font-stretch: normal;
  font-size: 17px;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.45px;
  text-align: left;
  color: #413d4b;
  padding-bottom: 5px;
}

.form-content-text p {
  font-family: "Gill-Sans";
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.45px;
  text-align: left;
  color: #413d4b;
}

.form-content-text span {
  font-family: "Gill-Sans";
  font-weight: 300;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.45px;
  text-align: left;
  color: #413d4b;
}

@media (min-width: 365px) and (max-width: 577px) {
  .form-content-text {
    margin-left: 30px;
  }
}

.form-content-main input {
  width: 100%;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 14px;
}

.form-content-main textarea {
  width: 100%;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 12px;
  opacity: 0.5;
  padding: 10px;
  border: solid 0.5px #000000;
}

.form-content-main > form > div {
  width: 400px;
}

.form-control {
  width: 230px;
  height: 42.5px;
  margin: 0 0 6.5px 0.5px;
  padding: 10px;
  opacity: 0.9;
  border: solid 0.5px #000000;
}

.form-content-main textarea {
  line-height: 24px;
  height: 140px;
  opacity: 0.9;
}

.form-content-main button {
  padding: 8px 35px 6px 35px;
  border-radius: 0px;
  border-color: #00e0d0;
  background-color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.form-content-main button:hover {
  padding: 8px 35px 6px 35px;
  border-radius: 0px;
  border-color: #00e0d0;
  background-color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

label {
  display: none;
}

@media screen and (max-width: 580px) {
  label {
    display: block;
  }
  .form-content-main input::placeholder {
    color: #fff;
  }
  .form-content-main textarea::placeholder {
    color: #fff;
  }
}

@media screen and (max-width: 992px) {
  .form-content .container {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 576px) {
  .form-content-main {
    width: 100%;
  }
  .form-content-main > div {
    width: 100%;
  }
  .form-content-main > form > div {
    width: 250px;
  }
}

@media screen and (max-width: 1200px) {
  .form-content-main {
    margin-right: 0;
  }
}

.sbt {
  border: 1px solid #00e0d0;
  color: #00e0d0;
  padding: 7px 20.5px 5px 19.5px;
  border-radius: 0px;
}

.sbt:hover {
  border: 1px solid #00e0d0;
  color: #00e0d0;
  padding: 7px 20.5px 5px 19.5px;
  border-radius: 0px;
}

/* Message and contact info end */

/* footer start */

.footer {
  background-image: url("images/footer-new.png");
  background-size: cover;
  min-height:100px;
  height: auto;
  display: grid;
}

.footer img {
  width: 150px;
  padding: 20px;
}

.footer .col {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer .col p {
  color: #fff;
  margin-top: 20px;
  font-family: "Roboto-Regular";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.86;
  letter-spacing: 0.18px;
  text-align: left;
}

.footer .sm-screen{
  display:none;
}

@media screen and (max-width: 768px){
  .footer .lg-screen{
    display:none;
  }
  .footer .sm-screen{
    display:block;
  }
}

/* footer end */

/* Custom Logo Alignments start */

.portfolio-container .itembar .convalt{
  padding-bottom:10px;
  padding-top:8px
}

.portfolio-container .itembar .digicollect{
  padding-bottom:18px;
}

.portfolio-container .itembar .lincoln{
  padding-bottom: 11px;
  padding-top:11px;
}

/* Custom Logo Alignments end */







