@font-face {
	font-family: 'KJino';
	src: url('./KJino.eot');
	src: local('KJino'), url('./KJino.woff') format('woff'), url('./KJino.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_1041">Text with this font applied</p> */
.fontsforweb_fontid_1041 {
	font-family: 'KJino' !important;
}
@font-face {
        font-family: "Rabar_038";
        src: url("Rabar_038.eot"); /* IE9 Compat Modes */
        src: url("Rabar_038.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
            url("Rabar_038.ttf") format("truetype"), /* Safari, Android, iOS */
            url("Rabar_038.woff") format("woff"); /* Modern Browsers */
        font-weight: normal;
        font-style: normal;
        }
@font-face {
                font-family: "Rabar_043";
                src: url("Rabar_043.eot"); /* IE9 Compat Modes */
                src: url("Rabar_043.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
                    url("Rabar_043.ttf") format("truetype"), /* Safari, Android, iOS */
                    url("Rabar_043.woff") format("woff"); /* Modern Browsers */
                font-weight: normal;
                font-style: normal;
                }
.footer {
  background-color: #414141;
  width: 100%;
  text-align: left;
  font-family: 'KJino';
  font-size: 16px;
  padding: 50px;
  margin-top: 50px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
  display: inline-block;
  vertical-align: top;
}


/* footer left*/

.footer .footer-left {
  width: 33%;
  padding-right: 15px;
  float: left;
}

.footer .about {
  line-height: 20px;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  direction: rtl;
  text-align: center;
}

.footer .about span {
  display: block;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  direction: rtl;
  text-align: center;
}

.footer .icons {
  text-align: center;
}

.footer .icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}


/* footer center*/

.footer .footer-center {
  width: 30%;
}

.footer .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer .footer-center p a {
  color: #0099ff;
  text-decoration: none;
}


/* footer right*/

.footer .footer-right {
  width: 35%;
  float: right;
}

.footer h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
}

.footer h2 span {
  color: #0099ff;
}

.footer .menu {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer .menu a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}



.footer .name {
  color: #0099ff;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 767px) {
  .footer {
    font-size: 14px;
  }
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    float: none;
  }
  .footer .footer-center i {
    margin-left: 0;
  }
}

footer img.logo {
    margin-top: 0px;
    width: 200px;
}
