/*
* ----------------------------------------------------------------------------------------
Author       : Tanvir Rahman Hridoy
Author  Uri  : www.hridoy.me
Template Name: CStudio One Page Creative parallax Template
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    -MENU CSS STYLE
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.VIDEO BACKGROUND CSS STYLE
* 07. PORTFOLIO CSS STYLE
* 08.TESTIMONIAL CSS STYLE
* 09.TEAM CSS STYLE
* 10.PRICING CSS STYLE
* 11.BLOG CSS STYLE
* 12.SMALL CALL TO ACTION CSS STYLE
* 13.CONTACT DESIGN AREA
* 14.CONTACT DETAILS CSS STYLE
* 25.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/
.ts-icon-group {
    width: 16px;
    height: 16px;
}

.tsviewer {
	width: 100%;
	padding-top: 30px; 
	padding-bottom: 30px; 
	background-color: #efefef; 
	border-top: 20px solid #e9e9e9; 
	border-bottom: 20px solid #e9e9e9;
}

/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
    font-size: 14px;
	  background: #000000;
    font-weight: 300;
    height: 100%;
    font-family: 'Poppins', sans-serif;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	color: #000;
}

img {
    width: 100%;
}

a:hover {
    text-decoration: none;
	color: #595959;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    line-height: 28px;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.ts-icon-group {
    width: 16px;
    height: 16px;
}

.fa-icons {
	padding-top: 35px;
	padding-bottom: 100px;
	font-size: 20px;
}

.tsviewer {
	width: 100%;
	padding-top: 30px; 
	padding-bottom: 30px; 
	background-color: #efefef; 
	border-top: 20px solid #e9e9e9; 
	border-bottom: 20px solid #e9e9e9;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding: 70px 0px;
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
}

.section-title h2 {
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0;
    color: #1b1b1b;
}

table {
    font-size: 15px;
}


.section-title p {
    font-size: 16px;
    font-weight: 400;
    padding: 0px 250px;
}

.scrollup {
    border-radius: 50%;
    height: 40px;
    width: 40px;

    font-size: 18px;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 40px;
    cursor: pointer;
    display: none;
    z-index: 2;
    background: #ee5837;
}

.scrollupa {
    padding-top: 10px;
}

.scrollup:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

hr.s1 {
  border: 0;
  color: #1871bd;
  background-color: #1871bd;
  height: 1px;
}
hr.s2 {
  border: 0;
  color: #d23b3b;
  background-color: #d23b3b;
  height: 1px;
}
hr.s3 {
  border: 0;
  color: #7e44de;
  background-color: #7e44de;
  height: 1px;
}
hr.s4 {
  border: 0;
  color: #3fb54a;
  background-color: #3fb54a;
  height: 1px;
}
hr.s5 {
  border: 0;
  color: #e18831;
  background-color: #e18831;
  height: 1px;
}
hr.s6 {
  border: 0;
  color: #d4d62c;
  background-color: #d4d62c;
  height: 1px;
}
hr.s7 {
  border: 0;
  color: #2ba4d1;
  background-color: #2ba4d1;
  height: 1px;
}
hr.s8 {
  border: 0;
  color: #000;
  background-color: #000;
  height: 1px;
}

hr.s9 {
  border: 0;
  color: #7e7e7e;
  background-color: #7e7e7e;
  height: 1px;
}

hr.home {
  border: 0;
  color: #7e7e7e;
  background-color: #7e7e7e;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 90px;
  height: 1px;
}
/*
* ----------------------------------------------------------------------------------------
* 02.PRELOADER & BOUNCE CCS STYLE
* ----------------------------------------------------------------------------------------
*/

.preloader {
    background: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 8px solid #222;
    border-right: 8px solid #222;
    border-bottom: 8px solid #222;
    border-left: 8px solid #ee5837;
    border-radius: 50%;
    -webkit-animation: spinner 1000ms infinite linear;
    animation: spinner 1000ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*
* ----------------------------------------------------------------------------------------
* 03.HOMEPAGE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
    position: relative;
    height: 98%;
    background: #000000;
}

.welcome-image-area {
    position: relative;

    height: 97%;
    background: #000000;
    background-size: cover;
}


.welcome-image-area2 {
    background: #F5F5F5;
	position: relative;
	min-height: calc(97% - 65px);
}

.welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text {
    margin-top: 60px;

}

.bubbles {
    display: inline-block;
    position: relative;
    width: 500px;
    text-align: center;
}



.individual-bubble {
    position: absolute;
    border-radius: 100%;
    bottom: 10px;
    background-color: #ee5837;
    z-index: 1;
}

.header-top-area {
    position: fixed;
    left: 0;
	  background: #000000;
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 1.0);
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.logo {
	width: 150px;
	height: 50px;
    padding-top: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a p {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-transform: lowercase;
}

.logo a p span {
    color: #ee5837;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
}

.mainmenu .navbar-nav li {
    margin-right: 30px;
}

.mainmenu .navbar-nav li a {
    text-transform: uppercase;

    padding-right: 0;
    padding-left: 0;
    color: #46555e;
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.mainmenu .navbar-nav li a:hover {
    background: none;
    color: #ee5837;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.nav li a:focus,
.nav li a:hover {
    background: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    margin: 0;

}

.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    background: #fff;
    border: none;
}

.menu-bg .logo {
    padding-top: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .logo a p {
    color: #303a41;
}

.menu-bg .mainmenu .navbar-nav li a {
    color: #303a41;
    text-transform: uppercase;
    padding-right: 0;
    padding-left: 0;
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.menu-bg .mainmenu .navbar-nav li.active a {
    color: #ee5837;
}

.menu-bg .mainmenu .navbar-nav li a:hover {
    color: #ee5837;
}


/*
* ----------------------------------------------------------------------------------------
* 04.ABOUT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.single-what {
    background: #ee5837;
    padding: 40px;
    text-align: center;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-what:hover {
    box-shadow: 1px 1px #ddd, 2px 2px #ddd, 3px 3px #ddd;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
    -webkit-transition: .3s;
    transition: .3s;
}

.single-what i {
    font-size: 60px;
}

.single-what h2 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.what-color-1 {
    background: #ee5837;
}

.what-color-2 {
    background: #ee5837;
}

.what-color-3 {
    background: #ee5837;
}




/*
* ----------------------------------------------------------------------------------------
* 06.SERVICE CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.service-area {
    background: #F5F5F5;
}

.single-service {
    padding: 40px 40px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    margin-top: 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
}

.single-service:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    background: #ee5837;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.single-service:hover:after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
}

.single-service:hover.single-service h4,
.single-service:hover.single-service h1 {
    color: #fff;
}

.single-service:hover.single-service i {
    border: 1px solid #fff;
    color: #ee5837;
    background: #fff;
}

.single-service h4 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
}

.single-service i {
    font-size: 45px;
    color: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 100px;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #ee5837;
    box-shadow: 0 0 0 7px transparent;
    background: #ee5837;
}

.single-service p {
    margin-bottom: 0;
    color: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 07.WORK CSS STYLE
* ----------------------------------------------------------------------------------------
*/
ul.pg {
    list-style-type: none;
    margin: 0;
    padding: 20px;
    width: 250px;
    /*background-color: #f1f1f1;*/
}

li.pg a {
    display: block;
    color: #000;
    padding: 8px 16px;
	margin: 0;
    text-decoration: none;
}

/* Change the link color on hover */
li.pg a:hover {
    background-color: #4c4c4c;
    color: white;
}
li.pgp a {
    display: block;
    color: #000;
    padding: 8px 16px;
	margin: 0px 0px 0px 15px;
    text-decoration: none;
}

/* Change the link color on hover */
li.pgp a:hover {
    background-color: #4c4c4c;
    color: white;
}
li.pg-active {
    display: block;
    color: #000;
    padding: 8px 16px;
	margin: 0;
    text-decoration: none;
    background-color: #4c4c4c;
    color: white;
}
li.pg-active a {
    color: white;
}
li.pgp-active {
    display: block;
    color: #000;
    padding: 8px 16px;
	margin: 0px 0px 0px 15px;
    text-decoration: none;
    background-color: #4c4c4c;
    color: white;
}
li.pgp-active a {
    color: white;
}
li.pg-category {
    display: block;
    color: #000;
    padding: 8px 16px;
	margin: 0;
    text-decoration: none;
}
.work {}

.work-inner .mix {
    display: none;
}

ul.work {
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
}

ul.work li {
    display: inline-block;
    padding-bottom: 4px;
    margin: 0 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    color: #938d8d;
    border: none;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 2px solid transparent;
}

ul.work li:hover {
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.work li.active {
    color: #000;
}

.work .item {
    padding: 0;
    margin: 0;
}

.work .col-md-4 {
    padding: 0;
    margin: 0;
}

.work figure.effect-ruby img {
    height: auto;
    width: 100%;
}

.work .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.work .grid figure:hover {
    background: #ee5837;
}

.work figure.effect-ruby h2 {
    margin-top: 30%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 30px;
}

.work figure.effect-ruby h2 i {
    color: #ee5837;
    background: #fff;
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.work figure.effect-ruby p {
    font-size: 20px;
    text-transform: capitalize;
    border: none;
    padding: 0;
    margin: 10px 0px;
    font-weight: 600;
}

.work .item:hover figure.effect-ruby h2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: .3s;
    transition: .3s;
}


/*
* ----------------------------------------------------------------------------------------
* 08.TESTIMONIAL CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-area {
    background: #ee5837;
}

.testimonial-area .section-title,
.testimonial-area .section-title h2 {
    color: #fff;
}

.testimonial-list {
    margin-top: 30px;
}

.single-testi-des {
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #ee5837;
    position: relative;
}

.single-testi-des:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    content: "";
    background: #ee5837;
    margin-top: ;
    margin-left: 15px;
    margin-bottom: -15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.single-testi-des p {
    font-size: 14px;
    color: #fff;
}

.single-testimonial img {
    width: 40px;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 15px;
}

.single-testimonial {
    margin-right: 30px;
    color: #fff;
}

.single-testimonial h6 {
    margin-top: 0px;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 3px;
}

.testi-name {
    text-align: left;
}

.testi-name h2 {
    font-size: 22px;
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 4px;
}

.testi-name h3 {
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
    margin-top: 0;
}

.owl-theme .owl-controls {
    margin-top: 30px;
}

.testimonial-area .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 09.TEAM CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.team-area {}

.team-image {
    position: relative;
    margin-top: 30px;
}

.team-description {
    background: #ee5837;
    padding: 20px 30px;
    position: absolute;
    left: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: -90px;
    width: 100%;
    text-align: center;
    display: block;
}

.team-image img {
    width: 100%;
}

.single-team:hover .team-description,
.single-team:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-team:hover .team-description {
    bottom: 0px;
}

.team-description h4 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    margin-bottom: 0px;
}

.team-description p {
    color: #fff;
}

.single-team,
.team-description {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    overflow: hidden;
}

.team-social {}

.team-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.team-social ul li {
    display: inline-block;
    margin: 0px 5px;
}

.team-social ul li a {
    font-size: 14px;
    color: #fafafa;
}

.team-area .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #ee5837;
}


/*
* ----------------------------------------------------------------------------------------
* 10.GET STARTED CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.get-started {
    padding: 100px 0px;
    background: url(assets/images/bg/mainbg2.png);
    position: relative;
    background-size: cover;
    z-index: 1;
    background-attachment: fixed;
}

.get-started:after {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.get-text {
    color: #fff;
}

.get-text h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 100;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.get-text a {
    display: inline-block;
    color: #fff;
    padding: 12px 25px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #ee5837;
    font-weight: 600;
    background: #ee5837;
    border-radius: 30px;
}

.get-text a:hover {
    background: #fff;
    color: #ee5837;
    border: 1px solid #fff;
}


/*
* ----------------------------------------------------------------------------------------
* 11.PRICING CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.pricing-area {
    background: #F5F5F5;
}

.pricing-box {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 30px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;
    position: relative;
    z-index: 1;
}

.pricing-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    background: #ee5837;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.pricing-box:hover:after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
}

.pricing-box:hover .pricing-header .plan-title,
.pricing-box:hover .plan-price p,
.pricing-box:hover .plan-features li {
    color: #fff;
}

.pricing-box:hover .pricing-header .plan-title i,
.pricing-box:hover a.plan-more {
    background: #fff;
    color: #ee5837;
}

.pricing-box:hover a.plan-more {
    border: 1px solid #fff;
}

.plan-price {
    padding: 20px 10px;
}

.pricing-header .plan-title {
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 30px;
}

.pricing-header .plan-title i {
    background: #ee5837;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 20px;
}

.plan-price p {
    font-size: 60px;
    color: #000;
    font-weight: 100;
    margin: 0;
    padding-bottom: 20px;
}

.plan-price p span {
    font-size: 16px;
    color: #ccc;
    font-weight: 300;
}

.plan-features {
    margin-top: 20px;
}

.plan-features li {
    margin: 0;
    padding-bottom: 15px;
    font-size: 16px;
}

.plan-features li span {
    font-weight: 700;
}

a.plan-more {
    margin-top: 30px;
    display: inline-block;
    color: #fff;
    padding: 12px 25px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #ee5837;
    font-weight: 600;
    background: #ee5837;
    border-radius: 30px;
}

a.plan-more:hover {
    color: #000;
    border: 1px solid #ee5837;
    -webkit-transition: .3s;
    transition: .3s;
    background: transparent;
}


/*
* ----------------------------------------------------------------------------------------
* 12.BLOG CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-area {}

.single-blog {
    margin-right: 0px;
    margin-top: 30px;
}

.single-blog h5 {
    font-weight: 300;
}

.single-blog h3 {
    background: #ee5837;
    color: #fff;
    padding: 12px 17px;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 3px;
}

.single-blog h2 {
    margin-top: 0;
}

.single-blog h2 a {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
}

.single-blog h2 a:hover {
    color: #ee5837;
}

.single-blog p {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

a.comment-link {
    float: right;
    display: inline-block;
    margin-top: -25px;
    color: #ee5837;
}

.blog-area .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 5px;
    height: 5px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #ee5837;
}


/*
* ----------------------------------------------------------------------------------------
* 13.CALL TO ACTION CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.call-to-action-small-area {
    background: #ee5837;
}

.call-to-action-small-area h2 {
    color: #fff;
    margin-top: 0;
}

.call-to-action-small-button {
    text-align: right;
}

a.call-to-more {
    margin: 0px 5px;
    display: inline-block;
    color: #000;
    padding: 15px 30px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #fff;
    background-color: #fff;
    font-weight: 600;
    border-radius: 30px;
}


/*
* ----------------------------------------------------------------------------------------
* 14.CONTACT CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.contact-area .section-title {
    color: #fff;
}

.contact-area .section-title h2 {
    color: #fff;
}

.contact-area {
    background: url(assets/images/bg/footer.jpg);
    position: relative;
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 1.0);
    background-size: cover;
    z-index: 1;
}

.contact-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.contact-form-design-area {
    margin-top: 30px;
}
.iconwar {
    font-size: 200px;
}
.iconlogs {
    font-size: 50px;
}
.iconkom {
    font-size: 100px;
}
.icondash {
    font-size: 30px;
}
.authorisekey {
    display: block;
    border: 0px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
	text-align: center;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 17px 7px 14px 15px;
    border: 1px solid #434343;
    -webkit-transition: .3s;
    transition: .3s;
}

.authorisekey:focus {
    border-color: #ee5837;
    outline: 0;
    box-shadow: none;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    height: 50px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px 7px 10px 10px;
    border: 1px solid #434343;
    -webkit-transition: .3s;
    transition: .3s;
}

.form-control:focus {
    border-color: #ee5837;
    outline: 0;
    box-shadow: none;
}

.form-controlpick {
    display: block;
    border: 0px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    height: 35px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px 7px 10px 10px;
    border: 1px solid #434343;
    -webkit-transition: .3s;
    transition: .3s;
}

.form-controlpick:focus {
    border-color: #ee5837;
    outline: 0;
    box-shadow: none;
}

.form-controlmodal2 {
    display: block;
    border: 0px;
    width: 90%;
    font-family: 'Poppins', sans-serif;
    height: 50px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px 7px 10px 10px;
    border: 1px solid #434343;
    -webkit-transition: .3s;
    transition: .3s;
}

.form-controlmodal2:focus {
    border-color: #ee5837;
    outline: 0;
    box-shadow: none;
}

.form-controlmodal {
    display: block;
    border: 0px;
    width: 90%;
    font-family: 'Poppins', sans-serif;
    height: 50px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px 7px 10px 10px;
    border: 1px solid #434343;
    -webkit-transition: .3s;
    transition: .3s;
}

.form-controlmodal:focus {
    border-color: #ee5837;
    outline: 0;
    box-shadow: none;
}
.form-controlapp {
    display: block;
    font-family: 'Poppins', sans-serif;
    border: 0px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
    padding: 10px 7px 10px 10px;
    border: 1px solid #434343;
    -webkit-transition: .3s;
    transition: .3s;
}

.img-icon-server {
  width: 20px;
  height: 20px;
}

.form-controlappt:focus {
    border-color: #ee5837;
    outline: 0;
    box-shadow: none;
}

.form-controlappt {
    display: block;
    font-family: 'Poppins', sans-serif;
    border: 0px;
    width: 100%;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    overflow:hidden;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    outline: 0;
    margin-bottom: 10px;
    padding: 10px 7px 10px 10px;
    border: 1px solid #434343;
    -webkit-transition: .3s;
    transition: .3s;
}

.form-controlappt3:focus {
    border-color: #ee5837;
    outline: 0;
    box-shadow: none;
}

.form-controlappt3 {
    display: block;
    font-family: 'Poppins', sans-serif;
    border: 0px;
    width: 80%;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    overflow:hidden;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    outline: 0;
    margin-bottom: 10px;
    padding: 10px 7px 10px 10px;
    border: 1px solid #434343;
    -webkit-transition: .3s;
    transition: .3s;
}




.form-controlappt2:focus {
    border-color: #ee5837;
    outline: 0;
    box-shadow: none;
}

.form-controlappt2 {
    display: block;
    font-family: 'Poppins', sans-serif;
    border: 0px;
    width: 100%;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    overflow:hidden;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    outline: 0;
    margin-bottom: 10px;
    padding: 10px 7px 10px 10px;
    border: 1px solid #434343;
    -webkit-transition: .3s;
    transition: .3s;
}

.form-controlapp:focus {
    border-color: #ee5837;
    outline: 0;
    box-shadow: none;
}

.contact-form input[type='submit'] {
    display: inline-block;
    color: #fff;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #ee5837;
    background-color: #ee5837;
    font-weight: 600;
    border-radius: 0px;
}

.contact-form [type='submit']:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #ac3e26;
	background-color: #ac3e26;
    -webkit-transition: .3s;
    transition: .3s;
}
.contact-form input[type='button'] {
    display: inline-block;
    color: #fff;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #ee5837;
    background-color: #ee5837;
    font-weight: 600;
    border-radius: 0px;
}

.contact-form [type='button']:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #ac3e26;
	background-color: #ac3e26;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.success {
    background: #50B948 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.newsdelete {
    display: inline-block;
    color: #fff;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #ee5837;
    background-color: #ee5837;
    font-weight: 600;
    border-radius: 0px;
}

.newsdelete:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #ac3e26;
	background-color: #ac3e26;
    -webkit-transition: .3s;
    transition: .3s;
}
.newsedit {
    display: inline-block;
    color: #fff;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #d0a524;
    background-color: #d0a524;
    font-weight: 600;
    border-radius: 0px;
}

.newsedit:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #eebc23;
	background-color: #eebc23;
    -webkit-transition: .3s;
    transition: .3s;
}
.newsview {
    display: inline-block;
    color: #fff;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #585858;
    background-color: #585858;
    font-weight: 600;
    border-radius: 0px;
}

.newsview:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #6e6e6e;
	background-color: #6e6e6e;
    -webkit-transition: .3s;
    transition: .3s;
}
.newsblock {
    display: inline-block;
    color: #fff;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #27b43b;
    background-color: #27b43b;
    font-weight: 600;
    border-radius: 0px;
}

.newsblock:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #2eca44;
	background-color: #2eca44;
    -webkit-transition: .3s;
    transition: .3s;
}
/*
* ----------------------------------------------------------------------------------------
* 15.CONTACT DETAILS CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.contact-details-area {
    background: #F5F5F5;
}

.single-contact-info {
    text-align: center;
}

.single-contact-info i {
    font-size: 30px;
    color: #fff;
    background: #ee5837;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
}

.single-contact-info h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 0;
}

.single-contact-info p {
    font-size: 14px;
    color: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 16.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.footer-area {
    background: #000;
    padding: 5px 0px;



}

.footer-text h6 {
    text-transform: capitalize;
    color: #fff;

    line-height: 25px;
    font-weight: 300;
    font-size: 13px;
}

.buttonr {
    display: inline-block;
    color: #fff;
	  margin-top: 530px;
	  margin-left: 20px;
    width: 250px;
    padding: 10px 25px;
    text-transform: capitalize;
    font-size: 20px;
    border: 1px solid #2E2E2E;
    background-color: #2E2E2E;
    font-weight: 600;
    border-radius: 0px;
}
.buttonr:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #9C0000;
	background-color: #9C0000;
    -webkit-transition: .3s;
    transition: .3s;
}

.buttondown {
	    cursor: pointer;
}



.dropdown-container {
    display: none;
}

.dropdown-containerfull {

}

.dashboard1 {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	width: 200px;
	height: 100px;
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.panel-dashboard {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}

.dash-adm-right {
	text-align: right;
    float:right;
	color: #fff;
}

.dash-adm-right a{
	color: #fff;
}

.dash-adm-right a:hover{
	color: #cccccc;
}

.dshop-image {
	font-size: 70px;
}

.buttonshop {
    display: inline-block;
    color: #fff;
    padding: 5px 12px;
	margin-top: 10px;
    text-transform: capitalize;
    font-size: 16px;
    border: 1px solid #ee5837;
    background-color: #ee5837;
    font-weight: 600;
    border-radius: 0px;
}
.buttonshop:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #ac3e26;
	background-color: #ac3e26;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.pagination {
	float:right;

}

ul.pagination li {


	}

ul.pagination li a {

    padding: 8px 16px;
    background-color: #818181;
	color: #fff;
	margin: 0px 20px 0px 0px;
    text-decoration: none;
    border-radius: 0px;
}

ul.pagination li a:link {
    color: #000;
    border-radius: 0px;
}

ul.pagination li a:hover {
	background-color: #707070;
    color: #fff;
    border-radius: 0px;
}


ul.pagination li a:active {
	background-color: #707070;
    color: #fff;
    border-radius: 0px;
}

ul.pagination li a:visited {
	background-color: #707070;
    color: #fff;
    border-radius: 0px;
}

.menu-bg .drop-nav {
  background: #fff;
  list-style-type: none;
  width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
  padding-left: 30px;

}
.drop-nav {
  background: #000;
  list-style-type: none;
  width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
  padding-left: 30px;

}
.drop-nav li{
    padding-top: 5px;
    padding-bottom: 5px;

}

.dropdown,
.flyout {
  position: relative;
}
.dropdown:after {

  display: block;
  position: absolute;
}
.drop-nav,
.flyout-nav {
  position: absolute;
  display: none;
}

.dropdown:hover > .drop-nav,
.flyout:hover > .flyout-nav {
  display: block;
}
.flyout-nav {
}
.flyout:hover a,
.flyout-nav {
  background: #395066;
}



#regForm {

}

/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

textarea {
   resize: none;
}

textarea.invalid {
  background-color: #ffdddd;
}
/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

.spanoffline {

    color: #fff;
    width: 130px;
    height: 100%;
    padding: 5px 15px;
    text-transform: capitalize;
    font-size: 12px;
    border: 1px solid #ee5837;
    background-color: #ee5837;
    font-weight: 600;
    border-radius: 0px;
}

.spanmessage {

    color: #fff;
    width: 130px;
    height: 100%;
    padding: 5px 15px;
    text-transform: capitalize;
    font-size: 12px;
    border: 1px solid #575757;
    background-color: #575757;
    font-weight: 600;
    border-radius: 0px;
}

.spanmessage:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #3b3b3b;
	background-color: #3b3b3b;
    -webkit-transition: .3s;
    transition: .3s;
}


.spanonline {

    color: #fff;
    width: 130px;
    height: 100%;
    padding: 5px 15px;
    text-transform: capitalize;
    font-size: 12px;
    border: 1px solid #26b737;
    background-color: #26b737;
    font-weight: 600;
    border-radius: 0px;
}


.buttonapp {
    display: inline-block;
    color: #fff;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #ee5837;
    background-color: #ee5837;
    font-weight: 600;
    border-radius: 0px;
}

.buttonapp:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #ac3e26;
	background-color: #ac3e26;
    -webkit-transition: .3s;
    transition: .3s;
}

.buttonticket {
    display: inline-block;
    color: #fff;
    margin: 75px 0px 0px 55px;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #ee5837;
    background-color: #ee5837;
    font-weight: 600;
    border-radius: 0px;
}

.buttonticket:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #ac3e26;
	  background-color: #ac3e26;
    -webkit-transition: .3s;
    transition: .3s;
}


.buttonappclose {
    display: inline-block;
    color: #fff;
    width: 150px;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #ee5837;
    background-color: #ee5837;
    font-weight: 600;
    border-radius: 0px;
}

.buttonappclose:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #ac3e26;
	background-color: #ac3e26;
    -webkit-transition: .3s;
    transition: .3s;
}

.whclose {
    display: inline-block;
    color: #fff;
    width: 50px;
    padding: 2px 2px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #ee5837;
    background-color: #ee5837;
    font-weight: 600;
    border-radius: 0px;
}

.whclose:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #ac3e26;
	background-color: #ac3e26;
    -webkit-transition: .3s;
    transition: .3s;
}

.buttonappaccept {
    display: inline-block;
    color: #fff;
    width: 150px;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #41a223;
    background-color: #41a223;
    font-weight: 600;
    border-radius: 0px;
}

.buttonappaccept:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #438e2b;
	background-color: #438e2b;
    -webkit-transition: .3s;
    transition: .3s;
}

.whaccept {
    display: inline-block;
    color: #fff;
    width: 50px;
    padding: 2px 2px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #41a223;
    background-color: #41a223;
    font-weight: 600;
    border-radius: 0px;
}

.whaccept:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #438e2b;
	background-color: #438e2b;
    -webkit-transition: .3s;
    transition: .3s;
}


.buttonappinvite {
    display: inline-block;
    color: #fff;
    width: 150px;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #b59825;
    background-color: #b59825;
    font-weight: 600;
    border-radius: 0px;
}

.buttonappinvite:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #967f21;
	background-color: #967f21;
    -webkit-transition: .3s;
    transition: .3s;
}

.buttonappdesc {
    display: inline-block;
    color: #fff;
    width: 150px;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #1a5dc0;
    background-color: #1a5dc0;
    font-weight: 600;
    border-radius: 0px;
}

.buttonappdesc:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #1f4f97;
	background-color: #1f4f97;
    -webkit-transition: .3s;
    transition: .3s;
}

.buttonappdesc2 {
    display: inline-block;
    color: #fff;
    width: 200px;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #1a5dc0;
    background-color: #1a5dc0;
    font-weight: 600;
    border-radius: 0px;
}

.buttonappdesc2:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #1f4f97;
	background-color: #1f4f97;
    -webkit-transition: .3s;
    transition: .3s;
}

.buttonappnone {
    display: inline-block;
    color: #fff;
    width: 150px;
    cursor: not-allowed;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #5d5d5d;
    background-color: #5d5d5d;
    font-weight: 600;
    border-radius: 0px;
}

.buttonappnone2 {
    display: inline-block;
    color: #fff;
    width: 150px;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #5d5d5d;
    background-color: #5d5d5d;
    font-weight: 600;
    border-radius: 0px;
}

.buttonappnone2:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #494949;
	background-color: #494949;
    -webkit-transition: .3s;
    transition: .3s;
}

.buttonappnone3 {
    display: inline-block;
    color: #fff;
    width: 150px;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #e39a1c;
    background-color: #e39a1c;
    font-weight: 600;
    border-radius: 0px;
}

.buttonappnone3:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #c4861a;
	background-color: #c4861a;
    -webkit-transition: .3s;
    transition: .3s;
}

.buttonappnone1 {
    display: inline-block;
    color: #fff;
    width: 200px;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #5d5d5d;
    background-color: #5d5d5d;
    font-weight: 600;
    border-radius: 0px;
}

.buttonappnone1:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #494949;
	background-color: #494949;
    -webkit-transition: .3s;
    transition: .3s;
}


.buttonappclose1 {
    display: inline-block;
    color: #fff;
    width: 200px;
    padding: 10px 31px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #ee5837;
    background-color: #ee5837;
    font-weight: 600;
    border-radius: 0px;
}

.buttonappclose1:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #ac3e26;
	background-color: #ac3e26;
    -webkit-transition: .3s;
    transition: .3s;
}
/*label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700} */


#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #070707;
    padding: 15px;
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 1.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color: #afb4bc;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #d0d0d0;
    text-align: center;
    text-decoration: none;
    background-color: #993333;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #c32222;
}

/* The Close Button */
.close2 {
    color: #993333;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: #420101;
    text-decoration: none;
    cursor: pointer;
}


.close3 {
    color: #993333;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close3:hover,
.close3:focus {
    color: #420101;
    text-decoration: none;
    cursor: pointer;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
.pointerc { cursor: pointer; }

.pointern { cursor: no-drop; }

.pointernone { cursor: context-menu; }
/* Style the tab */
.tab {

}

/* Style the tab content */
.tabcontent {
    display: none;

    padding: 10px 10px 10px 10px;


}

.imageqr {
  width: 150px;
  height: 150px;
}


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #767676;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #993333;
}

input:focus + .slider {
  box-shadow: 0 0 1px #bb3838;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.ticketmsg-empty

{

    margin: 10px 0;
}
/* Chat containers */
.ticketmsg {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

/* Darker chat container */
.darker {
    border-color: #ccc;
    background-color: #ddd;
}

/* Clear floats */
.ticketmsg::after {
    content: "";
    clear: both;
    display: table;
}

/* Style images */
.ticketmsg img {
    float: left;
    max-width: 60px;
    width: 50px;
    margin-right: 20px;
    border-radius: 50%;
}

/* Style the right image */
.ticketmsg img.right {
    float: right;
    margin-left: 20px;
    margin-right:0;
}

/* Style time text */
.time-right {
    float: right;
    color: #aaa;
}

/* Style time text */
.time-left {
    float: left;
    color: #999;
}
.label {
  margin: 0px 0px 0px 0px;
  line-height: 2;

}


.selectpicker2 {
  width: 500px;

}
.badgenp {
  display: inline-block;
  width: 20px;
  margin-left: 5px;
  padding: 2px 0px 0px 0px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  background-color: #b5462d;
  border-radius: 3px;
}
.badgenp:empty {
  display: none;
}


.level
{
  background:    transparent;
  border:        7px solid #ee5837;
  width:         80px;
  height:        80px;
  border-radius: 1000px;
  padding:       10px 0px;
  display:       inline-block;
  font:          normal 700 46px/1 'Poppins', sans-serif;
  text-align:    center;

}