* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}
body {
  font-size: 1.2em;
  font-family: "Roboto", sans-serif !important;
}
.section {
  margin: 100px 0;
}
p {
  line-height: 30px;
}
.navbar-brand span {
  font-size: 15px;
}
.navbar-brand img {
  display: flex;
}
@media (min-width: 320px) and (max-width: 767px) {
  .section {
    margin: 40px 0;
  }
}
.logo {
  height: 4rem;
  margin-left: 44px;
}
.header-logos {
  display: flex;
  list-style: none;
  gap: 1rem;
}
.header-logos img {
  height: 25px;
  line-height: 3rem;
  width: 100%;
}
.navbar-nav li {
  border-left: 1px solid #000;
  margin-top: 25px;
  text-transform: uppercase;
  margin-left: 20px;
}
.navbar-nav li a {
  font-size: 12px;
  font-weight: normal;
}
.nav-link {
  display: block;
  padding: 0 1rem !important;
}
.navbar-nav li a:hover {
  color: rgba(171, 6, 6, 0.786) !important;
}
.navbar-nav li .dropdown-item:hover {
  color: white !important;
}
@media (min-width: 320px) and (max-width: 991px) {
  .navbar-nav li {
    border: none;
  }
}

/* banner start */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 22%);
  text-align: center;
  color: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title {
  color: #f1bb29;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  transform: translateY(-60px);
  transition: all 0.6s linear;
}
.overlay h1 {
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  font-weight: 700;
  transform: translateY(-30px);
  transition: all 0.6s linear;
}
.overlay h3 {
  font-size: 20px;
}

/********************    consortium section start    ***************************/

.common-heading h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
.common-heading span {
  width: 100px;
  height: 3px;
  display: block;
  background-color: #f1bb29;
}
.product {
  margin-top: 70px;
  padding-left: 30px;
  padding-right: 30px;
}
.product-text {
  margin-top: 20px;
}
.product-image img {
  border: 2px solid #ccc;
  height: 109px;
  width: 200px;
}
.product-text h3 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #4b4b4b;
  margin-bottom: 15px;
}
.fab-txt2 {
  border-bottom: 2px solid #0273b7;
  width: 46%;
  display: block;
  line-height: 26px;
  margin-left: auto !important;
  margin-right: auto;
  display: block;
  line-height: 26px;
  margin-top: -3px;
}
.fab-txt1 {
  border-bottom: 2px solid #82be1e;
  width: 45%;
  margin-left: auto !important;
  margin-right: auto;
  display: block;
  line-height: 26px;
  margin-top: -3px;
}
.fab-txt3 {
  border-bottom: 2px solid #f9c206;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  line-height: 26px;
  margin-top: -3px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .product {
    margin-top: 15px;
  }
  .fab-txt1,
  .fab-txt3,
  .fab-txt2 {
    width: 25%;
  }
}

/***********************    Strength section start   ***************************/
.column {
  display: flex;
  width: 30%;
}
.column img {
  width: 50%;
}
/************************    video section start    *************************/
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  min-height: 220px;
  width: 100%;
  overflow: hidden;
}
.video_clas {
  width: 100% !important;
  bottom: 0px;
  overflow: hidden;
  z-index: -11;
}
@media (max-width: 768px) {
  .video_clas {
    width: 150% !important;
    bottom: 0px;
    overflow: hidden;
    z-index: -11;
  }
  .video_content {
    margin-top: -87% !important;
    position: relative;
    z-index: 1;
    padding: 0px 0px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 310px !important;
  }
}
.video_content {
  margin-top: -57%;
  position: relative;
  z-index: 1;
  padding: 0px 0px;
  background-color: rgba(0, 0, 0, 0.5);
  height: 225px;
}

.projectFactsWrap .item p.number {
  font-size: 40px;
  font-weight: bold;
}

.projectFactsWrap .item p {
  color: #fff;
  font-size: 21px;
  margin: 0;
  padding: 10px;
}

.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 15px;
  margin-top: -20px;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 22px;
  color: #fff;
  margin-top: -77px;
  margin-left: 80px;
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}

.projectFactsWrap .item:hover span {
  background: white;
}

.video_conten {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 245px;
}
.overlay_3 {
  left: 0;
  right: 0;
  top: 0;
  padding-top: 1px;
  padding-bottom: 0px;
  overflow: hidden;
}
.fas {
  font-weight: 900;
}
.fas {
  font-family: "Font Awesome 5 Free";
}
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/*---------------------   27. Client Sec / .client-sec    -------------------------*/
.client-sec {
  overflow: hidden;
  padding: 40px 0 34px;
}

.client-sec .line-box {
  overflow: hidden;
}
.line-box ul {
  display: flex;
  list-style: none;
}

.client-sec .client-logo {
  overflow: hidden;
  margin: 0;
  text-align: center;
}

.client-sec .client-logo li {
  width: 240px;
}

.client-sec .client-logo a {
  display: block;
}

.client-sec img {
  display: block;
  border: 2px solid #ccc;
  width: 140px;
}

/*----------------------- Footer section start ------------------------*/
.footer {
  background-color: #111;
  color: #acacac;
}
.footer .common-heading h3 {
  font-size: 18px;
  line-height: 20px;
}
.footer .common-heading span {
  width: 50px;
}
.footer .section {
  margin-bottom: 0;
}
.footer a {
  color: #acacac;
}
.footer a:hover {
  color: #f1bb29;
  text-decoration: none;
  transition: all 0.25 linear;
}
.footer i:hover {
  color: red;
}
.social_links li a {
  color: #4b4b4b;
}
.social_links li a:hover {
  color: #f1bb29;
  transition: all 0.5s linear;
}
.copy-right {
  background-color: #000;
  color: #fff;
  padding: 15px 0;
  position: relative;
}
.copy-right p {
  color: #5d5d5d;
}
.social_links {
  display: flex;
  list-style: none;
  gap: 2rem;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .social_links {
    justify-content: center;
  }
}
.footer .subscribe-form .form-control {
  color: #5d5d5d;
  width: 100%;
  height: 46px;
  background: #252525;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 40px 6px 22px;
}
.footer .subscribe-form button {
  position: absolute;
  right: 20px;
  top: 31px;
  font-size: 16px;
  line-height: 18px;
  color: #5d5d5d;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.25s linear;
}
.footer .subscribe-form {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 19px 0 0;
  margin-top: -23px;
}
.foot-links li::before {
  margin: 50px;
}
/****************   carasouel css Start *******************/
#carouselExampleControls img {
  border: 2px solid #ccc;
  height: 109px;
  width: 200px;
}
#carouselExampleCaptions img {
  height: 100vh;
}
#wrapper {
  width: 100%;

  position: relative;
}

#carousel {
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

#carousel::-webkit-scrollbar {
  height: 0;
}

#prev,
#next {
  display: flex;
  justify-content: center;
  align-content: center;
  background: white;
  border: none;
  padding: 8px;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
  position: absolute;
}

#prev {
  top: 50%;
  left: 0;
  transform: translate(50%, -50%);
  display: none;
}

#next {
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

#content {
  display: grid;
  grid-gap: 16px;
  grid-auto-flow: column;
  margin: auto;
  box-sizing: border-box;
}

.item1 {
  width: 180px;
  height: 180px;
}

/******************   Contact Page Start  ********************/
.back-cont {
  background-color: rgb(0 0 0 / 60%);
  background-blend-mode: saturation;
  background-image: url(../images/contact.jpg);
  min-height: 400px;
  background-size: cover;
}
.back-cont .common-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 400px;
  z-index: 2;
}

.cont-links {
  display: flex;
}
.cont-links a {
  font-size: 15px;
}
.cont-links a:first-child:hover {
  color: #f1bb29 !important;
  transition: all 0.5s linear;
}
.cont-links a:hover {
  text-decoration: none;
}

.cont-info .contact-form .form-control {
  font-size: 14px;
  line-height: 16px;
  color: #acacac;
  background: none;
  border-bottom: 1px solid #e7e7e7;
  /* outline: none; */
  border-radius: 0;
  /* box-shadow: none; */
  padding: 25px 15px;
  margin: 30px 0;
  border-radius: 5px;
}

.btn {
  color: #111;
  outline: none;
  box-shadow: none;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.25s linear;
}
.btn:hover {
  color: #111;
  border: #007bff 2px solid;
  background-color: transparent;
}
.cont-list li a {
  color: black;
  padding: 10px 0;
}
.cont-list li a:hover {
  color: #f9c206;
  text-decoration: none;
}
.cont-list address {
  line-height: 30px;
}
.last-line {
  background-color: #f1bb29;
  width: 80px;
  height: 2px;
}
#top_btn {
  background-color: #f1bb29;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* bottom: 0; */
  right: 0;
}
.map-section iframe {
  height: 500px;
}

/*------------------projects open------------------*/

.residentialindextext {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.5s all ease 0s;
  z-index: 1;
}

.white-lineindex {
  position: absolute;
  top: 67%;
  left: 0%;
}

.white-linetextindex {
  color: #ffffff;
  position: absolute;
  top: 79%;
  left: 8%;
  font-size: 18px;
}

.residentialindextext:hover {
  opacity: 1;
}

.engineeringimgzoom {
  overflow: hidden;
}

.engineeringimgzoom img {
  transition: 0.5s all ease;
}

.engineeringimgzoom:hover img {
  transform: scale(1.1);
}

.boxshaddowimg {
  box-shadow: 0px 0px 1px 0px #000000;
  overflow: hidden;
}

.boxshaddowimg img {
  transition: 0.3s all ease-out 0s;
}

.boxshaddowimg img:hover {
  transform: scale(1.05);
}

/*Projects Starts*/

.pro_padd {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .pro_padd {
    padding: 0px 15px 22px 15px;
    margin-top: 0px;
  }
}
.project_heading {
  text-transform: uppercase;
  color: #0a4c8d;
  font-size: 36px;
}

.project_desc {
  text-align: justify;
  font-size: 14px;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 50px;
}

.blue_bg {
  background-image: url(../images/blue-bg1.jpg);
  position: relative;
  height: 530px;
  margin-top: 150px;
}

.residentialhomeimg {
  position: absolute;
  bottom: -384px;
  left: 0%;
}

.commercialhomeimg {
  position: absolute;
  left: 2%;
  bottom: -339px;
}

.sezhomeimg {
  position: absolute;
  bottom: -307px;
  left: 4%;
}

.hospitalityhomeimg {
  position: absolute;
  left: 4%;
  bottom: -342px;
}

@media (max-width: 768px) {
  .icon_area {
    width: 100%;
    height: auto;
  }
  .icon_area ul {
    padding: 0px;
    margin: 0px;
  }
  .icon_area ul li {
    list-style: none;
    float: left;
    margin-left: 7px;
    margin-top: -32px;
    position: relative;
    z-index: 11;
  }
  .icon_area ul li img {
    border-radius: 20px;
    width: 33px;
    transition: all 0.5s ease-in-out;
  }
}
.bordr-a {
  height: 3px;
  width: 100%;
  background: #ea771e;
  float: left;
}
.bordr-p {
  height: 3px;
  width: 100%;
  background: #c4261d;
  float: left;
}
.li_area {
  border-top: 1px dashed #535353;
  border-bottom: 0px !important;
  padding-top: 13px !important;
  width: 100%;
  margin-right: 13px;
}
.li_area_2 {
  border-top: 1px dashed #535353;
  border-bottom: 0px !important;
  padding-top: 13px !important;
  width: 100%;
  margin-right: 13px;
}
.abou_heaing {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
.our-clients-divider_1 {
  width: 100%;
  border-right: 1px solid #838280;
  height: 74px;
  position: absolute;
  left: -143px;
  top: -53px;
}

.row_1 {
  margin-left: 0px;
  margin-right: 0px;
}
.our_bui_con {
  width: 100% !important;
  padding: 0px 50px;
}
.mar_bt {
  margin-bottom: 0px;
  margin-top: 0px;
}
.about_main {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 27px;
  line-height: 27px;
}
.about_heading {
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 19px;
  color: #000;
  margin-bottom: 8px;
  font-weight: bold;
}
.about_main a {
  text-decoration: none;
  color: #d02d2d !important;
}
.boxmain {
  width: 100%;
  max-height: auto;
  min-height: 192px;
  overflow: hidden;
  float: left;
  background: #fff;
  border-radius: 4px;
  padding: 15px;
  margin-top: 10px;
  text-align: center;
  border: 2px #e6e6e6 solid;
}
.boxmain a {
  text-decoration: none;
  color: #d02d2d !important;
}
.boxmain2 {
  width: 100%;
  max-height: auto;
  min-height: 120px;
  overflow: hidden;
  float: left;
  background: #fff;
  border-radius: 4px;
  padding: 15px;
  margin-top: 10px;
  text-align: center;
  border: 2px #e6e6e6 solid;
}
.boxmain2 a {
  text-decoration: none;
  color: #d02d2d !important;
}
.contact-heading {
  margin-top: -30px;
}
.hei_1 {
  height: 159px;
}
.about_frame {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 0 5px #ccc;
  margin: 33px 0px 0px 0px;
}
#myCarousel .carousel-control {
  top: 50%;
  bottom: 50%;
}
.client-area_1 h3 {
  background: #838280;
  color: #fff;
  width: 55%;
  margin-top: 70px;
  margin-left: 47px;
  padding: 10px;
  font-size: 18px;
  margin-bottom: 50px;
  padding-left: 140px;
  font-weight: 300;
}
.client-txt_1 {
  width: 0%;
  background: #f9c206;
  border: 1px solid #f9c206;
  position: relative;
  top: 83px;
  left: -512px;
  z-index: 1000;
  padding: 5px;
}
.client-txt_3 {
  width: 0%;
  background: #8ad227;
  border: 1px solid #8ad227;
  position: relative;
  top: 62px;
  left: -212px;
  z-index: 1000;
  padding: 5px;
}
.footer_logo {
  margin-top: 26px;
}

.our-clients-divider_2 {
  width: 100%;
  border-right: 1px solid #838280;
  height: 100px;
  position: absolute;
  left: -490px;
  top: 0px;
}
.main_box {
  margin-bottom: 60px;
  float: left;
  margin-left: -15px;
  width: 100%;
}
.light_box {
  width: 100%;
}
.light_box img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .dis_none {
    display: none;
  }
  .client-area_1 h3 {
    background: #838280;
    color: #fff;
    width: 100%;
    margin-top: 10px;
    margin-left: 25px;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 50px;
    padding-left: 140px;
    font-weight: 300;
  }
  .our-clients-divider_2 {
    width: 100%;
    border-right: 1px solid #838280;
    height: 74px;
    position: absolute;
    left: -220px;
    top: -50px;
  }
  .marg_tp {
    margin-top: 106px;
  }

  .posi_protech {
    margin-top: 44px !important;
  }

  .residentialhomeimg {
    position: relative;
    bottom: -484px;
    left: 0%;
  }
  .commercialhomeimg {
    position: relative;
    left: 0%;
    bottom: 0px;
  }
  .sezhomeimg {
    position: relative;
    bottom: 0px;
    left: 0%;
  }
  .hospitalityhomeimg {
    position: relative;
    left: 0%;
    bottom: 0px;
  }
  .project_desc {
    padding-right: 0px;
  }
  .no_padd {
    padding: 0px;
  }
  .mar_bt {
    margin-bottom: 50px;
    margin-top: 0px;
  }
  .li_area {
    border-top: 1px dashed #535353;
    border-bottom: 0px !important;
    padding-top: 13px !important;
    width: 85%;
    margin-right: 19px;
    margin-left: 59px;
  }
}

#about {
  height: 407px;
}

#logo12 {
  height: 4rem;
}
.social_links li a i {
  font-size: 20px;
}

.form-group {
  margin-bottom: -2rem !important;
}

.nav-link {
  color: #000 !important;
}

.dropdown-item:hover {
  background-color: #2e86dd;
}

.zoom img {
  transition-duration: 1s;
  margin: 0 auto;
  display: block;
}
.zoom img:hover {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  z-index: 0;
}
.navbar-nav li {
  margin: 10px 0 10px 10px;
}
#mySidenav a {
  position: absolute;
  transition: 0.3s;
  width: 50px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 5px 0px 0px 5px;
  position: fixed;
  z-index: 1;
  right: 0px;
  bottom: 20px;
}
.fa-twitter {
  margin-left: 0px !important;
}

#mySidenav .fa-facebook,
.fa-twitter,
.fa-instagram,
.fa-youtube {
  margin-left: 15px;
  font-size: 30px;
}
.gotopbtn {
  position: fixed;
  width: 50px;
  height: 50px;
  background: #0168b2;
  bottom: 40px;
  right: 50px;

  text-decoration: none;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 22px;
}

#blog {
  top: 80px;
  background-color: #78bdf1;
}
#projects {
  top: 140px;
  background-color: #d047d1;
}
#contact {
  top: 200px;
  background-color: red;
}

.fa-youtube {
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Safari and Chrome */
  -o-transform: rotate(0deg); /* Opera */
  -moz-transform: rotate(0deg); /* Firefox */
  transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fa-youtube:hover,
.fa-instagram:hover {
  -ms-transform: rotate(360deg); /* IE 9 */
  -webkit-transform: rotate(360deg); /* Safari and Chrome */
  -o-transform: rotate(360deg); /* Opera */
  -moz-transform: rotate(360deg); /* Firefox */
  transform: rotate(360deg);
  transition: all 0.3s;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

p {
  font-size: 18px;
  font-style: normal;
}

/***** Global Slide *****/
.slide-right,
.slide-left {
  width: 100%;
}

/***** Slide Right *****/
.slide-right {
  animation: 1s slide-right;
}
@keyframes slide-right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}

/***** Slide Left *****/
.slide-left {
  animation: 1s slide-left;
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}

/***** Misc Styles *****/

/***** FadeIn Underline *****/
.line {
  border-bottom: 3px solid red;
  width: 200px;
  margin: auto;
}
.fade-in {
  animation: fadeIn ease 3s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#location {
  margin-left: 10px;
}
.zoom {
  transition: transform 0.4s;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
#photos {
  margin-top: 114px !important;
}
.logocolour {
  color: #0066b1;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #3498db;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-color: #e74c3c;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

html {
  font-size: 100%;
  font-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #252a32;
  background: #ffffff;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}

.container {
  max-width: 90rem;
  width: 100%;
  height: auto;
  padding: 0 2rem;
  margin: 0 auto;
}

.text {
  font-family: inherit;
  font-weight: 700;
  line-height: inherit;
  text-rendering: optimizeLegibility;
}
.text-title {
  font-size: 1.25rem;
  color: #d32f2f;
}

.paragraph {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: inherit;
  margin: 0.25rem 0;
  color: #252a32;
  text-transform: unset;
  text-rendering: optimizeLegibility;
}

.truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main .scroll {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  margin: 2.5rem 0;
  cursor: default;
  overflow: scroll hidden;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-padding: 0px 1.25rem;
  scrollbar-width: none;
}
.main .scroll::-webkit-scrollbar {
  display: none;
}
.main .scroll.active {
  cursor: grab;
  cursor: -webkit-grab;
}
.main .scroll .card {
  width: 16rem;
  height: auto;
  flex: 0 0 auto;
  margin: 0 0.75rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  color: #252a32;
  background: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.main .scroll .card-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 48%;
}
.main .scroll .card-image img.responsive {
  position: absolute;
  display: block;
  top: 0px;
  left: 20px;

  border: 2px solid rgb(204, 204, 204);
  height: 109px;
  width: 200px;
}


/* --------------------manegment------------------- */

@import url("https://fonts.googleapis.com/css?family=Pirata+One|Rubik:900");

.h12 {
  margin-bottom: 0.5em;
  font-family: "Rubik", sans-serif;
  font-size: 2rem;
  color: #e4e5e6;
  padding: 15px;
}

.hr {
  border: 1px solid #0168b2;

  text-shadow: 2px 2px 4px #000000;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.img23 {
  border: 2px solid rgb(204, 204, 204);
  height: 100px;
  width: 200px;
  padding:15px;
  margin:0 10px;
}
.backgroun_header {
  background-color: #0168b2;
}