/*carousel-section code start*/
/*.carousel-section{
    margin-top: 5.3em;
}*/
.carousel-section .item {
  height: 80vh;
  position: relative;
}
.carousel-section .item img {
  width: auto;
  height: 100%;
  /*object-fit: cover;*/
  margin: 0 auto;
}
.carousel-section .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.carousel-section .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.carousel-section .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.carousel-section .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.carousel-section .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.carousel-section .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.carousel-section .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.carousel-section .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.carousel-section .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.carousel-section .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot{
    position: relative;
    bottom: 2em;
}



.banner-2{
    background-color: #1fa9d7;
}
.banner-3{
    background-color: #2c2c2c;
}
@media screen and (max-width:  786px)
{
    .carousel-section .item{
    height: auto;
}
.carousel-section .item img{
    height: auto;
    width: 100%;

}
}


@media screen and (max-width:  786px){
    .carousel-section .item .cover .header-content{
        padding: 18px;
    }
    .carousel-section .item .cover .header-content h2{
        font-size: 21px;
    }
    .carousel-section .item .cover .header-content h1{
        font-size: 25px;
    }
    .carousel-section .item .cover .header-content h4{
        font-size: 20px;
    }
    
}
/*carousel-section code end*/
/*section2 code start*/


.pset {
  padding-top: 2em;
  padding-bottom: 80px;
}

  .listar-feature-items {
    position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 1rem 1rem 1rem 1rem;
    background-image: linear-gradient(to bottom right, #e9eaec, #ffffff);
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
    box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 2em;
    padding: 10px;
}


.listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  /*position: relative;*/
  background-color: #fff;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  /*left: 50%;*/
  vertical-align: middle;
/*  margin-left: -74px;
  top: -66px;
  margin-top: -74px;*/
}

.listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  /*position: relative;*/
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}

.listar-feature-icon-inner div {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 55px;
}

.converting-div{
        display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
        align-items: center;
}

.line-style {
  border: 0;
  width: 73%;
  height: 0;
  border-top: 0.3rem solid  #128A76;
  position: relative;
  overflow: visible;
  margin: 2rem 0;
}
.line-style:before {
  animation: move 3.5s infinite linear;
  position: absolute;
  top: -14px;
  left:0;
  right: 0;
  bottom: 0;
  background-image: url("https://cdn-icons-png.flaticon.com/512/2026/2026919.png");
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: calc(100% + 24px) 0;
  content: ' ';
  height: 24px;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }

}
.accelerator-type{
   font-size: 27px;
    font-weight: bold;
    position: absolute;
    top: 16%;
    color: #000;
}
/*.listar-feature-icon-inner img.cognos-logo{
    width: auto;
    height: 25%;
}*/
@media screen and (max-width: 786px){
    .accelerator-type{
        font-size: 13px;
    }
    h2{
        font-size: 20px;
    }
    .listar-feature-icon-wrapper{
        width: 110px;
        height: 110px;
        line-height: 110px;
    }
    .listar-feature-icon-inner{
        width: 100px;
        height: 100px;
        line-height: 120px;
        }
        .listar-feature-icon-inner img{
            height: 20%;
        }
        .cognos-logo{
    height: 15%!important;
}
}
/*new section2 code end*/

/*benefits code start*/

ul.infoGraphic {
  font-size: 0.8em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  padding-top: 1em;
}
ul.infoGraphic li {
  position: relative;
  width: 100%;
  max-width: 25em;
  background: #f5f8f7;
  border-radius: 0.5em;
  padding: 0.5em;
  z-index: 1;
  transition: all 0.2s;
  list-style-type: none;
}
ul.infoGraphic li .numberWrap {
  position: absolute;
}
ul.infoGraphic li .number {
     font-size: 10em;
    font-weight: 900;
    width: 0.9em;
    text-align: center;
}
ul.infoGraphic li .number.fontColor1 {
  color: #669EFC;
}
ul.infoGraphic li .number.fontColor2 {
  color: #128A76;
}
ul.infoGraphic li .number.fontColor3 {
  color: #9b59b6;
}
ul.infoGraphic li .coverWrap {
  transform: rotate(130deg);
  position: absolute;
  width: 18em;
  height: 15em;
  left: -3em;
  top: -1em;
}
ul.infoGraphic li .coverWrap .numberCover {
  position: absolute;
  background: #f5f8f7;
  width: 16em;
  height: 6em;
  border-radius: 50% 50% 0 0;
  border-bottom: 3px solid #f5f8f7;
  transition: all 0.4s;
}
ul.infoGraphic li .coverWrap .numberCover::before {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 4em;
  right: 4em;
  top: 5em;
  box-shadow: 0 0 30px 17px #48668577;
  border-radius: 100px/10px;
  z-index: -1;
}
ul.infoGraphic li .coverWrap .numberCover::after {
  position: absolute;
  bottom: 0;
  content: "";
  left: -10%;
  width: 120%;
  height: 150%;
  background: radial-gradient(at bottom, #48668533, transparent, transparent);
  z-index: 1;
}
ul.infoGraphic li .content {
  margin: 8em 3em 1em 7em;
  position: relative;
}
ul.infoGraphic li .content h2 {
  font-size: 1.7em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
ul.infoGraphic li .content p {
  line-height: 1.5em;
  font-size: 15px;
}

ul.infoGraphic li:hover .coverWrap .numberCover {
  border-radius: 100%;
}

.icon {
  position: absolute;
  /*font-size: 2rem;*/
  height: 2em;
  text-align: center;
  top: -3em;
  left: 50%;
  transform: translatex(-50%);
}
.icon:before {
  color: #666;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.iconCodepen:before {
  content: "";
}

.iconSocial:before {
  content: "";
}

.iconAirplane:before {
  content: "";
}



/*benefits code end*/

/*section 4 start*/
.bg-gray{
    background-color: #f3f7fa;   
}
.sec-percentage
{
 height: 250px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.sec-percentage .col{
    text-align: center;
}
.sec-content h1{
font-size: 23px;
}
.sec-content p{
font-size: 23px;
text-transform: capitalize;
}
@media screen and (max-width: 786px){

    .sec-content h1 {
    font-size: 18px;
}
.sec-content p {
    font-size: 12px;
    }
    .sec-percentage{
    height: auto;
    padding: 1.5em 0px;
}
}
/*section 4 end*/

/*section 5 migration Requirement start*/

.register{
    background: -webkit-linear-gradient(left, #3931af, #00c6ff);
    margin-top: 3%;
    padding: 3%;
}
.register-left{
    text-align: center;
    color: #fff;
    margin-top: 4%;
}
.register-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.register-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.register-left img{
    margin-top: 10%;
    margin-bottom: 5%;
    width: 50%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.register .register-form{
    padding: 10%;
}
.book-btn{
    margin-top: 10%;
}

.form-row{
    padding-bottom: 1em;
}

#survey-form{
    font-size: 17px;
}
.pdn-rt-1em{
    padding-right: 1em;
}
.pdn-rt-2em{
    padding-right: 1.7em;
}
#ui-datepicker-div {
    font-size: 62.5%;
}
.data-show{
    padding-left: 1em;
    position: relative;
}
.date-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
  }
  #book_button input:focus{
border-color: #dee2e6;
    outline: 0;
    box-shadow: none;
  }
  .register-form .form-group .form-control:focus{
box-shadow: none;
  }
@media screen and (max-width: 786px){

#survey-form {
    font-size: 15px;
}

}
/*migration requirement end*/

