
.carousel-item {
  height: 600px;
  min-height: 600px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-width: 100%;
}

.colud-sec {
  padding: 60px 0px;
  border-top: 7px solid #3b87f952;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}

.card-flip > div {
  backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
}

.card-front {
  transform: rotateY(0deg);
}

.card-back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
}

.card-flip:hover .card-front {
  transform: rotateY(-180deg);
}

.card-flip:hover .card-back {
  transform: rotateY(0deg);
}

.col-lg-6.cloud-info-sec {
  text-align: center;
  margin: auto;
}

.col-lg-6.cloud-info-sec h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  color: #757575;
}

.cloud-info {
  padding: 30px 0;
  background-color: #111228;
}

.hul-full {
  border: solid #00c795 3px;
  /*border-radius: 50%;*/
  border-bottom: none;
  width: 100%;
  margin: 0;
}

.col-lg-5.col-service {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  padding: 24px;
}

.ul-line {
  border-bottom: 4px solid #FFFFFF ;
  width: 190px;
  margin: auto;
  padding-top: 4px;
  margin-bottom: 15px;
}



.col-lg-5.col-service h3 {
  text-align: center;
}

.col-lg-12.cloud-img-sec {
  text-align: center;
  margin: auto;
  padding: 20px 0px;
}

h4.themecolor {
  color: #4385f4;
}

.cloud-plat {
  padding-top: 60px;
  padding-bottom: 40px;
}

.sec-pad {
  padding: 30px 0px;
}

.cloud-services-info.text-center {
  padding: 30px 0px;
}

.jumbotron.jumbotron-fluid.jumo_cloudent {
  color: #fff;
  background: linear-gradient(0deg, rgba(3, 14, 21, 0.1), rgba(12, 28, 35, 0.84)), url(http://127.0.0.1:5500/banner/cloudenterprise.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px;
}

.contact-sec {
  background: url(http://127.0.0.1:5500/banner/contact-banner.png);
  background-repeat: no-repeat;
  padding: 60px 0px;
}

h6.heading {
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  letter-spacing: 0px;
}

input.form-control {
  border: none;
  border-bottom: 2px solid #14caf4;
  font-weight: 600;
}

textarea#exampleFormControlTextarea5 {
  border: none;
  border-bottom: 2px solid #14caf4;
  font-weight: 600;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 200px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: black;
}

.flip-card-back {
  background-color: #FFFFFF;
  color: #505962 !important;
  transform: rotateY(180deg);
}

.flip-card-front h3 {
  padding-top: 30px;
}

.flip-card-back h3 {
  padding-top: 20px;
}

/*case study*/
.single-services .services-caption {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 20px 14px;
  margin-top: 0px;
}

.single-services .services-caption span {
  margin-bottom: 15px;
  line-height: 13px;
  position: relative;
  color: #0098db;
  font-weight: 600;
  font-size: 16px;
  display: block;
  padding-left: 60px;
}

.services-caption p a {
  color: #000;
  font-weight: 600;
}

.single-services .services-caption span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  top: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #0098db;
}

.case-study {
  padding: 60px 0px;
}

.section-tittle span::before {
  position: absolute;
  content: "";
  width: 54px;
  height: 2px;
  background: #2788c1;
  top: 0;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.section-tittle span {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 17px;
  text-transform: uppercase;
  color: #2788c1;
  display: inline-block;
  position: relative;
  padding-left: 68px;
}

.case-study {
  background: #ededed91;
}

.case-study img:hover {
  transition: 1s ease-in;
  transform: scale(1.05);
}

.case-study img {
  transition: 1s ease-in;
}

/*case study*/

.box > .icon {
  text-align: center;
  position: relative;
}

.box > .icon > .image {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 8px solid white;
  line-height: 88px;
  border-radius: 50%;
  background: #1EBBA3;
  vertical-align: middle;
}

.box > .icon:hover > .image {
  background: #505962;
}

.box > .icon > .image > i {
  font-size: 36px !important;
  color: #fff !important;
}

.box > .icon:hover > .image > i {
  color: white !important;
}

.box > .icon > .info {
  margin-top: -24px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid #e0e0e0;
  padding: 15px 0 10px 0;
  height: 40vh;
}

.box > .icon:hover > .info {
  background: rgba(0, 0, 0, 0.04);
  border-color: #e0e0e0;
  color: white;
}
.cloud-client h2 {
    color: #fff;
}
.cloud-client {
    background: url(https://themes.muffingroup.com/be/ai_el/wp-content/uploads/2020/05/ai-home-bg-navy-blue.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px;
}
.box > .icon > .info > h3.title {

  font-size: 22px;
  color: #fff;
  font-weight: 500;
  padding-top: 24px;
}

.box > .icon > .info > p {

  font-size: 14px;
  color: #fff;
  line-height: 1.5em;
  margin: 20px;
}

.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
  color: #fff;
}

.box > .icon > .info > .more a {
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  color: #222;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

.box > .icon:hover > .info > .more > a {
  color: #fff;
  padding: 6px 8px;
  background-color: #63B76C;
}

.box .space {
  height: 30px;
}
.portfoli-sec h2  {
    color: #023668;
}
span {
    color: #007bff;
    font-size: 22px;
    font-weight: 500;
}
.nav-label
{
    color: #ffffff;
    font-size: 13px;
    padding-right:5%;
}
.card-title {
    margin-bottom: .75rem;
    color: #023668;
}
.text-muted {
    color: #6c757d!important;
    font-size: 16px;
}
/**/
.flip-card-front {
    color: #fff !important;
    background:#113A74 !important;
}
.flip-card-back {
    background: #FFFFFF !important;
}
.ul-line {
    border-bottom: 4px solid #FFFFFF;
}
.shadow {
    box-shadow: none !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent !important;
    background-clip: border-box;
    border: none !important;
    border-radius: .25rem;
}

#testimonials {
    background: linear-gradient(to bottom right, #121945, #00C795);
}
.testimonials-heading {
    text-align: center;
    color: #FFFFFF;
}
.hul-testimonial {
    border: solid #FFFFFF 6px;
    /* border-radius: 50%; */
    border-bottom: none;
    width: 5%;
    margin: 5px auto 25px auto;
}
#testimonials-carousel {
    max-width: 1200px;
    margin: 0 auto;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block !important;
}


/*Clients Section*/
.clients-hr {
  border-top: .1rem solid #1EBBA3;
}

.clients-img {
  width: auto;
  height: 144px;
  margin-right: 5%;
}

.client-border {
  border: 1px solid #FFFFFF;
  margin: 5%;
}

.clients-logostatic {
  display: flex;
  flex-direction: row;
}
.clients-imgstatic:hover {
  transition: all .8s ease !important;
  transform: scale(1.2) !important;
  cursor: zoom-in !important;
}

.clients-hul {
  border: solid #1EBBA3 6px;
  /*border-radius: 50%;*/
  border-bottom: none;
  width: 30%;
  margin: 5px auto 25px 0;
  text-align: left;
}

.clients-headingstatic {
  color: #2788C1;
}
.clients-headingstatic:hover {
  color: #121945;
  text-decoration: none;
}

blockquote i.fas.fa-quote-left {
  color: #1EBBA3;
}
@media (max-width: 576px) {
  .clients-logostatic {
    display: flex;
    flex-direction: column;
  }
  .clients-imgstatic {
    width: 60%;
    margin: 0 auto;
  }
  #clients-title {
    text-align: center;
  }
  .clients-hul {
    width: 75%;
    margin: 5px 50px 25px 50px;
  }
  .box > .icon > .info {
    height: 42vh !important;
}
}
