/*-- font style --*/
@font-face {
    font-family: "mmrt";
    src: url('../fonts/mmrtext.ttf')
}

@font-face {
    font-family: "vipB";
    src: url('../fonts/VIP-RAWY-BOLD1.TTF')
}

@font-face {
    font-family: "vipR";
    src: url('../fonts/VIP-RAWY-REGULAR.TTF')
}

/*-- body style --*/
body {
	background-image: url(../image/background.png);
    background-attachment: fixed;
}

*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.n-btn {
    display: block;
}

.top:focus + .web {
    transform: rotate(10deg);
    display: block;
}  
.web {
    display: block;
    transition: all ease-in-out .3s;
	width: 100%;
	overflow: hidden;
}
.no-padding{
    padding: 0;
}
.top{
    padding: 0 30px 0 30px;
    margin: 25px 0 25px 0;
    display: block;
}
.top .menu{
    display:inline-block;
}
.top .lang{
    display:block;
    float: right;
}
.top .lang a{
    text-decoration: none;
}
.top .lang span{
    color: #606060;
}


/*=============== Start Our partners ===============*/
.web .contactUs{
    padding:30px 5% 30px 5%;
    position: relative;
}
.web .contactUs .head-tit{
    width: 252px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin: 0 auto 20px auto;
}
.web .contactUs .head-tit h3{
    color: #7C7C7C;
    font-size: 33px;
    font-family: 'vipB';
}
.web .contactUs .head-tit svg{
    position: absolute;
    left: 8px;
    right: 0;
    top: -39px;
}
.web .contactUs .details{
    margin: 0 auto;
    text-align: center;
}
.web .contactUs .details .but{
    width: 97px;
    display: inline-block;
    position: relative;
    margin: 24px 0 20px 10px;
    text-align: center;
}
.web .contactUs .details .but h3{
    color: #AE761C;
    font-family: 'vipB';
    font-size: 16px;
}
.web .contactUs .details .but a{
    text-decoration: none;
}
.web .contactUs .details .but h3 img{
    width: auto;
}
.web .contactUs .details .but .rightt{
    position: absolute;
    top: -6px;
    right: 7px;
}
.web .contactUs .details .but .leftt{
    position: absolute;
    top: 14px;
    left: 10px;
}
.web .contactUs .details h3{
    color: #A06B1D;
    font-size: 20px;
    font-family: 'mmrt';
    display: inline-block;
}

/*=== form ====*/
.web .contactUs .inp{
    margin: 27px 0 25px 0;
    padding: 10px;
}
.web .contactUs .inp .tit{
    position: relative;
}
.web .contactUs .inp .tit h3{
    color: #606060;
    font-size: 20px;
}
.web .contactUs .inp .tit svg{
    position: absolute;
    top: 9px;
    left: -30px;
    right: 0;
}
.web .contactUs .inp form{
    margin: 30px 0 20px 0;
}
.web .contactUs .inp form .inpp{
    position: relative;
    width: 100%;
    margin: 10px 0 8px 0;
}
.web .contactUs .inp form .inpp .rightt{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.web .contactUs .inp form .inpp .leftt{
    position: absolute;
    top: 0;
    right: 0;
}
.web .contactUs .inp form .inpp .down{
    position: absolute;
    bottom: 5px;
    right: 0;
}
.web .contactUs .inp form .inpp input{
    background-color: #F2F2F2;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #7C7C7C;
    overflow: hidden;
    border-radius: 100px;
    font-family: 'vipR';
    outline: 0;
    border: 0;
    padding-left: 15px;
}
.web .contactUs .inp form .inpp textarea{
    width: 100%;
    height: 140px;
    font-size: 16px;
    background-color: #F2F2F2;
    color: #7C7C7C;
    overflow: hidden;
    border-radius: 18px;
    font-family: 'vipR';
    outline: 0;
    border: 0;
    padding-left: 15px;
    padding-top: 10px;
}

.web .contactUs .inp form .but{
    width: 99px;
    float: right;
    position: relative;
    margin: 24px 0 20px 0;
    text-align: center;
}
.web .contactUs .inp form .but h3{
    color: #AE761C;
    font-family: 'vipB';
    font-size: 16px;
}
.web .contactUs .inp form .but a{
    text-decoration: none;
}
.web .contactUs .inp form .but h3 img{
    width: auto;
}
.web .contactUs .inp form .but .rightt{
    position: absolute;
    top: -12px;
    right: 7px;
}
.web .contactUs .inp form .but .leftt{
    position: absolute;
    top: 8px;
    left: 0;
}
/*==== map ====*/
.web .contactUs .map{
    margin: 27px 0 25px 0;
    padding: 10px;
}
.web .contactUs .map .tit{
    position: relative;
    margin: 0 0 41px 0;
}
.web .contactUs .map .tit h3{
    color: #606060;
    font-size: 20px;
}
.web .contactUs .map .tit svg{
    position: absolute;
    top: 9px;
    left: -30px;
    right: 0;
}
.web .contactUs .map .googelMap{
    width: 100%;
    position: relative;
}
.web .contactUs .map .googelMap svg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/*=============== Start Footer ===============*/
footer{
    padding: 20px 0;
}

footer .social{
    background-color: #A06B1D;
    padding: 15px;
    position: relative;
    text-align: center;
}
footer .social ul{
    position: relative;
    list-style: none;
    height: 56px;
    padding: 0;
} 
footer .social li{
    display: inline-block;
    position: relative;
    margin-right: 54px;
    cursor: pointer;
}   
footer .social li .backk{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
footer .social li .soci{
    position: absolute;
    top: 12px;
    left: 23px;
    right: 0;
}

footer .copyRight{
    background-color: #AE761C;
    padding: 15px;
    text-align: center;
    color: #E8E8E8;
    background-image:url(../image/footer.png);
    background-size: contain;
}
footer .copyRight img{
    margin: 0 0 15px 0;
}
footer .copyRight h3{
    font-family: 'mmrt';
    font-size: 18px;
    margin: 0;
}
/*=============== End Footer ===============*/
