/*[ Position ]
-----------------------------------------------------------
*/
.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.pos-fixed {
    position: fixed;
}

@media (max-width: 576px) {
    .bg-title-page .l-text2 {
        font-size: 35px;
    }

    .bg-title-page .m-text13 {
        font-size: 16px;
    }
}


/* ------------------------------------ */
input {
    outline: none;
    border: none !important;
}

textarea {
    outline: none;
}

/* ------------------------------------ */
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


.fs-12 {
    font-size: 12px;
}

/*Colors*/
.color1 {
    color: #888888;
}

/*[ Background ]
///////////////////////////////////////////////////////////
*/
.bg1 {
    background-color: #222222;
}

.bg8 {
    background-color: rgba(219, 219, 219, 0.842);
}

/*[ Effect2 ]
-----------------------------------------------------------
*/
.eff2:active,
.eff2:hover {
    background-color: orangered;
    color: white;
    transition: all ease-in-out .3s;
}

.t-center {
    text-align: center;
}

/*[ Flex ]
-----------------------------------------------------------
*/
/* ------------------------------------ */
.flex-w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-col-c-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

/* ------------------------------------ */
.flex-c-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.flex-sb-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.flex-sb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.flex-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

/*Paddings*/
.p-b-12 {
    padding-bottom: 12px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-l-22 {
    padding-left: 22px;
}

.p-b-23 {
    padding-bottom: 23px;
}

.p-r-22 {
    padding-right: 22px;
}

.p-b-24 {
    padding-bottom: 24px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-t-26 {
    padding-top: 26px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-l-35 {
    padding-left: 35px;
}

.p-b-38 {
    padding-bottom: 38px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-r-60 {
    padding-right: 60px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-b-100 {
    padding-bottom: 100px;
}

/*Margins*/
.m-l-auto {
    margin-left: auto;
}

.m-r-0 {
    margin-right: 0px;
}

.m-t-8 {
    margin-top: 8px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-12 {
    margin-bottom: 12px;
}

.m-t-30 {
    margin-top: 30px;
}

/*[ SM ]
///////////////////////////////////////////////////////////
*/
@media (max-width: 576px) {
    .p-r-0-sm {
        padding-right: 0;
    }

    .p-l-15-sm {
        padding-left: 15px;
    }

    .p-lr-15-sm {
        padding-right: 15px;
        padding-left: 15px;
    }

    .w-full-sm {
        width: 100%;
    }
}

.bgwhite {
    background-color: white;
}

.bgblack {
    background-color: black;
}

/*Borders*/
.bo4 {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

.bo5 {
    border: 2px solid #e6e6e6;
    border-radius: 3px;
}

.bo8 {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bo9 {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.bo10 {
    border-top: 1px dashed #d9d9d9;
    border-bottom: 1px dashed #d9d9d9;
}

/*Borders*/

/*Border-Radius*/
.bo-cir {
    border-radius: 50%;
}

.bo-rad-20 {
    border-radius: 20px;
}

.bo-rad-23 {
    border-radius: 23px;
}

/*Border-Radius End*/

.of-hidden {
    overflow: hidden;
}

/*[ Width & Height ]
-----------------------------------------------------------
*/
.sizefull {
    width: 100%;
    height: 100%;
}

.size1 {
    width: 100%;
    height: 40px;
}

.size7 {
    width: 42px;
    height: 41px;
}

.size8 {
    width: 50px;
    height: 41px;
}

.size10 {
    width: 176px;
    height: 45px;
}

.size11 {
    width: 260px;
    height: 45px;
}

.size12 {
    width: 193px;
    height: 45px;
}

.size14 {
    width: 185px;
    height: 45px;
}

.size15 {
    width: 100%;
    height: 50px;
}

.w-size17 {
    width: 138px;
}

.w-size18 {
    max-width: 442px;
}

.w-size19 {
    width: 34%;
}

.w-size20 {
    width: 66%;
}

.w-size21 {
    max-width: 215px;
}

/*Text Styles*/
.s-text1 {
    font-family: "Roboto";
    font-size: 15px;
    color: white;
    text-transform: uppercase;
}

.l-text2 {
    font-family: "Monoton", cursive;
    font-size: 3.7rem;
    color: #111;
    line-height: 1.2;
    text-transform: uppercase;
}

.s-text7 {
    font-family: "Poppins";
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
}

.s-text8,
.s-text8 a {
    font-family: "Poppins";
    font-size: 13px;
    color: #888888;
    line-height: 1.8;
}

.s-text18 {
    font-family: "Poppins";
    font-size: 1rem;
    color: #555555;
    line-height: 1.5;
}

.s-text19 {
    font-family: "Montserrat";
    font-size: 13px;
    color: #555555;
    line-height: 1.8;
    text-transform: uppercase;
}

.m-text18 {
    font-family: "Poppins";
    font-size: 16px;
    color: #666666;
    line-height: 1.2;
}

.m-text20 {
    font-family: "Poppins";
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    text-transform: uppercase;
}

.m-text21 {
    font-family: "Poppins";
    font-size: 18px;
    color: #888888;
    line-height: 1.5;
}


/*Transitions*/
.trans-0-4 {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/*[ Hover ]
///////////////////////////////////////////////////////////
*/
.hov1:hover {
    background-color: orangered;
    color: white;
}

/*[ Display ]
-----------------------------------------------------------
*/
.dis-none {
    display: none;
}

.dis-block {
    display: block;
}

.dis-inline {
    display: inline;
}

.dis-inline-block {
    display: inline-block;
}

.dis-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}