body{
  background: rgb(242 242 242 / 48%);
  font-family: 'Poppins', sans-serif;
}
html{
  scroll-behavior: smooth;
}
p{
  line-height: 1.8
}
.pl0{
  padding-left: 0
}
.pr0{
  padding-right: 0
}
.flex_row{
  display: flex;  
  align-items: center;
}
.btn.btn-primary{
     background-color: #f6190d;
    border-color: #f6190d;
}
.bannerSec{
  background: url(../images/dos-new-top-banner.png);
        background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    padding-top: 0;
    min-height: auto;
}
.overview1{
  background: url(../images/transform-financial-processes-with-rpa-cfos-guide2.jpg);
            background-size: cover;
    background-repeat: no-repeat;
            padding: 0 0 2rem 0;
}
.signupCOntent {
  color: #fff;
}
.flex_row_top{
  align-items: flex-start;
}
img.logo {
    max-width: 130px;
   /* filter: brightness(0) invert(1);*/
}

.signupCOntent h2{
    font-weight: 300;
    line-height: 1.6;
    font-size: 2.25rem;
    color: #000;
}
.overview1 .pointContent p{
      font-size: 1.3rem;
    font-weight: 300; 
}
.banner_Content {
    padding-top: 3rem;
}
.efiPoints, .efiPoint{
  display: flex;
  color: #fff;
      padding: 1rem 0;
}
.efiPoint {
    display: block;
    text-align: center;
}
.pontNumbertxt p span{

    font-size: 1rem;
}
.bt{
  border-top: 1px solid #fff;
}
.pontNumbertxt p{
line-height: 1.5;
    font-weight: 300;
}
.pontNumbertxt {
    padding-top: 15px;
}
a.btn.btn-primary {
    padding: 0.5rem 3rem;
    border-radius: 22px;
}
.signupCOntent p{
  font-size: 1rem;
    font-weight: 300;
    color: #000
}
.bannerSec .container{
  position: relative;
  padding-top: 2rem
}
.bannerContent ul{
  list-style: none;
  display: flex;
  padding-left: 10px;
  align-items: center;
}
.bannerContent > ul{
  /*background: rgb(255 255 255 / 67%);*/
    display: inline-flex;
}
.designation {
    font-size: 0.9rem;
    color: #212129;
    font-weight: 300;
}
.custom-checkbox{
  color: #fff;
}
.custom-control-label::before{
   width: 1.1rem;
    height: 1.1rem;
        background-color: transparent;
}
.custom-control-label::after{
  width: 1.1rem;
    height: 1.1rem;
}
.custom-checkbox label{
  font-weight: 400;
  font-size: 1rem;
  color: #ced4da;
      padding-left: 5px;
}
.bannerContent ul li{
  margin-right: 20px;
}
.bannerContent ul li .logo{
  max-width: 200px
}

.bannerContent h1{
          color: #000;
    font-weight: bold;
    line-height: 1;
    font-size: 3.6rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
    line-height: 1.3;
}
.bannerContent h6{
         font-size: 2rem;
    color: #fafafa;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0;
    padding-left: 0;
}
.pontNumber img{
  width: 100px;
  height: auto
}

.bannerContent {
    margin-bottom: 65px;
}
p.eventDT {
   font-size: 20px;
    font-style: italic;
    color: #ffffff;
    margin: 1rem 0;
}
.pointContent ul{
  padding-left: 0
}
.pointContent ul li{
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  display: flex;
}
.pointContent ul li i{
      margin-right: 10px;
    color: #0729E9;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 7px;
}
.answer {
        background: #000000;
    padding: 1rem 2rem;
    position: relative;
}
.answer p{
  color: #fff;
}
.answer i{
     position: absolute;
    top: 0;
    left: -13px;
    bottom: 0;
    color: #fff;
    font-size: 2rem;
    display: flex;
    align-items: center;
}
.points {
    padding: 0 0 2rem 0;
    background:  url(../images/transform-financial-processes-with-rpa-cfos-guide4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    
}
.signupCOntent .event li{
  margin-bottom: 1rem
}
.overview{
  background: #0729E9;/* url(../images/transform-financial-processes-with-rpa-cfos-guide3.jpg);*/
          background-size: 65%;
    background-repeat: no-repeat;
    background-position: right;
}
.circle-wrap {
  margin: 50px auto;
  width: 100px;
  height: 100px;
  background: #e6e2e7;
  border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 100px, 100px, 75px);
}

.circle-wrap .circle .mask .fill {
  clip: rect(0px, 75px, 100px, 0px);
  background-color: #9e00b1;
}

.circle-wrap .circle .mask.full,
.circle-wrap .circle .fill {
  animation: fill ease-in-out 3s;
  transform: rotate(160deg);
}

@keyframes fill {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(160deg);
  }
}

.circle-wrap .inside-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  line-height: 90px;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
}
.inside-circle{
  color: #000
}
.overview h5{
  color: #fff;
}
.pointContent h5{
      font-size: 1.8rem;
    margin-bottom: 25px;
    font-weight: 300;
    line-height: 1.7;
    padding-top: 1rem;
}

.yashServices {
    padding: 2rem 0;
}
.yashServices h2{
  margin-bottom: 25px
}
.yashServices ul{
      padding-left: 0;
    display: flex;
    justify-content: space-between;
}
.yashServices ul li{
 list-style: none;
 font-size: 1.1rem;
 width: 210px;
 height: 210px;
 display: flex;
 align-items: center;
 /* justify-content: center; */
 border: 1px solid #0729E9;
 border-radius: 100%;
 text-align: center;
 padding: 15px;
 line-height: 1.5;
 margin-bottom: 15px;
 /* justify-content: space-between; */
 margin-top: 15px;
 justify-content: center;
 position: relative;
 color: #ffffff;
 font-weight: 500;
 background: #0729E9;
}
.yashServices ul li:after {
    content: "";
    background: #fff0;
    position: absolute;
    top: 0;
    left: 0;
    width: 214px;
    height: 214px;
    border-radius: 100%;
    border-right: 3px solid #0729E9;
    right: 0;
    bottom: 0;
}
.yashService-detail .servoceContent{
 padding: 15px 0
}
.yashService-detail  ul{
  padding-left: 15px;
  margin-bottom: 1rem
}
.yashService-detail  ul li{
 margin-bottom: 10px;
}
.cspModel{
  background: url(../images/azure-infrastructure-and-application-services4.jpg);
      background-size: cover;
    padding: 2rem 0 6rem 0;
        background-position: bottom;
}
.cspModel h4{     font-size: 30px; margin-bottom: 20px;
    line-height: 1.5; }
.cspModel h4 span{ font-weight: 600; display: block; }
.cspModel ul {padding-left: 15px}
.cspModel ul li{     margin-bottom: 15px; }
.differentiator {
    padding: 4rem 0;
}
.differentiator h4{
  margin-bottom: 20px
}
.yashService-detail{
  background: #000;
  color: #eee;
}
.signUP{
  background: url(../images/azure-infrastructure-and-application-services5.jpg);
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.formBox {
    background: #000;
    padding: 2rem;
   
}
.formBox .form-group{
  margin-bottom: 1.5rem
}
.formBox .form-group .form-control{
  min-height: 51px;
  background: transparent;
  color: #fff
}
.formBox .form-group .form-control::placeholder{
  color: #ccc
}
.formBox h3{
       margin-bottom: 30px;
    color: #ffdd00;
}
.formBox .btn.btn-primary{
  width: 100%;
  min-height: 56px;
  background: #fff;
  border-color: #fff;
  color: #f00
}
.rsvp{
  display: inline-flex;
  background: #fff
}
.rsvp .rsvp_name{
 padding: 15px;
}
.rsvp .rsvp_name h6{
  font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 400;
}
.rsvp .rsvp_name p{
  margin-bottom: 0
}
.rsvp .pic img{
  max-width: 150px;
}
.overview  h4{
        font-size: 3rem;
    line-height: 1.5;
    font-weight: 300;
    padding-right: 11px;
}
.event li a{
  color: #ffdd00!important;
  text-decoration: underline!important;
      font-weight: 500;
    margin-left: 5px;
    cursor: pointer;
}
.banner_Content .event li {
      font-size: 1.2rem;
    margin-bottom: 2rem;
}
.rsvpHeading{
  border-bottom: 1px solid #ccc
}
.modal-title {
    font-size: 1.1rem;
    font-weight: 400;
}
footer{ 
  background: #000;
      padding: 15px 0;
}
.fLogo img{
 filter: brightness(0) invert(1);
 max-width: 100px;
}
section.speakers {
    padding: 2rem;
    background: #212129;
}
footer ul, footer p{
 margin-bottom: 0
}
footer p{
   color: #b1b1b1;
    font-size: 12px;
    text-align: right;
    margin-top: 7px;
}
footer ul li{
  display: inline-flex;
  margin-right: 15px;
}
footer ul li a img{
  width: 20px;
  height: auto
}
footer ul li.faceBook a img{
  width: 15px;
  height: auto
}
.speakers h2{
      color: #fff;
    margin-bottom: 25px;
}
@media only screen and (min-width: 1599px){
 
  .container{
    max-width: 1400px!important
  }
  .bannerSec .container img.logo{
    max-width: 130px;
  }
}
@media only screen and (min-width: 600px)  and (max-width: 992px){
 .bannerSec .container img.logo{
  position: relative;
  top: 0
 }
 .bannerContent h6{
  font-size: 0.9rem
 }
 .bannerContent h1{
  font-size: 1.5rem
 }



}
@media only screen and (max-width: 600px){
 .bannerContent h1{
      font-size: 2rem;
 }
 .bannerSec .container img.logo{
      position: relative;
    top: 0;
    bottom: 0;
    max-width: 100px;
        margin-bottom: 15px;
 }
 
 .bannerSec .col-sm-6 .img-fluide{
  margin: 25px 0;
 }
 .flex_row{
  display: block;
 }


}

.cta{
  background: #0729E9;
  padding: 2rem 0;
  text-align: center;
}
.cta h2{
  color: #fff;
  font-weight: 400;
      margin-bottom: 1.5rem;
}
.cta a{
  color: #ffdd00;
  text-decoration: underline;
  line-height: 1.5
}
@media only screen and (max-width: 1200px){
 .bannerContent h1{
  font-size: 5.5rem;
 }
 .bannerSec{
  min-height: auto;
 }
 .rsvp .rsvp_name h6{
  font-size: 1.2rem;
 }
 .rsvp .rsvp_name p{
  font-size: 0.9rem
 }
  .rsvp .rsvp_name p.designation{
    font-size: 0.8rem
  }
  .overview h4{
    margin-bottom: 1rem;
  }
  .signupCOntent h2{
    font-size: 2.2rem;
  }
  .youTUbe iframe{
    width: 430px;
    height: 242px
  }
   section.bannerSec{
    position: relative;
   }
      section.bannerSec:after {
   
    position: absolute;
    background: rgb(255 255 255 / 65%);
    content: "";
    top: 0;
    right: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.bannerSec .container{
 position: relative;
 z-index: 3
}
section.bannerSec .container .col-sm-7{
       -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media only screen and (max-width: 992px){
 .bannerContent h1{
  font-size: 4.5rem;
 }
 .bannerSec{
  min-height: auto;
 }
 .signupCOntent h2{
    font-size: 2rem;
  }
  section.bannerSec{
    position: relative;
   }
    section.bannerSec:after {
    position: absolute;
    background: rgb(255 255 255 / 65%);
    content: "";
    top: 0;
    right: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.bannerSec .container{
 position: relative;
 z-index: 3
}
section.bannerSec .container .col-sm-7{
       -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media only screen and (max-width: 600px){
  section.bannerSec{
    position: relative;
   }
  section.bannerSec:after {
    position: absolute;
    background: rgb(255 255 255 / 65%);
    content: "";
    top: 0;
    right: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.bannerSec .container{
 position: relative;
 z-index: 3
}
  .bannerContent h1 {
        font-size: 2.5rem;
    line-height: 0.8;
    margin-bottom: 15px;
    line-height: 1.2;

}
 .bannerSec{
  min-height: 82vh;
 }
 .bannerSec .container img.logo{
  max-width: 80px;
 }

.bannerContent {
    margin-bottom: 25px;
}
.pl0 {
    padding-left: 15px;
}
.bannerSec {
    min-height: auto;
    background-position: 71% bottom;
}
.banner_Content {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.points{
      background-size: cover;
}
.signupCOntent h2 {
    margin-bottom: 2rem;
}
.banner_Content .event li {
    font-size: 0.75rem;
}
ul.event li{
  margin-right: 1rem!important;
}
.bannerContent h6 {
    font-size: 1.2rem;
}
}
@media only screen and (max-width: 560px){
 .bannerSec .container img.logo {
    max-width: 130px;
}

.overview .offset-1{
      margin-left: 0!important;
}

.bannerContent > ul {
   
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
}
}

.kyc-list {
  color: #fff;
}

.kyc-list ul li {
  list-style-type: none;

  margin-bottom: 5px;

}

.kyc-list ul li img {
  width: 39px;
  margin-right: 10px;
  max-width: 100%;
  clear: both;
  padding-bottom: 11px;
}
.dos-new-b-box.pt-5.pb-5::after {
  content: "00";
  color: transparent;
  position: absolute;
  height: 40%;
  width: 100%;
  background:url(../images/dos-ser-bg.jpg); z-index: 3;
  top: 0; 
}

.dos-new-b-box.pt-5.pb-5{ position: relative;}

.dos-center-bg{  position: relative; z-index: 4;}

  .dos-inner-boxes h3 {
    font-size: 1.2rem;
}

.dos-inner-boxes{
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
  border-radius: 5px;
  background-color: #fff;
  padding: 20px 25px;
  min-height: 244px;
  margin-bottom: 30px;
  font-size: 0.9rem;
}

.dos-inner-boxes img {
  max-width: 100%;
  position: absolute;
  width: 47px;
  right: 2rem;
  bottom: 3rem;
}