

@charset "UTF-8";

/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&family=Rajdhani:wght@300;400;600;700&display=swap');

/*
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/
/*@import url('https://fonts.googleapis.com/css2?family=Yantramanav:wght@300;400;500;700;900&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=BenchNine:wght@300;400;700&family=Yantramanav:wght@300;400;500;700;900&display=swap');

/**
 * Summary:
 *backgrond color
 *text color
 *form handle
 *button 
 *modal
 *Padding margin
 *Error message
 *border
 *social icon style
 */

/*google fonts

font-family: 'Montserrat', sans-serif;
font-family: 'Rajdhani', sans-serif;

font-family: 'Fira Sans Extra Condensed', sans-serif;
font-family: 'Yantramanav', sans-serif;
*/

/*

theme color
danger :#e8484e;
danger-light : #e8484e;
primary : #232323;
primary-light: #e8484efa rgba(244,229,172,1);

*/




body {
    font-size: 14px;
    color: #71748d;
    -webkit-font-smoothing: antialiased;
   font-family: 'Montserrat', sans-serif;
}
p{
    font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px 0px 15px 0px;
    /* font-family: 'Rubik', sans-serif; */
   font-family: 'Yantramanav', sans-serif;
   font-family: 'BenchNine', sans-serif;


    letter-spacing: 0.2px;
    color:#232323;
    font-weight: bold;
    /*text-shadow: 2px 2px 0px rgba(244,229,172,1)!important;*/
    text-transform: uppercase;
    font-weight: 400;

}
.nothing_fits{
    /*font-family: 'Brillion'!important;*/
    font-weight: Regular;
    text-transform: normal!important;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
    letter-spacing: 1.2px;
    font-weight: 400;
}

h3 {
    font-size:26px;
    line-height: 36px;
    letter-spacing: 1.1px;
    font-weight: 400;
}

h4 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 400;
}

h5 {
    font-size: 18px;
    line-height: 26px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0px 0px 20px 0px;
    letter-spacing: 0.38px;
}

img{
    vertical-align: middle;
}

a {
    color: #71748d;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}
.intro_para{
    font-size:16px;
}

ol,
ul {}

ol li,
ul li {}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: #3d3f5d;
}


/*--------------------
 Form
---------------------*/

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
    color: #71748d;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #71748d;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d2e4;
    border-radius: 2px;
}

.form-control:focus {
    color: #71748d;
    background-color: #fff;
    border-color: #a7a7f0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(214, 214, 255, .75);
}

input[type=file] {
    color: #71748d;
    background-color: #fff;
    border-color: #a7a7f0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(214, 214, 255, .75);
}

.col-form-label {
    font-size: 15px;
}

input {}

button {}

button:focus {
    outline: 0;
}

select.form-control {
    color: #71748d;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 99% 52%;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(/images/down-arrow.png);
    padding-right: 15px;
    border: 1px solid #d2d2e4;
    border-radius: 2px;
}

textarea.form-control {
    height: auto;
    color: #71748d;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d2d2e4;
    border-radius: 2px;
    padding: 12px 16px;
}

input::-webkit-input-placeholder {
    color: #71748d !important;
}

input:focus::-webkit-input-placeholder {
    color: #313c55 !important;
}

textarea::-webkit-input-placeholder {
    color: #71748d !important;
}

textarea:focus::-webkit-input-placeholder {
    color: #313c55 !important;
}

button.btn {}

button.btn-default {}

button.btn-primary {}

address {}

.form-group {
    margin-bottom: 20px;
}

.form-control-lg {
    padding: 12px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #75748d;
    text-align: center;
    white-space: nowrap;
    background-color: #efeff6;
    border: 1px solid #d2d2e4;
    border-radius: 4px;
}



/*--------------------
 Padding / Margin
---------------------*/

.nopadding {
    padding: 0px;
}


/*padding*/
.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}
.p-30 {
    padding:30px;
}

.p-40 {
    padding:40px;
}
.p-50 {
    padding:50px;
}
.p-60 {
    padding:60px;
}


/*paddingn  right*/
.p-r-0 {
    padding-right: 0px;
}

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

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

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

.p-r-25 {
    padding-right: 25px;
}
.p-r-30 {
    padding-right:30px;
}

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



/*left padding*/
.p-l-0 {
    padding-left: 0px;
}

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

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

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

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

/*top padding*/
.p-t-0 {
    padding-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

.m-r-25 {
    margin-right: 25px;
}
.m-r-30 {
    margin-right: 30px;
}
.m-r-40 {
    margin-right: 40px;
}

.m-l-0 {
    margin-left: 0px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-l-30 {
    margin-left: 30px;
}
.m-l-40 {
    margin-left: 40px;
}

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

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

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

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

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

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

.m-t-70 {
    margin-top: 70px;
}
.m-t-80 {
    margin-top: 80px;
}

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

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

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

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

.m-b-20 {
    margin-bottom: 20px;
}
.m-b-25 {
    margin-bottom: 25px;
}

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

.m-b-40 {
    margin-bottom: 40px;
}
.m-b-50 {
    margin-bottom: 50px;
}

.m-b-60 {
    margin-bottom: 60px;
}
.m-b-70 {
    margin-bottom: 70px;
}

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

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

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

/*padding x for full width*/
.p-x-full{
    padding-left:100px!important;
    padding-right:100px!important;
}
@media only screen and (max-width: 1400px)
{
    #top_nav .p-x-full{
    /*padding-left:5px!important;
    padding-right:5px!important;*/
   }
}

@media only screen and (max-width:1140px)
{
.p-x-full{
    padding-left:5px!important;
    padding-right:5px!important;
}

/*padding*/
.p-10 {
    padding: 5px;
}

.p-15 {
    padding: 8px;
}

.p-20 {
    padding: 15px;
}

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

.p-40 {
    padding:20px;
}
.p-50 {
    padding:25px;
}
.p-60 {
    padding:30px;
}


/*padding right*/
.p-r-10 {
    padding-right: 5px;
}

.p-r-15 {
    padding-right: 8px;
}
.p-r-20 {
    padding-right: 10px;
}

.p-r-25 {
    padding-right: 12px;
}

.p-r-30 {
    padding-right: 15px;
}
.p-r-40 {
    padding-right: 40px;
}
.p-l-0 {
    padding-left: 0px;
}

.p-l-10 {
    padding-left: 5px;
}

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

.p-l-20 {
    padding-left: 10px;
}

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

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

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

.p-t-10 {
    padding-top: 5px;
}

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

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

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

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

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

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

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

.p-t-100 {
    padding-top: 50px;
}

.p-t-120 {
    padding-top: 60px;
}

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

.p-b-10 {
    padding-bottom: 5px;
}

.p-b-15 {
    padding-bottom: 8px;
}

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

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

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

.p-b-50 {
    padding-bottom: 25px;
}
.p-b-60 {
    padding-bottom: 30px;
}
.p-b-70 {
    padding-bottom: 35px;
}
.p-b-80 {
    padding-bottom: 40px;
}

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

.p-b-120 {
    padding-bottom: 60px;
}

.p-b-140 {
    padding-bottom: 70px;
}

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

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

.m-r-15 {
    margin-right: 8px;
}

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

.m-r-25 {
    margin-right: 12px;
}
.m-r-30 {
    margin-right: 15px;
}

.m-r-40 {
    margin-right: 20px;
}

.m-l-0 {
    margin-left: 0px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 8px;
}

.m-l-20 {
    margin-left: 10px;
}

.m-l-25 {
    margin-left: 12px;
}
.m-l-30 {
    margin-left: 15px;
}
.m-l-40 {
    margin-left: 20px;
}

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

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

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

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


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

.m-t-40 {
    margin-top: 20px;
}

.m-t-50 {
    margin-top: 25px;
}

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

.m-t-70 {
    margin-top: 35px;
}

.m-t-80 {
    margin-top: 40px;
}

.m-t-100 {
    margin-top: 50px;
}

.m-t-120 {
    margin-top: 60px;
}

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

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

.m-b-15 {
    margin-bottom: 8px;
}

.m-b-20 {
    margin-bottom: 10px;
}
.m-b-25 {
    margin-bottom: 12px;
}
.m-b-30 {
    margin-bottom: 15px;
}

.m-b-40 {
    margin-bottom: 20px;
}

.m-b-40 {
    margin-bottom: 20px;
}
.m-b-50 {
    margin-bottom: 25px;
}
.m-b-70 {
    margin-bottom: 35px;
}

.m-b-80 {
    margin-bottom: 40px;
}

.m-b-100 {
    margin-bottom: 50px;
}

.m-b-120 {
    margin-bottom: 60px;
}
}
/*mobile padding and margin end*/


/*--------------------
 Font Weight
---------------------*/

html body .font-bold {
    font-weight: 800;
}

html body .font-normal {
    font-weight: 400;
}

html body .font-light {
    font-weight: 300;
}

html body .font-medium {
    font-weight: 600;
}

html body .font-16 {
    font-size: 16px;
}

html body .font-12 {
    font-size: 12px;
}

html body .font-14 {
    font-size: 14px;
}

html body .font-10 {
    font-size: 10px;
}

html body .font-18 {
    font-size: 18px;
}

html body .font-20 {
    font-size: 20px;
}

html body .font-22 {
    font-size: 22px;
}

html body .font-24 {
    font-size: 24px;
}

html body .display-5 {
    font-size: 3rem;
}

html body .display-6 {
    font-size: 2.5rem;
}

html body .display-7 {
    font-size: 2rem;
}



/*-----------------------
Background Color / Color
-------------------------*/

.bg-primary {
    background-color: #e8484e !important;
    color: #fff !important;
}

.bg-brand {
    background-color: #ffc750 !important;
}

.bg-secondary {
    background-color: #ff407b !important;
    color: #fff !important;
}

.bg-success {
    background-color: #2ec551 !important;
}

.bg-danger {
    background-color: #e8484e !important;
}

.bg-warning {
    background-color: #ffc108 !important;
}

.bg-info {
    background-color: #25d5f2 !important;
}

.bg-light {
   background-color: #eee !important;
}

.bg-dark {
    background-color: #232323 !important;
}

.bg-primary-light {
    background-color: #fffaeb!important;
    color: #232323 !important;
}

.bg-info-light {
    background-color: #dffaff !important;
    color: #fff;
}

.bg-secondary-light {
    background-color: #ffdbe6 !important;
}

.bg-danger-light {
    background-color: #e8484e !important;
}

.bg-brand-light {
    background-color: #fff2d5 !important;
}

.bg-success-light {
    background-color: #f5ffe8 !important;
}


/*-----------------------
Borders
-------------------------*/

.border-boxes span {
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin: .25rem;
    background-color: #fbfbfd;
}

.border {
    border: 1px solid #f1f1f1 !important;
}

.border-top {
    border-top: 1px solid #ababab !important;
}

.border-bottom {
    border-bottom: 1px solid #ababab !important;
}

.border-left {
    border-left: 1px solid #ababab !important;
}

.border-right {
    border-right: 1px solid #ababab !important
}


/*-----------------------
 Color
-------------------------*/

.text-primary {
    color: #232323 !important;
}

.text-brand {
    color: #ffc750 !important;
}

.text-secondary {
    color: #ff407b !important;
}

.text-success {
    color: #2ec551 !important;
}

.text-danger {
    color: #e8484e !important;
}

.text-warning {
    bcolor: #ffc108 !important;
}

.text-info {
    color: #25d5f2 !important;
}

.text-light {
    color: #999 !important;
}

.text-dark {
    color: #3d405c !important;
}

.text-gray {
    color: #868aa5 !important;
}

.text-muted {
    color: #7171a6 !important;
}

.rating-color {
    color: #ffa811;
}


/*-----------------------
Borders
-------------------------*/

.border-top-primary {
    border-top-color: #232323 !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-secondary {
    border-color: #ff407b !important;
}

.border-brand {
    border-color: #ffc750 !important;
}

.border-info {
    border-color: #25d5f2 !important;
}


/*-----------------------
Fontawesome size
-------------------------*/

.fa-xl {}

.fa-lg {}

.fa-md {}

.fa-sm {
    font-size: 24px !important;
}

.fa-xs {
    font-size: 11px !important;
}


/*-----------------------
Social Color
-------------------------*/

.facebook-color {
    color: #3c73df;
}

.twitter-color {
    color: #1ea2f2;
}

.instagram-color {
    color: #9361fa;
}

.rss-color {
    color: #ee802f;
}

.pinterest-color {
    color: #c8232c;
}

.youtube-color {
    color: #ff0000;
}

.medium-color {
    color: #00ab6c;
}

.googleplus-color {
    color: #d34836;
}

.snapchat-color {
    color: #FFFB00;
}


/*-----------------------
Social bg Color
-------------------------*/

.facebook-bgcolor {
    background-color: #3b5898;
    color: #fff;
}

.twitter-bgcolor {
    background-color: #1ea2f2;
    color: #fff;
}

.instagram-bgcolor {
    background-color: #9361fa;
    color: #fff;
}

.rss-bgcolor {
    background-color: #ee802f;
    color: #fff;
}

.pinterest-bgcolor {
    background-color: #c8232c;
    color: #fff;
}

.youtube-bgcolor {
    background-color: #ff0000;
    color: #fff;
}

.googleplus-bgcolor {
    background-color: #d34836;
    color: #fff;
}


/*-----------------------
Progress bar
-------------------------*/

.progress-bar {

    background-color: #313c55;
}

.primary-progress-bar {
    background-color: #232323;
}

.progress-sm {
    height: 5px;
}

.progress-sm {
    height: 5px
}

.progress-md {
    height: 8px
}

.progress-lg {
    height: 12px
}

.progress-xl {
    height: 15px
}

.f-icon,
.if-icon,
.m-icon,
.sl-icon,
.t-icon,
.w-icon {
    cursor: pointer;
    padding: 13px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-icon {
    width: 33%;
    display: inline-block;
}

.f-icon:hover,
.if-icon:hover,
.m-icon:hover,
.sl-icon:hover,
.t-icon:hover,
.w-icon:hover {
    background-color: #f8f9fa;
}



/*--- Bootstrap Dropdown ----*/
  
.dropdown-menu {
    background: #fff;
    font-size: 14px;
    color: #3d405c;
    border: 0px solid transparent;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #3d405c;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    color: #313c55;
    background: #efeff6;
}

.page-section {}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #313c55;
}


/* -------------------- 0.5.Container / Wrapper ----------------------- */



/* -----------------------
2.2  Buttons
-------------------------*/

.btn {
    font-size: 14px;
    padding: 5px 16px;
    border-radius: 2px;
}

.btn-wishlist {
    background-color: #efeff6;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    padding: 5px 3px;
    display: inline-block;
    font-size: 14px;
    color: #3d405c;
    text-align: center;
    line-height: 1.7;
}

.btn-wishlist:hover {
    background-color: #ff407b;
    color: #fff;
}


/*--- btn default --*/

.btn-brand {
    color: #2e2f39;
    background-color: #ffc750;
    border-color: #ffc750;
}

.btn-brand:hover {
    color: #2e2f39;
    background-color: #efb63e;
    border-color: #efb63e;
}

.btn-brand.focus,
.btn-brand:focus {
    color: #2e2f39;
    background-color: #efb63e;
    border-color: #efb63e;
    box-shadow: none;
}


/*--- btn primary --*/

.btn-primary {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
}

.btn-primary:hover {
    color: #fff;
    background-color: #e8484e;
    border-color: #e8484e;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
    
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(37, 52, 158);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #232323;
    border-color: #232323;
}


/*--- btn secondary --*/

.btn-secondary {
    color: #fff;
    background-color: #ff407b;
    border-color: #ff407b;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #f0346e;
    border-color: #f0346e;
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #f0346e;
    border-color: #f0346e;
    box-shadow: 0 0 0 1px rgb(222, 17, 80);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f0346e;
    border-color: #f0346e;
}


/*--- btn success --*/

.btn-success {
    color: #fff;
    background-color: #2ec551;
    border-color: #2ec551;
}

.btn-success:hover {
    color: #fff;
    background-color: #21ae41;
    border-color: #21ae41;
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #21ae41;
    border-color: #21ae41;
    box-shadow: 0 0 0 1px rgb(18, 158, 50);
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #21ae41;
    border-color: #21ae41;
}


/*--- btn danger --*/

.btn-danger {
    color: #fff;
    background-color: #e8484e;
    border-color: #e8484e;
}

.btn-danger:hover {
    color: #fff;
    background-color: #e8484e;
    border-color: #e8484e;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #e8484e;
    border-color: #e8484e;
    box-shadow: 0 0 0 1px rgb(218, 4, 25);
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e8484e;
    border-color: #e8484e;
}


/*--- btn warning --*/

.btn-warning {
    color: #2e2f39;
    background-color: #ffc108;
    border-color: #ffc108;
}

.btn-warning:hover {
    color: #2e2f39;
    background-color: #f3b600;
    border-color: #f3b600;
}

.btn-warning.focus,
.btn-warning:focus {
    color: #2e2f39;
    background-color: #f3b600;
    border-color: #f3b600;
    box-shadow: 0 0 0 1px rgb(238, 182, 0);
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #2e2f39;
    background-color: #f3b600;
    border-color: #f3b600;
}


/*--- btn info --*/

.btn-info {
    color: #fff;
    background-color: #25d5f2;
    border-color: #25d5f2;
}

.btn-info:hover {
    color: #fff;
    background-color: #17c0dc;
    border-color: #17c0dc;
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #17c0dc;
    border-color: #17c0dc;
    box-shadow: 0 0 0 1px rgb(238, 184, 22);
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #17c0dc;
    border-color: #17c0dc;
}


/*--- btn light --*/

.btn-light {
    color: #71738d;
    background-color: #f0f0f8;
    border-color: #f0f0f8;
}

.btn-light:hover {
    color: #2e2f39;
    background-color: #d7d7df;
    border-color: #d7d7df;
}

.btn-light.focus,
.btn-light:focus {
    color: #2e2f39;
    background-color: #d7d7df;
    border-color: #d7d7df;
    box-shadow: 0 0 0 1px rgb(215, 215, 223);
}


/*--- btn dark --*/

.btn-dark {
    color: #fff;
    background-color: #2e2f39;
    border-color: #2e2f39;
}

.btn-dark:hover {
    color: #2e2f39;
    background-color: #d7d7df;
    border-color: #d7d7df;
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #d7d7df;
    border-color: #d7d7df;
    box-shadow: 0 0 0 1px rgb(46, 47, 57);
}


/*--- btn outline brand --*/

.btn-outline-brand {
    color: #2e2f39;
    background-color: transparent;
    border-color: #ffc750;
}

.btn-outline-brand:hover {
    color: #2e2f39;
    background-color: #ffc750;
    border-color: #ffc750;
}

.btn-outline-brand.focus,
.btn-outline-brand:focus {
    color: #2e2f39;
    background-color: transparent;
    border-color: #ffc750;
    box-shadow: 0 0 0 1px rgb(255, 195, 89);
}


/*--- btn outline primary --*/

.btn-outline-primary {
    color: #313c55;
    background-color: transparent;
    border-color: #313c55;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #313c55;
    border-color: #313c55;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    color: #fff;
    background-color: #313c55;
    border-color: #313c55;
    box-shadow: 0 0 0 1px rgb(65, 77, 167);
}


/*--- btn outline secondary --*/

.btn-outline-secondary {
    color: #ff407b;
    background-color: transparent;
    border-color: #ff407b;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ff407b;
    border-color: #ff407b;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    color: #fff;
    background-color: #ff407b;
    border-color: #ff407b;
    box-shadow: 0 0 0 1px rgb(227, 45, 201);
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ff407b;
    border-color: #ff407b;
}


/*--- btn outline success --*/

.btn-outline-success {
    color: #2ec551;
    background-color: transparent;
    border-color: #2ec551;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2ec551;
    border-color: #2ec551;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    color: #fff;
    background-color: #2ec551;
    border-color: #2ec551;
    box-shadow: 0 0 0 1px rgb(40, 167, 69);
}


/*--- btn outline danger --*/

.btn-outline-danger {
    color: #e8484e;
    background-color: transparent;
    border-color: #e8484e;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e8484e;
    border-color: #e8484e;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    color: #fff;
    background-color: #e8484e;
    border-color: #e8484e;
    box-shadow: 0 0 0 0px #e8484e;
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e8484e;
    border-color: #e8484e;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem  #e8484e;
}

/*--- btn outline warning --*/

.btn-outline-warning {
    color: #2e2f39;
    background-color: transparent;
    border-color: #ffc108;
}

.btn-outline-warning:hover {
    color: #2e2f39;
    background-color: #ffc108;
    border-color: #ffc108;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    color: #2e2f39;
    background-color: #ffc108;
    border-color: #ffc108;
    box-shadow: 0 0 0 1px rgb(255, 193, 8);
}


/*--- btn outline info --*/

.btn-outline-info {
    color: #25d5f2;
    background-color: transparent;
    border-color: #25d5f2;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #25d5f2;
    border-color: #25d5f2;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    color: #fff;
    background-color: #25d5f2;
    border-color: #0998b0;
    box-shadow: 0 0 0 1px rgb(238, 184, 22);
}


/*--- btn outline light --*/

.btn-outline-light {
    color: #7171a6;
    background-color: transparent;
    border-color: #e6e6f2;
}

.btn-outline-light:hover {
    color: #71748d;
    background-color: #f0f0f8;
    border-color: #cacae0;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    color: #71748d;
    background-color: #f0f0f8;
    border-color: #cacae0;
    box-shadow: 0 0 0 1px rgb(235, 235, 237);
}


/*--- btn outline-dark --*/

.btn-outline-dark {
    color: #2e2f39;
    background-color: transparent;
    border-color: #2e2f39;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #2e2f39;
    border-color: #2e2f39;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    color: #fff;
    background-color: #2e2f39;
    border-color: #2e2f39;
    box-shadow: 0 0 0 1px rgb(46, 47, 57);
}


/*--- btn size --*/

.btn-xs {
    padding: 4px 10px;
    font-size: 12px;
}

.btn-sm {
    padding: 5px 12px;
    font-size: 14px;
}

.btn-lg {
    padding: 11px 20px;
    font-size: 15px;
}


/*--- btn social --*/

.btn-facebook {
    color: #fff;
    background-color: #3c73df;
    border-color: #3c73df;
}

.btn-google-plus {
    color: #fff;
    background-color: #eb5e4c;
    border-color: #eb5e4c;
}

.btn-twitter {
    color: #fff;
    background-color: #2caeff;
    border-color: #2caeff;
}

.btn-instagram {
    color: #fff;
    background-color: #9361fa;
    border-color: #9361fa;
}

.btn-pinterest {
    color: #fff;
    background-color: #c8232c;
    border-color: #c8232c;
}




/*--- cropper document btn --*/

.btn-rounded {
    border-radius: 100px;
}



/*-----------------------
btn-link
-------------------------*/

.btn-link {
    color: #313c55;
}

.btn-link:hover {
    text-decoration: none;
}

.btn-primary-link {
    color: #313c55 !important;
}

.btn-brand-link {
    color: #ffc750 !important;
}

.btn-secondary-link {
    color: #ff407b !important;
}


/* -----------------------
2.3  Cards
-------------------------*/

.card {
    /*margin-bottom: 30px;*/
    border: none;
    -webkit-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    -moz-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
    box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #e6e6f2;
}

.card-title {}

.card-subtitle {
    font-size: 14px;
}

.card-body {}

.card-text {}

.card-footer {
    border-top: 1px solid #e6e6f2;
    background: #f6f6ff;
}

.card-link {}

.toolbar {
    font-size: 18px;
}

.card-header-title {
    margin: 0;
    line-height: 2;
}

.card-toolbar-tabs {}

.card-toolbar-tabs .nav.nav-pills {}

.card-toolbar-tabs .nav.nav-pills .nav-item {}

.card-toolbar-tabs .nav.nav-pills .nav-item .nav-link {
    font-size: 14px;
    padding: 6px 10px;
}

.card-toolbar-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #313c55;
    background-color: transparent;
}



/*------------------------- Card Navigation --------------------------*/

.card-header-tabs {}

.card-header-pills {}

.pills-regular .card-header-pills.nav.nav-pills .nav-item .nav-link.active {
    background-color: #313c55;
    color: #fff;
}


/* -----------------------
2.4  General
-------------------------*/


/*---------Tooltips----------*/


/*--------- Popovers ----------------*/

.popover {
    border: 1px solid rgb(230, 230, 242);
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgb(230, 230, 242);
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7fd;
    border-bottom: 1px solid #efeff6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}




/* -----------------------
2.7  Icon
-------------------------*/

.icon-circle {
    border-radius: 100%;
}

.icon-circle-small {
    line-height: 1;
    padding: 4px 2px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    border-radius: 100%;
}

.icon-circle-medium {
    line-height: 1;
    padding: 22px 2px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    border-radius: 100%;
}

.icon-box {}

.icon-box-xxl {}

.icon-box-xl {}

.icon-box-lg {
    height: 68px;
    width: 68px;
}

.icon-box-md {
    height: 32px;
    width: 32px;
}

.icon-box-sm {}

.icon-box-xs {
    height: 20px;
    width: 20px;
}



/*--- Simple Card Tabs ----*/

.simple-card {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e9e9f2;
}

.simple-card .nav.nav-tabs {
    border-bottom: 1px solid #e6e6f2;
}

.simple-card .nav.nav-tabs .nav-item {}

.simple-card .nav.nav-tabs .nav-item .nav-link {
    padding: 17px 49px;
    color: #71748d;
    background: #f8f8fb;
    border-color: #e9e9f2 #e9e9f2 #e9e9f2;
    margin-right: -1px;
    border-radius: 0px;
    border-top: transparent;
}

.simple-card .nav-tabs .nav-link.active {
    color: #313c55 !important;
    background-color: transparent !important;
    border-color: #e9e9f2 #e9e9f2 #fff !important;
}

.simple-card .tab-content {
    padding: 30px;
}


/*--- Simple Card Outline Tabs ----*/

.simple-outline-card {
    border-radius: 4px;
    border: 1px solid #c4c4cf;
}

.simple-outline-card .nav.nav-tabs {
    border-bottom: 1px solid #c4c4cf;
}

.simple-outline-card .nav.nav-tabs .nav-item {}

.simple-outline-card .nav.nav-tabs .nav-item .nav-link {
    padding: 17px 49px;
    color: #71748d;
    background: #e9e9f2;
    border-color: #c4c4cf #c4c4cf #c4c4cf;
    margin-right: -1px;
    border-radius: 0px;
    border-top: transparent;
}

.simple-outline-card .nav-tabs .nav-link.active {
    color: #313c55 !important;
    background-color: transparent !important;
    border-color: #c4c4cf #c4c4cf #efeff6 !important;
}

.simple-outline-card .tab-content {
    padding: 30px;
}


/* -----------------------
Pills Regular
-------------------------*/

.pills-regular {}

.pills-regular .nav.nav-pills {}

.pills-regular .nav.nav-pills .nav-item {}

.pills-regular .nav.nav-pills .nav-item .nav-link {
    background-color: #dddde8;
    padding: 14px 26px;
    margin-right: 3px;
    color: #71748d;
    font-size: 16px;
    margin-bottom: 4px;
}

.pills-regular .nav.nav-pills .nav-item .nav-link.active {
    background-color: #fff;
    color: #313c55;
}

.pills-regular .tab-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
}


/* -----------------------
Pills Outline
-------------------------*/

.pills-outline {}

.pills-outline .nav.nav-pills {}

.pills-outline .nav.nav-pills .nav-item {}

.pills-outline .nav.nav-pills .nav-item .nav-link {
    background-color: transparent;
    padding: 16px 52px;
    margin-right: 3px;
    color: #71748d;
    border: 1px solid #c4c4cf;
}

.pills-outline .nav.nav-pills .nav-item .nav-link.active {
    background-color: transparent;
    color: #313c55;
}

.pills-outline .tab-content {
    background-color: transparent;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #c4c4cf;
}


/* -----------------------
Pills vertical
-------------------------*/

.pills-vertical {}

.pills-vertical .nav.nav-pills {}

.pills-vertical .nav.nav-pills .nav-link {
    background-color: #dddde8;
    padding: 16px 52px;
    margin-bottom: 4px;
    color: #71748d;
}

.pills-vertical .nav.nav-pills .nav-link.active {
    background-color: #fff;
    color: #313c55;
}

.pills-vertical .tab-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
}


/*-----------------------
2.13 Badge
-------------------------*/

.badge {
    display: inline-block;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-primary {
    background-color: #313c55;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #232323;
}

.badge-brand {
    background-color: #ffb739;
    color: #2e2f39;
}

.badge-brand[href]:focus,
.badge-brand[href]:hover {
    color: #2e2f39;
    background-color: #efb63e;
    text-decoration: none;
}

.badge-secondary {
    background-color: #ff407b;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    background-color: #ff407b;
    text-decoration: none;
}

.badge-success {
    background-color: #21ae41;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    background-color: #21ae41;
    text-decoration: none;
}

.badge-danger {
    background-color: #e8484e;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    background-color: #e8484e;
    text-decoration: none;
}

.badge-warning {
    background-color: #f3b600;
    color: #2e2f39;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #2e2f39;
    background-color: #f3b600;
    text-decoration: none;
}

.badge-info {
    background-color: #0998b0;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    background-color: #17c0dc;
    text-decoration: none;
}

.badge-light {
    background-color: #efeff6;
    color: #757691;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #2e2f39;
    background-color: #d7d7df;
    text-decoration: none;
}

.badge-dark {
    background-color: #1f202b;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #2e2f39;
    background-color: #d7d7df;
    text-decoration: none;
}


.badge-dot {
    border-radius: 100%;
    padding: 4px;
    display: inline-block;
    margin-right: 3px;
}

.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #fff;
    font-weight: 400;
    border-radius: 2px;
    font-size: 75%;
}

.label-rounded {
    border-radius: 60px;
}

.label-primary {
    background-color: #232323;
}

.label-success {
    background-color: #2ec551;
}

.label-danger {
    background-color: #e8484e;
}



/* --------------------------------

Patterns - reusable parts of our design

-------------------------------- */

@media only screen and (min-width:1170px) {
    .cd-is-hidden {
        visibility: hidden;
    }
}


/*-----------------------
6.9 404 error
-------------------------*/

.error-section {
    padding: 74px 0px;
}

.error-section-content {
    padding-top: 30px;
    color: #3d405c;
    padding-bottom: 30px;
}



/*----------------------
9.1 Google Map
---------------------------*/

.gmaps {
    height: 350px;
    width: 100%;
}

#map-1 {
    height: 400px;
}

#map-2 {
    height: 400px;
}

#map-3 {
    height: 400px;
}

/*custom button style*/
/*btn*/
/*style 1*/

.stylish_btn2{
    margin-top:5px;
  padding: 10px 30px 10px 30px;
  overflow: hidden;
  background:#ff874f;
  color: #fff !important;
  border-color: #37474f;
  /*transition: background-color 0.3s, border-color 0.3s, color 0.3s;*/
  border-radius: 30px;
  min-width: 180px;
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  display: inline-block;
  box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
  text-align: center;

  background: linear-gradient(rgba(255,135,79,.92),rgba(255,135,79,.95)), url(../images/bg26.png);
  
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;


}

.stylish_btn2 > span{
  display: inline-block;
  transition: all .3s !important;
}
.stylish_btn2:hover > span {
  transform: translate3d(15px, 0px, 0);
}
.stylish_btn2:hover{
  background:#e8484e;
}
@media only screen and (max-width: 1140px)
{
  .stylish_btn2{
    padding: 10px 20px 10px 20px;
  }

   .stylish_btn2 > span{
      display: inline-block;
      transition: all .3s !important;
   }
   .stylish_btn2:hover > span {
      transform: translate3d(10px, 0px, 0);
   }
}

/*2*/
.icon-arrow-right{
    font-family: ' ';
    letter-spacing:2px;
    position: relative;
    border:1px solid #e8484e;
    padding:10px 35px;
    min-width:170px;
    background:transparent;
    transition: all .3s;
    color:#fff;
    border-radius:3px;
    overflow: hidden;
    display: inline-block;
    margin-right:7px !important;
    margin-left:7px !important;
}


.icon-arrow-right .fas{
   position: absolute;
   top:14px;
   right:-20px;
   transition: all .3s;
}


.icon-arrow-right:hover{
    border-radius:20px;
    color:#fff;
}


.icon-arrow-right:hover .fas{
   position: absolute ;
   right:10px !important;
}

.icon-arrow-right.btn-light{
 /* background:#fff;*/
  color:#2e73e8;
}

@media only screen and (max-width:992px)
{
h2 {
    font-size: 26px;
    line-height: 32px;
}

h3 {
    font-size:18px;
}

p {
    margin: 0px 0px 15px 0px;
    letter-spacing: 0.28px;
}
   .icon-arrow-right{
    padding:8px 30px;
    min-width:150px;
   }   

   .icon-arrow-right .fas{
   top:12px;
   right:-15px;
}
}
/*custom button style end*/



/*animated devider on hover start*/
.centered {
    text-align: center;
}

.main_title h2 {
    color: #232323;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 20px;
    position: relative;
    line-height: 40px;
}

.main_title h2 .line {
    background: rgba(255,255,255, 0.15);
    bottom: 0;
    height: 2px;
    position: absolute;
    width: 15%;
}

.main_title.centered span,
.main_title.centered span:before {
    left: 50%;
    transform: translateX(-50%);
}

.main_title .line:before {
    background: #cc4abc;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100px;
    transition: all .3s;
}

.main_title .dot {
    background: #fff;
    border: 2px solid #cc4abc;
    height: 16px;
    position: absolute;
    top: -8px;
    width: 16px;
    -webkit-border-radius: 100%;
}

.main_title h2:hover .line:before {
    width: 75%;
}
/*animated devider on hover End*/


/*widget*/
/*vertical border style*/
.w_vborder {
    width: 1px;
    height: 35px;
    background-color: #868686;
    display: inline-block;
}

.delay-1 {
animation-delay: .15s;
}
.delay-2 {
animation-delay: .30s;
}
.delay-3 {
animation-delay: .45s;
}

.delay-4 {
animation-delay: .80s;
}


/*custom navigation for sina nav start*/
.fadeInUp {

    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation:fadeInUp .5s;
    animation-timing-function:ease;
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40%,0);
        
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40%,0);
       
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}


/*common styling*/
    .title_backdrop_l, .title_backdrop_c, .title_backdrop_c2, .title_backdrop_ftr_l{
    position: relative;
    display: inline-block;
    }
    .title_backdrop_l:before {
        content: attr(data-content);
        position: absolute;
        top: 50%;
        left:0%;
        color: var(--black);
        font-size: 95px;
        line-height: 110px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 8px;
        z-index: 9;
        opacity: 0.06;
        transform: translateY(-50%);
    }
    .title_backdrop_l::after {
        content:"";
        position: absolute;
        top: 50%;
        right:-50px;
        width:40px;
        height: 2px;
        background: #e8484e;
        z-index: 9;
        opacity: 0.8;
    } 

    .title_backdrop_c:before {
        content: attr(data-content);
        position: absolute;
        top: 50%;
        left:50%;
        color: var(--black);
        font-size: 95px;
        line-height: 110px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 8px;
        z-index: 9;
        opacity: 0.06;
        transform: translate(-50%,-50%);
    }
    .title_backdrop_c::after {
        content:"";
        position: absolute;
        top: 50%;
        right:-50px;
        width:35px;
        height: 2px;
        background: #e8484e;
        z-index: 9;
        opacity: 0.8;
    } 
    .title_backdrop_c2::after {
        content:"";
        position: absolute;
        top: 50%;
        left:-50px;
        width:35px;
        height: 2px;
        background: #e8484e;
        z-index: 9;
        opacity: 0.8;
    } 

    
    .title_backdrop_ftr_l:before {
        content: attr(data-content);
        position: absolute;
        top: 50%;
        left:0%;
        color: var(--black);
        font-size: 70px;
        line-height: 60px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 8px;
        z-index: 9;
        opacity: 0.06;
        transform: translateY(-50%);
    }
    .title_backdrop_ftr_l::after {
        content:"";
        position: absolute;
        top: 50%;
        right:-50px;
        width:35px;
        height: 2px;
        background: #e8484e;
        z-index: 9;
        opacity: 0.8;
    }

@media only screen and (max-width:1140px)
    {
        .title_backdrop_l, .title_backdrop_c, .title_backdrop_c2, .title_backdrop_ftr_l{
    position: relative;
    display: inline-block;
    }
    .title_backdrop_l:before {
        font-size: 70px;
        line-height: 70px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 6px;
    }
    .title_backdrop_l::after {
        content:"";
        position: absolute;
        top: 50%;
        right:-50px;
        width:30px;
        height: 2px;
        background: #e8484e;
        z-index: 9;
        opacity: 0.8;
    } 

    .title_backdrop_c:before {
        font-size: 70px;
        line-height: 70px;
        
    }
    .title_backdrop_c::after {
       
        top: 50%;
        right:-50px;
        width:30px;
        height: 2px;
       
    } 
    .title_backdrop_c2::after {
        top: 50%;
        left:-50px;
        width:40px;
        height: 2px;
    } 

    
    .title_backdrop_ftr_l:before {
        font-size: 60px;
        line-height: 60px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 6px;
        
    }
    .title_backdrop_ftr_l::after {
       
        top: 50%;
        right:-50px;
        width:30px;
        height: 2px;
    }
} 


.row:before, .row:after {
    content: " ";
    display: table;
    display: inline-block;
}



/* equal height flex*/
.row-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


/* vertical spacing between columns */


.content {
  height: 100%;
  /*padding: 20px 20px 10px;*/
  /*box-shadow: 0px 0px 5px 2px rgba(154, 154, 204, 0.22);*/
    border-radius: 5px;
}                              


/*common styling end*/


/*divider styling*/

.row-flex {
  display: flex;
  flex-wrap: wrap;
}


/* vertical spacing between columns */


/*
divider*/

 .sb-index, .intro, .colophon {
   border-bottom: 1px solid rgba(0, 0, 0, .1);
   overflow: auto;
   width: 100%;
   margin: 0 -3rem;
   padding: 3rem;
}
 .sb {
   float: left;
   margin-bottom: 0.5rem;
   position: relative;
   width: 100%;
}
 .sb small {
   background: slategray;
   color: white;
   border-radius: 0.5rem;
   box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, .15);
   font-size: 1.2rem;
   left: 50%;
   opacity: 0;
   padding: 1rem;
   position: absolute;
   transform: translate(-50%, 0);
   transition: opacity 1s ease-out, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
   z-index: 5;
}
 
/* Section Break 1 */
 .section-break-1 {
   background-color: transparent;
   border: 0;
   border-top: 3px double #c8c8c8;
   height: 3px;
   margin: 1rem auto;
   width:180px;
}
 .section-break-1:before {
   background-color: transparent;
   color: #c8c8c8;
   content: '\22A1';
   font-size: 20px;
   left: 50%;
   letter-spacing: 0;
   line-height: 1;
   position: absolute;
   text-indent: -2px;
   text-rendering: geometricPrecision;
   transform: translate(-50%, -65%);
   width: 10px;
}
