
/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Ruda:400,700,900);



body {
  color: #797979;
  background: #f2f2f2;
  font-family: 'Ruda', sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size:13px;
}

/*.main_crsl {
     position: relative;
height: 400px;
}

.item,img {
  position: absolute;
  
min-height: 300px !important;
}
*/

.warn{
  width: 17px;
  margin-right: 6px;
  margin-top: -3px;
}

.nocontent{
  color: #707070 !important;
  font-size: 16px;
  margin-top: 20px;
}

.the_img{
  width: 100%;
}
.pad_l10
{
  padding-left: 10px;
}
.te_padding{
  padding-right: 0;
}

.otheaters{
  font-size: 24px !important;
}

.md_4img{
  overflow: hidden;
  height:175px;
}

#npara{
    margin-top: 18px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.upgrade{
  background-color: #0093ff;
  color: white;
  padding: 8px 17px;
  border-radius: 25px;
  letter-spacing: 1px;
}
.ws_controls{
  display: none;
}


.fb_log
{
    background-color: #3c579e;
    color: #fff !important;
    display: block !important;
    padding: 8px 0px !important;
    text-align: center !important;
    font-size: 16px !important;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-top: 15px;
    cursor: pointer;
}
.fb_log i
{
  margin-right: 10px;
    padding-right: 0px !important;
    font-size: 16px !important;
}
.insta_log
{
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff !important;
    display: block !important;
    padding: 8px 0px !important;
    text-align: center !important;
    font-size: 16px !important;
    border-radius: 4px;
    cursor: pointer;
}
.insta_log i
{
  margin-right: 10px;
    padding-right: 0px !important;
    font-size: 16px !important;
}




.casedit{
  background-color: white;
  padding: 5px 7px;
  border-radius: 5px;
  color: black;
  margin-bottom: 10px;
  font-size: 16px;
}

.pad10{
  padding:0px 100px;
}

.subtn{
  background-color: transparent;
  columns: white;
  border: 2px solid white;
  border-radius: 0px;
  color: white;
  padding: 10px 50px;
  transition: 1s;
}

.fll{
  background-color: transparent;
  color: white;
}

#ldrab{
  position: absolute;
  top: 36px;
  left: 53px;
}

#svgab{
  position: absolute;
  top: 40px !important;
  left: -53px;
}

#svgnew{
  position: absolute;
  top: 0px !important;
  top: 58px !important;
  right: 38px;
}

.ldr2{
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #020202;
  border-bottom: 4px solid #050505;
  width: 26px;
  height: 26px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 54px;
  right: 36px;
  display: none;
}

.hidew{
  display: none;
  position: relative;
}

.rnt{
  background-color: white;
  border: 1px solid white;
  padding: 7px 42px;
  color: black;
  border-radius: 4px;
  text-transform: uppercase;
  margin-top: 15px;
}

#team9{
  font-family: 'Catamaran', sans-serif;
  font-weight: bold;
  color: white;letter-spacing: 1px;
  font-size: 40px;
  margin-top:30px;
}

.over{
  background-color:#0009;
  height: 650px;
  width: 85%;
  position: absolute;
  top: 69px;
}

.col_9h5 p{
  color: white;
  white-space: nowrap; 
  width:100%; 
  overflow: hidden;
  text-overflow: ellipsis; 
  font-size: 14px;
}

.col_9h5{
  padding-right: 0;
}

.tgline{
     font-family: 'Catamaran', sans-serif;
     font-size: 14px;
}

#nwk{
  font-size:40px;
  padding: 0px;
  text-transform: uppercase;
  font-weight: normal;
  color: #2a2a2a;
  margin: 0;
  line-height: 50px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}

/*toggle*/

.example .btn-toggle {
  top: 50%;
  transform: translateY(-50%);
}

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background:#0690bd;
}

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

.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}

.btn-toggle:before {
  content: 'Off';
  left: -4rem;
}

.btn-toggle:after {
  content: 'On';
  right: -4rem;
  opacity: .5;
}

.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left .25s;
}

.btn-toggle.active {
  transition: background-color 0.25s;
}

.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left .25s;
}

.btn-toggle.active:before {
  opacity: .5;
}

.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}

.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}

.btn-toggle.active {
  background-color: #29b5a8;
}

.btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}

.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}

.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}

.btn-toggle.btn-lg:before {
  content: 'Monthly';
  left: -7rem;
  font-size: 11px;
  color: white;
}

.btn-toggle.btn-lg:after {
  content: 'Annual';
  right: -6rem;
  opacity: .5;  font-size: 12px;
  color: white;
}

.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: left .25s;
}

.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left .25s;
}

.btn-toggle.btn-lg.active:before {
  opacity: .5;
}

.btn-toggle.btn-lg.active:after {
  opacity: 1;
}

.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.6875rem;
  width: 3.875rem;
}

.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}

.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}

.btn-toggle.btn-sm:before {
  content: 'Off';
  left: -0.5rem;
}

.btn-toggle.btn-sm:after {
  content: 'On';
  right: -0.5rem;
  opacity: .5;
}

.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left .25s;
}

.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left .25s;
}

.btn-toggle.btn-sm.active:before {
  opacity: .5;
}

.btn-toggle.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.4125rem;
  width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}

.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}

.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}

.btn-toggle.btn-xs:before {
  content: 'Off';
  left: 0;
}

.btn-toggle.btn-xs:after {
  content: 'On';
  right: 0;
  opacity: .5;
}

.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left .25s;
}

.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}

.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left .25s;
}

.btn-toggle.btn-xs.active:before {
  opacity: .5;
}

.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}
.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}
.month{
 font-size: 18px;
 color: white;
 margin-top: 30px;
}
.yr{
    display: none;
    font-size: 18px;
 color: white;
 margin-top: 30px;
}
#inrpri{
    font-size: 40px;
}
.benifitss{
    width: 70%;
    margin: 0px auto;
    border-top: 5px solid #363636;
    padding: 10px 0px;
}
.benifitss p{
    text-align: left;
}
.ove{
    background-color: #0009;
   height: 695px;
width:84%;
position: absolute;
top: 69px;
}
.paynow{
    background-color: #0690bd;
border: 1px solid #0690bd;
color: white;
margin-bottom: 20px;
padding: 6px 21px;
border-radius: 3px;
font-family: 'Catamaran', sans-serif;
font-size: 14px;
}
.paynow:hover{
background-color: #21b3e3;
border: 1px solid #21b3e3;
}
.benn{
    font-family: 'Catamaran', sans-serif;
    font-size:20px;
    text-align: left;
    text-transform: uppercase;
    color: white;
}
.benifitss p{
     font-family: 'Catamaran', sans-serif;
     font-size: 16px;
     color: #a1a1a1;
}
/*end*/
#em{
    height: 40px;
padding: 0px 10px;
box-shadow: inset 0 1px 1px #AAA;
}
ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
::selection {

    background: #68dff0;
    color: #fff;
}
::-moz-selection {
    background: #68dff0;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
}

/* Bootstrap Modifications */
.modal-header {
  background:#a7a7a7;
}

.modal-title {
  color: white;
}

.btn-round {
  border-radius: 20px;
  -webkit-border-radius: 20px;
}

.accordion-heading .accordion-toggle {
  display: block;
  cursor: pointer;
  border-top: 1px solid #F5F5F5;
  padding: 5px 0px;
  line-height: 28.75px;
  text-transform: uppercase;
  color: #1a1a1a;
  background-color: #ffffff;
  outline: none !important;
  text-decoration: none;
} 


.info div > span>a{
    color: #bcb8b8;
}
.info div > span>a:hover{
    color:white;
}
/*Theme Backgrounds*/

.bg-theme {
  background-color: #68dff0;
}

.bg-theme02 {
  background-color: #ac92ec;
}

.bg-theme03 {
  background-color: #48cfad;
}

.bg-theme04 {
  background-color: #ed5565;
}
/*Theme Buttons*/

.btn-theme {
  color: #fffdfd;
background-color: #302f2f;
border-color: #353535;
  transition: 1s;
}
.btn-theme:hover {
  color:white;
  background-color:black;
  border-color:black;
    transition: 1s;
}

.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #48bcb4;
  border-color: #48bcb4;
}

.btn-theme02 {
  color: #fff;
  background-color: #ac92ec;
  border-color: #967adc;
}
.btn-theme02:hover,
.btn-theme02:focus,
.btn-theme02:active,
.btn-theme02.active,
.open .dropdown-toggle.btn-theme02 {
  color: #fff;
  background-color: #967adc;
  border-color: #967adc;
}

.btn-theme03 {
  color: #fff;
  background-color: #48cfad;
  border-color: #37bc9b;
}
.btn-theme03:hover,
.btn-theme03:focus,
.btn-theme03:active,
.btn-theme03.active,
.open .dropdown-toggle.btn-theme03 {
  color: #fff;
  background-color: #37bc9b;
  border-color: #37bc9b;
}

.btn-theme04 {
  color: #fff;
  background-color: #ed5565;
  border-color: #da4453;
}
.btn-theme04:hover,
.btn-theme04:focus,
.btn-theme04:active,
.btn-theme04.active,
.open .dropdown-toggle.btn-theme04 {
  color: #fff;
  background-color: #da4453;
  border-color: #da4453;
}

.btn-clear-g {
  color: #48bcb4;
  background: transparent;
  border-color: #48bcb4;
}

.btn-clear-g:hover {
  color: white;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #797979;
}



/*Helpers*/

.centered {
  text-align: center;
}

.goleft {
  text-align: left;
}

.goright {
  text-align: right;
}



.mb {
  margin-bottom: 25px;
}

.ml {
  margin-left: 5px;
  }

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

/*Exclusive Theme Colors Configuration*/

.label-theme {
  background-color: #68dff0;
}

.bg-theme {
  background-color: #68dff0;
}

ul.top-menu > li > .logout {
  color: #f2f2f2;
  font-size: 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #64c3c2 !important;
  padding: 5px 15px;
  margin-right: 15px;
  background: #68dff0;
  margin-top: 15px;

}
.price{
    height: 150px;
    background-color: white;
    padding: 10px 0px;
    color: #333;
}
.price1{
   height: 150px;
   background-color:white;
   padding: 10px 0px;
   color: #333;
}
.pack1,.pack2{
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#cnamee{
    color: #2a2a2a;
    margin: 0;
    line-height: 40px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    font-size:30px;
    margin-top:0px;text-align: center;
}
/*sidebar navigation*/

#sidebar {
    width: 226px;
    height: 100%;
    position: fixed;
    background:#020202;border-right: 1px solid #181818;
    
}
.plan1{
    background-color: #ffc935;
padding: 4px 0px;
color: white;
font-size: 20px;
text-align: center;
font-weight: bold;letter-spacing: 1px;
margin-bottom: 0px;font-family: 'Raleway', sans-serif;

}
.plan2{
background-color: #52b4f3;
padding: 4px 0px;
color: white;
font-size: 20px;
text-align: center;
font-weight: bold;letter-spacing: 1px;
margin-bottom: 0px;font-family: 'Raleway', sans-serif;
}
.plan{
    font-family: 'Raleway', sans-serif;
    color: #565151;
    text-align: center;
}
#prinum{
    font-size: 45px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
#sidebar h5 {
  color: #f2f2f2;
  font-weight: 700;
}
.benifits{
      font-family: 'Raleway', sans-serif;
    color:#333;
    text-transform: uppercase;
    margin-top:15px;
    letter-spacing: 1px;margin-left: 37px;
    font-weight: bold;

}
.beni ul>li{
  list-style:square;font-family: 'Raleway', sans-serif;
}
.listbe{
   
}
.beni{
    width: 85%;
    margin: 0px auto;
}
.buyn{
    font-size: 16px;
    margin-top: 20px;
    background-color: #ffc935;
    padding: 8px 49px;
    border: 1px solid white;
    color: white
}
.buyn:hover{
background-color:#e1aa12; 
}
.buyno{
    font-size: 16px;
    margin-top: 20px;
    background-color:#52b4f3;
    padding: 8px 49px;
    border: 1px solid white;
    color: white
}
.buyno:hover{
background-color: #1b93e1;
}
#sidebar ul li {
    position: relative;
}

#sidebar .sub-menu > .sub li  {
    padding-left: 10px;
}

#sidebar .sub-menu > .sub li:last-child {
    padding-bottom: 10px;
}

/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height:17px;
    width:17px;
    display:inline-block;
    background: url("../img/nav-expand.png") no-repeat top;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:absolute;
    right:10px;
    top:15px;
}
.active .dcjq-icon {
    background: url("../img/nav-expand.png") no-repeat bottom;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
#member{
    -webkit-transform: rotate(327deg);
    position: absolute;
top: -21px;
left: -40px;
}
.package{
    width: 70%;
    margin: 0px auto;

    margin-top: 20px;
}
/*---*/

.nav-collapse.collapse {
    display: inline;
}
.feed{
font-size: 14px;
color: #e1dede;
}
.fedb{
    background-color: transparent;
border: 1px solid #565656;
height:29px;
width: 40%;
color: white;
padding: 0px 5px;
}
.gfeed{
background-color: white;
border: 1px solid white;
padding: 4px 16px;
margin-left: 16px;
color: black;
border-radius: 4px;
text-transform: uppercase;

}
.rpad{
    padding: 25px 0px;
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 0px;
border-top: 1px solid #1a1a1a;
border-bottom: 1px solid #1d1d1d;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub{
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
 margin-top: 15px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}
.ffo{
margin-top: 8px;
}
.fth{
    margin-top: 8px;
}
#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
    display: block;
}

ul.sidebar-menu li ul.sub li{
    background:#1b1c1eb3;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border: 0.1px solid #1e1c1c80;
}

ul.sidebar-menu li ul.sub li:last-child{
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
    padding: 6px 0;
    line-height: 35px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #aeb2b7;
}

ul.sidebar-menu li ul.sub li a:hover {
  color: white;
  background: transparent;
}

ul.sidebar-menu li ul.sub li.active a {
    color: #68dff0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

ul.sidebar-menu li{
    /*line-height: 20px !important;*/
    margin-bottom: 5px;
    margin-left:10px;
    margin-right:10px;
}

ul.sidebar-menu li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu li a span{
    display: inline-block;
}

ul.sidebar-menu li a{
    color: #aeb2b7;
    text-decoration: none;
    display: block;
    padding: 15px 0 15px 10px;
    font-size: 12px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background:#1B1B1B;
    color: #fff;
    display: block;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


ul.sidebar-menu li a i {
    font-size: 15px;
    padding-right: 6px;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #fff;
}

ul.sidebar-menu li a.active i {
    color: #fff;
}


.mail-info, .mail-info:hover {
    margin: -3px 6px 0 0;
    font-size: 11px;
}

/* MAIN CONTENT CONFIGURATION */
#main-content {
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.black-bg {
    background: transparent;
}

.wrapper {

    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    padding-top:0px;
    width: 100%;
}
.carousel-control.left,.carousel-control.right{
    background: none !important;
        z-index: 10;
}

a.logo {
    font-size: 20px;
    color: #ffffff;
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
}

a.logo b {
    font-weight: 900;
}

a.logo:hover, a.logo:focus {
    text-decoration: none;
    outline: none;
}

a.logo span {
    color: #68dff0;
}


/*notification*/
#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 15px;
    margin-left: 92px;
}

.notify-row .notification span.label {
    display: inline-block;
    height: 18px;
    width: 20px;
    padding: 5px;
}

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border:1px solid #666666 !important;
    padding: 2px 6px;
    margin-right: 15px;
}

ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
    border:1px solid #b6b6b6 !important;
    background-color: transparent !important;
    border-color: #b6b6b6 !important;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #b6b6b6 !important;
}

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

#MybtnModal {
    position: fixed;
    top: 8%;
    right:0px;
    z-index: 999;
    line-height: 14px;
}

.maindivn .im img {
    border-radius: 50%;
    border: 3px solid #fff;
    width: 80%;
}
/*-------------*/
img#sliderimg {
    max-height: 400px;
}
#custom_carousel .item img{
    margin: 0 0 0 auto;
}

div#custom_carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 90%;
}
/*--------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended  {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    };
    }

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.dropdown-menu.extended li p.green {
    background-color: #68dff0;
    color: #fff;
}

.dropdown-menu.extended li p.yellow {
    background-color: #fcb322;
    color: #fff;
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

.dropdown-menu.extended li a:hover {
    background-color: #F7F8F9 !important;
    color: #2E2E2E;
}

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

.dropdown-menu.inbox li a .subject .from {
    font-size: 12px;
    font-weight: 600;
}

.dropdown-menu.inbox li a .subject .time {
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 5px;
}

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

.top-nav  {
    margin-top: 7px;
}

.top-nav ul.top-menu > li .dropdown-menu.logout {
    width: 268px !important;

}

.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}

.dropdown-menu.extended.logout > li:last-child {
    float: left;
    text-align: center;
    width: 100%;
    background: #a9d96c;
    border-radius: 0 0 3px 3px;
}

.dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
    color: #fff;
    border-bottom: none !important;
    text-transform: uppercase;
}

.dropdown-menu.extended.logout > li:last-child > a:hover > i{
    color: #fff;
}

.dropdown-menu.extended.logout > li > a {
    color: #a4abbb;
    border-bottom: none !important;
}

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

.dropdown-menu.extended.logout > li > a:hover i {
    color: #50c8ea;
}

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}
.top-nav ul.top-menu > li {
    margin-left: 10px;
}

.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
    border:1px solid #F1F2F7;
    background: #F1F2F7;

}

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}
.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*----*/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}
.notify-arrow-green {
    border-color: transparent transparent #68dff0;
    border-bottom-color: #68dff0 !important;
    border-top-color: #68dff0 !important;
}



/*--sidebar toggle---*/

.sidebar-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

.sidebar-toggle-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}


.sidebar-closed > #sidebar > ul {
    display: none;
}

.sidebar-closed #main-content {
    margin-left: 0px;
}

.sidebar-closed #sidebar {
    margin-left: -180px;
}


/* Dash Side */

.ds {
  background: #ffffff;
  padding-top: 20px;
}

.ds h4 {
  font-size: 14px;
  font-weight: 700;
}

.ds h3 {
  color: #ffffff;
  font-size: 16px;
  padding: 0 10px;
  line-height: 60px;
  height: 60px;
  margin: 0;
  background: #ff865c;
  text-align: center;
}

.ds i {
  font-size: 12px;
  line-height: 16px;
}

.ds .desc {
  border-bottom: 1px solid #eaeaea;
  display: inline-block;
  padding: 15px 0;
  width: 100%;
}

.ds .desc:hover {
  background: #f2f2f2;
}

.ds .thumb {
  width: 30px;
  margin: 0 10px 0 20px;
  display: block;
  float: left;
}

.ds .details {
  width: 170px;
  float: left;
}

.ds > .desc p {
  font-size: 11px;
}

.ds p > muted {
  font-size: 9px;
  text-transform: uppercase;
  font-style: italic;
  color: #666666
}

.ds a {
  color: #68dff0;
}
.popclose{
    font-size: 24px !important;
float: right;
margin-right: 19px;
-webkit-transition: -webkit-transform .8s ease-in-out;
transition: transform .8s ease-in-out;
}
/* LINE ICONS CONFIGURATION */

.mtbox {
  margin-top: 80px;
  margin-bottom: 40px;
}

.box1 {
  padding: 15px;
  text-align: center;
  color: #989898;
  border-bottom: 1px solid #989898;
}

.box1 span {
  font-size: 50px;

}

.box1 h3 {
  text-align: center;
}

.box0:hover .box1 {
  border-bottom: 1px solid #ffffff;
}

.box0 p {
  text-align: center;
  font-size: 12px;
  color: #f2f2f2;
}

.box0:hover p {
  color: #ff865c;
}

.box0:hover {
  background: #ffffff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* MAIN CHART CONFIGURATION */
.main-chart {
  padding-top: 20px;
}

.mleft {
}

.border-head h3 {
    margin-top: 20px;
    margin-bottom: 20px;
  margin-left: 15px;  
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    color: #989898;
}

.custom-bar-chart {
    height: 290px;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    border-bottom: 1px solid #c9cdd7;
}

.custom-bar-chart .bar {
    height: 100%;
    position: relative;
    width: 6%;
    margin: 0px 4%;
    float: left;
    text-align: center;
    z-index: 10;
}

.custom-bar-chart .bar .title {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
    font-size: 11px;
}

.custom-bar-chart .bar .value {
    position: absolute;
    bottom: 0;
    background: #ff865c;
    color: #68dff0;
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



.custom-bar-chart .bar .value:hover {
    background: #2f2f2f;
    color: #fff;
}

.y-axis {
    color: #555555;
    position: absolute;
    text-align: left;
    width: 100%;
    font-size: 11px;
}

.y-axis li {
    border-top: 1px dashed #dbdce0;
    display: block;
    height: 58px;
    width: 100%;
}

.y-axis li:last-child {
    border-top: none;
}

.y-axis li span {
    display: block;
    margin: -10px 0 0 -60px;
    padding: 0 10px;
    width: 40px;
}


/*Donut Chart Main Page Conf*/
.donut-main {
  display: block;
  text-align: center;
}

.donut-main h4 {
  font-weight: 700;
  font-size: 16px;
}

/* *************************************************************************************
PANELS CONFIGURATIONS
*************************************************************************************** */

/*Panel Size*/

.pn {
  height: 250px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.pn:hover {
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
  
}

/*Grey Panel*/

.grey-panel {
  text-align: center;
  background: #dfdfe1;
}
.grey-panel .grey-header {
  background: #ccd1d9;
  padding: 3px;
  margin-bottom: 15px;
}
.grey-panel h5 {
  font-weight: 200;
  margin-top: 10px;
}
.grey-panel p {
  margin-left: 5px;
}
/* Specific Conf for Donut Charts*/
.donut-chart p {
  margin-top: 5px;
  font-weight: 700;
  margin-left: 15px;
}
.donut-chart h2 {
  font-weight: 900;
  color: #FF6B6B;
  font-size: 38px;
}

/* Dark Blue*/

.darkblue-panel {
  text-align: center;
  background: #444c57;
}
.darkblue-panel .darkblue-header {
  background: transparent;
  padding: 3px;
  margin-bottom: 15px;
}
.darkblue-panel h1 {
  color: #f2f2f2;
}
.darkblue-panel h5 {
  font-weight: 200;
  margin-top: 10px;
  color: white;
}
.darkblue-panel footer {
  color: white;
}
.darkblue-panel footer h5 {
  margin-left:10px; 
  margin-right: 10px;
  font-weight: 700;
}

/*Green Panel*/
.green-panel {
  text-align: center;
  background: #68dff0;
}
.green-panel .green-header {
  background: #43b1a9;
  padding: 3px;
  margin-bottom: 15px;
}
.green-panel h5 {
  color: white;
  font-weight: 200;
  margin-top: 10px;
}
.green-panel h3 {
  color: white;
  font-weight: 100;
}
.green-panel p {
  color: white;
}

/*White Panel */
.white-panel {
  text-align: center;
  background: #ffffff;
  color: #ccd1d9;
}

.white-panel p {
  margin-top: 5px;
  font-weight: 700;
  margin-left: 15px;
}
.white-panel .white-header {
  background: #f4f4f4;
  padding: 3px;
  margin-bottom: 15px;
  color: #c6c6c6;
}
.white-panel .small {
  font-size: 10px;
  color: #ccd1d9;
}

.white-panel i {
  color: #68dff0;
  padding-right: 4px;
  font-size: 14px;
}

/*STOCK CARD Panel*/
.card {
  background: white;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 1em; 
  height: 250px;
}
.stock .stock-chart {
  background: #00c5de;
}
.stock .stock-chart #chart {
    height: 10.7em;
    background: url(http://i.imgbox.com/abmuNQx2) center bottom no-repeat; 
}    
.stock .current-price {
  background: #1d2122;
  padding: 10px; 
}
.stock .current-price .info abbr {
    display: block;
    color: #f8f8f8;
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 0.18em;
}
.stock .current-price .changes {
    text-align: right; 
}
.stock .changes .up {
  color: #4fd98b
}
.stock .current-price .changes .value {
      font-size: 1.8em;
      font-weight: 700; 
}
.stock .summary {
    color: #2f2f2f;
    display: block;
    background: #f2f2f2;
    padding: 10px;
  text-align: center;
}
.stock .summary strong {
  font-weight: 900;
  font-size: 14px;
}

/*Content Panel*/
.content-panel {
  background: #ffffff;
  box-shadow: 0px 3px 2px #aab2bd;
  padding-top: 15px;
  padding-bottom: 5px;
}
.content-panel h4 {
  margin-left: 10px;
}

/*WEATHER PANELS*/

/* Weather 1 */
.weather {
  background: url(../img/weather.jpg) no-repeat center top;
  text-align: center;
  background-position: center center;
}
.weather i {
  color: white;
  margin-top: 45px;
}
.weather h2 {
  color: white;
  font-weight: 900;
}
.weather h4 {
  color: white;
  font-weight: 900;
  letter-spacing: 1px;
}

/* Weather 2 */
.weather-2 {
  background: #e9f0f4;
}
.weather-2 .weather-2-header {
  background: #54bae6;
  padding-top: 5px;
  margin-bottom: 5px;
}
.weather-2 .weather-2-header p {
  color: white;
  margin-left: 5px;
  margin-right: 5px;
}
.weather-2 .weather-2-header p small {
  font-size: 10px;
}
.weather-2 .data {
  margin-right: 10px;
  margin-left: 10px;
  color: #272b34;
}
.weather-2 .data h5 {
  margin-top: 0px;
  font-weight: lighter;
}
.weather-2 .data h1{
  margin-top: 2px;
}

/* Weather 3 */
.weather-3 {
  background: #ffcf00;
}

.weather-3 i {
  color: white;
  margin-top: 30px;
  font-size: 70px;
}
.weather-3 h1 {
  margin-top: 10px;
  color: white;
  font-weight: 900;
}
.weather-3 .info {
  background: #f2f2f2;
}
.weather-3 .info i {
  font-size: 15px;
  color: #c2c2c2;
  margin-bottom: 0px;
  margin-top: 10px;
}
.weather-3 .info h3 {
  font-weight: 900;
  margin-bottom: 0px;
}
.weather-3 .info p {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 16px;
  color: #c2c2c2;
  font-size: 15px;
  font-weight: 700;
}


/*Twitter Panel*/
.twitter-panel {
  background: #4fc1e9;
  text-align: center;
}
.twitter-panel i {
  color: white;
  margin-top: 40px;
}
.twitter-panel p {
  color: #f5f5f5;
  margin: 10px;
}
.twitter-panel .user {
  color: white;
  font-weight: 900;
}
#small{
    height: 173px;
    border: 1px solid #fff;
}

/* Instagram Panel*/
.instagram-panel {
  background: url(../img/instagram.jpg) no-repeat center top;
  text-align: center;
  background-position: center center;
}
.instagram-panel i {
  color: white;
  margin-top: 35px;
}
.instagram-panel p {
  margin: 5px;
  color: white;
}

/* Product Panel */
.product-panel {
  background: #dadad2;
  text-align: center;
  padding-top: 50px;
  height: 100%;
}

/* Product Panel 2*/
.product-panel-2 {
  background: #dadad2;
  text-align: center;
}
.product-panel-2 .badge {
  position: absolute;
  top: 20px;
  left: 35px;
}
.badge-hot {
  background: #ed5565;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
}

/* Soptify Panel */
#spotify {
  background: url(../img/lorde.jpg) no-repeat center top;
  margin-top: -15px;
  background-attachment: relative;
  background-position: center center;
  min-height: 220px;
  width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#spotify .btn-clear-g {
  top: 15%;
  right: 10px;
  position: absolute;
  margin-top: 5px;
}
#spotify .sp-title {
  bottom: 15%;
  left: 25px;
  position: absolute;
  color: #efefef;
}
#spotify .sp-title h3 {
  font-weight: 900;
}
#spotify .play{
  bottom: 18%;
  right: 25px;
  position: absolute;
  color: #efefef;
  font-size: 20px
}
.followers {
  margin-left: 5px;
  margin-top: 5px;
}

/* BLOG PANEL */
#blog-bg {
  background: url(../img/blog-bg.jpg) no-repeat center top;
  margin-top: -15px;
  background-attachment: relative;
  background-position: center center;
  min-height: 150px;
  width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#blog-bg .badge {
  position: absolute;
  top: 20px;
  left: 35px;
}
.badge-popular {
  background: #3498db;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
}
.blog-title {
  background: rgba(0,0,0,0.5);
  bottom: 100px;
  padding: 6px;
  color: white;
  font-weight: 700;
  position: absolute;
  display: block;
  width: 120px;
}
.blog-text {
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 15px;
  font-size: 12px;
}

/* Calendar Configuration */
#calendar {
  color: white;
  padding: 0px !important;
}
.calendar-month-header {
  background: #43b1a9;
}

/* TODO PANEL */
.steps{
  display: block;
}
.steps input[type=checkbox] {
  display: none;
}
.steps input[type=submit]{
  background: #f1783c;
  border: none;
  padding: 0px;
  margin: 0 auto;
  width: 100%;
  height: 55px;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background 0.5s ease
}
.steps input[type=submit]:hover{
  background: #8fde9c;
}
.steps label{
  background: #393D40;
  height: 65px;
  line-height: 65px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #44494e;
  color: #889199;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 1px;
  text-indent: 52px;
  cursor: pointer;
  transition: all 0.7s ease;
  margin: 0px;
}
.steps label:before{
  content:"";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  margin: 26px 0px 0px 18px;
  border-radius: 100%;
  transition: border 0.7s ease
}
.steps label:hover{
  background: #2B2E30;
  color: #46b7e5
}
.steps label:hover:before{
  border: 1px solid #46b7e5;
}
#op1:checked ~ label[for=op1]:before,
#op2:checked ~ label[for=op2]:before,
#op3:checked ~ label[for=op3]:before{
  border: 2px solid #96c93c;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGFJREFUeNpinHLMhgEHKADia0xQThIQs6JJ9gPxZhYQAcS6QHwDiI8hSYJAC0gBPxDLAvFcIJ6JJJkDxFNBVtgBcQ8Qa6BLghgwN4A4a9ElQYAFSj8C4mwg3o8sCQIAAQYA78QTYqnPZuEAAAAASUVORK5CYII=') no-repeat center center;
}

/* PROFILE PANELS */
/* Profile 01*/
#profile-01 {
  background: url(../img/profile-01.jpg) no-repeat center top;
  margin-top: -15px;
  background-attachment: relative;
  background-position: center center;
  min-height: 150px;
  width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#profile-01 h3 {
  color: white;
  padding-top: 50px;
  margin: 0px;
  text-align: center;
}
#profile-01 h6 {
  color: white;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 900;
}
.profile-01 {
  background: #68dff0;
  height: 50px;
}
.profile-01:hover {
  background: #2f2f2f;
  -webkit-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
  cursor: pointer;
}
.profile-01 p {
  color: white;
  padding-top: 15px;
  font-weight: 400;
  font-size: 15px;
}
#talkbubble {
   width:100%;
   height:auto;
   background:#121212;
   padding: 20px 22px;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
}
#talkbubble:before {
   content:"";
   position: absolute;
   right: 100%;
   top: 26px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 26px solid #121212;
   border-bottom: 13px solid transparent;
}

#talkbubblee {
   width:100%;
   height:auto;
   background:#121212;
   padding: 20px 22px;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
}
#talkbubblee:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 26px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 30px solid #121212;
    border-bottom: 14px solid transparent;
}
.footerb{
padding:16px 10px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000000;
        z-index: 100000000;
}
.footerb p{
    font-size: 14px;
    color:#7d7d7d;
}
.tnc{
    background-color: transparent;
border: 1px solid #454545;
padding: 7px 8px;
border-radius: 5px;transition: 0.4s;font-size: 10px;
}
.tnc:hover{
background-color: white;
}
.btnf{
    float: right;font-size: 10px;
}
.pp{
    background-color: transparent;
border: 1px solid #454545;
padding: 7px 8px;border-radius: 5px;font-size: 10px;
transition: 0.4s;
}
.pp:hover{
background-color: white;
}
.faq{
    background-color: transparent;
border: 1px solid #454545;
padding: 7px 8px;border-radius: 5px;transition: 0.4s;
}
.faq:hover{
background-color: white;
}
#talkbubblee p{
    font-size: 17px;
    font-family: 'Bad Script', cursive;
    color: #c8c8c8;
}
#talkbubble p{
    font-size: 17px;
    font-family: 'Bad Script', cursive;
color: #c8c8c8;
}
#vide{
    margin-left: 12px;
}
/* Profile 02*/
#profile-02 {
  background: url(../img/profile-02.jpg) no-repeat center top;
  margin-top: -15px;
  background-attachment: relative;
  background-position: center center;
  min-height: 200px;
  width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#profile-02 .user {
  padding-top: 40px;
  text-align: center;
}
#profile-02 h4 {
  color: white;
  margin:0px;
  padding-top: 8px;
}
.pr2-social a {
  color: #cdcdcd;
}
.pr2-social a:hover {
  color: #68dff0;
}
.pr2-social i {
  margin-top: 15px;
  margin-right: 12px;
  font-size: 20px;
}


/*spark line*/
.chart {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.chart .heading {
    text-align: left;
}
.chart .heading span {
    display: block;
}
.panel.green-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
#barchart {
    margin-bottom: -15px;
    display: inline-block;
}
.panel.green-chart .chart-tittle .value {
    float: right;
    color: #c0f080;
}
.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}
.panel.terques-chart {
    background: transparent;
    color: #797979;
}
.panel.terques-chart .chart-tittle .value {
    float: right;
    color: #fff;
}
.panel.terques-chart .chart-tittle .value a {
    color: #2f2f2f;
    font-size: 12px;
}
.panel.terques-chart .chart-tittle .value a:hover, .panel.terques-chart .chart-tittle .value a.active {
    color: #68dff0;
    font-size: 12px;
}
.panel.terques-chart .chart-tittle {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    font-weight:normal;
    background: #39b7ac;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
.inline-block {
    display: inline-block;
}

/* showcase background */
.showback {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 3px 2px #aab2bd;
}



/* Calendar Events - Calendar.html*/
.external-event {
  cursor: move;
  display: inline-block !important;
  margin-bottom: 7px !important;
  margin-right: 7px !important;
  padding: 10px;
}

.drop-after {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ccc;
}

.fc-state-default, .fc-state-default .fc-button-inner {
  background: #f2f2f2;
}

.fc-state-active .fc-button-inner {
  background: #FFFFFF;
}

/* Gallery Configuration */
.photo-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #68dff0;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.project .overlay {
  position: absolute;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  
}

.project:hover .photo-wrapper {
  background-color: #68dff0;
  background-image:url(../img/zoom.png);
  background-repeat:no-repeat;
  background-position:center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: relative;
}
.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.1;
  filter: alpha(opacity=40);
}
.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}



/* EZ Checklist */
.ez-checkbox {
  margin-right: 5px;
}

.ez-checkbox, .ez-radio {
  height: 20px;
  width: 20px;
}

.brand-highlight {
background: #fffbcc !important;
}


/* FORMS CONFIGURATION */
.form-panel {
  background: #ffffff;
  margin: 10px;
  padding: 10px;
  box-shadow: 0px 3px 2px #aab2bd;
  text-align: left;
}

label {
  font-weight: 400;
}

.form-horizontal.style-form .form-group {
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.round-form {
  border-radius: 500px;
  -webkit-border-radius: 500px;
}

@media (min-width: 768px) {
  .fb_log {
    padding: 6px 0px !important;
    font-size: 15px !important;
    width: 150px !important;
    margin-top: 15px;
    display: inline-block !important;
        line-height: unset !important;
}
.insta_log
{
    padding: 6px 0px !important;
    font-size: 15px !important;
    width: 150px !important;
    margin-bottom: 15px !important;
    display: inline-block !important;
        line-height: unset !important;
}


 
.lwii p {
    font-size: 14.5px !important;
}
  .form-horizontal .control-label {
    text-align: left;
  }
}

#focusedInput {
  border: 1px solid #ed5565;
  box-shadow: none;
}

.add-on {
  float: right;
  margin-top: -37px;
  padding: 3px;
  text-align: center;
}

.add-on .btn {
  height: 34px;
}

/* TOGGLE CONFIGURATION */
.has-switch {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.231;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 80px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important;
}
.has-switch.deactivate label,
.has-switch.deactivate span {
    cursor: default !important;
}
.has-switch > div {
    width: 162%;
    position: relative;
    top: 0;
}
.has-switch > div.switch-animate {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch > div.switch-off {
    left: -63%;
}
.has-switch > div.switch-off label {
    background-color: #7f8c9a;
    border-color: #bdc3c7;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}
.has-switch > div.switch-on {
    left: 0%;
}
.has-switch > div.switch-on label {
    background-color: #41cac0;
}
.has-switch input[type=checkbox] {
    display: none;
}
.has-switch span {
    cursor: pointer;
    font-size: 14.994px;
    font-weight: 700;
    float: left;
    height: 29px;
    line-height: 19px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    width: 50%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.has-switch span.switch-left {
    border-radius: 30px 0 0 30px;
    background-color: #2A3542;
    color: #41cac0;
    border-left: 1px solid transparent;
}
.has-switch span.switch-right {
    border-radius: 0 30px 30px 0;
    background-color: #bdc3c7;
    color: #ffffff;
    text-indent: 7px;
}
.has-switch span.switch-right [class*="fui-"] {
    text-indent: 0;
}
.has-switch label {
    border: 4px solid #2A3542;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    height: 29px;
    margin: 0 -21px 0 -14px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 29px;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    -o-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
    -webkit-backface-visibility: hidden;
}
.switch-square {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-mask: url('../img/mask.png') 0 0 no-repeat;
    mask: url('../img/mask.png') 0 0 no-repeat;
}
.switch-square > div.switch-off label {
    border-color: #7f8c9a;
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left {
    border-radius: 6px 0 0 6px;
}
.switch-square span.switch-left [class*="fui-"] {
    text-indent: -10px;
}
.switch-square span.switch-right {
    border-radius: 0 6px 6px 0;
}
.switch-square span.switch-right [class*="fui-"] {
    text-indent: 5px;
}
.switch-square label {
    border-radius: 0 6px 6px 0;
    border-color: #41cac0;
}



/*LOGIN CONFIGURATION PAGE*/
.form-login {
  max-width: 330px;
  margin: 40px auto 0;
  background: #fff;
  border-radius: 5px;
-webkit-border-radius: 7px;
}

.form-login h2.form-login-heading {
  margin: 0;
  padding: 20px 20px;
  text-align: center;
  background:#3F3F3F;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 32px;
font-family: 'Yellowtail', cursive;
  font-weight: 300;
}
.login-wrap {
  padding: 20px;
}
.login-wrap .registration {
  text-align: center;
}
.login-social-link {
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}
.onoffswitch4 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch4-checkbox {
    display: none;
}

.onoffswitch4-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #27A1CA; border-radius: 0px;
}

.onoffswitch4-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.signinb{
    background-color: #068ccb;
    color: white;
    padding:6px 26px;
    border: 1px solid #068ccb;
    border-radius: 5px;float: right;transition: 1s;
    font-size: 13px;
}
.signinb:hover{
    background-color: #016da1;transition: 1s;
    border: 1px solid #016da1;
}
.onoffswitch4-inner:before, .onoffswitch4-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 26px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border: 2px solid transparent;
    background-clip: padding-box;
}

.onoffswitch4-inner:before {
    content: "Yes";
    padding-left: 10px;
    background-color:#068ccb;; color: white;box-shadow: inset 0 1px 1px #0E0E0E;
}

.onoffswitch4-inner:after {
    content: "No";
    padding-right: 10px;
    background-color: #303030; color: white;box-shadow: inset 0 1px 1px #0E0E0E;
    text-align: right;
}

.onoffswitch4-switch {
    display: block; width: 25px; margin: 0px;
    background: #6B6B6B;
    position: absolute; top: 0; bottom: 0; right: 65px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-inner {
    margin-left: 0;
}

.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-switch {
    right: 0px; 
}


/*LOCK SCREEN CONF*/
#showtime {
  width: 100%;
  color: #fff;
  font-size: 90px;
  margin-bottom: 30px;
  margin-top: 250px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
}

.lock-screen {
  text-align: center;
}

.lock-screen a {
  color: white;
}

.lock-screen a:hover {
  color: #48cfad
}

.lock-screen i {
  font-size: 60px;
}

.lock-screen .modal-content {
  position: relative;
  background-color: #f2f2f2;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 5px;
}


.btn-facebook {
  color: #fff;
  background-color: #5193ea;
  border-color: #2775e2;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2775e2;
  border-color: #2775e2;
}

.btn-twitter {
  color: #fff;
  background-color: #44ccfe;
  border-color: #2bb4e8;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2bb4e8;
  border-color: #2bb4e8;
}


/*badge*/
.badge.bg-primary {
    background: #8075c4;
}

.badge.bg-success {
    background: #a9d86e;
}

.badge.bg-warning {
    background: #FCB322;
}

.badge.bg-important {
    background: #ff6c60;
}

.badge.bg-info {
    background: #41cac0;
}

.badge.bg-inverse {
    background: #2A3542;
}


/*easy pie chart*/
.easy-pie-chart {
    display: inline-block;
    padding: 30px 0;
}

.chart-info, .chart-info .increase, .chart-info .decrease {
    display: inline-block;
}

.chart-info {
    width: 100%;
    margin-bottom:5px;
}

.chart-position {
    margin-top: 70px;
}

.chart-info span {
    margin: 0 3px;
}

.chart-info .increase {
    background: #ff6c60;
    width: 10px;
    height: 10px;
}

.chart-info .decrease {
    background: #f2f2f2;
    width: 10px;
    height: 10px;
}

.panel-footer.revenue-foot {
    background-color: #e6e7ec;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: none;
    padding: 0;
    width: 100%;
    display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .panel-footer.revenue-foot {
        margin-bottom: -4px;
    };
    }


.panel-footer.revenue-foot ul  {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
}

.panel-footer.revenue-foot ul li {
    float: left;
    width: 33.33%;
}

.panel-footer.revenue-foot ul li.first a:hover, .panel-footer.revenue-foot ul li.first a {
    -webkit-border-radius: 0px 0px 0px 4px;
    border-radius: 0px 0px 0px 4px;
}

.panel-footer.revenue-foot ul li.last a:hover, .panel-footer.revenue-foot ul li.last a {
    -webkit-border-radius: 0px 0px 4px 0px;
    border-radius: 0px 0px 4px 0px;
    border-right: none;

}

.panel-footer.revenue-foot ul li a{
    display: inline-block;
    width: 100%;
    padding: 14px 15px;
    text-align: center;
    border-right: 1px solid #d5d8df;
    color: #797979;
}

.panel-footer.revenue-foot ul li a:hover, .panel-footer.revenue-foot ul li.active a {
    background: #fff;
    position: relative;
}

.panel-footer.revenue-foot ul li a i {
    color: #c6cad5;
    display: block;
    font-size: 16px;
}
.panel-footer.revenue-foot ul li a:hover i, .panel-footer.revenue-foot ul li.active a i {
    color: #ff6c60;
    display: block;
    font-size: 16px;
}


/*flot chart*/
.flot-chart .chart, .flot-chart .pie, .flot-chart .bars {
    height: 300px;
}

/*todolist*/
#sortable {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
}
#sortable li {
    padding-left: 3em;
    font-size: 12px;
}
#sortable li i {
    position: absolute;
    left:6px;
    padding:4px 10px 0 10px;
    cursor: pointer;
}

#sortable li input[type=checkbox]{
    margin-top: 0;
}

.ui-sortable > li {
    padding: 15px 0 15px 35px !important ;
    position: relative;
    background: #f5f6f8;
    margin-bottom: 2px;
    border-bottom   : none !important;
}

.ui-sortable li.list-primary {
    border-left: 3px solid #41CAC0;
}

.ui-sortable li.list-success {
    border-left: 3px solid #78CD51;
}

.ui-sortable li.list-danger {
    border-left: 3px solid #FF6C60;
}

.ui-sortable li.list-warning {
    border-left: 3px solid #F1C500;
}

.ui-sortable li.list-info {
    border-left: 3px solid #58C9F3;
}

.ui-sortable li.list-inverse {
    border-left: 3px solid #BEC3C7;
}

/*footer*/
.site-footer {
    background: #68dff0;
    color: #fff;
    padding: 10px 0;
}


.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.go-top i {
    color: #2A3542;
}
/*
.site-min-height {
    min-height: 900px;
}*/



#mask {
position: absolute;
left: 0;
top: 0;
z-index: 9000;
background-color: #000;
display: none;
opacity: 0.5;

}
#boxes .window {
position:fixed;
left: 0;
top: 0;
width: 440px;
height: 200px;
display: none;
z-index: 9999;
padding: 20px;

text-align: center;
}

#boxes #dialog {
width: 750px;
height: 300px;
padding: 10px;
background-color: #ffffff;
font-family: 'Segoe UI Light', sans-serif;
font-size: 15pt;

}
#popupfoot {
font-size: 16pt;
position: absolute;
bottom: 0px;
width: 250px;
left: 250px;
}
#tog{
margin-left: 25px;
position: absolute;
top: 10px;
margin-left: 25px;
color: white;
}

.carousel-caption{
    position: absolute;
    top:135px;
    margin-left: -50px;
    text-align: left;
}
.carousel-caption h3{
font-size: 24px;
font-weight: 600;
}

.carousel-caption p{
    font-size:14px;
    width: 431px;
}
/*#main-content{
    overflow-y: scroll !important;
}*/

.abc{
    padding: 30px 0px;
    margin: 0px;
}
.ulline>li{
margin-left: 25px;
}
.header-top{
   
    padding: 22px 52px;
}
.ulline a{
    color: white;
}
.navbar-inverse{
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color:transparent;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color:orange;
}
.maind{
    border:1px solid #212121;
    margin-bottom: 10px;
    position: relative;
}
.overbtn{
    background-color: #000000f5;
    columns: white;
    border: 2px solid white;
    border-radius: 0px;
    color: white;
    padding: 8px 35px;
    transition: 1s;
    margin-top: 40px;
}
.overbtns{
    background-color: #000000f5;
    columns: white;
    border: 2px solid white;
    border-radius: 0px;
    color: white;
    padding: 8px 48px;
    transition: 1s;
    
}
.overbtn:hover{
    transition: 1s;
    background-color: white;
    color: black;

}
.overbtns:hover{
    transition: 1s;
    background-color: white;
    color: black;

}
.overlay1{
    position: absolute;
    width: 100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.65);
    transition:opacity 1s;
}
.nice-select{
  line-height: 31px !important;
}

.ov{
    position: absolute;
    width: 100%;
    height:327px;
    background-color:black;
    display: none;
    transition:opacity 1s;
    padding:50px 30px;
    z-index: 10000;
}
.ldr {
border: 4px solid #f3f3f3;
border-radius: 50%;
border-top: 4px solid #020202;
border-bottom: 4px solid #050505;
width: 26px;
height: 26px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
position: absolute;
top: 128px;
right: 65px;
display: none;
}

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

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.ftc{
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 16px;
}
.fcn{
    width: 100%;
    border-radius: 0px;
    height: 40px;
    margin-bottom: 30px;
}
.svge {
  margin: 0 auto;
  display: block;
}

.svge {
width:2rem;
position: absolute;
top: 132px !important;
right: 65px;
display: none;
}

.path {
  stroke-dasharray: 4550;
  stroke-dashoffset: 4550;
  -webkit-animation: dash 0.56s linear, fill 0.28s ease-in-out 0.56s;
          animation: dash 0.56s linear, fill 0.28s ease-in-out 0.56s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: rotate(180deg) scaleX(-1) translate(-96px, -12px);
          transform: rotate(180deg) scaleX(-1) translate(-96px, -12px);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke: green;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 4500;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 4500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fill {
  0% {
    fill: rgba(0, 226, 94, 0);
  }
  100% {
    fill: #00e25e;
  }
}
@keyframes fill {
  0% {
    fill: rgba(0, 226, 94, 0);
  }
  100% {
    fill:green;
  }
}
.maindivn h5{
    color: white;
}
.overlay2{
    position: absolute;
    width: 100%;
  background-color:#fff;
    opacity: 0;
    transition:opacity 1s;
    top: 0;
padding: 8px 0;
border: 2px solid #fff;
}
.fview{
    background-color: black;
color: white;
padding: 6px 22px;
border: 1px solid #878787;
border-radius: 25px;
transition: 0.5s;
    margin-bottom: 20px;

}
.fview:hover{
    background-color: gray;
    transition: 0.5s;
}
.maind center{
opacity: 0;
transition: opacity 1s;
    background-color: rgba(255, 255, 255, 0.55);
    height: 100%;
}
.ho:hover .overlay2{
    opacity: 1;
    transition: opacity 1s; 
}
.maind:hover center{
   opacity: 1;
    transition: opacity 1s;
}
#logotext{
    
    z-index: 1000;
    margin-left:9%;
    top: 0;
    margin-top: 16px;
    width: 120px;
}
.im{
    padding: 20px 20px;
}
.con{
     padding: 8px 20px;
}
.con h5{
    display: inline;
}
.fa-heart{
    font-size: 16px;
}
.con a{
    color:#b1b1b1;
}
.cored{
    color:#c22;
}
.cowhi{
    color:white;
}
.fa-mobile,.fa-envelope-o{
font-size: 18px;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:white;

  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color:black;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-sweep-to-right{
padding: 10px 30px !important;
background-color: transparent !important;
border: 1px solid #fff !important;

color: white;
letter-spacing: 2px;
font-size: 15px;


}
.topimgpad{
    padding: 0px 29px;margin-bottom: 21px;
}
.pop{
    text-align: left;
}

#em{
    width: 80%;
    font-size: 14px;
    padding: 5px 12px;
}
.subbox{
    margin-top: 30px;

}
.btnsubmit1{
border-width: 2px;
border-style: solid;
padding:8px 25px;
border-color: #2b2b2b;
color: #2b2b2b; 
font-size: 12px;
margin-top: 30px;
letter-spacing: 2px;
transition: 1s;
font-family: 'Karla', sans-serif;
}
.btnsubmit1:hover{
 background-color: black;
 color: white;
 transition: 1s;
}
#dontss{
    font-size: 14px;
    font-family: 'Karla', sans-serif;
    margin-left: 5px;
}
#donts{
    margin-top: 30px;
}
.con p{
    margin: 0px;
}
.dpr{
    width:91%;
    margin: 0px auto;
 
  
}
.dpp{
    background-color:#0b0b0b;
    padding:50px 0px;
  height:950px;
    border-right: 6.5px solid #2f2f2f;
}
.dinfo{
    padding: 0px 20px;
}
.dname{
    text-align: center;
    margin-top: 0px;
    font-weight:400;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    color: #ccc;
}
.ddv1{
    background-color: #171717;
padding: 10px 0px;
font-size: 20px;
font-family: 'Oswald', sans-serif;
text-align: center;
margin: 0;letter-spacing: 2px;
text-transform: uppercase;
color: #ccc;
}
.pdno{
    padding: 0;
    background-color: #121212;
   
  
}
.drole{
    text-align: center;
    margin-top: 0px;
    
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    color:#818181;
}
.dcolor{
color: #ccc;
font-family: 'Kalam', cursive;
font-size: 15px;
}
.wmi{
    padding: 10px 30px;overflow-y: scroll;
height: 902px;
}
#wim{
    font-family: 'Yellowtail', cursive;
margin-top:25px;
color: #ccc;
letter-spacing: 2px;

}
.wmi p{
    color: #969696;
font-family: 'Kalam', cursive;
font-size: 16px;
}
/*end here*/
.abcd h5{
    font-size: 17px;
    width: 258px;
    margin-top: 30px;
    color: white;
}

.fa-heart:hover{
    color:#c22;
}

.face,.twit{
 font-size:18px;

}

.fkb{
  font-size:20px;
  margin-right: 12px;
  color: #3b5998;
  margin-top: 10px;
  background-color: white;
  padding: 6px 10px;
  border-radius: 25px;
  transition: 0.5s;
}

.fkb:hover{
  background-color:  #3b5998;
  color: white;
  transition: 0.5s;
}

.twitt{
  font-size:20px;
  margin-right: 12px;
  color:#1da1f2;
  margin-top: 10px;
  background-color: white;
  padding: 6px 8px;
  border-radius: 25px;
  transition: 0.5s;
}

.twitt:hover{
  background-color:#1da1f2;
  color: white;
  transition: 0.5s;
}

.newsb h1{
    color:#d4d2d2;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    margin-top: 0;
}

.newsb h3{
  color: #d4d2d2;
  font-weight: 600;
  margin-top: 0;
  font-size: 17px;
  text-transform: uppercase;
}

.newsb hr{
  border-top: 1px solid #1B1B1B;
}

.newsb p{
 color:#B3B1B1;
}

.newsb h3:hover{
    color:#fff;
}

.siden h3{
    color: #fff;
}

.siden a>p:hover{
    color: #fff;
}

.newsb span{
  color:#4A4A4A;
}

.siden a>p{
    margin-bottom: 0px
}

.newsslide{
    width: 100%;
    margin: 0px auto;
}

.btnfaces{
   background-color:#0c7cc3;
   color: white;
   border:1px solid #0c7cc3;
   padding: 2px 10px;margin-right: 10px;
}

.btnwhatspp{
  background-color: green;
  color: white;
  border: 1px solid green;
  padding: 2px 8px;
  margin-right: 10px;
  display: inline !important;
}

.btnwhatspp:hover{
  background-color: #039f03;
  border: 1px solid #039f03;
}

.btnfaces:hover{
  background-color:  #009cff;
  border:1px solid #009cff;
}

.btntwis{
  background-color:#1894c6; 
  color: white;
  border:1px solid #1894c6;
  padding: 2px 8px;margin-right: 10px;
}

.btntwis:hover{
  background-color: #33b1e4;
  border:1px solid #33b1e4;
}

.btngps{
    background-color: #982d2d; #b70d0d;
    color: white;
    padding: 2px 8px;
    border:1px solid #982d2d;
}

.btngps:hover{
    background-color:#b70d0d;
    border:1px solid #b70d0d;
}

.fa-share-alt{
    margin-right: 30px;
}

.socicon{
    text-align: right;
}

.conform{
    border: 1px solid #171717;
    width: 97%;
    margin: 0px auto;
    padding: 35px 20px;
}

.pho{
    font-size: 18px;
    color:#c6c6c6;
}

.env{
    font-size: 18px;
    color:#c6c6c6;
}

.mar{
    font-size: 21px;
    color: #c6c6c6;
    margin-left: 3px;
}

.abcd{
   margin-bottom: 20px;
}

.abcd p{
    font-size:13px;color:#c6c6c6;margin-bottom: 15px;
}

#wrw,#mtt{
    font-family: 'Yellowtail', cursive;
    text-align: center;
    margin-top: 1px;
    font-size: 45px;
    color: #d1d1d1;
}

.wrw{
    width: 90%;
    margin: 0px auto;
}

.FAQ{
    width: 95%;
    margin: 0px auto;
}

.mtt{
    width: 90%;
    margin: 0px auto;
}

.mtt h4{
    color:#d1d1d1;
}

.mtt .fa{
    margin-right:5px;
    font-size: 17px;
}

.smalllogo{
    font-size: 24px;
   font-family: 'Pacifico', cursive;
   margin-left: 20px;
   font-weight: 900; 
}

.sidebar-toggle-box a{
    color: #d1d1d1;
    text-align: center;
}

.btnd{
    background-color: transparent;
    border: 0;
}

.dropdown-menu{
        background-color: transparent;
    border: 1px solid #242424;
    color: white;
    border-radius: 0;
}

.dropdown-menu .divider {
  background-color: #535353;
}

.dropdown-menu > li > a {
   color:#c6c5c5;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color:transparent;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}

.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

#logintext{
  color: white;
  padding:0px 0px;
  font-size: 36px;
  font-family: 'Pacifico', cursive;
  font-weight: 900;
  letter-spacing: 5px;
  position: absolute;
  top: 20px;
  margin-left: 480px;
}

.div1{
 /*   background-color: white;*/
  /*  padding: 25px 25px 0px 25px;*/
}

#aname{
  color: #FCFCFC;
  font-weight: bold;
  margin-left: 235px;
      position: absolute;
    bottom: 45px;
}

#botweb{
    background-color:#717171;
    color: white;
    padding: 7px 0px;
    font-size: 15px;
}


.btnprof{
    background-color:#686868;
    color: white;padding: 7px 30px;
  border: 1px solid #686868;
  transition: 0.6s;
  margin-top: 100px;
}

.btnprof:hover{
  background-color:black;
  transition: 0.6s;
  border: 1px solid black;
}

.info div{
    color:#4B4B4B;
    font-weight: bold;
    font-size: 14px
}

.info div>span{
 color: #bcb8b8;
    font-weight:300;font-size: 14px;

}

.div2
{
  
}

.nav-tabs {
    border-bottom: 1px solid #272626;
}
.info2 div>span{
    color:#bcb8b8;
    
    font-size: 14px;
}
#exp{
   color: #777474;
    font-size: 14px;font-weight: bold;
}
#exppara{
    font-size: 14px;
    margin-top: 10px;color: #969696;
}
.div3
{
   
   /* padding: 25px 5px 25px 5px;*/
    margin-top: 10px;
    margin-bottom: 20px;
}
#id{
visibility: hidden;
position: absolute;
top: 10px;
left: 76px;
font-size: 16px;
color: white;
}
#id3{
visibility: hidden;
position: absolute;
top:80px;
left: 110px;
font-size: 12px;
color: white;
}
#id1{
visibility: hidden;
position: absolute;
top: 10px;
left:10px;
font-size: 14px;
color: white;
}
#dproimg:hover{
    cursor: pointer;
}
.sh{
    visibility:visible !important;
}
#coverpic:hover{
    cursor: pointer;
}
#small:hover{
    cursor: pointer;
}
.div5
{
    background-color: white;
    padding: 15px 15px 15px 15px;
    height:1097px;
    overflow-y: scroll;
}
.div6{
    background-color: white;
    padding: 15px 15px 15px 15px;
}
.div5 img{
    margin-bottom: 8px
}
#ig{

border-bottom: 1px solid #202020;margin: 0;
color: white;
font-size: 19px;
padding: 4px 20px;
}
#pi{

   border-bottom: 1px solid #202020;
margin: 0;
color: white;
font-size: 19px;

padding: 4px 20px;
}
#gi{

border-bottom: 1px solid #202020;
margin: 0;
color: white;
font-size: 19px;

padding: 4px 20px;
}
.success{
    width: 85%;
    margin: 0px auto;

}
#successtext{
    color: #d4d2d2;
font-weight: 600;
letter-spacing: 1.5px;
}
#vg{

border-bottom: 1px solid #202020;
margin: 0;
color: white;
font-size: 19px;

padding: 4px 20px;
}

.toprow .row{
margin-bottom: 12px;
}
.toprow input[type="text"]{
    width: 60%;
}

.midrow .row{
    margin-bottom: 12px;
}
#heightupdate{
    width: 12%;
    border-radius: 0;
    height: 30px;
}
#viadd {
    background-color: transparent;
    border: 0px;font-size: 20px;
}
.videotext {
    width: 50%;
    margin-bottom: 10px;
    height: 30px;
}
.fa-times {
    font-size: 16px;
    margin-left: 10px;
}
       .imageBox
{
    position: relative;
    height:360px;
    width: 360px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}

.imageBox .thumbBox
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}
.radio {

  display: inline;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #303030;
  border-radius: 100%;
  border: 1px solid #f5f1f1;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow:inset 0 0 0 4px #403f3c;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.cropped>img{
    margin-left: 5px;

}
.cropimg{
    position: relative;
}
.times{
    position:absolute;
    top: 2px;
    right: 8px;
    font-size: 16px;
}

.topsave{
    background-color:transparent;
border:1px solid black;
color:black;
padding: 7px 17px;

margin-bottom: 2px;
border-radius: 5px;
transition: 0.5s;
}
.topsave:hover{
background-color:black;
color: white;
transition: 0.5s;
}
.main-con1{
    background-color: white;
    padding: 20px 20px 20px 20px;
}

.cropped .col-sm-3{
    padding: 0px;
}
.div7{
    background-color: white;
    padding: 25px 80px 25px 80px;
}
.div8{
    background-color: white;
    padding:25px 0px 25px 44px;
}
.pencil{
    font-size: 25px;
}

.tooltip {
    position: relative;
    display: inline-block;
 opacity: 1;margin-left: 22px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    
    /* Position the tooltip */
    
}
.regiclose{
position: absolute;
right: 15px;
top:12px;
font-size:25px;
transition: transform .8s ease-in-out;
}
.regiclose:hover{
  transform: rotate(360deg);
}
.workregister{
    border-width: 2px;
border-style: solid;
padding: 8px 25px;
border-color: #2b2b2b;
color: #2b2b2b;
font-size: 14px;
margin-top: 30px;
letter-spacing: 2px;
transition: 1s;
font-family: 'Karla', sans-serif;
}
.workregister:hover{
    background-color: black;
color: white;
transition: 1s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    cursor: pointer;
}
.upro1{
    margin-top: 38px;
}
.flip{
    margin-bottom: 5px;
}
.panel, .flip {
    padding: 12px;
   background-color:transparent;

cursor: pointer;
color:#bfbfbf;
font-size: 14px;

 
}

.panel {
    padding:10px 20px;
    background-color:#141414;
display: none;
color:#c9c9c9;
    display: none;
}

.termc{
    width: 95%;
    margin: 0px auto;
}
#termofuse{
background-color: #151515;
color: #bcbaba;
padding: 8px 0px;
margin-top: 10px;
letter-spacing: 2px;
font-size: 24px;
text-transform: uppercase;
}


.termpara{
    width: 95%;
    margin: 0px;
}
.termc p{
    font-size: 15px;font-family: 'Kalam', cursive;
}
.psf{
    color: #dadada;
}
.renow{
     background-color: #2c2c2c;
    color: white;
    border: 1px solid #717171;
    padding: 7px 35px;
    font-size: 15px;
    transition: 0.5s;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.renow:hover{
    background-color: black;
    transition: 0.5s;
  }


.smalldp{
  width:160px;
  border: 1px solid #353434;
  margin-left: 50px;
      position: absolute;
    top: 258px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border:none;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #FFFCFC;
    cursor: default;
    background-color:transparent;
    border:none;
    border-bottom-color: transparent;
}

.topdiv{
    padding: 0px 60px;
}

.nav-tabs{
   margin-left: 210px;
   width: 383px;
   position: absolute;
    bottom: -22px;
}

.tabpan{
    margin-top:30px;
    width: 100%;
    padding: 30px 30px;

}

.nav-tabs > li {
    float: left;
    margin-bottom: -8px;
    border-right: 1px solid #262626;padding: 0px 8px;
}

.marin .row{
    margin-bottom: 10px;
}

.aimg .col-md-3 {
    margin-bottom: 10px;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: white;
    background-color:transparent;
}

.nav-tabs > li > a:hover {
    border:none;
}
.nav-tabs > li > a {
  
    color: #8f8f8f;
}
.penc{
position: absolute;
right: 20px;
bottom: -50px;
font-size: 28px;
}
.aimg>.col-md-3{
 position: relative;
}

.aimg>.col-md-3:hover .close
  {
  display: block;
  }
.aimg>.col-md-3 .close {
    position:absolute;
    top:0;
    right: 20px;
    display:none;
    opacity: 1;
}
.clo{
    font-size: 22px;
    margin-left: 0
}
.btnyes{
background-color: green;
border: 1px solid green;
color: white;
padding: 3px 11px;
border-radius: 4px;
}
.btnno{
background-color: red;
border: 1px solid red;
color: white;
padding: 3px 13px;
border-radius: 4px;
}
.if{
    padding: 10px 20px;
}
.newsindx{
    width: 85%;
    margin: 0px auto;
    margin-top: 60px;
   
}
#ln{
    background-color:#171717;
    padding: 8px 12px;
    display: inline;
    margin-bottom: 0px;
    border: none;
    color: white;font-size: 14px;
letter-spacing: 2px;
}
#vmi{
    float: right;
    margin-top:8px;
}
.mainews{
   
    height:auto; 
    padding: 20px 20px;
}
.mainews h4{
    margin-top: 0;font-family: 'Raleway', sans-serif;
    color: #e7e7e7;
}
.mainews h4>a:hover{
    color: white;
}

.fni p{
        font-family: 'Kalam', cursive;
    font-size: 16px;
    color: silver;
}
.lwi h4{
   font-family: 'Raleway', sans-serif;
    color: #e7e7e7;
}
.lwi p{
    font-family: 'Kalam', cursive;
    font-size: 16px;
    color: silver;
}

.lwi{
    
    height:auto; 
    padding: 20px 30px;
}
.lwii{
    
    height:auto;
    overflow-y:hidden;
    padding: 20px 20px;
}

.lwii h5{
       font-family: 'Raleway', sans-serif;
}
.lwii p{
     font-family: 'Kalam', cursive;
    font-size: 12.5px;
    color: silver;
}
.lwii p>a{
    font-size: 10px;
}
.lwii hr{
    border-top: 1px solid #292929;
    margin-top: 6px;
    margin-bottom: 6px;
}
.lwii .col-md-3>img{
    margin-top: 6px;
}
.fk{
    font-size: 16px;
    margin-right: 10px;
    margin-top: 5px;
}
.tr{
     font-size: 16px;
     margin-top: 5px;
}
.sv{
    position: absolute;background-color: #383838;
border: 1px solid #2a2a2a;
padding: 6px 30px;
margin-left:915px ;
margin-top: 20px;
color: white;
border-radius: 25px;
transition: 0.5s;
}
.sv:hover{
    background-color: black;
    border: 1px solid white;transition: 0.5s;


}
.flip{
  text-transform: uppercase;  font-family: 'Kalam', cursive;
}

.panel p{
   font-size: 14px;
}
.registername{
    width: 100%;
height:40px;
padding: 0px 10px;
box-shadow: inset 0 1px 1px #AAA;
}
.registername:focus{

}
.rfw{
    color: #2a2a2a;
margin: 0;
line-height: 40px;
font-family: 'Oswald', sans-serif;
letter-spacing: 2px;
font-size: 42px;
margin-top:15px;
margin-bottom:30px;

}
.delyes{
    background-color:#c93c3c;
    transition: 0.5s;
    padding: 0px 43px;
color: white;
border: red;
font-size: 19px;margin-top: 15px; 
margin-bottom: 15px;

}
.delyes:hover{
    background-color: red;
    transition: 0.5s;
}
.delno{
    background-color:#258025;
       transition: 0.5s;
    padding: 0px 43px;
color: white;
border: red;
font-size: 19px;
margin-top: 15px; 
margin-bottom: 15px;
}
.delno:hover{
    background-color: green;
    transition: 0.5s;
}
.rem1 .fa-times{
    margin-top: 10px;
}
.cnty{
background-color: transparent;
color: white;
border-color: #383838;
width:80%;
border-radius: 0px;
padding: 6px 0px !important;
color: #c5c5c5;
font-weight: normal;
}
.cnty:focus{
box-shadow: none !important;
}
/* LOADER 1 */
#loader-1{
    display: none;
}
#loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
bottom: 12px !important;
 right:105px;
  width:30px;
  height:30px;
  border-radius: 100%;
  border: 4px solid transparent;
  border-top-color:white;

}

#loader-1:before{
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after{
  border: 4px solid transparent;
}

@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
svg {
  margin: 0 auto;
  display: block;
}

svg {
  width:2rem;
  position: absolute;
bottom: 22px !important;
 right:100px;
 display: none;
}

.path {
  stroke-dasharray: 4550;
  stroke-dashoffset: 4550;
  -webkit-animation: dash 0.56s linear, fill 0.28s ease-in-out 0.56s;
          animation: dash 0.56s linear, fill 0.28s ease-in-out 0.56s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: rotate(180deg) scaleX(-1) translate(-96px, -12px);
          transform: rotate(180deg) scaleX(-1) translate(-96px, -12px);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke: green;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 4500;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 4500;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fill {
  0% {
    fill: rgba(0, 226, 94, 0);
  }
  100% {
    fill: #00e25e;
  }
}
@keyframes fill {
  0% {
    fill: rgba(0, 226, 94, 0);
  }
  100% {
    fill:green;
  }
}
#dropzone {
  position: relative;
 
  color: white;
  font: bold 24px/200px arial;
  height: 206px;
  text-align: center;

}
#vzone{
 border:2px dashed #9C9C9C;
 height: 206px;
 font-size: 10px;
 text-align: center;
padding: 0px 10px;
}
#vzone p{
font-size: 14px;
margin-top: 20px;
color: #c8c8c8;
}
.ytcode{
    width: 100%;
    margin-top: 30px;
    background-color:transparent;
    border: 1px solid #383838;
    padding: 0px 5px;
    font-size: 13px;
    color: #c8c8c8;
    height: 40px !important;
}
.fa-plus-square-o{
    font-size: 24px;
    margin-top: 20px;
    color:#a5a5a5;
}
.fa-plus-square-o:hover{
color: white;
}
#dropzone.hover {
  border: 10px solid #FE5;
  color: #FE5;
}

#dropzone.dropped {
  background: #222;

}

#dropzone div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#dropzone img {
  vertical-align: middle;
  max-width: 95%;
  max-height: 95%;
}

#dropzone [type="file"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.setcrop{
  background-color: #0093ff;
  color: white;
  border:0;
  border-radius: 50px;
  padding: 6px 30px;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.setcrop:hover{
  background-color: #0386e6;
  transition: 0.3s;
}

.fa-search-minus::before {
    font-size:18px;
}

.fa-search-plus::before {
   font-size:18px;
}

.actiontab{
  padding: 10px 0px;
  margin: 0px;
  list-style: none;
  text-align: center;
}

.actiontab li{
    display: inline-block;
    margin-right: 15px;
}






















/*media query strat here*/




@media (min-width:320px) and (max-width: 359px) {
    .topicon{
    display: inline;
    margin-left: 28px;
    transform: translateY(-22px)
}
.topicon a{
    padding: 7px !important;
    margin-left:18px;
}
#til {
    font-size: 20px !important;
    margin-bottom: 20px;
}
.topimgpad {
   margin-top: 65px;
}
#profilepic{
    width: 50%;
    margin-left: 58px;
}
#aname {
    text-align: center;
    margin: 10px 0px 10px 0px;
    font-size: 20px;
}
.info div > span {
 
    font-size: 10px;
}
.div1 {
   
    padding: 25px 10px 0px 10px;
}
.btnprof {
  width: 100%;
   margin-top:22px;
}
.info2 div > span {
    
    font-size: 10px;
}
#exppara {
    font-size: 12px;
   
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -16px !important;
    font-size: 8px !important;
    top: 40% !important;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -16px !important;
    font-size: 8px !important;
    top: 40% !important;
}
.rd{
font-size: 10px;
}
.loginform {
    width:100% !important;
    margin-top:40px !important;
    padding: 10px 4px !important;
}
.signinb {
        padding: 4px 14px;
    }
    .ft{
        font-size: 10px;
    }
    .btnf{
        float: none;
        text-align: center;
    }
    #copy{
        text-align: center;
    }
    #sliderimg{
    height: 100% !important;
    }

.hvr-sweep-to-right {
font-size: 10px;
padding:8px 15px !important;
}
.carousel-caption h3 {
    font-size:15px;
}

.carousel-caption p {
font-size: 12px;
width: 280px;
margin-bottom: 0;
}
.mainews h4{
    font-size: 14px;
    margin-top: 30px;
}

.carousel-caption {
    top:-15px;
    left: 80px;
}
.fni p {
 font-size: 13px;
  
}
.carousel-inner{
    margin-top: 60px;
}
ul.sidebar-menu {
    margin-top: 58px;
}
#weare{
    font-size: 14px !important;
line-height:1.3 !important;
}
.mtt .col-md-4{
    margin-top: 30px;
}
.tm{
    margin-top: 70px;
}
#map {
    height: 213px !important;
    width: 100%;
}
.conform {
padding: 5px 10px;
}
.abcd p {
    font-size: 14px;

}
.cu{
    margin-top: 50px;
}
.newsb h1{
    font-size: 18px;
}

.borderl{
    border: 0px !important;
}

.mts{
   margin-top: 15px;
}

.te_padding {
    padding: 0;
}

.newsb h3{
  font-size: 16px;
}

.md_4img {
   height: 165px;
}

#npara{
  font-size: 14px;
}

.bor{
    border: 0px !important;
}
.bor{
    padding:0px;
}
#fullp{
    font-size: 13px !important; 
}
.imgs img{
 width: 100% !important;
}

.overlay1 {

    height: 310px !important;
    }
    #sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
    
    border-bottom: 1px solid #1a1a1a;
}
.ho{
    margin-top:80px !important;
}
.renow {
padding: 5px 15px;
    font-size: 12px;
}
.socicon {
 margin-top: 5px;
}
#til{
    margin-bottom: 20px !important;
}
.box{
    margin-bottom: 10px;
}
.dde{
    padding: 0px 5px 0px 5px;
}
#id {
  left: 32px;
    font-size: 14px;
}
#small {
  height: 73px;
}
.smalldp {
  bottom:60px !important;
width: 70px;
margin-left: 13px;
position: absolute;
}
.nav-tabs {
margin-left: -16px;
width: 312px !important;
    margin-top: 56px;
}
.nav-tabs > li {
    margin-top: -18px;
    font-size: 10px;border: 1px solid #232222;padding: 0px 4px;
}
.penc {
bottom: 65px !important;
right: 0px;
}
#aname {
 position: absolute;
font-size: 12px;
margin-left: 89px;
top: 108px;
}
.info2 div > span {

    font-size: 12px;
}
#id1 {
  font-size: 11px;
}
.topdiv {
    padding: 0px 0px;
    margin-top: 68px;
}
.marin .col-xs-1{
    padding:0px;
}
.marin .col-xs-6{
    padding:0px;
}
.tabpan {
 
    padding: 30px 0px;
}
#popupimg{
    width:20% !important;
}
.topim{
    margin-top: 0px !important;
}
.window{
  height: 321px !important;
width: 320px !important;
left: 0px !important;
}
#em {
    width: 100%;
}
.popclose {
    font-size: 16px !important;
}
#nwk{
    font-size: 30px !important;
}
.multiselect {
    width:155px !important;
}
.multiselect-container{
      width:155px !important;
}
.sv {
padding:3px 17px;
margin-left:220px !important;
margin-top: -13px;font-size: 11px;
   
}
.tmm{
    margin-top: 50px !important;
}
#termofuse{
    font-size: 13px;
}
.psf{
    font-size: 16px;margin-top: 0;
}
.termc p {
    font-size: 13px;
}
#talkbubble{
    margin-top: 10px;
}
#talkbubblee::before{
     content: "";
    position: absolute;
left: 46%;
top: 475px;
    width: 0;
    height: 0;
    border-right: 13px solid transparent;
    border-top: 26px solid #1b1b1b99;
    border-bottom: 13px solid transparent;
    border-left: 13px solid transparent;
}
.mtt{
    margin-top:30px;
}
.success {
    width: 92%;
}
.tpa{
    margin-top: 30px;
}
.dpp {
height:auto;border-bottom: 6.5px solid #2f2f2f;
border-right: 0px;
margin-bottom: 10px;padding: 30px 0px;margin-top: 70px;
}
#dproimg{
    width:48%;
}
.wmi {
    padding: 10px 10px;
    height: auto;
}
.dpr {
    width: 100%;
}
.modal {
    width: 314px !important;
    height: 450px;
    display: block;
    margin: 30% 0 0 -157px !important;
    top: 0% !important;
}

.rfw{
    font-size:22px;margin-bottom: 14px;
}

.smnamew{
    margin-top: 0px;font-size: 16px;
}

.workregister{
    width: 100%;
}

.content {
    padding: 7px !important;
}

#modal {
 width: 314px !important;
height: 318px !important;
display: block;
margin: -30% 0 0 -420px !important;
left: 132% !important;
}

  #thnks{
  margin-top: 6px !important;
  font-size: 41px !important;
  }

#soon{
    font-size: 20px !important;
}

#yesicon{
    width: 60px !important;
}

.popup {
  left: 50% !important;
  width: 323px !important;top: 111px !important;
}

#dpq {
    height:700px;
    margin-bottom: 60px;
}

#dcolor {
    margin-left:-10px;
}

#successtext{
 font-size: 30px;
}

#modale {
width: 311px !important;
height: auto !important;
left: 133.5% !important;
top: 44% !important;
}

#member {
  top: -12px;
left: -15px;
}

#contentt {
    padding: 10px !important;
}

.package {
    width: 100%;
}

.ull{
    padding: 0;
}

.benifits{
    margin-left: 0px;font-size: 8px;
}

.listbe{
    height: auto;
}

.plan{
    font-size: 19px;
}

#modal-wrapperr{
    position: absolute !important;
}

.pack2{
    margin-top: 15px;
}
#modal-wrapperr.open #modale {
    margin-top: -140px !important;
}
.tme{
    margin-top: 70px !important;
}
.ove {
    background-color: #0009;
    height: 763px;
    width: 92% !important;
}
.benifitss {
    width: 100%;
    padding: 0px 6px;
}
.benn {
  font-size: 13px;
}
.benifitss p {

    font-size: 12px;
}
#team9{
    font-size: 26px;
    margin-bottom: 0;
}
.tgline {
   
    font-size: 11px;
}
#talkbubblea {
    width: 68px !important;
    height: 19px !important;
margin-left: 210px !important;
font-size: 9px !important;
margin-top: 3px !important;
}
#talkbubblea::before {
display: none;
}
.ove {
height: 871px !important;
}
.uup{
    position: absolute;
top: 156px;
right:65px;
color: #0690bd;
}
.fedb {
width: 58%;
}
  .mainews {
    padding: 20px 0px;
}
.pop {
    text-align: center;
}
  .fkb {
padding: 6px 11px;
  }
  .tbl{
    margin-left:25px;
}
  #vmi {
 
    margin-top: 11px;
    font-size: 10px;
}
.padcu{
    padding: 0px;
  }
   .fll {
    background-color: transparent;
    color: white;
    width:80%;
    margin: 0px auto;
}
#svgnew {
right: 60px;
}
.ldr2{
right: 60px;
  }
  #id3 {
left: 132px !important;
top: 50px !important;
}
.pad10{
  padding:0px 10px;
}
 #visxs{
  display: inline !important;
 }
 #portfolio {
    margin: 1rem 0;
      -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
   .succpay {
    width: 100%;
    margin: 0px auto;
    padding: 50px 15px;
    margin-top: 30px;
  }
  .succpay h1 {
    font-weight: 900;
    font-size: 29px;
  }
  .succpay p {
    font-size: 13px;
    
}
.cky {
    font-size: 72px !important;
}

  #content {
    width: 320px !important;
    height: 109px !important;
    padding: 5px;
  }
  .setcrop {
    padding: 4px 14px;
  }
  #skin{
   width: 100% !important;
}
#feet {
    width: 35% !important;
  }
  #country {
    width: 100% !important;
  }
  .rolecate{
    width: 100% !important;
  }

.lstname{
  width: 100% !important;
}

#gender{
  width: 100% !important;
}

#dropd{
  width: 100% !important;
}

#cat3{
  width: 100% !important;
}

.usernm{width: 100% !important;}
.statef{
  width: 100% !important;
}

#ultabul{
  border:0 !important;
  margin-left: 13px;
}



#ultabul li{
  margin-top: 0px !important;
  padding: 0px 12px;
}

.fntsize {
  font-size: 10px !important;
}

#monumber{
  width: 100% !important;
}
.rolecate{
  width: 100% !important;
}
#age{
  width: 100% !important;
}
#loader-1:before, #loader-1:after{
    bottom: 67px !important;
    right: 95px !important;
  }
  #svge{
    bottom: 77px !important;
  }
  #navtabnav{
  border: none !important;
}

#svg9{
  margin-right: 80px !important;
}
#ldr9{
 right: -13px !important;
}
.unnamee{
  top: 91px !important;
}

}

@media (min-width:360px) and (max-width:767px) {
  .txt_cen
    {
        text-align: center !important;
    }
    .pad_l10
    {
      padding-left: 0px;
    }
.md_4img {
    overflow: hidden;
    height: 182px;
}
.wmi {
    height: auto;
}
#dpq {
    margin-bottom: 60px;
}
.pdno {
    margin-top: 35px;
}
#coverpic {
    height: 130px;
}
.cover {
    height: 120px;
    }

#loader-1:before, #loader-1:after{
    bottom: 67px !important;
    right: 95px !important;
}

#svge{
    bottom: 77px !important;
}

#visxs{
  display: inline !important;
}

.padcu{
    padding: 0px;
}
  #vmi {
 
    margin-top: 11px;
    font-size: 10px;
}
  .innew{
    margin-top:20px !important;
  }
  .mainews {
    padding: 20px 0px;
}
.fedb {
width: 58%;
}
#til{
        font-size: 23px;
        margin-bottom: 20px;
}
.overlay1 {
height: 278px;
   
}
#section1{
    margin-top: 69px;
}
ul.sidebar-menu {
    margin-top: 55px;
}
.topicon{
    display: inline;
    margin-left: 28px;
    transform: translateY(-22px)

}
.topicon a{
    padding: 10px;
    margin-left:18px;
}
.btnprof {
  width: 100%;
   margin-top: 19px;
}
.info div > span {
 font-size: 12px;
}
#aname {
    text-align: center;
    margin: 10px 0px 10px 0px;
}
#profilepic{
    width: 50%;
    margin-left: 67px;
}
.div1 {
   padding: 25px 10px 0px 10px;
}
.info2 div > span {
    font-size: 10px;
}
#exppara {
    font-size: 12px;
   }
.div5 {
padding: 15px 40px 15px 40px;
}
.rd{
font-size: 10px;
}
.loginform {
    width:95% !important;
    margin-top: 60px !important;
}
.usernm{width: 100% !important;}
.statef{
  width: 100% !important;
}
.signinb {
        padding: 4px 14px;
    }
    .ft{
        font-size: 10px;
    }
    .btnf{
        float: none;
        text-align: center;
    }
    #copy{
        text-align: center;
    }
             #sliderimg{
        height: 100% !important;
    }
    .hvr-sweep-to-right {
font-size: 10px;
padding:8px 15px !important;
}
.carousel-caption h3 {
    font-size:15px;

}
.carousel-caption p {
  font-size: 12px;
width: 325px;
}
.mainews h4{
    font-size: 14px;
    line-height: 24px;
}
.carousel-caption {
    top:-15px;left: 66px;
}
.fni p {
 font-size: 13px;
  }
  .carousel-inner{
    margin-top: 60px;
}
#weare{
    font-size: 14px !important;
line-height:1.3 !important;
}
.mtt .col-md-4{
    margin-top: 30px;
}
#map {
    height: 213px !important;
    width: 100%;
}
.conform {
padding: 5px 10px;
}
.abcd p {
    font-size: 14px;

}
.cu{
    margin-top: 50px;
}
.newsb h1{
    font-size: 20px;
}

.borderl{
    border: 0px !important;
}
.mts{
  margin-top: 15px;
}

.newsb h3{
   font-size: 16px;
       margin-top: 20px;
}

#npara{
   font-size: 14px;
}

.newsb h1 {
    font-size: 19px;
}

.bor{
    border: 0px !important;
}

.overlay1 {
height: 310px !important;
}

#sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
 border-bottom: 1px solid #1a1a1a;
}
.ho{
   /* margin-top: 105px !important;*/
}
.renow {
padding: 5px 15px;
    font-size: 12px;
}

.socicon {
 margin-top: 5px;
}
#til{
    margin-bottom: 20px !important;
}
.box{
    margin-bottom: 10px;
}
.dde{
    padding: 0px 5px 0px 5px;
}
#id {
  left: 32px;
    font-size: 14px;
}
#small {
  height: 85px;
}
.smalldp {
  top: 73px !important;
width: 82px;
margin-left: 13px;
    border: none;
    position: absolute;
}
.nav-tabs {
    margin-left: -19px;
    width: 359px !important;
    top: 185px;
}
.nav_wid
      {
      width: 251px;
      }
.nav-tabs > li {
    margin-top: -18px;
    font-size: 11px;border: 1px solid #232222;
}
.penc {
    bottom: -43px !important;
    right: 0px;
    font-size: 20px;
}
#aname {
    position: absolute;
   font-size: 14px;
margin-left: 103px;
top: 128px;
}
.info2 div > span {
font-size: 12px;
}
#id1 {
 font-size: 11px;
}
.topdiv {
    padding: 0px 0px;
}
.marin .col-xs-1{
    padding:0px;
}
.marin .col-xs-6{
    padding:0px;
}
.tabpan {
padding: 60px 0px;
}
#popupimg{
    width:20% !important;
}
.topim{
    margin-top:0px !important;
}
.window{
    height: 80% !important;
width: 80% !important;
left: 10% !important;
top: 10% !important;
}
#em {
    width: 100%;
}
#nwk{
    font-size: 30px !important;
}
.multiselect {
    width:174px !important;
}
.multiselect-container{
    width:174px !important;
}
.sv {
padding: 5px 17px;
margin-left:260px !important;
margin-top: 2px;
   
}
.rolecate{
    width: 100% !important;
}
.FAQ {
    width: 100%;
}
.panel p{
   font-size: 12px;
}
#termofuse{
    font-size: 15px;
}
.psf{
    font-size: 16px;margin-top: 0;
}
.termc p {
    font-size: 13px;
}
#successtext{
 font-size: 30px;
}

#talkbubble{
    margin-top: 10px;
}
.mtt{
    margin-top:30px;
}
.tpa
{
    margin-top: 25px;
}
.dpp {
height:auto;border-bottom: 6.5px solid #2f2f2f;
border-right: 0px;
margin-bottom: 10px;padding: 30px 0px;
}

#dproimg{
    width:48%;
}
.wmi {
    padding: 10px 10px;
}
.dpr {
    width: 100%;
}
.rfw{
    font-size:22px;margin-bottom: 14px;
}
.smnamew{
    margin-top: 0px;
    font-size: 16px;
}
.workregister{
    width: 100%;
}
.imgs img{
 width: 100% !important;
}

#talkbubblee::before{
content: "";
position: absolute;
left: 46%;
top: 475px;
width: 0;
height: 0;
border-right: 13px solid transparent;
border-top: 26px solid #1b1b1b99;
border-bottom: 13px solid transparent;
border-left: 13px solid transparent;
}
.modal {
    width:350px !important;
    height: 450px;
    margin: 0 auto;
    top: 0% !important;
}

    .modal-dialog {
        width:unset !important
    }

    .popupp {
        width:unset !important
    }

.content {
    padding: 7px !important;
}

#modal {
  width: 95% !important;
    height: 345px !important;
    display: block;
    margin: 50% 0 0 -238px;
    left: 0 !important;
    right: 0;
    margin: 0px auto !important;
    top: 20% !important;
}

#thnks{
  margin-top: 6px !important;
  font-size: 41px !important;
}

#soon{
  font-size: 20px !important;
}

#yesicon{
  width: 80px !important;
}

.popup {
  left: 50% !important;
}

#dpq {
    height:700px;
}

#dcolor {
    margin-left: 5px;
}

#modale {
    width: 348px !important;
    height: auto !important;
    left: 119% !important;
}

#member {
  top: -12px;
  left: -15px;
}

#contentt {
    padding: 10px !important;
}
.package {
    width: 100%;
}
.ull{
    padding: 0;
}
.benifits{
    margin-left: 0px;font-size: 8px;
}
.listbe{
    height: auto;
}
.plan{
    font-size: 19px;
}
#modal-wrapperr{
    position: absolute !important;
}
.pack2{
    margin-top: 15px;
}
.ove {
    background-color: #0009;
    height: 763px;
    width: 92% !important;
}
.benifitss {
    width: 100%;
    padding: 0px 6px;
}
.benn {
  
    font-size: 15px;
}
#team9{
    font-size: 26px;
    margin-bottom: 0;
}
.tgline {
   
    font-size: 11px;
}
#talkbubblea {
    width: 68px !important;
    height: 19px !important;
margin-left: 263px !important;
font-size: 9px !important;
}
#talkbubblea::before {
 right: 95% !important;
    top: 4px !important;
    border-right: 10px solid #0690bd !important;
}
.pop {
    text-align: center;
}
.fkb {
padding: 6px 11px;
}
.tbl{
    margin-left: 30px;
}
  .fll {
    background-color: transparent;
    color: white;
    width:80%;
    margin: 0px auto;
}
#svgnew {
right: 80px;
}
.ldr2{
right: 80px;
  }
  #id3 {
left: 153px !important;
top: 50px !important;
}
    .pad10{
  padding:0px 15px;
}
#portfolio {
    margin: 1rem 0;
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
  .succpay {
    width: 100%;
    margin: 0px auto;
    padding: 50px 15px;
  }
  .succpay h1 {
    font-weight: 900;
    font-size: 29px;
  }
  .succpay p {
    font-size: 13px;
    
}
.cky {
    font-size: 72px !important;
  
}
 #content {
    width: 320px !important;
    height: 124px !important;
    margin: 0px auto;
  }

.smalldp{
      bottom: 68px !important;
      position: absolute;
}
#skin{
   width: 100% !important;
}
#feet {
    width: 37% !important;
  }
  #country {
    width: 100% !important;
  }
.lstname{
  width: 100% !important;
}
#gender{
  width: 100% !important;
}
#dropd{
  width: 100% !important;
}
#cat3{
  width: 100% !important;
}
#ultabul{
  border:0 !important;
  margin-left: 7px;
}
#ultabul li{
  margin-top: 0px !important;
  padding: 0px 20px;
}
#navtabnav{
  border: none !important;
}

#svg9{
  margin-right: 97px !important;
}
#ldr9{
  right: 7px !important;
}

}

@media (min-width:768px) and (max-width:799px) {

.modal {
  width: 731px !important;
  height: 450px !important;
  margin: 1% 0 0 -364px !important;
  top: 10% !important;
}

#svge{
    bottom: 12px !important;
    right: 110px;
}

#loader-1::before, #loader-1::after {
    bottom: 3px !important;
}

#content {
  width: 724px !important;
  height: 282px !important;
}

#ultabul li{
  margin-bottom: 0px !important;
}

#ultabul{
   margin-left: 160px !important;
}

#svv{
    margin-left: 632px !important;
}


#logotext {
 margin-left: 0px;
}


#yourplat{
    margin-left: 0px !important;
    text-align: center;
}

#section1 {
    margin-top: 35px;
}

.topdiv{
    padding: 0px 2px;
}

.topimgpad{
    padding: 0px 15px;
}

.div1 {
    padding: 25px 10px 0px 10px;
}

#profilepic{
    width: 100%;
}

.btnprof {
    margin-top: 19px;
    width: 100%;
}

.div5 {
    padding: 15px 10px 15px 10px;
    height: 1122px;
}

#til{
    margin-bottom: 20px !important;
}

ul.sidebar-menu {
    margin-top: 52px;
}
.rd{
font-size: 12px;
}
.loginform {
    width:50% !important;
}
.signinb {
        padding: 6px 19px;
    }
            #sliderimg{
        height: 100% !important;
    }

.hvr-sweep-to-right {
  font-size: 14px;
}

.carousel-caption h3 {
    font-size:40px;

}
.carousel-caption p {
    font-size: 17px;
}
.mainews h4{
    font-size: 14px;
}

.carousel-caption {
    top: 52px;
}

.fni p {
  font-size: 13px;
  
}

.header {
width: 10%;
}

.header-top {
    padding: 22px 9px;
    width: 90%;
    margin: 0px auto;
}
#logotext{
    display: none;
}
#map {
    height: 170px !important;
}
.cu{
    margin-top: 50px;
}
.conform {
padding: 5px 20px;
}
.conform {
padding: 5px 20px;
}
.borderl{
    border: 0px !important;
}

.mts{
    margin-top: 15px;
}

.bor{
    border: 0px !important;
}

.overlay1 {

    height: 335px !important;
}
#sidebar > ul > li > a, #sidebar > ul > li > ul.sub > li {
    
    border-bottom: 1px solid #1a1a1a;
}
.renow {
padding: 7px 25px;
    font-size: 12px;
}
.socicon {
 margin-top: 5px;
}
.box{
    margin-bottom: 10px;
}
.dde{
    padding: 0px 5px 0px 5px;
}
#id {
  left: 32px;
    font-size: 14px;
}
#small {
   height: 131px;
}
.smalldp {
    bottom: 0 !important;
width: 120px;
margin-left: 40px;
}
.nav-tabs {
  margin-left: 144px;
width: 565px !important;
}
.nav-tabs > li {
    margin-top: -18px;
    font-size: 11px;
}
.penc {
 bottom: 4px !important;
 right: 0px;
}
#aname {
    position: absolute;
    margin-bottom: 16px;
    font-size: 18px;margin-left: 180px;
top: 301px;
}
.info2 div > span {
font-size: 14px;
}
#modale {
    width: 740px !important;
    left: 57% !important;
}
#id1 {
  
    font-size: 11px;
}
.window{

left: 59px !important;
}
.multiselect {
    width:432px !important;
}
.multiselect-container{
     width:432px !important;
}
.sv {
padding: 5px 17px;
margin-left:550px !important;
margin-top: -16px;
   
}
.rolecate{
    width: 95% !important;
}
.success {
    width: 100%;

}
#talkbubble p {
    font-size: 14px;
}
#talkbubblee p{
   font-size: 14px; 
}
.dpp {
height:auto;border-bottom: 6.5px solid #2f2f2f;
border-right: 0px;
margin-bottom: 10px;
}
#dproimg{
    width:30%;
}
.dcolor {
margin-left: 204px;
}
#modal {
    width: 732px !important;
margin: 20% 0 0 -363px !important;
    top: 0% !important;
}
#dpq {
    height:750px;
}
#dcolor {
    margin-left: 62px;
}
.scd {
    margin-left: -140px;
}
.ove {
    background-color: #0009;
    height: 798px !important;
width: 97% !important;
}

#talkbubblea {
margin-left: 480px !important;
}
.benifitss {
    width: 85%;
}
.pop {
    text-align: center;
}
#dialog{
width: 650px !important;
top: 150px !important;
}
.topim{
  margin-top: 36px !important;
}
  .fkb {
padding: 6px 11px;
  }
  .fll {
    background-color: transparent;
    color: white;
    width: 54%;
    margin: 0px auto;
}
#svgnew {
right: 247px;
}
.ldr2{
right: 247px;
  }
  #id3 {
 left: 325px !important;
}
    .pad10{
  padding:0px 35px;
}
.succpay {
    width:100%;
    margin-top: 0px;
 padding: 10px 20px;
 margin-bottom: 104px;
 }
 #navtabnav{
 margin-left: 158px !important;
}
  #navtabnav li{
    margin-bottom: -1px !important;
  }
  #aname {
      top: 290px !important;
}
}

@media (min-width:800px) and (max-width:991px) {
   #aname {
      top: 223px !important;
}

.md_4img {
   height: 134px;
}

#svge{
    right: 79px;
    display: none;
    bottom: 11px !important;
}

.header-top {
  padding: 22px 20px;
}

.ulline a {
  color: white;
  font-size: 11px;
}

.ulline li {
  font-size: 11px;
}

.ulline > li {
  margin-left: 16px;
}

.fa-mobile, .fa-envelope-o {
  font-size: 13px;
}

  .overlay1 {
    height: 245px !important;
  }

  .marg{
    margin-bottom: 5px;
  }

  #til{
    margin-bottom: 20px !important;
  }

  .ig{
    padding: 0px;
  }

  .info div > span {
     font-size: 14px;
  }


#profilepic{
    width: 100%;
}

.btnprof {
    margin-top: 19px;
    width: 100%;
}

ul.sidebar-menu {
    margin-top: 17px;
}

#section1 {
    margin-top: 35px;
}

.topdiv{
    padding: 0px 2px;
}

.topimgpad{
    padding: 0px 15px;
}

.div1 {
    
    padding: 25px 5px 0px 5px;
}

.rd{
font-size: 12px;
}

.loginform {
    width:45% !important;
}

.signinb {
  padding: 6px 19px;
}

#sliderimg{
    height: 100% !important;
}

.hvr-sweep-to-right {
  font-size: 12px;
}

.carousel-caption h3 {
    font-size: 31px;
}

.carousel-caption p {
    font-size: 15px;
}

.mainews h4{
    font-size: 14px;
}

.carousel-caption {
    top: 52px;
}

.fni p {
 font-size: 13px;
}

#logotext{
    width: 60%;
}

.header{
    width: 0%;
}

#map {
    height: 170px !important;
}

.cu{
    margin-top: 50px;
}

.conform {
  padding: 5px 20px;
}

.borderl{
    border: 0px !important;
}

.mts{
 margin-top: 15px;
}

.bor{
  border: 0px !important;
}

.renow {
  padding: 7px 25px;
  font-size: 12px;
}

.socicon {
  margin-top: 5px;
}

.box{
    margin-bottom: 10px;
}

.dde{
    padding: 0px 5px 0px 5px;
}

#id {
  left: 32px;
  font-size: 14px;
}

#small {
   height: 131px;
}

.smalldp {
    bottom: 0 !important;
    width: 120px;
    margin-left: 12px;
}

.nav-tabs {
    margin-left: 113px;width: 417px !important;
}

.nav-tabs > li {
    margin-top: -18px;
    font-size: 11px;
}


.penc {
    bottom: 5px !important;
    right: 0px;
}


#aname {
    position: absolute;
    margin-bottom: 16px;
    font-size: 18px;margin-left: 145px;top: 232px;
}

.info2 div > span {
  font-size: 14px;
}

#id1 {
  
    font-size: 11px;
}

.multiselect {
    width: 313px !important;
}

.multiselect-container{
     width: 313px !important;
}

.sv {
  padding: 5px 17px;
  margin-left: 487px !important;
  margin-top: -15px;
}

.rolecate{
    width: 100% !important;
}
#termofuse{
    font-size: 22px;
}
.success {
    width: 100%;
}

#talkbubble p {
    font-size: 14px;
}

#talkbubblee p{
   font-size: 14px; 
}

.dpp {
height:auto;border-bottom: 6.5px solid #2f2f2f;
border-right: 0px;
margin-bottom: 10px;
}

#dproimg{
    width: 40%;
}

.dcolor {
    margin-left: 127px;
}

.modal {
    width: 772px !important;
    height: 450px;
    display: block;
    margin: 12% 0 0 -386px !important;
    top: 0% !important;
}

#modal {
    width: 732px !important;
 margin: 23% 0 0 -363px !important;
    top: 0% !important;
}

#dpq {
    height: 729px;
}

#dcolor {
    margin-left: 62px;
}

.scd{
    margin-left: -32px;
}

.ove {
    background-color: #0009;
    height: 933px !important;
    width: 70% !important;
}

#talkbubblea {
  width: 148px !important;
  height: 22px !important;
  margin-left: 386px !important;
  font-size: 11px;
}

.benifitss {
    width: 85%;
}

#loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
 right:225px;
  width:30px;
  height:30px;
  border-radius: 100%;
  border: 4px solid transparent;
  border-top-color:white;
  bottom:4px !important
}

#loader-1:before{
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after{
  border: 4px solid transparent;
}

svg {
width:2rem;
position: absolute;
right:225px;
display: none;
bottom:13px !important
}

.pop {
  text-align: center;
}

#dialog{
width: 650px !important;
top: 150px !important;
}

.topim{
  margin-top: 36px !important;
}

#id3 {
    top: 80px;
    left: 241px !important;
}

.fll {
    background-color: transparent;
    color: white;
    width: 54%;
    margin: 0px auto;
}

#svgnew {
right: 167px;
}

.ldr2{
 right: 167px;
  }

.pad10{
  padding:0px 50px;
}

.succpay {
  width:100%;
  margin-top: 0px;
  padding: 10px 20px;
 }

#svge{
right: 76px !important;
bottom: 11px !important;
}

.succpay p {
    font-size: 16px;
  }

  #content {
    width: 546px !important;
    height: 213px !important;
    margin: 0px auto;
  }

  #ultabul li{
    margin-bottom: 0px !important;
  }

  #ultabul{
    margin-left: 133px !important;
  }

  #loader-1::before, #loader-1::after {
   right: 72px !important;
  }
#navtabnav{
  margin-left: 131px !important;
}
  #navtabnav li{
    margin-bottom: -1px !important;
  }
  #svg9{
    margin-right: 75px !important;
  }
  #ldr9{
    right: -15px !important;
  }

}


@media (min-width:992px) and (max-width:1279px) {

  #ultabul li{
    margin-bottom: 0px !important;
   }

   #content{
    width:732px !important;
    height:285px !important;
  }

  #ultabul{
    margin-left: 173px !important;
  }

  #svgnew {
  right: 22px;
  }

  .ldr2{
    right: 22px;
  }

  .fkb {
    padding: 6px 11px;
  }

  .fedb {
  width: 65%;
  }

  .feed {
    font-size: 16px;
  }

  .row{
    margin-bottom: 10px;
  }

  #til{
    margin-bottom: 20px !important;
  }

  ul.sidebar-menu {
    margin-top: 17px;
  }

  #section1 {
      margin-top: 35px;
  }

  .marg{
      margin-bottom: 5px;
  }

  #aname {
      margin-left: 204px;
  }

  .upro{
      padding: 0;
  }

  .div5 {
       height: 1197px;
    }

.info div > span {
   font-size: 12px;
}

.btnprof {
    margin-top: 19px;
    width: 100%;
}

.loginform {
    width: 38% !important;
}

    .signinb {
        padding: 6px 22px;
    }

    #sliderimg{
        height: 100% !important;
    }

.carousel-caption {
  top: 52px;
}

.conform {
  padding: 35px 3px;
}

.newsb h3 {
   font-size: 19px;
}

#npara{
    font-size: 14px;
}
.renow {
    padding: 7px 25px;
    font-size: 12px;
}

.socicon {
 margin-top: 5px;
}

.topdiv {
    padding: 0px 10px;
}

.smalldp {
    bottom: 0 !important;
   margin-left: 12px !important;
}
#feet {
    width: 77% !important;
padding: 6px 6px !important;
margin-bottom: 6px;
}

  #skin{
    width: 100% !important;
  }

  #inch{
    width: 77% !important;
padding: 6px 6px !important;
  }
  #country {
    width: 100% !important;
    padding: 6px 2px !important;
  }
  .usernm{
    width: 100% !important;
  }
  .statef{
    width: 100% !important;
  }

.penc {
    bottom:0px;
}

.nav-tabs {
  width: 410px !important;
margin-left: 152px;
}

.mrt{
    font-size: 17px;
    margin-top: 4px;
}

.siden .col-md-3{
   padding: 4px;
}

#id {
    left: 45px;
}

.lstname{
  width: 100% !important;
}

.info2 div > span {

    font-size: 12px;
}
.rolecate{
    width: 100% !important;
}

.tabpan{
    padding: 30px 2px;
}

.multiselect {
    width: 303px !important;
}

.multiselect-container{
     width: 303px !important;
}

.sv {
    margin-left: 645px !important;
}

.success {
    width: 100%;
}

.dinfo {
    padding: 0px 5px;
}

.dpr {
    width: 100%;
    margin: 0px auto;
}

.dname {
    font-size: 16px;
}

.drole{
  font-size: 10px;
}

.ove {
    background-color: #0009;
   height: 866px !important;
    width: 76% !important;
}

#talkbubblea {
    margin-left: 490px !important;
}

#loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
 right:126px;
  width:30px;
  height:30px;
  border-radius: 100%;
  border: 4px solid transparent;
  border-top-color:white;
  bottom:6px !important
}

#loader-1:before{
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after{
  border: 4px solid transparent;
}

svg {
  width:2rem;
  position: absolute;
  right:125px;
  display: none;
  bottom:12px !important
}

#id3 {
  top: 80px;
  left: 78px !important;
}

.pad10{
  padding:0px 70px;
}
  .succpay {
    width: 85%;
    margin: 0px auto;
    padding: 40px 20px;
    margin-bottom: 50px;
    margin-top: 10px;
}

  #navtabnav{
    margin-left: 172px !important;
  }
  #navtabnav li{
    margin-bottom: 0px !important;
  }
  #svg9{
    margin-right: 316px !important;
  }
  #ldr9{
    right: 227px !important;
  }
}

@media (max-width:1280px) {
  .penc {
bottom: 10px;
}

.nav-tabs {

    width: 709px;
}

.sv{
    margin-left: 830px;
}

#rolecate{
    width: 66% !important;
}

#modal-wrapperr.open #modale {
    margin-top: -218px !important;

}

.ove {
    background-color: #0009;
    height: 763px;
    width: 82%;
}

#id3 {
  top: 80px;
  left: 103px;
  }

}


@media (min-width:1280px)and (max-width:1365px)  {
.div5 {
     height: 1055px;
}

.signinb {
  padding: 6px 23px;
}

#dpq{
  height: 950px;
}

#loader-1:before, #loader-1:after{
  content: "";
  position: absolute;
  right:105px;
  width:30px;
  height:30px;
  border-radius: 100%;
  border: 4px solid transparent;
  border-top-color:white;
}

:before{
  z-index: 100;
 /* animation: spin 1s infinite; */
}

:after{
  border: 4px solid transparent;
}

svg {
  width:2rem;
  position: absolute;
  right:100px;
  display: none;
}

#content{
  width: 917px !important;
  height: 358px !important;
}

#navtabnav li {
    margin-bottom: -8px !important;
}

#ldr9{
  right: 39px !important;
}

#svg9{
  margin-right: 130px !important;
}

}


@media (min-width:1366px) {

  #ultabul li{
    margin-bottom: 0px !important;
  }

  #svge{
    bottom: -44px !important;
    right: 115px !important;
  }

  #loader-1::before, #loader-1::after {
    bottom: -53px !important;
    right: 150px;
  }

  #navtabnav li{
    margin-bottom: 0px !important;
  }

}

.im {
    display:flex
}
.im img {
    display:inline;
    margin:auto
}
.img_tht_hei
{
  width: 100%;
  height: 200px;
}
.img_tht_hei img
{
  max-width:100%; 
max-height:100%;
margin:auto;
display:block;
}
.pagination {
    margin: 70px 0 !important;
}


.act_img_sli
{
  height: 360px;
}
.act_img_sli img
{
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.act_img_sli_2
{
  height: 360px;
}
.act_img_sli_2 img
{
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.slick-slide img {
    height: 360px;
}

@media (min-width:1681px)and (max-width:1920px)  {

.content_cov_img
{
    width: 100% !important;
    height: 500px !important;
}
.carousel-caption p {
    font-size: 17px;
}
.carousel-caption h3{
font-size: 50px !important;
}
#coverpic {
    max-height: 500px !important;
    width: 100% !important;
}
.cover {
    max-height: 500px !important;
}
.smalldp {
    top: 366px !important;
}
#svge {
    bottom: -45px !important;
    right: 665px !important;
}

}


@media (min-width:1600px)and (max-width:1681px)  {

.content_cov_img
{
    width: 100% !important;
    height: 450px !important;
}
#coverpic {
    max-height: 450px !important;
    width: 100% !important;
}
.cover {
    max-height: 450px !important;
}
.smalldp {
    top: 316px !important;
}
#svge {
    bottom: -45px !important;
    right: 345px !important;
}

}


@media (min-width:1921px)and (max-width:2560px)  {
.content_cov_img
{
    width: 100% !important;
    height: 590px !important;
}
#coverpic {
    max-height: 590px !important;
    width: 100% !important;
}
.cover {
    max-height: 590px !important;
}
.smalldp {
    top: 455px !important;
}
#svge {
    bottom: -45px !important;
    right: 1305px !important;
}
}

@media (min-width:320px)and (max-width:767px)  {

.act_img_sli_2 {
    height: 120px !important;
}
.act_img_sli {
    height: 200px !important;
}
.fb_log {
    padding: 6px 0px !important;
    font-size: 15px !important;
    width: 150px !important;
    margin-top: 15px;
    display: inline-block !important;
    margin-right: 10px;
        line-height: unset !important;
}
.insta_log
{
    padding: 6px 0px !important;
    font-size: 15px !important;
    width: 150px !important;
    margin-bottom: 15px !important;
    display: inline-block !important;
        line-height: unset !important;
}
}



@media (min-width:1680px) and (max-width: 1920px) {

#sidebar {
    width: 209px;
}
ul.sidebar-menu li a {
    font-size: 14px;
}
.ulline>li a {
  font-size: 14px;
}
.ulline>li {
    font-size: 14px;
}
.mainews h4 {
    font-size: 18px;
}
.lwii h5 {
    font-size: 18px;
}
.lwii p {
    font-size: 16px;
}
.lwii p>a {
    font-size: 15px;
}
.carousel-caption {
    top: 200px;
}
#termofuse {
    padding: 12px 0px;
    font-size: 28px;
}
.tnc {
    padding: 10px 8px;
    font-size: 12px;
}
.pp {
    padding: 12px 8px;
    font-size: 12px;
}
.footerb p {
    font-size: 14px !important;
}
.newsb h3 {
    font-size: 18px;
}
.fab {
    font-size: 15px;
}
.faq {
    padding: 13px 8px; 
}
.no_actor_he {
    height: 46vh !important;
}
#npara {
    font-size: 16px;
}
.siden a>p {
    font-size: 15px;
}

}

/*end here*/


