*
{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    /* background-color: #FAFAF9; */
}
body
{
    background-color: #FAFAF9;
}

html {
    scroll-behavior: smooth;
}
/* font family */
.font-sora
{
    font-family: sora;
}

.font-fraunces
{
    font-family: fraunces;
}
img 
{
    width: 100%;
}
body{
    color: #333;
    font-family: sans-serif;
}

a{
    text-decoration: none;
    color: black;
}

ul{
    list-style: none;
}

/****************************************
***************** NAVBAR ****************
*****************************************/

/* .navbar{
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #FFF;
    z-index: 9999;
}

.navbar::after
{
    content: '';
    display: block;
    clear: both;
}

.navbar-brand
{
    float: left;
}

.navbar-nav
{
    float: right;
}
.nav-item
{
    float: left;
    position: relative;
    color: white;
}
.nav-link
{
    padding: 10px 15px;
    display: inline-block;
    background-color: #15616D; 
    transition: all .4s;
    color: #FFF;
    text-decoration: none;
}
.nav-item:hover .nav-link,.nav-link:hover
{
    background-color: #888;
}
.nav-dropdown
{
    display: none;
    position: absolute;
    min-width: 115px;
    right: 0;
    color: white;
}

.nav-item:hover .nav-dropdown
{
    display: block;
}

.nav-dropdown li a
{
    padding: 10px;
    display: block;
    border-bottom: dotted 1px #CCC;
}

.nav-dropdown li a:hover{
    background-color: #888;
} 
*/


/*****************************************
***************** Padding ****************
*****************************************/

.p-0{padding: 0;}
.p-5{padding: 5px;}
.p-10{padding: 10px;}
.p-15{padding: 15px;}
.p-20{padding: 20px;}
.p-25{padding: 25px;}
.p-30{padding: 30px;}

.pl-0{padding-left: 0;}
.pl-5{padding-left: 5px;}
.pl-10{padding-left: 10px;}
.pl-15{padding-left: 15px;}
.pl-20{padding-left: 20px;}
.pl-25{padding-left: 25px;}
.pl-30{padding-left: 30px;}

.pr-0{padding-right: 0;}
.pr-5{padding-right: 5px;}
.pr-10{padding-right: 10px;}
.pr-15{padding-right: 15px;}
.pr-20{padding-right: 20px;}
.pr-25{padding-right: 25px;}
.pr-30{padding-right: 30px;}

.pt-0{padding-top: 0;}
.pt-5{padding-top: 5px;}
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-25{padding-top: 25px;}
.pt-30{padding-top: 30px;}

.pb-0{padding-bottom: 0;}
.pb-5{padding-bottom: 5px;}
.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-25{padding-bottom: 25px;}
.pb-30{padding-bottom: 30px;}

.px-0{
    padding-left: 0;
    padding-right: 0;
}
.px-5{
    padding-left: 5px;
    padding-right: 5px;
}
.px-10{
    padding-left: 10px;
    padding-right: 10px;
}
.px-15{
    padding-left: 15px;
    padding-right: 15px;
}
.px-20{
    padding-left: 20px;
    padding-right: 20px;
}
.px-25{
    padding-left: 25px;
    padding-right: 25px;
}
.px-30{
    padding-left: 30px;
    padding-right: 30px;
}

.px-40{
    padding-left: 40px;
    padding-right: 40px;
}


.py-0{
    padding-top: 0;
    padding-bottom: 0;
}
.py-5{
    padding-top: 5px;
    padding-bottom: 5px;
}
.py-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.py-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-25{
    padding-top: 25px;
    padding-bottom: 25px;
}
.py-30{
    padding-top: 30px;
    padding-bottom: 30px;
}


/*****************************************
***************** Margin ****************
*****************************************/

.m-5{margin: 5px;}
.m-0{margin: 0;}
.m-10{margin: 10px;}
.m-15{margin: 15px;}
.m-20{margin: 20px;}
.m-25{margin:25px}
.m-30{margin: 30px;}
.m-50{margin: 50px;}

.ml-0{margin-left: 0;}
.ml-5{margin-left: 5px;}
.ml-10{margin-left: 10px;}
.ml-15{margin-left: 15px;}
.ml-20{margin-left: 20px;}
.ml-25{margin-left: 25px;}
.ml-30{margin-left: 30px;}
.ml-50{margin-left: 50px;}

.mr-0{margin-right: 0;}
.mr-5{margin-right: 5px;}
.mr-10{margin-right: 10px;}
.mr-15{margin-right: 15px;}
.mr-20{margin-right: 20px;}
.mr-25{margin-right: 25px;}
.mr-30{margin-right: 30px;}
.ml-50{margin-right: 50px;}

.mt-0{margin-top: 0;}
.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-25{margin-top: 25px;}
.mt-30{margin-top: 30px;}
.mt-50{margin-top: 50px;}

.mb-0{margin-bottom: 0;}
.mb-5{margin-bottom: 5px;}
.mb-10{margin-bottom: 10px;}
.mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;}
.mb-25{margin-bottom: 25px;}
.mb-30{margin-bottom: 30px;}
.mb-50{margin-bottom: 50px;}

.mx-0{
    margin-left: 0;
    margin-right: 0;
}
.mx-5{
    margin-left: 5px;
    margin-right: 5px;
}
.mx-10{
    margin-left: 10px;
    margin-right: 10px;
}
.mx-15{
    margin-left: 15px;
    margin-right: 15px;
}
.mx-20{
    margin-left: 20px;
    margin-right: 20px;
}
.mx-25{
    margin-left: 25px;
    margin-right: 25px;
}
.mx-30{
    margin-left: 30px;
    margin-right: 30px;
}

.my-0{
    margin-top: 0;
    margin-bottom: 0;
}
.my-5{
    margin-top: 5px;
    margin-bottom: 5px;
}
.my-10{
    margin-top: 10px;
    margin-bottom: 10px;
}
.my-15{
    margin-top: 15px;
    margin-bottom: 15px;
}
.my-20{
    margin-top: 20px;
    margin-bottom: 20px;
}
.my-25{
    margin-top: 25px;
    margin-bottom: 25px;
}
.my-30{
    margin-top: 30px;
    margin-bottom: 30px;
}

/*****************************************
***************** BUTTONS ****************
*****************************************/
.btn
{
    padding: 10px 15px;
    font-size: 1rem;
    display: inline-block;
    border-radius: 7px;
}
.btn:hover
{
    cursor: pointer;
}
.btn-dark
{
    background-color: #071013;
    color: white;
    border: solid 1px #071013;
    transition: all .4s;
}
.btn-light
{
    background-color: white;
    color: #071013;
    border: solid 1px white;
    transition: all .4s;
}
.btn-primary
{
    background-color: #38726C;
    color: white;
    border: solid 1px #38726C;
    transition: all .4s;
}
.btn-success
{   
    background-color: #008000;
    color: white;
    border: solid 1px #008000;
    transition: all .4s;
}
.btn-danger
{
    background-color: #bb0a21;
    color: white;
    border: solid 1px #bb0a21;
    transition: all .4s;
}
.btn-info
{
    background-color: #30c5ff;
    color: white;
    border: solid 1px #30c5ff;
    transition: all .4s;
}
/*****************BTN OUTLINE ****************/
.btn-outline-dark
{
    background-color: transparent;
    color:#071013;
    border: solid 1px #071013;
    transition: all .4s;
}
.btn-outline-light
{
    background-color: transparent;
    color: white;
    border: solid 1px white;
    transition: all .4s;
}
.btn-outline-primary
{
    background-color:transparent ;
    color: #38726C;
    border: solid 1px #38726C;
    transition: all .4s;
}
.btn-outline-success
{   
    background-color: transparent;
    color: #008000;
    border: solid 1px #008000;
    transition: all .4s;
}
.btn-outline-danger
{
    background-color: transparent;
    color: #bb0a21;
    border: solid 1px #bb0a21;
    transition: all .4s;
}
.btn-outline-info
{
    background-color: transparent;
    color: #30c5ff;
    border: solid 1px #30c5ff;
    transition: all .4s;
}
.btn-outline-warning
{
    background-color: transparent;
    color: #FF7D00;
    border: solid 1px #FF7D00;
    transition: all .4s;
}

/*****************BTN HOVER ****************/
.btn-dark:hover
{
    color: black;
    background-color:  #FFF;
}
.btn-light:hover
{
    color: white;
    background-color:  black;
}
.btn-primary:hover
{
    color: #38726C;
     background-color:  #FFF;
}
.btn-success:hover
{   
    color: #008000;
     background-color:  #FFF;
}
.btn-danger:hover
{
    color: #bb0a21;
     background-color:  #FFF;
}
.btn-info:hover
{
    color: #30c5ff;
    background-color:  #FFF;
}
.btn-warning:hover
{
    color: #FF7D00;
    background-color: #FFF;
}

/* ***********BTN OUTLINE HOVER***********/
.btn-outline-dark:hover
{
    color: #071013;
    border: .5px solid #071013;
}
.btn-outline-light:hover
{
    color: #FFF;
    border: .5px solid #071013;
}
.btn-outline-primary:hover
{
    color: #FFF;
    border: .5px solid #38726C;
}
.btn-outline-success:hover
{   
    color: #FFF;
    border: .5px solid #008000;
}
.btn-outline-danger:hover
{
    color:#FFF;
    border: .5px solid #bb0a21;
}
.btn-outline-info:hover
{
    color: #FFF;
    border: .5px solid #30c5ff;
}
.btn-outline-warning:hover
{
    color: #071013  ;
    background-color: #FFF;
}

.btn-rounded{   
    border-radius: 7px;
}
/*****************************************
***************** FORM STYLES ************
*****************************************/

.form-control
{
    display: block;
    width: 100%;
    padding: .5rem;

}


/*****************************************
***************** BG COLOR ***************
*****************************************/

/* dark , light, success, danger , primary */

.bg-dark
{
    background-color: #071013;
    color: white;
}
.bg-light
{
    background-color: white;
    /* color: black; */
}
.bg-primary
{
    background-color: #38726C;
    color: white;
}
.bg-success
{   
    background-color: #008000;
    color: white;
}
.bg-danger
{
    background-color: #bb0a21;
    color: white;
}   
.bg-info
{
    background-color: #30c5ff;
    color: black;
}

/*****************************************
***************** FLOAT ******************
*****************************************/

.container
{
    max-width: 750px;
    margin: 0 auto;
}
.container-fluid
{
    max-width: 85%;
    margin: 0 auto;
}

.row{
    margin-left: -12px;
    margin-right: -12px;
}

.row::after{
    content: '';
    display: block;
    clear: both;
}

[class^= 'col-']
{
    float: left;
    padding: 0 12px;

}

.col-1{width: 8.33%;}
.col-2{width: 16.66%;}
.col-3{width: 24.99%;}
.col-4{width: 33.33%;}
.col-5{width: 41.65%;}
.col-6{width: 50%;}
.col-7{width: 58.31%;}
.col-8{width: 66.64%;}
.col-9{width: 74.97%;}
.col-10{width: 83.33%;}
.col-11{width: 91.63%;}
.col-12{width: 100%;}

/*****************RESPONSIVE**************/
@media (max-width: 578px)
{
    .row{
        margin: 0;
    }

    [class^= 'col-']
    {
        width: 100%;
        padding: 0 0;
    }
}

/****************************************
***************** Text  *****************
*****************************************/

.text-left{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center;}
.text-justify{text-align: justify;}


.text-primary{color: #38726C;}
.text-danger{color: #bb0a21;}
.text-success{color: #008000;}
.text-dark{color: #071013;}
.text-light{color: white;}


.text-bold{font-weight: bold;}
.text-normal{font-weight: normal;}
.text-thin{font-weight: 300;}
.text-uppercase{text-transform: uppercase;}
.text-lowercase{text-transform: lowercase;}
.text-capitalize{text-transform: capitalize;}


/******************* BADGE *******************/
.badge{padding: 4px 10px;}
.badge-danger{
    background-color: #EF3054;
    color: #FFF;
}

/******************* PILL *******************/

.pill{
    height: 10px;
    width: 10px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    background-color: black;
    color: #FFF;
}
.pill-rounded
{
    border-radius: 50%;
}
