@media (max-width: 600px) {

  /*Ribbon CSS in Mobile View*/
  .overlay-ribbon {
    display:none;
    /* width: 25% !important;
    height: 25% !important; */
  }
  .mobimg {
    height: 50px !important;
    width: 80px !important;
    margin-top: 23%;
  }
  .mobtext {
    font-size: 10px !important;
  }
  .overlay-ribbon:before {
    border-right: 6em solid transparent !important;
  }
  .overlay-ribbon:after {
    border-left: 6em solid transparent !important;
  }
   .logo .mobile {
    display: block !important;
  }
  .logo .desktop {
    display: none !important;
  }

}

.rmvline:before {
  background: #fff;
  bottom: auto;
  content: "";
  height: 8px;
  left: 23px;
  margin-top: 15px;
  position: absolute;
  right: auto;
  width: 8px;
  z-index: 1;
  border-radius: 50%;
}
.rmvline:after {
  border-left: 1px solid #fff;
  bottom: 0;
  content: "";
  left: 27px;
  position: absolute;
  top: 0;
}

/*End*/
  .cardHover-container {
   cursor: pointer;
   height: 238px;
   perspective: 600;
   position: relative;
   width: 100%;
   }
   .cardHover {
   height: 100%;
   position: absolute;
   transform-style: preserve-3d;
   transition: all 1s ease-in-out;
   width: 100%;
   }
   .cardHover:hover {
   transform: rotateY(180deg);
   }
   .cardHover .side {
   backface-visibility: hidden;
   border-radius: 6px;
   height: 100%;
   position: absolute;
   overflow: hidden;
   width: 100%;
   }
   .cardHover .back {
   background-image: url(images/features.jpeg);
   color: #FFFFFF;
   text-align: center;
   transform: rotateY(180deg);
   }
/*Font Color Change*/
.gridItem {
/*  background: #FFF; */
  margin: 2em;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 20px;
  transform: rotate(45deg);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  padding:0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  margin: 0 auto;
}
.gridItem p {
  position: absolute;
  transform: rotate(-45deg);
  top: 30%;
  left: -20%;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
  width:134%;
  text-align:center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  
}
.gridItem span {
    position: absolute;
    /* transform: rotate(-45deg); */
    top: 30% !important;
    background: rgba(0, 0, 0, 0.7);
    padding: 5%;
    width: 100%;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease-in-out;
    display: block;
    opacity: 0;
}
.gridItem:hover {
  transform: none;
  transform: scale(1.5);
  z-index:2;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.gridItem:hover > p {
  transform: none;
  top: 0;
  background: #000;
  
}
.gridItem:hover > span {
  transform: none;
  top: 0;
  display: block;
  opacity: 1;
  background: #000;
}

.gridImg {
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
  transform: rotate(-45deg) scale(1.4) 

  
}
.gridItem:hover > .gridImg {
  transform: none;
}


.gridPics{
  margin: 3em auto;
  width: 90%;
  text-align: center;
}
.mrg24B{
  margin-bottom: 24px !important;
}
.mrg47B{
  margin-bottom: 47px !important;
}
.mrg50T{
  margin-top: 50px !important;
}
.btn-heading{
background-color: #17366a !important;
line-height: 25px !important;
padding: 10px 20px !important;
}
.theme-blue{
    background-color: #17366a !important;
  }
  .theme-gray{
    background-color: #ccc !important;
  }
.mrg40T{
  margin-top: 40px;
}
.main-header .header-nav>li>a {
  color: #0f3663 !important;
}

.main-header .header-nav>li>ul {
  background: #FFFFFF !important;
}

.main-header .header-nav>li>ul li a:hover {
  background: #0f3663 !important;
  color: #fafafa !important;
}

.main-header .header-nav>li>ul li a {
  color: #000 !important;
}

.ui-accordion-header.ui-accordion-header-active.ui-state-hover {
  border-color: #163662 !important;
  background-color: #163662 !important;
}

.btn-primary {
  border-color: #163662 !important;
  background-color: #163662 !important;
}

.imgborder {
  -webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
  -moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
  box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
}

.pageHeading {
  z-index: 000 !important;
  margin-top: 20px !important;
  background: #ccc !important;
}

.card .card-body {
  padding: 0;
  height: auto;
}

.card .card-block {
  padding: 1rem 1.5rem 1.5rem;
}

.label-theme {
  border-color: #17366a;
  background: #17366a;
}

.upper_right {
  position: absolute;
  top: 0;
  right: 0%;
}


/*End CSS*/


/*Ribbon CSS in Desktop View*/

.overlay-ribbon {
  position: absolute;
  width: 13em;
  height: 12em;
  z-index: 9999;
  top: -18%;
  right: 2%;
  background: #2ec4b6;
  padding: 5px 0;
  /* IE10 Consumer Preview */
  background-image: -ms-radial-gradient(center top, circle farthest-side, #00496F 0%, #009FD5 100%);
  /* Mozilla Firefox */
  background-image: -moz-radial-gradient(center top, circle farthest-side, #00496F 0%, #009FD5 100%);
  /* Opera */
  background-image: -o-radial-gradient(center top, circle farthest-side, #00496F 0%, #009FD5 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #00496F), color-stop(1, #009FD5));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-radial-gradient(center top, circle farthest-side, #00496F 0%, #009FD5 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: radial-gradient(circle farthest-side at center top, #00496F 0%, #009FD5 100%);
  -webkit-box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
  box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  animation: slidein 3s ease-in-out forwards;
}

.ribbon-content {
  z-index: 99999;
  position: relative;
  margin: 0 5px;
}

.close-offer {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  float: right;
  /* opacity: .2; */
  color: #ffffff;
  cursor: pointer;
}

.close-x {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 99;
}

.close-x a:link,
.close-x a:visited {
  background: #009FD5;
  color: #fff;
  padding: 0 4px;
  font-weight: normal;
  text-decoration: none;
}

.close-x a:hover {
  background: #000;
}

.overlay-ribbon:before {
  content: "";
  position: absolute;
  bottom: -9em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10em solid #009FD5;
  border-right: 10em solid transparent;
  z-index: 997;
}

.overlay-ribbon:after {
  content: "";
  position: absolute;
  bottom: -9em;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10em solid #009FD5;
  border-left: 10em solid transparent;
  z-index: 998;
}

.slideout {
  animation: slideout 1s ease-in-out forwards;
}

@-webkit-keyframes slidein {
  from {
    transform: translate(0, -400px);
  }
  to {
    transform: translate(0, 100px);
  }
}

@-o-keyframes slidein {
  from {
    transform: translate(0, -400px);
  }
  to {
    transform: translate(0, 100px);
  }
}

@-moz-keyframes slidein {
  from {
    transform: translate(0, -400px);
  }
  to {
    transform: translate(0, 100px);
  }
}

@keyframes slidein {
  from {
    transform: translate(0, -400px);
  }
  to {
    transform: translate(0, 100px);
  }
}

@-webkit-keyframes slideout {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, -400px);
  }
}

@-o-keyframes slideout {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, -400px);
  }
}

@-moz-keyframes slideout {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, -400px);
  }
}

@keyframes slideout {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, -400px);
  }
}

.choose {
  color: #2b2f33;
  background: #eff4f6;
  border-color: #dfe8f1;
  position: relative;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
}

.scrollbar {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 100%;
  background: #fff;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.force-overflow {
  min-height: 450px;
}

.scrollbar-primary::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #4285F4;
}

.scrollbar-danger::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-danger::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ff3547;
}

.scrollbar-warning::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-warning::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #FF8800;
}

.scrollbar-success::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-success::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #00C851;
}

.scrollbar-info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-info::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #33b5e5;
}

.scrollbar-default::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-default::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-default::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #2BBBAD;
}

.scrollbar-secondary::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.scrollbar-secondary::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #aa66cc;
}


/*CSS For FOOTER*/

.footer-pane{
	width: 100% !important;
	height: auto !important;
	/*position: fixed; */
	left: 0; bottom: 0 !important;
	z-index: -100 !important;
	color: #FFFFFF !important;
	background: radial-gradient(circle at 1.98% 20.98%,#4b6cb7,transparent 100%),radial-gradient(circle at 98.02% 20.98%,#182848,transparent 100%),radial-gradient(circle at 50% 50%,#0cc285,#0cc285 100%) !important;
  }
.main-footer {
    padding-top: 60px !important;
  }

@media screen and (min-width: 1824px){
  .adjust{
    min-height: 820px;
  }
}
/*FOOTER CSS END*/


/*Pricing page*/

.pricing-box ul li {
  line-height: 30px !important;
  height: 60px !important;
}

.pt-10 {
  padding-top: 10px;
}

.b-n {
  border: none !important;
}

.foo {
  position: fixed;
  bottom: 0px;
}


/* Loading Spinner */

.spinner {
  margin: 0;
  width: 70px;
  height: 18px;
  margin: -35px 0 0 -9px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center
}

.spinner>div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.spinner .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.spinner .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0)
  }
  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0)
  }
}

.home-text-big {
  color: #FFFFFF;
  /*font-family: 'Dancing Script', cursive;*/
  font-size: 30px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .9), 
  0 2px 0 #c9c9c9, 
  0 3px 0 rgba(0, 0, 0, .9),
  0 4px 0 rgba(0, 0, 0, .9), 
  0 5px 0 rgba(0, 0, 0, .9),
  0 6px 1px rgba(0, 0, 0, .1),
  0 0 5px rgba(0, 0, 0, .1),
  0 1px 3px rgba(0, 0, 0, .3),
  0 3px 5px rgba(0, 0, 0, .2),
  0 5px 10px rgba(0, 0, 0, .25),
  0 10px 10px rgba(0, 0, 0, .2),
  0 20px 20px rgba(0, 0, 0, .15);
  /*margin-bottom: 30px;*/
}
.home-text-small {
  color: #FFFFFF;
  /*font-family: 'Dancing Script', cursive;*/
  font-size: 20px;

}
.pricing-box {
	text-align: center
}

.pricing-box .pricing-specs,
.pricing-box .pricing-title {
	margin: -1px -1px 0
}

.pricing-box .pricing-title {
	font-weight: 400;
	padding: 15px
}

.pricing-box ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.pricing-box .pricing-specs {
	padding: 10px 15px 20px
}

.pricing-box .pricing-specs span {
	font-size: 50px
}

.pricing-box .pricing-specs span sup {
	font-size: 30px;
	margin-left: -20px;
	padding-right: 5px
}

.pricing-box .pricing-specs i {
	font-size: 14px;
	font-style: normal;
	display: block;
	color: rgba(255, 255, 255, .6)
}

.pricing-box ul li {
	font-size: 14px;
	line-height: 48px;
	height: 48px;
	padding: 0 10px;
	border-bottom: #eee solid 1px
}

.pricing-box ul li:nth-child(even) {
	background: #fafafa
}

.pricing-table .pricing-box {
	padding: 0
}

.pricing-table .pricing-box+.pricing-box {
	border-width: 1px 1px 1px 0;
	border-radius: 0
}

.pricing-table .pricing-box+.pricing-box:nth-child(2):last-child {
	border-width: 1px
}

.pricing-table .pricing-box .pricing-specs,
.pricing-table .pricing-box .pricing-title {
	margin: 0;
	border-bottom: #eee solid 1px;
	border-radius: 0
}

.pricing-table .pricing-box .pricing-specs span {
	font-size: 40px
}

.pricing-table .pricing-box .pricing-specs span sup {
	font-size: 20px;
	margin-left: -10px;
	padding-right: 5px
}

.pricing-table .pricing-box .pricing-specs i {
	color: rgba(0, 0, 0, .5)
}

.pricing-table .pricing-best {
	position: relative;
	z-index: 15;
	margin-right: -1px;
	margin-left: -1px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.pricing-table .pricing-best .pricing-specs {
	background: #fafafa
}

.pricing-table .pricing-best .pricing-title {
	font-size: 28px;
	line-height: 60px;
	height: 90px;
	margin: -25px -1px 0
}

.pricing-box-alt {
	position: relative
}

.pricing-box-alt .col-md-3 {
	padding: 0;
	border: 1px solid #c6c6c6;
	border-width: 1px 1px 1px 0;
	width: 26%;
	text-align: center
}

.pricing-box-alt .plans-features {
	width: 22%;
	text-align: right;
	border-color: transparent #c6c6c6 transparent transparent
}

.pricing-box-alt .plans-features .plan-header {
	height: 170px
}

.pricing-box-alt .plans-features ul li {
	border-left: #f0f0f0 solid 1px
}

.pricing-box-alt ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.pricing-box-alt .plan-header {
	padding: 15px;
	border-bottom: #f0f0f0 solid 1px
}

.pricing-box-alt .plan-header h4 {
	margin: 0;
	color: #f26b33;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	height: 40px;
	line-height: 30px;
	border-bottom: #F3F3F3 solid 1px
}

.pricing-box-alt .plan-header .plan-price {
	font-size: 45px;
	font-weight: 100;
	height: 60px;
	line-height: 65px;
	margin: 0 0 5px
}

.pricing-box-alt .plan-header .plan-price small {
	font-size: 30px;
	opacity: .4;
	padding-right: 3px
}

.pricing-box-alt .studio-plan .plan-header h4 {
	color: #32cf4e
}

.pricing-box-alt .unlimited-plan .plan-header h4 {
	color: #3792f2
}

.pricing-box-alt ul li {
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	border-bottom: #f0f0f0 solid 1px;
	color: #0093d9;
	font-size: 14px;
	font-weight: 700
}

.pricing-box-alt .plans-features ul li {
	color: #6f6f6f;
	font-weight: 400
}

.pricing-box-alt ul li .feature-excluded,
.pricing-box-alt ul li .feature-included {
	border-radius: 30px;
	width: 12px;
	height: 12px;
	display: inline-block
}

.pricing-box-alt ul li .feature-excluded {
	background: #e6e6e6
}

.pricing-box-alt .pricing-btn {
	padding: 15px;
	background: #fafafa
}

.pricing-box-alt .pricing-btn .btn {
	padding: 15px 0;
	font-weight: 700;
	font-size: 16px;
	box-sizing: initial;
	display: block;
	line-height: 1
}

.pricing-box-alt .pricing-btn .btn b {
	opacity: .6;
	display: block;
	padding: 6px 0 0;
	font-size: 13px;
	font-weight: 400
}

.individual-plan .pricing-btn {
	border-left: #c6c6c6 solid 1px;
	margin-left: -1px
}

.pricing-box-alt ul li.header {
	background: #f9f9f9;
	text-transform: uppercase;
	font-weight: 700;
	text-align: right;
	font-size: 12px;
	color: #000
}

.bootstrap-tagsinput input {
	width: 1240px!important;
}

.bootstrap-tagsinput {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	display: inline-block;
	padding: 4px 6px;
	color: #555;
	vertical-align: middle;
	border-radius: 4px;
	max-width: 100%;
	line-height: 22px;
	cursor: text;
}
.bootstrap-tagsinput input {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
	padding: 0 6px;
	margin: 0;
	width: auto;
	max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
	color: #777;
	opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
	color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
	color: #777;
}
.bootstrap-tagsinput input:focus {
	border: none;
	box-shadow: none;
}
.bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
	margin-left: 8px;
	cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
	content: "x";
	padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.label-info{
	background-color: #17366a!important;
	color:#fff;
}
.suggestionListClient {
  background-color: #fff;
  border:1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  width:100%;
  height:auto;
  list-style-type: none;
  text-align:center;
}
.suggestionListClient :hover{
  background-color: #17366a!important;
  color:#fff;
}
.blue-background{
  background-color: #17366a!important;
  color:#fff!important;
}
ol.assign-list li{
  color:#000;
  display:block;
  text-decoration:none;
}
ol.assign-list{
  list-style-type:none;
  padding:0;
}
.assign-list > li{
  display:inline-block;
  padding-left:30px;
  list-style-type:disc;
}
ol.assign-list li:hover{
  color:#fff;
  display:block;
  text-decoration:none;
}
.assign-list > li:hover{
  background-color:#17366a;
}

.assign_users_div{
  border:1px solid #ccc;
  border-radius: 9px;
  width:300px;
  height:115px;
  padding:15px;
  overflow:auto;
}

.assign_role_div{
  border:1px solid #ccc;
  border-radius: 9px;
  width:300px;
  height:115px;
  padding:10px;
  overflow:auto;
}

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #173965; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
.pointer {cursor: pointer;}

.dashboard-header{
  padding: 10px;
  /*background-color: #f4b50a;*/
  position: relative;
  /*top: -44px;*/
  width: 100%;
  /*margin: 0 auto;*/
  border-radius: 5px;
  background-image: linear-gradient(#173965, #60b9e6);
} 

.dashboard-header h4{
  font-size:2.3em;
  font-weight:bold;
  text-align:center;
  padding:0;
  color: #fff;
}
.form-customized-card{
  border-radius: 5px; box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#page-sidebar{
  background-image: linear-gradient(#173965, #6886a1);
  color: #fff;
}

.badge, .bs-badge {
    font-size: 11px;
    font-weight: bold;
    line-height: 19px;
    display: inline-block;
    min-width: 20px;
    /* height: 20px; */
    padding: 0 5px 0 4px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    color: #fff;
    border-radius: 10px;
}

.badge-temp{
    color: #173965;
    border-color: #f4ba29;
    background: #f4ba29;
}

.dashboard-box {
    text-align: center;
}
.content-box, .content-box-header {
    position: relative;
    border-width: 1px;
    border-style: solid;
}
.content-box {
    background: #fff;
    margin-bottom: 20px;
}
.dashboard-box .content-wrapper {
    overflow: hidden;
    margin: 0 15px 15px;
    padding: 15px 0 0;
}
.dashboard-box-chart .header {
    text-align: left;
    font-size: 28px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 1;
}
.dashboard-box .header {
    font-size: 25px;
    line-height: 1.3em;
    padding: 0 0 15px;
    /*text-align: right;*/
    display: block;
}
.dashboard-box-chart .header span {
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 21px 0 0;
    line-height: 1.8em;
    text-align: center;
    opacity: .80;
    -moz-opacity: .80;
    filter: alpha(opacity= 80);
}
.dashboard-box .header > span {
    font-size: 12px;
    font-weight: bold;
    display: block;
    opacity: .80;
    -moz-opacity: .80;
    filter: alpha(opacity= 80);
}
.dashboard-box-chart .bs-label {
    position: absolute;
    right: 15px;
    top: 15px;
}
.content-box .bs-label {
    padding: .3em .6em .3em;
}
.bs-label {
    font-size: 80%;
    line-height: 1;
    display: inline;
    padding: .3em .6em .5em;
    text-align: center;
    text-transform: uppercase;
    vertical-align: baseline;
    white-space: nowrap;
    color: #fff;
    border-radius: .25em;
}
.dashboard-box .center-div {
    margin: 5px auto -15px;
}
.center-div {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
}
.dashboard-box canvas {
    display: block !important;
    margin: 0 auto;
}
.dashboard-box-chart .list-grade {
    opacity: .50;
    -moz-opacity: .50;
    filter: alpha(opacity= 50);
    margin-top: 25px;
}
.button-pane,.bg-white.dashboard-box .button-pane{
    color: #555a60;
    background-color: #FEFEFF;
}
.dashboard-box-chart .button-pane .size-md {
    font-size: 16px;
}
.size-md {
    line-height: 32px;
    height: 34px;
    min-width: 34px;
}


.tile-box-alt .tile-header {
    padding: 10px;
    text-align: center;
}
.tile-header{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.tile-header {
    font-size: 14px;
    /*padding: 5px 10px;
    text-align: left;*/
    text-transform: uppercase;
    border: 0 !important;
    background: rgba(255, 255, 255, .2);
}
.tile-content-wrapper {
    position: relative;
    overflow: hidden;
    padding: 10px;
}
.tile-content-wrapper .easyPieChart {
    margin-top: -5px;
    margin-bottom: -5px;
    font-size: 19px;
    font-weight: 100;
}
.easyPieChart {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
canvas{
    display: inline-block;
    vertical-align: baseline;
}

.tile-box {
    line-height: inherit;
    text-align: center;
  }



.title-hero {
    margin: 0 0 15px;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0.7;
}
.timeline-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}
.timeline-horizontal {
    height: 436px;
    padding: 10px 0;
}
.timeline-box {
    position: relative;
}
.timeline-horizontal .tl-row {
    float: left;
    width: 400px;
    height: 173px;
}
.timeline-box .tl-row {
    position: relative;
    padding: 10px 0;
}
.timeline-horizontal.timeline-box .tl-row .tl-item {
    width: auto;
}
.timeline-box .tl-row .tl-item {
    width: 50%;
}
.timeline-horizontal.timeline-box .tl-row .tl-item .tl-icon, .timeline-horizontal.timeline-box .tl-row .tl-item .tl-bullet {
    top: auto;
    bottom: -27px;
}
.timeline-horizontal.timeline-box .tl-row .tl-item .tl-bullet {
    margin-left: -9px;
}
.timeline-box .tl-row .tl-item .tl-icon, .timeline-box .tl-row .tl-item .tl-bullet {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 17px;
    height: 17px;
    margin-top: -9px;
    margin-left: -8px;
    border-radius: 100px;
}
.timeline-horizontal.timeline-box .tl-row .tl-item .tl-panel {
    top: auto;
    bottom: -60px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}
.timeline-box .tl-row .tl-item .tl-panel {
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    margin-top: -8px;
    margin-left: 23px;
    text-align: left;
}
.timeline-horizontal.timeline-box .tl-row .tl-item .popover {
    position: absolute;
    top: auto;
    bottom: 10px;
    width: 100%;
}
.timeline-box .tl-row .tl-item .popover {
    position: relative;
    display: block;
    margin: 0;
    box-shadow: 0 0 0 transparent;
}
.popover.top {
    margin-top: -10px;
}
.timeline-box .popover {
    min-width: 50px;
}
.popover {
    z-index: 1049;
    top: 0;
    left: 0;
    display: none;
    min-width: 250px;
    margin: 0;
    padding: 0;
}
.popover{
    position: absolute;
    z-index: 1050 !important;
    top: 105%;
    left: 0;
    display: none;
    float: left;
    min-width: 150px;
    margin: 5px 0 0;
    padding: 5px;
    list-style: none;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    background: #fff;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
}
.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover .arrow {
    border-width: 10px;
}
.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}
.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .popover-content {
    padding: 15px;
}
.panel > .list-group:last-child .list-group-item:last-child, .panel-footer, .popover-content, .list-group-item:last-child, .ui-tabs-nav.tabs-bottom {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.timeline-box .tl-row .tl-item .tl-title {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
}
.timeline-box .tl-row .tl-item .tl-content {
    font-size: 13px;
    margin: 0 0 10px;
    opacity: .80;
    -moz-opacity: .80;
    filter: alpha(opacity= 80);
}
.timeline-box .tl-row .tl-item .tl-time {
    font-style: italic;
    opacity: .40;
    -moz-opacity: .40;
    filter: alpha(opacity= 40);
}
.timeline-horizontal .tl-row {
    float: left;
    width: 400px;
    height: 173px;
}
.timeline-box .tl-row {
    position: relative;
    padding: 10px 0;
}
.timeline-horizontal.timeline-box .tl-row .tl-item {
    width: auto;
}
.timeline-box .tl-row .tl-item {
    width: 50%;
}
.timeline-horizontal.timeline-box .tl-row .tl-item.float-right .tl-panel {
    bottom: 0;
}
.timeline-horizontal.timeline-box .tl-row .tl-item .tl-panel {
    top: auto;
    bottom: -60px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}
.timeline-box .tl-row .tl-item.float-right .tl-panel {
    right: 50%;
    left: auto;
    margin-right: 23px;
    margin-left: 0;
    text-align: right;
}
.timeline-box .tl-row .tl-item .tl-panel {
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    margin-top: -8px;
    margin-left: 23px;
    text-align: left;
}
.timeline-horizontal.timeline-box .tl-row .tl-item.float-right .popover {
    top: 220px;
    bottom: auto;
}
.timeline-horizontal.timeline-box .tl-row .tl-item .popover {
    position: absolute;
    top: auto;
    bottom: 10px;
    width: 100%;
}
.timeline-box .tl-row .tl-item .popover {
    position: relative;
    display: block;
    margin: 0;
    box-shadow: 0 0 0 transparent;
}
.popover.bottom {
    margin-top: 10px;
}
.timeline-box .popover {
    min-width: 50px;
}
.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover .arrow {
    border-width: 10px;
}
.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}
.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.panel > .list-group:last-child .list-group-item:last-child, .panel-footer, .popover-content, .list-group-item:last-child, .ui-tabs-nav.tabs-bottom {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.icon-clock-o:before {
    content: "\f017";
}
.fc-icon, #page-sidebar li ul li a:before, #page-sidebar li a.sf-with-ul:after, .search-choice-close:before, .ui-dialog-titlebar-close:before, .glyph-icon:before, .ui-icon:before, .dataTables_paginate a i:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.popover.bottom .arrow:after {
    border-bottom-color: #fff;
}
.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover .arrow:after {
    content: '';
    border-width: 10px;
}
.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.icon-clock-o:before {
    content: "\f017";
}
.fc-icon, #page-sidebar li ul li a:before, #page-sidebar li a.sf-with-ul:after, .search-choice-close:before, .ui-dialog-titlebar-close:before, .glyph-icon:before, .ui-icon:before, .dataTables_paginate a i:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.timeline-horizontal.timeline-box:before {
    background: #dfe8f1;
}
.timeline-horizontal.timeline-box:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border: 0;
}
.timeline-box .tl-row .tl-item .tl-bullet:before {
    display: block;
    width: 9px;
    height: 9px;
    margin: 4px 0 0 4px;
    content: '';
    border-radius: 100px;
    background: #fff;
}
.popover.top .arrow:after {
    border-top-color: #fff;
}
.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover .arrow:after {
    content: '';
    border-width: 10px;
}
.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.timeline-horizontal.timeline-box .tl-row .tl-item.float-right .tl-panel {
    bottom: 0;
}
.timeline-horizontal.timeline-box .tl-row .tl-item .tl-panel {
    top: auto;
    bottom: -60px;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}
.timeline-box .tl-row .tl-item.float-right .tl-panel {
    right: 50%;
    left: auto;
    margin-right: -20px;
    margin-left: 0;
    text-align: right;
}
.timeline-box .tl-row .tl-item .tl-panel {
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    margin-top: -8px;
    margin-left: 23px;
    text-align: left;
}

.elementor-icon {
    color: #6ec1e4;
    border-color: #6ec1e4;
}
.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #818a91;
    font-size: 50px;
    text-align: center;
}
.elementor-icon i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-thumb {
    background: #173965;
    border-radius: 10px;
}
.stepwizard-row {
    display: table-row;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.stepwizard-row:before {
    top: 16px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 5px;
    background-color: #56b8f1;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.stepwizard-step p {
    margin-top: 10px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.flip-container, .front, .back {
    padding-bottom: 3%!important;
    border-radius: 10px!important;
    width: 100%!important;
    height: 360px !important;
}
.flip-container {
    margin-bottom: 3% !important;
    perspective: 1000px!important;
    cursor: pointer!important;
}
.flipper {
    transform-style: preserve-3d!important;
    transition: all 1s ease-in-out!important;
    position: relative!important;
}
.front {
    z-index: 2;
    background-color: #ffffff!important;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .5)!important;
    transform: rotateY(0deg)!important;
}
.front, .back {
    position: absolute!important;
    backface-visibility: hidden!important;
    top: 0!important;
    left: 0!important;
}
.back{
  background-image: linear-gradient(#173965, #60b9e6);
}
.clash-card {
    background: white;
    width: 100%;
    display: inline-block;
    margin: auto;
    border-radius: 19px;
    /*position: initial;*/
    text-align: center;
    box-shadow: -1px 15px 30px -12px black;
    z-index: 9999;
    margin-bottom: 13px;
}
.clash-card__unit-name {
    font-size: 17px;
    color: black;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 10px;
}
.clash-card__unit-description {
    padding: 20px;
    margin-bottom: 10px;
}
.clash-card__unit-stats {
    color: #173965;
    font-weight: 700;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
.clash-card__unit-stats--barbarian {
    background-image: linear-gradient(#173965, #60b9e6);
}
.clash-card__unit-stats .one-third {
    width: 33%;
    float: left;
    padding: 20px 15px;
}
.clash-card__unit-stats--barbarian .one-third {
    border-right: 1px solid #BD7C2F;
}
.clash-card__unit-stats .stat {
    position: relative;
    font-size: 24px;
    margin-bottom: 10px;
}
.clash-card__unit-stats sup {
    position: absolute;
    bottom: 4px;
    font-size: 45%;
    margin-left: 2px;
}
.clash-card__unit-stats .stat-value {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}
.clash-card__unit-stats .no-border {
    border-right: none;
}
.clash-card__unit-stats .one-third {
    width: 50%;
    float: left;
    padding: 20px 15px;
}
.inner {
    /*padding: 1rem 1rem 1rem 1rem;*/
    height: 160px;
    width: 100%;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    margin: auto!important;
}
.content-box-thumb {
    display: block!important;
    max-width: 100%!important;
    height: 160px;
}

.box {
    position: relative;
    border-top: 0;
    margin-bottom: 30px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0px 0px 5px 0px rgba(71, 95, 123, 0.2);
}
.box-body {
    padding: 1.5rem 1.5rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 3px;
}
.box-body > *:last-child {
    margin-bottom: 0;
}
.box-body ul li {
    line-height: 24px;
}
.br-1 {
    border-right: 1px solid #d5dfea !important;
}
.marquee_heading{
  text-transform: uppercase;
  color: #FFF;
  font-weight: 500;
}

.buy{
  cursor: pointer;
}

.sell{
  cursor: pointer;
}

.buy:hover{
  background-color: #696969 !important;
}

.sell:hover{
  background-color: #696969 !important;
}

#vid1 {
  float: right !important;
  padding-right: 20px;
  width: 100px;
  height: 100px;
  z-index: 20000;
}

.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  opacity: 1;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.x_content {
  padding: 0 5px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px;
}

.x_content h4 {
  font-size: 16px;
  font-weight: 500;
}