/* <uniquifier>: Use a unique and descriptive class name
 <weight>: Use a value from 100 to 900
 */

.raleway-mabi {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

body {
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    line-height: 26px;
    color:#1f1f1f;
    letter-spacing: 0.5px;
}
.medium-text {
  font-weight: 500;
}
.bg-blue {
  background-color: #0284d0;
}

.blue-bg-effect{
  background-color: #f7f7f7;
}
.blue-bg-effect:hover {
  background-color: #0284d0;
  color:#fff;
}

.bg-green {
  background-color: #28a745;
}

.bg-light-gray3 {
  background-color: #f2f2f2;
}

.color-blue {
  color: #0284d0;
}

.color-green {
  color: #28a745;
}

.btn-primary {
  border-color: #0284d0;
  background-color: #0284d0;
  color: #ffffff;
  position: relative;
  padding: 9px 34px;
}
.btn-setting {
  width: auto;
  display: inline-block;
  font-weight: 400;
  line-height: 25px;
  font-size: 15px;
  text-transform: capitalize;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0px solid transparent;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease !important;
}

.btn-primary:hover.btn-setting:before {
  background: #28a745;
  top: 0;
  left: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}

.btn-primary:before {
  position: absolute;
  content: "";
  right: 0;
  left: -101%;
  width: 101%;
  height: 100%;
  background: #0284d0;
  z-index: -1;
  top: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  overflow: hidden;
}
nav {
  box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
}

.navbar-nav .nav-link {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0.25rem 0 0;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  text-transform: uppercase;
}

.navbar-nav .nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  background: #0284d0;
  transition: width .3s;
  border-radius: 50px;
  transform-origin: right;
}

a {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.navbar-nav .nav-link.active::after {
  width: 100%;
}

.navbar-nav .nav-link:hover {
  color: #0284d0;
}

.intro-section h2 {
  text-transform: initial;
  font-size: 37px;
  font-weight: 500;
  max-width: 720px;
}

.intro-section {
  padding: 50px 0;
  
}
.intro-section h1 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.intro-section p {
  font-size: 18px;
  color: #666;
}

.info-section {
  padding: 25px 0;
}
.info-section .info-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 50px 30px;
  margin: 8px 0;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: default;
}
.info-section .info-box i {
  font-size: 36px;
  margin-bottom: 15px;
  color: #0284d0;
}

.info-section .info-box p {
  font-size: 16px;

}
.info-section .info-box:hover {
  background-color: #28a745;
  color: #fff;
}
.info-section .info-box:hover i {
  color: #fff;
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .container {
      max-width: 1140px;
  }
}

/* hover effect */

.hover-effect{
  position: relative;
}

.hover-effect::before {
  right: 0;
  opacity: 1;
  top: 0;
}

.hover-effect::after {
  bottom: 0;
  opacity: .7;
  left: 0;
}

.hover-effect::before, .hover-effect::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -webkit-transition-duration: 1.3s !important;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
  -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.hover-effect:hover::after, .hover-effect:hover::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

.social-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.social-icons a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 6px 12px;
  border-radius: 6px;
}

.social-icons a:hover{
  background-color: #fff;
  color:#fff;
}

.text-justify{
  text-align: justify;
}


.contact-column-label {
  width:74px;
}

.contact-row {
  display: flex;
  width:300px;
}

.fa.fa-twitter{
	font-family:sans-serif;
}

.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}