

body {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

h3 {
  color: #333;
  font-size: 24px;
}

h5 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.heading-block h2 {
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #333;
  font-size: 24px;
}

.heading-block:after {
  content: "";
  display: block;
  margin-top: 15px;
  width: 72px;
  border-top: 2px solid #333;
}

.headline h2 {
  color: #333;
  font-size: 22px;
  letter-spacing: 1.1;
  font-weight: 700;
}

.headline p:before,
.headline h2:after {
  position: absolute;
  left: calc(50% - 35px);
  display: block;
  width: 70px;
  border-bottom: 2px solid black;
  content: "";
  margin-top: 10px;
}

.widget_links li a {
  background: none;
  font-size: 16px;
  font-weight: 400;
  border: none;
  color: #555;
  padding: 0 0 0 0;
}

#icon-row {
  justify-content: space-between;
}

ul > li {
  line-height: 2;
}

@media (min-width: 1601px) {
  .container {
    width: 1430px;
  }
}

.logo-img {
  margin-left: 200px;
}

#header #logo {
  padding-right: 0px;
  margin-right: 0px;
}
#header #logo a img {
  height: 35px;
  margin: 20px 0 20px 70px;
}
#header #primary-menu {
  margin-right: 100px;
}
#header #primary-menu ul li a {
  font-weight: 400;
}
@media (max-width: 991px) {
  #header #logo a img {
    height: 30px;
    margin: 20px 0;
  }
}


#primary-menu ul li.active a {
  color: #3259a0;
}
@media (max-width: 479px) {
  .container {
    width: auto !important;
  }
}
body:not(.device-touch) #menu-mobile {
  display: none !important;
}
body.device-touch #menu-desktop {
  display: none !important;
}
.device-xxs #slider .container,
.device-xxs #slider .container-fluid {
  margin: 0 15px;
}



#slider .section .container p {
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  margin-top: 8px;
  margin-bottom: 0;
}

#footer {
    margin-top: 0px !important;
  }

#footer,
#copyrights {
  border-top: none;
  background-color: #f5f5f5;
}
.vertical-center {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.animated {
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
}

.hua {
  display: inline-block;
  position: relative;
  color: #333;
}

.hua:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #3a95ed;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hua:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.active-em {
  border-bottom: 3px solid #38ae9b;
}

.active-ep {
  border-bottom: 3px solid #53a2ef;
}



#primary-menu ul ul li>a {
  font-size: 16px !important;

}

@media (max-width: 500px) {

  .heading-block {
    margin-left: 10px;
    ;
    
  }
}

@media (max-width: 767px) {
  #slider-text img {
    display: none;
  }
}

@media (max-width: 991px) {
  #footer-items {
    text-align: center;
  }
}

#slider .section .container h1 { 
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1;
  letter-spacing: 0;
}

@media (min-width: 767px) and (max-width: 1199px) {

  /* Modified fw from 500-->700*/
 #slider .section .container h1 { 
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1;
  letter-spacing: 0;
}
}

@media (min-width: 1200px)  {

  /* Modified fw from 500-->700*/
 #slider .section .container h1 { 
  color: #fff;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1;
  letter-spacing: 0;
}
}

@media (max-width: 991px) {
  #slider .section .container p {
    font-size: 1em;
  }

}

/*br.res {
  display: none;
}*/

@media (max-width: 767px) {

  #slider .section .container h1 { 
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 1;
    letter-spacing: 0;
  }
  
    #slider .section .container p {
    font-size: 16px;
  }

  /* #slider-index {
    background-image: url("../images/parallax/home-main-slider-600c.webp");
    background-position: center left !important;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 293px;
    
    
  } */
}

@media (max-width: 479px) {

  br.res {
    display: none;
  }
}