@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/animate.css);
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700&family=Kufam:wght@400;500;700&display=swap');


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #AC441E;
    --sub-color: #28323C;
    --sec-padding: 80px 0;
}

@font-face {
  font-family: din-next;
  src: url(../webfonts/din-next-lt-w23-regular.ttf);
  font-weight: bold;
  
}

body {
    font-family: 'din-next';
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'din-next';
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}



/* Style Home Slide */

.section_home {
    position: relative;
    z-index: 1;
    background: url(../images/bg.png);
    background-size: cover;
    margin: auto;
    padding: 25px 0;
}

.content {
    padding: 20px
}

.logo-site {
    position: relative;
    text-align: center;
    padding: 80px 0 115px;
}

 .logo-site a {
    display: block;
    position: relative;
    z-index: 9;
       
   } 
   
.logo-site:before {
    content: "";
    height: 200%;
    width: 100%;
    border: 1px solid #46526C;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 0;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.logo-site img {
    max-width: 450px;
}

.content-data {
    border: 1px solid #46526C;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.item-list {
    background: url(../images/bg-even.svg);
    background-size: cover !important;
    height: 186px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 70px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin-left: -8px;
    margin-right: -8px;
}

.item-list:nth-child(odd) {
    background: url(../images/bg-odd.svg);
}

.dt-branches .item-list {
    padding-left: 0;
}

.item-list h4 {
    color: #fff;
    font-size: 70px;
}

.item-list figure {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 180px;
    border: 1px solid #fff;
    width: 115px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 90px;
}

.head-- {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.head-- h3 {
    color: #46526C;
    position: relative;
    display: inline-block;
    font-size: 68px
}

.head-- h3:after,
.head-- h3:before {
    content: "";
    background: url(../images/shape.svg);
    background-size: contain;
    width: 80px;
    height: 89px;
    position: absolute;
    top: -10px;
    right: -130px;
}

.head-- h3:before {
    left: -130px;
    right: auto;
    transform: scale(-1, 1)
}

@media screen and (max-width: 991px) {

    .logo-site {
        padding: 20px 0 35px;
    }

    .logo-site img {
        max-width: 220px;
    }

    .section_home {
        width: 100%;
    }

    .content {
        padding: 0;
    }

    .item-list {
        height: 66px;
    }

    .item-list h4 a {
        font-size: 20px;
    }

    .item-list figure {
        left: 70px;
        width: 35px;
        height: 35px;
        font-size: 17px;
    }
    .item-list h4 {
        font-size: 30px;
    }
    .head-- h3 {
        font-size: 28px;
    }

    .head-- h3:after,
    .head-- h3:before {
        width: 40px;
        height: 45px;
        right: -60px;
    }
    
    .head-- h3:before {
        left: -60px;
        right: auto;
    }
   
  
    

}