/*

TemplateMo 567 Nomad Force

https://templatemo.com/tm-567-nomad-force

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #FFFFFF;
  --primary-color:                #c40000;
  --section-bg-color:             #f9f9f9;
  --dark-color:                   #000000;
  --grey-color:                   #fcfeff;
  --text-secondary-white-color:   rgba(255, 255, 255, 0.98);
  --title-color:                  #565758;
  --p-color:                      #717275;

  --body-font-family:           'Noto Sans JP', sans-serif;

  --h1-font-size:               72px;
  --h2-font-size:               42px;
  --h3-font-size:               36px;
  --h4-font-size:               32px;
  --h5-font-size:               24px;
  --h6-font-size:               22px;
  --p-font-size:                20px;
  --copyright-text-font-size:   14px;
  --custom-link-font-size:      12px;

  --font-weight-light:          300;
  --font-weight-normal:         400;
  --font-weight-bold:           700;
  --font-weight-black:          900;
}

body{
  overflow-x: hidden;
}

body,
html {
  height: 100%;
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family);    
    position: relative;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

.services1 {
  padding: 60px 0; /* Padding around the section */
}

.row {
  display: flex;
  align-items: center; /* Center vertically */
}

.bg-dark {
  background-color: #343a40; /* Dark background for the text area */
  border-radius: 20px; /* Rounded corners */
  padding: 30px; /* Padding inside the column */
  margin: 20px; /* Margin around the column */
  position: relative; /* Position for pseudo-element */
  overflow: hidden; /* Hide overflow */
}

.bg-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1); /* Light overlay */
  border-radius: 20px; /* Match rounded corners */
  z-index: 0; /* Behind the content */
}

.text-white2 {
  color: #ffffff; /* White text color */
  font-size: 26px; /* Font size for the heading */
  font-weight: bold; /* Bold font weight */
  position: relative; /* Position for text shadow */
  z-index: 1; /* Bring text above the overlay */
}

.text-secondary1-white-color {
  color: #d1d1d1; /* Light gray text color for the paragraph */
  font-size: 16px; /* Font size for the paragraph */
  line-height: 1.5; /* Improved line height for readability */
  z-index: 1; /* Bring text above the overlay */
  position: relative; /* Position for text */
}

.carousel-inner1 {
  position: relative; /* Position for the carousel */
  overflow: hidden; /* Hide overflow */
  border-radius: 20px; /* Rounded corners for the image */
  margin: 20px; /* Margin around the carousel */
}

.team-image {
  width: 100%; /* Full width of the parent */
  height: 100%; /* Maintain aspect ratio */
  transition: transform 0.5s ease; /* Smooth transition effect */
  border-radius: 20px; /* Rounded corners for the image */
  margin-bottom: 3%;
}

/* Button Styles */
.btn-custom {
  background-color: #ff6f61; /* Custom button color */
  color: white; /* Button text color */
  border: none; /* No border */
  border-radius: 25px; /* Rounded button */
  padding: 10px 20px; /* Padding for the button */
  transition: background-color 0.3s ease; /* Smooth background transition */
  text-transform: uppercase; /* Uppercase text */
  font-weight: bold; /* Bold font weight */
  margin-top: 20px; /* Margin above the button */
}

.btn-custom:hover {
  background-color: #e55b50; /* Darker shade on hover */
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .text-white2 {
      font-size: 22px; /* Adjust font size for smaller screens */
  }

  .text-secondary1-white-color {
      font-size: 14px; /* Adjust paragraph size for smaller screens */
  }

  .bg-dark {
      margin: 10px; /* Less margin on smaller screens */
  }
}


.text-area {
  margin-top: 10px;
  width: 500px; /* Width of the text area */
  height: 40px; /* Height of the text area */
  padding-top: 5px;
  padding-left: 8px;
  border: 2px solid #808080; /* Border color and thickness */
  border-radius: 5px; /* Rounded corners */
  font-size: 16px; /* Font size */
  transition: border-color 0.3s; /* Smooth transition for border color */
  resize: none; /* Disable resizing */
  overflow: hidden;
}

.text-area:focus {
  border-color: #c40000; /* Change border color on focus */
  outline: none; /* Remove default outline */
}
.text-area2 {
  margin-top: 10px;
  width: 100%; /* Width of the text area */
  height: 40px; /* Height of the text area */
  padding-top: 5px;
  padding-left: 8px;
  border: 2px solid #808080; /* Border color and thickness */
  border-radius: 5px; /* Rounded corners */
  font-size: 16px; /* Font size */
  transition: border-color 0.3s; /* Smooth transition for border color */
  resize: none; /* Disable resizing */
  overflow: hidden;
}

.text-area2:focus {
  border-color: #c40000; /* Change border color on focus */
  outline: none; /* Remove default outline */
}
.text-area3 {
  margin-top: 10px;
  width: 100%; /* Width of the text area */
  height: 40px; /* Height of the text area */
  padding-top: 7px;
  padding-left: 8px;
  padding-bottom: 140px;
  border: 2px solid #808080; /* Border color and thickness */
  border-radius: 5px; /* Rounded corners */
  font-size: 16px; /* Font size */
  transition: border-color 0.3s; /* Smooth transition for border color */
  resize: none; /* Disable resizing */
  overflow: hidden;
}

.text-area3:focus {
  border-color: #c40000; /* Change border color on focus */
  outline: none; /* Remove default outline */
}
.text-area1 {
  width: 506px; /* Width of the text area */
  height: 40px; /* Height of the text area */
  padding-left: 8px;
  padding-top: 5px;
  border: 2px solid #808080; /* Border color and thickness */
  border-radius: 5px; /* Rounded corners */
  font-size: 16px; /* Font size */
  transition: border-color 0.3s; /* Smooth transition for border color */
  resize: none; /* Disable resizing */
  overflow: hidden;
  margin-left: 4%;
}

.text-area1:focus {
  border-color: #c40000; /* Change border color on focus */
  outline: none; /* Remove default outline */
}

select {
  margin-top: 10px;
  width: 100%; /* Width of the text area */
  height: 40px; /* Height of the text area */
  padding-top: 5px;
  padding-left: 8px;
  padding-bottom: 5px;
  border: 2px solid #808080; /* Border color and thickness */
  border-radius: 5px; /* Rounded corners */
  font-size: 16px; /* Font size */
  transition: border-color 0.3s; /* Smooth transition for border color */
  resize: none; /* Disable resizing */
  overflow: hidden;
}

select:focus {
  border-color: #c40000; /* Change border color on focus */
  outline: none; /* Remove default outline */
}


.suggest{
  font-size: 12px;
}

.forms{
  font-size: 1rem;
  color: black;
  font-weight: var(--font-weight-normal);
}

.heading1{
  display: inline;
  font-size: 20px !important;
  align-items: center;
  font-weight: 600;
}
.heading2{
  display: inline;
  font-size: 20px !important;
  font-weight: 600;
  margin-left: 40%;
}
.heading3{
  margin-top: 1.5%;
  font-size: 1.5rem !important;
  font-weight: 600;
}
.heading4{
  margin-top: 3%;
  font-size: 20px !important;
  align-items: center;
  font-weight: 600;
}
.label1{
  display: inline;
  font-size: 12px !important;
  align-items: center;
  font-weight: 510;
  color: #17a2b8;
}
.label3{
  display: inline;
  font-size: 12px !important;
  align-items: center;
  font-weight: 510;
  color: #6b6b6b;
  margin-left: 14.3%;
}
.label2{
  display: inline;
  font-size: 12px !important;
  font-weight: 510;
  margin-left: 34.2%;
  color: #17a2b8;
}

.card1:hover {
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3); /* Add drop shadow */
}

.card1 {
  cursor: pointer; /* Change cursor to pointer for clickable cards */
  transition: transform 0.3s; /* Add a transition for smooth effect */
}

.card1.selected {
  border: 2px solid #54b3c3; /* Change border color to indicate selection */
  transform: scale(1.05); /* Slightly enlarge the card */
  background-color: #f0f8ff; /* Optional: Change background color */
}

.tick-box {
  position: absolute; /* Position it absolutely within the card */
  top: 10px; /* Adjust as needed */
  left: 10px; /* Adjust as needed */
  width: 24px; /* Width of the box */
  height: 24px; /* Height of the box */
  background-color: white; /* Background color of the box */
  border: 2px solid #54b3c3; /* Border color of the box */
  display: flex; /* Use flexbox to center the tick */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  border-radius: 4px; /* Optional: Rounded corners */
  display: none; /* Initially hide the tick box */
}

.tick {
  color: #54b3c3; /* Change color of the tick */
  font-size: 16px; /* Adjust size as needed */
  line-height: 1; /* Adjust line height for better centering */
}

/* .navbar2 .services3 {
  display: flex;
  margin: 0 auto -20px  auto;
  list-style: none;
  text-align: center;
  margin-left: 3%;
}

.navbar2 .services3 li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  margin: 0 13px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  color: black;
}

.navbar2 .services3 li{
  border: 2px solid black;
  padding: 11px 10px;
  border-radius: 5px;
}

.navbar2 .services3 li:hover,
.navbar2 .services3 li.filter-active {
  color: #c40000;
}

.navbar2 .services3 li:first-child {
  margin-left: 0px;
}

.navbar2 .services3 li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .navbar2 .services3 li {
    font-size: 14px;
    margin: 0 5px;
  }
} */

.navbar2 {
  background: linear-gradient(135deg, #ed6d6d, #b02121); 
  padding: 20px;
  border-radius: 10px; 
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); 
  max-width: 1000px; 
  margin-left: 9%;
}

.services3 {
  list-style: none; 
  padding: 0;
  margin: 0; 
  display: flex; 
  flex-wrap: wrap; 
  justify-content: center; 
}

.services3 li {
  font-weight: 670;
  background-color: #e7f1ff; 
  color: #333; 
  padding: 15px 20px; 
  margin: 10px; 
  border-radius: 8px; 
  cursor: pointer; 
  transition: background-color 0.3s, transform 0.2s, box-shadow 0.2s; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}

.services3 li:hover {
  background-color: #cce4ff; 
  transform: translateY(-3px); 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
}

@media (max-width: 600px) {
  .services3 {
      flex-direction: column; 
      align-items: center; 
  }
}


.mb-3{
  text-align: center;
  margin-top: 20%;
}

.text-white1{
  text-align: center;
}

.col-lg-3{
  width: 35%;
  margin-left: 8%;
  margin-top: 5%;
}

.mb-0{
  font-size: 16px;
}

.mb-1{
  font-size: 30px;
}

.mb-5{
  font-size: 42px;
}
.mb-4{
  font-size: 17px;
  margin-bottom: 2.6rem !important;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1,
h2 {
  font-weight: var(--font-weight-black);
}

h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  letter-spacing: 0.5px;
}

.text-secondary1-white-color {
  color: white;
  font-size: 15px;
  font-weight: var(--font-weight-light);
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 1.6;
  margin-left: 8%;
  margin-right: 8%;
  margin-bottom: 30%;
}

.text-secondary-white-color {
  color: var(--text-secondary-white-color);
}

.text-white2{
  color: #fc3a3a !important;
  font-size: 33px;
}
.text-center1 {
  text-align: center !important;
  margin-bottom: 6%;
}
.text-center2 {
  text-align: center !important;
  margin-bottom: 6%;

}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--dark-color);
  color: var(--white-color);
}

.custom-underline {
  border-bottom: 2px solid var(--white-color);
  color: var(--white-color);
  padding-bottom: 4px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  background: linear-gradient(to top, #000, transparent 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*---------------------------------------
  CUSTOM LINK               
-----------------------------------------*/
.custom-links {
  max-width: 230px;
}

.custom-link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.custom-link::after {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}

.custom-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.custom-link:hover,
.custom-link:hover::after {
  color: var(--white-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

/*---------------------------------------
  NAVIGATION               
-----------------------------------------*/

/* For Chrome, Safari, and Edge */
::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
  background-color: #f1f1f1; /* Background color of the scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the scrollbar thumb */
  border-radius: 10px; /* Rounded corners of the scrollbar thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Color when hovering over the scrollbar thumb */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Background color of the scrollbar track */
  border-radius: 10px; /* Rounded corners of the scrollbar track */
}

.navbar {
  z-index: 9;
  right: 0;
  left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 125px;
}

.navbar-brand {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
}

.navbar>.container{
  margin-left: 5%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 10px;
}

.navbar-nav .nav-link::after {
  font-family: bootstrap-icons;
  display: inline-block;
  margin-left: 10px;
  color: var(--primary-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.navbar-nav .nav-link:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.navbar-nav .nav-link {
  color: var(--p-color);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  position: relative;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-item.active .nav-link::after {
  color: var(--primary-color);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.navbar-nav .nav-item.active .nav-link,
.nav-link:focus, 
.nav-link:hover {
  color: var(--dark-color);
}

.nav-link:focus {
  color: var(--p-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon:before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon:after {
  top: 8px;
}

/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .hero {
    height: 100vh;
  }

  .custom-video,
  .news-detail-image {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
  }

  .sticky-wrapper {
    position: relative;
    bottom: 76px;
  }
}

.heroText {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  text-align: center;
}

/*---------------------------------------
  ABOUT & TEAM MEMBERS               
-----------------------------------------*/

.file-upload {
  border: 2px dashed #c40000;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  margin: 20px;
  transition: background-color 0.3s;
}
.file-upload:hover {
  background-color: #f0f8ff;
}
#fileInput {
  display: none; /* Hide the file input */
}


.container5{
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 0;
  margin-left: 7.5%;
}
.card{
  width: 16rem;
  padding: 1rem;
  margin: 1rem;
  border-radius: 10px;
  text-align: center;
}
.card svg{
  height: 5rem;
}
.card h3{
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: bold;
}
.card p{
  line-height: 1.5;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: rgb(9 78 165 / 90%) !important;
  font-weight: var(--font-weight-normal);
}
.card a{
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  border-radius: 5px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}
.container6{
  display: flex;
  padding: 3rem 0;
  margin-left: 7%;
  overflow-y: scroll;
  overflow-y: hidden;
}

.big-container{
  padding-top: 4%;
  background-color: #ecf1f49c;
  margin-top: 7%;
  margin-left: 70px;
  margin-right: 70px;
  border-radius: 30px;
  padding-right: 70px;
  padding-bottom: 4%;
  margin-bottom: 9%;
  border: 5px solid #00000091;;
}



.card1{
  width: 225px;
  height: 370px;
  padding: 1rem;
  margin: 1rem;
  border-radius: 30px;
  text-align: center;
  background-color: white;
  border: 2px solid rgba(148, 148, 148, 0.589);
}
.card1 img{
  height: 12rem;
}
.card1 h3{
  margin-top: 2rem;
  font-size: 1.3rem;
  font-weight: bold;
}
.card1 p{
  line-height: 1.5;
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.card1 a{
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  border-radius: 5px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}
.card2{
  width: 225px;
  height: 370px;
  padding: 1rem;
  margin: 1rem;
  border-radius: 30px;
  text-align: center;
  background-color: white;
  border: 2px solid rgba(148, 148, 148, 0.589);
}
.card2 img{
  height: 12rem;
}
.card2 h3{
  margin-top: 2rem;
  font-size: 1.3rem;
  font-weight: bold;
}
.card2 p{
  line-height: 1.5;
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.card2 a{
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  border-radius: 5px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}

.heading{
  text-align: center;
}
.heading9{
  text-align: center;
  margin-top: 8%;
}

.mb-11{
  font-size: 16px;
}


.about-image,
.team-image {
  width: 100%;
  height: 100%;
  max-height: 635px;
  min-height: 580px;
  object-fit: cover;
  margin-top: 10%;
}

.about-image, 
.team-image1 {
  margin-top: 5%;
  width: 100%;  
  height: 100%;
  max-height: 635px;
  min-height: 300px;
  display: block;
}

.portfolio1-thumb{
  width: 95%;
  margin-left: 3%;
}


.team-thumb {
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  padding: 22px 32px 32px 32px;
}

.carousel-control-next, 
.carousel-control-prev {
  top: auto;
  bottom: 2.5rem;
}

.carousel-control-prev {
  right: 4rem;
  left: auto;
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
  background-color: var(--dark-color);
  background-size: 50% 50%;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
}

/*---------------------------------------
  PORTFOLIO               
-----------------------------------------*/
.portfolio-thumb {
  position: relative;
  overflow: hidden;
}

.portfolio-info {
  margin: 20px;
}

/*---------------------------------------
  NEWS & EVENTS               
-----------------------------------------*/

.news,
.related-news {
  background: var(--section-bg-color);
}

.news-thumb {
  position: relative;
}

.news-category {
  background: var(--white-color);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 62px;
  padding: 4px 12px;
  display: inline-block;
}
.news-category1 {
  background: var(--white-color);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 31px;
  padding: 4px 12px;
  display: inline-block;
}

.news-text-info {
  margin: 0 20px;
}

.news-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.news-title-link {
  color: var(--title-color);
  display: inline-block;
  margin-left: 8%;
}

.text-muted {
  margin-left: 7.5%;
}

.news-title-link:hover {
  color: var(--dark-color);
}

.portfolio-image,
.news-image {
  display: block;
  transition: transform 0.6s ease-out;
}

.news-image-hover {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  padding-bottom: 4px;
  height: 100%;
  margin-left: 11%;
  border-radius: 30px;
}

.news-image-hover::after {
  content: "";
  width: 0;
  height: 4px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: #198754;
}

.news-image-hover-warning::after {
  background: #c40000;
}

.news-image-hover-primary::after {
  background: #0d6efd;
}

.news-image-hover-success::after {
  background: #198754;
}

.news-image-hover:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  z-index: 9;
}

.image-popup:hover .portfolio-image,
.news-image-hover:hover .news-image {
  transform: scale(1.02);
}

.news-two-column {
  min-height: 199px;
  margin-bottom: 16px;
}

.news-two-column .news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-share-link,
.social-share-link + span {
  color: rgba(255, 255, 255, 0.65);
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

/*---------------------------------------
  CONTACT              
-----------------------------------------*/
.contact-info {
  padding: 40px;
}

.contact-form .form-control {
  border-radius: 0;
  font-weight: var(--font-weight-normal);
  padding-top: 12px;
  padding-bottom: 12px;
}

.contact-form button[type='submit'] {
  background: var(--dark-color);
  border: none;
  border-radius: 100px;
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  padding: 16px;
  transition: all 0.6s ease-out;
}

.contact-form button[type='submit']:hover {
  background: var(--primary-color);
}

.form-label {
  color: var(--p-color);
  font-weight: var(--font-weight-bold);
}

.map-iframe {
  display: block;
  filter: grayscale(100);
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  color: rgba(255, 255, 255, 0.45);
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 15px;
}

.social-icon-link:hover {
  color: var(--primary-color);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .news-two-column {
    min-height: 232.5px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .team-thumb {
    left: 0;
    width: auto;
  }

  .news-two-column {
    height: auto !important;
    min-height: inherit;
  }

  .news .col-12 .news-two-column:first-child {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 360px) {
  h1 {
    font-size: 32px;
  }

  .heroText p {
    font-size: 14px;
  }
}

@media screen and (max-width: 359px) {
  .news-detail-title {
    font-size: 22px;
  }
} 
