@font-face {
  font-family: custom-head;
  src: url('../fonts/custom.ttf');
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  background: #000;
}
.left{
  float: left;
}
.right{
  float: right;
}
.inherit-anc{
  color: inherit;
  text-decoration: none!important;
}
.full-width{
  float: left;
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
}
.none{
  display: none!important;
}
.btn{
  font-weight: bold;
    color: #000000;
    background-image: none;
    background-color: #ffffff;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    cursor: pointer;
    border: 2px solid #000000;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    display: inline-block;
}
.black{
    background: black;
    border: 1px solid white;
    color: #ffffff;
}
.hidden{
  visibility: hidden;
}
.mtop-50px{
  margin-top: 50px;
}
.mtop-20px{
  margin-top: 20px;
}
.navbar{
  background: #000;
  position: relative;
}
.navbar-brand{
  position: absolute;
  top: 2px;
}
.custom-brand-logo{
  width: 90px;
  float: left;
}
.logo{
  width: 100%;
  border-radius: 100%;
}
.nav-item{
  text-transform: uppercase;
  margin: 0 20px;
}
.white-head{
  font-weight: 600;
  color: #fff;
}
.black-head{
  font-weight: 600;
  line-height: 1.5;
}
.white-head:hover, .black-head:hover{
  color: #f68018;
  transition: 1s;
}

.nav-social-icons{
  width: 32px;
  margin: 0 5px;
}
.img-banner img{
  width: 100%;
  display: block;
}
.slider-image{
  width: 100%;
  height: 190px;
}
.owl-carousel{
  padding: 20px 10px;
}
.aman-img{
  width: 90%;
}
.ls-8px{
  letter-spacing: 8px;
}
.custom-heading{
  font-family: custom-head;
  font-size: 72px;
  color: #D4D4DC;
  letter-spacing: 4px;
}
.p-10px{
  padding: 20px 30px;
}
p{
  color: #a5a5a5;
}
h1,h2,h3,h4,h5,h6{
  color: #D4D4DC;
}
.services{
  background: #222222;
  padding: 40px 0;
}
.services-para{
  margin: 0 20px;
  padding: 20px 0;
  cursor: pointer;
}
.services-para:hover{
  color: #f68018;
  transition: 1s;
}
.seviceInGrd > div{
  padding: 0;
}
.serv-img{
  width: 100%;
  height: 165px;
}
.seviceInGrd{
  padding: 0 20px;
}
.view-more{
 letter-spacing: 7px;
 text-transform: uppercase;
 border: 2px solid #D4D4DC;
 padding: 5px 10px;
 cursor: pointer;
}
.view-more:hover{
  background: #D4D4DC;
  color: #000;
  transition: 1s;
}
.contact-span{
  color: #D4D4DC;
  font-size: 20px;
}

.email div img{
  width: 48px;
  margin-right: 10px;
  float: left;
}
.email > div{
  margin: 30px 0;
}
.custom-textarea{
  width: 100%;
  height: 150px!important;
  resize: none;
  background: none;
}
.custom-from > input{
  background: none;
  margin-bottom: 5px;
  width: 100%;
}
.custom-from{
  margin-top: 30px;
}
.footer-span{
  font-size: 14px;
  color: #8b8b8b;
}
.footer-span a{
  color: inherit;
}
.abstract-area{
  background: url('../img/bg-or.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 350px;
}
.custom-photo-head{
  padding-top: 80px;
  font-family: custom-head;
  font-size: 60px;
}
.section-gen-white{
    cursor: pointer;
    background: #343a40a1;
    text-align: center;
    padding: 5px 3px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #f4f4f4;
    font-weight: 600;
}
.section-gen-white:hover,.active-bg{
  background: #f4f4f4;
  color: #f68018;
  border: 1px solid #f68018;
  transition: 1s;
}
.active{
  color: #f68018;
}
.img-grid{
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
}
.webDesign-img{
  width: 100%;
}
.cake-img > div{
  margin-bottom: 15px;
}
.category-dropdown{
  background: #444;
  color: #f4f4f4;
  padding: 5px 10px;
}
.dropdown-list-cat{
  display: none;
}
.disabled-item{
  opacity: 0.6;
}
/* Media Query */
@media only screen and (max-width:576px) {
  .logo{
    width: 45%;
  }
  .nav-img{
    width: 80%;
  }
  .custom-heading{
    font-size: 52px;
  }
  .ls-8px{
    font-size: 32px;
  }
  .upper-area .long-list{
    display: none!important;
  }
  .dropdown-list-cat{
    display: block;
  }block
}
@media only screen and (max-width:767px) {
  .serv-img{
    height: auto;
  }
  .logo-img-resp{
    margin-bottom: 15px;
  }
  .view-more-btn{
    margin-top: 30px;
  }
  .graphic-wrapper div img{
    margin-bottom: 10px;
  }
  .seviceInGrd{
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
