﻿/*======================================
    
1. GENERAL
=======================================

=======================================
2. HEADING & TITLE
=======================================

=======================================
3. TEXT & PARAGRAPH
=======================================

-------------------------------------
1. text align
-------------------------------------
2. text vertical align
-------------------------------------
3. text no line brack
-------------------------------------
4. text transform
-------------------------------------
5. text size
-------------------------------------
6. text bold

======================================
4. LISTING STYLES
======================================

-------------------------------------
1. listing before icon color css
-------------------------------------
2. listing before numbers
-------------------------------------

======================================
5. BOX SPACING (Padding & Margin)
======================================

-------------------------------------
1.1 padding (around)
-------------------------------------
1.2 Padding (top)
-------------------------------------
1.3 Padding (bottom)
-------------------------------------
1.4 Padding (left)
-------------------------------------
1.5 Padding (right)
-------------------------------------
1.6 Padding (left right)
-------------------------------------
1.7 Padding (top bottom)
-------------------------------------
2.1 margin (around)
-------------------------------------
2.2 marging (top)
-------------------------------------
2.3 marging (bottom)
-------------------------------------
2.4 marging (left)
. -------------------------------------
2.5 marging (right)
-------------------------------------
2.6 marging (left right)
-------------------------------------
2.7 marging (top bottom)
-------------------------------------
2.8 colum gap less
-------------------------------------

======================================
6. POSITIONS ( absolute , relative , statice & z-index)

  || CSS TABLE CONTENT ||  
=======================================

=======================================
 ======================================

-------------------------------------
1. position
-------------------------------------
1.1 relative
1.2 absolute
1.3 static
-------------------------------------
2. z-index
-------------------------------------

======================================
7. COLOR
======================================

-------------------------------------
1. text
-------------------------------------
2. background color
-------------------------------------
3. background image
-------------------------------------

======================================
8. OVERLAY ( transparient box style  )
======================================

use for box
left right part css
/*======================================
2. HEADING & TITLE 
======================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: #000;
    }

        h1 a:hover,
        h2 a:hover,
        h3 a:hover,
        h4 a:hover,
        h5 a:hover,
        h6 a:hover {
            color: #565656;
        }

h1 {
    font-size: 50px;
    color: #565656;
}

h2 {
    font-size: 36px;
    color: #565656;
}

h3 {
    font-size: 30px;
    color: #565656;
    font-weight: 500;
}

h4 {
    font-size: 20pt;
    color: #565656;
}

h5 {
    font-weight: normal;
    font-size: 12pt;
    color: #565656;
}

h6 {
    font-weight: normal;
    font-size: 14px;
    color: #565656;
}


/*======================================
3. TEXT & PARAGRAPH 
======================================*/

p {
    margin-bottom: 20px;
}

strong {
    font-weight: 600;
}

a {
    color: #777777;
    outline: 0 none;
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
        outline: 0 none;
    }

    a:active,
    a:hover,
    a:focus {
        color: inherit;
    }

p a {
    color: #333333;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

hr {
    clear: both;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block;
}

address {
    font-style: italic;
}

table {
    background-color: transparent;
    width: 100%;
}

    table thead th {
        color: #fff;
        padding: 12px 8px !important;
        background-color: #000;
    }

    table td {
        padding: 15px 10px !important;
    }

@media only screen and ( max-width:360px) {
    table td {
        word-break: break-all;
    }
}

p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
    margin-bottom: 24px;
}

/* 1.19 Outline */

.site-button.outline {
    color: #888;
    background: none;
    border-width: 2px;
    border-style: solid;
    border-color: #eee;
}


    /* 1.20 Outline white  */

    .site-button.outline.white {
        color: #e7e7e7;
        border-color: #e7e7e7;
    }

        .site-button.outline.white:hover {
            color: #666666;
        }


    /* 1.21 Outline black */

    .site-button.outline.black {
        color: #171717;
        border-color: #171717;
    }


    /* 1.22 Outline gray */

    .site-button.outline.gray {
        color: #666666;
        border-color: #666666;
    }


    /* 1.23 Outline pink */

    .site-button.outline.pink {
        color: #e63f75;
        border-color: #e63f75;
    }


    /* 1.24 Outline blue */

    .site-button.outline.blue {
        color: #42b8d4;
        border-color: #42b8d4;
    }


    /* 1.25 Outline green */

    .site-button.outline.green {
        color: #35b494;
        border-color: #35b494;
    }


    /* 1.26 Outline orange */

    .site-button.outline.orange {
        color: #e56713;
        border-color: #e56713;
    }


    /* 1.27 Outline red */

    .site-button.outline.red {
        color: #d93223;
        border-color: #d93223;
    }


    /* 1.28 Outline brown */

    .site-button.outline.brown {
        color: #69441f;
        border-color: #69441f;
    }


    /* 1.29 Outline yellow */

    .site-button.outline.yellow {
        color: #565656;
        border-color: #565656;
    }


    /* 1.30 Outline purple */

    .site-button.outline.purple {
        color: #ae1af7;
        border-color: #ae1af7;
    }


    /* 1.31 Outline hover */

    .site-button.outline.black:hover {
        border-color: rgba(0, 0, 0, 0);
        color: #fff
    }


/* 1.32 button text link */

.site-button-link {
    display: inline-block;
    position: relative;
    font-weight: 700;
}


    /* 1.33 text link white */

    .site-button-link.white {
        color: #e7e7e7;
    }

        .site-button-link.white:hover,
        .site-button-link.white:active,
        .site-button-link.white:focus {
            color: #CCC;
        }


    /* 1.34 text link black */

    .site-button-link.black {
        color: #171717;
    }

        .site-button-link.black:hover,
        .site-button-link.black:active,
        .site-button-link.black:focus {
            color: #000;
        }


    /* 1.35 text link Gray */

    .site-button-link.gray {
        color: #666666;
    }

        .site-button-link.gray:hover,
        .site-button-link.gray:active,
        .site-button-link.gray:focus {
            color: #555555;
        }


    /* 1.36 text link pink */

    .site-button-link.pink {
        color: #e63f75;
    }

        .site-button-link.pink:hover,
        .site-button-link.pink:active,
        .site-button-link.pink:focus {
            color: #2ca2be;
        }


    /* 1.37 text link Blue */

    .site-button-link.blue {
        color: #42B8D4;
    }

        .site-button-link.blue:hover,
        .site-button-link.blue:active,
        .site-button-link.blue:focus {
            color: #2ca2be;
        }


    /* 1.38 text link Green */

    .site-button-link.green {
        color: #35B494;
    }

        .site-button-link.green:hover,
        .site-button-link.green:active,
        .site-button-link.green:focus {
            color: #26a585;
        }


    /* 1.39 text link Orange */

    .site-button-link.orange {
        color: #E56713;
    }

        .site-button-link.orange:hover,
        .site-button-link.orange:active,
        .site-button-link.orange:focus {
            color: #d55703;
        }


    /* 1.40 text link Red */

    .site-button-link.red {
        color: #D93223;
    }

        .site-button-link.red:hover,
        .site-button-link.red:active,
        .site-button-link.red:focus {
            color: #c51e0f;
        }


    /* 1.41 text link Brown */

    .site-button-link.brown {
        color: #69441F;
    }

        .site-button-link.brown:hover,
        .site-button-link.brown:active,
        .site-button-link.brown:focus {
            color: #5f3a15;
        }


    /* 1.42 text link Yellow */

    .site-button-link.yellow {
        color: #ecc731;
    }

        .site-button-link.yellow:hover,
        .site-button-link.yellow:active,
        .site-button-link.yellow:focus {
            color: #d4af19;
        }


    /* 1.43 text link purple */

    .site-button-link.purple {
        color: #ae1af7;
    }

        .site-button-link.purple:hover,
        .site-button-link.purple:active,
        .site-button-link.purple:focus {
            color: #9804e1;
        }

/* 1.2 button text uppercase */

.site-button.text-uppercase {
    text-transform: uppercase;
}
/* 1.44 app strore */

.site-button.button-app {
    text-align: left;
    padding: 15px 25px;
}

    .site-button.button-app i {
        display: inline-block;
        font-size: 45px;
        float: left;
        margin-right: 15px;
    }

    .site-button.button-app strong {
        display: block;
        font-size: 16px;
    }

/*-------------------------------------
	4. For only icons
-------------------------------------*/

.icon-xld,
.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
    display: inline-block;
    text-align: center;
}

    .icon-xld i,
    .icon-xl i,
    .icon-lg i,
    .icon-md i,
    .icon-sm i,
    .icon-xs i {
        vertical-align: middle;
    }

.icon-xld {
    width: 120px;
}

    .icon-xld i {
        font-size: 100px;
    }

    .icon-xld.inline-icon {
        width: auto;
        text-align: left !important;
    }

.icon-xl {
    width: 100px;
}

    .icon-xl i {
        font-size: 80px;
    }

    .icon-xl.inline-icon {
        width: auto;
        text-align: left !important;
    }

.icon-lg {
    width: 80px;
}

    .icon-lg i {
        font-size: 60px;
    }

    .icon-lg.inline-icon {
        width: auto;
        text-align: left !important;
    }

.icon-md {
    width: 60px;
}

    .icon-md i {
        font-size: 45px;
    }

    .icon-md.inline-icon {
        width: auto;
        text-align: left !important;
    }

.icon-sm {
    width: 40px;
}

    .icon-sm i {
        font-size: 30px;
    }

    .icon-sm.inline-icon {
        width: auto;
        text-align: left !important;
    }

.icon-xs {
    width: 30px;
}

    .icon-xs i {
        font-size: 20px;
    }

    .icon-xs.inline-icon {
        width: auto;
        text-align: left !important;
    }

    .icon-xld img,
    .icon-xl img,
    .icon-lg img,
    .icon-md img,
    .icon-sm img,
    .icon-xs img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
    }

.icon-xld img {
    height: 90px;
}

.icon-xl img {
    height: 80px;
}

.icon-lg img {
    height: 70px;
}

.icon-md img {
    height: 50px;
}

.icon-sm img {
    height: 30px;
}

.icon-xs img {
    height: 20px;
}

.site-button:active,
.site-button:focus,
.site-button:visited,
.active > .site-button {
    background-color: #565656;
    color: #fff;
}

.site-button:hover {
    background-color: #172229;
    color: #fff;
}

.site-button {
    outline: none;
    color: #fff;
    padding: 10px 30px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    background-color: #565656;
    border: none;
    font-size: 14px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
/* 1.3 button size */

.button-sm {
    padding: 5px 10px;
    font-size: 12px;
}

.button-lg {
    padding: 15px 30px;
    font-size: 16px;
}

.button-xl {
    padding: 30px 50px;
    font-size: 24px;
}


/* 1.4 button rounded */

.radius-no {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.radius-sm {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.radius-md {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.radius-xl {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

.radius-bx {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}


/* 1.6 white */

.site-button.white {
    background-color: #fff;
    color: #484848;
}

    .site-button.white:hover,
    .site-button.white:active,
    .site-button.white:focus {
        background-color: #F4F4F4;
        color: #555;
    }


/* 1.7 black */

.site-button.black {
    background-color: #000;
    color: #fff;
}

    .site-button.black:hover,
    .site-button.black:active,
    .site-button.black:focus {
        background-color: #171717 !important;
        color: #fff !important;
    }


/* 1.8 Gray */

.site-button.gray {
    background-color: #666666;
    color: #fff;
}

    .site-button.gray:hover,
    .site-button.gray:active,
    .site-button.gray:focus {
        background-color: #555555;
        color: #fff;
    }


/* 1.9 pink */

.site-button.pink {
    background-color: #e63f75;
    color: #fff;
}

    .site-button.pink:hover,
    .site-button.pink:active,
    .site-button.pink:focus {
        background-color: #d22b61;
        color: #fff;
    }


/* 1.10 Blue */

.site-button.blue {
    background-color: #42B8D4;
    color: #fff;
}

    .site-button.blue:hover,
    .site-button.blue:active,
    .site-button.blue:focus {
        background-color: #2ca2be;
        color: #fff;
    }


/* 1.11 Green */

.site-button.green {
    background-color: #35B494;
    color: #fff;
}

    .site-button.green:hover,
    .site-button.green:active,
    .site-button.green:focus {
        background-color: #26a585;
        color: #fff;
    }


/* 1.12 Orange */

.site-button.orange {
    background-color: #E56713;
    color: #fff;
}

    .site-button.orange:hover,
    .site-button.orange:active,
    .site-button.orange:focus {
        background-color: #d55703;
        color: #fff;
    }


/* 1.13 Red */

.site-button.red {
    background-color: #D93223;
    color: #fff;
}

    .site-button.red:hover,
    .site-button.red:active,
    .site-button.red:focus {
        background-color: #c51e0f;
        color: #fff;
    }


/*1.14 Brown */

.site-button.brown {
    background-color: #69441F;
    color: #fff;
}

    .site-button.brown:hover,
    .site-button.brown:active,
    .site-button.brown:focus {
        background-color: #5f3a15;
        color: #fff;
    }


/* 1.15 Yellow */

.site-button.yellow {
    background-color: #ecc731;
    color: #fff;
}

    .site-button.yellow:hover,
    .site-button.yellow:active,
    .site-button.yellow:focus {
        background-color: #d4af19;
        color: #fff;
    }


/* 1.16 purple */

.site-button.purple {
    background-color: #AE1AF7;
    color: #fff;
}

    .site-button.purple:hover,
    .site-button.purple:active,
    .site-button.purple:focus {
        background-color: #9804e1;
        color: #fff;
    }


/* 1.17 Graphical */

.site-button.graphical {
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 3px -1px rgba(45, 60, 72, 0.5);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 3px -1px rgba(45, 60, 72, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 3px -1px rgba(45, 60, 72, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

    .site-button.graphical:active {
        box-shadow: 0 2px 2px rgba(0, 0, 0, .25) inset;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .25) inset;
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .25) inset;
    }


/*-------------------------------------
	3. Border
-------------------------------------*/

.bdr-white {
    border-color: #ffffff;
}

.bdr-black {
    border-color: #000000;
}

.bdr-primary {
    border-color: #565656;
}

.bdr-gray {
    border-color: #dddddd;
}

.bdr-gray-light {
    border-color: #eeeeee;
}

.bdr-gray-dark {
    border-color: #333333;
}

.bdr-solid {
    border-style: solid;
}

.bdr-dot {
    border-style: dotted;
}

.bdr-dash {
    border-style: dashed;
}

.bdr-1 {
    border-width: 1px;
}

.bdr-2 {
    border-width: 2px;
}

.bdr-3 {
    border-width: 3px;
}

.bdr-4 {
    border-width: 4px;
}

.bdr-5 {
    border-width: 5px;
}

.bdr-l-1 {
    border-width: 0px 0px 0px 1px;
}

.bdr-r-1 {
    border-width: 0px 1px 0px 0px;
}

.bdr-t-1 {
    border-width: 1px 0px 0px 0px;
}

.bdr-b-1 {
    border-width: 0px 0px 1px 0px;
}

.bdr-l-2 {
    border-width: 0px 0px 0px 2px;
}

.bdr-r-2 {
    border-width: 0px 2px 0px 0px;
}

.bdr-t-2 {
    border-width: 2px 0px 0px 0px;
}

.bdr-b-2 {
    border-width: 0px 0px 2px 0px;
}

.bdr-l-3 {
    border-width: 0px 0px 0px 3px;
}

.bdr-r-3 {
    border-width: 0px 3px 0px 0px;
}

.bdr-t-3 {
    border-width: 3px 0px 0px 0px;
}

.bdr-b-3 {
    border-width: 0px 0px 3px 0px;
}

.bdr-l-4 {
    border-width: 0px 0px 0px 4px;
}

.bdr-r-4 {
    border-width: 0px 4px 0px 0px;
}

.bdr-t-4 {
    border-width: 4px 0px 0px 0px;
}

.bdr-b-4 {
    border-width: 0px 0px 4px 0px;
}

.bdr-l-5 {
    border-width: 0px 0px 0px 5px;
}

.bdr-r-5 {
    border-width: 0px 5px 0px 0px;
}

.bdr-t-5 {
    border-width: 5px 0px 0px 0px;
}

.bdr-b-5 {
    border-width: 0px 0px 5px 0px;
}


/*-------------------------------------
	3. background image
-------------------------------------*/

.bg-parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width:768px) {
    .bg-parallax {
        background-attachment: fixed !important;
        background-position: center !important;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/*======================================
8. OVERLAY ( transparient box style  )
======================================*/

.overlay-wraper {
    position: relative;
}

.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.opacity-01 {
    opacity: 0.1;
}

.opacity-02 {
    opacity: 0.2;
}

.opacity-03 {
    opacity: 0.3;
}

.opacity-04 {
    opacity: 0.4;
}

.opacity-05 {
    opacity: 0.5;
}

.opacity-06 {
    opacity: 0.6;
}

.opacity-07 {
    opacity: 0.7;
}

.opacity-08 {
    opacity: 0.8;
}

.opacity-09 {
    opacity: 0.9;
}

/*-------------------------------------
	1.1 padding (around)
-------------------------------------*/

.p-a0 {
    padding: 0;
}

.p-a5 {
    padding: 5px;
}

.p-a10 {
    padding: 10px;
}

.p-a15 {
    padding: 15px;
}

.p-a20 {
    padding: 20px;
}

.p-a25 {
    padding: 25px;
}

.p-a30 {
    padding: 30px;
}

.p-a40 {
    padding: 40px;
}

.p-a50 {
    padding: 50px;
}

.p-a60 {
    padding: 60px;
}

.p-a70 {
    padding: 70px;
}

.p-a80 {
    padding: 80px;
}

.p-a90 {
    padding: 90px;
}

.p-a100 {
    padding: 100px;
}

.p-a110 {
    padding: 110px;
}

.p-a120 {
    padding: 120px;
}

.p-a130 {
    padding: 130px;
}

.p-a140 {
    padding: 140px;
}

.p-a150 {
    padding: 150px;
}


/*-------------------------------------
	1.2 Padding (top)
-------------------------------------*/

.p-t0 {
    padding-top: 0;
}

.p-t5 {
    padding-top: 5px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t15 {
    padding-top: 15px;
}

.p-t20 {
    padding-top: 20px;
}

.p-t30 {
    padding-top: 30px;
}

.p-t40 {
    padding-top: 40px;
}

.p-t50 {
    padding-top: 50px;
}

.p-t60 {
    padding-top: 60px;
}

.p-t70 {
    padding-top: 70px;
}

.p-t80 {
    padding-top: 80px;
}

.p-t90 {
    padding-top: 90px;
}

.p-t100 {
    padding-top: 100px;
}

.p-t110 {
    padding-top: 110px;
}

.p-t120 {
    padding-top: 120px;
}

.p-t130 {
    padding-top: 130px;
}

.p-t140 {
    padding-top: 140px;
}

.p-t150 {
    padding-top: 150px;
}


/*-------------------------------------
    1.3 Padding (bottom)
-------------------------------------*/

.p-b0 {
    padding-bottom: 0;
}

.p-b5 {
    padding-bottom: 5px;
}

.p-b10 {
    padding-bottom: 10px;
}

.p-b15 {
    padding-bottom: 15px;
}

.p-b20 {
    padding-bottom: 20px;
}

.p-b30 {
    padding-bottom: 30px;
}

.p-b40 {
    padding-bottom: 40px;
}

.p-b50 {
    padding-bottom: 50px;
}

.p-b60 {
    padding-bottom: 60px;
}

.p-b70 {
    padding-bottom: 70px;
}

.p-b80 {
    padding-bottom: 80px;
}

.p-b90 {
    padding-bottom: 90px;
}

.p-b100 {
    padding-bottom: 100px;
}

.p-b110 {
    padding-bottom: 110px;
}

.p-b120 {
    padding-bottom: 120px;
}

.p-b130 {
    padding-bottom: 130px;
}

.p-b140 {
    padding-bottom: 140px;
}

.p-b150 {
    padding-bottom: 150px;
}


/*-------------------------------------
	1.4 Padding (left)
-------------------------------------*/

.p-l0 {
    padding-left: 0;
}

.p-l5 {
    padding-left: 5px;
}

.p-l10 {
    padding-left: 10px;
}

.p-l15 {
    padding-left: 15px;
}

.p-l20 {
    padding-left: 20px;
}

.p-l30 {
    padding-left: 30px;
}

.p-l40 {
    padding-left: 40px;
}

.p-l50 {
    padding-left: 50px;
}

.p-l60 {
    padding-left: 60px;
}

.p-l70 {
    padding-left: 70px;
}

.p-l80 {
    padding-left: 80px;
}

.p-l90 {
    padding-left: 90px;
}

.p-l100 {
    padding-left: 100px;
}

.p-l110 {
    padding-left: 110px;
}

.p-l120 {
    padding-left: 120px;
}

.p-l130 {
    padding-left: 130px;
}

.p-l140 {
    padding-left: 140px;
}

.p-l150 {
    padding-left: 150px;
}


/*-------------------------------------
	1.5 Padding (right)
-------------------------------------*/

.p-r0 {
    padding-right: 0;
}

.p-r5 {
    padding-right: 5px;
}

.p-r10 {
    padding-right: 10px;
}

.p-r15 {
    padding-right: 15px;
}

.p-r20 {
    padding-right: 20px;
}

.p-r30 {
    padding-right: 30px;
}

.p-r40 {
    padding-right: 40px;
}

.p-r50 {
    padding-right: 50px;
}

.p-r60 {
    padding-right: 60px;
}

.p-r70 {
    padding-right: 70px;
}

.p-r80 {
    padding-right: 80px;
}

.p-r90 {
    padding-right: 90px;
}

.p-r100 {
    padding-right: 100px;
}

.p-r110 {
    padding-right: 110px;
}

.p-r120 {
    padding-right: 120px;
}

.p-r130 {
    padding-right: 130px;
}

.p-r140 {
    padding-right: 140px;
}

.p-r150 {
    padding-right: 150px;
}


/*-------------------------------------
	1.6 Padding (left right)
-------------------------------------*/

.p-lr0 {
    padding-left: 0;
    padding-right: 0;
}

.p-lr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.p-lr40 {
    padding-left: 40px;
    padding-right: 40px;
}

.p-lr50 {
    padding-left: 50px;
    padding-right: 50px;
}

.p-lr60 {
    padding-left: 60px;
    padding-right: 60px;
}

.p-lr70 {
    padding-left: 70px;
    padding-right: 70px;
}

.p-lr80 {
    padding-left: 80px;
    padding-right: 80px;
}

.p-lr90 {
    padding-left: 90px;
    padding-right: 90px;
}

.p-lr100 {
    padding-left: 100px;
    padding-right: 100px;
}

.p-lr120 {
    padding-left: 120px;
    padding-right: 120px;
}

.p-lr150 {
    padding-left: 150px;
    padding-right: 150px;
}


/*-------------------------------------
	1.7 Padding (top bottom)
-------------------------------------*/

.p-tb0 {
    padding-bottom: 0;
    padding-top: 0;
}

.p-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.p-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.p-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.p-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.p-tb120 {
    padding-bottom: 120px;
    padding-top: 120px;
}

.p-tb150 {
    padding-bottom: 150px;
    padding-top: 150px;
}


/*-------------------------------------
	2.1 margin (around)
-------------------------------------*/

.m-a-1 {
    margin: -1px
}

.m-a0 {
    margin: 0;
}

.m-a5 {
    margin: 5px;
}

.m-a10 {
    margin: 10px;
}

.m-a15 {
    margin: 15px;
}

.m-a20 {
    margin: 20px;
}

.m-a30 {
    margin: 30px;
}

.m-a40 {
    margin: 40px;
}

.m-a50 {
    margin: 50px;
}

.m-a60 {
    margin: 60px;
}

.m-a70 {
    margin: 70px;
}

.m-a80 {
    margin: 80px;
}

.m-a90 {
    margin: 90px;
}

.m-a100 {
    margin: 100px;
}

.m-a110 {
    margin: 110px;
}

.m-a120 {
    margin: 120px;
}

.m-a130 {
    margin: 130px;
}

.m-a140 {
    margin: 140px;
}

.m-a150 {
    margin: 150px;
}


/*-------------------------------------
	2.2 marging (top)
-------------------------------------*/

.m-t0 {
    margin-top: 0;
}

.m-t5 {
    margin-top: 5px;
}

.m-t10 {
    margin-top: 10px;
}

.m-t15 {
    margin-top: 15px;
}

.m-t20 {
    margin-top: 20px;
}

.m-t30 {
    margin-top: 30px;
}

.m-t40 {
    margin-top: 40px;
}

.m-t50 {
    margin-top: 50px;
}

.m-t60 {
    margin-top: 60px;
}

.m-t70 {
    margin-top: 70px;
}

.m-t80 {
    margin-top: 80px;
}

.m-t90 {
    margin-top: 90px;
}

.m-t100 {
    margin-top: 100px;
}

.m-t110 {
    margin-top: 110px;
}

.m-t120 {
    margin-top: 120px;
}

.m-t130 {
    margin-top: 130px;
}

.m-t140 {
    margin-top: 140px;
}

.m-t150 {
    margin-top: 150px;
}


/*-------------------------------------
	2.3 marging (bottom)
-------------------------------------*/

.m-b0 {
    margin-bottom: 0;
}

.m-b5 {
    margin-bottom: 5px;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b15 {
    margin-bottom: 15px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-b50 {
    margin-bottom: 50px;
}

.m-b60 {
    margin-bottom: 60px;
}

.m-b70 {
    margin-bottom: 70px;
}

.m-b80 {
    margin-bottom: 80px;
}

.m-b90 {
    margin-bottom: 90px;
}

.m-b100 {
    margin-bottom: 100px;
}

.m-b110 {
    margin-bottom: 110px;
}

.m-b120 {
    margin-bottom: 120px;
}

.m-b130 {
    margin-bottom: 130px;
}

.m-b140 {
    margin-bottom: 140px;
}

.m-b150 {
    margin-bottom: 150px;
}


/*-------------------------------------
	2.4 marging (left)
-------------------------------------*/

.m-l0 {
    margin-left: 0;
}

.m-l5 {
    margin-left: 5px;
}

.m-l10 {
    margin-left: 10px;
}

.m-l15 {
    margin-left: 15px;
}

.m-l20 {
    margin-left: 20px;
}

.m-l30 {
    margin-left: 30px;
}

.m-l40 {
    margin-left: 40px;
}

.m-l50 {
    margin-left: 50px;
}

.m-l60 {
    margin-left: 60px;
}

.m-l70 {
    margin-left: 70px;
}

.m-l80 {
    margin-left: 80px;
}

.m-l90 {
    margin-left: 90px;
}

.m-l100 {
    margin-left: 100px;
}

.m-l110 {
    margin-left: 110px;
}

.m-l120 {
    margin-left: 120px;
}

.m-l130 {
    margin-left: 130px;
}

.m-l140 {
    margin-left: 140px;
}

.m-l150 {
    margin-left: 150px;
}


/*-------------------------------------
	2.5 marging (right)
-------------------------------------*/

.m-r0 {
    margin-right: 0;
}

.m-r5 {
    margin-right: 5px;
}

.m-r10 {
    margin-left: 10px;
}

.m-r15 {
    margin-left: 15px;
}

.m-r20 {
    margin-right: 20px;
}

.m-r30 {
    margin-right: 30px;
}

.m-r40 {
    margin-right: 40px;
}

.m-r50 {
    margin-right: 50px;
}

.m-r60 {
    margin-right: 60px;
}

.m-r70 {
    margin-right: 70px;
}

.m-r80 {
    margin-right: 80px;
}

.m-r90 {
    margin-right: 90px;
}

.m-r100 {
    margin-right: 100px;
}

.m-r110 {
    margin-right: 110px;
}

.m-r120 {
    margin-right: 120px;
}

.m-r130 {
    margin-right: 130px;
}

.m-r140 {
    margin-right: 140px;
}

.m-r150 {
    margin-right: 150px;
}


/*-------------------------------------
	2.6 marging (left right)
-------------------------------------*/

.m-lr0 {
    margin-left: 0;
    margin-right: 0;
}

.m-lr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.m-lr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.m-lr15 {
    margin-left: 15px;
    margin-right: 15px;
}

.m-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.m-lr30 {
    margin-left: 30px;
    margin-right: 30px;
}

.m-lr40 {
    margin-left: 40px;
    margin-right: 40px;
}

.m-lr50 {
    margin-left: 50px;
    margin-right: 50px;
}

.m-lr60 {
    margin-left: 60px;
    margin-right: 60px;
}

.m-lr70 {
    margin-left: 70px;
    margin-right: 70px;
}

.m-lr80 {
    margin-left: 80px;
    margin-right: 80px;
}

.m-lr90 {
    margin-left: 90px;
    margin-right: 90px;
}

.m-lr100 {
    margin-left: 100px;
    margin-right: 100px;
}

.m-lr120 {
    margin-left: 120px;
    margin-right: 120px;
}

.m-lr150 {
    margin-left: 150px;
    margin-right: 150px;
}


/*-------------------------------------
	2.7 marging (top bottom)
-------------------------------------*/

.m-tb0 {
    margin-bottom: 0;
    margin-top: 0;
}

.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px;
}

.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px;
}

.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px;
}

.m-tb120 {
    margin-bottom: 120px;
    margin-top: 120px;
}

.m-tb150 {
    margin-bottom: 150px;
    margin-top: 150px;
}


/*-------------------------------------
	2.8 colum gap less
-------------------------------------*/

.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
    padding-left: 0;
    padding-right: 0;
}


/*======================================
6. POSITIONS ( absolute , relative , statice & z-index)
======================================*/


/*-------------------------------------
	1. position
-------------------------------------*/


/*1.1 relative*/

.relative {
    position: relative;
}


/*1.2 absolute*/

.absolute {
    position: absolute;
}


/*1.3 static*/

.static {
    position: static;
}


/*-------------------------------------
	2. z-index
-------------------------------------*/

.z-index1 {
    z-index: 1;
}

.z-index2 {
    z-index: 2;
}

.z-index3 {
    z-index: 3;
}

.z-index4 {
    z-index: 4;
}

.z-index5 {
    z-index: 5;
}

.z-index6 {
    z-index: 6;
}

.z-index7 {
    z-index: 7;
}

.z-index8 {
    z-index: 8;
}

.z-index9 {
    z-index: 9;
}

.z-index10 {
    z-index: 10;
}

.z-index100 {
    z-index: 100;
}

.z-index999 {
    z-index: 999;
}


/*======================================
7. COLOR
======================================*/


/*-------------------------------------
	1. text
-------------------------------------*/

.site-text-white {
    color: #fff;
}

.site-text-primary {
    color: #565656;
}

.site-text-secondry {
    color: #0f7cff;
}

.text-black {
    color: #000;
}

.text-gray {
    color: #f5f6f6;
}

.text-gray-dark {
    color: #d3d3d3;
}

.text-dark {
    color: #3c3c3c;
}

.text-red {
    color: #99090A;
}

.text-green {
    color: #557131;
}
.text-bluegreen {
    color: #16becf !important;
}
.text-yellow {
    color: #ffc100;
}

.text-light-blue {
    color: #004F83;
}


/*-------------------------------------
	2. background color
-------------------------------------*/
.bg-white-light {
    background-color: #f6f7fc;
}

.bg-orange-light {
    background-color: #fff9f7;
}

.bg-orange-light2 {
    background-color: #feede7;
}

.bg-transparent {
    background-color: transparent;
}

.site-bg-primary {
    background-color: #565656;
}

.site-bg-secondry {
    background-color: #0f7cff;
}

.bg-dark {
    background-color: #1e1e20;
}

.bg-white {
    background-color: #FFF;
}

.bg-black {
    background-color: #000;
}

.bg-black-light {
    background-color: #212121;
}

.bg-gray {
    background-color: #eff3f6;
}

.bg-gray-light {
    background-color: #f9f9f9;
}

.bg-gray-dark {
    background-color: #d3d3d3;
}

.bg-red {
    background-color: #fb5455;
}

.bg-orange {
    background-color: #FF4B00;
}

.bg-dark-blue {
    background-color: #161b23;
}

.bg-light-blue {
    background-color: #3097db;
}

.bg-green {
    background-color: #54ba1d;
}

.bg-yellow {
    background-color: #fff000;
}

.bg-purple {
    background-color: #5e6db3;
}

.bg-cyan {
    background-color: #00ca95;
}

.bg-blue {
    background-color: #31cff9;
}

.bg-light-orange {
    background-color: #fd7b6c;
}
/*-------------------------------------
	1. text align
------------------------------------ */

.text-left {
    text-align: right !important;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: left !important;
}

.text-justify {
    text-align: justify
}


/*-------------------------------------
	2. text vertical align
------------------------------------ */

.v-align-t {
    vertical-align: top;
}

.v-align-m {
    vertical-align: middle;
}

.v-align-b {
    vertical-align: bottom;
}


/*-------------------------------------
	3. text no line brack
------------------------------------ */

.text-nowrap {
    white-space: nowrap
}


/*-------------------------------------
	4. text transform
------------------------------------ */

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}


/*-------------------------------------
	5. text size
------------------------------------ */

.font-12 {
    font-size: 12px;
    line-height: 18px;
}

.font-14 {
    font-size: 14px;
    line-height: 20px;
}

.font-16 {
    font-size: 16px;
    line-height: 22px;
}

.font-18 {
    font-size: 18px;
    line-height: 24px;
}

.font-20 {
    font-size: 20px;
    line-height: 26px;
}

.font-22 {
    font-size: 22px;
    line-height: 28px;
}

.font-24 {
    font-size: 24px;
    line-height: 30px;
}

.font-26 {
    font-size: 26px;
    line-height: 32px;
}

.font-28 {
    font-size: 28px;
    line-height: 34px;
}

.font-30 {
    font-size: 30px;
    line-height: 36px;
}

.font-32 {
    font-size: 32px;
    line-height: 38px;
}

.font-34 {
    font-size: 34px;
    line-height: 40px;
}

.font-36 {
    font-size: 36px;
    line-height: 42px;
}

.font-38 {
    font-size: 38px;
    line-height: 44px;
}

.font-40 {
    font-size: 40px;
    line-height: 46px;
}

.font-45 {
    font-size: 46px;
    line-height: 52px;
}

.font-50 {
    font-size: 50px;
    line-height: 56px;
}

.font-60 {
    font-size: 60px;
    line-height: 66px;
}

.font-70 {
    font-size: 70px;
    line-height: 76px;
}

.font-80 {
    font-size: 80px;
    line-height: 86px;
}

.font-90 {
    font-size: 90px;
    line-height: 96px;
}

.font-100 {
    font-size: 100px;
    line-height: 106px;
}

.font-120 {
    font-size: 120px;
    line-height: 126px;
}

.font-140 {
    font-size: 140px;
    line-height: 146px;
}

.font-160 {
    font-size: 160px;
    line-height: 166px;
}

.font-180 {
    font-size: 180px;
    line-height: 186px;
}


/*-------------------------------------
	6. text bold
------------------------------------ */

.font-weight-100 {
    font-weight: 100;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}


/*-------------------------------------
	7. Letter Spacing
------------------------------------ */






.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.display-block {
    display: block;
}
.overflow-hide {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.clear {
    clear: both;
}

.pull-none {
    float: none;
}

::selection {
    background: #484848;
    color: #fff;
}

::-moz-selection {
    background: #484848;
    color: #fff;
}

::-webkit-selection {
    background: #484848;
    color: #fff;
}
.fontxs {
    font-size: 8pt;
}

.fontsm {
    font-size: 9pt;
}

.fontmd {
    font-size: 10pt;
}

.fontl {
    font-size: 12pt;
}

.fontxl {
    font-size: 17pt;
}

.fontxxl {
    font-size: 22pt;
}

.text-green {
    color: #5dc117 !important;
}

.margin-right15 {
    margin-right: 15px;
}

.border-light {
    border: 1px solid #f7f7f7 !important;
}

.bookmark, .bookmark span {
    color: #b7b7b7;
}



.ul-check {
    margin-bottom: 50px;
}

    .ul-check li {
        position: relative;
        padding-left: 35px;
        margin-bottom: 15px;
        line-height: 1.5;
    }

        .ul-check li:before {
            left: 0;
            font-size: 20px;
            top: -.3rem;
            font-family: "icomoon";
            content: "\e5ca";
            position: absolute;
        }

    .ul-check.white li:before {
        color: #fff;
    }

    .ul-check.success li:before {
        color: #8bc34a;
    }

    .ul-check.primary li:before {
        color: #826db8;
    }



#full-stars-example-two .rating-group {
    display: inline-flex;
}

#full-stars-example-two .rating__icon {
    pointer-events: none;
}

#full-stars-example-two .rating__input {
    position: absolute !important;
    /*left: -9999px !important;*/
    visibility: hidden;
}

#full-stars-example-two .rating__input--none {
    display: none;
}

#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1.4rem;
}

#full-stars-example-two .rating__icon--star {
    color: #fe1743;
}

#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}


#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: #fe1743;
}

#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

#full-stars-example-two input[type=checkbox] + label:before, #full-stars-example-two input[type=radio] + label:before {
    visibility: hidden;
}


input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


[class*="icheck-"] {
    min-height: 22px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-left: 0px;
}

.icheck-inline {
    display: inline-block;
}

    .icheck-inline + .icheck-inline {
        margin-left: .75rem;
        margin-top: 6px;
    }

[class*="icheck-"] > label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

[class*="icheck-"] > input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0;
}

    [class*="icheck-"] > input:first-child:disabled {
        cursor: default;
    }

    [class*="icheck-"] > input:first-child + label::before,
    [class*="icheck-"] > input:first-child + input[type="hidden"] + label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 19px;
        height: 19px;
        border: 1px solid #D3CFC8;
        border-radius: 0px;
        margin-right: -29px;
    }

    [class*="icheck-"] > input:first-child:checked + label::after,
    [class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 5px;
        width: 7px;
        height: 10px;
        border: solid 2px #fff;
        border-left: none;
        border-top: none;
        transform: translate(7.75px, 4.5px) rotate(45deg);
        -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
    }

[class*="icheck-"] > input[type="radio"]:first-child + label::before,
[class*="icheck-"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
    border-radius: 50%;
}

[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + label::before,
[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-width: 2px;
}

[class*="icheck-"] > input:first-child:disabled + label,
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label,
[class*="icheck-"] > input:first-child:disabled + label::before,
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-emerland > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #5dc117;
}

.icheck-emerland > input:first-child:checked + label::before,
.icheck-emerland > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #5dc117;
    border-color: #5dc117;
}

.icheck-emerland > input:first-child:checked + label,
.icheck-emerland > input:first-child:checked + input[type="hidden"] + label {
    color: #5dc117;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder { /* Edge */
    color: #dcdcdc;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dcdcdc;
}

::placeholder {
    color: #dcdcdc;
}
.no-cover {
    background-size: auto;
}
.div-circle, .img-circle {
    border-radius: 50%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.uploader-circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    /*border: 1px solid #e0e0e0;*/
    display: block;
    max-width: 100%;
    border: 3px solid #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    box-sizing: content-box;
}
    .uploader-circle img {
        border-radius: 50%;
        width: 130px;
        height: 130px;
    }
.field-validation-error span {
    color: #ea1616;
}