/***Font***/
@font-face {
    font-family: 'Akrobat';
    src: local('../font/Akrobat Thin'), 
        local('../font/Akrobat-Thin'), 
       url('../font/Akrobatthin.woff2') format('woff2'), 
       url('../font/Akrobatthin.woff') format('woff'), 
       url('../font/Akrobatthin.ttf') format('truetype');
    font-weight: 100;
}
@font-face {
    src: local('../font/Akrobat ExtraLight'), 
        local('../font/Akrobat-ExtraLight'), 
       url('../font/Akrobatextralight.woff2') format('woff2'), 
       url('../font/Akrobatextralight.woff') format('woff'), 
       url('../font/Akrobatextralight.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    src: local('../font/Akrobat Light'), 
        local('../font/Akrobat-Light'), 
       url('../font/Akrobatlight.woff2') format('woff2'), 
       url('../font/Akrobatlight.woff') format('woff'), 
       url('../font/Akrobatlight.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    src: local('../font/Akrobat'), 
        local('../font/Akrobat-Regular'), 
       url('../font/Akrobat.woff2') format('woff2'), 
       url('../font/Akrobat.woff') format('woff'), 
       url('../font/Akrobat.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    src: local('../font/Akrobat SemiBold'), 
        local('../font/Akrobat-SemiBold'), 
       url('../font/Akrobatsemibold.woff2') format('woff2'), 
       url('../font/Akrobatsemibold.woff') format('woff'), 
       url('../font/Akrobatsemibold.ttf') format('truetype');
    font-weight: 600;
}
@font-face {
    src: local('../font/Akrobat Bold'), 
        local('../font/Akrobat-Bold'), 
       url('../font/Akrobatbold.woff2') format('woff2'), 
       url('../font/Akrobatbold.woff') format('woff'), 
       url('../font/Akrobatbold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    src: local('../font/Akrobat ExtraBold'), 
        local('../font/Akrobat-ExtraBold'), 
       url('../font/Akrobatextrabold.woff2') format('woff2'), 
       url('../font/Akrobatextrabold.woff') format('woff'),
       url('../font/Akrobatextrabold.ttf') format('truetype');
    font-weight: 800;
}
@font-face {
    src: local('../font/Akrobat Black'), 
        local('../font/Akrobat-Black'), 
       url('../font/Akrobatblack.woff2') format('woff2'), 
       url('../font/Akrobatblack.woff') format('woff'), 
       url('../font/Akrobatblack.ttf') format('truetype');
    font-weight: 900;
}

body{
    font-family: 'Akrobat' !important;
}
a{
    text-decoration: none !important;
}

.logo {
    text-align: center;
    padding: 1%;
}
.men {
    border-top: 1px solid #D1D1D1;
}
.menu ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}
.menu ul li {
    padding: 2%;
    font-size: 18px;
    font-weight: 600;
}
.menu ul li a{
    color: #000;
}
.menu ul li:hover{
    background: #B8AA83;
}
.menu ul li:hover a{
    color: #fff;
}
.baner_back {
    background-blend-mode: multiply;
    /*background-image:url(img/baner_1.jpg);*/
    background-size: cover;
    padding-top: 12%;
    padding-bottom: 2%;
    background-color: rgb(0 0 0 / 34%);
    height: 741px;
    object-fit: cover;
    background-position: center center;
}
.baner h2 {
    font-weight: 700;
    width: 55%;
    background: #9C5303;
    text-align: center;
    color: #fff;
    padding: 0.5%;
    font-size: 50px;
    font-family: 'Montserat', sans-serif;
    margin: 0;
    margin-left: 25%;
}
.baner p {
    font-size: 20px;
    background: #DCDCDB;
    width: 40%;
    text-align: center;
    font-family: 'Montserat', sans-serif;
    margin-left: 32%;
    margin-bottom: 20%;
}
.baner_link {
    margin-top: 13%;
    display: flex;
    justify-content: space-between;
}
.baner_link img {
    width: 100%;
    border: 2px solid #9C5303;
    padding: 0;
    max-width: 170px;
    max-height: 110px;
}
.owl-next, .owl-prev {
    width: 22px !important;
    height: 141px !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    position: absolute;
    top: 42%;
    background: rgba(0, 0, 0, 0.36) !important;
}
.owl-prev {
  left: 0px;
}
.owl-next {
    right: 0px;
}
.work{
    text-align: center;
}
.work h2{
    margin: 0;
    font-size: 50px;
    font-weight: 600;
}
#title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% 0;
}
#line {
    margin: 0 1%;
}
.work_card img{
    width: 415px;
    height: 275px;    
    object-fit: cover;
    text-align: left;
}
.work_card {
    text-align: left;
    margin-bottom: 10%;
}
.work_card h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 3% 0;
}
.work_card p{
    font-size: 17px;
}
.baner2{
    background-image:url(img/baner2_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
#ban2-inf {
    text-align: center;
    margin: 9% 0;
}
#ban2-inf h4 {
    font-weight: 800;
    font-size: 30px;
}
#ban2-inf p {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    padding: 0 36%;
}
.why {
    margin-bottom: 2%;
}
#why_ph {
    width: 100%;
    padding-right: 1%;
}
.why_text {
    border-left: 5px solid #B8AA83;
    font-size: 27px !important;
    font-weight: 600 !important;
    line-height: 1.5 !important;
    padding-left: 3%;
    margin-top: 11%;
}
.material {
    background-image:url(img/mat_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 2%;
}
.material h3 {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 5%;
}
.material a{
    color: #000;
}
.material a:hover{
    color: #000;
}
.material a h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    margin-top: 3%;
}
.material_info {
    background: #fff;
    width: 80%;
    margin-top: 4%;
    padding: 3%;
}
#map{
    width: 100%;
}
.contact{
    margin-bottom: 2%;
}
#contac {
    margin-top: -3%;
    
}
.cont_icon {
    background: #000;
    width: 15% !important;
    text-align: center;
    padding-top: 6%;
    border: 1px solid #000;
}
.cont_icon img {
    width: 50%;
}
.cont_inf {
    width: 65% !important;
    height: 85px;
    background: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
}
.cont_inf a{
    color: #B8AA83;
}
.cont_inf p{
    margin: 0;
}
form{
    text-align: right;
}
#half {
    width: 47%;
    float: left;
    border-bottom: 1px solid #000;
    margin-right: 3%;
    padding: 1%;
    text-align: left;
}
#half input{
    width: 90%;
    border: 0;
    outline: none;
}
#sms {
    width: 97%;
    border-bottom: 1px solid #000;
    padding: 1%;
    text-align: left;
}
#sms textarea {
    resize: vertical;
    border: 0;
    outline: none;
    margin-top: 2%;
}
#sms img {
    margin-top: -15%;
}
.but {
    border: 0;
    background: #000;
    color: #fff;
    padding: 1.5% 7%;
    margin-top: 2%;
    margin-right: 3%;
}
.form h2{
    font-size: 24px;
    font-weight: 600;
}
.form h3 {
    margin-top: 13%;
    font-size: 18px;
    font-weight: 600;
}
.social {
    margin-top: 5%;
}
.social img {
    margin-right: 5%;
}
.patner {
    background: #F3F3F3;
    padding: 3% 0;
    text-align: center;
    margin-top: 2%;
}
.patner img {
    margin: 0 4%;
}
footer {
    background: #323232;
    padding: 2% 0 !important;
    padding-bottom: 5% !important;
}
footer a{
    color: #898989;
}
footer a:hover{
    color: #fff;
}
#link_f {
    margin-top: 5%;
}
#link_f a {
    border: 2px solid #898989;
    padding: 1% 5%;
}
#link_sec{
    padding: 1% 6%;
    margin-left: -0.8%;
}
#col_2{
    text-align: right;
}
.f_menu ul {
    list-style: none;
    display: flex;
    justify-content: right;
    margin-bottom: 12%;
}
.f_menu ul li{
    margin: 0 4%;
}
#white{
    background: #fff;
}
.cont_card {
    z-index: 100;
    position: relative;
}

@media screen and (max-device-width: 1024px){
    #sms img {
        margin-top: -26%;
    }
    textarea{
        width:97%;
    }
    .why_text {
        margin-top: 2%;
    }
    .patner img {
        margin: 0 1%;
    }
    .baner h2 {
        width: 73%;
        margin-left: 15%;
    }
    .baner p {
        width: 53%;
        margin-left: 25%;
    }
}
@media screen and (max-device-width: 768px){
    #ban2-inf p {
        padding: 0px 23%;
    }
    .cont_icon {
        width: 25% !important;
        padding-top: 25%;
    }
    .cont_inf {
        width: 65% !important;
        height: 140px;
    }
    .form h3 {
        margin-top: 7%;
        font-size: 18px;
        font-weight: 600;
    }
    form {
        margin-top: 7%;
    }
    .patner img {
        width: 15%;
    }
    footer {
        text-align: center;
    }
    #col_2 {
        text-align: center;
    }
    .f_menu ul {
        justify-content: center;
        margin-bottom: 5%;
    }
    .f_menu ul {
        justify-content: center;
        margin-bottom: 5%;
        padding: 0;
        margin-top: 4%;
    }
    #link_f{
        display: none;
    }
}
@media screen and (max-device-width: 425px){
    .cont_icon {
        width: 15% !important;
        padding-top: 4%;
    }
    .cont_icon img {
        width: 60%;
    }
    .cont_card {
        margin-bottom: 2%;
    }
    .cont_inf {
        height: 90px;
    }
    #half {
        width: 97%;
        margin-right: 0;
        padding: 3%;
    }
    #sms img {
        margin-top: 4%;
        margin-left: 2%;
    }
    .patner img {
        width: 30%;
    }
    .baner h2 {
        font-size: 30px;
    }
    .baner p {
        font-size: 15px;
    }
}
@media screen and (max-device-width: 375px){
    .menu ul li {
        font-size: 16px;
    }
    .work h2 {
        font-size: 30px;
    }
    .why_text {
        font-size: 20px;
    }
}
@media screen and (max-device-width: 320px){
    .menu ul li {
        font-size: 15px;
    }
    .cont_inf {
        height: 110px;
    }
    .patner img {
        width: 40%;
        margin: 2%;
    }
    .f_menu ul li {
        margin: 0 2%;
    }
    .baner h2 {
        font-size: 25px;
    }
    .baner p {
        font-size: 11px;
    }
}