* {
  outline: none;
  box-sizing: border-box;
}

html {
  overflow: scroll;
  overflow-x: hidden;
}
html {
  position: relative;
  min-height: 100%;
  height: 100%;
}

html,
body {
  height: 100%;
}
body {
    margin: 0;
    color: #67757c;
    /*    font-weight: 300;*/
    font-weight: 500;
    color: #333;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    /*  font-family: 'Source Sans Pro';*/
}

.bg-primary, .btn-primary, .btn-info {
    color: #fff;
    background-color: #0b9dbd;
    border: 1px solid transparent;
    border-radius: 4px;
}

.bg-primary:hover, .btn-primary:hover, .btn-info:hover {
    color: #fff !important;
    background-color: #4fc8e0 !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
}

.bg-primary:focus, .btn-primary:focus, .btn-info:focus {
    color: #fff !important;
    background-color: #4fc8e0 !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    outline: none !important;
}

.bg-success {
    color: #fff;
    background-color: #4fc8e0;
    border: 1px solid transparent;
    border-radius: 4px;
}

.bg-success:hover {
    color: #fff;
    background-color: #0b9dbd;
    border: 1px solid transparent;
    border-radius: 4px;
}

.bg-success:focus {
    color: #fff;
    background-color: #0b9dbd;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-success {
    color: #fff !important;
    background-color: #13adcc;
    border-color: #0ea2bf !important;
}

a {
  color: #1a1a1a;
  outline: 0 none;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none;
}

a:active,
a:hover,
a:focus {
  color: #f49124;
}

p {
}

p a {
  color: #4c4c4c;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

td>img{
    width: 12px !important;
}

hr {
  clear: both;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
  display: block;
}

.clear {
  clear: both;
}

/*____HEADING & TITLE 
  ======================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  /* margin-bottom: 24px; */
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1a1a1a;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f49124;
}

h1 {
  font-weight: 700;
  font-size: 46px;
  line-height: 52px;
  color: #1a1a1a;
}

h2 {
  font-weight: 500;
  font-size: 38px;
  line-height: 44px;
  color: #1a1a1a;
}

h3 {
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  color: #1a1a1a;
  margin-bottom: 20px;
}

h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1a1a1a;
  margin-bottom: 15px;
}

h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

h6 {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.display-block {
  display: block;
}

.btn a {
  color: #fff !important;
}

.width-49{
  width: 49%;
}



.btn-primary {
    color: #fff;
    background-color: #13adcc;
    border-color: #13adcc;
}


.btn-primary:hover{
    color: #fff;
    background-color: #13adcc;
    border-color: #13adcc;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.focus,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:focus {

  background-color: #0a9cbf !important;
  color: #fff !important;
}

.btn-warning {
  color: #fff;
  background-color: #f68718; 
  border-color: #f68718;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.focus,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:focus {
 
  background: #e08604 !important;
  color: #fff !important;
}

.btn-success {
  color: #fff !important;
  background-color: #49af1d !important;
  border-color: #49af1d !important;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.focus,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:focus {
  color: #fff !important;
  background-color: #94bd3f !important;
  border-color: #94bd3f !important;
}

.btn-secoundary .btn-secoundary.focus,
.btn-secoundary:focus,
.btn-secoundary:hover {
  color: #333 !important;
  text-decoration: none;
}

@media (max-width: 768px) {
  .btn{
    margin: 10px 0px;
  }

  .width-49 {
    width: 100%;
  }
}

/* navigation styles ====================
  ========================================*/

.navbar {
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  color: #00bcd4;
  background: none;
  border-radius: 0px;
  background: #c1c1c11c;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #fff !important;
  border-color: #f1f1f1 !important;
  color: #13adcc !important;
}

.dropdown-menu li .user_name {
    background-color: #13adcc;
    cursor: context-menu;
    color: #fff !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px !important;
}

.dropdown .caret {
    margin-top: -2px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #3fc4de;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 6px;
  border-top: none;
  padding: 0px;
}

[class*=" icofont-"],
[class^="icofont-"] {
  font-size: 18px;
  padding-right: 5px;
}

@media all and (max-width: 990px) and (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #757575;
  }
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #393e41;
    text-transform: uppercase;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 37px;
  }

  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-header {
    float: left;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .logo-header-inner img {
    width: 236px;
    margin-left: 0px !important;
    margin-bottom: 10px;
  }
  .navbar-form .form-group {
    margin-bottom: 5px;
    width: 86%;
    float: left;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: 100%;
    margin: 0px auto;
  }

  .navbar-form {
    width: 100%;
    margin: 0px auto;
  }

  .mb-menu {
    display: inline-block;
    padding-top: 10px;
    font-size: 17px;
    font-weight: 500;
  }

  .navbar-collapse.collapse {
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
    overflow: hidden;
    width: 100%;
  }

  .navbar-toggle {
    padding: 0px;
  }

  .navbar-header {
    clear: both;
  }

  .mb-menu {
    display: inline-block !important;
  }
}

.navbar-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 37px;
  width: 400px;
  max-width: 100%;
}

.navbar-nav li a i {
  color: #0a9cbf;
}

@media only screen and (max-width: 1029px) {
  .mb-menu {
    display: block !important;
    float: left;
    padding-left: 10px;
    padding-top: 7px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
    margin-top: 35px;
    margin-bottom: 0px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .header-nav {
    clear: both;
    margin: 0 -15px;
    border-bottom: 1px solid #e9e9e9;
  }
  .header-nav .nav {
    float: none;
    margin: 0;
    background: #fff;
  }
  .header-nav .nav li {
    float: none;
  }
  .header-nav .nav > li .sub-menu > li,
  .header-nav .nav > li .mega-menu > li {
    float: none;
    display: block;
    width: auto;
  }
  .header-nav .nav li .sub-menu > li a {
    padding-left: 30px;
  }
  .header-nav .nav > li > a {
    padding: 12px 15px;
    border-top: 1px solid #ededed69;
    color: #777;
  }
  .header-nav .nav > li.active > a,
  .header-nav .nav > li.current-menu-item > a {
    color: #000;
  }

  .header-nav .nav i {
    display: none !important;
  }
  .header-nav .nav i {
    float: right;
  }
  .header-nav .nav > li > a:hover,
  .header-nav .nav > li > a:active,
  .header-nav .nav > li > a:focus {
    background-color: #f0f0f026;
    text-decoration: none;
  }
  .header-nav .nav > li .mega-menu > li:after {
    display: none;
  }
  .header-nav .nav > li ul,
  .header-nav .nav > li .sub-menu,
  .header-nav .nav > li .mega-menu {
    box-shadow: none;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
  }
  .header-nav .nav > li ul.mega-menu ul {
    display: block;
  }
  .header-nav .nav > li .mega-menu > li {
    padding: 0px;
  }
  .header-nav .nav > li ul.mega-menu li:hover ul {
    display: block;
  }
  .header-nav .nav li.has-child {
    position: relative;
  }
  .header-nav .nav li .sub-menu,
  .header-nav .nav li .mega-menu {
    opacity: 1;
    margin: 0 !important;
  }
  .has-child .submenu-toogle {
    display: block;
  }

  .navbar-nav .dropdown-menu::before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    top: 47px !important;
    left: 28px;
    border: 7px solid black;
    border-color: #eaeaea #eaeaea transparent transparent !important;
  }
}


@media (min-width: 768px){
.navbar-nav>li>a {
    padding-top: 35px;
    padding-bottom: 35px;
}

.navbar-nav {
  float: right;
  margin: 0;
}
}


/* Main css hear ===================================================================================
================================ */

hr {
  clear: both;
  margin: 10px 0px;
}

.wrapper {
  width: 100%;
}
/* 
.container {
  width: 83%;
  margin: 0px auto;
} */

.container {
    width: auto !important;
}
    .top-bar {
  background: #49af1d;
  display: flex;
}

.top-bar ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: right;
}

.top-bar ul li {
  list-style: none;
  display: inline-block;
  padding: 8px;
  text-align: center;
}

.top-bar ul li:hover {
  color: orange;
}
.top-bar ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .top-bar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

  .top-bar ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 6px;
    text-align: center;
  }

  .top-links {
    margin-top: 0px !important;
  }
}

.top-links {
  margin-top: 15px;
  margin-bottom: 10px;
}

.top-links .user-link {
  float: right;
}

.top-links .user-link .btn {
  background: none;
  border: none;
  padding: 10px 0px;
}

.top-links .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.top-links .user-link .btn:hover,
.btn:focus {
  color: #333;
  background: none;
  border: none;
  box-shadow: none;
}

.user-link .dropdown-menu {
  position: absolute;
  top: 100%;
  left: auto;
  /* right: -15px; */
  z-index: 1000;
  float: left;
  min-width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu {
  border: 1px solid #c5c5c51f !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #13adcc;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  /* left: -78px; */
}

.navbar-nav .dropdown-menu::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 110px;
  border: 7px solid black;
  border-color: #fff #fff transparent transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.02);
  z-index: 1002;
}

.user-link .dropdown-menu::before {
  right: 48px;
}

.user-link .dropdown-menu::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 28px;
  border: 7px solid black;
  border-color: #fff #fff transparent transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 2px -3px 3px 0 rgba(0, 0, 0, 0.02);
  z-index: 1002;
}

.user-link img {
  border-radius: 50%;
  max-width: 36px;
  margin-left: 5px;
}

.user-link .dropdown-menu {
  padding: 0px;
}

.user-link .dropdown-menu li a {
  color: #8a8a8a;
  font-weight: normal;
  font-size: 13px;
}

.user-link .dropdown-menu li a:hover,
.a:focus {
  background: #5b6f31;
  color: #fff;
  border: none;
}

.site-header {
  /* box-shadow: 0px 7px 6px -6px rgb(92 92 92 / 39%); */
  background-color: #fff;
  /* border-bottom: 1px solid #eaeaea; */
  -webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
    box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
}

.logo-header {   
   float: left;
}

.sign-in-popup {
  margin-top: 5%;
}

.logo-header-inner {
  float: left;
}

.logo-header-inner img {
 /* width: 200px;*/
  width: 150px; /*modified on 23-06-2021*/
  padding: 10px;
}

.mb-menu {
  display: none;
}

.page-content {
  position: relative !important;
  /* z-index: 1 !important; */
  display: block !important;
  overflow: auto !important;
  padding-top: 10px;
}


/* ===========================================================
 main content css ===========================================*/

.main-content {
  padding: 20px 20px;
  /* display: inline-block; */
}

@media (min-width: 768px){
    .main-content{
        min-height:400px;
    }
}

@media (min-width: 992px) {
    .main-content {
        min-height: 520px;
    }
}

.content-heading h2{
  color: #26bbd3;
  text-align: left;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 50px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
}

.box-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

    .box-title h3 {
        font-size: 24px;
        margin: 10px 0px;
        color: #0a9cbf;
        font-weight: 700;
    }
        /* ===========================================================
 Login css ===========================================*/
        .form-signin {
    max-width: 380px;
    /* padding: 15px 35px 45px; */
    margin: 0 auto;
    background-color: #fff;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 0px 30px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 30px 0 rgba(0,0,0,0.3);
    text-align: center;
    border-radius: 10px !important;
    margin-top: 30px;
    margin-bottom: 40px !important;
}

 .form-box{
  padding: 15px 35px 45px;
 }
.form-signin-heading {
    font-size: 28px;
    background-color: #13adcc;
    padding: 25px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.form-signin-heading, .checkbox {
	  margin-bottom: 30px;
	}

	.checkbox {
    font-weight: normal;
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
    text-align: left;
  }

.form-control {
    position: relative;
    font-size: 13px;
    height: auto;
    padding: 10px;
    margin-bottom: 20px !important;
}

	.form-signin, input[type="text"] {
	  margin-bottom: -1px;
	  border-bottom-left-radius: 0;
	  border-bottom-right-radius: 0;
	}

	.form-signin, input[type="password"] {
	  margin-bottom: 20px;
	  border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .form-control:focus {
    border-color: #3fc4de;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(63 196 222 / 39%);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(63 196 222 / 39%);
}
  

  .login-button{
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  }



/* =========================================================
 profile css ===========================================*/

.bg-light{
  background: #e8ecef;
}

.bg-white{
  background: #fff;
}

  .card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / 4%);
    border-radius: .25rem;
  }

  .card-body{
    flex: 1 1 auto;
    padding: 30px;
  }

  
#upload {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.change-pic{
  position: relative;
    width: 120px;
    text-align: center;
    /* margin: 20% auto; */
    background: #3fc4de;
    padding: 10px;
    border-radius: 4px;
    font-size: 18px !important;
    vertical-align: middle;
    display: flex;
    text-align: center;
}

.change-pic label {
  display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
  .user-name{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0px;
  }
  .email-text{
    color: #8e8e8e;
    font-weight: 600;
  }

  .profile-box{
    display: flex;
    margin-bottom: 20px;
  }

  .profile-pic{
    height: 140px;
    border-radius: 7px;
    background-color: rgb(233, 236, 239);
  }

  .custom-controls-stacked{
    display: flex;
    justify-content: space-around;
  }

  .profile-heading{
    font-weight: 600;
    font-size: 20px;
    color: #333;
    font-family: 'Source Sans Pro';
  }

  .profile-edit label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Source Sans Pro';
    font-size: 15px;
}

.form-control {
    position: relative;
    font-size: 13px;
    height: auto;
    padding: 10px;
    margin-bottom: 20px !important;
    color: #5f727f;
    font-weight: 500;
}

  @media (max-width: 768px) {
    .profile-box {
      display: block;
      margin-bottom: 20px;
  }
  }

/* =========================================================
 footer css ===========================================*/
.footer {
    /* background-color: #0a9cbf; */
    background-color: #616161;
    padding: 20px 0px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500
}

/* =========================================================
 popup css ===========================================*/

.modal-title {
   float: left;
}

/* =========================================================
 Responsive css ===========================================*/



@media (min-width: 768px) {
  .container {
    width: 98%;
  }

  .navbar-form .form-control {
    width: 300px;
    max-width: 100%;
  }
   .navbar-nav>li {
        float: none;
        display:inline-block;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 42px;
    }
}


@media (min-width: 1212px){
.container {
    width: 1212px;
}
}