/* --------------------------------------------------------
Main site style sheet - iDeacurl.com

version: 1.0
author: iDeacurl.com
email: info@ideacurl.com
website: https://ideacurl.com
----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&display=swap");

p {
  font-family: "Montserrat";
}

.footerlink {
  font-family: "Montserrat" !important;
  text-decoration: none !important;
  color: rgb(33, 37, 41);
  font-weight: 600;
  transition: 0.3s;
}
.footerlink:hover {
  color: rgb(235, 8, 9);
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #eb2126;
}

html {
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}

.head-logo-mobile {
  width: 1.3rem;
  transform: scale(1.5);
  margin: auto 2px 0 24px;
}

@-webkit-keyframes red {
  0% {
    box-shadow: 0px 0px 0px 0px #c40000;
  }
  100% {
    box-shadow: 0px 0px 0px 7px #346ab400;
  }
}
@keyframes red {
  0% {
    box-shadow: 0px 0px 0px 0px #c40000;
  }
  100% {
    box-shadow: 0px 0px 0px 7px #346ab400;
  }
}

.red {
  background-image: -webkit-linear-gradient(top, #fd8787, #f15353);
  background-image: -moz-linear-gradient(top, #fd8787, #f15353);
  background-image: -o-linear-gradient(top, #fd8787, #f15353);
  background-image: linear-gradient(to bottom, #fd8787, #f15353);
  -webkit-animation: red 1s infinite;
  -moz-animation: red 1s infinite;
  -o-animation: red 1s infinite;
  animation: red 1s infinite;
}

.head {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1030;
}

.head-styl {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #fff;
  box-shadow: 2px -5px 8px 0 rgba(0, 0, 0, 0.2),
    4px 3px 20px 0 rgba(0, 0, 0, 0.19);
}

.social-icon {
  width: 2rem;
  margin: 1rem auto 1rem auto;
  height: auto;
}

.foot-icons {
  max-width: 35%;
}

.foot-social-row {
  padding-left: 0rem;
  padding-right: 6rem;
}

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

.spce {
  /* margin: 1rem auto 0 1rem; */
}

.top-mgn {
  /* margin: 1rem auto 0 auto; */
  float: right;
}

.sec1-top-mgn {
  margin-top: 8rem;
}

.round-btn {
  background: #eb2126 0% 0% no-repeat padding-box;
  border-radius: 40px;
  opacity: 1;
}

.top-space {
  margin: auto auto 4rem auto;
}

.round-card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 40px #00000029;
  border-radius: 20px;
  opacity: 1;
  border-width: inherit;
}

.card-head {
  font: Bold 50px/61px Montserrat;
  letter-spacing: 0px;
  color: #333333;
  opacity: 1;
}

.cent {
  text-align: center;
}

.top-space-crd {
  width: 90% !important;
  margin-top: 12%;
}

.top-space-crd2 {
  width: 65% !important;
  margin-top: 5rem;
}

.ps {
  font: SemiBold 20px/35px Montserrat;
  letter-spacing: 0px;
  color: #707070;
  opacity: 0.6;
}

ul#projects-carousel-container {
  text-align: center;
}

ul#projects-carousel-container,
ul#projects-carousel-container li {
  margin: 0;
  padding: 0;
}

ul#projects-carousel-container li {
  display: inline-block;
}

ul#projects-carousel-container .carousel-control-container {
  width: 10%;
  text-align: center;
}

.carousel-control-container {
  display: table;
  height: 300px;
  width: 240px;
  margin: 20px;
}

@media (max-width: 768px) {
  .carousel-control-container {
    height: 210px;
  }
}

.carousel-control-container .carousel-control-prev,
.carousel-control-container .carousel-control-next {
  display: table-cell;
  margin: 0;
  color: white;
  vertical-align: middle;
}

.carousel-control-next,
.carousel-control-prev {
  display: inline-block;
}

ul#projects-carousel-container .carousel-container {
  width: 75%;
}

.carousel-control-next,
.carousel-control-prev {
  position: relative !important;
}

.carousel-container {
  width: 100%;
}

.card-subtitle {
  margin-top: 0.625rem;
}

.carousel-item p {
  text-align: center !important;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");

.bold {
  font-weight: bold;
  font-family: "Montserrat";
}

.bold.hero-title {
  font-weight: bold;
  font-family: "Montserrat";
  font-size: 58px;
}

.bold.hero-title span {
  color: #eb0809;
}
.svc-position {
  text-align: center;
  margin-top: 5%;
}

.iconT {
  position: inherit;
  /* margin-right: -41%; */
  margin-left: -3rem;
  margin-top: 0%;
  max-width: 70%;
}

.icon1 {
  margin-top: 17%;
}

.iconT1 {
  position: absolute;
  margin-right: auto;
  margin-left: -39px;
  margin-top: 27%;
  width: 2rem;
}

.iconMobile {
  width: 1.5rem;
}

.service-icons {
  position: relative;
  left: -30;
  top: 0;
  /* margin-left: 1rem; */
  /* margin-top: 1rem; */
  margin: auto;
}

.svc-crd {
  width: 95%;
  height: 85%;
  border-width: inherit;
  transition: 0.3s;
}
.svc-crd:hover {
  -webkit-box-shadow: -1px 4px 22px -1px rgba(255, 8, 8, 1);
  -moz-box-shadow: -1px 4px 22px -1px rgba(255, 8, 8, 1);
  box-shadow: -1px 4px 22px -1px rgba(255, 8, 8, 1);
  transition: 0.3s;
}
.rw-top-space {
  margin-top: 1rem;
}

.ideacul-card {
  width: 142px !important;
  height: 142px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 40px #00000029;
  opacity: 1;
  border-radius: 50%;
}

.cent-h-v {
  transform: translate(0%, 10%);
}

.center-icon {
  position: inherit;
  margin-left: 9%;
}

.svc-head {
  color: #333333;
  opacity: 1;
  padding: 5px;
  margin: auto;
  font-size: 19px;
  text-align: center;
}

.sde {
  /* margin-left: 1rem; */
  text-align: center;
}

.car-size {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 40px #00000029;
  border-radius: 20px;
  width: 80%;
  opacity: 1;
  display: block;
  margin: auto;
  top: 2rem;
}

.rw-top-space-clint {
  margin: 2rem auto 0 auto;
}

/* .client-spce {
  margin: 5rem auto 0rem auto;
} */

.cvr {
  letter-spacing: 0px;
  color: #707070;
  font-family: "Montserrat";
  font-weight: 600;
}

.cvr:hover {
  color: red;
}

/* 
.ul-before {

    list-style:  5px solid #A91217;
    list-style-position: outside!important;
  } */
/* 2022 */
.tmp li::before {
  content: "\0020";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  float: left;
  height: 20px;
  /* width: 20px; */
  padding: 5px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: red;
  font-size: 1.1em;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid #a91217;
  margin-top: 0.6rem;
}

ul {
  list-style: none;
}

li::marker {
  list-style: 5px solid #a91217;
}

.list-top {
  margin-top: 2rem;
}

.lst-strt {
  text-align-last: start;
  margin-left: 1rem;
}

.lst-sub {
  letter-spacing: 0.4px;
  color: #333333;
  opacity: 0.6;
  text-align-last: start;
  margin-left: 1rem;
}

.foot-p {
  letter-spacing: 0.4px;
  color: #333333;
  opacity: 0.6;
  margin-bottom: 0.1rem;
}

.bolder {
  font-weight: bolder;
}

.bolder-wrapper {
  border-top: 5px solid #eb0809;
  max-width: 140px;
  margin: 0;
  padding: 5px 0;
}

.foot-row {
  margin-top: 2rem;
}

.foot-p2 {
  letter-spacing: 0.5px;
  color: #333333;
  opacity: 0.6;
  margin: 13% auto 5% auto;
  font-size: 1.2em;
}

.foot-p3 {
  font: SemiBold 25px/45px Montserrat;
  letter-spacing: 0.5px;
  color: #333333;

  margin: auto 0 auto;
  font-size: 1.2em;
}
.foot-p3-1 {
  font: SemiBold 25px/45px Montserrat;
  letter-spacing: 0.5px;
  color: #333333;
  margin: 2rem auto 0 auto;
  font-size: 1.2em;
}

/*mapp
/* Original pulsing dots by sharla */

/* Original pulsing dots by sharla */
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px #346ab4;
  }
  100% {
    box-shadow: 0px 0px 0px 7px rgba(52, 106, 180, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px #346ab4;
  }
  100% {
    box-shadow: 0px 0px 0px 7px rgba(52, 106, 180, 0);
  }
}
/* body {
    background-color: #111114;
  } */

img {
  /* width: 100%; */
  max-width: 100%;
}

#map {
  position: relative;
  max-width: 1280px;
  margin: 8rem auto auto auto;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-animation: pulse 1.5s infinite ease-out;
  animation: pulse 1.5s infinite ease-out;
  background: #a91217;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}
.dot:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.4);
}
.dot:nth-child(odd) {
  -webkit-animation: pulse 1.5s infinite ease-out 0.3s;
  animation: pulse 1.5s infinite ease-out 0.3s;
}
.dot-1 {
  top: 34%;
  left: 14.5%;
}
.dot-2 {
  top: 43%;
  left: 15.5%;
}
.dot-3 {
  top: 51%;
  left: 20.5%;
}
.dot-4 {
  top: 61%;
  left: 27%;
}
.dot-5 {
  top: 68%;
  left: 29%;
}
/* .dot-6 {
    top: 79%;
    left: 29%;
  }
  .dot-7 {
    top: 39%;
    left: 47%;
  }
  .dot-8 {
    top: 30%;
    left: 46%;
  } */
.dot-9 {
  top: 27%;
  left: 47%;
}
/* .dot-10 {
    top: 31%;
    left: 47.5%;
  } */
/* .dot-11 {
    top: 34%;
    left: 48.5%;
  }
  .dot-12 {
    top: 47%;
    left: 53%;
  } */
.dot-13 {
  top: 49%;
  left: 62.5%;
}

.dot-14 {
  top: 34% !important;
  left: 46% !important;
}
.dot-15 {
  top: 56%;
  left: 76%;
}
.dot-16 {
  top: 52%;
  left: 81%;
}
.dot-17 {
  top: 33%;
  left: 49%;
}
.dot-18 {
  top: 58%;
  left: 70%;
}
.dot-19 {
  top: 60%;
  left: 74.5%;
}

.dot-22 {
  top: 32%;
  left:80%;
}
.dot-21 {
  top: 82%;
  left: 88.5%;
}
@media (min-width: 768px) {
  .dot {
    width: 16px;
    height: 16px;
  }
  .dot:before {
    width: 4px;
    height: 4px;
  }
  @-webkit-keyframes pulse {
    0% {
      box-shadow: 0px 0px 0px 0px #a91217;
    }
    100% {
      box-shadow: 0px 0px 0px 10px rgba(52, 106, 180, 0);
    }
  }
  @keyframes pulse {
    0% {
      box-shadow: 0px 0px 0px 0px #a91217;
    }
    100% {
      box-shadow: 0px 0px 0px 10px rgba(52, 106, 180, 0);
    }
  }
}

.footerline {
  border-bottom: 5px solid red;
}

.bg {
  top: 188.5rem;
  bottom: -148rem;
  /* z-index: 0; */
}

.grad-line {
  margin: 4rem auto 2rem auto;
  background: linear-gradient(
    -45deg,
    #ec2127,
    #ff0505,
    #a91217,
    #f50909,
    #ec2127
  );
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
  position: relative;
  /* left: 0; */
  /* top: 0; */
  /* right: 0; */
  /* bottom: 0; */
  width: 100%;
  height: 9px;
  /* margin-bottom: 0rem;*/
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Testimonial */

.tester_new {
  padding: 20px 0 100px;
}
.caro-hr {
  width: 100px;
}
.icomma {
  font-size: 25px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  color: rgb(175, 42, 47);
}
.carousel-item p {
  color: #666;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: justify;
}
.carousel-item hr {
  width: 100px;
}
.carousel-item h5 {
  font-weight: 700;
  margin-bottom: 0;
}
.carousel-indicators .list {
  height: 55px;
  width: 70px;
  border-radius: 50%;
  background-image: url(https://images.unsplash.com/photo-1586430921668-e095e5243daf?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=675&q=80);
  background-position: center;
  background-size: cover;
  border: 5px solid #f1f2f3;
  opacity: 0.4;
  box-shadow: 0px 0px 5px 1px #ccc;
  margin: 0 10px;
  cursor: pointer;
}
.carousel-indicators .list:nth-child(2) {
  background-image: url(https://images.unsplash.com/photo-1529284607059-de6f2f0e661f?ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80);
}
.carousel-indicators .list:nth-child(3) {
  background-image: url(https://images.unsplash.com/photo-1531891570158-e71b35a485bc?ixlib=rb-1.2.1&auto=format&fit=crop&w=700&q=80);
}
.tes {
  bottom: -90px;
}
.carousel-indicators .active {
  opacity: 1;
}

.bg-top {
  padding-bottom: 100%;
  /* background-image: url("./assets/images/Path461.svg") ; */
  /* background-repeat: no-repeat; */
  background-size: cover;
}

.bg-color {
  background-color: #f7f7f7;
}

.top-pad-sec1 {
  padding-top: 16px;
}

.top-pad-sec2 {
  padding-top: 60px;
}

.top-pad-sec3 {
  padding-top: 34px;
}

.top-pad-sec4 {
  padding-top: 55px;
}

@media (min-width: 992px) {
  .top-pad-sec2::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -100px;
    left: -100%;
    z-index: -1;
    background: url("https://ideacurl.com/cdn/Path461.svg") 0 0 no-repeat;
    transform: rotate(180deg);
  }

  .top-pad-sec3 {
    background-image: url("https://ideacurl.com/cdn/Path461.svg");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .top-pad-sec4 {
    background-image: url("https://ideacurl.com/cdn/Path461.svg");
    background-position: 0 100%;
    background-size: auto;
    background-repeat: no-repeat;
  }
}

/* Testimonial End*/

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #mobile {
    display: none;
  }
  #laptop {
    display: block;
  }
}

/* mobile only */
@media only screen and (min-width: 0px) and (max-width: 991px) {
  #mobile {
    display: block;
  }
  #laptop {
    display: none;
  }

  .mobile-container {
    max-width: 480px;
    margin: auto;
    background-color: white;
    height: 500px;
    color: white;
    border-radius: 10px;
  }

  .topnav {
    overflow: hidden;
    background-color: white;
    position: relative;
  }

  .topnav #myLinks {
    display: none;
  }

  .topnav a {
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }

  .topnav a.icon {
    background: white;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  .active {
    background-color: white;
    color: white;
  }

  /* toogle  Styles with animation*/
  .menu-toggle {
    width: 62px;
    height: 62px;
    background: white;
    padding: 1px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -31px;
    margin-left: -31px;
    transform: scale(1.5);
  }
  .menu-toggle:active,
  .menu-toggle.active {
    background: #f1f1f1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .menu-toggle:active span,
  .menu-toggle.active span {
    background: white;
  }

  .menu-toggle,
  .menu-toggle span {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }

  .menu-toggle__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 138%;
    margin: auto 0px 0px -9px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .menu-toggle__inner span {
    position: absolute;
    top: 50%;
    left: 40%;
    width: 41%;
    margin: -1px 0 0 -15%;
    background: red;
    height: 2px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu-toggle__inner span:nth-child(1) {
    margin-top: -7px;
    -webkit-animation: toNormal1 1s forwards ease-out;
    animation: toNormal1 1s forwards ease-out;
  }
  .menu-toggle__inner span:nth-child(2) {
    opacity: 1;
  }
  .menu-toggle__inner span:nth-child(3) {
    margin-top: 5px;
    -webkit-animation: toNormal2 1s forwards ease-out;
    animation: toNormal2 1s forwards ease-out;
  }

  .nav-open .menu-toggle .menu-toggle__inner {
    -webkit-transform: matrix(-1, 0, 0, -1, 0, 0);
    transform: matrix(-1, 0, 0, -1, 0, 0);
    -webkit-transition: all 1.6s cubic-bezier(0.85, -0.475, 0.435, 1);
    transition: all 1.6s cubic-bezier(0.85, -0.475, 0.435, 1);
  }
  .nav-open .menu-toggle span:nth-child(1) {
    -webkit-animation: toActive1 1.5s forwards ease-out;
    animation: toActive1 1.5s forwards ease-out;
  }
  .nav-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .nav-open .menu-toggle span:nth-child(3) {
    -webkit-animation: toActive2 1.5s forwards ease-out;
    animation: toActive2 1.5s forwards ease-out;
  }

  @-webkit-keyframes toActive1 {
    0% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
    25% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 6);
      transform: matrix(1, 0, 0, 1, 0, 6);
    }
    40% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 6);
      transform: matrix(1, 0, 0, 1, 0, 6);
    }
    100% {
      -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
      transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
    }
  }

  @keyframes toActive1 {
    0% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
    25% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 6);
      transform: matrix(1, 0, 0, 1, 0, 6);
    }
    40% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 6);
      transform: matrix(1, 0, 0, 1, 0, 6);
    }
    100% {
      -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
      transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
    }
  }
  @-webkit-keyframes toActive2 {
    0% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
    25% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, -6);
      transform: matrix(1, 0, 0, 1, 0, -6);
    }
    40% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, -6);
      transform: matrix(1, 0, 0, 1, 0, -6);
    }
    100% {
      -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
      transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
    }
  }
  @keyframes toActive2 {
    0% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
    25% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, -6);
      transform: matrix(1, 0, 0, 1, 0, -6);
    }
    40% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, -6);
      transform: matrix(1, 0, 0, 1, 0, -6);
    }
    100% {
      -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
      transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
    }
  }
  @-webkit-keyframes toNormal1 {
    0% {
      -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
      transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
    }
    75% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 6);
      transform: matrix(1, 0, 0, 1, 0, 6);
    }
    100% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
  }
  @keyframes toNormal1 {
    0% {
      -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
      transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
    }
    75% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 6);
      transform: matrix(1, 0, 0, 1, 0, 6);
    }
    100% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
  }
  @-webkit-keyframes toNormal2 {
    0% {
      -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
      transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
    }
    75% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, -6);
      transform: matrix(1, 0, 0, 1, 0, -6);
    }
    100% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
  }
  @keyframes toNormal2 {
    0% {
      -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
      transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -6);
    }
    75% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, -6);
      transform: matrix(1, 0, 0, 1, 0, -6);
    }
    100% {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      transform: matrix(1, 0, 0, 1, 0, 0);
    }

    /* toogle  Styles with animation end*/
  }

  .back-clor {
    background-color: #f7f7f7;
  }
}

.icon-l {
  /* width: 20%;
  padding: 27px 43px; */
  outline: none;
  width: 100%;
  padding-right: 35px;
}

.scrollableArea {
  width: 3000px !important;
  /* width: auto !important; */
}

.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 110% !important;
  margin-left: -5% !important;
  height: 100%;
}

.cardw {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.tech-slideshow {
  height: 200px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow > div {
  height: 200px;
  width: 2526px;
  /* background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/collage.jpg); */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.tech-slideshow .mover-1 {
  animation: moveSlideshow 12s linear infinite;
}
.tech-slideshow .mover-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  background-position: 0 -200px;
  animation: moveSlideshow 15s linear infinite;
}

@keyframes moveSlideshow {
  100% {
    transform: translateX(-66.6666%);
  }
}

.transition {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.transition-transform {
  -webkit-transition: webkit-transform 300ms ease-in-out;
  -moz-transition: moz-transform 300ms ease-in-out;
  -ms-transition: ms-transform 300ms ease-in-out;
  -o-transition: o-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
}
.transition-slow {
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}
.transition-none {
  -webkit-transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -ms-transition: all 0ms ease-in-out;
  -o-transition: all 0ms ease-in-out;
  transition: all 0ms ease-in-out;
}
.slider {
  position: relative;
  margin: auto;
}
.slider .group {
  outline: none;
  position: relative;
}
.slider .group .item {
  margin: 2px;
  width: 130px;
  height: 130px;
  position: relative;
}
.slider .group .item img {
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transition: all 0.8s ease-in-out;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.slider .group .item img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

@media (min-width: 768px) {
  .slider:before {
    left: 0;
    top: 0;
  }

  .slider:after {
    right: 0;
    top: 0;
    transform: rotate(180deg);
  }

  .slider:after,
  .slider:before {
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0));
    content: "";
    height: 130px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
}

.back-clor {
  background-color: #f7f7f7;
}

.in-call {
  margin: 1% 0 0 -22%;
  position: absolute;
  color: grey;
}

.in-call a {
  color: grey;
  font-weight: bolder;
}

.lgo-hd {
  width: 3rem;
  margin-top: -8px;
}

.m-logo {
  width: 5rem;
}

.ctc {
  color: black;
}
