/******* Contat us page   *******/
/* Contact Us*/
.workspace{
    margin-bottom: 50px;
}
.mobiledevicImg {
    display: none;
}

  .workspace img{
    max-width: 100%;
    height: auto;
  }

  .team1{
    max-width:30%;
    flex:0 0 30%;
  }
  .header-text{
    display: flex;
    width: 100%;
    max-width: 40%;
    flex: 0 0 40%;
    align-items: center;
  }
  .team2{
    width: 100%;
    max-width: 30%;
    flex: 0 0 30%;
  }
  


  /* our work section*/
  .ourworkspace{
  padding: 100px 0px 100px 0px;
  position: relative;
  background: var(--dc-primary);
    }
  .ourworkspace:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 454px;
    z-index: 0;
    top: 0px;
    left: 0;
    right: 0;
  }



  .ourworkspaceBox {
    display: flex;
    width: 100%;
    margin-top: 20px;
    z-index: 100;
}

.ourworkspaceBox ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
}

.ourworkspaceBox ol li {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0px 15px 20px;
    margin: 20px;
}
  
  .col-location {
      background: var(--white);
      display: flex;
      flex-wrap: wrap;
      padding: 7%;
      border-radius: 20px;
      justify-content: flex-start;
      align-items: baseline;
      box-shadow: 2px 0px 10px 4px rgb(0 0 0 / 18%);
      height: 390px;
      
  }

  .col-location img{
    width: 100%;
    border-radius: 20px;
  }
  
  .col-location i{
      margin: 30px auto 0px auto;
      font-size: 40px;
      color:var(--red);
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: baseline;
  }
  
  .col-location  span{
      margin: 15px 0px 15px 0px;
      padding:0px 0px 0px 0px;
      width: 100%;
      font-size: 25px;
      align-items: baseline;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      font-weight: 700;
  }

  .col-location .contactText{
      width: 100%;
  }
  
  .col-location p {
        margin: 0px;
        padding: 0px;
        width: 100%;
        font-size: 18px;
        align-items: baseline;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        color: var(--black);
        line-height: 24px;
  }

    .col-location p br {
    display: none;
    }
  
  
.connectwithus{
    padding: 100px 0px;
}
  
  .virtual-event-page h2.white-col{
      color: var(--white);
  }

  
  .connectdetail{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #000;
  
  }

.connectwithus .contactusText {
    max-width: 890px;
    margin: 10px auto 0;
}

  .connectdetailwrapper{
    margin-top: 30px;
    display: flex;
    width: 100%;
    z-index: 100;
}


.connectdetailwrapper ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
}

.connectdetailwrapper ol li {
    flex: 0 0 33%;
    max-width: 33%;
    height: 100%;
    padding: 0px 15px;
    position: relative;
    text-align: center;
}

.connectdetailwrapper ol li:after {
    content: "";
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 9px;
    font-size: 11px;
    height: 121px;
    width: 1px;
    background: #000;
}

.connectdetailwrapper ol li:last-child:after{
display:none;
}

.connectdetailwrapper ol li i{
    font-size: 40px;
    margin: 0px auto;
    display: table;
  }

  a {
    text-decoration: none;
    color: #3f2e88;
}


.connectdetailwrapper ol li span{
      width: 100%;
      margin: 0px;
      padding: 0px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin: 15px 0px 10px 0px;
      font-size: 22px;
  }
  .connectdetailwrapper ol li span a:hover{
    background-image: linear-gradient(to right, #e23128, #e53a2b, #e9432e, #ec4b31, #ef5234);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .connectdetailwrapper ol li span a{
    color: var(--black);
  }

.footquote {
    padding: 90px 0px;
    background: linear-gradient(0deg, rgba(243,91,73,1) 0%, rgba(248,174,69,1) 50%, rgba(118,185,149,1) 100%);
}

.footquote h2 {
    max-width: 810px;
    margin: 0 auto 20px;
}


  
.footquote .buttonwripper {
    margin: 0px auto;
    display: flex;
    gap: 15px;
}





  /* Contact Us*/
/******* Contat us  page the end  *******/


@media only screen and (min-width:1440px) and (max-width:1599px) {  



/*********** contact us Page  ************/ 
    .connectdetailwrapper ol li span {
        font-size: 20px;
    }

    .connectdetailwrapper ol li i {
        font-size: 25px;
    }

    .connectdetailwrapper {
        margin-top: 30px;
    }

    .col-location span {
        margin: 5px 0px 5px 0px;
        font-size: 20px;
    }

    .col-location p {
        font-size: 16px;
        line-height: 20px;
    }


.ourworkspaceBox ol li {
    margin: 16px;
}


    .col-location {
        padding: 4%;
        height: 290px;
    }

    .ourworkspace:before {
        height: 400px;
    }

    .ourworkspace {
        padding: 40px 0px 40px 0px;
    }

    .footquote .buttonwripper a {
        padding: 5px 42px;
        font-size: 20px;
    }

    /*********** contact us Page The end ************/

    }

@media only screen and (min-width:1366px) and (max-width:1439px) {
/*********** contact us Page  ************/ 
    .connectdetailwrapper ol li span {
        font-size: 20px;
    }

    .connectdetailwrapper ol li i {
        font-size: 25px;
    }

    .connectdetailwrapper {
        margin-top: 30px;
    }

    .col-location span {
        margin: 5px 0px 5px 0px;
        font-size: 20px;
    }

    .col-location p {
        font-size: 16px;
        line-height: 20px;
    }

  .ourworkspaceBox ol li {
  margin: 16px;
  }

    .col-location {
    padding: 4%;
    height: 290px;
    }

    .ourworkspace:before {
        height: 400px;
    }

    .ourworkspace {
        padding: 40px 0px 40px 0px;
    }

    .footquote .buttonwripper a {
        padding: 5px 42px;
        font-size: 20px;
    }

    /*********** contact us Page The end ************/

}

@media only screen and (min-width:1280px) and (max-width:1365px) {
 /*********** contact us Page  ************/ 
    .connectdetailwrapper ol li span {
        font-size: 20px;
    }

    .connectdetailwrapper ol li i {
        font-size: 25px;
    }

    .connectdetailwrapper {
        margin-top: 30px;
    }

    .col-location span {
        margin: 5px 0px 5px 0px;
        font-size: 20px;
    }

  .ourworkspaceBox ol li {
  margin: 16px;
  }

    .col-location p {
        font-size: 16px;
        line-height: 20px;
    }

    .col-location {
        padding: 4%;
        height: 290px;
    }

    .ourworkspace:before {
        height: 400px;
    }

    .ourworkspace {
        padding: 40px 0px 40px 0px;
    }

    .footquote .buttonwripper a {
        padding: 5px 42px;
        font-size: 20px;
    }

    /*********** contact us Page The end ************/

}


@media only screen and (min-width:1024px) and (max-width:1279px) {

 /*********** contact us Page  ************/ 
    .connectdetailwrapper ol li span {
        font-size: 20px;
    }

    .connectdetailwrapper ol li i {
        font-size: 25px;
    }

    .connectdetailwrapper {
        margin-top: 30px;
    }

    .col-location span {
        margin: 5px 0px 5px 0px;
        font-size: 20px;
    }

    .ourworkspaceBox ol li {
    margin: 10px;
    }

    .col-location p {
        font-size: 16px;
        line-height: 20px;
    }

    .col-location {
        padding: 4%;
        height: 290px;
    }

    .ourworkspace:before {
        height: 370px;
    }

    .ourworkspace {
        padding: 40px 0px 40px 0px;
    }

    .footquote .buttonwripper a {
        padding: 5px 42px;
        font-size: 20px;
    }

    /*********** contact us Page The end ************/

}

@media only screen and (min-width:992px) and (max-width:1023px) {
/*********** contact us Page  ************/ 
    .connectdetailwrapper ol li span {
        font-size: 20px;
    }

    .connectdetailwrapper ol li i {
        font-size: 25px;
    }

    .connectdetailwrapper {
        margin-top: 30px;
    }

    .col-location span {
        margin: 5px 0px 5px 0px;
        font-size: 20px;
    }

    .col-location p {
        font-size: 16px;
        line-height: 20px;
    }

    .col-location {
        padding: 4%;
        height: 290px;
    }

    .ourworkspace:before {
        height: 370px;
    }

    .ourworkspace {
        padding: 40px 0px 40px 0px;
    }

    .footquote .buttonwripper a {
        padding: 5px 42px;
        font-size: 20px;
    }

    /*********** contact us Page The end ************/


}

@media only screen and (min-width:768px) and (max-width:991px) {

 /*********** contact us Page  ************/ 
    .connectdetailwrapper ol li span {
        font-size: 16px;
    }

    .connectdetailwrapper ol li i {
        font-size: 25px;
    }

    .col-location i {
        margin: 0px auto 0px auto;
        font-size: 24px;
    }

    .connectdetailwrapper {
        margin-top: 30px;
    }

    .col-location span {
        margin: 5px 0px 5px 0px;
        font-size: 16px;
    }

    .col-location p {
        font-size: 16px;
        line-height: 20px;
    }

    .col-location {
        padding: 4%;
        height: auto;
    }

    .ourworkspace:before {
        height: 330px;
    }

    .ourworkspace {
        padding: 40px 0px 40px 0px;
    }

    .footquote .buttonwripper a {
        padding: 5px 22px;
        font-size: 16px;
    }

    .ourworkspaceBox ol li {
   padding: 10px 15px;
  flex: 0 0 100%;
  max-width: 100%;
  height: auto;
    }

    /*********** contact us Page The end ************/

}


@media only screen and (min-width:0px) and (max-width:767px) {

 /*********** contact us Page  ************/ 
    .mobiledevicImg {
        display: block;
    }

    .team1 {
        display: none;
    }

    .team2 {
        display: none;
    }

    .header-text {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .connectdetailwrapper ol li span {
        font-size: 16px;
        margin: 0px 0px 0px 0px;
    }

    .connectdetailwrapper ol li i {
        font-size: 25px;
    }

    .col-location {
    padding: 4%;
    box-shadow: 0 6px 5px rgb(255 255 255 / 31%);
    border-radius: 10px;
    height: auto;
}

    .col-location i {
        margin: 0px auto 0px auto;
        font-size: 24px;
    }

    .connectdetailwrapper {
        margin-top: 0px;
    }

    .col-location span {
        margin: 5px 0px 5px 0px;
        font-size: 16px;
    }

    .col-location p {
        font-size: 16px;
        line-height: 20px;
    }

    .col-location {
    padding: 4%;
    box-shadow: 0 6px 5px rgb(255 255 255 / 31%);
    border-radius: 10px;
    height: auto;
    }

    .ourworkspace:before {
        height: 100%;
    }

    .ourworkspace {
        padding: 20px 0px 10px 0px;
    }

    .footquote .buttonwripper a {
        padding: 5px 22px;
        font-size: 16px;
    }

    .ourworkspaceBox ol li {
        padding: 10px 15px;
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
    }

    .connectdetailwrapper ol li {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .connectdetailwrapper ol li:after {
        display: none;
    }

    .connectwithus {
        padding: 20px 0px 0px 0px;
    }

    .connectdetailwrapper ol li::before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 50%;
        width: 35%;
        border-bottom: 1px solid var(--black);
        transform: translateX(-50%);
    }

    .footquote {
        padding: 20px 0px;
    }

    .footquote .buttonwripper {
        padding-top: 20px;
    }

    /*********** contact us Page The end ************/



}
