/* Section-1 */
.intro15 {
  background-size: cover;
  padding: 230px 0 200px 0;
  height: auto;
  background-image: url("/images/bg/15.jpg");
  width: 100%;
}

.intro15 h1 {
  color: #000;
  margin: 0px 0px 25px;
  letter-spacing: -1px;
  line-height: 70px;
  font-size: 70px;
  font-weight: 700;
}
.intro15 h3 {
  margin: 0;
  line-height: 25px;
  font-size: 40px;
  font-weight: 600;
  color: #000;
}

.intro15 .btn {
  background: #d80000;
  border: #d80000;
  font-size: 16px !important;
  width: auto !important;
}

.intro15 .btn:hover {
  background: #2e2e2e;
  color: #fff;
  border: none;
}
.intro .btn:focus {
  background-color: #2e2e2e;
  color: #fff;
  border: none !important;
}
.intro .btn::after {
  border: none;
}

.intro15 p {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  opacity: 1;
  padding: 20px 0 60px 0;
  margin: 50px 0 15px;
  line-height: 28px;
  padding-right: 20px !important;
}

.hl-container {
  width: 100%;
  max-width: 520px;
  position: relative;
}

.hl-container .hl-image {
  width: 100%;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0.8);
  }

  50% {
    box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0.8);
  }

  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0);
  }
}

@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0.8);
  }

  50% {
    box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0.8);
  }

  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0);
  }
}

@keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0.8);
  }

  50% {
    box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0.8);
  }

  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(63, 81, 181, 0);
  }
}
/* Ending of Section-1 */

/* ----------------------------------------------------------------------------------------------Section-2 */
#companies {
  padding: 50px 0;
  text-align: center;
  background-color: #f1f1f1;
}

#companies h2 {
  font-size: 70px;
  color: #000;
  font-weight: 600;
}
#companies .max-width {
  padding-bottom: 70px;
}
#companies .logo {
  height: auto;
  width: 15rem;
  padding-left: 1rem;
}
#owl img {
  width: 100%;
  height: 6rem;
  object-fit: contain;
}
/* Ending of Section-2 */
/* -----------------------------------------------------------------------------------section-3 */
#domain {
  padding: 80px 0;
  overflow: hidden;
}
#domain .heading {
  color: #000 !important;
}
#domain .tabs {
  background: #fff;
  width: 80rem;
  position: relative;
  border: 1px solid #d30000;
  margin-bottom: 50px;
  margin-top: 5rem;
}
#domain .tabs .space {
  padding: 2rem 2rem 1rem 2rem;
}
#domain .tabs li {
  padding: 0.5rem;
  padding-left: 1rem;
  margin-left: 3rem;
}
#domain .button {
  border: none;
  background-color: #d30000;
  color: #fff;
  border-radius: 2px;
  padding: 0.5rem 1rem;
  margin-left: 2.2rem;
  margin-top: 1rem;
}
#domain .button:hover {
  background: #2e2e2e;
  color: #fff;
  border: none;
}
.tabs > input,
.tabs > span {
  width: 50%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  font-size: 28px;
  top: 0;
}

.tabs > input {
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: 99;
}

.tabs > span {
  background: #d30000;
  text-align: center;
  overflow: hidden;
  color: #fff;
  border-bottom: 1px solid #d30000;
}

.tabs > span i,
.tabs > span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tabs > input:hover + span {
  background: rgba(255, 255, 255, 0.1);
}

.tabs > input:checked + span {
  background: #fff;
  border-bottom: 1px solid #d30000;
}

.tabs > input:checked + span,
.tabs > input:hover + span {
  color: #d30000;
}

#tab-1,
#tab-1 + span {
  left: 0;
}

#tab-2,
#tab-2 + span {
  left: 50%;
}

.tab-content {
  padding: 80px 20px 20px;
  width: 100%;
  min-height: 340px;
}

.tab-content section {
  width: 100%;
  display: none;
}

.tab-content section h1 {
  margin-top: 15px;
  font-size: 100px;
  font-weight: 100;
  text-align: center;
}

#tab-1:checked ~ .tab-content #tab-item-1 {
  display: block;
}

#tab-2:checked ~ .tab-content #tab-item-2 {
  display: block;
}

#tab-3:checked ~ .tab-content #tab-item-3 {
  display: block;
}

#tab-4:checked ~ .tab-content #tab-item-4 {
  display: block;
}

#tab-5:checked ~ .tab-content #tab-item-5 {
  display: block;
}

/* effect-1 */

.effect-1 > input:checked + span {
  background: #fff;
}

/* Ending of section-3 */

/* section-4 */

.Services {
  padding: 100px 0;
  background-color: #d30000;
  overflow: hidden;
}

.heading {
  font-size: 60px;
  font-weight: 600;
  padding-bottom: 70px;
  color: #fff !important;
}
.cards {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: initial;
  position: static;
}
.card {
  -webkit-box-flex: initial;
  display: flex;
  -ms-flex: initial;
  flex: initial;
  position: relative;
  height: 32rem !important;
  width: 34rem !important;
  -webkit-perspective: 200rem;
  perspective: 200rem;
  margin: 2rem;
}
.card img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}
.card__side {
  height: 100%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  /* We don't want to see the back part of the element. */
  backface-visibility: hidden;
  /* We don't want to see the back part of the element. */
  border-radius: 3px;
  overflow: hidden;
  /* The image is overflowing the parent. */
  -webkit-box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.15);
}

.card__side--back {
  background-color: #fff;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.card:hover .card__side--back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.card:hover .card__side--front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card__theme {
  position: relative;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.card__theme-box {
  color: #000;
}

.card__subject {
  letter-spacing: 0.8rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  vertical-align: bottom;
  text-align: center;
}

.card__cover {
  position: relative;
  background-size: cover;
  height: 10rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #d30000;
}

.card__heading {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}

.card__heading-span {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  color: #fff;
}
.card__details {
  padding: 3rem 2rem;
}
.card .red-button button {
  background-color: #d30000;
  border: none;
  border-radius: 2px;
  color: #fff;
  padding: 1rem 2rem;
  position: relative;
  margin-left: 11rem;
}
.card .red-button button:hover {
  background: #2e2e2e;
  color: #fff;
  border: none;
}
.card__details ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.card__details ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
/* Ending Section-4 */
/* Section-5 */
.partners {
  padding-top: 10rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #fff;
}
.partners .heading {
  padding-bottom: 8rem;
  color: #000 !important;
}
.partners .logo {
  width: 13rem;
  height: 6rem;
  margin: 4rem;
}
.partners .flex {
  display: flex;
  justify-content: space-between;
}
.partners .logo img {
  height: 6rem;
  width: 13rem;
  object-fit: contain;
}
/* Ending of Section-5 */
/* $$$$$ Responsive $$$$$ */
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .intro15 {
    height: auto !important;
  }
  .intro15 p {
    font-size: 18px !important;
    width: 440px;
  }
  .intro .btn {
    padding: 1rem 2rem !important;
    font-size: 14px !important;
  }
  #owl {
    margin-left: 3rem;
  }
  #companies .logo {
    height: auto;
    width: 12rem;
  }
  #domain .tabs {
    background: #fff;
    width: 70rem;
    position: relative;
    border: 1px solid #d30000;
    margin-bottom: 50px;
    margin-top: 5rem;
  }
  .Services {
    padding: 50px !important;
  }
  .Services .heading {
    padding-bottom: 50px;
  }
  .Services .card {
    -webkit-box-flex: initial;
    display: flex;
    -ms-flex: initial;
    flex: initial;
    position: relative;
    height: 32rem !important;
    width: 30rem !important;
    -webkit-perspective: 200rem;
    perspective: 200rem;
    margin: 1rem;
  }
  .card__details {
    padding: 2rem 2rem;
  }
  .card .red-button button {
    background-color: #d30000;
    border: none;
    border-radius: 2px;
    color: #fff;
    padding: 1rem 2rem;
    position: relative;
    margin-left: 9rem;
  }
  .partners {
    padding: 60px 0;
    background: none;
  }
  .partners .heading {
    padding-bottom: 40px;
  }
  .partners .logo {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
    margin-left: 0;
  }
  .partners .logo img {
    width: 10rem;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .intro {
    padding: 180px 0 110px 0;
  }
  .intro15 p {
    font-size: 18px !important;
    width: 440px;
  }
  .intro .btn {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }
  #owl {
    margin-left: auto;
  }
  #companies .logo {
    height: auto;
    width: 100px;
  }
  #domain {
    padding: 60px 0;
  }
  #domain .tabs {
    background: #fff;
    width: 500px;
    position: relative;
    border: 1px solid #d30000;
    margin-bottom: 50px;
    margin-top: 10px;
  }
  .Services {
    padding: 60px 0;
    background-color: #d30000;
    overflow: hidden;
    height: auto;
  }

  .heading {
    padding-bottom: 50px;
  }
  .card {
    -webkit-box-flex: initial;
    display: flex;
    -ms-flex: initial;
    flex: initial;
    position: relative;
    height: 25rem !important;
    width: 23rem !important;
    -webkit-perspective: 200rem;
    perspective: 200rem;
    margin: 1rem;
  }
  .card img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
  }
  .card__heading-span {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
    color: #fff;
  }
  .card__subject {
    letter-spacing: 0.4rem;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: bottom;
    text-align: center;
  }
  .card__cover {
    position: relative;
    background-size: cover;
    height: 6rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #d30000;
  }
  .card__details {
    padding: 1.5rem 0rem;
    font-size: 13px;
  }
  .card .red-button button {
    background-color: #d30000;
    border: none;
    border-radius: 2px;
    color: #fff;
    padding: 0.5rem 1rem;
    position: relative;
    margin-left: 7.5rem;
    font-size: 12px;
  }
  .partners {
    padding: 60px 0;
    background: none;
  }
  .partners .heading {
    padding-bottom: 20px;
  }
  .partners .logo {
    width: 4rem;
    height: 1rem;
    object-fit: contain;
    margin-left: 0;
  }
  .partners .logo img {
    width: 8rem;
  }
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .intro {
    padding: 130px 0 110px 0;
  }
  .intro15 p {
    font-size: 14px !important;
    width: 330px;
  }
  .intro .btn {
    padding: 7px 14px !important;
    font-size: 12px !important;
  }
  #companies {
    padding: 30px 0;
  }
  #owl {
    margin-left: 5px;
  }
  #companies .logo {
    height: auto;
    width: 60px;
  }
  #companies .max-width {
    padding-bottom: 30px;
  }
  #domain {
    padding: 30px 0;
  }
  #domain .tabs {
    background: #fff;
    width: 320px;
    position: relative;
    border: 1px solid #d30000;
    margin-bottom: 50px;
    margin-top: 0;
  }
  #domain .tabs .space {
    padding: 10px;
    font-size: 13px;
  }
  #domain .tabs li {
    padding: 0.5rem;
    padding-left: 7px;
    margin-left: 20px;
    font-size: 13px;
  }
  #domain .button {
    border: none;
    background-color: #d30000;
    color: #fff;
    border-radius: 2px;
    padding: 0.5rem 1rem;
    margin-left: 14px;
    margin-top: 1rem;
    font-size: 13px;
  }
  #domain span {
    font-size: 16px !important;
  }
  .Services {
    padding: 30px 0;
    background-color: #d30000;
    overflow: hidden;
    height: auto;
  }

  .heading {
    padding-bottom: 30px;
    margin: 0;
  }
  .card {
    -webkit-box-flex: initial;
    display: flex;
    -ms-flex: initial;
    flex: initial;
    position: relative;
    height: 26rem !important;
    width: 30rem !important;
    -webkit-perspective: 200rem;
    perspective: 200rem;
    margin: 1rem;
  }
  .card img {
    width: 100%;
    height: 19.5rem;
    object-fit: cover;
  }
  .card__heading-span {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
    color: #fff;
  }
  .card__subject {
    letter-spacing: 0.8rem;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: bottom;
    text-align: center;
  }
  .card__cover {
    position: relative;
    background-size: cover;
    height: 70px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #d30000;
  }
  .card__details {
    padding: 2rem 1rem;
    font-size: 13px;
  }
  .card .red-button button {
    background-color: #d30000;
    border: none;
    border-radius: 2px;
    color: #fff;
    padding: 0.5rem 1rem;
    position: relative;
    margin-left: 10rem;
    font-size: 13px;
  }
  .partners {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
  }
  .partners .heading {
    padding-bottom: 30px;
    color: #000 !important;
  }
  .partners .logo {
    width: 14rem;
    height: 6rem;
    margin: 2.5rem;
    margin-left: 90px;
  }
  .partners .flex {
    display: flex;
    justify-content: none;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .partners .logo img {
    height: 6rem;
    width: 14rem;
    object-fit: contain;
  }
}
