/* SITE AND ADMIN COMMON CSS */
.mb-5{
margin-bottom: 5px;
}
.left {
    float:left !important;
}
.right {
    float:right !important;
}
.none {
    float:none
}
.clear {
    clear: both;
}
.center_align
{
    text-align: center;
}
.left_align
{
    text-align: left;
}
.right_align
{
    text-align: right;
}
.middle_align
{
    vertical-align: middle;
}
.paddingzero
{
    padding: 0px !important;
}
.paddingrightzero
{
    padding-right: 0px;
}
.header_margin
{
    margin: 20px 0px;
}
.margin_10
{
    margin: 10px 0px;
}
.margin_btm_10
{
    margin-bottom: 10px;
}
.brdr_btm
{
    border-bottom: 1px solid #dce0e0;
    padding: 15px 0 !important;
    clear: both;
}
.bold
{
    font-weight: 600;
}
.strong
{
    font-weight: 700;
}
.check_mark::after {
    content: "\f046";
    font-family: FontAwesome;
    color: green;
    font-size: 20px;
}
.un_check_mark::after {
    content: "\f2d4";
    font-family: FontAwesome;
    color: red;
    font-size: 20px;
}
.uppercase
{
    text-transform: uppercase;
}
.lowercase
{
    text-transform: lowercase;
}
.capitalize
{
    text-transform: capitalize;
}
.white_bg
{
    background: #fff;
}
.white_clr
{
    color: #fff !important;
}
.green_bg
{
    background: #097b09;
}
.green_clr
{
    color: #097b09;
}
.red_bg
{
    background: #F00;
}
.red_clr
{
    color: #F00;
}
.blue_bg
{
    background: #2874f0;
}
.blue_clr
{
    color: #2874f0;
}
.display_flex
{
    display: flex;
}
.display_inline_block
{
    display: inline-block;
}
.display_block
{
    display: block;
}
.display_inline
{
    display: inline !important;
}
.max-width-800 {
    max-width: 800px;
    margin: 0px auto;
}
.max-width-600 {
    max-width: 600px;
    margin: 0px auto;
}
.max-width-450 {
    max-width: 450px;
    margin: 0px auto;
}
.fullwidth
{
    width: 100% !important;
}
/* Amigo loader start */
.amigo-preloader{
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}
.amigo-preloader-inner{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px auto;
    width: 150px;
    height: 150px;
    background: url("../images/logo/rks-icon.jpg") no-repeat scroll left center;
    background-size: contain;
}
.amigo-loader img
{
    width:50px
}
.bg-white
{
    background: #ffffff;
}
.bg-white-o
{
    background: #ffffff82;
}
/*Overlay */
.overlay:hover {
    opacity: .15;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 400ms linear;
}
.black-overlay
{
    background: #000;
}
/*BG color*/
.bg-white {
    background-color: #fff !important;
}
/*.bg-green {
    background-color: #fff !important;
}
.bg-red {
    background-color: #fff !important;
}*/

/* Position */
.position-relative
{
    position: relative;
}
.position-absolute
{
    position: absolute;
}
.position-fixed
{
    position: fixed;
}
.position-static
{
    position: static;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.amigo-img
{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.circle-profile {
    width: 64px;
    height: auto;
    border-radius: 50%;
}
.thumb {
    width: 25%;
}
.amigo_btn
{
    background: linear-gradient(87.69deg, rgb(173 152 198) -0.9%, rgb(109 73 154) 100%) !important;
    border: none !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    text-decoration: none;
    text-align: center;
    outline: none;
    line-height: normal;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 3px;
    width: auto;
    transition: box-shadow 0.2s ease 0s;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s;
    display: inline-block;
    text-transform: capitalize;
}
.amigo_btn:hover
{
        box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px !important;
    transition: .3s;

}
.blue_btn
{
    background: #0575bd !important;
}
.blue_btn:hover
{
    background: #074871 !important
}
/*Popup*/
.modal-open {
    overflow-y: scroll !important;
    padding: 0px !important;
}
.my_model_popup
{
    background: rgba(0, 0, 0, 0.65) !important;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
}
.my_model_popup .close
{
    font-size: 20px;
    font-weight: 400;
    opacity: 1;
    position: absolute;
    top: 0;
    text-shadow: none;
    right: 0px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 9999999;
    box-shadow: inset 0px 0px 0px 100px #fff;
    transform: translate(50%, -50%);
    color:#e9630c;
}
.my_model_popup .close:hover
{
    box-shadow: inset 0px 0px 0px 100px #074369 !important;
    color: #fff;
}
.my_model_popup .modal-dialog
{
    /*padding: 0px 50px;*/
    max-width: 500px;
    margin: 30px auto;
}
.popup_tab_content
{
    padding: 15px 35px 16px;
    overflow: hidden;
}
.right_split .amigo_btn {
    margin: 20px 0px;
}
.form_grid_12 .frm_submit {
    text-align: center;
}
.check_radio_con {
    display: inline-flex;
    padding-right: 20px;
}
.check_radio_con label
{
    padding: 2px;
}
.amigo_field_con {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 20px;
    padding: 3px 0px;
}
.amigo_field_con input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    height: 20px;
    width: 20px;
}
.amigo_mark {
    position: absolute;
    top: auto;
    left: auto;
    height: 18px;
    width: 18px;
    border: 2px solid #7e8993;
    border-radius: 4px;
}
.amigo_circle_mark
{
    border-radius: 100%;
}
.amigo_field_con input:checked ~ .amigo_mark {
    background-color: #fff;
    border: 2px solid #1AA85C;
}
.amigo_mark:after {
    content: "";
    position: absolute;
    display: none;
}
.amigo_field_con input:checked ~ .amigo_mark:after {
    display: block;
}
.amigo_circle_mark:after
{
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1AA85C;
}
.amigo_tick_mark:after {
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    background: #fff;
    border: solid #1AA85C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tick_image
{
    position: relative;
    width: 20px;
    height: 18px;
    background-color: transparent;
    border: 1.4px solid #c2c2c2;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0px 10px 0px 0px;
}
.tick_image:before{
    position: absolute;
    content: '';
    left: 7px;
    top: 2px;
    width: 6px;
    height: 14px;
    border: solid #fff;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.selected .tick_image {
    border: 2px solid #1AA85C;
}
.selected .tick_image:before {
    top: -1px;
    left: 6px;
    width: 5px;
    height: 14px;
    background: #fff;
    border: solid #1AA85C;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkboxActive input:checked ~ .amigo_mark
{
    border: 2px solid #7e8993 !important;
}
.checkboxActive .amigo_tick_mark:after
{
    border: none !important;
}
.mceEditor_con
{
    overflow: auto;
}
.req
{
    color: red;
    padding: 2px;
}
.amigo_note {
    font-size: 13px;
    color: red;
}

/* All alert messages start*/
.errorContainer {
    text-align: center;
    width: 100%;
    color: #fff;
}
#message-green
{
    background: #00a65a;
}
#message-red
{
    background:#dd4b39;
}
#message-green, #message-red, .prod_notifi {
    position: fixed;
    z-index: 99999;
    max-width: 500px !important;
    margin: 5px auto !important;
    right: 0;
    top: 0;
    left: 0;
}
#message-green > p, .errorContainer > p, #validationErr > p {
    margin: 0;
    padding: 20px 0px 20px 3%;
    text-align: center;
    background-size: 20px !important;
}

/*#message-green span, .prod_notifi .green {
    background: url("../images/check.png") no-repeat scroll left center;
    background-size: 27px;
    border-radius: 3px;
    display: block;
}
#message-red > p, .prod_notifi .red {
    background: url("../images/cross.png") no-repeat scroll 50px center;
    background-size: 27px;
    border-radius: 3px;
    display: block;
}*/
#message-green span, .prod_notifi span.green {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
#message-red span, .prod_notifi span.red {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
#message {
    margin:10px auto;
    border:6px solid #222;
    width:240px;
    height:40px;
    background:#0D0D0D;
    font-size:1.3em;
    line-height:2em;
    color:#FC4;
}
.amigo-close-empty {
    color: #fff;
    font-size: 20px;
    float: right;
    padding-right: 10px;
    cursor: pointer;
}
#suscribeemailErr, #SpecialErr
{
    background: #fce7e7 none repeat scroll 0 0;
    border: 1px solid #b00;
    color: #b00;
    padding: 5px;
    text-align: left;
    font-size: 13px;
    display:none;
}
#confirmOverlay {
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:url('../images/confirm/ie.png');
    background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
    z-index:100000;
}
#confirmBox {
    background: #e0dede;
    background: -moz-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #e0dede), color-stop(60%, #dddddd), color-stop(51%, #e5e5e5), color-stop(100%, #e5e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* IE10+ */
    background: linear-gradient(65deg, #e0dede 0%, #dddddd 60%, #e5e5e5 51%, #e5e0e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0dede', endColorstr='#e5e0e0', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    -webkit-box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 0px 4px rgba(000, 000, 000, 0.8), inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    width:460px;
    position:fixed;
    left:50%;
    top:50%;
    margin:-130px 0 0 -230px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}
#confirmBox h3 {
    font-size:16px;
    padding: 10px 15px;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
    box-shadow: 0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    -moz-box-shadow:
 0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow:
 0px 0px 4px rgba(000, 000, 000, 0.5), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
    margin:0px;
    color:#fff;
    text-shadow:
 0px -1px 0px rgba(000, 000, 000, 1), 0px 1px 0px rgba(255, 255, 255, 0.2);
}
#confirmBox p {
    font-size:13px;
    padding:15px;
    margin:0px;
}
#confirmButtons {
    padding:15px;
    text-align:center;
}
#confirmButtons .button {
    margin:5px;
    font-size:14px;
    font-weight: 500;
}
.error {
    color: #D0021B;
    font-size: 11px;
}
.form-control.error {
    border: 1px solid red;
}
/*label.error {
    position: absolute;
}*/
.field-row
{
    margin: 10px 0px;
}
.redFont, .error_notification
{
    color: #D0021B;
    display: inline-block;
    font-size: 11px;
    margin: 3px;
}
.required_field
{
    color: #F00;
}
.notify {
    font-size: 12px;
    color: green;
    font-weight: 500;
}


/* Action buttons start */
.btn_30_light, .btn_30_dark, .btn_30_orange, .btn_30_red {
    display: inline-block;
    position: relative;
    margin: 4px 6px 0px;
}
.btn_30_light a {
    border:#152644 1px solid;
    display:inline-block;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    line-height:29px;
    text-align:center;
    color:#FFF;
    padding:5px 10px;
    background: #152644;
}
.btn_30_light a:hover, .btn_30_light a:focus {
    background: #s0f2d60;
    color: #FFF !important;
}
.btn_30_light a:active {
    box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.2), inset 0 1px 1px -1px #fff;
        -moz-box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.2), inset 0 1px 1px -1px #fff;
        -webkit-box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.2), inset 0 1px 1px -1px #fff;
}
.btn_30_light span {
    display:inline-block;
    float:left;
}
.btn_30_light .btn_link {
    margin-left:5px;
    line-height: 20px;
    float:left;
    margin-right:3px;
    padding-left:6px;
}
.btn_30_light .icon {
    height: 12px;
    width:15px;
    margin-top:4px;
    background:url(../images/tick.png) no-repeat !important;
}
.blue_d{
    background: #074369;
    background: -moz-linear-gradient(top,  #074369 0%, #0853a1 50%, #064492 51%, #02286e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#074369), color-stop(50%,#0853a1), color-stop(51%,#064492), color-stop(100%,#02286e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #074369 0%,#0853a1 50%,#064492 51%,#02286e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #074369 0%,#0853a1 50%,#064492 51%,#02286e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #074369 0%,#0853a1 50%,#064492 51%,#02286e 100%); /* IE10+ */
    background: linear-gradient(top,  #074369 0%,#0853a1 50%,#064492 51%,#02286e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#074369', endColorstr='#02286e',GradientType=0 ); /* IE6-8 */
}
.btn_30_red a{
    height:30px;
    border:#05447F 1px solid;
    display:inline-block;
    box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.8), inset 0 1px 1px -1px #fff;
        -moz-box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.8), inset 0 1px 1px -1px #fff;
        -webkit-box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.8), inset 0 1px 1px -1px #fff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    text-shadow:
    0px -1px 0px rgba(000, 000, 000, .5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    line-height:29px;
    text-align:center;
    color:#fff;
    padding:0 5px;
}
.btn_30_red a.yes{
    background: rgb(10,116,17);
    background: linear-gradient(180deg, rgba(10,116,17,1) 10%, rgba(36,210,45,1) 47%, rgba(10,116,17,1) 100%);
}
.btn_30_red a.yes:hover {
    box-shadow:
     0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
        -moz-box-shadow:
     0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
        -webkit-box-shadow:
     0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
        background: rgb(10,116,17); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: rgb(10,116,17); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */

}
.btn_30_red a.yes:active {
    box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
        -moz-box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
        -webkit-box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
}
.btn_30_red a.no{
    background: #e9630c;
    background: -moz-linear-gradient(top, #e9630c 0%, #cc4613 50%, #b23a0d 51%, #a4360c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9630c), color-stop(50%, #cc4613), color-stop(51%, #b23a0d), color-stop(100%, #a4360c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e9630c 0%, #cc4613 50%, #b23a0d 51%, #a4360c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e9630c 0%, #cc4613 50%, #b23a0d 51%, #a4360c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e9630c 0%, #cc4613 50%, #b23a0d 51%, #a4360c 100%); /* IE10+ */
    background: linear-gradient(top, #e9630c 0%, #cc4613 50%, #b23a0d 51%, #a4360c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9630c', endColorstr='#a4360c', GradientType=0 ); /* IE6-8 */
}
.btn_30_red a.no:hover {
    box-shadow:
     0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
        -moz-box-shadow:
     0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
        -webkit-box-shadow:
     0px 0px 4px rgba(000, 000, 000, 1), inset 0 1px 1px -1px #fff;
        background: #45484d; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: #074369; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */

}
.btn_30_red a.no:active {
    box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
        -moz-box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
        -webkit-box-shadow:
     0px 0px 2px rgba(000, 000, 000, 0.3), inset 0 1px 1px -1px #fff;
}
.btn_30_red span {
    display:inline-block;
    float:left;
}
.btn_30_red .btn_link {
    margin-left:1px;
    height:30px;
    display:inline-block;
    margin-right:5px;
    border-left:#05447F 1px solid;
    padding-left:6px;
    box-shadow:
1px 0 0px rgba(255, 255, 255, 0.4) inset;
    -moz-box-shadow:
1px 0 0px rgba(255, 255, 255, 0.4) inset;
    -webkit-box-shadow:
1px 0 0px rgba(255, 255, 255, 0.4) inset;
}
.btn_30_red .icon {
    height: 20px;
    width:20px;
    margin-top:8px;
    background:url(../images/sprite-icons/icons-color.png) no-repeat;
}
.action-icons{
    display:inline-block;
    margin-bottom:2px;
    font-weight:400;
    padding: 4px 7px 5px;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border-radius:4px
    font-size: 12px;
    border-radius: 3px;
    color:#fff;
    border: 1px solid transparent;
}
.action-icons:hover, .action-icons:active, .action-icons:focus
{
    color:#fff;
}
.c-edit
{
    background-color:#337ab7;
    border-color:#2e6da4;
}
.c-edit:hover {
    background-color:#286090;
    border-color:#204d74;
}
.c-delete {
    background-color:#d9534f;
    border-color:#d43f3a;
}
.c-delete:hover {
    background-color:#c9302c;
    border-color:#ac2925;
}
.c-view {
    background-color:#1da324;
    border-color:#1da324;
}
.c-view:hover {
    background-color:#0f864a;
    border-color:#0f864a;
}
.c-active {
    background-color:#1da324;
    border-color:#1da324;
}
.c-active:hover {
    background-color:#0f864a;
    border-color:#0f864a;
}
.c-inactive {
    background-color:#f0ad4e;
    border-color:#eea236;
}
.c-inactive:hover {
    background-color:#ec971f;
    border-color:#d58512;
}
/* Action buttons end */
/* Owl carousel slider start*/
.banner_slider
{
    overflow: hidden;
}
.owl-carousel
{
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
    float: left;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.banner_slider .item img
{
    width: 100%;
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-controls
{
    display: none !important;
}
.owl-carousel:hover .owl-controls
{
    display: block !important;
}
.owl-prev
{
    font-size: 0px !important;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    border-radius: 0 4px 4px 0 !important;
    padding: 18px 0px;
    margin: 0px auto !important;
    transition: box-shadow 0.2s ease 0s;
}
.owl-next
{
    float: right;
    font-size: 0px !important;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
    border-radius: 4px 0px 0px 4px !important;
    padding: 18px 0px;
    margin: 0px auto !important;
    right: 0px;
}
.owl-prev:after
{
    content: "\f104";
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 500;
}
.owl-next:after
{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 500;
}
.owl-theme .owl-controls .owl-buttons div
{
    height: 80px;
    position: absolute;
    top: 35%;
    transform: translateY(35%);
    width: 30px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    opacity: 0.7;
}
.owl-theme .owl-controls .owl-buttons div:hover
{
    box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.3);
    opacity: 1;
}
/* Owl carousel slider end*/


/*Banner Slider Start*/
.home-slider .item > img, .home-slider .item img {
    width: 100%;
}
.banner-caption {
    position: absolute;
    padding: 5px;
    max-width: 900px;
    top: 50%;
    right: 0;
    -ms-transform: translate(-4%, -50%);
    transform: translate(-4%, -50%);
}
.banner-caption h1, .banner-caption h2, .banner-caption h3, .banner-caption h4, .banner-caption h5
{
    color: #fff;
    font-weight: 600;
}
.banner-caption h1.banner-title {
    font-size: 35px;
    margin: 0px 0px 20px;
}
.banner-caption h2.banner-title {
    font-size: 25px;
    margin: 0px 0px 20px;
}
.banner-caption p {
    color: #fff;
    margin: 0px 0px 20px;
}
.banner-btn:hover
{
    transition: .3s;
    transform: translateY(-3px);
    box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
}
/*Banner Slider End*/

/* All pages */
.page-section {
    padding: 40px 0;
}
.section-title
{
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}
h1.section-title
{
    font-size: 25px;
    text-transform: capitalize;
}
.section-title-line {
    padding-bottom: 30px;
}
.section-title-line:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    height: 5px;
    width: 52px;
    background: #540010;
    border-radius: 90px;
}
h2.section-title {
    font-size: 32px;
    text-transform: capitalize;
    margin: 25px 0px 10px;
}
h3.section-title {
    font-size: 20px;
    color: #540010;
    text-transform: capitalize;
}
h4.section-title {
    font-size: 16px;
    color: #540010;
    line-height: 22px;
    text-transform: capitalize;
}
h6.inner-title {
    font-size: 15px;
    color: #540010;
    text-transform: capitalize;
}
.review-star-empty {
    background: url(../images/sat_star_nor.png) left top no-repeat;
    width: 80px !important;
}
.review-star-fill {
    background: url(../images/sat_star.png) left top no-repeat;
    height: 14px;
}

.pno_prefix {
    padding: 4px 0px;
    /*border-width: 1px 0 1px 1px;*/
    border-color: #d8d8d8;
    border-style: solid;
    border-radius: 3px 0px 0px 3px;
    background: #d8d8d8;
    text-align: center;
}
.popup_login .user_phone_no
{
    padding: 7px !important;
}
.user_phone_no
{
    border-radius: 0px 3px 3px 0px !important;
    width: 100% !important;
}
.table_content {
    overflow: auto;
}

/* Why Choose Box Start */
.why-rks-section, .app-promo-section{
    background: #152644;

}
.why-script-box {
    background-color: #fff;
    border-radius: 12px;
    display: inline-flex;
    width: 100%;
    padding: 12px;
    margin: 15px 0px;
}
.why-script-icon {
    height: 60px;
    width: 80px;
    display: block;
    background: url("../img/icons.svg") no-repeat;
    background-size: 400px;
}
.why-script-inner-title {
    color: #5b40a9;
    font-weight: 600;
    padding: 14px 0px 0px 10px;
    width: 100%;
    line-height: 25px;
}
.why-script-list .why-script-list-inner:nth-child(1) .why-script-icon{
    background-position: -14px -481px;
}
.why-script-list .why-script-list-inner:nth-child(2) .why-script-icon {
    background-position: -79px -481px;
}
.why-script-list .why-script-list-inner:nth-child(3) .why-script-icon {
    background-position: -147px -481px;
}
.why-script-list .why-script-list-inner:nth-child(4) .why-script-icon {
    background-position: -147px -415px;
}
.why-script-list-btm .why-script-list-inner:nth-child(1) .why-script-icon{
    background-position: -219px -415px;
}
.why-script-list-btm .why-script-list-inner:nth-child(2) .why-script-icon {
    background-position: -328px -422px;
}
.why-script-list-btm .why-script-list-inner:nth-child(3) .why-script-icon {
    background-position: -13px -546px;
}
.why-script-list-btm .why-script-list-inner:nth-child(4) .why-script-icon {
    background-position: -83px -546px;
}


.why-choose-box {
    background-color: #fff;
    border-radius: 12px;
    width: 100%;
    padding: 12px;
    margin: 15px 0px;
    min-height: 283px;
}
.why-choose-icon {
    height: 50px;
    width: 50px;
    display: block;
    background: url("../images/icons.png") no-repeat;
    background-size: 400px;
}
.why-choose-inner-title {
    font-weight: 600;
    padding: 14px 0px 0px 10px;
    width: 100%;
    line-height: 25px;
}
.why-choose-box p {
    margin: 0px;
}
.why-choose-list.row1 .why-choose-list-inner:nth-child(1) .why-choose-icon{
    background-position: 0px 0px;
}
.why-choose-list.row1 .why-choose-list-inner:nth-child(2) .why-choose-icon {
    background-position: -52px 0px;
}
.why-choose-list.row1 .why-choose-list-inner:nth-child(3) .why-choose-icon {
    background-position: -111px 0px;
}
.why-choose-list.row2 .why-choose-list-inner:nth-child(1) .why-choose-icon{
    background-position: -150px 0px;
}
.why-choose-list.row2 .why-choose-list-inner:nth-child(2) .why-choose-icon {
    background-position: -199px 0px;
}
.why-choose-list.row2 .why-choose-list-inner:nth-child(3) .why-choose-icon {
    background-position: -243px 0px;
}
.why-choose-list.row3 .why-choose-list-inner:nth-child(1) .why-choose-icon{
    background-position: -8px 0px;
}
.why-choose-list.row3 .why-choose-list-inner:nth-child(2) .why-choose-icon {
    background-position: -8px 0px;
}
.why-choose-list.row3 .why-choose-list-inner:nth-child(3) .why-choose-icon {
    background-position: -8px 0px;
}

/* Why Choose Box End */

.app-promo-title {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    padding: 0px 0px 20px;
}
.app-promo-section p {
    font-size: 25px;
    color: #fff;
}


.services-box {
    border-radius: 12px;
    width: 100%;
    padding: 12px 15px;
    margin: 15px 0px;
    min-height: 264px;
    transition: .3s;
}
.services-box:hover {
    box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
    transition: .3s;
    transform: translateY(-10px);
}
.services-box h4
{
    color: #fff;
    font-size: 25px;
    margin: 0px 0px 30px;
}
.services-icon {
    height: 80px;
    width: 90px;
    display: block;
    background: url("../images/icons.svg") no-repeat;
    background-size: 500px;
}
.services-inner-title {
    font-weight: 600;
    padding: 14px 0px 0px 10px;
    width: 100%;
    line-height: 25px;
}
.services-box p {
    margin: 0px;
    color: #fff;
}

.services-list.row1 .amigo_link:nth-child(1) .services-icon{
    background-position: -320px -9px;
}
.services-list.row1 .amigo_link:nth-child(2) .services-icon {
    background-position: -11px -96px;
}
.services-list.row1 .amigo_link:nth-child(3) .services-icon {
    background-position: -318px -96px;
}
.services-list.row2 .amigo_link:nth-child(1) .services-icon{
    background-position: -225px -96px;
}
.services-list.row2 .amigo_link:nth-child(2) .services-icon {
    background-position: -118px -96px;
}
.services-list.row2 .amigo_link:nth-child(3) .services-icon {
    background-position: -416px 0px;
}

.services-list.row1 .amigo_link:nth-child(1) .services-box{
    background: #F66F6F;
}
.services-list.row1 .amigo_link:nth-child(2) .services-box {
    background: #84CB74;
}
.services-list.row1 .amigo_link:nth-child(3) .services-box {
    background: #3FC1D9;
}
.services-list.row2 .amigo_link:nth-child(1) .services-box{
    background: #F9AE3C;
}
.services-list.row2 .amigo_link:nth-child(2) .services-box {
    background: #78275B;
}
.services-list.row2 .amigo_link:nth-child(3) .services-box {
    background: #ff1f59;
}


.box-grid
{
    display: grid;
    width: 100%;
}
.grid-4
{
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}
.grid-3
{
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}
.box-container {
    margin-bottom: 20px;
}
.box-item {
    border-radius: 15px;
    padding: 0;
    margin: 0px 10px;
    transition: .3s;
    box-shadow: 0 1px 2px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.05);
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border: none;
}
.box-item:hover {
    box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
    transition: .3s;
    transform: translateY(-10px);
}
.box-item .featured-image {
    position: relative;
    overflow: initial;
    transition: .3s;
    width: 300px;
}
.box-item .featured-image a {
    display: block;
    overflow: hidden;
}
.box-overlay
{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .7s ease;
  background-color: #000;
}
.box-overlay-action {
  transition: .5s;
  display: none;
  position: relative;
}
.box-overlay-action a {
  transform: scale(1.3);
  padding: 4px 6px;
  border-radius: 5px;
  margin: 10px 0px;
  color: #5634ba;
  background-color: #fff;
  height: 30px;
  width: 30px;
  cursor: pointer;
  font-size: 18px;
}
.box-item:hover .box-overlay-action
{
  transition: .5s;
  display: flex;
  flex-direction: column;
  position: absolute;
  float: right;
  right: 16px;
  top: 36px;
  z-index: 1;
}
.box-item:hover .box-overlay {
  opacity: .6;
}
.fav-icon-sel .fa-heart {
    color: red;
}
.box-item-content {
    position: relative;
    padding: 15px 10px;
}
/*.box-item-inner {
    padding: 10px 0px 0px;
}*/
.box-item-header a.amigo_btn {
    padding: 4px;
    font-size: 12px;
    margin: 0px 0px 10px;
}
.box-item-footer {
    /*margin-top: 20px;*/
    /* border-top: 1px solid #dedede; */
    overflow: hidden;
}
.box-item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.box-item-title a
{
    color: #232323;
    font-size: 20px;
    line-height: 28px;
    min-height: 50px;
    padding: 10px 0px 0px;
}

.pro-price-con {
    margin: 15px 0px;
}
.pro-sale-price {
    color: #e9630c;
    font-size: 22px;
    font-weight: 600;
    padding: 5px;
    text-align: right;
}
.event-section .amigo_btn:hover {
    color: #540010 !important;
}
.event-section .amigo_btn {
    background: #fff !important;
    color: #540010;
    border: 2px solid #540010!important;
}
.event-section li {
    font-size: 13px;
    margin: 0px 0px 10px;
}
.event-section li .fa {
    font-weight: 600;
    padding-right: 8px;
}


.view-more-btm {
    width: 100%;
    text-align: center;
    margin: 30px 0px 0px;
    display: inline-block;
}

/* FAQ Section */

.accordion-container .accordion-title {
  position: relative;
  margin: 10px;
  padding: 0.625em 0.625em 0.625em 2em;
  background-color: #152644;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  background-color: #00aaa7;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  padding: 5px;
    border: 1px solid #152644;
    margin: 10px;
}


#faq-section li { padding: 20px 0px 10px; }
#faq-section li.faq-question {
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
}
#faq-section .faq-answer p
{
  margin: 0px;
}
#faq-section li.faq-answer {
  display: none;
  padding: 0px 0px 0px 20px;
}
#faq-section .rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


@media(max-width:  768px)
{
    h1.section-title {
        font-size: 18px;
        line-height: 18px;
    }
    /*.pro_service_name
    {
        text-align: left;
    }
    .pro_business_name
    {
        text-align: right;
    }*/
}