* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}





/*======================================
1. GENERAL 
======================================*/
@font-face {
    font-family: 'Gothambook';
    src: url("/fonts/GothamBook.ttf") format('truetype');
}

@font-face {
    font-family: 'Gothambook';
    src: url("/fonts/Gotham-Book.woff");
}

@font-face {
    font-family: 'Gothamlight';
    src: url("/fonts/GothamLight.ttf") format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Gothammedium';
    src: url("/fonts/GothamMedium.ttf") format('truetype');
}

@font-face {
    font-family: 'Gothambold';
    src: url("/fonts/GothamBold.ttf") format('truetype');
}

@font-face {
    font-family: 'DINLt';
    src: url("/fonts/DINLt____\ 2.ttf") format('truetype');
}


@font-face {
    font-family: 'Noteworthy';
    src: url("/fonts/Noteworthy.ttf") format('truetype');
}

body {
    background-color: #FFF;
    font-family: 'Gothambook';
    font-size: 14px;
    font-weight: 400;
    color: #4b3941;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

a {
    color: #ef4545;
    outline: 0 none;
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
        outline: 0 none;
    }

    a:active,
    a:hover {
        color: #333333;
    }

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;
}

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

.d-block {
    display: block;
}

address {
    font-style: italic;
}

table {
    background-color: transparent;
    width: 100%;
}

    table thead th {
        color: #4b3941;
    }

    table td {
        padding: 15px 10px;
    }



@media only screen and ( max-width:360px) {
    table td {
        word-break: break-all;
    }
}

p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
    margin-bottom: 0;
}

.overflow-hide {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.clear {
    clear: both;
}

.pull-none {
    float: none;
}

::selection {
    background: #1c2c5e;
    color: #fff;
}

::-moz-selection {
    background: #1c2c5e;
    color: #fff;
}

::-webkit-selection {
    background: #1c2c5e;
    color: #fff;
}

@media only screen and (max-width:600px) {
    .col-xs-100pc {
        width: 100%;
    }
}


/*======================================
2. HEADING & TITLE 
======================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4b3941;
    margin-bottom: 24px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: #4b3941;
    }

        h1 a:hover,
        h2 a:hover,
        h3 a:hover,
        h4 a:hover,
        h5 a:hover,
        h6 a:hover {
            color: #ef4545;
        }


h1 {
    font-size: 42px;
    line-height: 48px;
    color: #4b3941;
    font-weight: normal;
}

h2 {
    font-size: 36px;
    line-height: 42px;
    color: #4b3941;
    font-weight: normal;
}

h3 {
    font-size: 26px;
    line-height: 32px;
    color: #4b3941;
    font-weight: normal;
    margin-bottom: 20px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    color: #4b3941;
    font-weight: normal;
    margin-bottom: 15px;
}

h5 {
    font-size: 16px;
    line-height: 22px;
    color: #4b3941;
    font-weight: normal;
    margin-bottom: 10px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
    color: #4b3941;
    font-weight: normal;
    margin-bottom: 10px;
}


/*======================================
3. TEXT & PARAGRAPH 
======================================*/

p {
    line-height: 24px;
    margin-bottom: 24px;
    color: #4b3941;
}

strong {
    font-weight: 600;
}

/*-------------------------------------
	1. text align
------------------------------------ */
.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.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-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-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: 80 px;
    line-height: 86px;
}


/*-------------------------------------
	6. text bold
------------------------------------ */
.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}



/*======================================
4. LISTING STYLES 
======================================*/

dl, ul, ol {
    list-style-position: outside;
    padding: 0;
    color: #4b3941;
}

ul, ol {
    margin-bottom: 0;
}

    ul li,
    ol li {
        padding: 0;
        color: #4b3941;
    }

dl {
    margin-left: 0;
    margin-bottom: 30px;
    color: #4b3941;
}

    dl dd {
        margin-bottom: 10px;
        color: #4b3941;
    }

.visible-xs {
    display: none;
}
/*-------------------------------------
	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-right: 10px;
}

.m-r15 {
    margin-right: 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
-------------------------------------*/
.text-white {
    color: #fff;
}

.text-primary {
    color: #ef4545;
}

.text-secondry {
    color: #4b3941;
    ;
}

.text-black {
    color: #000;
}

.text-gray {
    color: #f5f6f6;
}

.text-gray-dark {
    color: #d3d3d3;
}

.text-red {
    color: #99090A;
}

.text-green {
    color: #557131;
}

.text-yellow {
    color: #99910A;
}

.text-light-blue {
    color: #004F83;
}
/*-------------------------------------
	2. background color
-------------------------------------*/
.bg-transparent {
    background-color: transparent;
}

.bg-primary {
    background-color: #ef4545;
}

.bg-secondry {
    background-color: #4b3941;
}

.bg-white {
    background-color: #FFF;
}

.bg-black {
    background-color: #000;
}

.bg-black-light {
    background-color: #212121;
}

.bg-gray {
    background-color: #f5f6f6;
}

.bg-gray-light {
    background-color: #f1f1f1;
}

.bg-gray-dark {
    background-color: #d3d3d3;
}

.bg-red {
    background-color: #fb5455;
}

.bg-green {
    background-color: #a5de5c;
}

.bg-yellow {
    background-color: #fff000;
}

.bg-dark-blue {
    background-color: #161b23;
}

.bg-light-blue {
    background-color: #3097db;
}

/*--------btn-group--------*/
.btn-primary {
    background-color: #ef4545;
    border-color: #ef4545;
}

    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: #f55959;
        border-color: #f55959;
        box-shadow: unset;
    }

.btn-secondry {
    background-color: #4b3941;
    border-color: #4b3941;
}

    .btn-secondry:hover, .btn-secondry:focus, .btn-secondry:active {
        background-color: #545052;
        border-color: #545052;
        color: #fff;
    }

.btn {
    color: #fff;
    border-radius: 3px;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: unset;
        outline-offset: unset;
    }

.btn-green {
    background-color: #6ec272;
    border-color: #6ec272;
}
/*--------btn-group--------*/
/*------------------------------
        Flexible-box
-----------------------------*/
.d-flex {
    display: flex;
    align-items: center;
}

.d-flex-justify {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.justify-space {
    justify-content: space-between;
}



/*=========================
            HEADER-START
 ===========================*/
.navbar-default {
    background-color: #1c2c5e;
    width: 90%;
    margin: 30px auto 0 auto;
    border-radius: unset;
    border: unset;
    border-color: unset;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: unset;
}

.navbar-brand {
    padding: unset;
    height: unset;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
    }

.navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

    .navbar-nav > li > a:after {
        content: '';
        background-color: #fff;
        height: 20px;
        width: 1px;
        position: absolute;
        z-index: 1;
        top: 15px;
        right: 1px;
    }

.navbar-nav > li:last-child > a::after {
    background-color: unset;
}

.navbar-brand > img {
    width: 170px;
}

.navbar-right {
    padding-top: 8px;
}

.brand-logo-comp img {
    width: 120px;
}

.main-nav {
    position: relative;
}

.brand-logo-comp {
    right: 20px;
    position: absolute;
}

.navbar-header {
    flex-basis: 25%;
    width: 25%;
    padding-left: 30px;
}

.navbar-collapse {
    flex-basis: 55%;
    width: 55%;
    z-index: 2;
}

.brand-logo-comp {
    width: 10%;
}

.navbar-right {
    float: unset !important;
}


/*=========================
            HEADER-END
 ===========================*/
/*============================
        HERO_SLIDER_START
=============================*/
.hero-slider {
    background-size: cover;
    background-position: center;
    height: 700px;
    margin-bottom: 70px;
}

    .hero-slider img {
        position: absolute;
        top: 47px;
        left: 43px;
        /* height: 150px; */
        height: 900px;
        z-index: 1;
    }
/*============================
        HERO_SLIDER_END
=============================*/

/*===========================
    ABOUT_SECTION_START
============================*/
.about-wrapper {
    background-color: #1c2c5e;
    position: relative;
}

    .about-wrapper .title h2 {
        color: #fff;
        font-family: Noteworthy;
        padding: 40px 0px;
        font-size: 70px;
    }

    .about-wrapper .discription p {
        color: #fff;
    }

    .about-wrapper .discription span {
        font-family: Gothamlight;
    }

    .about-wrapper .left-img {
        position: absolute;
        top: -66px;
        right: 68px;
        width: 150px;
    }

    .about-wrapper .right-bottom-img {
        position: absolute;
        bottom: -64px;
        left: 95px;
        /* bottom: 0; */
        width: 90px;
        z-index: 1;
    }

/*===========================
    ABOUT_SECTION_START
============================*/


/*===========================
     PRODUCT_SECTION_START
============================*/
.product-wrapper {
    position: relative;
}

    .product-wrapper .shape {
        position: absolute;
        top: 0;
        left: 0;
    }

.product-dicscription {
    padding-left: 20px;
    padding-right: 20px;
}

    .product-dicscription h4 {
        font-family: Gothambold;
    }

    .product-dicscription h4, .product-dicscription p {
        color: #2293cb;
        margin: 0;
    }

    .product-dicscription .subtitle {
        text-transform: uppercase;
        font-family: Gothambold;
    }

    .product-dicscription p.disc {
        color: #000;
    }

.product-item-wrapper .product-img {
    text-align: end;
}

.product-img.middle {
    padding: 80px;
}

.product-item-wrapper .p-t20.disc {
    width: 50%;
}

/*===========================
     PRODUCT_SECTION_END
============================*/

/*===========================
     PRODUCT_ITEM_START
============================*/
.product-item-wrapper {
    position: relative;
    border-top: 4px solid #dadada;
    border-bottom: 4px solid #dadada;
}

    .product-item-wrapper .shape2 {
        position: absolute;
        bottom: 0;
        right: 0;
    }
/*===========================
     PRODUCT_ITEM_END
============================*/


/*===========================
     PRODUCT_BRIEF_START
============================*/
.text-green-sw {
    color: #0fa43f !important;
}

.text-green-mint {
    color: #0da59d !important;
}

.text-yellow-ct {
    color: #efc100 !important;
}

.product-wrapper.brief {
    background-color: #1c2c5e;
    position: relative;
}

    .product-wrapper.brief .top-border-img {
        position: absolute;
        top: -5px;
        left: 0;
        width: 100%;
    }

    .product-wrapper.brief .bottom-border-img {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        transform: rotate(-180deg);
    }

    .product-wrapper.brief .product-dicscription .disc {
        color: #fff;
    }

.product-wrapper.add {
    background-size: cover;
    background-position: center;
    height: 700px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

    .product-wrapper.add .content-add {
        width: 22%;
        /* padding-top: 0px; */
        margin-left: 80px;
    }

.btn-cool-blue {
    background-color: #00aded;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    margin-top: 40px;
}

.product-wrapper.add .add-img-center {
    position: absolute;
    top: 43px;
    left: 569px;
    z-index: 1;
    height: 750px;
}

.product-img.second {
    padding: 70px;
    padding-left: unset;
}

.product-details .title h3 {
    margin-bottom: 10px;
}

.content-dicription {
    text-align: justify;
}

    .content-dicription p {
        font-size: 18px;
    }

    .content-dicription p, .content-dicription span {
        font-family: DINLt;
        margin: 0;
    }

    .content-dicription span {
        color: #fff;
        font-weight: 200;
    }

.btn-cool-blue span {
    margin-left: 20px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    color: #fff;
}
/*===========================
     PRODUCT_BRIEF_END
============================*/



/*===========================
    FOOTER_START
============================*/
.footer-content .menu-list ul li {
    list-style: none;
    display: block;
    padding: 10px 0px;
    cursor: pointer;
}

    .footer-content .menu-list ul li a {
        color: #4b3941;
    }

        .footer-content .menu-list ul li a:hover {
            color: #1c2c5e;
        }

    .footer-content .menu-list ul li .fa {
        margin-right: 10px;
    }

.footer-content {
    position: relative;
}

    .footer-content.bor::before {
        content: '';
        position: absolute;
        height: 250px;
        width: 1px;
        background-color: #000;
        left: 0;
        top: 0;
    }

    .footer-content .title h4 {
        font-family: Gothambold;
    }

    .footer-content.bor .title {
        text-align: center;
    }

    .footer-content.bor .menu-list {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 30px;
    }

.widget-bar-footer {
    background-color: #dadada;
}

    .widget-bar-footer p {
        margin: 0;
    }


/*===========================
    FOOTER_END
============================*/





/*================================
        RESPONSIVE_MEDIA_QUERY
=================================*/
@media(max-width:480px) {
}

@media(max-width:768px) {
    .navbar-default {
        margin: unset;
        width: unset;
    }

    .hero-slider {
        height: 210px;
    }

        .hero-slider img {
            position: unset;
            padding: 10px;
            top: 153px;
            left: 8px;
            /* height: 150px; */
            height: 265px;
            z-index: 1;
        }

    .product-wrapper.add {
        background-position: unset;
        height: 366px;
    }

    .btn-cool-blue {
        margin-top: 0px;
        right: 35px;
        position: absolute;
    }

    .navbar-header {
        flex-basis: unset;
        width: unset;
    }

    .content-add > p {
        margin-bottom: 15px;
    }

    .about-wrapper .right-bottom-img {
        left: 23px;
    }

    .navbar-header {
        flex-basis: unset;
        width: unset;
    }

    .navbar-collapse {
        flex-basis: unset;
        width: unset;
    }

    .d-flex-justify.main-nav {
        display: unset;
    }

    .navbar-nav > li > a:after {
        background-color: unset;
    }

    .about-wrapper .left-img {
        position: absolute;
        top: -30px;
        right: 14px;
        width: 80px;
    }

    .about-wrapper .title h2 {
        font-size: 36px;
        padding: unset;
    }

    .product-details {
        margin-bottom: 30px;
    }

    .product-wrapper.add .add-img-center {
        display: none;
    }

    .product-wrapper.add .content-add {
        width: unset;
        margin-left: unset;
    }

    .footer-content.bor .menu-list {
        padding-left: unset;
        display: unset;
    }

    .footer-content.bor .title {
        text-align: left;
    }

    .product-img.second {
        padding-bottom: unset;
    }

    .product-wrapper.brief {
        padding-bottom: 40px;
    }

        .product-wrapper.brief .row.p-b80 {
            padding-bottom: 20px;
        }
}


/*================================
     RESPONSIVE_MEDIA_QUERY_END
=================================*/
