.inner-banner img {
    height: 150px;
    object-fit: cover;
    object-position: bottom;
}
.work-left-img {
    width: 100%;
    margin: 0px auto auto;
    display: block;
    height: 640px;
    object-fit: cover;
    margin-top: -75px;
    position: relative;
    z-index: 99;
}
.work-left p {
    line-height: 20px;
    font-size: 14px;
        font-family:ElmsSans-Light ;
    margin-top: 3px;
}
.work-left a {
          font-family:ElmsSans ;
    color: #000;
    text-decoration: none;
}
.work-left i {
    font-size: 20px;
    margin-top: 2px;
margin-right: 6px;
margin-left: 0%;
    color: #ff3b04;
    transform: rotate(15deg);
}
.work-left h4 {
      font-family:ElmsSans-Medium ;
    font-size: 18px;
    width: 60px;
    color: #ff3b04;
    /* background: -webkit-linear-gradient(#FF3B04, #f39316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.work-left .headingAfter {
    /* background: #FF3B04; */
    /* width: 100px; */
    width: 80%;
    height: 1px;
    margin-top: 12px;
    margin-left: 7px;
    border-top: 1px dashed #ff3b04;
}
.work-left .inner-cont {
    margin-right: 35px;
}
.work-right {
    /* background: linear-gradient(90deg, #FA709A 0%, #FEE140 100%); */
    background: url('../images/workwithus/form_bg.png');
    box-shadow: -4px 4px 13px rgba(0, 0, 0, 0.25);
   margin-left: -65px;
    margin-top: -38px;
    padding-top: 28px;
    padding-left: 30px;
    padding-right: 31px;
    background-size: cover;
    background: #fff;
    position: relative;
    z-index: 9;
}
.work-right h4 {
    color: #000;
    text-align: left;
     font-family:ElmsSans-Semibold ;
    font-size: 24px;
    font-weight: 400;
}
.work-right p {
        font-family:ElmsSans-Light ;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    margin-top: 11px;
}

.form-section {
    padding: 0px 25px;
}
label span {
    display: block;
font-size: 12px;
font-style: italic;
}

.form-field input, .form-field select, .form-field textarea {
    border: none;
    border-bottom: 1px solid #0E0E0E;
    padding: 0px 0px 4px;
    font-size: 15px;
    font-family: ElmsSans;
    background: transparent;
    outline: none;
    transition: border-color 0.3s;
    color: #333;
}
/****  floating-Lable style start ****/



  
.form-field input, .form-field select, .form-field textarea {
    border: none;
    border-bottom: 1px solid #0E0E0E;
    padding: 0px 0px 4px;
    font-size: 15px;
    font-family: ElmsSans;
    background: transparent;
    outline: none;
    transition: border-color 0.3s;
    color: #333;
    width: 100%;
}
.form-field textarea {
    resize: none;
    min-height: 120px;
    border: 1px solid #0E0E0E;
    padding: 9px 10px 12px;
    border-radius: 4px;
}

.form-field label {
    margin-bottom: 2px;
    color: #0E0E0E;
    font-family: ElmsSans;
    font-size: 14px;
    letter-spacing: 0.82px;
}
.form-field{
    margin-bottom: 20px;
}
  .error {
      color: red;
      font-size: 12px;
  }
.form-section .btn {








    background: #0E0E0E;
    color: #fff;
    border: none;
    padding: 4px 16px 6px;
    cursor: pointer;
    transition: all 0.3s;
    width: fit-content;
    border-radius: 8px;
    align-self: center;
    color: #FFF;
    font-family: ElmsSans-Light;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.3px;
}
  /* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eb268f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
  }
  .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popup {
	margin: 35px auto;
	padding: 40px 20px;
	background: #fff;
	/* border-radius: 5px; */
	width: 30%;
	position: relative;
	transition: all .5s ease-in-out;
	top: 100px;
}
.popup .close {
	position: absolute;
	top: 6px;
	right: 10px;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}
.popup .close:hover {
  	color: #C54E47;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: center;
/*	font-weight: bold;*/
}
.popup .content h3 {
    font-size: 20px;
    margin: auto;
}
.popup .content a {
    font-size: 15px;
}
.popup .content a:hover {
    text-decoration: none;
}
.counter-section {
    background: transparent;
    box-shadow: none;
}
.counter-list p {
    color: rgb(63, 63, 63);
}
.animatable {
  
    /* initially hide animatable objects */
    visibility: hidden;
    
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;   
    -moz-animation-play-state: paused;     
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;   
    animation-play-state: paused; 
  }
  .counter-section hr {
    border-top: 1px dashed #ff3b04;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .age:before {
      display: none;
  }
  .custom-file-label {
      background: transparent;
      border-radius: 0px;
      border: none;
      border-bottom: 1px solid #000;
  }
  input:focus, .custom-file-input:focus {
      outline: none;
      box-shadow: none;
  }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #000;
    box-shadow: none !important;
}
  .custom-file-label::after { 
      border-radius: 0px;
      background: #000;
      color: #fff;
      border-left: none;
      /* height: calc(calc(1.75rem + 2px) - 1px * 2) !important; */
      height: 25px !important;
        bottom: 0;
        top: unset;
        line-height: 13px;
  }
.home-header{
    position: relative;
}
 .home-header {

    background: url(../images/about/banner.jpg);
    background-size: cover;
    background-position: center;
       /* height: 48vh; */
       display: flex;
       flex-direction: column;
       min-height: 400px;
       justify-content: space-between;
           padding-bottom: 96px;
}

  @media (max-width: 600px) {
    .work-left .inner-cont {
        margin-right: 0px;
    }
    .work-left h4 {
        width: 75px;
    }
    .work-right {
        padding-left: 20px;
        padding-right: 0px;
    }
  }
  @media (max-width: 992px) {
    .work-right {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .work-left img {
        height: auto;
    }
    .popup{
        width: 45%;
    }
  }

  @media (max-width:767px){
    .popup{
        width: 92%;
    }
  }

