
@media screen and (max-width: 767px){
  .mailcontact{
    margin-left: 26%;
  }
}

.containerct {
  background: #F8F8F8;
  width: 80%;
  height: auto;
  margin: 5% auto;
  box-shadow: 0px 0px 10px #C8C7D9;
  position: relative;
}


.containerct .contact-formct .title {
  font-size: 2.5em;
  font-family: "Raleway-Bold";
  font-weight: 700;
  color: #242424;
  margin: 5% 8%;
}
.containerct .contact-formct .subtitlect {
  font-size: 1.2em;
  font-weight: 400;
  margin: 0 4% 5% 8%;
}
.containerct .contact-formct input,
.containerct .contact-formct textarea {
  width: 80%;
  padding: 3%;
  margin: 2% 8%;
  color: #242424;
  border: 1px solid #B7B7B7;
}
.containerct .contact-formct input::placeholder,
.containerct .contact-formct textarea::placeholder {
  color: #242424;
}
.containerct .contact-formct .btn-send {
  background: #7eb448;
  width: 180px;
  height: 60px;
  color: #F8F8F8;
  font-weight: 700;
  margin: 2% 8%;
  border: none;
}

/* add font  */

@font-face {
    font-family: LGSmartBold;
    src: url("../polices/LGSmart-Bold.eot") /* EOT file for IE */
    }
    @font-face {
    font-family: LGSmartBold;
    src: url("../polices/LGSmart-Bold.ttf") /* TTF file for CSS3 browsers */
    } 
     
    @font-face {
    font-family: Helveticalight;
    src: url("../polices/Helvetica-Light.eot") /* EOT file for IE */
    }
    @font-face {
    font-family: Helveticalight;
    src: url("../polices/Helvetica-Light.ttf") /* TTF file for CSS3 browsers */
    } 
     
    
    @font-face {
    font-family: LGSmartLight;
    src: url("../polices/LGSmart-Light.oet") /* EOT file for IE */
    }
    @font-face {
    font-family: LGSmartLight;
    src: url("../polices/LGSmart-Light.ttf") /* TTF file for CSS3 browsers */
    } 
    
    
     
     
    @font-face {
    font-family: font1;
    src: url("../polices/font1.eot") /* EOT file for IE */
    }
    @font-face {
    font-family: font1;
    src: url("../polices/font1.ttf") /* TTF file for CSS3 browsers */
    } 
    
    @font-face {
    font-family: font2;
    src: url("../polices/font2.eot") /* EOT file for IE */
    }
    @font-face {
    font-family: font2;
    src: url("../polices/font2.ttf") /* TTF file for CSS3 browsers */
    } 
    
    @font-face {
    font-family: font3;
    src: url("../polices/font3.eot") /* EOT file for IE */
    }
    @font-face {
    font-family: font3;
    src: url("../polices/font3.ttf") /* TTF file for CSS3 browsers */
    } 
    
    @font-face {
    font-family: font4;
    src: url("../polices/font4.eot") /* EOT file for IE */
    }
    @font-face {
    font-family: font4;
    src: url("../polices/font4.ttf") /* TTF file for CSS3 browsers */
    } 
    
    
    
    
    
    @font-face {
    font-family: fontawesome;
    src: url("../polices/fontawesome.eot") /* EOT file for IE */
    }
    
    @font-face {
    font-family: fontawesome;
    src: url("../polices/fontawesome.ttf") /* TTF file for CSS3 browsers */
    } 
     
    @font-face {
    font-family: optima-light;
    src: url("../polices/optima.eot") /* EOT file for IE */
    }
    
    @font-face {
    font-family: optima-light;
    src: url("../polices/optima.ttf") /* TTF file for CSS3 browsers */
    } 
    
    @font-face {
    font-family: optima;
    src: url("../polices/optima-bold.eot") /* EOT file for IE */
    }
    
    @font-face {
    font-family: optima;
    src: url("../polices/optima-bold.ttf") /* TTF file for CSS3 browsers */
    } 
     
    @font-face {
    font-family: Raleway;
    src: url("../polices/Raleway-Light.eot") /* EOT file for IE */
    }
    
    @font-face {
    font-family: Raleway;
    src: url("../polices/Raleway-Light.ttf") /* TTF file for CSS3 browsers */
    } 
    
    
    @font-face {
    font-family: Raleway-bold;
    src: url("../polices/Raleway-Bold.eot") /* EOT file for IE */
    }
    
    @font-face {
    font-family: Raleway-bold;
    src: url("../polices/Raleway-Bold.ttf") /* TTF file for CSS3 browsers */
    } 
    
    
    
    @font-face {
    font-family: AGaramondPro;
    src: url("../polices/AGaramondPro.eot") /* EOT file for IE */
    }
    
    @font-face {
    font-family: AGaramondPro;
    src: url("../polices/AGaramondPro.ttf") /* TTF file for CSS3 browsers */
    } 




.contact-list {
    
    list-style-type: none;
    /* margin-left: -30px;
    padding-right: 20px; */
  }
  
.list-item {
    line-height: 1;
    color: #aaa;

  }
  .contact-text {
    font-family:'Raleway-Bold' ;
    font-size: 15px;
    letter-spacing: 1.9px;
    color: #bbb;
  }
  
  .place {
    margin-left: 62px;
  }
  
.phone {
    margin-left: 56px;
  }
  
  .gmail {
    margin-left: 53px;
  }
  
  .contact-text a {
    color: #bbb;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  
  .contact-text a:hover {
    color: black;
    text-decoration: none;
  }
  @media screen and (max-width: 575px) {
   .contactinfo{
       margin-left: 20%;
   }
   .contact-text {
    font-family:'Raleway' ;
    font-size: 10px;
    letter-spacing: 1.9px;
    color: #bbb;
  }
  }