/*Top header*/
.common-wrapper 
{
    background: #30419b;
}

.common-left 
{
    float: left;
    position: relative;
    padding-top: 9px;
    font-size: 13px;
    color: #fff;
}

.common-right 
{
    float: right;
    position: relative;
}

.common-right ul 
{
    list-style: none;
}

.common-right ul li 
{
    float: left;
    position: relative;
    height: 36px;
    padding: 6px 7px;
    border-left: 1px solid #3f6288;
}



.common-right ul li a 
{
    color: #fff;
    padding-top: 3px;
}

.common-right ul li a 
{
    display: block;
    width: 24px;
    height: 24px;
    font-size: 0.9em;
}

.common-right ul li.hindi a {
    font-size: 0.9em;
}

.common-right ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
.common-right ul.social-network li {
	display: inline;
	margin: 0 5px;
}

.btn-font
{
  background-color: #cfcd1b !important;
  width: 25px !important;
  height: 23px !important;
  border-radius: 0 !important;
  font-size: 1.5rem !important;
  text-align: center !important;
  padding: 0px !important;
}

.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
	line-height: 20px;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
	background-color: transparent;
}
.social-circle li i {
	margin:0;
	line-height: 20px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.navbar-logo-main
{
	background-color: rgb(255, 255, 255);
	margin-bottom: 0px;
}

.img-logo-main
{
	margin: auto;
   display: block;
   padding-top: 3px;
   padding-bottom: 3px;
}

.mainwrapper::before 
{
    border-right: 0px solid #e7e7e7;
}

.dashboard-bg 
{
    background: url(../images/dashboard-bg.jpg) no-repeat;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;*/
    /*animation: breath 2s ease-in-out alternate infinite;*/
}
.slideshow,
.slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
  -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 40s linear infinite 0s;
    -moz-animation: imageAnimation 40s linear infinite 0s;
    -o-animation: imageAnimation 40s linear infinite 0s;
    -ms-animation: imageAnimation 40s linear infinite 0s;
    animation: imageAnimation 40s linear infinite 0s;
}
/*.slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}*/
.slideshow li div h3 {
  font-family: "helvetica neue", helvetica;
  text-transform: uppercase;
  font-size: 80px;
  padding: 0;
  line-height: 200px;
  color: rgba(255,255,255, 0.8);
}
.slideshow li:nth-child(1) span { background-image: url(../images/new_mine1.jpg) }
.slideshow li:nth-child(2) span {
    background-image: url(../images/new_mine2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    background-image: url(../images/new_mine3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
    background-image: url(../images/new_mine4.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(5) span {
    background-image: url(../images/mine4.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(6) span {
    background-image: url(../images/new_mine1.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.slideshow li:nth-child(1) div {
     background-image: url(../images/mine4.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(2) div {
     background-image: url(../images/new_mine2.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(3) div {
     background-image: url(../images/mine2.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(4) div {
     background-image: url(../images/mine4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.slideshow li:nth-child(5) div {
     background-image: url(../images/mine1.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(6) div {
    background-image: url(../images/new_mine3.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -webkit-transform: scale(1.05);
      -webkit-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -webkit-transform: scale(1.1);
  }
  25% {
      opacity: 0;
      -webkit-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -moz-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -moz-transform: scale(1.05);
      -moz-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -moz-transform: scale(1.1);
  }
  25% {
      opacity: 0;
      -moz-transform: scale(1.1);
  }
  100% { opacity: 0;}
}
@-o-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -o-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -o-transform: scale(1.05);
      -o-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -o-transform: scale(1.1);
  }
  25% {
      opacity: 0;
      -o-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
  0% {
      opacity: 0;
      -ms-animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      -ms-transform: scale(1.05);
      -ms-animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      -ms-transform: scale(1.1);
  }
  25% {
      opacity: 0;
      -ms-transform: scale(1.1);
  }
  100% { opacity: 0 }
}
@keyframes imageAnimation { 
  0% {
      opacity: 0;
      animation-timing-function: ease-in;
  }
  8% {
      opacity: 1;
      transform: scale(1.05);
      animation-timing-function: ease-out;
  }
  17% {
      opacity: 1;
      transform: scale(1.1);
  }
  25% {
      opacity: 0;
      transform: scale(1.1);
  }
  100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span{
  opacity: 1;
}
@media screen and (max-width: 1140px) { 
  .slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
  .slideshow li div h3 { font-size: 50px }
}

.mainwrapper
{
  /**background-color: #e0dec880;*/
}

.headerwrapper 
{
    /*background-color: #30419b;*/
    background-color: #f6e1e1;
}

.headerwrapper .header-left .menu-collapse 
{
    border: 1px solid #30419b;
    color: #30419b;
}

.headerwrapper .header-right .btn-group > .btn 
{
    border: 0;
    background-color: #30419b;
}

.contentpanel 
{
    top:0px;
    margin-bottom: 130px;
}

.leftpanel 
{
    top: 0px;
    background-color: #fff;
}

.leftpanel .nav > li
{
    border-top: 1px solid #d1c5c5;
}

.leftpanel .profile-left 
{
    background-color: #e0dec880;
}

.leftpanel .nav > li.parent::after
{
    color: #30419b;
}

.h3-dashboard
{
	/*color: rgb(255, 255, 255);*/
    color: #423a3a;
    padding: 0px;
    margin: auto;
}

.img-center
{
  margin: auto;
  display: block;
}

.img-width
{
  width: 43px;
}

.h3-module-title
{
	font-family: "Times New ROman";
    font-size: 25px;
    color: rgb(245, 237, 237);
    padding: 0px 10px 10px;
}

.leftpanel .profile-left 
{
    padding: 0px 30px 10px 30px;
    min-height: 0px;
}

.leftpanel .profile-left .profile-thumb 
{
    border: 2px solid #428bca;
}

.leftpanel .nav > li.active > a, .leftpanel .nav > li.active > a:hover 
{
    color: #fff;
    background-color: #30419b;
}


.leftpanel .nav .children li a 
{
    font-weight: normal;
    font-size: 14px;
    color: #444;
    padding: 6px 10px 6px 20px;
    font-family: 'Sans-serif';
}

.leftpanel .nav > li > a i 
{
    color: #30419b;
}

.panel-main
{
  /***height:215px; ***/
}

.main-more-btn
{
  background-color: #544e4e9e;
}

.panel-index
{
  height:200px;
}

.leftpanel .nav .active .children
{
  display: none;
}

.mainwrapper.collapsed .nav > li.active > a > span:not(.badge) 
{
    background-color: #30419b;
}

.fa-right
{
  margin-right: 4px;
  color: #30419b;
}

.headerwrapper .header-right .btn-group .dropdown-menu li a
{
    font-size: 16px;
}

.panel-icon 
{
    background: transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: auto;
    height: auto;
    float: none;
    margin-right: 0px;
}

.row-stat .md-title 
{
    opacity: 1.6;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 18px;
}

.custom-col-md-2
{
	width: 20%;
}

.custom-mt20 
{
    margin-top: 38px !important;
}

.custom-mt20-1
{
	margin-top: 53px !important;
}

.md-title-exception
{
	font-size: 12px !important;
    margin-bottom: 2px !important;
}

.text-sm 
{
    min-height: 45px;
    line-height: 18px;
    margin-bottom: 10px;
}

.digifont 
{
    font-family: 'DSDIGI';
    font-size: 20px;
    margin-bottom: 0;
    width: fit-content;
    margin: 0 auto;
}

.digifont-1 
{
    font-family: 'DSDIGI';
    font-size: 30px;
    margin-bottom: 0;
    width: fit-content;
    margin: 0 auto;
}

.h5
{
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
}

.unit-icons
{
  display:inline;
}

.rupay::before 
{
    content: "\f156";
    font-family: FontAwesome;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 20px;
    margin-top: 0px;
}

.rupay::after 
{
    content: 'Cr';
    display: block;
    float: right;
    font-family: initial;
    margin-left: 5px;
    font-size: 20px;
    margin-top: 0px;
}

.pt-2, .py-2 
{
    padding-top: .5rem !important;
    text-transform: capitalize;
    font-size: 16px;
}

.noborder 
{
    border: 0;
    background: transparent;
}

.panel-styling
{
  border-radius: 15px !important;

}

.panel-styling:hover
{
  transform: scale(1.1);
  z-index: 100;
  transition-duration: 0.8s;
  box-shadow: 0px 1px 9px 1px #38383838;
}

/*.bold
{
	margin-top: 35px !important;
    font-size: 25px;
}*/

/*.blue 
{
    background-color: #2485d4 !important;
}

.aqua 
{
    background-color: #0eacae !important;
}

.purple 
{
    background-color: #9a64b7 !important;
}

.dark-blue 
{
    background-color: #223a93 !important;
}

.red
{
    background-color: #d42456 !important;
}

.light-blue 
{
    background-color: #2485d4 !important;
}*/
.vc-chrome 
{
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 9;
}
.current-color 
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #000;
  cursor: pointer;
}

hr 
{
    border-top: 1px dashed #fff;
}

.scrollToTop
{
    width:100px; 
    height:130px;
    padding:10px; 
    text-align:center; 
    background: transparent;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    top:90%;
    right:40px;
    display:none;
    z-index: 9999;
}
.scrollToTop:hover
{
    text-decoration:none;
}

.img-arrow-up
{
	width:40px;
	height:40px;
}

.panel-heading 
{
    padding: 10px 20px 10px 20px;
}

.panel-primary-head .panel-heading 
{
    border-bottom: 2px solid #07599F;
}

.panel-default > .panel-heading 
{
    /*border-color: #b3311a;
    background-color: #b3311a;*/
    border-color: #574f4e;
    background-color: #428bca;
}


.panel-title 
{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.form-horizontal .control-label 
{
    font-weight: bold;
}

.select2-container
{
    width:100% !important;
}

.select2-default 
{
    color: #4d4848 !important;
}

.col-sm-3-custom
{
  text-align: left !important;
  margin-left: 30px !important;
}

.error
{
    color:#b01313;
    display: block;
}

sup
{
  color:#b01313;
  font-size: 2rem;
  top: 0;
}

.mandatory
{
  color:#b01313;
}

.alert-danger-login 
{
    color: #ab1512;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 18px;
}

.alert-success-all
{
  color: #fff;
  background-color: #13630e;
  border-color: #13630e;
  font-size: 18px;
}

.alert-success-all .close 
{
    color: #fff;
    font-size: 25px;
    opacity: 1;
    line-height: 0.7;
}

.alert-danger-login  .close 
{
    color: #CF3112;
    font-size: 25px;
    opacity: 1;
    line-height: 0.7;
}

.swal-error
{
  width: 40em;
  padding: 2.25em;
}

.swal-error .swal2-title
{
  color: #f20c0c;
}

.swal-error .swal2-styled.swal2-confirm
{
  background-color: #1d275de6;
  font-size: 1.5em
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  /*max-width: 346px; */
  
  text-align: center;
  background-image: linear-gradient(to top, #fbf6f6 , #30419be6);
  /*background: #fff;*/
  margin-top: 0px;
  border-radius: 4%;
  border: 2px solid #fff;
  /*margin-bottom: 25px;*/
  padding-left: 0px;
  padding-right: 0px;
}

.card-details {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

  margin: auto;
  background-image: linear-gradient(to top, #fbf6f6 , #eb951d);
  /*background: #fff;*/
  margin-top: 0px;
  border: 2px solid #fff;
  /*margin-bottom: 25px;*/
  padding-left: 15px;
  padding-right: 0px;
}

.card-details-title {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  background-image: linear-gradient(to top, #fbf6f6 , #e98b06);
  /*background: #fff;*/
  margin-top: 0px;
  border: 2px solid #fff;
  /*margin-bottom: 25px;*/
  padding-left: 15px;
  padding-right: 0px;
  height: 200px !important;
}

.img-card
{
  width: 70%;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-top: 12px;
  height: 185px !important;
}

.h3-card
{
  color: #171515;
  font-weight: bold;
}

.h3-card-center
{
  color: #171515;
  font-weight: bold;
  text-align: center;
}

.title 
{
  color: #171515;
  font-size: 18px;
  margin-bottom: 50px;
  font-weight: bold;
}

/*Data Updation*/
.fa-red
{
  font-size: 2.5rem;
  color: #ce2424;
}

.fa-yellow
{
  font-size: 2.5rem;
  color: #eddb16;
}

.fa-green
{
  font-size: 2.5rem;
  color: #51ed16;
}

.span-data
{
    font-size: 1.8rem;
    padding-left: 6px;
}

.panel-primary-head .panel-heading-data 
{
    background-color: #30419be6;
    border-radius: 25px;
    border-bottom:0px;
}

.form-group-data
{
  padding-left: 20px;
  padding-right: 20px;
}

.fa-square-data
{
  font-size: 3.5rem;
}

.radio-data label::before
{
  top:8px;
}

.radio-data input[type="radio"]:checked + label::after
{
  top: 11px;
}
/*Data Updation*/

/*Flexslider*/
.carousel-wrapper
{
  margin-top: 0px;
}
.carousel-wrapper 
{
    padding: 0px 0 0px 0px;
    background: url(../images/carousel-bg.png) repeat;
    border-top: 0px solid #d2d2d2;
    height: 150px;

     /*shailendra footer  code start*/

     position: absolute !important;
     width: 100%;
 
    /*shailendra footer  code end */
}



/* shailendra code start**/

@media(max-width:  768px){


  .flexslider
  {
  margin-top: -69px;
  }
 
  .container-flexslider {
     margin-top: 0px !important; 
}
}


@media(max-width:320px){

.flexslider
  {
  margin-top:0px;
  }

}



/*shailendra code end */

.container-flexslider 
{
    position: relative;
    margin: 0 auto;
    display: block;
    max-width: 1180px;
}
/*Flexslider*/

/*Show Users*/
.th-data
{
  background-color: rgb(66 139 202);
}

.table.dataTable thead > tr > th 
{
    color: #fff;
}

.table-striped > tbody > tr > td
{
  color: rgb(68, 68, 68);
  font-size: 15px;
}

.table-striped > tbody > tr > .td-center
{
  color: rgb(68, 68, 68);
  font-size: 15px;
  text-align: center;
}

.btn-padding
{
  padding: 5px 3px;
}

a
{
  cursor:pointer;
}

/*Show Users*/


/*Button css*/
.pageheader 
{
    height: 60px;
}

.pageheader .pageicon 
{
    border-radius: 3px;
    padding-top: 3px;
    padding-left: 4px;
    width: 30px;
    height: 30px;
    font-size: 20px;
}

.a-color
{
  color: rgb(255, 255, 255);
}

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

.pageheader .breadcrumb 
{
    margin: 7px 0px 0px 0px;
    padding: 0;
    background: none;
    font-size: 17px;
    color: #5D5C5C;
    line-height: 18px;
}

.datepicker{ z-index:99999 !important; }

.ui-datepicker td.ui-datepicker-today a 
{
    background: rgba(234, 82, 32, 0.87);
    color: #fff;
}

.ui-datepicker select.ui-datepicker-year 
{
    z-index: 1000 !important;
}
.ui-datepicker select.ui-datepicker-month
{
  z-index: 1000 !important;
}

.row-center
{
  text-align: center;
  margin-top: 20px;
}

.btn-primary-ext 
{
    color: #fff;
    background-color: #f05c0c;
    border-color: #f05c0c;
    border-radius: 25px !important;
    padding: 5px 7px;
}

.capitalize
{
  text-transform: capitalize;;
}

.modal-title-ext
{
  font-size: 25px;
  color: #333;
  margin-top: 3px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 11px;
}
/*Button css*/

/*Footer*/
footer
{    
  margin-top: 1000px;
  display: grid;
}

.footer-top-wrapper 
{
    text-align: center;
    background: url(../images/footer-top-bg.jpg) repeat;
}

.footer-top-wrapper ul 
{
    display: inline-block;
    padding: 12px 0px 7px 0px;
    margin-bottom: 0;
    list-style: none;
}

.footer-top-wrapper ul li 
{
    float: left;
    color: #888888;
}

.footer-top-wrapper ul li:first-child::before 
{
    content: '';
}

.footer-top-wrapper ul li::before 
{
    content: '|';
}

.footer-top-wrapper ul li a 
{
    padding: 0px 12px;
    color: #888888;
    font-size: 14px;
}
.footer-bottom-wrapper 
{
  background-repeat: repeat;
  background-color: #333;
  padding: 0px 0px;
  color: #b8b8b8;
  text-align: center;
  
/*shailendra footer  code start*/

  /*position: relative;*/
  position: absolute;
  width: 100%;
  margin-top: 150px;

/*shailendra footer  code end */
}
.footer-content 
{
    display: inline-block;
    padding: 10px 0;
}
/*Footer*/


/*Toggle Button*/

.toggle-btn {
  width: 80px;
  height: 40px;
  margin: 10px;
  border-radius: 50px;
  display: block;
  position: relative;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyklEQVQ4T42TaxHCQAyENw5wAhLACVUAUkABOCkSwEkdhNmbpHNckzv689L98toIAKjqGcAFwElEFr5ln6ruAMwA7iLyFBM/TPDuQSrxwf6fCKBoX2UMIYGYkg8BLOnVg2RiAEexGaQQq4w9e9klcxGLLAUwgDAcihlYAR1IvZA1sz/+AAaQjXhTQQVoe2Yo3E7UQiT2ijeQdojRtClOfVKvMVyVpU594kZK9zzySWTlcNqZY9tjCsUds00+A57z1e35xzlzJjee8xf0HYp+cOZQUQAAAABJRU5ErkJggg==") no-repeat 50px center #e74c3c;
  cursor: pointer;
  -webkit-transition: background-color .40s ease-in-out;
  -moz-transition: background-color .40s ease-in-out;
  -o-transition: background-color .40s ease-in-out;
  transition: background-color .40s ease-in-out;
  cursor: pointer;
}
.toggle-btn.active {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmUlEQVQ4T6WT0RWDMAhFeZs4ipu0mawZpaO4yevBc6hUIWLNd+4NeQDk5sE/PMkZwFvZywKSTxF5iUgH0C4JHGyF97IggFVSqyCFga0CvQSg70Mdwd8QSSr4sGBMcgavAgdvwQCtApvA2uKr1x7Pu++06ItrF5LXPB/CP4M0kKTwYRIDyRAOR9lJTuF0F0hOAJbKopVHOZN9ACS0UgowIx8ZAAAAAElFTkSuQmCC") no-repeat 10px center #2ecc71;
}
.toggle-btn.active .round-btn {
  left: 45px;
}
.toggle-btn .round-btn {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -15px;
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.toggle-btn .cb-value {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.margin-left
{
  margin-left: 15px !important;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  font-size: 15px;
  font-weight: 500;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #504a4a;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  color: #4a535e;
  font-size: 15px;
  font-weight: 500;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 12px;
  height: 12px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

/*Media Query*/
@media(min-width:1024px){
	.mainwrapper 
	{
       top: 180px;
    }
}

@media(max-width:768px){
    
    .text-right-2 
    {
      text-align: center;
    }

	.mainwrapper 
	{
      top: 180px;
    }
  
    .contentpanel
    {
        top: 0px;
    }

    .show-left .leftpanel 
    {
      top:62px;
    }

    .h3-module-title
    {
    	margin-top: 40px;
        padding-left: 15px;
    }

    .container-flexslider 
    {
      margin-top:70px;
    }

    .flexslider
    {
      margin-top: 20px;
    }
}

/*@media(min-width:768px){
	.mainwrapper
	{
       top: 250px;
    }
}*/

@media(max-width:414px){

	.common-left
	{
		text-align: center;
        float: none;
        padding-bottom: 10px;
	}

	.common-right ul.social-network li 
	{
       display: inline;
       margin: 0 0px 5px;
    }

	.img-logo-main
	{
		margin: auto;
       display: block;
       padding-top: 10px;
       padding-bottom: 10px;
	}

	.mainwrapper 
	{
      top: 150px;
    }

    .contentpanel
    {
        top: 80px;
    }

    .container-flexslider 
    {
       margin-top: 30px;
   }


    /*modules CSS*/
    .provisional-targets{
      position: absolute;
      margin-left: 280px;
    }
   
}