.container {
    padding: 0px;
}

@media (min-width: 1900px) {
    .container {
        width: 1600px;
    }
}

@media (min-width: 1700px) {
    .container {
        width: 1550px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1550px;
    }
}

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'),
        url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
    font-display: swap;
}

.title_h1 {
    font-size: 32px;
}

.title_h2 {
    font-size: 30px;
}

.title_h3 {
    font-size: 28px;
}

.title_h4 {
    font-size: 26px;
}

.title_h5 {
    font-size: 24px;
}

.title_h6 {
    font-size: 22px;
}

.content_h1,
.content_h2,
.content_h3,
.content_h4,
.content_h5,
.content_h6 {
    color: #000 !important;
    padding-bottom: 10px;
    margin: 0;
    text-align: left;
}

.content_h6 {
    font-size: 12px;
}

.content_h5 {
    font-size: 14px;
}

.content_h4 {
    font-size: 16px;
}

.content_h3 {
    font-size: 18px;
}

.content_h2 {
    font-size: 20px;
}

.content_h1 {
    font-size: 22px;
}


.bg-img-common,
.common-space,
.common-text-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.fa-telegram-plane:before {
    content: "\f1d8";
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

.black-text {
    color: #000 !important;
}

.white {
    background-color: #fff !important;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

ul li {
    /* list-style: none; */
}

.footer-copyrights ul li,
.logo_content ul li,
.f-logo-socialmedia ul li {
    list-style: disc !important;
}

.f-logo-socialmedia ol li {
    list-style-type: decimal;
}

.common-space {
    padding: 40px 0px;
    margin: 0px;
}

/* .container {
    margin: 0 auto;
    max-width: 1250px !important;
} */
/* .container {
    width: 90% !important;
} */

@media only screen and (max-width: 991px) {
    .container {
        margin: 0 auto;
        max-width: 850px !important;
        padding: 0px 15px !important;
    }
}

/* @media (min-width: 1366px) and (max-width: 1516px)
{
    .container {
        margin: 0 auto;
        max-width: 1200px !important;
    }
}
@media (min-width: 1241px) and (max-width: 1365px)
{
    .container {
        margin: 0 auto;
        max-width: 1100px !important;
    }
}
@media (min-width: 1517px) and (max-width: 1706px)
{
    .container {
        margin: 0 auto;
        max-width: 1300px !important;
    }
}
@media (min-width: 1821px) and (max-width: 2049px)
{
    .container {
        margin: 0 auto;
        max-width: 1600px !important;
    }
} */
.fas {
    font: normal normal normal 14px/1 FontAwesome;
}

/* @media (min-width: 290px) and (max-width: 992px){
    .container{
        width: 90% !important;
    }
} */

@media only screen and (max-width: 768px) {
    section ul {
        /* margin-left: 25px !important; */
        padding-left: 20px;
    }
}


.cta.animation-oval {
    position: relative;
    margin: auto;
    padding: 10px 10px 10px 60px !important;
    transition: all .2s ease;
}

.cta.animation-oval span {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    border-radius: 28px;
    width: 38px;
    height: 38px;
    transition: all .3s ease;
}

.cta.animation-oval {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    margin-top: 15px !important;
    font-weight: 700;
    display: table-caption;
    bottom: auto;
    border: none;
    vertical-align: middle;
    width: max-content;
}

.cta.animation-oval:hover span {
    width: 100%;
}

.cta.animation-oval:active {
    transform: scale(0.96);
}

.cta.animation-oval:after {
    font-family: FontAwesome;
    font-size: 28px !important;
    content: "\f178" !important;
    left: 25px;
    width: 37px;
    height: 10px;
    position: absolute;
    top: 10px !important;
    font-weight: 100;
}

.oval,
.animation-oval {
    border-radius: 50px;
}