html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    list-style: none;
    font-size: 14px;
    line-height: 30px;
    color: #383838;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
    height: 4px
}

::-webkit-scrollbar-track {
    background: #f7f7f7
}

::-webkit-scrollbar-thumb {
    background-color: #172d54;
    cursor: pointer
}

body {
    direction: ltr;
    text-align: left;
}

.pageitem {
    margin: 0px auto;
    width: 900px;
    background: #d3c59e;
    border-top: 12px solid #172d54;
    border-bottom: 12px solid #172d54;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px;
}

.header .logo:nth-child(1) img {
    max-width: 230px;
}

.header .logo:nth-child(2) img {
    max-width: 160px;
}


/******************************** End header ***************/

.contant {
    padding: 24px;
}

.contant .title {
    font-size: 46px;
    color: #172d54;
    font-weight: 700;
}

.contant p {
    margin-top: 16px;
    color: #172d54;
    font-size: 20px;
    font-weight: 500;
}

.contant ul {
    margin-top: 20px;
}

.contant ul li {
    position: relative;
    display: inline-block;
    color: #172d54;
    font-size: 16px;
    font-weight: 500;
    width: 48%;
    margin-top: 12px;
    padding-left: 16px;
}

.contant ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #172d54;
}

.item img {
    width: 100%;
    margin: 48px 0px 0px 24px;
}


/******************************** End contant ***************/

.s-items {
    position: relative;
    width: 100%;
    background: #345695;
    padding: 48px 24px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: -24px;
}

.s-items .title {
    font-size: 46px;
    color: #d5af32;
    font-weight: 700;
    text-align: center;
}

.bgnew {
    background: #d3c59e;
}

.bgnew .title {
    color: #152f50;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

.social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out 0s;
    width: 98px;
    height: 98px;
    margin: 38px 38px 0px 38px;
    border-radius: 8px;
    box-shadow: 0 0 20px #00000047;
}

.social a svg {
    fill: #fff;
    width: 40px;
    height: 40px
}

.social a.icon-facebook {
    background: #3b5998
}

.social a.icon-twitter {
    background: #00acee
}

.social a.icon-phone {
    background: #00acee
}

.social a.icon-instagram {
    background: #8d5b46
}

.social a.icon-youtube {
    background: #c4302b
}

.social a.icon-rss {
    background: #ee802f
}

.social a.icon-snapchat {
    background: #fbeb0c
}

.social a.icon-linkedin {
    background: #007fb1
}

.social a.icon-gplus {
    background: #dd4b39
}

.social a.icon-whatsapp {
    background: #189d0e
}

.social a.icon-email {
    background: #dd4b39
}

.social a.icon-phone {
    background: #0b9bd9
}

.social a.icon-print {
    background: #8d5b46
}

.social a.icon-behance {
    background: #0b9bd9
}

.social a.icon-tiktok {
    background: #1a121f
}

.social a:hover {
    transform: translateY(-20px);
}

@media (max-width:991px) {
    .pageitem {
        width: 100%;
    }
}

@media (max-width:767px) {
    .item {
        max-width: 100%;
        flex: 100%;
    }
    .header {
        padding: 20px;
    }
    .header .logo:nth-child(1) img {
        max-width: 152px;
    }
    .header .logo:nth-child(2) img {
        max-width: 104px;
    }
    .title {
        font-size: 34px !important;
    }
    .item:last-child {
        display: flex;
        justify-content: flex-end;
        padding-right: 0px;
    }
    .item img {
        width: 201px;
        margin: 20px -12px 0px 0px;
    }
    .social a {
        width: 68px;
        height: 68px;
        margin: 38px 10px 0px 10px;
    }
    .social a svg {
        width: 30px;
        height: 30px;
    }
}

@media (max-width:500px) {
    .contant ul li {
        width: 100%;
    }
}