/*------------------------------------------------------------------
[Style Layout Sheet For The Character - One Pager Templates for Professionals in HTML 5 Documentation ]

*  Basic Common CSS for HTML Tags(like:- html, body, div, span, p, a, h1 and many others)
*  Fonts
1. Body
2. Preloader

-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-weight: 400;
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
html {
    width: 100%;
    height: 100%;
}
a, a:hover {
    text-decoration: none;
    outline: 0;
}
img {
    max-width: 100%;
    -webkit-user-drag: none;
}
button:focus {
    outline: 0;
}
body {
    font-family: Flexo-Regular, sans-serif;
    background-color: #f5f7f6;
    float: left;
    width: 100%;
    color: #000;
    margin: 0;
    font-size: 18px;
}
@font-face {
    font-family: Flexo-Bold;
    src: url(../css/fonts/Flexo-Bold.eot);
    src: url(../css/fonts/Flexo-Bold.woff) format('woff'), url(../css/fonts/Flexo-Bold.ttf) format('truetype'), url(../css/fonts/Flexo-Bold.svg) format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Flexo-Regular;
    src: url(../css/fonts/Flexo-Regular.eot);
    src: url(../css/fonts/Flexo-Regular.woff) format('woff'), url(../css/fonts/Flexo-Regular.ttf) format('truetype'), url(../css/fonts/Flexo-Regular.svg) format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Mondays;
    src: url(../css/fonts/Mondays.eot);
    src: url(../css/fonts/Mondays.woff) format('woff'), url(../css/fonts/Mondays.ttf) format('truetype'), url(../css/fonts/Mondays.svg) format('svg');
    font-weight: 400;
    font-style: normal;
}

/**-------------------------
2. PreLoader CSS Starts
-------------------------**/

.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
}
.loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    perspective: 500px;
    background-color: #000;
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }
    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6);
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1);
    }
}
.ball-clip-rotate-multiple {
    position: relative;
}
.ball-clip-rotate-multiple>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: -36px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite;
}
.ball-clip-rotate-multiple>div:last-child {
    display: inline-block;
    top: -18px;
    left: -12px;
    width: 26px;
    height: 26px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-color: #d7992e transparent #d7992e transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

/**-------------------------
PreLoader CSS Ends
-------------------------**/

/* ------------------- 
PAGE CSS PAGE STARTS 
------------------- */

.header-wrap {
    padding: 40px 0 10px 0;
}
.header-content h1 {
    font-family: 'Flexo-Bold';
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
}
.header-content h6{
    font-size: 20px;
}
.logo-wrapper img{
    max-width: 60%;
    width: 100%;
    float: right;
}
.table-wrapper, .content-wrapper {
    padding: 40px 0;
}
.table-content, .created-content, .main-heading {
    background-color: #fff;
    padding: 30px 20px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(205, 205, 205, 0.41);
    -moz-box-shadow: 0px 0px 16px 0px rgba(205, 205, 205, 0.41);
    box-shadow: 0px 0px 16px 0px rgba(205, 205, 205, 0.41);
}
.table-content h2{
    font-size: 22px;
    font-family: 'Flexo-Bold';
}
.li-numbers {
    padding: 14px 60px;
    font-size: 18px;
}
.li-numbers a{
    color: #d7992e;
    font-family: 'Flexo-Bold';
}
.li-alpha {
    list-style: upper-alpha;
    padding: 10px 30px;
}
.li-alpha a{
    color: #000;
    transition: 0.48s;
}
.li-alpha a:hover{
    color: #d7992e;
}
.created-content h5 {
    font-size: 18px;
    padding: 6px 0;
    line-height: 26px;
}
.created-content h5 strong {
    font-family: 'Flexo-Bold';
    margin-right: 10px;
}
.created-content p {
    font-size: 16px;
    line-height: 26px;
}
.li-numbers li{
    padding: 4px 0;
}
.btn-wrapper a{
    font-size: 26px;
    font-family: Flexo-Bold;
    line-height: 42px;
    background-color: #dc6810;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 40px 12px 40px;
    border-radius: 50px;
    display: inline-block;
    transition: .48s;
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
}
.btn-wrapper a:hover {
    text-decoration: none;
    background-color: #b3530a;
}
.main-heading h2 span {
    background-color: #d7992e;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-right: 20px;
    vertical-align: middle;
    font-family: 'Flexo-Bold';
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    align-items: center;
    padding-top: 7px;
}
.main-heading h2 {
    font-family: 'Flexo-Bold';
    color: #d7992e;
    font-size: 32px;
}
.main-content {
    padding: 30px 0 0 0;
}
.main-content p{
        font-size: 18px;
    line-height: 28px;
    padding-bottom: 14px;
}
.main-content p strong{
    font-family: 'Flexo-Bold';
}
.main-content h4 {
    font-size: 28px;
    color: #dd680f;
    padding: 20px 0;
    font-family: 'Flexo-Bold';
    text-decoration: underline;
}
.feature-list {
    padding-left: 20px;
}
.feature-list li {
    font-size: 18px;
    list-style: disc;
    padding: 5px 0;
}
.image-wrap {
    margin-bottom: 20px;
}
.image-wrap img{
    border: 4px solid #d7992f;
    margin: 10px 0px;
}
.sub-content p strong{
    font-family: "Flexo-Bold";
}
.design-page .img-wrapper{
    border: 4px solid #d7992f;
    overflow: hidden;
    margin: 20px;
}
.design-page img{
        transition: transform 1.2s;
        width: 100%;
}
.design-page img:hover {
    transform: scale(1.1);
}
.design-page a h3 {
    color: #d7992f;
    text-align: center;
    margin: 20px 0;
    font-size: 22px;
    transition: 0.48s;
    font-family: 'Flexo-Bold';
}
.design-page a h3:hover{
    color: #dd680f;
}
.pages-list {
    padding-left: 30px;
}
.pages-list li {
    list-style: disc;
    padding: 4px 0;
    font-size: 18px;
}
.code-wrapper {
    background-color: #fefae5;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0px 40px 0px;
    border: 2px #eee5d0 solid;
    font-size: 16px;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top img {
    width: 80%;
}
.all-links li {
    word-break: break-word;
}


@media (max-width:992px) {
.logo-wrapper img {
    max-width: 40%;
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}


}

@media (max-width:480px) {
.header-content h1 {
    font-size: 24px;
    line-height: 34px;
}
.table-wrapper, .content-wrapper {
    padding: 20px 0;
}
.li-numbers {
    padding: 14px 20px;
}
.table-content, .created-content, .main-heading {
    margin-bottom: 20px;
}
body {
    padding: 0 15px;
}
.main-heading h2 {
    font-size: 24px;
}
.design-page .img-wrapper {
    margin: 0px;
}

}

/* ------------------- 
PAGE CSS PAGE ENDS
------------------- */
