html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  //overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  // font-family: "Open Sans", sans-serif;
  font-family: "Roboto", sans-serif;
}

@max767: ~"(max-width: 767px)";
@min768: ~"(min-width: 767px)";
@max991: ~"(max-width: 991px)";
@max1200: ~"(max-width: 1200px)";

#colors() {
  primary: #3291d1;
  secondary: #fc9b28;
  pink: #ec248e;
  green: #42bd81;
  red: #ee3238;
  white: #ffffff;
  black: #000000;
  grey: #a6a6a6;
}

.primary {
  color: #colors[primary];
}
.secondary {
  color: #colors[secondary];
}
.black {
  color: #colors[black];
}
.grey {
  color: #colors[grey];
}
.secondary-bg {
  background-color: #colors[secondary];
}
.primary-bg {
  background-color: #colors[primary];
}
.bg-black {
  background-color: #colors[black];
}
.bg-white {
  background-color: #colors[white];
}
.bg-grey {
  background-color: #colors[grey];
}
.bg-red {
  background-color: #colors[red];
}
a {
  cursor: pointer;
  &:hover {
    text-decoration: none;
  }
}
.font-s12 {
  font-size: 11px;
}

h3.heading {
  font-weight: bold;
}
.heading {
  font-size: 2rem !important;
  font-weight: bold;
}
.back-links {
  text-align: right;
  padding-top: 10px;
  font-weight: 500;
  a {
    color: #000 !important;
  }
}

.sticky-social {
  position: fixed;
  top: 40%;
  right: 0px;
  padding: 0px;
  margin: 0px;
  z-index: 9999;
  .social {
    list-style: none;
  }
  .social li {
    padding: 6px 6px;
    font-size: 22px;
    transition: all 0.8s ease-in-out;
    margin: 5px 0;
  }
  .social li:hover {
    margin-left: -30px;
    box-shadow: 2px 5px 10px grey;
  }
  .social li:hover .fa {
    margin-right: 20px;
  }
  .fa {
    color: #fff;
    transition: all 0.8s ease-in-out;
  }
  .fb {
    background-color: #3c5a98;
  }
  .insta {
    background-color: #dc4f42;
  }
  .linkedin {
    background-color: #007bb5;
  }
}

/****************************** navbar ****************************************/
nav .navbar-nav .nav-link,
nav .navbar-brand {
  color: #000;
  font-size: 14px !important;
}
nav {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  height: 75px;
  @media @max767 {
    height: auto;
    background: #fff !important;
  }
}
.nav-item {
  padding: 0px 7px;
  font-weight: 600;
}
.navbar-nav .active > .nav-link,
.navbar-nav a.nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show > .nav-link {
  color: #3291d1 !important;
}
.navbar-nav {
  > li {
    > a:hover,
    > a:active,
    > a:focus {
      //border-bottom: 2px solid #colors[secondary];
      color: #3291d1 !important;
    }
  }
}
img.logo {
  @media @max767 {
    width: 115px;
  }
} //end

/****************************** home ****************************************/
.first {
  .carousel-indicators {
    justify-content: left !important;
    @media @max767 {
      display: none;
    }
  }
  .carousel-indicators .active {
    background-color: #ee3238;
  }
  .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    border-radius: 50%;
    margin-left: 3px;
    top: -60px;
    cursor: pointer;
  }
  .carousel-caption {
    position: absolute;
    left: 15%;
    z-index: 10;
    color: #000;
    display: flex;
    bottom: 0;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    @media @max767 {
      left: 4%;
      width: 50%;
      display: inline-block;
    }
    h1 {
      font-weight: 400;
      @media @max767 {
        font-size: 5vw;
      }
    }
    h6 {
      font-weight: 600;
      @media @max767 {
        display: none;
      }
    }
    a.reach-us {
      border: 1px solid #000;
      width: fit-content;
      padding: 8px 20px;
      font-size: 12px;
      font-weight: 600;
      margin-top: 15px;
    }
  }
  .modal-dialog {
    max-width: 400px !important;
    margin: 1.75rem auto;
    .contact_form,
    #exampleFormControlTextarea1 {
      font-size: 14px;
      border: 1px solid #cacaca !important;
      margin-top: 20px;
      padding: 7px !important;
      width: 100%;
    }
    #submit {
      background: #colors[primary];
      color: #colors[white];
      font-weight: bold;
      padding: 8px 20px;
      font-size: 14px;
      width: 100%;
      margin-top: 15px;
    }
  }
}
.home-gallery {
  img {
    @media @max767 {
      padding: 15px;
    }
  }
}
#counter {
  .col-sm-3 {
    @media @max767 {
      margin-bottom: 40px;
    }
  }
  .heading::after {
    content: "";
    border-bottom: 2px solid #colors[primary];
    width: 100px;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
  }
  .counter {
    display: inline-block;
    margin-bottom: 25px;
    p {
      max-width: 200px;
      margin-bottom: 0;
      min-height: 50px;
      font-weight: 600;
    }
  }
  .counter-value {
    font-size: 45px;
    font-weight: 600;
    @media @max767 {
      font-size: 36px;
    }
  }
  .plus::after {
    content: "+";
    display: inline-block;
  }
  .pinkB {
    border-bottom: 2px solid #colors[pink];
  }
  .primaryB {
    border-bottom: 2px solid #colors[primary];
  }
  .greenB {
    border-bottom: 2px solid #colors[green];
  }
  .redB {
    border-bottom: 2px solid #colors[red];
  }
}

.project {
  background-color: #colors[red];
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding-left: 3vw;
  padding-top: 15px;
  color: #colors[white];
  .project-inner {
    margin: 15px 0;
    display: flex;
    img {
      width: 90px;
      height: 90px;
      @media @max767 {
        //object-fit: contain;
      }
    }
    p {
      font-size: 12px;
      margin-bottom: 0;
      line-height: 1.5;
      max-width: 65%;
      margin-left: 15px;
    }
    span {
      font-weight: bold;
      font-size: 14px;
    }
  }
}
.project-inner.active img {
  border: 2px solid #fff;
}
/****************************** Footer ****************************************/

.footer {
  background-color: #colors[black];
  p,
  h6 {
    margin-bottom: 5px;
    color: #colors[grey];
  }
  a {
    color: #colors[grey];
  }
  .h-25 {
    @media @max767 {
      height: auto !important;
      margin-top: 15px;
    }
  }
  .social-footer {
    font-size: 12px;
    hr {
      margin-top: 1rem;
      margin-bottom: 1rem;
      border: 0;
      border-top: 1px solid #d3d3d3 !important;
      // -webkit-box-shadow: -2px 3px 24px -8px rgba(0, 0, 0, 0.75);
      // -moz-box-shadow: -2px 3px 24px -8px rgba(0, 0, 0, 0.75);
      // box-shadow: -2px 0px 7px 0px #f8f9fa;
    }
    .social-inner {
      text-align: end;
      .fa {
        padding: 7px 9px;
        font-size: 15px;
        width: 30px;
        height: 30px;
        text-align: center;
        text-decoration: none;
        margin: 5px 2px;
        color: #fff !important;
        // border-radius: 50%;
        // background: #c2c2c2;
      }
    }
  }
}

/****************************** About Us ****************************************/
.about-us {
  p {
    margin-bottom: ;
  }
  .mission {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 35px 0;
    margin: 30px 0;
    img {
      width: 135px;
      @media @max767 {
        padding-bottom: 20px;
      }
    }
  }
}
/****************************** services ****************************************/
.services {
  .heading::after {
    content: "";
    border-bottom: 2px solid #colors[primary];
    width: 100px;
    display: block;
    padding-top: 15px;
  }
}
.services-tabs {
  .tab {
    overflow: hidden;
    background-color: #f1f1f1;
    display: flex;
    justify-content: space-around;
    @media @max767 {
      display: inline-table;
    }
  }
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    padding: 10px 0;
    @media @max767 {
      float: unset;
      width: 50%;
      font-size: 12px;
      padding: 10px 15px;
    }
  }

  .tab button:last-child {
    border-right: none;
  }

  .tab button:hover {
    color: #colors[primary];
    font-weight: 700;
  }

  .tab button.active {
    border-bottom: 2px solid #colors[primary];
    color: #colors[primary];
    font-weight: 700;
  }

  .swap img {
    width: 40px;
  }

  .swap img:last-child {
    display: none;
  }

  .tab button.active .swap img:first-child {
    display: none;
  }

  .tab button.active .swap img:last-child {
    display: inline-block;
  }
}
.tabcontent {
  //padding-bottom: 50px;
  .tab-ul {
    padding: 0;
  }
  .tab-ul li {
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 5px;
    padding-top: 3px;
    @media @max767 {
    //   display: flex;
      align-items: baseline;
    }
  }
  // .tab-ul li:last-child {
  //   border-bottom: none;
  // }
  // .tab-ul li::before {
  //   content: "\2192";
  //   font-size: 30px;
  //   padding-right: 8px;
  // }
}

/****************************** why-celesta ****************************************/
.why-celesta {
  .heading::after {
    content: "";
    border-bottom: 2px solid #colors[primary];
    width: 100px;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
  }

  .project-inner {
    margin: 40px 0;
    display: flex;
    align-items: center;
    @media @max767 {
      margin: 20px 0;
    }
    .number {
      font-size: 50px;
      color: #colors[primary];
    }
    img {
      width: 70px;
      height: 70px;
    }
    p {
      // font-size: 12px;
      margin-bottom: 0;
      line-height: 1.5;
      margin-left: 15px;
    }
    span {
      font-weight: bold;
      font-size: 18px;
    }
  }
}

/****************************** our-team ****************************************/
.our-team {
  .heading::after {
    content: "";
    border-bottom: 2px solid #colors[primary];
    width: 100px;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
  }
  .card {
    margin: 1rem auto;
    position: relative;
  }

  .card-body {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    width: 100%;
    background: rgba(50, 145, 209, 0.7);
    line-height: 1.3;
    .col-sm-8,
    .col-sm-7 {
      padding-right: 0px;
    }

    p {
      margin-bottom: 0px;
      // padding-left: 8px;
      color: #colors[white];
    }
    .know-more {
      background-color: transparent;
      border: 1px solid #colors[white];
      color: #colors[white];
      font-size: 13px;
      outline: none;
      cursor: pointer;
      float: right;
    }
  }
}
.modal-header {
  padding-bottom: 0;
  border-bottom: 0;
}
.modal-body {
  padding: 1rem 2rem;
  img {
    width: 100%;
  }
  ul {
    @media @max767 {
      padding-left: 15px;
    }
  }
  .name {
    @media @max767 {
      padding-top: 10px;
    }
    p,
    h4 {
      margin-bottom: 0;
    }
  }
  .name::after {
    content: "";
    border-bottom: 2px solid #colors[black];
    width: 100px;
    display: block;
    // margin: 0 auto;
    padding-top: 5px;
  }
}
.accordion-container {
  .accordion-title {
    position: relative;
    margin: 20px 0 0;
    padding: 10px 15px;
    background-color: transparent;
    font-size: 1.8em;
    font-weight: bold;
    color: #colors[primary];
    cursor: pointer;
    border: 1px solid #e6e7e9;
  }
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: #colors[primary];
  color: #colors[white];
  border: 1px solid #e6e7e9;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #colors[primary];
}
.accordion-container .accordion-title:hover::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #colors[white];
}
.accordion-container .accordion-title.open::after {
  content: "";
  position: absolute;
  top: 15px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}
.accordion-content {
  padding: 15px;
  border: 1px solid #e6e7e9;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
  .container1 {
    border: 1px solid #e6e7e9;
    background-color: transparent;
    border-radius: 5px;
    padding: 15px 10px;
    margin: 15px 0;
    height: 150px;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.75);
    @media @max767 {
      height: auto;
    }
    img {
      float: left;
      width: 95px;
      margin-right: 15px;
      border-radius: 50%;
      border: 2px solid #e6e7e9;
    }
    p {
      font-weight: 400;
    }
    span {
      font-size: 22px;
      display: block;
      font-weight: 500;
    }
    .know-more {
      background-color: transparent;
      border: 1px solid #colors[primary];
      color: #colors[primary];
      outline: none;
      cursor: pointer;
      position: absolute;
      bottom: 15px;
      right: 15px;
      @media @max767 {
        position: inherit;
        bottom: 0px;
        right: 0px;
      }
    }
  }
}
@media (max-width: 500px) {
  .accordion-content .container1 {
    text-align: center;
  }
  .accordion-content .container1 img {
    margin: auto;
    float: none;
    display: block;
  }
}
.container::after {
  content: "";
  clear: both;
  display: table;
}
.accordion-container {
  margin: 10px 0;
}
/****************************** contact ****************************************/
.contact {
  .heading::after {
    content: "";
    border-bottom: 2px solid #colors[primary];
    width: 100px;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
  }
  .fa {
    padding: 8px;
    font-size: 13px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }
  .fa-facebook {
    background: #3b5998;
    color: white;
  }

  .fa-twitter {
    background: #55acee;
    color: white;
  }
  .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  .fa-instagram {
    background: #bb0000;
    color: white;
  }
}
.contact_form,
#exampleFormControlTextarea1 {
  font-size: 14px;
  border: 1px solid #cacaca !important;
  margin-top: 10px;
  padding: 7px !important;
  width: 100%;
}
#submit {
  background: #colors[primary];
  color: #colors[white];
  font-weight: bold;
  padding: 8px 20px;
  font-size: 14px;
  border: none;
}

.thankyou {
  width: 100%;
  background-size: cover;
  background-image: url("../images/thankyou/Banner.jpg");
  background-position: top center;
  height: 310px;
  justify-content: center;
  align-items: center;
  display: flex;
  @media @max767 {
    margin-top: 65px;
    overflow-x: hidden;
    height: auto;
  }
  a:hover {
    color: #colors[secondary];
  }
}
/****************************** Mobile ****************************************/
@media @max767 {
  .projects-reverce {
    flex-direction: column-reverse;
  }
}
#anukuram{
    h3.heading{
        letter-spacing:2px;
}
 .heading::after {
    content: "";
    border-bottom: 2px solid #3291d1;
    width: 100px;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}
}