textarea {
  resize: none !important;
}

#global-loader {
  background-color: rgba(59, 56, 56, 0.75);
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}

#global-loader .loader-img {
  margin: auto;
  display: flex;
  text-align: center;
  position: relative;
  width: 250px;
  top: 35%;
}

.back-to-top {
  background-color: #4c7cf3;
  border-color: #003ad0;
  color: #ffffff;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  bottom: 30px;
  height: 35px;
  width: 35px;
  right: 20px;
  padding: 6px;
  z-index: 1000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.back-to-top.fade-in {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}

.back-to-top i {
  position: relative;
  display: flex;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.md-tabs {
    position: relative;
    z-index: 1;
    padding: .7rem;
    margin-right: 1rem;
    margin-bottom: -20px;
    margin-left: 1rem;
    background-color: #a81225;
    border: 0;
    color: #fff !important;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -ms-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -o-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.md-tabs .nav-link,
.md-tabs .nav-item {
    color: #fff;
    border: 0;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.md-tabs .nav-link.active,
.md-tabs .nav-item.open {
    color: #fff;
    border: 0;
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.text-center {
  margin: auto;
  display: block;
  position: relative;
  text-align: center !important;
}

.navbar .container {
  width: 100%;
  display: block !important;
  height: 100px;
}


.navbar .container .logo-header {
  position: relative;
  margin: auto;
  margin-top: -2px;
  display: flex;
  text-align: center;
  width: 90px;
}

.banner {
  background: linear-gradient(180deg, #003ad0, #4c7cf3); 
  text-align: center; 
  padding: 50px 50px 0px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.copyright {
  font-size: 12px !important;
  color: #999;
  text-decoration: none;
}

.copyright a {
  font-size: 12px !important;
  color: #999 !important;
  text-decoration: none;
}

.copyright a:hover {
  color: #999 !important;
  text-decoration: underline;
}

.single-footer-widget h5 {
  font-size: 20px;
  color: #F5F52A;
}

.single-footer-widget p {
  font-size: 14px !important;
  color: #f9f9f9;
}

.single-footer-widget ul {
  list-style: none;
  margin-left: -20px;
  position: relative;
}

.single-footer-widget ul li a {
  font-size: 14px !important;
  color: #f9f9f9 !important;
  text-decoration: none;
}

.single-footer-widget ul li a:hover {
  color: #f9f9f9 !important;
  text-decoration: underline;
}

@media(max-width: 600px) {
  .single-footer-widget {
    text-align: center !important;
  }
}

.btn-md{
  padding: 0px 25px 25px 25px !important;
}

.section-content{
  padding: 50px
}

.btn i {
  position: relative;
  top: 8px;
  margin-right: 5px;
}

footer {
  background-color: #101010;
}

footer .semi-footer {
  padding: 30px;
}

footer .semi-footer .logo-footer {
  margin: auto;
  margin-top: 10px;
  display: block;
  position: relative;
  text-align: center;
  width: 120px;
}

footer .footer {
  padding: 10px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.title{
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500;
  font-size: 24px;
}

.subtitle{
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  font-size: 20px;
}

.contentBanner{
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  font-size: 18px;
}

.text-gray-light {
  color: #6c6c6c !important;
}

.form-control-lg {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 300 !important;
  height: 45px !important;
  font-size: 18px !important;
}

textarea.form-control-lg {
  height: 100px !important;
}

.form-control {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #999 !important;
}

.form-control:hover,
.form-control.focused,
.form-control:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #003ad0 !important;
}

.margin-bottom10{
  margin-bottom: 10px;
}

.margin-bottom20{
  margin-bottom: 20px;
}

.form-group label {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #3b3b3b !important;
}

.top35 {
  position: relative;
  top: 35px;
}

.right20 {
  position: relative;
  right: 20px;
}

.sectionTooltip {
  float: right;
  display: block;
  position: relative;
  top: -50px;
  right: -22px;
}