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/dormakaba-cloud-transformation-with-yash.jpg);
        background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 0;
    padding-top: 0;
}
.points{
  background: url(../images/e-roundtable-for-it-infrastructure-leaders2.jpg);
            background-size: 60%;
    background-repeat: no-repeat;
            padding: 0 0 2rem 0;
}
.bannerSec .container{
  position: relative;
  padding-top: 2rem
}
.bannerSec .container img.logo{
  /*position: absolute;*/
    top: 1rem;
    bottom: 1rem;
    max-width: 150px;
     filter: brightness(0) invert(1); 
    margin-bottom: 25px;
}
.bannerContent h1{
      color: #fff;
    font-weight: 600;
    line-height: 1.5;
    font-size: 3.2rem;
}
.bannerContent h6{
      font-size: 2.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.5;
    text-decoration: none;
    font-weight: 600;
}
.linkedinAuthor{
      display: inline-block;
    margin-top: 12px;
    position: absolute;
    bottom: 120px;
    right: 22px;
}
.Speaker .linkedinAuthor img{
      max-width: 32px;
    height: auto;
}
p, li{
  font-weight: 500
}
.bannerContent {
    margin-bottom: 65px;
}
p.eventDT {
    font-size: 19px;
    font-style: italic;
    color: #ffdd00
}
.pointContent ul{
  padding-left: 0
}
.pointContent ul li{
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 13px;
  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;
}
.overview{
  background: #f2f2f2
}
.pointContent h5{
  font-size: 24px;
  margin-bottom: 25px;
}
.brochureDownload{
  background: url(../images/azure-infrastructure-and-application-services2.jpg);
      background-size: cover;
    padding: 4rem 0;
}
.brochureDownload h4{
 font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 28px;
}
.brochureDownload a{

}
.yashServices {
   padding: 0;
    background: #f2f2f2;
}
.yashServices h2{
  margin-bottom: 25px
}
.yashServices p{
      text-align: center;
    color: #0729E9;
    font-size: 1.2rem;
    margin: 15px 0;
}
.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: #00179b;
    padding: 2rem;
   
}
.formBox .form-group{
  margin-bottom: 2rem
}
.formBox .form-group .form-control{
  min-height: 56px;
  background: transparent;
  color: #fff
}
.formBox .form-group .form-control::placeholder{
  color: #fff
}
.formBox h3{
       margin-bottom: 30px;
    color: #ffdd00;
}
.formBox .btn.btn-primary{
  width: 100%;
  min-height: 56px;
  background: #fff;
  border-color: #fff;
  color: #f00
}
footer{
  background: #000;
      padding: 15px 0;
}
section.speakers {
    padding: 2rem;
    background: #212129;
}
footer ul, footer p{
 margin-bottom: 0
}
footer p{
      color: #b1b1b1;
    font-size: 14px;
    text-align: right;
}
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){
  .yashService-detail .container-fluid{
    max-width: 1400px;
  }
  .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
 }
 .brochureDownload .container .col-sm-8{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
 }
 .yashServices ul {
  display: block;
 }
 .yashServices ul li{
  width: 210px;
  height: 210px;
  font-size: 1rem;
  display: inline-flex;
margin-right: 105px;
 }
 .yashService-detail ul{
  margin-bottom: 1rem;
 }
 .yashServices ul li::after{
  width: 214px;
height: 214px;
 }
 .linkedinAuthor{
  bottom: 145px;
 }

}
@media only screen and (max-width: 600px){
 .bannerContent h1{
      font-size: 2rem;
      margin-top: 15px;
 }
 .bannerContent h6{
  font-size: 1.6rem;
 }
 .bannerSec .container img.logo{
      position: relative;
    top: 0;
    bottom: 0;
    max-width: 100px;
        margin-bottom: 15px;
 }
 .bannerSec{
  padding-bottom: 8rem;
 }
 .bannerSec .col-sm-6 .img-fluide{
  margin: 25px 0;
 }
 .pointContent {
    margin-top: 0;
}
.yashServices ul{
  display: block;
}
.yashServices ul li::after{
  width: 184px;
    height: 184px;
 }
 .yashServices ul li{
  width: 180px;
    height: 180px;
    font-size: 1rem;
    display: flex;
    margin-right: 25px;
 }
 .yashService-detail .col-sm-6.pl0 img{
    display: none;
 }
}
@media only screen and (max-width: 365px){
 .yashServices ul li{
  width: 117px;
    height: 117px;
 }
 .yashServices ul li::after {
    width: 121px;
    height: 121px;
}
.yashService-detail ul{
  margin-bottom: 2rem;
}
.yashServices {
    padding: 2rem 0;
}
}
.industries{
  color: #fff
}
.industries  .industry img{
  filter: brightness(0) invert(1);
  max-width: 30px;
  height: auto;
}
.industries  .industry{
  text-align: center;
    margin: 10px 0;
    height: 93px;
    border: 1px solid #a2a2a2;
    padding: 10px;
}
.industries  .industry h6{
   margin: 10px 0;
    color: #fff;
    font-size: 0.83rem;
    font-weight: 300;
    word-wrap: break-word;
        line-height: 1.5;
}
.Speaker img{
  max-width: 100%;
  height: auto;

}
/*.headerSpeaker img{
   filter:blur(8px) 
}*/
.Speaker{
      text-align: center;
    background: #f2f2f2;
    box-shadow: 0 4px 8px #00000029;
    padding-bottom: 15px;
        margin-bottom: 20px;
}
.Speaker h5{
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 19px;
    color: #000;
}
.Speaker p{
       font-size: 14px;
    max-width: 90%;
    line-height: 1.4;
    margin: 0 auto;
    min-height: 41px;
        color: #5f5f5f;
}
.pointContent h6{
      font-size: 2rem;
    line-height: 1.5;
    font-weight: 400;
}
.Speaker img.mainImg{
  max-width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 4px solid #e5e5e5;
    margin-top: -40px;
}
.cta{
  background: #0729E9;
  padding: 2rem 0;
  text-align: center;
}
.cta h2{
  color: #fff;
  font-weight: 400;
      margin-bottom: 1.5rem;
      line-height: 1.5
}
.cta a{
  color: #ffdd00;
  text-decoration: underline;
  line-height: 1.5
}
.pointContent ul li{
  position: relative;
  padding-left: 15px;
}
.pointContent ul li:before {
    content: "";
    background: #0729E9;
    /* color: #000; */
    position: absolute;
    width: 5px;
    height: 5px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    left: 0;
    top: 11px;
}
.formBox .form-group .form-control option{
  color: #000
}
@media only screen and (max-width: 1600px){
 p, li {
    font-weight: 500;
    font-size: 1.2rem;
}
}