/*  Site */
.body {
  font-family: 'Nolan Next Regular' !important;
  color: #282828;
}

.bottom0 {
  bottom: 0px !Important;
}

.play-button {
  position: absolute;
  width: 150px;
  height: 150px;
  left: 62%;
  top: 62%;
  margin-left: 0px !important;
  margin-top: 0px !important;
  background: url(images/play-button.png) no-repeat;
  cursor: pointer;
}

.blog-social-main {
  padding-top: 5px;
}

.kgp-link {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  background-image: url('images-new/Bio Icon.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
}

.kgp-link:hover {
  background-image: url('images-new/Bio-Icon-magenta.png');
}

.in-link {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url('images-new/Linkedin Icon (1).png');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
}

.in-link:hover {
  background-image: url('images-new/Linkedin-Icon-magenta.png');
}

.h200 {
  height: 200px !important;
}

h2,
.h2 {
  font-size: 22px !important;
}

.blog-post-redi {
  font-family: 'Nolan Next Regular' !important;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: baseline;
}

.blogs-main-btm-sec {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.blog-left-cont {
  display: flex;
  flex-wrap: nowrap;
  width: 310px;
  vertical-align: middle;
  align-items: center;
  position: relative;
}

.blog-post-redi {

  font-size: 13px;
  font-weight: 400;
  color: #282828;
  padding-top: 1px;
}

.author-blog-cen {
  display: flex;
  text-align: right;
  vertical-align: middle;
  align-items: center;
  justify-content: flex-start;
}

.title_blog_link {
  font-size: 17px;
  color: #AA0A6C;
  font-family: 'Nolan Next Regular' !important;
}

.title_blog_link_third {
  font-size: 22px !important;
}

.title-heading {
  color: #AA0A6C;
  font-size: 16px;

  line-height: normal;
}

.related-article-heading {
  color: #AA0A6C;
  font-size: 21px;

  line-height: normal;
  margin: 70px 0 20px 0;
}

.related-article-heading-webinar {
  color: #AA0A6C;
  font-size: 21px;

  line-height: normal;
  margin: 15px 0 20px 0;
}

a {
  text-decoration: none;
}

.features-btn-first a {
  text-decoration: none;
  color: #ffffff;
}

.grid-desc-spotlight {
  /*font-family: 'Merriweather-Regular';*/

  font-size: 16px;
  /*font-weight: 300;*/
}

p {

  font-size: 17px;
}

.grid-desc {
  /*font-family: 'Merriweather-Regular';*/

  font-size: 16px;
  /*font-weight: 300;*/
}

.grid-desc-gol {

  font-size: 16px;
  margin-top: 36px;
}

.bottom-grid {
  border-bottom: 1px solid #4890A9;
  padding-bottom: 20px;
}

.border {
  border: 1px solid #4890A9 !important;
  text-align: left;
}

.right-panel1 {

  font-size: 16px;
  padding-left: 1.5rem !important;
  border: 1px solid #4890A9 !important;
  padding: 24px;
  text-align: left;
  margin-top: 75px;
}

.borderleft {
  border-left: 3px solid #AA0A6C;
  margin-left: 30px;
}

.borderleft p {

  font-size: 16px;
  font-weight: 700;
  margin-left: 15px;
  line-height: 30px;
}

/* End Site*/


.borderleft {
  border-left: 3px solid #AA0A6C;
  margin-left: 30px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


img {
  max-width: 100%;
  display: block;
}

/* Utilities */
.card::after,
.card img {
  border-radius: 50%;
}

.card,
.stats {
  display: flex;
}

.card {
  padding: 0rem 0rem;
  border-radius: 0px;
  max-width: 600px;
  margin: 0rem;
  position: relative;
  /*overflow: hidden;*/
}

.card::before,
.card::after {
  content: '';
  position: absolute;
  z-index: -1;
}

.card::before {
  width: 100%;
  height: 100%;
  border: 0px solid #FFF;
  border-radius: 10px;
  top: -.7rem;
  left: -.7rem;
}

.card::after {
  height: 15rem;
  width: 15rem;
  background-color: #4172f5aa;
  top: -8rem;
  right: -8rem;
  box-shadow: 2rem 6rem 0 -3rem #FFF
}

.card img {
  width: 8rem;
  box-shadow: 0 0 0 5px #FFF;
}

.its-mobile-partner {
  display: none;
}

.right-img-its {
  width: 8rem;
  box-shadow: 0 0 0 5px #FFF;
  display: block;
}

.right-img-its-main {
  float: left;
}

.infos {
  margin-left: 9.5rem;
  margin-top: -120px;
}

.its-mobile {
  display: block;
}

.name {
  font-family: 'Nolan Next Regular' !important;
  /*margin-bottom: 1rem;*/
}

.name h2 {
  font-size: 1.5rem;
  color: #4890A9;
}

.namerelated h2 {
  font-size: 1.0rem;
  color: #AA0A6C;
}

.namerelated headings {
  color: #AA0A6C;
  font-size: 18px;

  line-height: 40px;
}

.namerelated p {
  font-size: 16px;

  line-height: 40px;
}

.related-article-titles {
  color: #1F3E49;
  font-size: 21px;

  line-height: normal;
  height: 212px;
}

.related-article-titles a {
  text-decoration: none;
  color: #1F3E49;
}

.related-article-titles-wib {
  color: #AA0A6C;
  font-size: 21px;

  line-height: normal;
  height: 85px;
}

.related-article-titles-wib a {
  text-decoration: none;
  color: #AA0A6C;
}

.name h4 {
  font-size: .8rem;
  color: #333
}

html {
  overflow-x: hidden;
}

.fh5co-hero-inner .fh5co-hero-smartphone {
  position: absolute;
  right: 0px;
  top: 100px;
  height: 398px;
  width: 696px;
}

#fh5co-hero-wrapper {
  height: 410px;
  width: 100%;
  /*background: url("../img/head.jpg") no-repeat center center;
  border-radius: 0 0 50% 50% / 4%;*/
  background-size: cover !important;
}

.fh5co-advantages-grid-columns {
  margin-bottom: 20px;
}


.fh5co-hero-inner {
  margin-top: 25px;
  position: relative;
}

.fh5co-hero-inner>h2 {
  color: #f1a06b;
  line-height: 40px;

  width: 400px;
  font-size: 30px;
}

.parent-heading {
  color: #f1a06b;
  line-height: 40px;

  width: 400px;
  font-size: 27px;
  display: table;
  height: 310px;
}

.parent-heading-spotlight {
  /*color:#1F3E49;*/
  color: #ffffff;
  line-height: 40px;

  width: 400px;
  font-size: 27px;
  display: table;
  height: 250px;
}

.child-heading {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  line-height: 45px !important;
}

.subheading_font {
  font-size: 22px;
  line-height: 25px !important;
  color: #ffffff;
}

.subheading_font_hco {
  font-size: 25px;
  line-height: 30px;
}

.fh5co-hero-inner>p {
  width: 400px;
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  /*margin-bottom: 10px;*/
  line-height: 2em;

}

.fh5co-hero-inner .features-btn-first {
  font-size: 15px;
  padding: 8px 13px;
  font-weight: 400;
  background: #AA0A6C;
  color: #fff;
  /*margin-left: 10px;*/
  margin-top: 30px;

}


.fh5co-advantages-outer {
  padding: 50px 20px 20px 20px;
  height: auto;
  width: 100%;
}

.fh5co-advantages-outer1 {
  padding: 20px;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.fh5co-advantages-outer .span-perfect {
  color: #000;
  font-size: 18px;
  letter-spacing: 0px;

}

.fh5co-advantages-outer1 .span-perfect {
  color: #808080;
  font-size: 17px;
  letter-spacing: 0px;

}

.fh5co-advantages-outer .fh5co-advantages-grid-columns {
  /*margin-top: 75px;*/
}

.scnd-box-its {
  width: 92%;
  border: 1px solid #827F87 !important;
}

.scnd-box-its-txt-color {
  color: #797A7E;
}

.fst-box-its {
  margin-top: 215px;
}

.scnd-box-its-cnt {
  background: #FFF;
  padding: 24px;

}

.scnd-box-its:hover {
  border: 0px solid !important;
  padding: 1px !important;
  background-image: linear-gradient(to right, rgba(122, 109, 255), rgba(246, 196, 165));
}

.scnd-box-its-cnt:hover {
  padding: 24px;
  margin-left: 1px;

}

.scnd-box-its-txt-color:hover {
  color: #9E4E49;
}






/* ==========================================================================================================
                                       RESPONSIVE STYLING
  ========================================================================================================== */
@media screen and (max-width: 1400px) {
  body {
    overflow-x: hidden;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    position: absolute;
    right: 0px;
    top: 100px;
    height: 398px;
    width: 696px;
  }

}

@media screen and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    position: absolute;
    right: 0px;
    height: 420px;
    top: 0px;
    width: 696px;
  }

  #fh5co-hero-wrapper {
    height: 95vh;
  }

  .fh5co-advantages-outer {
    margin-top: 50px;
    /*padding-bottom: 0;*/
  }

  .fh5co-advantages-outer1 {
    margin-top: 50px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 800px) and (max-width: 970px) {
  #fh5co-hero-wrapper {
    /*height: 800px;*/
    height: 670px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .col-sm-8 {
    flex: 100% !important;
    max-width: 100% !important;
  }

  .col-sm-4 {
    flex: 100% !important;
    max-width: 100% !important;
  }

  .fh5co-hero-inner>h1 {
    color: #fff;
    font-weight: 300;
    font-size: 45px;
    letter-spacing: 2px;
  }

  #fh5co-hero-wrapper {
    height: 670px;
  }

  .fh5co-advantages-outer .fh5co-advantages-grid-columns {
    /*margin-top: 40px;*/
    margin-top: 0px;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    height: 420px;
    top: 310px;
  }

}

@media screen and (max-width: 976px) {
  .col-sm-8 {
    flex: 100% !important;
    max-width: 100% !important;
  }

  .fh5co-hero-inner>h1 {
    color: #fff;
    font-weight: 300;
    font-size: 45px;
    letter-spacing: 2px;
  }

  #fh5co-hero-wrapper {
    height: 620px;
  }

  .fh5co-advantages-outer .fh5co-advantages-grid-columns {
    /*margin-top: 40px;*/
    margin-top: 0px;
  }

  .fh5co-advantages-grid-columns .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    height: 410px;
    top: 310px;
  }

  .fh5co-advantages-outer1 .second-title {
    margin-top: 60px;
  }

  .fh5co-advantages-outer .second-title {
    margin-top: 60px;
  }

  .fh5co-bottom-outer {
    margin-top: 40px;
    overflow: hidden;
  }

  .fh5co-bottom-outer .fh5co-bottom-inner {
    margin-top: 50px;
  }

  .fh5co-slider-outer {
    padding: 0;
  }

  .fh5co-reviews-inner .col-sm-5 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-slider-outer .item img {
    height: 300px;
  }

  .fh5co-reviews-outer {
    height: auto;
  }

  .fh5co-reviews-outer .fh5co-reviews-inner {
    margin-top: 50px;
  }

  .fh5co-bottom-outer {
    background-position: center bottom;
    overflow: hidden;
    height: auto;
  }

  .fh5co-bottom-inner {
    overflow: hidden;
    padding-bottom: 50px;
    text-align: center;
  }

  .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
  }

  .fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 p {
    width: 90%;
    margin: 0 auto;
  }

  .footer-outer {
    height: auto;
    padding: 20px;
  }
}

@media screen and (max-width: 800px) {
  .col-sm-8 {
    flex: 100% !important;
    max-width: 100% !important;
  }

  .fh5co-hero-inner>h1 {
    color: #fff;
    font-weight: 300;
    font-size: 45px;
    letter-spacing: 2px;
  }

  #fh5co-hero-wrapper {
    /*height: 800px;*/
    height: 670px;
  }

  .fh5co-advantages-outer .fh5co-advantages-grid-columns {
    /*margin-top: 40px;*/
    margin-top: 0px;
  }

  .fh5co-advantages-outer {
    margin-top: -50px;
  }

  .fh5co-advantages-grid-columns .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
    text-align: center;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    height: 420px;
    top: 310px;
  }

  .fh5co-advantages-outer .second-title {
    margin-top: 188px;
  }

  .fh5co-advantages-outer1 .second-title {
    /* margin-top: 188px; */
  }

  .fh5co-bottom-outer {
    padding-top: 40px;
    overflow: hidden;
  }

  .fh5co-bottom-outer .fh5co-bottom-inner {
    margin-top: 50px;
  }

  .fh5co-slider-outer {
    padding: 0;
  }

  .fh5co-reviews-inner .col-sm-5 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-slider-outer .item img {
    height: 300px;
  }

  .fh5co-reviews-outer {
    height: auto;
  }

  .fh5co-reviews-outer .fh5co-reviews-inner {
    margin-top: 50px;
  }

  .fh5co-bottom-outer {
    background-position: center bottom;
    overflow: hidden;
    height: auto;
  }

  .fh5co-bottom-inner {
    overflow: hidden;
    padding-bottom: 50px;
    text-align: center;
  }

  .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
  }

  .fh5co-bottom-outer .fh5co-bottom-inner .col-sm-6 p {
    width: 90%;
    margin: 0 auto;
  }

  .footer-outer {
    height: auto;
    padding: 20px;
  }

  .col-sm-4 {
    flex: 100% !important;
    max-width: 100% !important;
  }

  .third-partner {
    margin-top: 50px;
  }

  /*.second-partner{
		margin-top:50px;
	}*/

}

/*@media screen and (min-width: 576px){
	.col-sm-4 {
		flex: 100% !important;
		max-width: 100% !important;
	}
	.third-partner{
		margin-top:50px;
	}
	.second-partner{
		margin-top:50px;
	}
}*/
@media screen and (max-width: 520px) {
  .parent-heading {
    height: 250px;
    width: 370px;
  }

  .parent-heading-spotlight {
    width: 320px;
    padding-right: 30px;
  }

  .infos {
    margin-left: 0.5rem;
    margin-top: 0px;
  }

  .col-sm-8 {
    flex: 100% !important;
    max-width: 100% !important;
  }

  #fh5co-hero-wrapper {
    height: 450px;
  }


  .fh5co-hero-inner>h1 {
    font-size: 40px;
  }

  .fh5co-hero-inner>p {
    width: 100%;
  }

  .fh5co-hero-inner {
    /*text-align: center;*/
    margin-top: 0px;
  }

  .fh5co-hero-inner .fh5co-hero-smartphone {
    /*height: 223px; */
    top: 230px;
    margin-top: 70px;
    position: initial;
    display: inline;
    height: 200px;
  }

  .fh5co-slider-inner {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .fh5co-reviews-inner .col-sm-5 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    width: 90%;
    max-width: 90%;
    margin: 30px auto;
    text-align: center;
  }

  .fh5co-advantages-outer .span-perfect {
    margin-top: 105px;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    /*text-align: center;*/
  }

  .fh5co-advantages-outer1 .span-perfect {
    margin-top: 105px;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    /*text-align: center;*/
  }

  .fh5co-advantages-outer .span-features {
    font-size: 24px;
    display: block;
    width: 100%;
    text-align: center;
  }

  .fh5co-advantages-outer {
    /*margin-top:-50px;*/
    margin-top: 0px;
    padding-bottom: -1px;
  }

  .grid-desc {
    /* margin-top: -68px; */
    margin-top: 0px;
  }

  .grid-desc-gol {
    margin-top: 0px;
  }

  .grid-desc-spotlight {
    margin-top: 0px;
  }

  .related-article-heading-webinar {
    color: #AA0A6C;
    font-size: 21px;
    font-family: 'Merriweather-Regular';
    line-height: normal;
    margin: -60px 0 -30px 0;
  }

  .right-panel1 {
    margin-top: 0px;
  }

  .its-mobile-partner {
    display: block;
  }

  .right-img-its-main {
    display: none;
  }

  .right-img-its-mobile {
    margin-top: 50px;
  }

  .col-sm-4 {
    flex: 100% !important;
    max-width: 100% !important;
  }

  .third-partner {
    margin-top: 50px;
  }

  /*.second-partner{
		margin-top:50px;
	}*/
}

@media screen and (max-width: 450px) {
  .col-sm-8 {
    flex: 100% !important;
    max-width: 100% !important;
  }

  .col-sm-4 {
    flex: 100% !important;
    max-width: 100% !important;
  }

  .third-partner {
    margin-top: 50px;
  }

  /*.second-partner{
		margin-top:50px;
	}*/
  .hco-content {
    padding-left: 35px;
    margin-top: -44px;
  }

  .scnd-box-its {
    width: 100%;
    margin-top: 20px;
  }

  .fst-box-its {
    margin-top: 0px;
  }

}

@media screen and (max-width:600px) {
  .styl-bottom {
    position: initial !Important;
    bottom: 15px !Important;
  }

  .scnd-box-its {
    width: 100%;
    margin-top: 20px;
  }

  .fst-box-its {
    margin-top: 0px;
  }
}

.styl-bottom {
  position: absolute;
  bottom: 15px;
}

.togtext {
  display: none;
}

@media (min-width:600px) and (max-width:1080px) {
  .styl-bottom {
    position: relative !Important;
    bottom: 60px !Important;
  }

  .scnd-box-its {
    width: 100%;
    margin-top: 75px;
  }

  .fst-box-its {
    margin-top: 0px;
  }
}

@media (min-width:1080px) and (max-width:1200px) {
  .styl-bottom {
    position: relative !Important;
    bottom: 60px !Important;
  }

  .scnd-box-its {
    width: 100%;
    margin-top: 75px;
  }

  .fst-box-its {
    margin-top: 0px;
  }
}

.styl-bottom1 {
  width: auto;
  margin-top: 33px;
}

.styl-bottom2 {
  width: auto;
  margin-top: 14px;
}

.futureai-div {
  margin-top: 0 !Important;
}

/*NEW CSS*/
.blackfont {
  color: #000000 !important;
}