*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
@font-face {
    font-family: fbold;
    src: url('../Fonts/Khand-Bold.ttf');
  }
@font-face {
    font-family: flight;
    src: url('../Fonts/Khand-Light.ttf');
  }
  @font-face {
    font-family: fmedium;
    src: url('../Fonts/Khand-Medium.ttf');
  }
  @font-face {
    font-family: fregular;
    src: url('../Fonts/Khand-Regular.ttf');
  }
@font-face {
    font-family: fsemibold;
    src: url('../Fonts/Khand-SemiBold.ttf');
  }


body{
    font-family: fregular;    
    background-image: url('../img/Background.png');
    background-size:cover;
    /*background-attachment: fixed;*/
    /*background-repeat: on-repeat;*/

    
}


/* Font-family for French */
.lang-en body {
    font-family:serif;
}
/* .lang-en  .navmenu{
    font-size: 1rem;
} */
/* Font-family for Arabic */
.footer-img{
    height: 100px; 
    width:100%;
}
.htext1{
    font-family: fbold;
    color: red;
}
.ichchha-img{
    text-align: center;
    color: aliceblue;
    width: 100%;
}
.ichchha-tital{
    position: relative;
}
.ichchha-text{
    font-family: fsemibold;
    color: aliceblue;
    position: absolute;
    top: -6%;
    font-size: 3.5rem;
    left: 2.3em;
}
.site-tital{
    font-size:4.4rem;
    font-family: fbold;
    color: #e31e24;
    text-shadow: 3px 3px white;    
    text-align: center;
}
.mano-text{
    font-family: fsemibold;
    color: red; 
    font-size:3rem;
}



.contact-area {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width:768px) {
    .contact {
        margin-bottom: 60px;
    }
}

.contact input {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    height: 60px;
    padding: 10px;
    width: 100%;
    font-family: 'poppins', sans-serif;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact textarea {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    font-family: 'poppins', sans-serif;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact input:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #232434;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.contact textarea:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #232434;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.form-control::placeholder {
    color: #232434;
    opacity: 1;
}

.btn-contact-bg {
    border-radius: 30px;
    color: #fff;
    outline: medium none !important;
    padding: 15px 27px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #e31e24;
    font-family: 'poppins', sans-serif;
    cursor: pointer;
    width: 50%;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: red;
    color: #fff;
}

/*START ADDRESS*/

.single_address {
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 40px;
}

@media only screen and (max-width:768px) {
    .single_address {
        padding-left: 0px;
    }
}

.single_address i {
    background: #f6f6f6;
    color: #7564e5;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    margin-right: 14px;
    font-size: 22px;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single_address:hover i {
    background: #7564e5;
    color: #fff;
}

.single_address h4 {
    font-size: 18px;
    margin-bottom: 0px;
    overflow: hidden;
    font-weight: 600;
}

.single_address p {
    overflow: hidden;
    margin-top: 5px;
}

.section-title h1 {
    font-size: 44px;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.section-title p {
    padding: 0 10px;
    width: 70%;
    margin: auto;
    letter-spacing: 1px;
}
.section-title {
    margin-bottom: 60px;
}
.text-center {
    text-align: center!important;
}



  @media screen and (max-width: 1163px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
    .home_hanuman_ji{
        width: 30em;
    }
  }
  
  @media screen and (max-width: 1163px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }

    
  }

  @media screen and (max-width: 968px) {
    .ichchha-text{
        font-family: fsemibold;
        color: aliceblue;
        position: absolute;
        top: -1rem;
        font-size: 4rem;
        left: 12rem;
    }
    .home_hanuman_ji{
        width:25em;
    }
} 
@media screen and (max-width: 600px) {
    .ichchha-text{
        font-family: fsemibold;
        color: aliceblue;
        position: absolute;
        top: -1rem;
        font-size: 2.6rem;
        left: 3rem;
    }
    .home_hanuman_ji{
        width:20em;
    }
}
