



header .main-navbar {
    padding: 2rem 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
   
    position: relative;
    z-index: 1000;
	border-bottom: 1px solid rgba(0,0,0,0.2);
  }
  
  .header .main-navbar.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: none;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  }
  
  .header .main-navbar .logo {
    font-size: 2.5rem;
    text-transform: capitalize;
    color: #444;
    font-weight: bolder;
  }
  
  .header .main-navbar .logo i {
    color: #FDC800;
  }
  
  .header .main-navbar .links a {
    margin-left: 2rem;
    font-size: 2rem;
    text-transform: capitalize;
    color: #444;
  }
  
  .header .main-navbar .links a:hover {
    text-decoration: underline;
    color: #2597f4;
  }
  header.header-active{
    background:#444;
  }
  
  
  .header #menu-btn {
    font-size: 3rem;
    cursor: pointer;
    color: #334;
    display: none;
  }
  footer{margin:0; padding:48px 0; width:100%; float:left;background: #2d2d2d;;}

footer .logoandicon{margin:0; padding:0; width:100%; float:left;}

footer .logoandicon a.footer-logo{float:left; height:auto; padding:0 ; font-size:35px; line-height:20px; font-weight:700; color:#fff;}

footer .logoandicon a.footer-logo p{margin:0; font-size: 25px; padding: 0; float:left;}

footer .logoandicon a.footer-logo img{margin:0 10px 0 0; padding:0px; float:left;}


footer .logoandicon a.footer-logo:focus, a.footer-logo:hover{color:#ca5b23; background:none;}
footer ul{
  padding-left: 0;
}

footer ul.icon{ width:100%; float:left;}

footer ul.icon li{margin:0 11px; padding:0; list-style:none; display:inline-block;}

footer ul.icon li a{margin:0; padding:0; outline:none; text-decoration:none; cursor:pointer; color: #20a6fd; font-size: 3rem;}

footer .quick-links{margin:0; padding-bottom: 2rem;; float:left; width:100%;}

footer .quick-links h1{margin:0; padding:0; font-size:20px; color:#fff; font-weight:400;}

footer .quick-links hr{margin-top:20px; margin-bottom:20px; border:none; height:2px;
	 width:100%; -webkit-box-sizing:content-box; -moz-box-sizing:content-box;
	  box-sizing:content-box; background:#fff;
}

footer .quick-links ul{margin:0; padding:0; width:50%; float:left;}

footer .quick-links ul li{margin:0; padding:0; list-style:none; display:block;}

footer .quick-links ul li a{margin:0; padding:0; font-size:14px; color:#ddd; font-weight:400; outline:none; text-decoration:none; cursor:pointer;}

footer .quick-links ul li:hover a{color:#ddd;}

footer .quick-links ul li a .fa-angle-right{font-size:18px; color:#a4aab7; margin:0 10px 0 0;}

footer .company{margin:0; padding-bottom: 2rem; float:left; width:100%;}

footer .company h1{margin:0; padding:0; font-size:20px; color:#fff; font-weight:400;}

footer .company hr{margin-top:20px; margin-bottom:20px; border:none; height:2px; width:100%;
	 -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box;
	  background:#fff;
}

footer .company p{margin:0; padding:0; font-size:14px; color:#a4aab7; font-weight:400; line-height:26px;}

.copyright{background:#252525; padding:14px 0px; float:left; width:100%;}

.copyright .granames{text-align:right; margin-top:-24px; margin-right:14px;}

.copyright .copytexts{text-align:center; font-size:13px; color:#fff; font-weight:400;}

@media (max-width: 1200px) {
    .header .contact-info {
      padding: 2rem 5%;
    }
    .header .main-navbar {
      padding: 2rem 5%;
    }
    section {
      padding: 3rem 5%;
    }
    .menu .box-container .box{
      width: 100%;
    }
  }
  
  @media (max-width: 991px) {
  
    html {
      font-size: 55%;
    }
    .header .contact-info {
      padding: 2rem;
    }
    .header .main-navbar {
      padding: 2rem;
    }
    section {
      padding: 3rem 2rem;
    }
    .menu  .box-container .box{
      width: 100%;
    }
  }
  
  @media (max-width: 768px){
    .menu .box-container .box{
      width: 100%;
    }
    .header .contact-info {
      display: none;
    }
    .header #menu-btn {
      display: inline-block;
    }
    .header #menu-btn.fa-times {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    .signup-wrapper , .login-wrapper{
      padding:3rem 2rem;
  }
    .header .main-navbar .links {
      position: absolute;
      top: 99%;
      left: 0;
      right: 0;
      background: #fff;
      border-top: 0.2rem solid #334;
      border-bottom: 0.2rem solid #334;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
              clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    .header .main-navbar .links.active {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .header .main-navbar .links a {
      display: block;
      margin: 2.5rem 2rem;
      font-size: 2.5rem;
    }
}
.margin-vertical-10{height:10px;width:100%}

.margin-vertical-20{height:20px;width:100%}

.margin-vertical-30{height:30px;width:100%}

.margin-vertical-40{height:40px;width:100%}

.margin-vertical-50{height:50px;width:100%}

.margin-vertical-60{height:60px;width:100%}

.margin-vertical-70{height:70px;width:100%}

.margin-vertical-80{height:80px;width:100%}

.margin-vertical-90{height:90px;width:100%}

.margin-vertical-100{height:100px;width:100%}



@media (max-width: 768px) {

.h1, h1 {font-size: 28px !important;}

.h2, h2 {font-size: 24px !important;}

.h3, h3 {font-size: 20px !important;}

.h4, h4 {font-size: 16px !important;}

.h5, h5 {font-size: 14px !important;}

.h6, h6 {font-size: 12px !important;}

}

@media (min-width: 1200px) {

    .container{

        max-width: 1000px !important;

    }

}

.top{background-image:linear-gradient(#0b133e, #354e89, #215dae);width:100%;height:19px;margin:auto;position:relative}

.menu-border{width:100%;height:5px;margin:auto;background:#d6d6d6}

.menu{background-image:linear-gradient(#f4f2ed, #d3d3d3);width:100%;}

.banner{background-image:linear-gradient(rgba(0,0,0,.5), rgba(255,255,255,.8));width:100%;height:auto;margin:auto;border-top:2pt solid #000000;}

.banner-border{background-image:linear-gradient(#f7f7f7, #bebebe);width:100%;height:6px;margin:auto;box-shadow:0pt 0pt 1pt 1pt #666}

.login-top {

  text-align: center;
  background: linear-gradient(45deg, #468cc8, #164b91);
  font-size: 16px;
  padding: 1rem;
  /* padding-top: 30px; */
  /* padding-right: 5px; */
  color: #fff;
  width: 100%;
}

.login-middal {
/* 
    border-left:2.2pt solid #1a559c;

    border-right:2.2pt solid #1a559c; */

    width: 100%;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    padding: 2rem;

}

.login-bottom{

    /* background-image: url("../images/login-bot.png"); */

	background-size: 100%;

    text-align: center;

	padding-top:38px;

    color: #fff;

    height: 60px;

}

.login-bottom a{

    color: #fff;

}

.login-bottom a:hover{

    color: #11e0ff;

	text-decoration:none;

}

.from-box {

    background: transparent url("../images/u-name-box.jpg") no-repeat scroll 0% 0%;

    border: medium none;

    padding-left: 34px;

    margin: 8px 4px;

    height: 31px;

    width: 190px;

}

.from-pass {

    background: transparent url("../images/pass-box.jpg") no-repeat scroll 0% 0%;

    border: medium none;

    margin: 8px 4px;

    padding-left: 34px;

    height: 34px;

    width: 190px;

}

.text-add {

    /* background-image: url("../images/text-add-box.png"); */

    text-align: center;
    background: linear-gradient(45deg, #468cc8, #164b91);
    font-size: 16px;
    padding: 1rem;
    /* padding-top: 30px; */
    /* padding-right: 5px; */
    color: #fff;
    width: 100%;

}

.text-add-title {

    background-image: linear-gradient(#161f54,#215dae);

    border-radius: 7px;

    text-align: center;

    font-size: 13px;

    font-weight: bold;

    color: #FFF;

    width: 100%;

    height: 27px;

}

.text-add-text {

    font-family: Verdana;

    font-size: 11px;

    text-align: center;

    line-height: 18px;

    font-weight: normal;

    color: #1E1E1E;

}

.stats-top {

  text-align: center;
    background: linear-gradient(45deg, #468cc8, #164b91);
    font-size: 16px;
    padding: 1rem;
    /* padding-top: 30px; */
    /* padding-right: 5px; */
    color: #fff;
    width: 100%;
}

.side-menu-header {

    background-image: url("../images/member-menu.png");

    background-repeat: no-repeat;

    background-size: 100%;

    text-align: right;

    font-size: 16px;

	padding-top:18px;

	padding-right:5px;

    color: #fff;

    width: 100%;

    height: 80px;

}

.side-menu {

    float: left;

    height: auto;

    margin:0px;

    padding-left: -15px;

    width: 100%;

}

.side-menu ul {

    float: left;

    margin: 6px 0 6px 6px;

    padding: 0;

}

.side-menu ul li {
  float: left;
  height: auto;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  /* padding: 3px 0 0; */
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding: 1rem;
  width: 100%;


}

.side-menu ul li a {

  /* background-image: linear-gradient(#161f54,#215dae);  */
  /* border-radius: 7px; */
  color: #444;
  /* float: left; */
  font-family: Arial;
  font-size: 14px;
  /* border-bottom: 1px solid; */
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  /* padding-left: 10px; */
  text-align: left;
  text-decoration: none;
  width: 100%;

}

.side-menu ul li:hover {

    background-image: rgba(0,0,0,0.2);
/* 
    border-radius: 7px;

    color: #11e0ff;

    float: left;

    font-family: Verdana;

    font-size: 13px;

    font-weight: normal;

    text-decoration: none; */

}

.side-menu ul li .active {

    background-image: linear-gradient(#215dae,#161f54);

    border-radius: 7px;

    color: #11e0ff;

    float: left;

    font-family: Verdana;

    font-size: 13px;

    font-weight: normal;

    text-decoration: none;

}

#footer-bg {background-image:linear-gradient(rgba(0,0,0,.0),rgba(0,100,100,.8));background-size:cover;background-position:center center;width:100%;height:auto;margin:auto}

.footer-link-text a {

    font-family: Verdana;

    font-size: 12px;

    color: #fff;

}

.footer-link-text {background-image:url(../images/footer-bg.png);background-position:center center; background-size:cover;background-repeat:no-repeat;padding: 8px 0;text-align:center}

ol li{margin-bottom:10px}

.tblrows{height:30px;}

/*faq*/

.custom-ul{list-style:none;padding-left:0px}

.custom-ul .qu:before{content: "Q - " attr(data-task-owner) ;margin-right:10px}

.custom-ul .qu{margin-bottom:10px;font-weight:bold;cursor:pointer;padding:10px 5px;background-color:#4080e9;border-bottom:1pt solid #FFF}

.custom-ul .qu:hover{background-color:#01255d;color:#fff}

.custom-ul .an:before{content: "Ans - " attr(data-task-owner) ;margin-right:10px;font-weight:bold}

.custom-ul .an{margin-bottom:10px;display:none;padding:10px 5px;background-color:#4080e9;text-align:justify}

.testimonial{border:1pt dashed #F00;padding:10px 5px;}

.right-2-title {

   	background-image: linear-gradient(#161f54,#215dae);

    border-radius: 7px;

    width: 218px;

    height: 28px;

    text-align: center;

    font-size: 14px;

    font-weight: normal;

    color: #fff;

	padding-top:4px;

    background-position: center center;

	margin:auto;

	margin-bottom:10px;

}

.login-box-from-text-use-box {

    background: transparent url("../images/login-box-from.jpg") no-repeat scroll 0% 0%;

    border: medium none;

    width: 225px;

    height: 31px;

    padding-left: 32px;

}

.login-box-from-text-use-box-pass {

    background: transparent url("../images/login-box-from-pass.jpg") no-repeat scroll 0% 0%;

    border: medium none;

    width: 225px;

    height: 31px;

    padding-left: 32px;

}