/* Font */
@import url("../fonts/Formular/stylesheet.css");

/* Design */
*,
*::before,
*::after {
  box-sizing: border-box;
}

a{
  text-decoration: none!important;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

body{
  font-family: 'Formular', sans-serif !important;
  background-color: #fff;
}

:root {
    /* Full grid area variable */
    --fullGrid: 1 / 1 / -1 / -1;
}

*{
  margin: 0;
  padding: 0;
}

.widther{
  width: 90%;
  height: auto;
  margin: auto;
}

.widther1{
  width: 70%;
  height: auto;
  margin: auto;
}

.rower{
  display: flex;
}

.columner {
  flex: 50%;
}

.minicolumner{
  flex: 33%;
}

.contact{
  padding-top: 30px;
  padding-bottom: 50px;
}

.contact h1{
  font-weight: 700;
  font-size: 40px;
  padding: 12px;
}

.contact h4{
  margin-top: 2em;
  font-weight: 400;
  font-size: 20px;
  color: #757272;
  margin-bottom: 10px;
}

.contact p{
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
}

.contact a{
  font-weight: 500;
  font-size: 20px;
  color: #df3c14;
}

.cumtainer{
  float: right;
}

.cumtainer h4{
  font-weight: 400;
  font-size: 20px;
  color: #757272;
}

.cumtainer a{
  font-weight: 500;
  font-size: 20px;
  color: #000;
}

.cumtainer a:hover{
  color: #df3c14;
}

.cumtainer img{
  display: inline-block;
  margin-right: 10px
}

.cumimg{
  margin-top: 30px;
  display: block;
}
footer {
  margin-top: -35px!important;
}

.mob{
  display: none;
}
.fsize{
  display: initial;
}

@media (max-width: 768px) {
  .widther1 {
    width: 90%;
    height: auto;
    margin: auto;
  }
  .contact{
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .contact h4 {
    margin-top: 2em;
    font-weight: 400;
    font-size: 16px;
    color: #757272;
    margin-bottom: 10px;
  }
  .contact p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .contact a {
    font-weight: 500;
    font-size: 16px;
    color: #df3c14;
  }
  .cumtainer a {
    font-weight: 500;
    font-size: 16px;
    color: #000;
  }
  .mob{
    display: initial;
  }
  .fsize{
    display: none;
  }
}