@font-face {
  font-family: "optima-regular";
  src: url(../fonts/optima-reg.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "optima-bold";
  src: url(../fonts/optima-bold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "optima-medium";
  src: url(../fonts/optima-medium.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "optima-italic";
  src: url(../fonts/optima-Italic.ttf) format("truetype");
  font-display: swap;
}

html,
body,
h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:hover,
*:focus,
*:visited {
  outline: 0;
}

:root {
  --headbrown: #352627;
  --white: #ffffff;
  --darkgray: #151515;
  --green: #a8cb87;
  --peachbg: #f4f0ea;
  --lightgray: #f4f4f5;
  --bgblue:#073C6F;
}

.headblue {
  color: var(--headbrown);
}

body {
  margin: 0 auto;
  font-family: "optima-regular";
  font-weight: 400;
  color: #000;
  font-size: 17.5px;
  line-height: 150%;
  background-color: #fff;
  overflow-x: hidden !important;

}

.clearfix {
  clear: both;
}

.mHide {
  display: block !important;
}

.dHide {
  display: none !important;
}


img {
  width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  aspect-ratio: attr(width) / attr(height);
}

.wrapper {
  width: 100%;
  margin: 0;
}


.paddingTopBottom {
  padding: 60px 0px 0px 0px;
}


.paddingTopBottomsmall {
  padding: 25px 0px;
}

.textuppercase {
  text-transform: uppercase;
}


.footercontainerline{
 border-bottom: 2px solid #e2e0df;
 margin-bottom: 15px;

}

.full_width {
  width: 100%;
  margin: 0 auto;
}

.containerAsp {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;

}


ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

/**********************/
/** Header css **/
/**********************/

.header_main {
  width: 100%;
  max-width: 100%;
  background-color: var(--white);
  position: fixed;
  top: 0;
  z-index: 9999;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.header_main .containerAsp
{
  width: 100%;
    max-width: 95%;
    margin: 5px auto;
}

/* .header {
    width: 1140px;
    max-width: 80%;
    margin: 0 auto;
  } */

.headerInside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px;
}

.navMenuBtn {
  cursor: pointer;
  opacity: 1;
  margin-right: 0px;
  display: flex;
    flex-direction: column;
    gap: 5px;
}

.pageScroll {
  display: block;
  z-index: 99999999;
  opacity: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  will-change: opacity;
  opacity: 1;
  background-color: #fff;
  backdrop-filter: blur(20px);
  /* box-shadow: 0 4px 12px 0 #00000017; */
  /* height: 60px; */
}

.pageScroll .bar1,
.pageScroll .bar2,
.pageScroll .bar3 {
  background-color: #000;
}

.bar1,
.bar2,
.bar3 {
  width: 25px;
    height: 3px;
    background-color: #fff;
    /* margin: 0px 0 4px 0; */
    transition: 0.4s;
    border: 0 solid;

}

/* .bar3{
  margin: 0px 0 0px 0;
} */

.change {
  margin-top: 9px;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 0px);
  transform: rotate(-45deg) translate(-3px, 0px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-11px, -8px);
  transform: rotate(45deg) translate(-11px, -8px);
}

.logo {
  /* width: 200px;
  max-width: 25%;
  margin: 9px 0px; */
  float: left;

}

.logo a img {
  width: 250px;
  height: 55px;
  margin: 9px 0px;
  float: left;
 
  
}

.top_right {
  width: 395px;
  max-width: 65%;
  float: right;
  margin-top: 21px;
}


.calllink
{
  display: flex;
    align-items: center;
    gap: 20px;
}

.calllink img {
  width: 30px;
  margin-right: 5px;
}

.calllink a {
  color: #000;
  font-weight: 600;
  font-size: 19px;
  text-decoration: none;
}

.rightnavsection{
  display: flex;
    gap: 30px;
    align-items: center;
}


.section-title {
  padding: 0px;
  margin: 0px;
  font-family: 'optima-regular';
  font-size: 35px;
  margin-bottom: 25px;
  letter-spacing: normal;
}

.section-titlebig {
  padding: 0px;
  margin: 0px;
  font-family: 'optima-regular';
  font-size: 35px;
  margin-bottom: 25px;
  letter-spacing: normal;
}

.section-title2 {
  padding: 0px;
  margin: 0px;
  font-family: 'optima-regular';
  font-size: 30px;
}



.headerMenuClick .headerInside2 {
  opacity: 0 !important;
  display: none !important;
}

.sidebarNavigation {
  width: 300px;
  height: 100vh;
  max-width: 76%;
  position: fixed;
  right: -536px;
  top: 0;
  z-index: 9999;
  opacity: 0;
  background-color: #151515;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  will-change: opacity;
  opacity: 1;
  transition: all 0.8s ease-in-out;
}

.sidebarNavigationShow {
  right: 0px;
  transition: all 1s ease-in-out;
}

.sidebarNavigation ul {
  list-style: none;
  padding: 120px 20px 0px 20px;
}

.sidebarNavigation ul li {
  margin: 6% 5% 8% 0%;
  text-align: left;
}

.sidebarNavigation ul li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff87;
  text-decoration: none;
  padding-top: 4px;
}

.sidebarNavigation ul li a:hover {
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.sidebarNavigation ul li.active a {
  color: #fff;
}

/* .sidebarNavigation ul li {
  margin: 3% 5%;
} */

.sidebarNavigation ul li a:not([href]):not([class]){
  color: #ffffff87;
}

.projlinks
{
  display: none;
}

.projlinkcontainer
{
  margin-top: 15px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

#projectlist
{
  position: relative;
  cursor: pointer
}

#projectlist img
{
  width:15px;
  margin-left:5px;
  transition: transform 0.5s ease-in-out;
}

#projectlist.active img
{
  transform: rotate(180deg);
}

.customer{
  display: flex;
  gap:10px;
}



.locate2{
  width: 17px;
  margin-top: 4px;
  height: 16px;
}

.call-section {
  max-width: 300px;
 margin-top: 16px;
}

.header-call{
  display: flex;
  align-items: left;
  justify-content: left;
  gap: 10px;
}



.call-section h2 {
  font-size: 35px;
}
.call-section a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}
.call-section p {
  color: #000000;
  font-size: 14px;
}

.call-section img{
  width: 17px;
  height: 16px;
}

.footer
{
  background-color: #f7f7f6;
  border-top: 5px solid #e2e0df;
  padding-bottom: 60px;
}

.footercontainer
{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footerleft
{
  width: 46%;
}

.footerleft .disclaimer
{
  font-size: 14px;
    font-family: 'optima-regular';
    text-transform: uppercase;
}

.footerright
{
  width: 50%;
}

.footercontent{
  display: flex;
 
  gap: 30px;
}

.companydetails,
.call-section {
  flex: 1;
}

.header-call {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.address {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

.footerright h2
{
  font-size: 17px;
    font-family: 'optima-bold';
}

.footerhead{
text-align: left;
}

.navlinks
{
  display: flex;
  align-items: flex-start;
}


.navlink
{
  width:33.33%;
}

.navlink h2
{
  
    font-family: 'optima-bold';
    font-size: 17px;
}

.breadcrumbSection
{
  background-color: #fff;
}
ul.breadcrumbs {
  padding: 10px 0px 10px 0px;
  list-style: none;
  background-color: #fff;
}

/* Display list items side by side */
ul.breadcrumbs li {
  display: inline;
  font-size: 18px;
  text-decoration: none;
  border: 0px;
  font-weight: normal;
  font-family: 'optima-regular';
  padding: 0px;
  margin: 0px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumbs li+li:before {
  padding: 8px 2px 8px 2px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumbs li a {
  color: #aa863f;
  text-decoration: none;
  display: inline;
  border: 0px;
  font-weight: normal;
  font-family: 'optima-regular';
  padding: 0px;
  margin: 0px;
}

/* Add a color on mouse-over */
ul.breadcrumbs li a:hover {
  color: #aa863f;
  text-decoration: none;
}

.navlink ul
{
  list-style-type: none;
}

.navlink ul li
{
  margin-bottom: 10px;
  font-family: 'optima-regular';
    font-size: 14px;
}


.navlink ul  a
{
  text-decoration: none;
  color:#000;
}


.companydetails
{
  margin-top:20px;
}

.address
{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;

}

.address h2
{
  font-family: optima-bold;
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
}

.address img
{
  width:17px;
  margin-top: 4px;
  height: 16px;
}

.locate{
  width:19px;
  height: 16px;
}

.sociallinks
{
  display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-end;
}

.footercontainer2
{
  align-items: center;
  margin-top: 0px;
  
}


.footercontainer2 a
{
  color:#000;
  text-decoration: none;
}

.sociallinks a
{
  
}


.sociallinks img
{
  width:40px;
}


.copyright {
  width: 100%;
  text-align: center;
  margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.commonbanner
{
  padding: 75px 0;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
}

.commonbanner img{
  position: relative;
  z-index: 0;
}

.commonbanner .head-title
{
  font-size: 36px;
  position: absolute;
  top:55%;
  left:50%;
  transform: translate(-50%, -50%);
  color:#fff;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
    background-color: #0000003d;
}

.head-title{
  font-size: 36px;
}


.dropselect_wrap{
  display: block;
  width: 200px;
  position: relative;
  user-select: none;

}

.dropselect_wrap .dropdefault_option{
  background: #fff;
  border-radius: 0px;
  position: relative;
  cursor: pointer;
  list-style-type: none;
  border: 1px solid #000;
}

.dropselect_wrap .dropdefault_option li{
    padding: 10px 20px;
}

.dropselect_wrap .dropdefault_option:before{
  content: "";
  position: absolute;
  top: 17px;
  right: 18px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent #000 #000;
  transform: rotate(-45deg);
}

.dropselect_wrap .select_ul{
  position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    display: none;
    list-style-type: none;
    border: 1px solid #000;
    z-index: 99;
}

.dropselect_wrap .select_ul li{
  padding: 10px 20px;
  cursor: pointer;
}


.dropselect_wrap .select_ul li:hover{
  background-color: #f7f7f6;
}


.dropselect_wrap .option{
  display: flex;
  align-items: center;
}

.dropselect_wrap .option p{
  color:#000;
  font-size: 18px;
}

.dropselect_wrap.active .select_ul{
  display: block;
}

.dropselect_wrap.active .default_option:before{
  top: 22px;
  transform: rotate(-225deg);
}

.hideelement {
  display: none;
}

.CommonContentBox
{
  padding:60px 0px;
}

.CommonContent p
{
  padding: 10px 0px;
}

.CommonContent p
{
  padding: 10px 0px;
}

.CommonContent h4
{
  margin-top:20px;
  font-size:22px;
}

.CommonContent ul
{
  list-style-type: disc;
  margin-left:12px;
}

.CommonContent ul li
{
  margin-bottom: 7px;
}

#aspTbl {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.aspMainTbl{
    margin-top:20px;
}
#aspTbl td, #aspTbl th {
  border: 1px solid #ddd;
  padding: 8px;
}

#aspTbl tr:nth-child(even){background-color: #f2f2f2;}

#aspTbl tr:hover {background-color: #ddd;}

#aspTbl th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #134c91;
  color: white;
}


.thankyou
{
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.thankyoucontent
{
  text-align: center;
  margin-top: 50px;
}


.section404
{
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.section404content
{
  text-align: center;
  margin-top: 50px;
}

.section404content hr
{
    width: 1px;
    height: 70px;
    background-color: #a3a3a3;
    margin: 10px auto;
}

/* Awards */

.awardssection
{

}

/* .awardssection h2
{
  text-align: center;
} */

.awardssection .awardsslider .awarditem
{
  border:1px solid #fff;
  background-color: #e0e0e0;
  display: flex;
  flex-direction: column;
}

.awardssection .awardsslider .awarditem .awarddescription
{
    background-color: #a8863e;
    text-align: center;
    padding: 10px;
    width: 100%;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awardssection .awardsslider .awarditem .awarddescription h4
{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
}

.awardssection .awardsslider .awardimage img
{
  width:auto;
  margin:0px auto;
}

.awardssection .awardsslider .awardimage
{
  width:100%;
  text-align: center;
}

.awardsslider.slick-slider {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin: 1.5rem auto 3rem auto;
  max-width: 900px;
  width: 100%;
}

.awardcontainer
{
  display: flex;
  flex-direction: column;
}

.awardcontainer.slick-slide:after {
  content:'';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,.5);
  /*transition: transform .4s;*/
}

.awardcontainer.slick-center:after {
  opacity: 0;
   margin:10px;
  padding:10px;
}
.awardcontainer.slick-slide {
  width: 500px;
  height: 470px !important;
  /* transition: transform .5s ease; */
  position: relative;
}
.awardcontainer.slick-slide img {
  opacity: 0;
}

.awardcontainer.slick-slide .awardyear {
  opacity: 0;
  text-align: center;
  font-weight: normal;
    font-family: 'optima-bold';
    font-size: 18px;
    margin-top: 10px;
}

.awardcontainer.slick-slide .awarditem .awarddescription h4 {
  opacity: 0;
}

.awardcontainer.slick-slide {
  transform: scale(1)  translate(540px);
}

.awardcontainer.slick-slide.slick-center + .slick-slide {
  transform: scale(1) translate(-400px);
  z-index: 10;
}

.awardcontainer.slick-slide.slick-center + .slick-slide + .awardcontainer.slick-slide {
  transform: scale(1)  translate(-540px);
  z-index: 5;
}

.awardcontainer.slick-slide.slick-active {
  transform: scale(1) translate(400px);
}

.awardcontainer.slick-slide.slick-center {
  transform: scale(1);
  z-index: 30;
  background-color: #fff;
 
}

.awardcontainer.slick-slide.slick-center img {
  opacity: 1;
}

.awardcontainer.slick-slide.slick-center .awardyear {
    opacity: 1;
    font-weight: normal;
    font-family: 'optima-bold';
    font-size: 18px;
    margin-top: 24px;
}

.awardcontainer.slick-slide .line{
  width:50%;
  height:2px;
  background-color: #ccc;
  position: relative;
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
}
.awardcontainer.slick-slide .line:after{
  content:"";
  width:10px;
  height:10px;
  background-color: #828282;
  border-radius: 50%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.awardcontainer.slick-slide.slick-center .awarditem .awarddescription h4 {
  opacity: 1;
}

.awardsPrev, .awardsNext {
  position: absolute;
  top: 97.5%;
  right: -25px;
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}

.awardsPrev img, .awardsNext img {
  width: 20px;
}

.awardsNext {
  left: auto;
  right: 40%;
}
.awardsPrev {
  left: 40%;
  right: auto;
}

.address a{
text-decoration: none;
color: #000;
}





/* Awards Ends Here*/

@media (max-width: 768px) {


.footercontent{
  display: flex;
  flex-direction: column;
}

  .containerAsp {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }

  .mHide {
    display: none !important;
  }

  .dHide {
    display: block !important;
  }

  .logo a img {
    width: 180px;
    margin: 9px 0px;
    float: left;

    height: auto;
}

  .section-titlebig {
      font-size: 25px;
  }

  .section-title {
      font-size: 23px;
  }


  .calllink
  {
    display: none;
  }

  .paddingTopBottom {
    padding: 40px 0px 10px 0px;
  }


  .commonbanner .head-title
  {
    font-size: 25px;
  }



  .footercontainer {
    flex-direction: column;
  }

  .footercontainer2 {
    align-items: center;
    flex-direction: column-reverse;
  }

  .footercontainer2 .footerright 
  {
    margin-top: 0px;
        margin-bottom: 20px;
  }

  .sociallinks {
      justify-content: left;
      margin-top: 20px;
  }

  .footerleft {
    width: 100%;
  }

  .footerright {
    width: 100%;
    margin-top: 20px;
  }

  .navlinks {
    flex-wrap: wrap;
  }

  .navlink {
    width: 50%;
  }

  .navlinks .navlink:nth-child(3)
  {
    width:60%;
  }


  
    .copyright {
        flex-direction: column;
        align-items: center;
        gap:10px;
        margin-top: 25px;
    }


    .footerleft .disclaimer {
        text-align: center;
    }

    .footerleft .copytext {
      text-align: center;
  }


  .awardsslider.slick-slider {
    position: relative;
    z-index: 200;
    padding: 0 0px;
    margin: 1.5rem auto 3rem auto;
    max-width: 100%;
    width: 100%;
  }
  
  .awardcontainer.slick-slide {
    width: 80%;
    height: auto;
    position: relative;
    height: 400px !important;
  }


  .awardcontainer.slick-slide {
    transform: unset;
  }
  
  .awardcontainer.slick-slide.slick-center + .slick-slide {
    transform: unset;
    z-index: 10;
  }
  
  .awardcontainer.slick-slide.slick-center + .slick-slide + .awardcontainer.slick-slide {
    transform: unset;
    z-index: 5;
  }
  
  .awardcontainer.slick-slide.slick-active {
    transform: unset;
  }

  .awardssection .awardsslider .awardimage img {
      opacity: 1;
      width:100%;
  }

  .awardcontainer.slick-slide .awarditem .awarddescription h4 {
      opacity: 1;
  }

  .awardcontainer.slick-slide:after {
      content: '';
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, .5);
      display: none;
      /* transition: transform .4s; */
  }

  .awardcontainer.slick-slide .awardyear {
      opacity: 1;
  }

  .awardsNext {
      left: auto;
      right: 32%;
  }

  .awardsPrev {
    left: 32%;
    right: auto;
  }

  .awardssection .awardsslider .awarditem .awarddescription {
      min-height: 95px;
  }

  /* .awardssection .awardsslider_mob .awarditem_mob
  {
    border:1px solid #fff;
    background-color: #c0c1c6;
    display: flex;
    flex-direction: column;
  }

.awardssection .awardsslider_mob .awarditem_mob .awarddescription_mob
{
    background-color: #a8863e;
    text-align: center;
    padding: 10px;
    width: 100%;
}

.awardssection .awardsslider_mob .awarditem_mob .awarddescription_mob h4
{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.awardssection .awardsslider_mob .awardimage_mob img
{
  width:auto;
  margin:0px auto;
}

.awardssection .awardsslider_mob .awardimage_mob
{
  width:100%;
  text-align: center;
} */


}