* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}



html {

  font-size: 1rem;

  scroll-behavior: smooth;

}



body {

  opacity: 1;

  transition: 2s opacity;

  font-weight: 300;

}



body {

  font-family: 'Roboto', sans-serif;

  overflow-x: hidden;

  font-size: 16px;

}



h1,h2,h3,h4,h5{

  font-family: 'Roboto Condensed', sans-serif;

}



h1 {

  font-weight: 700;

}

p {

  font-size: 18px;

  margin-bottom: 0px;

  line-height: 24px;

  font-weight: 400;

}



.container.container-width {

  position: relative;

}





h2 {

  font-weight: 700;

  font-size: 2.2rem;

}



h3 {

  font-size: 1.8rem;

  font-weight: 700;

}

h4 {

  font-size: 1.3rem;

  font-weight: 700;

}



p {

  font-size: 1rem;

  margin-bottom: 0px;

}





.img-responsive {

  width: 100%;

}

button:focus {

  outline: none !important;

}



ul {

  padding: 0;

  list-style: none;

}



li {

  padding: 0;

  list-style: none;

}



a {

  color: var(--pxpMainColor);

  text-decoration: none;

}

a:hover {

  color: var(--pxpMainColorDark);

  text-decoration: none;

}



.pb-100 {

  padding-bottom: 100px;

}

.pt-100 {

  padding-top: 100px;

}



.mt-100 {

  margin-top: 100px;

}

.mb-4 {

  margin-bottom: 1.5rem !important;

}

/**

 * 32.0 - Media queries

 */

 .container.container-width {
  position: relative;
}

@media (min-width: 576px) {

  .container-width {

    max-width: 660px;

  }

}

@media (min-width: 768px) {

  .container-width {

    max-width: 1000px;

  }

}

@media (min-width: 992px) {

  .container-width {

    max-width: 1100px;

  }

}

@media (max-width: 992px) {

.martinassociates-home-about-text {
  padding: 100px 20px !important;
  background-color: #dfe7f3;
}

.inner-banner-text-block {
  opacity: 70%;
}

}


@media (min-width: 1200px) {

  .container-width {

    max-width: 1300px;

  }

}

@media (min-width: 1400px) {

  .container-width {

    max-width: 1200px;

  }

}

@media (min-width: 1600px) {

  .container-width {

    max-width: 1400px;

  }

}



@media (min-width: 1400px) {

  .col-xxl-3 {

    flex: 0 0 auto;

    width: 25%;

  }

  .col-xxl-5 {

    flex: 0 0 auto;

    width: 41.66666667%;

  }

}



/* ////////////////////////navbar/////////////////////////// */



nav.navbar.navbar-expand-lg {

  padding-bottom: 0;

}

a.navbar-brand.d-flex.align-items-center {

  margin-bottom: 10px;

}

a.nav-link {
  padding: 4px 0;
}



.dropdown-toggle::after {

  display: none;

}

.text-decoration-none{
  text-decoration: none!important;
}

/* Font Awesome Icons have variable width. Added fixed width to fix that.*/

.icon-width { width: 2rem;}



.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

img.navbar-brand-logo {
  width: 497px;
}

div#navbar4 {
  justify-content: right;
}

button.navbar-toggler.navbar-toggler-right.border-0 {
  background-color: #22201d;
  margin-bottom: 10px;
}


nav.navbar.navbar-expand-lg {

  align-items: end;

}



.navbar-top-block {

  position: absolute;

  right: 20px;

  top: 15px;

  display: flex;

  align-items: center;

  gap: 20px;

}



.navbar-top-block-02 {
  border-left: 1px solid #808080;
  padding-left: 20px;
}

.navbar-top-block-01 h4 {
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color: #000000;
}

div#navbar4 {
  margin-top: 20px;
}

a.nav-link {
  font-size: 16px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  transition: .25s;
}
a.nav-link:hover {
  color: #f15f3b;
  transition: .25s;
}


div#navbar4 .nav-item  {
  border-right: 2px solid #f15f3b;
  transition: .25s;
}

div#navbar4 .nav-item:last-child{
  border-right: 0px solid #000;
}

li.nav-item.active a {
  border-bottom: 2px solid #22201d;
}

header.inner-header {
  margin-bottom: 0px;
  background-color: #f1efe9;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}
li.nav-item:hover {
  transition: .25s;
}




/* 

///////////////////home banner////////////////////// */


.home-header {
  /* border-top: 8px solid #FFC000; */
  position: fixed;
  z-index: 10;
  width: 100%;
background-color: #f1efe9;
  
}
header.home-header.stick {
  background-color: #f1efe9;
}

.home-banner-img {
  position: relative;
}

.home-header a.nav-link {
  color: #000;
}

.home-header a.nav-link:hover {
  color: #f15f3b;
}


.home-header .navbar-top-block-01 h4 {
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color: #000;
}

.home-banner-text-block-content {
  position: absolute;
  width: 80%;
  margin: 0px auto;
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: -40px;
}

.home-banner-text-block h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  background-color: #22201d;
  width: fit-content;
  padding: 6px 15px;
  color: #fff;
}

.home-banner-block-content-item {
  background-color: #22201d;
  text-align: center;
  padding: 15px 20px;
  margin-top: 30px;
  transition: .25s;
  border-right: 1px solid #fff;
  color: #f58b75;
}


.home-banner-block-content-item.border-none {
  border-right: 0px solid #000;
}




.home-banner-block-content-item:hover {
  transform: translateY(-20px);
  transition: .25s;
}

.home-banner-block-content-item h4{
  margin-top: 10px;
  color: #fff;
}

.section-title-block-title {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  min-width: 450px;
  text-align: center;
  justify-content: center;
}

.section-title-block-title h2 {
  margin-bottom: 0;
  color: #22201d;
  text-align: center;
  text-transform: uppercase;
}
.section-title-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

span.tr-blue {
  height: 2px;
  background-color: #22201d;
  width: 100%;
}
span.year {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
}
sup {
  top: -19px;
  font-size: 2rem;
  line-height: 0;
  right: -5px;
  font-weight: 600;
}
.home-banner-block-content-item h5 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
}

section#martinassociates-forms-section {
  margin-top: 100px;
}

.martinassociates-form-block {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
}

.martinassociates-form-block-item {
  width: 31.33%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease .25s;
}

.martinassociates-form-block-title {
  display: flex;
  justify-content: center;
}
.martinassociates-form-block-title h4 {
  text-align: center;
  margin-bottom: 20px;
  border: 2px solid #f15f3b;
  border-radius: 20px;
  padding: 5px 25px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.martinassociates-form-block-item img{
  transition: ease .25s;
}

.martinassociates-form-block-item:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transition: ease .25s;
}

.martinassociates-form-block-item-text {
  background-color: #22201d;
  width: 90%;
  margin: 0px auto;
  padding: 10px 5px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: .25s;
}

.martinassociates-form-block-item:hover .martinassociates-form-block-item-text{
  background-color: #EDEDED;
  transition: .25s;
  color: #22201d;
}
.martinassociates-form-block-item:hover .martinassociates-form-block-item-text h5 {
  transition: .25s;
  color: #22201d;
}


.martinassociates-form-block-item-text h5 {
  color: #f58b75;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 0;
  transition: .25s;
}

#martinassociates-about-us-section{
  background-image: url(../img/martin_associates_banner_home_about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.martinassociates-home-about-text {
  padding: 100px 0;
}
.martinassociates-home-about-text h2,.martinassociates-home-about-text h4 {
  color: #22201d;
}
.martinassociates-home-about-text p {
  color: #22201d;
  margin-bottom: 25px;
}
button.button-style-01 {
  background-color: #22201d;
  border: 0;
  padding: 8px 15px;
  border-radius: 5px;
  color: #FFF;
  font-weight: 500;
  transition: ease .25s;
}
button.button-style-01:hover {
  background-color: #f15f3b;
  color: #FFF;
  transition: ease .25s;
}



.gallery-img {
  margin-bottom: 30px;
}
section#gallery-section {
  margin-top: 70px;
}

.row.client-speak-block {
  position: relative;
  align-items: end;
}

.client-speak-block-content-item.item {
  border: 1px solid #000;
  width: 90%;
  padding: 30px;
  bottom: 0;
  z-index: 10000;
  background-color: #fff;
  border-radius: 5px;
}
div#client-speak {
  margin-left: -130px;
  margin-bottom: 60px;
}
.client-speak-block-content-item.item h5 {
  color: #22201d;
  font-weight: 700;
}
.client-speak-block-content-item.item p {
  color: #000;
  margin-top: 20px;
  font-weight: 400;
}
p.author{
  color: #22201d !important;
}
section#client-speak-section {
  margin-top: 30px;
  margin-bottom: 70px;
}
h2.section_title {
  padding-top: 60px;
  border-top: 1px solid #22201d;
  color: #22201d;
}
.row.form-group-wrapper h5 {
  font-size: 2rem;
}

.demoInputBox {
  margin-bottom: 10px;
  border: 0;
  border-bottom: 2px solid #B3B3B3;
  border-radius: 0;
  padding: 20px 10px 10px 0px;
  min-height: 60px;
}


.demoInputBox:focus{
  outline: none !important;
  border-color: #B3B3B3 !important;
  box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%) !important;
}

.form-group-content.meggage-box {
  margin-top: 30px;
}

textarea#content {
  border: 2px solid #B3B3B3;
  padding: 10px 10px 10px 10px;
  height: 125px;
}


ul.footer-navbar-02 {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  gap: 15px;
  margin-bottom: 0;
}

.social_media_block ul {
  display: flex;
  gap: 15px;
  width: 100%;
  justify-content: center;
  margin: 0px auto;
}

.dev-logo {
  margin: auto;
  margin-right: 0;
  width: fit-content;
}

ul.footer-navbar-02 li a {
  font-size: 18px;
  font-weight: 400;
  transition: .25s;
}

ul.footer-navbar-02 li a:hover{
  color: #22201d;
  transition: .25s;
}

.success {
  color: green;
  font-size: 1.3rem;
  margin: 10px 0px;
}

button.submit-btn {
  background-color: #22201d;
  border: 0;
  padding: 8px 15px;
  border-radius: 5px;
  color: #f58b75;
  font-weight: 500;
  transition: .25s;
  margin-top: 20px;
}

button.submit-btn:hover{
  background-color: #000;
  transition: .25s;
}




section#contact_block_202007_02 {
  margin-bottom: 60px;
}

.row.footer_block {
  border-top: 1px solid #22201d;
  padding: 20px 0;
  text-align: center;
  justify-content: center;
}

.footer_block_item_logo {
  width: 200px;
}

ul.footer-navbar-02 li {
  border-right: 1px solid #22201d;
  padding-right: 15px;
}

ul.footer-navbar-02 li:last-child {
  border-right: 0px solid #22201d;
  padding-right: 0px;
}

.about-content-block-text h2 {
  color: #1B75BB;
  text-transform: uppercase;
}

.video-block {

  margin-bottom: 40px;

}

@media screen and (max-width: 1600px) {
  .martinassociates-form-block-item {
    width: 30.33%;
    position: relative;
  }

}

@media screen and (max-width: 1300px) {



  ul.footer-navbar-02 li a {

    font-size: 14px;

    font-weight: 400;

    transition: .25s;

  }



}



@media screen and (max-width: 1100px) {

  .martinassociates-form-block-item-text h5 {
    font-size: .8rem;
  }

  ul.footer-navbar-02 {

    gap: 6px;

  }

  ul.footer-navbar-02 li {
    border-right: 1px solid #000;
    padding-right: 6px;

  }

}



@media screen and (max-width: 991px) {

  .home-header {
    position: relative;
    margin-bottom: 0px;
    background-color: #f1efe9;
  }

  .martinassociates-form-block {
    margin-bottom: 50px;
  }

  .martinassociates-form-block-item {
    width: 32.33%;
    position: relative;
  }

  div#navbar4 {

      margin-top: 4px;

  }

  div#navbar4 .nav-item {

    padding: 0px 10px;

  }

  a.nav-link {

    padding: 10px 0;

  }

  div#navbar4 .nav-item {

    border-right: 0px solid #000;

  }

  ul.footer-navbar-02 {

    gap: 6px;

    flex-wrap: wrap;

}



}





@media screen and (max-width: 767px) {



  img.img-responsive.home-banner-img-img {

    height: 400px;

    object-fit: cover;

  }




  .home-banner-text-block-content {

    position: relative;

    width: 90%;

    margin: 0px auto;

    left: auto;

    transform: translate(0%, 0%);

    bottom: auto;

    margin-top: -190px;

  }



  .home-banner-text-block h3 {

    font-family: 'Roboto Condensed', sans-serif;

    font-size: 31px;

    color: #fff;

  }





  .how-it-works-title-block-title {

    flex-direction: column;

  }



  .how-it-works-content-block-item {

    margin-bottom: 40px;

  }

  .how-it-works-title-block-title h2 {

    margin-bottom: 0;

    color: #77BC1F;

    font-size: 1.8rem;

  }



  .our-trusted-clients-border:nth-child(2), .our-trusted-clients-border:nth-child(6) {

    border-right: 0px solid #B3B3B3;

  }



  .our-trusted-clients-border:nth-child(5), .our-trusted-clients-border:nth-child(6) {

    border-bottom: 1px solid #B3B3B3;

  }



  span.tr-blue {

    height: 3px;

    background-color: #1B75BB;

    width: 80px;

}



}









@media screen and (max-width: 576px) {



  img.navbar-brand-logo {

    width: 150px;

  }

  .navbar-top-block {

    display: none;

  }

  nav.navbar.navbar-expand-lg {

    align-items: center;

  }



  .home-banner-text-block h3 {

    font-family: 'Roboto Condensed', sans-serif;

    font-size: 26px;

    color: #fff;

  }



  .our-trusted-clients-border {

    border-right: 0px solid #B3B3B3;

  }



  .our-trusted-clients-border:nth-child(7) {

    border-bottom: 1px solid #B3B3B3;

  }



  .who-we-are-block-item {

    width: 45%;

    flex-basis: 45%;

    text-align: center;

    margin-bottom: 20px;

  }



  .who-we-are-content-block {

    background-color: #EBF7DC;

    padding: 40px 35px;

  }





}





/* 





/////////////////////////////about page//////////////////////////// */





section#about-content-section {

  padding: 60px 0;

}



.about-content-block-img {

  margin-bottom: 20px;

}

.about-content-block-text p {

  margin-bottom: 20px;

}



.inner-banner-text {

  position: absolute;

  bottom: 60px;

  left: 60px;

}



.inner-banner-text h1{

  color: #fff;

}



.dropdown-menu.shadow-sm.sm-menu.show {

  margin: 0;

  border-top: 4px solid #22201d;

  background-color: #EDEDED;

  padding: 0;

}



a.dropdown-item {

  padding: 12px 15px;

  border-bottom: 1px solid #000;

}

a.dropdown-item:last-child {

  border-bottom: 0px solid #000;

}







.dropdown-item.active, .dropdown-item:active {

  color: #000;

  text-decoration: none;

  background-color: #77BC1F;

}



.dropdown-item.active, .dropdown-item:hover {

  color: #22201d;

  text-decoration: none;

  background-color: #FFF;

}





.service-content-block-img{

  margin-bottom: 15px;

}



.service-content-block-img img {

  width: 70%;

  margin-bottom: 20px;

}

section#how-drdo-bio-section {

  background-color: #EBF7DC;

  padding: 60px 0;

  margin-bottom: 60px;

}



.bio-digester-img {

  padding: 20px 40px;

  margin-top: 40px;

  background-color: #fff;

  border: 1px solid #000;

  border-radius: 5px;

}



.adv-bio-digester-item {

  text-align: center;

  display: flex;

  flex-direction: column;

  align-items: center;

}



.adv-bio-digester-item h4 {

  color: #1B75BB;

  font-size: 1.8rem;

  margin-bottom: 0;

}



.adv-bio-digester-item h5 {

  color: #77BC1F;

  font-weight: 600;

}



.working-features-block-item {

  text-align: center;

  margin-bottom: 30px;

}



span.icon img{

  transition: .25s;

}



span.icon img:hover{

  transform: rotate(25deg);

  transition: .25s;

}



.working-features-block-item h5 {

  color: #1B75BB;

  font-weight: 600;

  font-family: 'Roboto Condensed', sans-serif;

}



.demo-videos-content-block {

  background-color: #DAE9F2;

  padding: 40px 60px;

}

.video-block p {

  text-align: center;

}



section#demo-videos-section {

  margin-bottom: 60px;

}



button.download-btn {

  border: 0;

  background-color: #1B75BB;

  color: #fff;

  padding: 10px 20px;

  border-radius: 35px;

  margin: 0;

  margin-left: auto;

  display: block;

  margin-bottom: 10px;

  transition: .25s;

}



button.download-btn:hover{

  background-color: #77BC1F;

  transition: .25s;

}





section#projects-section {

  padding: 40px 0;

}

.projects-sub-title-block {

  display: block;

  align-items: baseline;

  margin-bottom: 30px;

  justify-content: space-between;

  position: relative;

}

.projects-sub-title-block h4 {

  color: #4D4D4D;

  font-size: 26px;

  margin-bottom: 0px;

  margin-right: 20px;

  width: fit-content;

  background-color: #fff;

  padding-right: 15px;

}

.projects-sub-title-block-tr {

  background-color: #1B75BB;

  height: 2px;

  position: absolute;

  top: 22px;

  left: 0;

  width: 100%;

  z-index: -1;

}

.project-img-block {

  margin-bottom: 30px;

}



.contact-details-block-item a {

  font-family: 'Roboto Condensed', sans-serif;

  font-size: 20px;

  font-weight: 600;

}



.contact-details-block-item i {

  margin-right: 10px;

}



.contact-details-block {

  border-bottom: 2px solid #000;

  padding-bottom: 15px;

  margin-bottom: 15px;

}



.drdo-logo-block-text {

  border-left: 1px solid #000;

  height: 100%;

  align-items: center;

  line-height: inherit;

  padding-left: 30px;

}



.social_media_block {

  text-align: center;

  display: flex;

  justify-content: center;

}



@media only screen and (max-width: 991px) {

  .martinassociates-form-block-item {
    width: 14%;
    position: relative;
}

div#client-speak {
  margin-left: -60px;
  margin-bottom: 30px;
}
.client-speak-block-content-item.item {
  border: 1px solid #000;
  width: 100%;
}



}



@media only screen and (max-width: 767px) {

  .martinassociates-form-block-item {
      width: 31%;
      position: relative;
  }



  .home-banner-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    min-height: 500px;
}


}




@media only screen and (max-width: 576px) {

  .footer_block_item_logo {

    width: 120px;

    margin: 0px auto;

  }

  .social_media_block ul {

    display: flex;

    margin-bottom: 0;

    justify-content: center;

    gap: 15px;

    margin-top: 20px;

  }
  .martinassociates-form-block-item {
    width: 47%;
    position: relative;
  }

div#client-speak {
  margin-left: 30px;
  margin-bottom: 30px;
  margin-top: -80px;
}
.client-speak-block-content-item.item {
  border: 1px solid #000;
  width: 90%;
}


  ul.footer-navbar-02 {

    display: flex;

    justify-content: center;

    margin-top: 25px;

    gap: 15px;

  }



  .social_media_block ul li img {

    width: 24px;

  }

  .drdo-logo-block {

    width: 50%;

    margin: 0px auto;

    margin-bottom: 20px;

}



.drdo-logo-block-text {

  padding-left: 0;

  border-left: 0;

  border-top: 1px solid #000;

  padding-top: 20px;

  text-align: center;

}



}


@media only screen and (max-width: 450px) {

  .martinassociates-form-block-item {
    width: 47%;
    position: relative;
  }
}



@media only screen and (max-width: 365px) {

  .martinassociates-form-block-item {
    width: 100%;
    position: relative;
  }
}


/* 
///////////////////////////////////////////////////////
     aabout page
////////////////////////////////////////////////////// */


#inner-baner-section {
  position: relative;
  margin-top: 80px;
}

.inner-banner-img img{
  height: 450px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.inner-banner-text-block {
  position: absolute;
  bottom: 0;
  background-color: #22201d;
  padding: 0 50px 30px;
  height: 450px;
  display: flex;
  align-items: end;
  color: #FFF;
  flex-direction: column;
  justify-content: flex-end;
}

.inner-banner-text-block h2 {
  color: #FFF;
  font-size: 2.8rem;
}

.text-full-colum h5 {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #22201d;
}

.text-full-colum {
  border-top: 1px solid #22201d;
  border-bottom: 1px solid #22201d;
  padding: 20px;
  margin-top: 50px;
}
section#about-about-us-section {
  padding-top: 60px;
  position: relative;
}
.about-text-block {
  padding-top: 30px;
}
.about-text-block-img {
  position: relative;
  padding-top: 5%;
}

.about-text-block-img img {
  position: relative;
  width: 95%;
}
.about-text-block-img::before {
  position: absolute;
  content: "";
  width: 50%;
  background-color: #f15f3b;
  top: 0;
  right: 0;
  height: 50%;
}


#leadership-section{
  padding-top: 60px;
}

.row.justify-content-evenly {
  justify-content: space-evenly;
}

.leadership-block-text {
  margin-top: 15px;
}
.leadership-block-text h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #f15f3b;
}


.leadership-block-img:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  transition: ease .25s;
}
.leadership-block-img img {
  width: 90%;
  transition: ease .25s;
}

.leadership-block-img {
  margin: 0px auto;
  text-align: center;
  position: relative;
}
.leadership-block-img::after {
  position: absolute;
  content: "";
  /* background-image: url(../img/pattern.jpg); */
  background-color: #f15f3b;
  width: 90%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0px;
  z-index: -1;
  top: -5%;
}
.leadership-block {
  margin-top: 30px;
}

.row.row-rev {
  flex-direction: row-reverse;
}

.martinassociates-form-block-row {
  padding: 80px 0 60px;
  
}
.martinassociates-form-block-row.border-btm{
  border-bottom: 1px dashed #22201d;
}

.martinassociates-form-text-block h2 {
  color: #22201d;
  font-size: 2.5rem;
  margin-bottom: 15px;
}

section#contact-section {
  padding: 60px 0;
}
h2.section_title_contact {
  color: #22201d;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.contact-details-block-02 {
  border-bottom: 1px solid #22201d;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.contact-address-map {
  margin-top: 50px;
}

section#courses-table-section {
  padding: 60px 0;
}

table.courses-table {
  margin: 0px auto;
  width: 100%;
  border: 1px solid #22201d;
}

table.courses-table thead {
  background-color: #22201d;
  color: #fff;
  padding: 10px;
}


table.courses-table thead tr th {
  padding: 10px;
}

table.courses-table tbody tr:nth-of-type(odd) {
  background-color: #fff8df;
}
table.courses-table tbody tr:nth-of-type(even) {
  background-color: #FFC000;
}

table.courses-table tbody tr td {
  padding: 6px 10px;
  font-weight: 500;
  border-right: 1px solid #22201d;
}



footer {
  background: #22201d;
  padding: 0px 0;
}
.footer-block-01 {
  background: #e2e2e2;
  padding: 40px 20px;
}
img.footer-logo {
  width: 160px;
  margin-bottom: 20px;
}
.footer-block-01 ul li a {
  color: #22201d;
  font-weight: 400;
  font-size: 14px;
}
.footer-block-01 ul li a:hover{
  color: #f58b75;
}
.footer-block-01 ul li{
  color: #22201d;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 10px;
}
ul.footer-nav {
  display: flex;
  gap: 10px;
}
ul.footer-nav li{
  border-right: 1px solid #283890;
  padding-bottom: 0;
  padding-right: 10px;
}

ul.footer-connect{
  color: #283890;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  gap: 10px;
}
ul.footer-connect li{
  border-right: 1px solid #283890;
  padding-bottom: 0;
  padding-right: 10px;
}

.footer-block-01{
  color: #22201d;
  font-weight: 400;
  font-size: 14px;
}

.footer-detail-page-nav {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 40px 0;
}
.footer-detail-page-nav ul h4 {
  font-weight: 500;
  color: #f58b75;
  border-bottom: 1px solid #fff;
}
.footer-detail-page-nav ul li a {
  color: #fff;
  padding-bottom: 10px;
  display: block;
}

.footer-detail-page-nav ul li a:hover{
color: #f58b75
}


.row.footer_block p {
  color: #fff;
}
.row.footer_block p.text-center.copy {
  color: #000;
}

@media only screen and (max-width:991px) {

  .inner-banner-img img {
    height: 350px;
  }
  .inner-banner-text-block {
    height: 350px;
  }
  header.inner-header {
      position: relative;
  }
  #inner-baner-section {
    position: relative;
    margin-top: 0px;
}

}


@media only screen and (max-width: 767px) {

  .martinassociates-form-text-block {
    margin-bottom: 50px;
  }
  .contact-form-block {
    margin-bottom: 40px;
  }

  .footer-detail-page-nav {
    flex-direction: column;
  }
}





@media only screen and (max-width: 576px) {

  .leadership-block-img {
    margin-top: 60px;
  }

  table.courses-table tbody tr td {
    padding: 6px 10px;
    font-weight: 500;
    border-right: 1px solid #22201d;
    font-size: 12px;
}

}

/*-------------------back-to-top----------------*/



/*--------------------------------------------------

    [Back To Top Theme Button]

----------------------------------------------------*/



.cd-top {

  display: inline-block;

  height: 40px;

  width: 40px;

  position: fixed;

  bottom: 40px;

  right: 10px;

  /* image replacement properties */

  overflow: hidden;

  text-indent: 100%;

  white-space: nowrap;

  background: #22201d url(../img/cd-top-arrow.svg) no-repeat center 50%;

  visibility: hidden;

  opacity: 0;

  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s,

    background-color 0.3s 0s;

  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;

}



.cd-top.cd-top--show,

.cd-top.cd-top--fade-out,

.cd-top:hover {

  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s,

    background-color 0.3s 0s;

  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;

}



.cd-top.cd-top--show {

  /* the button becomes visible */

  visibility: visible;

  opacity: 1;

}



.cd-top.cd-top--fade-out {

  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */

  opacity: 0.5;

  z-index: 1000;

}



.cd-top:hover {

  background-color: #22201d;

  opacity: 1;

}



/* 



//////////////////////// */





@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }

}



@media only screen and (min-width: 1024px) {

  .cd-top {

    height: 40px;

    width: 40px;

    right: 30px;

    bottom: 10px;

  }

}


.modal-dialog {
  max-width: 800px;
}
.modal-content {
  background-color: transparent;
  padding: 0;
  border: 0px;
}
button.close {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  opacity: 1;
  font-weight: 500;
  font-size: 3rem;
}