/** About Page **/

#main-wrapper #inner-page-wrapper {
    margin-bottom: 0px;
    overflow: hidden;
}


#inner-page-wrapper > .container {
  width: 100%;
  max-width: 1430px; 

}

#inner-page-wrapper > .container::after {
    content: "";
    background-image: url(../images/about/about-left-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 24.87%;
    height: 100%;
    z-index: -1;
}

#content-full{

  position: relative;
  margin-top: 0 !important;

}

.ip-contact-wrapper {
    position: relative;
    font-size: 0;
    z-index: 1; 
    padding-top: 80px;
}

.contact-flex {
  display: flex; 
  justify-content: center;
}

.info-left {
   width: 62%;
}

.cont-form {
	display: block;
}

.cont-form .frm-text {
	font-size: 24px; 
	color: #393939; 
	letter-spacing: 0.02em; 
	display: inline-block; 
	padding: 15px 0; 
	line-height: 1.3;
}

  .field-flex {
    display: flex;
  }

   .git-field {
    width: 50%;
    position: relative;
    display: inline-block;
    margin: 10px 14px;
    vertical-align: top;
    border-bottom: 1px solid #9c9c9c;

   }

   .git-field-w {
    width: 100%;
    display: inline-block;
    vertical-align: top; 
    margin: 11px;
    border-bottom: 1px solid #9c9c9c;
   }


   .cont-form form {
        margin-left: -14px !important;
         margin-right: -14px !important;
   }


  .cont-form input[type='text'],
  .cont-form input[type='tel'], 
  .cont-form input[type='email'], 
  .cont-form textarea  { 
    width: 100%;
    color: #393939;
    display: inline-block;
    font-size: 15px;
    height: 50px;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: top;
    margin: 0;
    background: transparent;
    border: transparent;
    outline: none;
    padding: 0;
    font-style: normal; 
    letter-spacing: 0.02em;
  }


.cont-form textarea {
    resize: none;
    margin: 5px 0;
    padding-top: 10px;
    padding-bottom: 0; 
    height: 95px;
}


div.cont-form span.wpcf7-list-item {
    display: inline-block;
    margin:30px 45px;
    font-size: 18px;
    color: #393939;
}


div.cont-form input[type='submit'] {
    vertical-align: top;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    border: 0;
    width: 100%;
    max-width: 200px;
    background:transparent;
    color: #393939;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    height: 61px;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px; 
    margin-top: 30px; 
    margin-left: 14px; 
    display: inline-block; 
    letter-spacing: 0.2em; 
    position: relative; 
    font-weight: 400;
    font-family: 'Fjalla One', sans-serif; 
    border: 1px solid #393939;

}
div.cont-form input[type='submit']:hover {
    background: red;
    color: #fff; 
    border: transparent;

  }


  div.cont-form div.wpcf7-response-output {
    color: #fff !important;
    position: absolute;
    width: 100%;
    margin: 50px auto;
    text-align: center;
    font-size: 14px; 
    left: 0; 
    right: 0; 
    font-size: 12px;
}

div.cont-form span.wpcf7-not-valid-tip {
   font-size: 12px;
   color: #000 !important;
}

.map-cont {
    margin-bottom: 80px;
    border: 5px solid #fff;
    box-shadow: 0 0 5px #ccc;
}


.info-right {
    width: 38%;
    display: flex;
    justify-content: flex-end;
}

 .cont-info { 

 	padding: 0 30px;

 }

 .cont-details {
 	 background: #fff; 
 	 font-size: 18px;
 	  	padding-top: 60px; 
 	  	padding-bottom: 40px; 
 	  	padding-left: 25px;
 }

  .cont-details span {
  	 display: block; 
     color: #393939; 
     line-height: 1; 
     margin: 5px 0;
  }

   .cont-details span.cont-name {
   	 font-size: 60px; 
   	 color: #2d2d2d; 
   	 letter-spacing: -0.025em; 
   	 text-transform: uppercase;
   	 font-family: 'Oswald', sans-serif; 
   	 font-weight: 500;
   }
   .cont-details span.cont-n-sub {
   	 font-size: 30px; 
   	 color: #1e3264; 
   	 letter-spacing: -0.05em; 
   	 text-transform: uppercase;
   	 font-family: 'Source Sans Pro', sans-serif;  
   	 font-weight: 400;
   }

    .cont-details span.cont-add,
    .cont-details span.cont-phone{ 
    	margin: 25px 0;
    }


    .cont-details span.cont-add em,
    .cont-details span.cont-phone em{
        font-style: normal !important;
        font-size: 22.48px; 
        display: block;  
        margin: 5px 0;
    }

      .cont-details em.ai-mobile-phone a {
        font-size: 18px;
      } 

       .cont-details em.ai-mobile-phone a:hover {
       	  color: #1e3264;
       }





@media only screen and (max-width: 1400px) {

}


@media only screen and (max-width: 1366px){


}

@media only screen and (max-width: 1199px){


}

@media only screen and (max-width: 991px){

.contact-flex {
  display: block; 

}

.info-left, .info-right {
   width: 100%; 
   margin: 0 auto; 
   display: block;
}

#inner-page-wrapper > .container::after {
	display: none;
}

.cont-info img {
   margin: 0 auto;
}

}

@media only screen and (max-width: 767px){



}

@media only screen and (max-width: 480px){

}

