* {
    outline: none !important;
}

a {
    text-decoration: none;
    color: #1c1c1c  ;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    color: #9D2727;
}
.defult_ul ul {
    padding: 0;
    list-style-type: none;
    margin: 0px;
}

:focus {
    outline: none !important;
}

section {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

h1 {
    color: #FFF;
    font-family: 'ShipporiAntique-Regular';
    font-size: 8rem;
    line-height: 95.8px;
}

h2 {
    color: #1C1C1C;

    font-family: 'ShipporiAntique-Regular';
    font-size: 4.8rem;
    line-height: normal;
}

h3{
    color: #1C1C1C;
    font-family: 'ShipporiAntique-Regular';
    font-size: 3rem;
    line-height: normal;
}
h4{
    font-size: 2rem;
    color: #FFF;
    font-family: 'ShipporiAntique-Regular';
    line-height: normal;
}
h6{
    color: #1C1C1C;
    font-family: 'LamaSansRegular';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
}

p {
    color: #1C1C1C;
    font-family: 'LamaSansRegular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.common-btn {
    color: #FFF;
    font-family: 'LamaSansMedium';
    font-size: 1.6rem;
    line-height: 28px;
    /* text-transform: lowercase; */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 14px 28px;
    background-color: #9D2727;
    border: 1px solid #9D2727;
    border-radius: 0;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}
.common-btn em {
    display: block;
    font-style: normal;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    position: relative;
}
.common-btn strong {
    display: block;
    margin: 0;
    transform: translateY(0);
    transition: all 0.2s;
    white-space: nowrap;
    text-align: center;
    position: relative;
    font-weight: normal;
}
.common-btn strong .word {
    display: inline-block;
    transform: translateY(0); 
}
.common-btn:hover strong {
    top: -26px;
}
.common-btn:hover {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #9D2727;
}
.dark_btn{
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}
.dark_btn:hover {
    color: #fff;
    background-color: #9D2727;
    border-color: #9D2727;
}
.trans-btn{
    border-color: #fff;
    background-color: transparent;
}

.common-arrow {}

.common-arrow:after {
    display: none;
}

.common-arrow img {
    width: 15px;
}

.common-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background-image: url(../images/li-dot.svg);
    height: 6px;
    width: 6px;
    background-size: 6px;
}
li {
    font-family: 'LamaSansRegular';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    padding-left: 15px;
    color: #1C1C1C;
    letter-spacing: 0.32px;
}