/*body {
  font-family: 'Jost', sans-serif;

  font-size: 16px;
  line-height: 1.4;
}*/
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 5px;
  color: #242424;
  /*font-family: 'Jost', sans-serif;*/
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 30px;
}
h4 {
  font-size: 20px;
}
ul {
  padding: 0px;
  margin: 0px;
}
ul li {
  list-style: none;
}
.transition {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt25 {
  margin-top: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.pt30 {
  padding-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.pt25 {
  padding-top: 25px;
}
.pb25 {
  padding-bottom: 25px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt15 {
  padding-top: 15px;
}
.pb15 {
  padding-bottom: 15px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section .widget {
  margin-top: 30px;
  margin-bottom: 30px;
}
.main-header {
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 9;
  /*position: relative;*/
  position: fixed;
  padding: 13px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
.main-header .navbar {
  margin-bottom: 0px;
  border: none;
  background: none;
  width: 100%;
}
.main-header .navbar-brand {
  padding: 0px 0 0 10px;
  height: auto;
  line-height: auto;
}
.navbar-header {
  float: left;
  margin-top: 6px;
}
.main-header .navbar-brand img {
  max-width: 170px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-header .navbar-nav li a {
  color: #242424;
  font-weight: 500;
  font-size: 19px;
  padding: 20px 30px;
}
.main-header .navbar-nav li a:hover,
.main-header .navbar-nav li a:focus {
  color: #04bd93;
  background: none;
}
.main-header .navbar-nav li.active a {
  color: #04bd93;
  background: none;
}
.main-header .navbar-nav li.active a:hover {
  color: #04bd93;
  background: none;
}
.main-header-margin {
  margin-top: 80px;
}
.navbar-nav{
  margin-left: 15%;
}
.nav-menus {
  width: auto;
}
.nav-menus ul{
  padding: 0px;
  margin: 0px;
}
.nav-menus ul li{
  list-style: none;
  display: inline-block;
}
.nav-menus ul li a {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  padding: 10px 16px;
  text-decoration: none;
}
.nav-menus ul li a:hover{
  color: #04bd93;
}





.btn-primary {
  position: relative;
  display: inline-block;
  background: #05bd93;
  color: #fff !important;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 10px !important;
  border-radius: 4px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #05bd93;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #fff !important;
  color: #05bd93 !important;
  border: 1px solid #05bd93;
}
.single-btn {
  display: inline-block;
}








.top-footer {
  background: #1a2e29;
  padding: 70px 0 20px 0;
}
.fot-logo {
  display: inline-block;
}
.fot-box h3 {
  color: #fff;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 18px;
  margin-top: 11px;
}
.fot-box ul li{
  margin-bottom: 10px;
}
.fot-box ul li a {
  color: #e3dede;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.top-footer .fot-box ul li a:hover {
  color: #05BD93;
  text-decoration: underline;
  padding-left: 5px;
}
.fot-box p {
  color: #9c9c9c;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
}
.below-footer {
  position: relative;
  display: block;
  background: #1a2e29;
  padding: 20px 0 18px;
  border-top: 1px solid #2d4a43;
}
.below-footer .copy-rights {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0px;
  float: left;
}
.below-footer ul{
  float: right;
}
.below-footer ul li{
  display: inline-block;
  margin-left: 4px;
}

.user-space {
  position: relative;
  float: right;
}
.user-name {
  padding-right: 17px;
  font-size: 18px;
}
.user-image {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 6px;
}
.user-image span {
    display: inline-block;
    border-radius: 50%;/*
    overflow: hidden;*/
    margin-right: 10px;
    width: 45px;
    height: 45px;
}
  .user-image span b {
    position: absolute;
    top: -1px;
    left: 29px;
    width: 22px;
    height: 22px;
    background: red;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    font-weight: 500;
  }
  .user-image span img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .user-menus {
    width: 180px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
/*    display: none;*/
    position: absolute;
    right: 0;
  }
  .user-menus ul{
    margin: 0px;
    padding: 0px;
  }
  .user-menus ul li{
    display:block;
    list-style: none;
  }
  .user-menus ul li a {
    padding: 6px 15px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-decoration: none;
  }
  .user-menus ul li a:hover{
    color: #04bd93;
  }
  .user-menus ul li a i{
    margin-right: 7px;
    font-size: 18px;
  }

.newsletter {
  position: relative;
  overflow: hidden;
}
.newsletter .form-control{
  height: 47px;
  background: #fff;
  padding:5px 100px 5px 12px;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px;
}
.submit-btn {
  background: #05bd93;
  font-size: 15px;
  height: 47px;
  padding: 6px 24px;
  border: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 5px 5px 0px;
}
.submit-btn:hover{
  background: #000;
}
.mobile-user{
  display: none;
}
.body-section{
  padding: 60px 0;
  background: #f5f6fa;
}
.section-head{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.section-head img{
  margin-right: 15px;
}
.radio-section {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  overflow: hidden;
}
.radio-item [type="radio"] {
  display: none;
}
.radio-item label {
  display: block;
  padding: 10px 30px 0px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  min-width: 250px;
  white-space: nowrap;
  position: relative;
  margin: 0px;
  transition: 0.4s ease-in-out 0s;
  display: flex;
}
.radio-item label strong{
  padding-right: 15px;
}
.radio-item label span {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.radio-item label:after,
.radio-item label:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.radio-item label::after {
  height: 22px;
  width: 22px;
  border: 2px solid #999;
  right: 20px;
  /*top: calc(50% - 27px);*/
  top: calc(85% - 27px);
}
.radio-item label:before {
  background: #05bd93;
  height: 20px;
  width: 20px;
  right: 21px;
  top: calc(50%-5px);
  transform: scale(5);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out 0s;
}
.radio-item [type="radio"]:checked ~ label {
  border-color: #ccc;
}
.radio-item [type="radio"]:checked ~ label::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.form-group{
  
}
.form-group label{
  margin-bottom: 8px;
  width: 100%;
}
.form-group label span{
  float: right;
  font-weight: 400;
}
.form-control {
  height: 50px;
  background: #fff;
  border: 1px solid #dddddd;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 15px;
  box-shadow: none;
  color: #000;
}

.body-section .panel-heading{
  border:none;
  border-radius:0px;
  padding: 16px;
}
.body-section .panel-heading .panel-title{
  font-size: 19px;
}
.body-section .panel-heading .panel-title a {
  width: 100%;
  display: inline-block;
}
.body-section .panel-heading .panel-title a i {
  float: right;
  width: 30px;
  height: 30px;
  background: #05bd93;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 19px;
  display: inline-block;
  line-height: 29px;
  margin-top: -7px;
}
.body-section .panel-default{
  border:1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 10px;
}

.upload-file-area{
  /*border:2px dashed #ccc;
  padding: 35px;
  text-align: center;
  margin-top: 25px;*/
}
.upload-file-area .file-upload {
  width: auto !important;
  background: #04bd93 !important;
  border-radius: 5px;
  padding: 5px 10px !important;
  font-size: 17px;
  font-weight: bold;
  margin-top: 0px !important;
  float: none;
}
.upload-file-area .file-upload img {
  max-width: 40px;
  margin-right: 12px;
}
.upload-file-area .file-upload:hover{
  background: #079373 !important;
  color: #fff !important;
}
.uploaded-images {
  width: 100%;
  margin-top: 25px;
}
.uploaded-images ul li{
  margin: 0 25px 25px 0;
  position: relative;  
  display: inline-block;   
}
.image-upalod{
  position: relative;
  width: 180px;
  height: 180px;
  background: transparent;
  overflow: hidden;
}
.image-upalod img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.uploaded-images ul li .remove-image {
  position: absolute;
  width: 25px;
  height: 25px;
  background: red;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 19px;
  line-height: 26px;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
.preview {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 8px 10px;
  position: absolute;
  width: 100%;
  bottom: -40px;
  cursor: pointer;
  transition: 0.5s;
}
.uploaded-images ul li:hover .preview{
  bottom: 0px;
}




.file-upload input[type='file'] {
  display: none;
}
.custom-file-label.rounded-pill {
  border-radius: 50rem;
}
.custom-file-label.rounded-pill::after {
  border-radius: 0 50rem 50rem 0;
}




.file-drag, .modal-body.file-upload {
  border: 2px dashed #ccc;
  border-radius: 7px;
  color: #555;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 1em 0;
  padding: 20px;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}
.file-drag p, .modal-body.file-upload p{
  font-weight: 400;
}

.file-drag:hover {
  background : #eaeaea;
}

/*#file-drag:hover,
#file-drag.hover {
  border-color : #3070A5;
  border-style : solid;
  box-shadow   : inset 0 3px 4px #888;
  color        : #3070A5;
}*/

.file-progress {
  display : none;
  margin  : 1em auto;
  width   : 100%;
}

.file-upload-btn {
  margin : auto;
}

.file-upload-btn:hover {
  background : #4499c9;
}

.file-upload-form {
  margin: auto;
  width: 100%;
}

progress {
  appearance    : none;
  background    : #eee;
  border        : none;
  border-radius : 3px;
  box-shadow    : 0 2px 5px rgba(0, 0, 0, 0.25) inset;
  height        : 30px;
}

progress[value]::-webkit-progress-value {
  background :
    -webkit-linear-gradient(-45deg, 
      transparent 33%,
      rgba(0, 0, 0, .2) 33%, 
      rgba(0,0, 0, .2) 66%,
      transparent 66%),
    -webkit-linear-gradient(right,
      #005f95,
      #07294d);
  background :
    linear-gradient(-45deg, 
      transparent 33%,
      rgba(0, 0, 0, .2) 33%, 
      rgba(0,0, 0, .2) 66%,
      transparent 66%),
    linear-gradient(right,
      #005f95,
      #07294d);
  background-size : 60px 30px, 100% 100%, 100% 100%;
  border-radius   : 3px;
}

progress[value]::-moz-progress-bar {
  background :
  -moz-linear-gradient(-45deg, 
    transparent 33%,
    rgba(0, 0, 0, .2) 33%, 
    rgba(0,0, 0, .2) 66%,
    transparent 66%),
  -moz-linear-gradient(right,
    #005f95,
    #07294d);
  background :
    linear-gradient(-45deg, 
      transparent 33%,
      rgba(0, 0, 0, .2) 33%, 
      rgba(0,0, 0, .2) 66%,
      transparent 66%),
    linear-gradient(right,
      #005f95,
      #07294d);
  background-size : 60px 30px, 100% 100%, 100% 100%;
  border-radius   : 3px;
}
.no-show-area {
  text-indent: -9999999px;
  opacity: 0;
  height: 1px;
}



/*Responsive start*/
@media only screen and (min-width: 1599.99px) and (max-width: 1799.99px){
.container-fluid {
  max-width: 1440px;
}

}

@media only screen and (min-width: 1480px) and (max-width: 1600px){
.container-fluid {
  max-width: 1340px;
}

}

@media only screen and (max-width: 1199px) {
.main-header .navbar-nav li a {
  font-size: 17px;
}
.navbar-nav {
  margin-left: 3%;
}






}
/*1199*/

@media only screen and (max-width: 991px) {
.main-header .navbar-brand img {
  max-width: 120px;
}
.main-header .navbar-nav li a {
  font-size: 16px;
  padding: 11px 15px;
}
.user-image span {
  width: 36px;
  height: 36px;
}
.main-header {
  padding: 6px 0;
}
.main-header-margin {
  margin-top: 40px;
}
.user-image {
  margin-bottom: 0;
}
.section-head {
  font-size: 22px;
}
h3, .h3 {
  font-size: 17px;
}
.radio-item label span {
  font-size: 16px;
}
.radio-item label::after {
  top: calc(75% - 23px);
}







}
/*991*/

@media only screen and (max-width: 767px) {
.navbar-header {
  margin-top: 0;
  width: 100%;
}
.navbar-toggle {
  margin-right: 13px;
  padding: 9px 10px;
  margin-top: 2px;
  margin-bottom: 3px;
}
.navbar {
  min-height: auto;
}
.navbar-collapse {
  position: absolute;
  width: 100%;
  top: 44px;
  background: #fff;
  z-index: 5;
}
.navbar-nav {
  margin-left: 0;
}
.main-header .navbar-nav li a {
  font-size: 16px;
  padding: 5px 8px;
  font-weight: 400;
}
.desktop-user{
  display: none;
}
.mobile-user{
  display: block;
}
.user-space {
  margin-right: 15px;
}
.top-footer {
  padding: 40px 0 15px 0;
}
.fot-logo img{
  max-width: 150px;
}
.fot-logo {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 15px;
}
.fot-box h3 {
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: 25px;
  display: block;
}
.below-footer .copy-rights{
  font-size: 16px;
}
.user-name {
  display: none !important;
}

}
/*767*/

@media only screen and (max-width: 575px) {
.radio-item label strong{
  display: none;
}
.radio-item label {
  padding: 12px 10px;
  font-size: 18px;
  min-width: 100%;
}
.radio-item label span {
  font-size: 14px;
}
h3, .h3 {
  font-size: 17px;
}
.single-btn {
  width: 100%;
  margin-bottom: 12px;
}
.radio-item label::after {
  top: calc(65% - 21px);
}
.user-name {
  display: none !important;
}

}
/*575*/
.main-header .navbar-nav li a {
  font-size: 17px;
  /*font-weight: bold;*/
}
i.las.la-angle-down {
    font-size: 17px;
    font-weight: bold;
}





.dots-bars-2 {
    width: 40px;
    height: 40px;
    --c: linear-gradient(currentColor 0 0);
    --r1: radial-gradient(farthest-side at bottom,currentColor 93%,#0000);
    --r2: radial-gradient(farthest-side at top   ,currentColor 93%,#0000);
    background: 
    var(--c) ,
    var(--r1),
    var(--r2),
    var(--c) ,  
    var(--r1),
    var(--r2),
    var(--c) ,
    var(--r1),
    var(--r2);
    background-repeat: no-repeat;
    animation: db2 1s infinite alternate;
}

@keyframes db2 {
    0%,25% {
    background-size: 8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(50% - 2px),0 calc(50% + 2px),50% 50%,50% calc(50% - 2px),50% calc(50% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);
    }
    50% {
    background-size: 8px 100%,8px 4px,8px 4px,8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(50% - 2px),50% calc(50% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);
    }
    75% {
    background-size: 8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(0% - 2px),50% calc(100% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);
    }
    95%,100% {
    background-size: 8px 100%,8px 4px, 8px 4px,8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(0% - 2px),50% calc(100% + 2px),100% 50%,100% calc(0% - 2px),100% calc(100% + 2px);
    }
}
.modal-backdrop
{
    opacity:0.5 !important;
}
.modal-content {
    border-radius: 20px;
    border-color: #05bd93;
}
.modal-body {
    border-radius: 20px;
}

