/* color scroll bar */
body::-webkit-scrollbar {
  width: 0.7em;
  background-color: rgb(187, 187, 187);
}

body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to top, #3e3e3e 0%, #404040 100%);
  border-radius: 1em;
}
/* end color scroll bar */

/* ==========================================================================
Typography
========================================================================== */

p {
  font-size: 15px;
  line-height: 29px;
  color: rgba(28, 54, 83, 0.6);
 /*  padding-bottom: 20px; */
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 40px;
  font-weight: 300;
  color: #3D4351;
}

h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #3D4351;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
  color: #3D4351;
  text-transform: uppercase;
  font-weight: 500;
}

/*   .btn {
    font-size: 13px;
    border: solid 2px;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase; }
  
  .btn:hover, .btn:focus {
    color: #fff;
    border-color: #FF5274;
    background-color: #FF5274; }
  
  .btn-white {
    font-size: 13px;
    border: solid 2px;
    border-radius: 40px;
    display: inline-block;
    border-color: #fff; }
  
  .btn-white:hover, .btn-white:focus {
    color: #FF5274;
    border-color: #FF5274; }
  
  .btn-fill {
    color: #fff;
    border: solid 2px #FF5274;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #FF5274; }
  
  .btn-fill:hover, .btn-fill:focus {
    color: #fff;
    background-color: #D7405D;
    border-color: #D7405D; }
  
  .btn-small {
    padding: 8px 40px; }
  
  .btn-large {
    padding: 15px 40px; }
  
  .btn-margin-right {
    margin-right: 20px; }
  
  section.intro, section.features-extra, section.sign-up {
    background: #fff; }
  
  section.features, section.blog-intro, section.blog {
    background: #F3F4F8; } */

/* ==========================================================================
Global Styles
========================================================================== */

.group:after {
  content: "";
  display: table;
  clear: both;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

a {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: color, border-color, background-color;
  transition-property: color, border-color, background-color;
}

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



body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: rgba(28, 54, 83, 0.6);
  -webkit-text-size-adjust: 100%;
  background: #232731;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.section-padding {
  padding: 120px 0;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 4px;
}

/* social share buttons style */

#floatingSocialShare a:first-child {
  border-radius: 0 1rem 0 0;
}

#floatingSocialShare a:last-child {
  border-radius: 0 0 1rem 0;
}

#floatingSocialShare a {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#floatingSocialShare a:hover {
  padding-left: 1rem;
  border-radius: 0 1rem 1rem 0;
  box-shadow: 0 0 .5rem rgba(0, 0, 0, .42);
  /*  -moz-transform: scale(1.1) ;
      -webkit-transform: scale(1.1) ;
      transform: scale(1.1) ; */
  transition: 0.3s !important;
}


/* scroll up style */
/*scroll to top button*/
#scrollup {
  color: #fff;
  height: 45px;
  width: 45px;
  cursor: pointer;
  font-size: 28px;
  background: #1976D2;
  border: 1px solid #1976D2;
  text-align: center;
  position: fixed;
  bottom: 21px;
  right: 18px;
  z-index: 99999;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  display: none;
  transition: .3s; }
  
  #scrollup i {
    vertical-align: initial;
  }

  .btn, .dv-btn, #scrollup {
      border-radius: 10px!important;
  }
.form-control {
    border-radius: 10px;
}
.custom-select {
    border-radius: 10px;
}

.btn.btn-basa {
    color: #fff;
    background-color: #707070;
    font-weight: 600;
    padding: 1rem;
}
.btn-basa:hover {
    /*color: #e30e31;*/
    background-color: #cccccc;
    /*border-color: #e30e31!important;*/
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*modals style*/
.modal-content {
    border-radius: 1.2rem;
}

.asset2 .card-footer {
  padding: 0;
}