@font-face {
    font-family:"Gotham-medium",sans-serif; 
    src: url('../fonts/Gotham-Medium.otf') format('opentype');
  }

  @font-face {
    font-family:"Gotham-Book",sans-serif; 
    src: url('../fonts/Gotham-Book.otf') format('opentype');
  }

#about,#sectors,#expertise{
    padding-top:120px;
    padding-bottom: 120px;
  }

  #home{
    padding-top: 170px;
  }

  .p-query{
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-query-last{
    padding-top: 20px;
}

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    user-select: none;
}

.footer a{
    text-decoration: none;
    color: white;
}
.footer a:hover{
    text-decoration: none;
    color: white;
}
a{
    text-decoration: none;
    color: black;
}
a:hover{
    color: black;
}

/* .navbar-light .navbar-nav .nav-link.active{
    border-bottom: 2.5px solid #24272A;
    width: 70px;
} */

.navbar-light .navbar-nav .nav-link.active{
    text-decoration: underline;
    text-decoration-color:#24272A ;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
}

.nav-link:hover{
    text-decoration: underline;
    text-decoration-color:#24272A ;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
}

.navbar-light .navbar-nav .nav-link{
    font-family:"Gotham-medium",sans-serif;
    color: #24272A;
    margin-right: 10px;
    text-transform: capitalize;
}

.navbar-light{
    padding-right: 250px;
}

.navbar-brand img{

   margin-left: 60px;
}

.hero{
    position: relative;
    margin: 0 auto ;
}

.centered-text{
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered-text h3{
    font-family:"Gotham-Book",sans-serif;
    color: white;
    font-size: 40px;
    padding-top: 20px;
}

.centered-text h2{
    font-family:"Gotham-medium",sans-serif;
    color: #24272A;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 0px;
}

.centered-text h2::after{
    border-bottom: 1.5px solid #f7f7f7;
    padding-top:10px;
    width: 400px;
}

.item p{
    text-transform: capitalize;
}

.item{
    overflow: hidden;
}

.item img{
    transition: transform .5s ease;
}

.item img:hover{
    transform: scale(1.5);
    cursor: pointer;
}

.card-body p{
    margin-bottom: 0px;
}

.plusminus{

    font-size: 20px;
    color:#24272A;
    font-family:"Gotham-medium",sans-serif;
}

.plusminus:hover{

    cursor: pointer;
}

.blackbox img{
    width: 540px;
}

.text{
    margin-top: -150px;
    padding-right: 130px;
    font-family:"Gotham-Book",sans-serif;
    font-size: 15px;
}

.about-text{
 
    font-family:"Gotham-Book",sans-serif;
    font-size: 15px;

}

.card-body {
    padding:0rem;
}

#myBtn{
    color:#24272A;
    font-weight: bold;
    font-family:"Gotham-medium",sans-serif;
}

#myBtn:hover{
    cursor: pointer;
}
#more{
    display: none;
}

.hide{
    display: none;
}

.nav-button{

    background-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #24272A;
    
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #0a0a0a;
    text-decoration: none;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0.1em;
    position: absolute;
}

.owl-carousel .owl-nav button.owl-prev {
    left: .1em;
    position: absolute;
}

.owl-theme .owl-nav {
    margin-top: 5px;
}

.owl1{
    background-color: #9EA1A2;
    padding-top: 25px;
    padding-bottom: 25px;
}

.owl1 .item{

    position: relative;
}

.owl1 p{

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-family:"Gotham-medium",sans-serif;
    color: #ffffff;
    font-weight: bold;
}

.owl2{
    padding-top: 25px;
    padding-bottom: 25px;
}

h2{
    font-size: 40px;
    font-family:"Gotham-medium",sans-serif;
    color: #24272A;
    font-weight: bold;
    padding-bottom: 40px;
}

.btn {
    padding: 0rem 0.75rem;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}
.owl1 h2{

    font-size: 40px;
    font-family:"Gotham-medium",sans-serif;
    color: #24272A;
    
    padding-bottom: 40px;
}

.owl1 h2::after {
    content: "";
    display: block;
    width: 50px;
    padding-top:0px;
    border-bottom: 2.5px solid #ffffff;
  }

  .owl2 h2{

    font-size: 40px;
    font-family:"Gotham-medium",sans-serif;
    color: #24272A;
    font-weight: bold;
}

.owl2 h2::after {
    content: "";
    display: block;
    width: 50px;
    padding-top:0px;
    border-bottom: 2.5px solid #9EA1A2;
  }

h2::after {
    content: "";
    display: block;
    width: 50px;
    padding-top:0px;
    border-bottom: 2.5px solid #9EA1A2;
  }
      
  .owl-theme .owl-nav [class*='owl-'] {

    margin: 0px;
}

.owl-theme .owl-nav [class*='owl-'] {
    padding: 0px 0px;
}

.owl-theme .owl-dots {
   display: none;
}

.more{
	display: none;
    font-family:"Gotham-Book",sans-serif;
    color: #24272A;
    
    }

.post:not(:last-child){
	margin-bottom: 30px;
}

.more-link-btn a{
    text-decoration: none;
    color:#24272A;
    font-weight: bold;
    font-family:"Gotham-medium",sans-serif;
}

.more-link:hover {
    color: #24272A;
}

.moreless{
    text-decoration: none;
    color:#24272A;
    font-weight: bold;
    font-family:"Gotham-medium",sans-serif;
}

.text a{

    text-decoration: none;
    color:#24272A;
    font-weight: bold;
    font-family:"Gotham-medium",sans-serif;
}

.moreless:hover {
    color: #24272A;
}

.text-mobile a{
    text-decoration: none;
    color:#24272A;
    font-weight: bold;
    font-family:"Gotham-medium",sans-serif;
}
.moreless-mobile{

    text-decoration: none;
    color:#24272A;
    font-weight: bold;
    font-family:"Gotham-medium",sans-serif;
}
.moreless-mobile:hover {
    color: #24272A;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #24272A;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    font-family:"Gotham-medium",sans-serif;
}

.footer{
    background-color: #24272A;
    min-height: 40vh;
    min-height: 40vh;
}

.footer h2{
    color: white;
    font-size: 40px;
}

.footer .row{
    padding-top: 70px;
    padding-bottom: 60px;
}

.footer h2::after {
    content: "";
    display: block;
    width: 55px;
    padding-top:0px;
    border-bottom: 2.5px solid #9EA1A2;
  }

  .footer p{

    color: white;
  }

  .footer img{

    padding-top: 152px;
  }

  .industry{

    padding-top: 5px;
  }

  .industry .post h6{
    font-size: 16px;
    font-family:"Gotham-medium",sans-serif;
    color: #24272A;
    font-weight: bold;
  }

  .industry .post span{
    font-size: 15px;
    font-family:"Gotham-Book",sans-serif;
    color: #24272A;
    
  }


@media only screen and (max-width : 600px){

    #about,#sectors,#expertise{
        padding-top:30px;
        padding-bottom:30px;
      }

      #home {
        padding-top: 130px;
    }

    .navbar-brand img {
        margin-left: 0px;
    }

    .navbar-light {
        padding-right: 0px;
    }

    .hero {
        position: relative;
        margin: 0 auto;
        padding-top: 120px;
    }

    .centered-text {
        position: absolute;
        top: 72%;
    }

    .centered-text h2 {
        padding-bottom: 0px;
    }
    #expertise h2 {
        padding-bottom: 10px;
    }

    .owl1 {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .centered-text h2::after {
        width: 120px;
    }
        
    .centered-text h2 {
        font-size: 18px;
    }

    .centered-text h3 {
        font-size: 12px;
        padding-top: 5px; 
    }

    h2 {
        font-size: 18px;
    }

    .blackbox img{
        width: 135px;
    }
    .text-mobile {
        margin-top: -20px;
        padding-right: 0px;
        font-size: 15px;
        font-family: "Gotham-Book",sans-serif;
    }

    .owl1 h2 {
        font-size: 18px;
    }

    .owl1 p {
        font-size: 8px;
    }
    .owl-theme .owl-nav [class*='owl-'] {

        font-size: 9px;
    }

    .industry .post h6 {
        font-size: 15px;
    }

    .industry {
        padding-top: 10px;
    }

    .p-query{

        padding-top: 10px;
        padding-bottom: 10px;
    }
    .industry .post span {
        font-size: 13px;
    }
    .footer {
        min-height: 0vh;
    }

    .footer .row {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer img {
        padding-top: 50px;
        width: 70px;
    }
    .owl-carousel .owl-nav button.owl-next {
        margin-left: 15em;
    }

    .owl-carousel .owl-nav button.owl-prev {
        margin-right: 0em;
    }
 }

 @media only screen and (min-device-width : 768px) and (max-device-width : 1023px){

    #about,#sectors,#expertise{
        padding-top:100px;
        padding-bottom:100px;
      }

      .hero {

        padding-top: 160px;
    }

    .centered-text {
        top: 65%;
    }

    .centered-text h2 {
        padding-bottom: 0px;
        font-size: 35px;
    }

    .centered-text h3 {
        font-size: 30px;
    }

    .blackbox img {
        width: 335px;
    }

    .navbar-light {
        padding-right: 0px;
    }


    .navbar-brand img {
        margin-left: 0px;
    }

    .text {
        margin-top: -110px;
        padding-right: 0px;
    }

    .footer {
       min-height:0vh ;
    }

    .footer img {
        padding-top: 160px;
    }
    
    .industry .post span {
        font-size: 13px;
    }
    .owl-carousel .owl-nav button.owl-next {
        margin-left: 0em;
    }
    
    .owl-carousel .owl-nav button.owl-prev {
        margin-right: 36.5em;
    }
 }


 @media only screen 
 and (min-device-width: 1024px) 
 and (max-device-width: 1366px) 
 and (-webkit-min-device-pixel-ratio: 2){


    #about,#sectors,#expertise{
        padding-top:100px;
        padding-bottom:100px;
      }
      
    .blackbox img {
        width: 460px;
    }

    .hero {
        position: relative;
        margin: 0 auto;
        padding-top: 200px;
    }

    .text {
        margin-top: -140px;
        padding-right: 20px;
    }

    .navbar-brand img {
        margin-left: 35px;
    }

    
    .industry .post span {
        font-size: 17px;
    }

    .footer{
        min-height: 0vh;
    }

    .footer .row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .owl-carousel .owl-nav button.owl-next {
        margin-left: 0em;
    }
    
    .owl-carousel .owl-nav button.owl-prev {
        margin-right: 51.5em;
    }
    
 }
 
 @media only screen and (min-device-width: 834px) and (max-device-width: 1112px){

 }

  @media only screen and (min-width : 4095px) and (max-width : 5120px){

    #about,#sectors,#expertise{
        padding-top:220px;
        padding-bottom: 220px;
      }
    
      #home{
        padding-top: 270px;
      }

  }