/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
@charset "utf-8";
/* CSS Document */

*{margin: 0px 0px; padding: 0px 0px; list-style: none;	text-decoration: none;}

h1,h2,h3,h4,h5,h6{margin:0; font-weight:300px; }
h1{font-family: 'proxima_novasemibold'; font-size:30px; color:#FFFFFF; position:relative}
h2{font-family: 'proxima_novasemibold'; font-size:30px; color:#051F44;}
h3{font-family: 'poppinsmedium', sans-serif; font-size:20px; color:#051F44;}
h4{font-size: 26px; font-family: 'proxima_novasemibold'; color: #fff;/*	text-align: center;*/ line-height:33px; margin:10px 0px; position:relative; text-transform: uppercase;}
h5{font-size:15px; font-family: 'poppinssemibold';}
h6{color:#fff; font-size:15px; font-family: 'poppinsregular';}
p{font-size:15px; line-height:22px; color:#666666; white-space: pre-line; margin:15px 0px;}
li{font-family: 'poppinsregular';}
.bt-mg-15{margin:15px 0px;}
.vt-space{padding-top:5em; padding-bottom:6em;}
.wt-space{padding-top:1em; padding-bottom:1em;}
.at-space{padding-top:4em; padding-bottom:6em;}
.pt-space{padding-top:3em; padding-bottom:1em;}
.ppt-space{padding-top:3em; padding-bottom:0em;}
.ct-space{padding-top:7em; padding-bottom:1em;}
.pc-space{padding-top:3em; padding-bottom:0em;}
.cct-space{padding-top:9em !important; padding-bottom:1em;}
.ft-space{padding-top:4em; padding-bottom:2em;}
.it-space{padding-top:3em; padding-bottom:0em;}
.st-space{padding-top:3em; padding-bottom:0em;}
.mart25{margin-top:25px !important;}
.mart40{margin-top:40px;}
.marb25{margin-bottom:25px !important;}
.mart5{margin-top:10px;}
.padtb40{padding: 40px 23px;}
.bg-gray01{background: #ffffff;}
.tra{background: transparent !important; border: none !important;}
.mart80{margin-top:80px;}
.padt50{margin-top:50px;}
.padl55{padding-left:55px !important;}
.mart0{margin-top:20px !important; padding-left: 45px !important;}
.padb0{padding-bottom:0px !important;}
.pad0{padding:0px !important;}
.btn-lg1 { padding: 10px 30px !important; }
.bg-table{background: rgba(80, 92, 106, 0.21);}
.drkgray-color{color:#A5A39E !important}
.black{color:#000; outline:none;}
.mob{font-size:22px !important;}
.height-impt{height:1200px !important;}
/*.bg-green{background:rgba(151, 189, 80, 0.62) !important;}*/
.button { color: #ffffff;
    border: none;
    font-size: 15px;
    font-family: 'poppinsmedium';
    font-weight: 400;
    transition: .3s;
    text-align: center;
    position: relative;
    /* width: 25%; */
    left: 0;
    right: 0;
    margin: 0px auto;
    background: #7d0000;
    border-radius: 7px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;}
.button:hover {background: #430303; color: #FFBF00;}

body {overflow-x: hidden; font-family: 'poppinsregular';}
html{overflow-x: hidden;}

/*Preloader*/
#preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 9999;}
#preloader .loader-wrapper { position: absolute; top: 45%; left: 0px; right:0px; margin-top: -30px; text-align: center;}
.loader-wrapper span { display: block; margin-top: 8px; font-size: 14px;}

button, .container, a{transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
#header, #single-wrapper,#footer,#manu,#main-slider,#welcome,#services,#our-product,#quick-cont,#sub-page,#page_header{float:left ; width: 100%; position: relative; margin: 0px;}


#single-wrapper {
    min-height: 100%;
	max-height: 100%;
    background: url(../images/back.jpg) top center repeat;
    overflow: hidden;
    width: 100%;
    padding: 0px 15px 0px 15px;

}
#single-wrapper1 {
    min-height: 100%;
	max-height: 100%;

    overflow: hidden;
    width: 100%;
    padding: 0px 15px 0px 15px;

}
.frm-single {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 100px auto 100px;
    float: none;
    position: relative;
}
.frm-single:after, .frm-single:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    box-shadow: 0 0 1px 0 #ccc;
    -webkit-box-shadow: 0 0 1px 0 #ccc;
    -moz-box-shadow: 0 0 1px 0 #ccc;
}
.frm-single:after {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
}

.frm-single .inside {
    background: #ffffff;
    position: relative;
    padding: 20px;
    z-index: 20;
    box-shadow: 0 0 1px 0 #ccc;
    -webkit-box-shadow: 0 0 1px 0 #ccc;
    -moz-box-shadow: 0 0 1px 0 #ccc;
}
.frm-single .title {
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 34px;
    white-space: nowrap;
    color: #435966;
    text-align: center;
}
.frm-single .frm-title {
    color: #666666;
    font-family: 'poppinsmedium';
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    padding: 5px 2px 5px 2px;
}
.frm-single .frm-title1{
	color: #430303;
    font-family: 'poppinsmedium';
    text-align: center;
    font-size: 19px;
    line-height: 25px;
    padding: 20px 2px 5px 2px;
    text-transform: uppercase;
	}
.frm-single .frm-input {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.frm-single .frm-input .frm-inp {
    width: 100%;
    height: 40px;
    padding: 0px;
    padding-left: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 38px;
    border-left: 3px solid #999;
}
.frm-single .frm-input .frm-ico {
    position: absolute;
    top: 0px;
    left: 3px;
    width: 30px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #999;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.frm-single .frm-input {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.frm-single .frm-input .frm-inp:focus {
    border-color: #999999;
    padding-left: 10px;
}
.frm-single .frm-input .frm-inp:focus+.frm-ico {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
}
.margin-bottom-20 {
    margin-bottom: 20px!important;
}
.frm-single .checkbox {
    margin: 0px;
}
.checkbox input[type=checkbox] {

}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
/*.checkbox label:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0px;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    background: #ffffff;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.checkbox label:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 2px;
    color: #ffffff;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}*/



.frm-single .a-link {
    color: #999;
}
.frm-single .a-link i {
    margin-right: 5px;
}
.frm-single .frm-submit {
    display: block;
    width: 100%;
    height: 40px;
    border: none;
    background: #430303;
    color: #ffffff;
    margin-bottom: 15px;
}
.frm-single .frm-submit a{color:#fff;}
.frm-single .frm-submit:hover{background:#9f2705;}
button, input {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    outline: none;
}
a, button, input {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.frm-single .frm-submit i {
    margin-left: 5px;
	 transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.frm-single .frm-submit:hover i {margin-left:10px;}
.row.small-spacing {
    margin-left: -10px;
    margin-right: -10px;
}
.frm-single .txt-login-with {
    text-align: center;
    margin-bottom: 15px;
    color: #999;
}
.btn.btn-icon-left.btn-sm {
    padding-left: 53px;
}
.btn.btn-social-with-text {
    width: 100%;
    margin-bottom: 15px;
}
.btn.btn-facebook {
    background-color: #3b5998!important;
}
.btn.btn-icon-left {
    padding-left: 57px;
    padding-right: 15px;
}
.btn.btn-icon {
    position: relative;
    overflow: hidden;
}
.btn.btn-sm {
    font-size: 14px;
    line-height: 24px;
    padding: 7px 20px;
	color: #fff;
}
.btn.btn-icon.btn-sm .ico {
    line-height: 38px;
    width: 38px;
}
.btn.btn-icon-left .ico {
    left: 0;
}
.btn.btn-icon .ico {
    position: absolute;
    top: 0;
    width: 42px;
    height: 100%;
    line-height: 42px;
    background: rgba(0, 0, 0, 0.1);
}
.btn .ico {
    display: inline-block;
}
.btn.btn-google-plus {
    background-color: #dd4b39!important;
}
.frm-single .a-link {
    color: #666666;
}
.frm-single .frm-footer {
    padding: 20px 0px 0px 0px;
    margin-top: 15px;
    font-size: 11px;
    line-height: 22px;
    border-top: 1px solid #ccc;
    color: #666666;
	font-family: 'poppinsregular';
}
.frm-single .frm-footer a {
    padding: 20px 0px 0px 0px;
    margin-top: 15px;
    font-size: 11px;
    line-height: 22px;
    border-top: 1px solid #ccc;
    color: #003e05;
	text-decoration:none;
	font-family: 'poppinsregular';
}
body, html {
    position: relative;
    height: 100%;
    background: #ffffff;
    color: #505458;
}




/*MENU*/
.bg-manu{background: url(../images/logo-scsn.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
	padding-top: 15px;
	box-shadow: 0px 1px 9px -2px #999;
	}
.main_manu{ margin:0px; width: 100%; top: 35px; position: relative;}
.navbar { margin: 0px 0px 20px 0px;}
.navbar ul { margin: 0px 0px; /*border-top: 1px solid #DDDDDD;*/}
.navbar ul li {	position: relative;	padding: 0px 0px;/*border-right: 1px solid #5171C6; box-shadow: 0px 0px 1px 0px #2E4789;*/}
.navbar ul li:last-child{border-right:none; box-shadow:none;}
.navbar ul li:first-child{box-shadow:none; }
.navbar ul li a { font-family: 'poppinsmedium';	font-size: 15px; color: #333333 !important ; padding: 10px 15px; position: relative; overflow: hidden; /*display: inline-block;*/854
 padding: 10px 18px; border: 1px solid #ffffff; text-transform: uppercase; border: 2px solid transparent; margin-right: 3px;}
/*.navbar ul li a:hover{background: #163584 !important;}*/

/*HEADER*/
.bg-head{background:#430303;}
.image{float:left;}

.manu-left{position: relative; padding: 13px 20px; float: left; /*border-left: 1px solid #865555;*/  z-index: 11;}
.manu-left ul{margin:0px; margin-bottom:0px;}
.manu-left li {font-size:18px; color:#FFBF00;font-family: 'poppinsmedium'; display:inline-block; position:relative; padding: 13px 0px; text-decoration:none;}

.manu-right{position: relative;
    padding: 0px 20px;
    float: right;
    bottom: 0 !important;
    top: 50px;
    /* border-left: 1px solid #430303; */
    margin-left: 25px;
    z-index: 11;}
.manu-right ul{margin:0px; margin-bottom:0px;}
.manu-right li a{font-size:15px; color:#430303;font-family: 'poppinsmedium'; display:inline-block; position:relative; padding: 14px 16px; text-decoration:none;}
.manu-right li a:hover{background:#430303; color:#ffffff;}
.manu-right i{color:#FFBF00; padding-right:10px;
transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;}
.manu-right:hover i{color:#ffffff;}
.manu-right span{font-size:12px; color:#333333; font-family: 'poppinssemibold';}
.header-top{padding:0px 0px; position:relative;}
#manu:before{
	content: '';
    position: absolute;
    display: block;
    right: 0;
    width: 45%;
    height: 0;
    border-bottom: 50px solid #7d0000;
    border-left: 76px solid transparent;
    top: -50px;
	}
.social{position: relative;
    float: right;
    padding: 9px 0;
    top: 52px;
    bottom: 0;
    z-index: 11;}
.social li{display:inline-block; color: #430303; font-family: 'poppinsmedium'; font-size: 18px;}
.social i {left: 0px;
    top: 0px;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    margin-right: 7px;
    color: #F7931D;
    transition: all 0.3s ease 0s;}
.social i:hover{color:#ffffff;}
/*.social i.facebook:hover{background:#3B5998; color:#fff; border: 1px solid #3B5998;}
.social i.linkedin:hover{background:#0083BE; color:#fff; border: 1px solid #0083BE;}
.social i.google:hover{background:#DC4E40; color:#fff; border: 1px solid #DC4E40;}*/



.frm-single1 {
    width: 100%;
    max-width: 1170px;
    display: block;
    margin: 200px auto 80px;
    float: none;
    position: relative;
}
/*.frm-single1:after, .frm-single1:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.48);
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    box-shadow: 0 0 1px 0 #ccc;
    -webkit-box-shadow: 0 0 1px 0 #ccc;
    -moz-box-shadow: 0 0 1px 0 #ccc;
}*/
.frm-single1:after {
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
}

.frm-single1 .inside {
    background: rgba(255, 255, 255, 0.78);
    position: relative;
    padding: 130px 20px;;
    z-index: 20;
	border-radius: 30px;
	border: 1px solid #e7b923;
    box-shadow: 0 0 1px 0 #ccc;
    -webkit-box-shadow: 0 0 1px 0 #ccc;
    -moz-box-shadow: 0 0 1px 0 #ccc;
}

.frm-single1 .inside h2{font-size:35px; line-height:35px; text-align:center; margin-bottom:15px;}
.frm-single1 .inside h3{font-size:35px; line-height:40px; text-align:center;}

#bg-cover{min-height: 100%;
	max-height: 100%;
    background: url(../images/back.jpg) top center repeat;
    overflow: hidden;
    width: 100%;}

.copybg {background: #430303;}
#copy .copy { /*border-top: 1px solid #555555;*/}
#copy .copy-left { /*float: left;*/	position: relative;	padding: 15px 0px; color: #dad9d6; font-family: 'poppinsmedium'; font-size: 14px;}
#copy .copy-right {	float: right; position: relative; padding: 15px 0px; color: #dad9d6; font-family: 'poppinsmedium';	font-size: 14px;}
#copy .copy-right a { color: #dad9d6; font-family: 'poppinsmedium'; font-size: 14px;}
#copy .copy-right a:hover {	color: #F7931D;}


#sub-page .info{ border: 1px solid #ffffff; margin-top: 15px; width: 100%; float: left; position: relative;  background: #ffffff;box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);}
#sub-page .info h3 {
    top: -17px;
    display: inline-block;
    background-color: #fff;
    color: #333;
    position: relative;
    padding: 5px 15px;
	margin-left: 25px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-family: 'poppinsmedium';
    font-weight: 900;
    text-transform: uppercase;
}
/*#sub-page .info h3:before{content:''; background:#eb1d24; position:absolute; left:4px;; top:0; width:3px; height:30px;}*/
#sub-page .info p { color: #727272; font-size: 16px; padding-bottom: 15px; font-family: 'poppinsregular';}
#sub-page .info p i {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-right: 15px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background-color: transparent;
    color: #3a7cec;
}

.edit-profile{float: right; position: relative; margin-top: 50px; margin-bottom: 20px;}
.edit-profile a{padding:10px 15px 10px 35px; color: #ffffff; font-family: 'poppinsmedium'; font-size:15px; line-height:22px; text-decoration:none; margin-right: 15px; margin-bottom: 20px; display: -webkit-inline-box; background: #7d0000; border-radius: 7px;
box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;}
.edit-profile i{position: absolute; top: 14px; left: 11px; color:#ffffff;
transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;}
.edit-profile:hover i{color:#FFBF00}
.edit-profile a:hover{background:#430303; color:#FFBF00}
.user-img {border: 1px solid #ececec;box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12); margin-top: -45px; position: relative;}
.bg-cont{ position:relative;}
.bg-cont:before{
	content: '';
    background: url(../images/bg-home1.png) no-repeat;
    background-position: top left;
    top: -1px;
    position: absolute;
    /*z-index: 1;*/
	width:100%;
	height:100%;
	}

.bg-sub{background: url(../images/back.png) repeat; /* background-size: cover; */ z-index: 1;}

.bg-cont h3{color:#3959AC; font-size:16px; text-align:center;}
.bg-cont h4{font-size:30px; line-height:35px; font-family: 'proxima_novasemibold'; color:#ffffff; margin-top: 40px; }
.form-contact{ padding: 0px 30px;}
.form-contact h3{margin: 10px 0px 20px 0px;}
.form-contact label{font-size: 14px; font-family: 'poppinsmedium'; line-height: 22px; color: #333; position: absolute; top: 18px; text-transform: uppercase;}
input.form-control { padding: 0 20px;border-radius: 0px; height: 35px; font-size: 13px; background: transparent; border-left: 2px solid #999; border-bottom: none; border-right: none; border-top: none; position: relative; left: 150px; box-shadow: none; font-family: 'Montserrat', sans-serif; font-weight: 400;}
input::placeholder {  color: #3F3935 !important;}
textarea.form-control { padding: 11px 20px; border-radius: 0px; height: 160px; font-size: 13px; background: transparent; border-left: 2px solid #999; border-bottom: none; border-right: none;    border-top: none; box-shadow: none; position: relative; left: 150px; resize: none; font-family: 'Montserrat', sans-serif; font-weight: 400; top: 0px;}
textarea::placeholder {  color: #3F3935 !important;}
.form-contact .captcha-img { position: absolute; right: -59px; bottom: 8px; height: 42px; width: 137px; /*background: #000;*/}
.control-group{   margin-left: -10px; margin-bottom: 6px; position: relative; padding: 10px 10px; border: 1px solid #e4e4e4;}

#sub-page .user-info{margin: 30px 5px; position: relative; border-left: 3px solid #ccc; padding-left: 15px;}
/*#sub-page .user-info:before{    content: '';
    background: #ccc;
    position: absolute;
    left: -11px;
    top: 0;
    width: 3px;
    height: 84px;}
*/#sub-page .user-info h2{font-size:22px; line-height:30px; font-family: 'poppinsmedium';}
#sub-page .user-info h4{font-size:16px; line-height:28px; color:#666; margin:0px; font-family: 'poppinsregular';}
#sub-page .user-info h5{font-size:15px; line-height:28px; color:#666; margin:0px; font-family: 'poppinsregular';}
#sub-page .user-info span{font-size:16px; line-height:28px; color:#666; margin:0px; font-family: 'poppinsregular';}
#sub-page .user-member{background: rgba(245, 245, 245, 0.81); position: relative; width: 100%; float: left;     border-top: 2px solid #eee;}
#sub-page .user-member h2{font-size:20px; line-height:30px; font-family: 'poppinsmedium'; color: #7d0000; margin-bottom: 20px; text-transform: uppercase;}
#sub-page .user-member p{margin: 10px 0px; padding-left: 25px; font-size: 15px; line-height: 25px;}
#sub-page .user-member strong{font-size:17px; line-height:25px; font-family: 'poppinsmedium'; color: #000000; margin-bottom: 20px; position: relative; font-weight: 500;}
#sub-page .user-member i{    position: relative; top: 0px; padding-right: 8px; font-size: 15px; line-height: 22px; color:#9d9d9d;}

#sub-page .password{position:relative;}
#sub-page .password p{margin:10px 0px; padding-left: 25px; position:relative;}
#sub-page .password a{position: absolute; top: 7px; /*left: 304px;*/ outline: none;}
#sub-page .password strong{font-size:17px; line-height:25px; font-family: 'poppinsmedium'; color: #757474; margin-bottom: 20px; position: relative; margin-right: 20px;}
#sub-page .password i{    position: absolute; top: 10px; padding-right: 8px; font-size: 15px; line-height: 22px; color:#9d9d9d;}


.modal-header{background: rgba(245, 245, 245, 0.81); color: #fff;}
.modal-header .modal-title{color: #666666; font-family: 'poppinsmedium'; font-size: 19px; line-height: 25px; padding: 0px 6px;}
.modal-body h3{font-size: 18px; text-align: left; margin: 35px 0px 15px 0px;}
.modal-body h2{font-size:18px; text-align:center;}
.modal-body h4{font-size:26px; text-align:center;}
.modal-body .button { background:#430303; color: #fff; border: none; font-size: 14px;  font-family: 'poppinssemibold'; transition: .3s;}
.modal-body .button:hover { background: #9f2705; color: #fff;}
.modal-body  .btn-lg1 { padding: 10px 56px 10px 31px !important; position:relative; top: 0px;}
.modal-body .frm-inp { width: 100%; height: 40px; padding: 0px; padding-left:10px; left:0px;margin-bottom:20px; border: 1px solid #ccc; font-size: 14px; line-height: 38px; border-left: 3px solid #999;}
.modal-body label{font-size:15px; line-height:25px; font-family: 'poppinsmedium'; font-weight: 500; text-transform: capitalize;}
.bg-changepass{background: rgba(245, 245, 245, 0.81); padding: 15px 25px 55px 25px;}
.change-padd-check{position:relative;}
.change-padd-check li{font-size: 15px; line-height: 22px; color: #666666; white-space: pre-line; margin: 12px 18px; position: relative;}
.change-padd-check li:before{position: absolute; content: '\f00c'; font-family: 'FontAwesome'; left: -19px; top: 0; color: #666666; font-size: 12px; line-height: 21px;}

.save{padding:10px 15px !important;}


.form-contact2 .frm-inp { width: 100%; height: 40px; padding: 0px; padding-left: 10px; left: 0px; margin: 10px 0px 25px 0px; border: 1px solid #ccc; font-size: 14px; line-height: 38px; /*border-left: 3px solid #999;*/ background: #ffffff;}
.form-contact2 .frm-inp1 { width: 100%;
    height: 50px;
    padding: 0px;
    padding-left: 10px;
    left: 0px;
    margin: 10px 0px 8px 0px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 38px;
    border-left: 3px solid #ddd;
    background: #ffffff;}
.form-contact2 .frm-inp2 { width: 100%; height: 120px; padding: 0px; padding-left: 10px; left: 0px; margin: 10px 0px 10px 0px; border: 1px solid #ccc; font-size: 14px; line-height: 38px; border-left: 3px solid #999; background: #ffffff;}
/*input[type=file] { display: none;}*/
.browse.btn.btn-group {border-radius: 0;
    padding: 7px 20px 7px 30px;
    margin-top: 20px;
    left: 10px;
    color: #fff;
    background: #686d71;
    position: relative;
    bottom: 9px;
    right: 15px;}
.btn-file{position: absolute;
    top: 21px;
    padding-left: 20px;
    z-index: 1;
    font-size: 14px;
    color: #fff;}
.form-contact span { position: absolute;
    right: 12px;
    bottom: 16px;}
.mart10{margin: 10px 0px 0px 0px !important;}
.marb10{margin: 0px 0px 10px 0px !important;}
.marb30{margin-bottom:30px !important;}



/* Style the tab */
div.tab {
    overflow: hidden;
   /* border: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
	margin: 10px 0px 0px 0px;
	padding: 32px 0px 40px 0px;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: rgb(255, 255, 255);
    border: 1px solid #000;
    color: #430303;
    float: left;
    /* border: none; */
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 25px 16px 14px 16px;
    transition: 0.3s;
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-family: 'poppinsmedium';
    white-space: pre-line;

    width: 100%;
    text-align: center;
    max-height: 100px;
    min-height: 100px;
}


div.tab img{
	color: hsl(0, 91%, 14%);
    font-size: 30px;
    line-height: 50px;
    background: #ffffff;
    height: 50px;
    position: absolute;
    border: 1px solid #430303;
	padding: 5px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    top: -30px;
    width: 50px;
	}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #7d0000;
    color: #ffffff;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #7d0000;
    color: #ffffff;
}

div.tab button.active:before{
	content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    bottom: -14px;
    transform: rotate(135deg);
    border-top: 40px solid #7d0000;
    border-left: 40px solid transparent;
	}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 30px 15px;
    margin: 0px 15px 15px 15px;
    border: 1px solid #eee;
	background: rgba(245, 245, 245, 0.81);
    /*border-top: none;*/
}
.tabcontent h2{
	display: inline-block;
    /*background-color: #fff;*/
    color: #333;
	margin-bottom: 30px;
    position: relative;
    text-align: center;
    font-size: 22px;
    width: 100%;
    font-family: 'poppinsmedium';
    font-weight: 900;
    text-transform: uppercase;
	}
.tabcontent h2:before{content:''; left:0; right:0; margin:0 auto; width:145px; height:1px; background:#000; position: absolute; bottom: -7px;}
.tabcontent h2:after{content:''; left:0; right:0; margin:0 auto; width:30px; height:3px; background:#000; position: absolute; bottom: -8px;}


.view-tickit {
    /* box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12); */
    padding: 18px 18px 0px 18px;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 5px;
    /* border-bottom: 2px solid #7d0000; */
    background: #eeeeee;
    border-radius: 7px;
}
/*.view-tickit:before{content:''; width:70px; height:2px; position:absolute; left:0; top:10px; background:#000;}	*/
.view-tickit th{padding: 20px 15px !important; background: #7d0000; border-left: 1px solid #fff; font-size: 14px; line-height: 27px !important; font-family: 'poppinsmedium'; color: #ffffff !important; text-transform: uppercase;}
.view-tickit td{font-size: 14px; line-height: 27px !important; font-family: 'poppinsmedium'; color: #666666; padding: 20px 15px !important; background: #fff; }
.view-tickit i{font-size: 25px; line-height:30px; color: #7d0000;
transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;}
.view-tickit i:hover{color:#430303;}
/*.view-tickit a{    padding: 8px 13px;
    border: 2px solid #7d0000;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;}
*/
/*.view-tickit a:hover{background: #430303; color:#ffffff;}*/
.view-tickit strong{color: #430303;}


.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
	border-top: 1px dotted #B3A9A9;
/*	padding: 30px 15px;*/
}

.chat li.left .chat-body
{
    margin-left: 0px;
}
.chat-body .header{padding-bottom: 10px; border-bottom: 1px solid #e2dfdf; padding: 20px; background: rgba(125, 0, 0, 0.15);}
.bg-panel-user{background: #eee !important;}
.chat-body .primary-font{font-size: 17px; line-height: 20px; text-transform: uppercase; font-family: 'poppinsmedium';}

.chat li.right .chat-body
{
    margin-right: 0px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.panel-body
{
    /*overflow-y: scroll;*/
    height: 100%;
	padding:0px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.input-sm{width: 100%;
    height: 40px !important;
    padding: 0px;
    padding-left: 10px;
    left: 0px !important;
    margin: 0px 0px 25px 0px;
    border: 1px solid #ccc !important;
    font-size: 14px;
    line-height: 38px;
    border-left: 1px solid #ccc !important;
    background: #ffffff;}
.conver-detail{background:#ccc;}


.check{font-size:15px; text-transform:uppercase;}

#myDIV {
    width: 100%;
   /* padding: 50px 0;*/
    text-align: center;
    /*background-color: lightblue;*/
    margin-top:20px;
    display: none;
}
.left1{float:left;}
.file-attech{position:relative; width:80%; border-top:1px solid #e2dfdf; padding: 15px 20px;}
.file-attech h5{padding-left:20px; position:relative; color: #727272; font-size: 14px; line-height:18px; padding-bottom: 10px; font-family: 'poppinsregular';}
.file-attech h5:before{content: "\f0f6";
    font-family: 'FontAwesome';
    color: #9d9d9d;
    font-size: 14px;
    line-height: 14px;
    left: 0px;
    position: absolute;}
.file-attech i{position:absolute; top:15px; color:#727272;}
.bg-admin{background:#F1EFEF;}

/* Style the tab */
div.tab {
    overflow: hidden;
   /* border: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
	margin: 30px 0px;
	padding: 32px 0px 40px 0px;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: rgb(255, 255, 255);
    border: 1px solid #000;
    color: #430303;
    float: left;
    /* border: none; */
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 25px 16px 14px 16px;
    transition: 0.3s;
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-family: 'poppinsmedium';
    white-space: pre-line;
    width: 100%;
    text-align: center;
    max-height: 100px;
    min-height: 100px;
}


div.tab img{
	color: hsl(0, 91%, 14%);
    font-size: 30px;
    line-height: 50px;
    background: #ffffff;
    height: 50px;
    position: absolute;
    border: 1px solid #430303;
	padding: 5px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    top: -30px;
    width: 50px;
	}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #430303;
    color: #ffffff;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #430303;
    color: #ffffff;
}

div.tab button.active:before{
	content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    bottom: -14px;
    transform: rotate(135deg);
    border-top: 40px solid #430303;
    border-left: 40px solid transparent;
	}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 30px 15px;
    margin: 0px 15px 15px 15px;
    border: 1px solid #eee;
	background: rgba(245, 245, 245, 0.81);
    /*border-top: none;*/
}
.tabcontent h2{
	display: inline-block;
    /*background-color: #fff;*/
    color: #333;
	margin-bottom: 30px;
    position: relative;
    text-align: center;
    font-size: 22px;
    width: 100%;
    font-family: 'poppinsmedium';
    font-weight: 900;
    text-transform: uppercase;
	}
.tabcontent h2:before{content:''; left:0; right:0; margin:0 auto; width:145px; height:1px; background:#000; position: absolute; bottom: -7px;}
.tabcontent h2:after{content:''; left:0; right:0; margin:0 auto; width:30px; height:3px; background:#000; position: absolute; bottom: -8px;}


.view-tickit{box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    padding: 18px 18px 0px 18px;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
	border-bottom: 2px solid #7d0000;
	background: #fdfdfd;
	border-radius: 7px;}
/*.view-tickit:before{content:''; width:70px; height:2px; position:absolute; left:0; top:10px; background:#000;}	*/
.view-tickit td{font-size: 14px;
    line-height: 27px !important;
    font-family: 'poppinsmedium';
    color: #666666;}
.view-tickit strong{color: #430303;}


.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border: 1px dotted #430303;
	background: #ffffff;
}

.chat li.left .chat-body
{
    /*margin-left: 60px;*/
	background: #ffffff;
}

.chat li.right .chat-body
{
    /*margin-right: 60px;*/
}


.chat li .chat-body p
{
    margin: 0;
    color: #777777;
	padding: 15px 20px;
}

.panel .slidedown .glyphicon, .chat .glyphicon
{
    margin-right: 5px;
}

.panel-body
{
    /*overflow-y: scroll;*/
    height: 100%;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.input-sm{width: 100%;
    height: 40px !important;
    padding: 0px;
    padding-left: 10px;
    left: 0px !important;
    margin: 0px 0px 25px 0px;
    border: 1px solid #ccc !important;
    font-size: 14px;
    line-height: 38px;
    border-left: 1px solid #ccc !important;
    background: #ffffff;}
.conver-detail{background:#ccc;}


.content {
    box-sizing: border-box;
    padding: 15px 15px 15px;
    /*-webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
    border-radius: .3em;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);*/
    background:#ffffff;
}
.content .content-header {
    font-size: 17px;
    padding-bottom: 35px;
    margin-left: 0px;
    margin-top: 15px;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}
.content .content-header .content-header-title {
    top: 1px;
    left: 0px;
    position: absolute;
}
.button-top{float: right; position: relative;}
.content .content-header:after {
    content: "";
    width: 50px;
    height: 5px;
    left: 0;
    bottom: -1px;
    position: absolute;
    background-color: #263238;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.content .content-box, .wrapper .main .content .invoice-wrapper {
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    -webkit-animation: showSlowlyElement .8s;
    animation: showSlowlyElement .8s;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    border-bottom: 2px solid #7d0000;
    border-radius: 7px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -ms-box-shadow: 0 0 15px rgba(0,0,0,.04);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.04);
}
.admin-form{width: 100%;
    max-width: 600px;
    display: block;
    margin: 15px auto 15px !important;
    float: none;
    position: relative;}
.franchise-form	{width: 100%;
    max-width: 900px;
    display: block;
    margin: 15px auto 15px !important;
    float: none;
    position: relative;}
.content .content-box .content-box-header{
    /*border-bottom: 1px solid #EBEBEB;
    padding-bottom: 15px;*/
    margin-bottom: 20px;
}

.frm-inp3{    width: 100% !important;
    height: 50px;
    padding: 0px;
    padding-left: 10px;
    left: 0px !important;
    margin: 0px 0px 0px 0px !important;
    border: 1px solid #ccc !important;
    font-size: 14px;
    line-height: 38px;
    border-left: 3px solid #999 !important;
    background: #ffffff;}
.right-flot{float:right;}
.status-pill {
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.green {
    background-color: #71c21a;
}
.add-admin{    padding: 8px 10px;}
.btn-primary a{color:#ffffff; text-decoration:none;}
.btn-primary:hover a{color:#FFBF00;}

.admin-filter{padding: 20px 15px 15px 15px;
    background: #ffffff;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    width: 100%;
    float: left;
    margin-top: 15px;}
.ticlit-i {
    font-size: 19px;
    line-height: 19px;
    color: #7d0000;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.btn.active {
	display: none;
}

.btn span:nth-of-type(1)  {
	display: none;
}
.btn span:last-child  {
	display: block;
}

.btn.active  span:nth-of-type(1)  {
	display: block;
}
.btn.active span:last-child  {
	display: none;
}
.bg-blue{background: #337ab7;}

.btn-downlod{padding: 7px 15px;
    background: #000;
    border-color: #000;
    margin-left: 5px;
    border: none;}
.btn-downlod a{font-size:15px; font-family: 'poppinsregular'; color:#ffffff;}
.btn-downlod i{padding-right:5px;}
.btn-center{text-align:center;}
.admin-all{ width:100%; display:table; height:100%; padding: 100px 0 0 0;}
.right9{right:9% !important;}
.tickit-sub a{font-size:18px; color: #2278a5;}
.tickit-sub{padding: 12px 10px !important;}
.bgtable-row{background: rgba(255, 192, 0, 0.38);}
.row-gape{border:none !important;     padding: 15px 0px !important;}
.right-down{position:absolute; right:0; top:3px;}

 @media only screen and (max-width: 1200px) {
.navbar-header { float: none;}
.navbar-left, .navbar-right { float: none !important;}
.navbar-toggle { display: block;}
.navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
.navbar-fixed-top {	top: 0;	border-width: 0 0 1px;}
.navbar-collapse.collapse {	display: none!important;}
.navbar-nav { float: none!important; margin-top: 7.5px;	margin: 0px 10px;}
.navbar-nav>li { float: none; border-right: none; box-shadow: none;}
.navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px;}
.collapse.in { display: block !important;}
.navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-left: 35px; margin-top: 0; background-color: transparent; border: 0;	-webkit-box-shadow: none;	box-shadow: none;
}
.ser-blue {	display: inline;}
.ser-white { display: inline;}
.dropdown-menu { position: absolute; top: 100%;}
.custom.tp-bullets {position:absolute; left:30% !important;}
}



a:focus {
	outline: none;
}
#panel ,.panel_show{
    background: #ffffff;
    border: 2px solid #43030387;
    height: 210px;
    display: none;
    position: absolute;
    right: 30px;
    width: 600px;
    margin-top: 12px;
    border-radius:20px;
    z-index: 11;
}
/*#panel:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: -17px;
    right: 60px;
    position: absolute;
    color: transparent;
    border: 8px solid #CCC;
    border-color: transparent transparent #7c0000;
}*/
.slide {
	margin: 0;
	padding: 0;
	/*border-top: solid 4px #422410;
	background: url(http://anton.shevchuk.name/wp-demo/jquery-tutorials/images/btn-slide.gif) no-repeat center top;*/
}
.btn-slide {
    text-align: center;
    padding: 0px;
    margin: 0 auto;
    display: block;
    font-size: 21px;
    /* font: bold 120%/100% Arial, Helvetica, sans-serif; */
    color: #430303;
    text-decoration: none;
}
.active {
	background-position: right 12px;
}
.white{background:#fff;}
#panel textarea.form-control,.panel_show textarea.form-control  {
    padding: 11px 20px;
    border-radius: 0px;
    height: 115px;
    font-size: 13px;
    /*margin-top: 20px;*/
    width: 100%;
    background: transparent;
    border-left: 0px solid #999;
    border-bottom: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    position: relative;
    left: 0px;
    resize: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    top: 0px;
}
#panel textarea::placeholder ,.panel_show textarea::placeholder{
color: #000 !important;font-size:15px;
}
#panel .button,.panel_show .button  {
    color: #ffffff;
    border: none;
    font-size: 14px;
    font-family: 'poppinsmedium';
    font-weight: 400;
    transition: .3s;
    text-align: center;
    position: relative;
    padding: 6px 17px;
    /* width: 25%; */
    left: 20px;
    right: 0;
    margin: 0px auto;
    background: #7d0000;
    border-radius: 7px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.btn-edit-dlt{
	float:right;
	margin:10px 20px 0px 20px;
}
.btn-edit-dlt a {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    color: #430303;
    font-size: 16px;
}







.tall{position:relative; float:left; width:100%; margin-top: 20px;}
.cart{position: fixed; text-align: right; right: 0; margin-top: 5%; z-index: 999999;}
.cart a {
    background: #e1001b;
    font-size: 20px;
    line-height: 18px;
    color: #ffffff;
    font-family: 'poppinssemibold';
    padding: 8px 15px 8px 17px;
    border-radius: 5px;
}
.cart sup{ position: absolute; left: -18px; top: 16px; width: 40px; line-height: 40px; height: 40px; background: #113c1e; text-align: center; margin: 0 auto; border-radius: 100%;}
.bg-sub01 {
    background: #eeeeee url(../images/back.png) repeat;
    /* background-size: cover; */
    z-index: 1;
}
.bg-white {
    float: left;
    width: 100%;
    position: relative;

    /* margin-top: -2px; */
    box-shadow: 0 6px 7px -5px #a0a0a0;
    background: rgba(255,255,255,.3);
    margin: 0px;
}
.mart100{margin-top: 113px !important;}

.nav-tabs {
  border: none;
}
.nav-tabs>li>a {
  padding: 0;
  border: none;
  background: none;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border: none;
  background: none;
}
.nav-tabs>li>a:hover {
  background: none;
  border: none;
}
.scrtabs-tabs-fixed-container {
  height: initial;
}
.scrtabs-tabs-fixed-container ul.nav-tabs {
  height: auto;
}
.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: initial;
}
.glyphicon {
  /*font-family: 'icomoon';*/
}
.glyphicon-chevron-left:before {
  content: "\e91c";
}
.glyphicon-chevron-right:before {
  content: "\e91b";
}
/* end of reset styles */
body {
  color: #6d747e;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}
.noTop {
  margin-top: 0;
}
/*.tall .nav-tabs li,
.tall .scrtabs-tab-container {
  height: 125px;
}*/
.tall .nav-tabs li .scrtabs-tab-scroll-arrow,
.tall .scrtabs-tab-container .scrtabs-tab-scroll-arrow {
  height: 123px;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ddd;
}
.tall .nav-tabs li .scrtabs-tab-scroll-arrow .glyphicon,
.tall .scrtabs-tab-container .scrtabs-tab-scroll-arrow .glyphicon {
  margin-top: 50px;
}
.tall .tab-content {
  /*height: calc(100vh - (125px + 4em));*/
/*  overflow-y: auto;
  overflow-x: hidden;
*/  margin-top: 0px;
}
.tab-content {
  margin: 0.7em 0;
}
.tab-content h2 {
    color: #333333;
    margin-bottom: 15px;
    padding-bottom: 6px;
    font-size: 22px;
	float: left;
    line-height: 35px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    font-family: 'poppinssemibold';
}
.tab-content h2:before{content:''; position:absolute; background:#E1001B; width:50px; height:3px; bottom:0; left:0;}
.tab-content h3 {
  color: #434951;
  font-weight: 600;
}
.nav-tabs>li.active {
    cursor: default;
    background: transparent;
    color: #444444;
    /*border-bottom: 1px solid #D6D6D6;*/
    /* border: 1px solid #ddd; */
    /* border-top: 5px solid #80cc28; */
    /* border-bottom-color: transparent; */
}
.nav-tabs>li {
    padding: 10px 0px 10px 30px;
    min-width: 167px;
    position: relative;
    /*border: 1px solid #fff;
    border-right: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;*/
    border-radius: 0;
    margin: 0;
    /* min-width: 125px; */
    font-size: 14px;
    /* max-width: 200px; */
    /* white-space: normal; */
    background: transparent;
    transition: border-top ease-out 0.3s, background ease-out 0.3s;
}
.nav-tabs>li a:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #B30925;
    position: absolute;
    left: -19px;
    top: 2px;
    /* margin: 14px 20px 0px; */
    border-radius: 3px;
}
.nav-tabs>li.active a:before {
    content: '\f046';
    color: #B30925;
    font-family: FontAwesome;
    font-size: 15px;
    border: none;
    margin: -2px 0px 0;
}
.nav-tabs>li a {
  color: #444444;
  font-family: 'poppinsmedium';
  transition: color ease-out 0.3s;
}
/*.nav-tabs>li:hover {
  border-top: 5px solid #a8adb4;
}
*/.nav-tabs>li:hover a {
  color: #6d747e;
}
.nav>li>a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.2em;
  margin: 0;
}
.nav-tabs input {
  position: relative;
}
.radiobtn input {
  display: none;
}
.radiobtn > input + .icon {
  background: url("https://www.bts.com/images/svg/icons/digital-icons/radio-button-empty.svg") no-repeat;
  width: 25px;
  height: 25px;
}
.radiobtn > input:checked + .icon {
  background: url("https://www.bts.com/images/svg/icons/digital-icons/radio-button-selected.svg") no-repeat;
  width: 25px;
  height: 25px;
}
.scrtabs-tab-scroll-arrow {
  color: #0ab9f0;
  text-align: center;
  background: #fff;
  transition: background ease-out 0.3s, color ease-out 0.3s;
}
.scrtabs-tab-scroll-arrow:hover {
  background: #0ab9f0;
  color: #fff;
}
.table-purchase .table{margin-bottom:0;}
.table-purchase{position:relative; width:100%; float:left; box-shadow:0px 0px 12px 1px #00000047; background:#ffffff; padding:0;}
.table-purchase thead{background:#000000;}
.table-purchase .table>thead>tr>th{color:#ffffff; font-size:14px; line-height:18px; padding:15px; font-family: 'poppinssemibold';}
.table-purchase .table>thead>tr>th>span{font-family: 'poppinslight'; font-size: 17px; color: #fff;}
.table-purchase .table>tbody>tr>td, .table-purchase .table>tbody>tr>th, .table-purchase .table>tfoot>tr>td, .table-purchase .table>tfoot>tr>th, .table-purchase .table>thead>tr>td, .table-purchase .table>thead>tr>th{border: 1px solid #4848482e !important;}
.table-purchase .table>tbody>tr>td{padding:15px; font-size:15px; line-height:20px; color:#666666; font-family: 'poppinsmedium';}
.table-purchase .table>tbody>tr>td>p{color:#104513; font-size:16px; line-height:20px; margin:0; font-family: 'poppinssemibold';}
.table-purchase .table>tbody>tr>td>span{color:#DF0019;}
.table-purchase .btn-xs{padding: 5px 8px; font-size: 12px; line-height: 15px; border-radius: 3px; font-family: 'poppinsmedium';}
.table-purchase img{border-radius:0%; box-shadow: 0px 0px 10px 1px #5d5d5d36;}
.table-purchase input{border:none; /*max-width: 60px;*/}
.table-purchase .fa-pencil{padding-right:5px;}
.btn-cart{position:relative; float:left; text-align:center; margin-top:20px; width:100%; padding-bottom: 30px;}
.btn-cart a {
    background: #430303;
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    font-family: 'poppinssemibold';
    padding: 10px 30px;
    border-radius: 5px;
}
.btn-cart a:hover{background:#000000; text-decoration:none;}
.btn-groupnew{
    border-radius: 0;
    padding: 13px 15px;
    margin-top: 20px;
    /* left: 10px; */
    color: #fff;
    background: #686d71;
    position: absolute;
    bottom: 9px;
    right: 16px;

}
input[type=file] {/* display: none !important;*/ }
.cross{color:#E1001B;}
.padr10{margin-right:10px;}

#add-item{position:relative; width:100%;}
#add-item .modal-header {
    background:#eeeeee;
    border: double #e5e5e5;
    color: #fff;
    padding: 8px 20px;
}
#add-item .modal-header h4{
    color: #333333;
    font-size: 22px;
    line-height: 35px;
    margin-top: 0px;
	margin-bottom:0px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    font-family: 'poppinssemibold';
}
#add-item .modal-header h4:before {
    content: '';
    position: absolute;
    background: #E1001B;
    width: 50px;
    height: 3px;
    bottom: 0;
    left: 0;
}
#add-item .modal-body{padding:10px; background:#eeeeee;}
#add-item .bg-white-cont{background:#ffffff; padding: 20px 20px !important; box-shadow: 0px 0px 10px 1px #0000002e;}
#add-item .modal-body .button{padding: 10px 30px !important;}
#add-item .modal-body label{margin-bottom:3px;}
.mart13{margin-top:13px !important;}
.marb15{margin: 0px 0px 15px 0px !important;}
.mart40{margin-top:40px !important;}
.mar621{ margin: 6px 0 21px 0;}
.pad25{padding:25px !important;}


.view-cart { position: relative; width: 100%; float: left; padding: 0px; margin: 30px 0px 15px 0px; box-shadow: 0px 0px 12px 1px #00000047;}
.view-cart h2 { color: #333333; margin-bottom: 15px; font-size: 22px; line-height: 35px; text-transform: uppercase; letter-spacing: 1.5px; position: relative; font-family: 'poppinssemibold'; padding-left:40px;}
.view-cart h2:before { content: ''; position: absolute; background: #E1001B; width: 35px; height: 3px; bottom: 16px; left: 0;}
.table-cart{ position: relative; width: 100%; float: left; background:#ffffff;}
.table-cart span{padding-right:72px;}
.table-cart .table{margin-bottom:0; overflow-x: hidden; overflow-y: hidden;}
.table-cart .table thead{background:#000000;}
.table-cart .table>thead>tr>th{font-size:14px; line-height:18px; color:#ffffff; font-family: 'poppinssemibold'; padding:15px;}
.table-cart .table>tbody>tr>td { padding: 12px 15px; font-size: 13px; line-height: 18px; color: #333333; font-family: 'poppinsmedium';   text-transform: capitalize;}
.table-cart .table>tbody>tr>td, .table-cart .table>tbody>tr>th, .table-cart .table>tfoot>tr>td, .table-cart .table>tfoot>tr>th, .table-cart .table>thead>tr>td, .table-cart .table>thead>tr>th { border: none;border: 1px solid #4848482e !important;}
.pad0{padding:0 !important;}
.order-view-popup .modal-header h6 {
    color: #333333;
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0px;
    position: relative;
    font-family: 'poppinsmedium';
    padding-left: 0px;
    margin: 0;
}
.font15 span{font-size:12px; padding:0;}
.view-order-title {
    color: #333333;
    margin-bottom: 0px;
    padding-bottom: 6px;
    font-size: 18px;
    float: left;
    line-height: 35px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    font-family: 'poppinsmedium';
}
.order-summery {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 11px;
    background: #fbfbfb;
    margin-bottom: 30px;
    border-bottom: 2px solid #7b0000;
}
.order-summery-pdf {
    position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 28px;
    line-height: 55px;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: #7c0000;
    cursor: pointer;
}
.order-summery ul{display: -webkit-inline-box; margin-bottom: 0;}
.order-summery ul li{color: #333333;
    font-size: 18px;
    float: left;
    line-height: 35px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    font-family: 'poppinsmedium';
	margin-right:25px;
}


.view-order-title span{font-size: 15px;}
.view-order-title01 {
    font-size: 17px;
    line-height: 19px;
    font-family: 'poppinsmedium';
    color: #000;
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    margin-top: -5px;
}
.view-cart-mart0{margin-top:0 !important;}
.view-summary{position:relative; float:left; width:100%; padding:20px; background:#fbfbfb; margin-top:20px; border: 1px solid #4848482e !important;}
.view-summary .form-control01 {
    width: 100%;
    height: 45px;
    padding: 0px;
    padding-left: 10px;
    left: 0px;
    margin: -2px 0px 16px 0px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 38px;
    border-left: 3px solid #ddd;
    background: #ffffff;
}
.view-summary a{position:relative; float:left;}










/*================================CUSTOM CSS FOR ADMIN PANEL========================================*/



.pd_t{
    padding-top: 15px;
}
.pad50{
    padding-top: 50px;
}

.odd td{
    text-align: center;
}
.even td{
     text-align: center;
}


.col-md-12.closebutton {
    text-align:  right;
    width: 90%;
    top: 36px;
    margin: -1px 0px 0px 131px;
    z-index: 11;
    right: 0px;
}

.franchise i.fa.fa-lg.fa-users{
    color: #ffbf00;
    font-size: 30px;
    padding: 15px;
}
.franchise i.fas.fa-ticket-alt {
    color:  #ffbf00;
    font-size:  30px;
    padding: 12px;
}
.franchise i.fas.fa.fa-history {
    color:  #ffbf00;
    font-size:  30px;
    padding: 12px;
}
.franchise i.fas.fa.fa-cutlery {
    color:  #ffbf00;
    font-size:  30px;
    padding: 12px;
}
.new_arival{
    background: #b79898 !important;
    color: #fff;
}


td.remark_tag {
    background: #ffffea;
}


th.msg_unread{
    background-color: #f3eaea;
}
th.msg_read{
    background-color: #fff;
}
.count{
    background-color: #f71010;
    border-radius:  50%;
    padding:  2px 8px;
    font-size:  12px;
    font-weight: bold;
    margin-left:  11px;

}



.alertboxcss #alertbox{
    padding-top: 60px;
}

#sub_generate_new_password label.error{
    color:red;
    text-transform: inherit;
}

.form-contact2 label.error{
     color:red;
}
.total_records{
    background: #7d0000;
    color: #ffffff;
}
.total_records:hover {
    color: #fff;
    background-color: #430303;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}



img.img-responsive.center-block.new_image{
    max-width:  120px;

}
.col-50{
    width: 50%;
}

.del i.fa.fa-times{
    margin-left: 100px;
    cursor: pointer;
}




.file-attachment-pdf{
position: relative;
    display: inline-block;
    width: 60px;
    height: 45px;
    line-height: 60px;
    text-align: center;

}

.file-attachment-pdf:before{
    content: "\f1c1";
    font-family: 'FontAwesome';
    color: #672727;
    font-size: 40px;
    line-height: 45px;
    left: 0px;
    position: absolute;

}
.file-attachment-docx:before ,.file-attachment-doc:before{    
     content: "\f15c";
    font-family: 'FontAwesome';
    color: #672727;
    font-size: 40px;
    line-height: 45px;
    left: 0px;
    position: absolute;
}
.file-attachment-xlsx:before ,.file-attachment-xlx:before{
     content: ""; 
   height: 45px;
   width: 45px;
    left: 0px;
    position: absolute;
    background: url('../images/excel.png') no-repeat;
}

.file-attachment-jpg ,.file-attachment-jpeg ,.file-attachment-png ,.file-attachment-docx,.file-attachment-doc,.file-attachment-xlsx,.file-attachment-xlx{
position: relative;
    display: inline-block;
    width: 60px;
    height: 45px;
    line-height: 60px;
    text-align: center;

}
.file-attachment-jpg:before ,.file-attachment-png:before ,.file-attachment-jpeg:before{
    content: "\f1c5";
    font-family: 'FontAwesome';
    color: #672727;
    font-size: 40px;
    line-height: 45px;
    left: 0px;
    position: absolute;

}
.file-attech a{
    display: inline-block;
    height: 69px;
    position: relative;
    float: left;
}
.view-summary .form-control02 {
    width: 100%;
    height: 100px;
    padding: 0px;
    padding-left: 10px;
    left: 0px;
    margin: -2px 0px 16px 0px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 38px;
    border-left: 3px solid #ddd;
    background: #ffffff;
}

label.error {
    color: #f55 !important;
}

.add-pro input[type=file] {
     display: none !important; 
}



/* Loading message ------------------------------------------------------------------------------ */
#loading_container {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
  z-index: 1111;

}
#loading_container2 {
  width: 100%;
  height: 100%;
  display: table;
}
#loading_container3 {
  display: table-cell;
  vertical-align: middle;
}
#loading_container4 {
  width: 200px;
  height: 180px;
  position: relative;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #666;
  padding: 130px 0 6px 0;
   -webkit-box-sizing: border-box;
  -moz-box-sizing:     border-box;
  box-sizing:          border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius:    6px;
  border-radius:         6px;
  margin: 0 auto 0 auto;
}
#loading_container4:before {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  font-family: 'FontAwesome', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #f70;
  content: '\f013';
  -webkit-animation: spin 2s infinite linear;
  animation:         spin 2s infinite linear;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform:         rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform:         rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform:         rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform:         rotate(359deg);
  }
}
/* ----------------------------------------------------------------------- Loading message */
.wrap .burger{z-index: 99 !important;}
.nav-tabs{margin-bottom: 20px;}
.db_block{display: inline-block !important;}
