* {
  margin: 0;
  padding: 0;
}

.allblc {
  font-family: arial;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: arial black;
}
img {
  max-width: 100%;
  background-size: cover;
}

@font-face {
  font-family: mihadfont;
  src: url(fonts/SHOWG.woff);
}

.servise {
  background: #ffffff;
  width: 353px;
  padding: 5px;
  text-align: center;
  border-radius: 20px;
  transition: all 1s;

  overflow: hidden;
  display: inline-block;
  margin-right: 42px;
  margin-bottom: 45px;
  animation-name: xoom;
  animation-duration: 1s;
}

.title {
  text-align: center;
  margin-bottom: 35px;
}

.icon {
  width: 70px;
  font-size: 65px;
  margin: auto;
  padding: 15px;
  color: #ff5722;
}
.web {
  width: 350px;
  line-height: 15px;
}

.allblocks {
  width: 1300px;

  margin: auto;
}
section.all {
  background-image: linear-gradient(#00000060, #00000060),
    linear-gradient(#00000060, #00000060),
    url(../Wallpaper/iphone-on-notebook-3361483.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  padding: 50px 0px;
  text-align: center;
  border-bottom: 2px solid;
}

#hint {
  color: white;
  font-size: 28px;
  margin-bottom: 50px;
}
div#hint h1 span {
  color: #ff5722;
}

@keyframes xoom {
  from {
    transform: scale(0.1);
  }
  to {
    transform: scale(1);
  }
}

.servise:hover {
  background: black;
  color: white;
  border: 1px solid white;
  cursor: pointer;
  transform: translateY(-20px);
}

.servise:hover i {
  color: #ff0000;
}

.main_hint {
  text-align: center;
  margin-bottom: 35px;
  color: black;
  font-size: 28px;
  margin-bottom: 50px;
  padding: 50px 0px;
  color: black;
}
div.main_hint h1 span {
  color: #ff5722;
}

.about_image {
  width: 450px;
}
.aboutright {
  width: 800px;
  float: right;
}

.about_image,
.aboutright {
  display: inline-block;
}

.about_image {
  border: 2px solid #000000;
  box-shadow: 2px -1px 10px 0px;
}

div#about_all_content {
  padding: 25px 0px;
}

.aboutright h2 {
  margin-bottom: 50px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.maindiv {
  width: 100%;
  max-width: 100%;
  margin: auto;
  background: #000000;
  overflow: hidden;
  border-bottom: 2px solid orange;
}

#main_menu {
  list-style: none;
  float: right;
}
#main_menu li {
  display: inline-block;
}
#main_menu li a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 18px;
  font-size: 18px;
  color: #ffffff;
}
.menu_inner {
  float: right;
  width: 700px;
  margin-right: 100px;
  margin-top: 37px;
}

.logo {
  width: 230px;
  float: left;
}
#main_menu li a:hover {
  color: #ff5722;
  border-bottom: 2px solid #bbb;
}
.slider {
  overflow: hidden;
  display: block;
  color: #444;
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

section#about_us {
  border-bottom: 2px solid #f44336;
}
.hints {
  text-align: center;
  margin-bottom: 35px;
  color: black;
  font-size: 28px;
  margin-bottom: -31px;
  margin-top: -45px;
  padding: 50px 0px;
  color: black;
  font-family: "Volkhov", serif;
  font-weight: 700;
}

section.imgmain {
  width: 100%;
  background-image: linear-gradient(#00000050, #00000050),
    linear-gradient(#00000050, #00000050), url(../Wallpaper/uu.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 100vh;
  border-bottom: 2px solid #ff5722;
}

.imgsrc {
  color: #fbfcfd;
  font-family: arial black;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50px);
  z-index: 2;
}

.imgsrc h1 {
  font-size: 80px;
  margin: 10px 0px 30px;
  line-height: 80px;
  font-style: oblique;
  color: #ffffff;
}
.imgsrc small {
  font-size: 40px;
  margin: 18px;
}
.b input {
  color: #fbfcfd;
  background: transparent;
  padding: 10px 25px;
  border: 2px solid #fff;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
  margin-left: 15px;
}
.b input:hover {
  color: #ff5722;
  background: black;
}
.icn i {
  font-size: 30px;
  padding: 0px 10px 0px;
  cursor: pointer;
}
.icn i:hover {
  cursor: pointer;
  color: #ff5722;
}

/*DROP DOWN MENU css end*/

footer {
  background-image: linear-gradient(#00000066, #00000066),
    linear-gradient(#00000066, #00000066),
    url(../Wallpaper/pexels-photo-374720.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2px;
  color: #ffffff;
  padding: 30px 0px;
  font-family: arial;
}
footer h2 {
  font-family: arial black;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.footerblock {
  width: 300px;
  display: inline-block;
  padding-left: 50px;
}
ul {
  list-style: none;
}
li {
  padding: 15px 0px;
}
footer li:hover {
  color: #ff5722;
  cursor: pointer;
}
.foo {
  background: #333;
  color: white;
}
