.call-icon i
{
	    color: white;
    font-size: 25px;
    margin-right: 10px;
}
@media (max-width: 575px) {
    .main-header__logo img {
        width: 200px !important;
    }
    .mb-50
    {
    	margin-bottom: 50px;
    }
    .projects-two__item__title {
  width: calc(100% - 267px) !important;
  padding: 13.5px 20px;
  position: relative;
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  background-color: var(--ploming-white, #fff);
  margin-bottom: 0;
  border-radius: 8px;
  transform: translateY(150%);
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}
}

.section-space1 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.text-justify
{
  text-align: justify;
}
.mb20 {
    margin-bottom: 20px;
}
.w80 {
    width: 80px;
}
.bg-gradient3 {
    background: #e2f3ff;
    background: -moz-linear-gradient(top, #e2f3ff 0, #fffbef 100%);
    background: -webkit-linear-gradient(top, #e2f3ff 0, #fffbef 100%);
    background: linear-gradient(to bottom, #e2f3ff 0, #fffbef 100%);
}
.pad-tb {
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-one__info__icon1
{
  position: relative;
    flex-shrink: 0;
    width: 37px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--ploming-white, #fff);
    background-color: var(--ploming-primary, #01C3ED);
    overflow: hidden;
    z-index: 1;
    transition: all 400ms ease;
}
.contact-one__info__item:hover .contact-one__info__icon1 {
  background-color: var(--ploming-base, #082545);
}
.box {
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    padding: 13px 20px;
    margin-bottom: 15px;
    text-align: center;
}
.client-logo .box img
{
 width: 130px;
}

/*whats app css*/
.float{
  position:fixed;
  width:50px;
  height:50px;
  bottom: 85px;
  left:25px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:25px;
  box-shadow: 2px 2px 3px #0003;
  z-index:99;
}

.my-float{
  margin-top:13px;
}
.float:hover{
  color: #2b2828;
}

.float-phone
{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 28px;
    left: 25px;
    background-color: #f89c35;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #0003;
    z-index: 99;

}

.my-float-phone{
    margin-top:13px;
}
.float-phone:hover{
    color: #2b2828;
}

.page-header__title1 {
    margin: 0;
    font-size: 37px;
    color: var(--ploming-white, #fff);
    text-transform: capitalize;
    line-height: normal;
}
.projects-two__text1 {
    position: relative;
    margin: 37px 30px 0 auto;
    width: 100%;
    max-width: 100% !important;
}
.contact-one__form1 {
    padding: 0px 40px 20px !important; 
  }
 .modal-header
 {
 background: var(--ploming-gray, #CFD7E0);
 border-bottom: 0;
     border-radius: initial;
 }
/*sliding side bar css*/
   @import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");



.sidebar-contact {
  position: fixed;
  transform: translateY(-50%);
  top: 60%;
  right: -300px;
  width: 300px;
  height: auto;
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  transition: 0.5s ease-in-out;
  z-index: 1;
}

.sidebar-contact.active {
  right: 0;
}
.toggle-sidebar {
    position: absolute;
    top: 44px;
    left: -84px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: #ed3237;
    transform: rotateZ(90deg);
  color: #fff;
  font-size: 16px;
}


.toggle-sidebar::before {
  content: "";
  font-family: fontAwesome;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.toggle-sidebar.active::before {
  content: "\f00d";
}
.toggle-sidebar.active b {
 display: none;
}

