@charset "UTF-8";
/***Table of contents***/
/*
    1. Colors
    2. Mixins
    3. Page Load Effect
    4. Main Menu
    5. Footer
    6. Home Page
        6.1 Header/Timer Section
        6.2 Motivation Section
        6.3 Partners Section
        6.4 Social Section
        6.5 Youtube video section
    7. Timer Page
        7.1 Timer
        7.2 Action Hours Section
        7.3 Register Action Section
        7.4 Your Action Section
    8. Actions Page
        8.1 Timer
        8.2 Actions Section
        8.3 Featured Actions Section
    9. Login Page
    10. Register Page
    11. Logout Page
    12. Action Page
    13. Public Profile
*/
/*1. Colors */
/* Breakpoints */
/*2. Mixins */
html, body {
  width: 100%;
  height: 100%; }

body {
  position: relative;
  background: #f7f7f7; }

/* 4. Main Menu
header .navbar {
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 19998;
  background-color: #ffffff;
  position: fixed;  }
  
 */
  
      
 

/* 4. Main Menu */
header .navbar {
  top: 0;
  position: fixed; 
  background-color: #ffffff;
  z-index: 19998;
  width: 100%;
  margin-bottom: 0; }
  header .navbar .navbar-toggle {
    background: #1D7BBF; }
    header .navbar .navbar-toggle .icon-bar {
      background: white; }
  header .navbar .navbar-brand {
    padding: 5px 5px; }
    @media (min-width: 992px) {
      header .navbar .navbar-brand {
        padding: 5px; } }
    header .navbar .navbar-brand img {
      width: 130px; }
      @media (min-width: 768px) {
        header .navbar .navbar-brand img {
          width: 170px; } }
  header .navbar .nav a {
    margin: 10px 10px 0px 0px;
    padding: 7px 15px 10px;
    color: #1D7BBF;
    font-weight: 700;
    text-shadow: none;
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    background: transparent; }
    header .navbar .nav a:hover {
      color: #174f78; }
  header .navbar .nav .dropdown .dropdown-menu a {
    margin: 5px 10px; }
    header .navbar .nav .dropdown .dropdown-menu a:hover {
      background: transparent;
      color: #174f78; }
      header .navbar .nav .dropdown .dropdown-menu a:hover::before, header .navbar .nav .dropdown .dropdown-menu a:hover::after {
        opacity: 0; }
  @media (min-width: 992px) {
    header .navbar .nav .dropdown #circle-hover::before, header .navbar .nav .dropdown #circle-hover::after {
      -webkit-transition: -webkit- transform 0.3s, opacity 0.3s;
      -moz-transition: -moz- transform 0.3s, opacity 0.3s;
      -ms-transition: -ms- transform 0.3s, opacity 0.3s;
      -o-transition: -o- transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      width: 40px;
      height: 40px;
      -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
      -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
      transform: translateX(-50%) translateY(-50%) scale(0.2);
      -ms-transform: translateX(-50%) translateY(-50%) scale(0.2);
      -o-transform: translateX(-50%) translateY(-50%) scale(0.2);
      position: absolute;
      top: 50%;
      left: 50%;
      border: 2px solid rgba(0, 0, 0, 0.1);
      border-radius: 70%;
      content: '';
      opacity: 0; } }
  header .navbar .nav .dropdown #circle-hover::after {
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -o-transform: translateX(-50%) translateY(-50%) scale(0.8);
    border-width: 6px; }
  header .navbar .nav .dropdown #circle-hover:hover {
    background: transparent;
    color: #1D7BBF; }
    header .navbar .nav .dropdown #circle-hover:hover::before, header .navbar .nav .dropdown #circle-hover:hover::after {
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
      -moz-transform: translateX(-50%) translateY(-50%) scale(1);
      transform: translateX(-50%) translateY(-50%) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) scale(1);
      -o-transform: translateX(-50%) translateY(-50%) scale(1);
      opacity: 1; }

.feedback {
  text-align: center;
  width: 180px;
  font-size: 26px;
  z-index: 9999;
  display: block;
  position: fixed;
  top: 50%;
  right: -72px;
  background-color: #f05722;
  color: white;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  padding:  0 20px;
  text-decoration: none; }
  .feedback:hover {
    color: white;
    text-decoration: none; }
 .feedback:focus {
      color: white;
      text-decoration: none;
       outline: 0;
      outline: none;
    }

#myModal--slideSpeedRight .modal-content {
  position: relative;
  background-color: #fff;
  top: 140px;
  text-align: center;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
  #myModal--slideSpeedRight .modal-title{
    font-size: 28px;
    color: #f05722;
    font-weight: bold;
  }
  #myModal--slideSpeedRight .modal-body{
    padding: 40px;
    font-size: 16px;
  }
#myModal--slideSpeedRight .form-control {
  margin: 10px 0px;
  border: 1px solid #1D7BBF;
  height: 45px; }
#myModal--slideSpeedRight textarea.form-control {
  height: auto; 
  overflow-x:hidden;
}
#myModal--slideSpeedRight.modal.fade .modal-dialog {
  overflow-y:visible; 
  opacity: 0; }
#myModal--slideSpeedRight.modal.fade.in .modal-dialog {
  opacity: 1;
  overflow-y:visible; 
}
#myModal--slideSpeedRight .btn-orange{
  background: #f05722;
  color:white;
}
#myModal--slideSpeedRight .modal-footer{
  text-align: center;
}



/* 5. Footer */
footer {
  background: #4f5060;
  margin: 30px 0 0;
  padding: 20px 0; }
  @media (min-width: 768px) {
    footer {
      margin: 95px 0 0 0;
      padding: 20px 0 20px 0; } }
  footer h5 {
    color: white; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul a {
      color: #ccc; }
      footer ul a:hover {
        color: #ccc; }

/** 6. Home Page **/
/*6.1 Header/Timer Section */
.main-timer {
  width: 100%;
  margin-top: 50px;
  height: auto;
  /*background: url("../images/community-xs.jpg") no-repeat bottom;*/
  background-size: cover;
  text-align: center;
  padding-bottom: 40px; }
 /* @media (min-width: 768px) {
    .main-timer {
      background: url("../images/community-sm.jpg") no-repeat bottom;
      background-size: cover; } }
  @media (min-width: 992px) {
    .main-timer {
      background: url("../images/community-md.jpg") no-repeat bottom;
      background-size: cover;
      height: 100%; } }
  @media (min-width: 1200px) {
    .main-timer {
      background: url("../images/community-lg.jpg") no-repeat bottom;
      background-size: cover;
      height: 100%; } }
  .main-timer p {
    font-size: 20px; }
    @media (min-width: 768px) {
      .main-timer p {
        font-size: 28px; } }
*/

.main-title {
  position: relative;
  font-size: 24px;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 40px 10px 30px;
  margin-top: 30px;
 }
  @media (min-width: 768px) {
    .main-title {
      position: relative;
      text-align: center;
      font-size: 44px;
      margin-top: 50px; 
      padding: 50px 50px 30px;} }

.time {
  margin: 35px 0 0 0;
  padding: 20px;
  -webkit-transition: -webkit- color 0.25s;
  -moz-transition: -moz- color 0.25s;
  -ms-transition: -ms- color 0.25s;
  -o-transition: -o- color 0.25s;
  transition: color 0.25s;
  display: inline-block;
  font-size: 35px;
  letter-spacing: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  position: relative;
  vertical-align: middle;
  box-shadow: inset 0 0 0 2px white;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .time {
      margin: 50px 0 0 0;
      padding: 20px 80px;
      font-size: 50px; } }
  .time::before, .time::after {
    width: 100%;
    height: 100%;
    box-sizing: inherit;
    content: '';
    position: absolute;
    border: 2px solid transparent; }
  .time::before {
    top: 0;
    left: 0; }
  .time::after {
    bottom: 0;
    right: 0; }
  .time .hours {
    font-size: 22px;
    display: block; }
    @media (min-width: 768px) {
      .time .hours {
        font-size: 26px; } }

.btn-white {
  margin-top:  200px;
  padding: 20px 25px;
  background: #1D7BBF;
  color: white;
  border: 2px solid white;
  font-weight: bold; }
  @media (min-width: 808px) {
    .btn-white { 
      margin-top:400px;
  }}

  .btn-white:hover {
    background: #174f78;
    color: white;
    border: 2px solid white; }

  
    .inputfile {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1;
    }




/* 6.2 Motivation Section */
.motivation {
  padding-top: 3.1429em; }
  @media (min-width: 768px) {
    .motivation {
      padding-top: 7.1429em; } }
  .motivation img {
    width: 140px;
    margin: 20px; }
  .motivation .col-md-3 {
    text-align: center; }

.puzzle {
  width: 100%;
  background: url("../images/puzzle-xs.png") no-repeat center;
  background-size: cover;
  height: 300px;
  padding: 0;
  margin-top: 0px;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .puzzle {
      background: url("../images/puzzle-sm.png") no-repeat bottom;
      background-size: cover;
      height: 400px; } }
  @media (min-width: 992px) {
    .puzzle {
      background: url("../images/puzzle-md.png") no-repeat bottom;
      background-size: cover;
      height: 100%;
      height: 600px; } }
  @media (min-width: 1200px) {
    .puzzle {
      background: url("../images/puzzle-lg.png") no-repeat bottom;
      background-size: cover;
      height: 100%;
      height: 710px; } }

.action-title {
  position: absolute;
  width: 300px;
  height: 100px;
  opacity: .90;
  filter: alpha(opacity=90);
  background: url("../images/takeaction_opt.png") no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .action-title {
      width: 500px;
      height: 150px;
      background: url("../images/takeaction.png") no-repeat;
      background-size: contain; } }
  .action-title h1 {
    background-color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    display: inline-block;
    font-size: 90px;
    padding: 25px;
    font-weight: bold;
    font-family: arial;
    margin-top: 290px; }

.thankyou {
  width: 100%;
  background: #1d7bbf;
  background-size: cover;
  text-align: center;
  padding: 0; }
  @media (min-width: 768px) {
    .thankyou {
      background: #1d7bbf;
      background-size: cover; } }
  @media (min-width: 992px) {
    .thankyou {
      background: url("../images/thankyou-md.png") no-repeat center;
      background-size: cover;
      height: 100%;
      height: 600px; } }
  @media (min-width: 1200px) {
    .thankyou {
      background: url("../images/thankyou-lg.png") no-repeat center;
      background-size: cover;
      height: 100%;
      height: 710px; } }

/* 6.3 Partners Section */
.partners {
  width: 100%;
  height: auto;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  background-size: cover;
  text-align: center; }
  @media (min-width: 992px) {
    .partners {
      margin: 100px 0 -50px;
      padding: 0; } }
  .partners h1 {
    margin-top: 20px; }
    .partners h1 small {
      color: white; }
  .partners .bg-section {
    background: #1D7BBF;
    padding: 20px;
    position: relative; }
    .partners .bg-section:after {
      content: "";
      border: 12px solid transparent;
      border-top-color: #1D7BBF;
      position: absolute;
      bottom: -24px;
      margin-left: -12px;
      left: 50%; }
  .partners .logos-section {
    margin-top: 50px; }
  .partners ul {
    padding-left: 0px;
    list-style: none; }
    .partners ul li {
      display: inline; }
      .partners ul li a img {
        width: 60px; }
        @media (min-width: 768px) {
          .partners ul li a img {
            width: 70px; } }

.effect7 {
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px #888;
  box-shadow: 0 6px 5px #888; }

/* 6.4 Social Section */
.social {
  margin-top: 50px;
  /*viq*/
  text-align: left; }
  @media (max-width: 767px) {
    .social #special-height {
      height: 62px; } }
  .social h3 {
    font-size: 30px;
    color: #1D7BBF; }
    .social h3 small{
      font-weight: bold;
    }
    @media (min-width: 768px) {
      .social h3 {
        font-size: 37px; } }
  .social h2 {
    color: #1D7BBF; }
  .social .social-buttons {
    width: 13.5em;
    height: 3em;
    position: relative;
    margin: 80px auto; }
    .social .social-buttons li {
      width: 4em;
      height: 4em;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transition: -webkit- transform 0.7s;
      -moz-transition: -moz- transform 0.7s;
      -ms-transition: -ms- transform 0.7s;
      -o-transition: -o- transform 0.7s;
      transition: transform 0.7s;
      display: block;
      line-height: 4em;
      margin: -2.2em;
      position: absolute;
      text-align: center; }
      .social .social-buttons li:hover {
        -webkit-transform: scale(1.3, 1.3) rotate(45deg);
        -moz-transform: scale(1.3, 1.3) rotate(45deg);
        transform: scale(1.3, 1.3) rotate(45deg);
        -ms-transform: scale(1.3, 1.3) rotate(45deg);
        -o-transform: scale(1.3, 1.3) rotate(45deg); }
      .social .social-buttons li a {
        width: 4em;
        height: 4em;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        color: #fffdf0;
        display: block;
        line-height: 6em;
        text-align: center; }
  .social .facebook {
    background: #155b9d;
    left: 0;
    top: 0%; }
  .social .twitter {
    background: #1a9ec4;
    bottom: 0;
    left: 25%; }
  .social .linkedin {
    background: #3f7aa3;
    top: 0%;
    left: 50%; }

/*about us*/


 p{
  text-align:center;
  font-size: 19px;
  color: rgb(0, 0, 0);
  margin: 20px auto;
}

.aboutUs .btnr{

  background: #1D7BBF;
  color: white;
  border: 2px solid white;
  font-weight: bold; 
  font-size: 16px;
  margin:0 auto;
  display:block;
}
  
.aboutUs .btnr:hover{
  background: #174f78;
  color: white;
  border: 2px solid white; }

/**6.5 Youtube video section **/
.youtube-video {
  margin-top: 50px;
  text-align: center; }
  .youtube-video h4 {
    font-size: 30px;
    color: #1D7BBF; }
  .youtube-video .col-md-12 {
    margin-bottom: 28px; }
  .youtube-video .videos {
    width: 100%;
    display: inline-block;
    border: 1px solid gray;
    margin-bottom: 0; }

/**modal**/
.video-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  overflow: hidden;
  position: fixed;
  opacity: 0.0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  /* using flexbox for vertical centering */
  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /* Horizontal alignment */
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
    z-index: 0;
    background: rgba(0, 0, 0, 0.69);
    /* dark blue */
    opacity: 0.0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s; }

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  height: auto;
  /*   width: 76%; */
  width: calc(100% - 16px);
  max-width: 1000px;
  max-height: calc(100% - 100px);
  margin: 0 auto;
  overflow-y: visible;
  /*background: #fff;*/
  /* container will have a transparent BG—moving the BG color and shadow to the iframe element to make it look more seamless */
  /* Transition looks a bit janky with the iframe */
  	/*-webkit-transform: translate(0%,-20%);
      transform: translate(0%,-20%);
      -webkit-transition: -webkit-transform 0.2s ease-out 0.15s;
      transition: transform 0.2s ease-out 0.15s; */ }
  @media (min-width: 768px) {
    .video-modal-content {
      width: calc(100%-200px); } }

/* close button */
.close-video-modal {
  display: block;
  position: absolute;
  right: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  /*border: 2px solid red;*/ }

/* using a 16:9 image to resize the video frame */
.video-sizer {
  display: block;
  width: 100%;
  height: auto; }

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5); }

.show-video-modal .video-modal {
  opacity: 1.0;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%); }
  .show-video-modal .video-modal .overlay {
    opacity: 1.0; }
.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%); }

/** 7. Timer Page **/
/* 7.1 Timer Section */
.main-timer-bis {
  width: 100%;
  height: 500px;
  background: url("../images/teamwork-xs.jpg") no-repeat center;
  background-color: white;
  background-size: cover;
  text-align: center;
  padding: 150px 0px 0px 0px; }
  @media (min-width: 768px) {
    .main-timer-bis {
      margin: 150px 0;
      padding: 0 0 40px;
      background: url("../images/teamwork-sm.jpg") no-repeat center;
      background-size: cover;
      background-attachment: fixed; } }
  @media (min-width: 992px) {
    .main-timer-bis {
      margin: 0;
      padding: 0 0 50px;
      background: url("../images/teamwork-md.jpg") no-repeat center;
      background-size: cover;
      background-attachment: fixed; } }
  @media (min-width: 1200px) {
    .main-timer-bis {
      background: url("../images/teamwork-lg.jpg") no-repeat center;
      background-size: cover;
      background-attachment: fixed; } }

/* 7.2 Action hours Section*/
.timer-section {
  text-align: center; }
  .timer-section h2 {
    font-size: 30px;
    color: #1D7BBF;
    margin: 63px 0; }
    @media (min-width: 768px) {
      .timer-section h2 {
        font-size: 30px; } }

/* 7.3 Register Action */
.register-action {
  text-align: center; }
  .register-action h2 {
    font-size: 30px;
    color: #1D7BBF;
    margin: 63px 0; }
  .register-action .fa-calendar, .register-action .fa-clock-o {
    position: absolute;
    top: 10px;
    right: 30px; }
    @media (min-width: 768px) {
      .register-action .fa-calendar, .register-action .fa-clock-o {
        top: 20px; } }
  .register-action .calendar {
    position: relative; }
    .register-action .calendar label {
      display: inline; }

.marg {
  margin: 10px 0; }

.photoDiv {
  text-align: left; }
  .photoDiv p {
    color: #4D6F9E; }

.new-time-added {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .new-time-added {
      margin-top: 50px; } }
  @media (min-width: 768px) {
    .new-time-added .table > thead > tr > .th-name {
      width: 130px; } }
  @media (min-width: 768px) {
    .new-time-added .table > thead > tr > .th-date {
      width: 100px; } }
  .new-time-added .table > tbody > tr > td {
    vertical-align: middle; }
    .new-time-added .table > tbody > tr > td img {
      width: 50px; }

/* 7.4 New Action */
/** 8. Action Page  **/
/* 8.1 Timer */
.table_time {
width: 100%;

}
.tabele_time tr{
width:100%;

}
tr:nth-child(even) {
  background-color: #ffffff;
}
 th, td{
text-align: center;
width: auto;
padding: 10px ;
}

.user_experience{
   
    width:inherit;
    background:rgba(0,0,0,0.5);
    font-size:120%;
    color:white;
}


/* 8.2 Actions Section */
.actions {
  text-align: center;
  background: #f7f7f7; }
  .actions h1 {
    font-size: 30px;
    color: #1D7BBF;
    margin: 80px 0 60px 0;
    padding: 0; }
  .actions .col-md-4.col-sm-6 {
    padding-bottom: 15px;
    padding-top: 15px; }
  .actions a:hover .action {
    box-shadow: 1px 2px 20px #aaaaaa; }
.actions .my-actions{
  height: 550px;
  max-height: 550px;
}
.action {
  margin: 0;
  padding: 0;
  background: #fff;
  min-height: 520px;
  max-height: 520px;
  color: black;
  box-shadow: 1px 3px 10px #aaaaaa; }
  .action .actions-titles {
    background: #f05722;
    padding: 10px 5px;
    color: white;
    height: 114px; }
    .action .actions-titles h4 {
      font-size: 25px;
      font-weight: bold;
      text-transform: capitalize; }
  .action .col-xs-6 {
    margin-bottom: 20px;
    margin-top: 20px; }
  .action p {
    padding: 5px 0px 0px 0px;
    text-align: left;
    color: black;
  font-size: 16px; }
  .action img {
    width: 100%;
    object-fit: cover; }
  .action .btn {
    position: absolute;
    bottom: 40px;
    left: 146px; }
  .action .btn1 {
    left: 60px; }
  .action .btn2 {
    left: 180px; }
  .action .btn3 {
    left: 250px; }
  .action .total-time {
    /*position: absolute;
    bottom: 85px;
    left: 130px;*/
    color: #1D7BBF;
    font-size: 18px;
    padding-top: 20px; }

.btn-blue {
  color: white;
  background: #1D7BBF; }
  .btn-blue:hover {
    color: white;
    background: #174f78; }

    .description{
position: relative;     
margin-top:5px;
margin-left:5px;
display:block;
margin: 0 auto;
background-color: white;

    }
.description p{
text-align: justify;
font-size: 10pt;
padding: 0;
}


/* 8.3 Featured Actions */
/* 9. Login Page 10.Register */
.login-signup {
  background: url("../images/collage-xs.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  @media (min-width: 768px) {
    .login-signup {
      background: url("../images/collage-sm.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed; } }
  @media (min-width: 992px) {
    .login-signup {
      background: url("../images/collage-md.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed; } }
  @media (min-width: 1200px) {
    .login-signup {
      background: url("../images/collage-lg_opt.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed; } }
  @media (max-width: 767px) {
    .login-signup .container {
      padding: 0px; } }
  .login-signup .head {
    margin: 50px 0 0;
    padding: 20px 10px;
    text-align: center;
    background: white;
    border-bottom: 1px solid #f05824; }
    @media (min-width: 768px) {
      .login-signup .head {
        margin: 50px 0 0;
        padding: 40px;
        padding-bottom: 0px; } }
    @media (min-width: 768px) {
      .login-signup .head .log-head {
        padding-bottom: 20px; } }
    @media (min-width: 768px) {
      .login-signup .head h3 {
        display: inline-block;
        margin-left: 70px; } }
    .login-signup .head a {
      display: inline-block;
      font-size: 23px; }
    .login-signup .head img {
      width: 180px; }
  .login-signup .form {
    background: #ffffff;
    padding: 10px; }
    @media (min-width: 768px) {
      .login-signup .form {
        padding: 40px; } }
    @media (min-width: 768px) {
      .login-signup .form .form-group.small-input {
        padding-left: 15px; } }
    .login-signup .form .col-md-6 {
      padding-left: 0;
      padding-right: 0; }
  .login-signup .form1 {
    padding-bottom: 60px; }

.g-recaptcha2 {
  margin-top: 90px; }

.btn-social {
  color: white;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 9px;
  text-overflow: ellipsis; }

.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active {
  color: white;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #30487b; }

.btn-facebook:active, .btn-facebook.active, .btn-linkedin:active, .btn-linkedin.active {
  background-image: none; }

.btn-facebook, .btn-facebook.disabled, .btn-facebook[disabled], .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active {
  color: white;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #3b5998; }

.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active {
  color: white;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #005f8d; }

.btn-linkedin, .btn-linkedin.disabled, .btn-linkedin[disabled], .btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, .btn-linkedin.disabled:active, .btn-linkedin[disabled]:active, .btn-linkedin.disabled.active, .btn-linkedin[disabled].active {
  color: white;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #007bb6; }

.login-btn, .login-btn.disabled, .login-btn[disabled], .login-btn.disabled:hover, .login-btn[disabled]:hover, .login-btn.disabled:focus, .login-btn[disabled]:focus, .login-btn.disabled:active, .login-btn[disabled]:active, .login-btn.disabled.active, .login-btn[disabled].active {
  color: white;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #4D6F9E; }

.login-btn:hover, .login-btn:focus, .login-btn:active, .login-btn.active {
  color: white;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #1D7BBF; }

/** 12. Action Page **/
.action-details {
  margin: 0px;
  padding: 50px 0px; 
background:white;}
  .action-details .bold {
    font-weight: bold;
    font-size: 17px; }
  .action-details .details .special {
    text-align: center;
    font-size: 36px;
    text-transform: capitalize;
    font-style: italic; }
  .action-details h2 {
    font-size: 30px;
    color: #1D7BBF;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px; }
  .action-details .btn {
    margin: 0 0 5px; }

.list-of-members h2 {
  font-size: 28px;
  color: #1D7BBF;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px; }
.list-of-members img {
  width: 50px; }

.container .table tr td {
  vertical-align: middle;
  border: none;
  width: 100%;

}

.tabNoBorder .table  {
  vertical-align: middle;
  border: none;
  display: table-row;
  padding-top: 50px;
  width: 100%;
  text-align: center;
}
.tabNoBorder .table tr td {
  width: 50%;
}

/**13. Public Profile**/
.public_profile {
  background: url("../images/bg-pattern.png");
  background-attachment: fixed;
  background-repeat: repeat;
  -webkit-background-size: auto auto;
  background-size: auto; }
  .public_profile #photo_profile {
    border: 2px solid #1D7BBF;
    object-fit: cover;
    border-radius: 50%; }
  .public_profile #my_name {
    font-style: italic; }
  .public_profile .profile_info .right-col {
    color: #7e8890;
    border-left: 1px solid #7e8890;
    font-size: 17px;
    margin: 65px 0;
    padding-left: 50px;
    padding-bottom: 20px; }
  .public_profile .profile_info .left-col {
    padding: 50px 0;
    text-align: right;
    padding-right: 50px; }

.new-time-added {
  text-align: center; }
  .new-time-added .table {
    text-align: left; }
  .new-time-added h1 {
    font-size: 46px;
    color: #1D7BBF;
    margin: 60px 0 60px 0;
    padding: 0; }

.circle-image {
  width: 200px;
  height: 200px;
  border: 2px solid #1D7BBF;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto; }

.private_image {
  width: 200px;
  vertical-align: middle;
  object-fit: cover;
  height: 200px; }

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px; }
  .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }

.termsp {
text-align:justify;
}

/*# sourceMappingURL=style.css.map */
