@font-face {
  font-family: 'triangle-regular';
  src: url('fonts/Metropolis-Regular/Metropolis-Regular.otf') format('opentype'),
    url('fonts/Metropolis-Regular/Metropolis-Regular.woff') format('woff'),
    url('fonts/Metropolis-Regular/Metropolis-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'triangle-bold';
  src: url('fonts/Metropolis-Bold/Metropolis-Bold.otf') format('opentype'),
    url('fonts/Metropolis-Bold/Metropolis-Bold.woff') format('woff'),
    url('fonts/Metropolis-Bold/Metropolis-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

:root {
  --primary: #003285;
  --secondary: #0042ac;
  --blog: #ff7f3e;
  --top-bar: #ffdb78;
  --black: #000;
  --white: #fff;
  --dark: #696969;
  --section-bg-color: #e8e8e8;
}

body {
  font-family: 'triangle-regular', 'triangle-bold', sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.text-height-container {
  line-height: 0.7;
}

.tr-black {
  color: var(--black);
}

.tr-black:hover {
  color: var(--black);
}

.tr-bg-primary {
  background-color: var(--primary) !important;
}

.tr-text-primary {
  color: var(--primary) !important;
}

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

.tr-lord-icon-primary {
  --lord-icon-primary: var(--primary);
}

.tr-font {
  font-size: 40px;
}

/* --------------- color start------------------- */

/* topBar */
.tr-top-bar-control {
  color: var(--white);
  background-color: var(--primary);
  font-size: 14px;
}

.tr-top-bar-control:hover {
  color: var(--white);
}

/* top bar ending */
.tr-low-bar {
  width: 100%;
  height: 37px;
}

/* nav color */
.tr-nav-bg-color {
  background-color: var(--white);
}

/* -------------------
  primary button start
  -------------------*/
.tr-btn {
  color: var(--white) !important;
  background-color: var(--primary);
  font-weight: bold;
  padding: 0.5rem 2rem !important;
  border-radius: 30px;
  border: none;
  outline: 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}

.tr-btn:hover {
  color: var(--white) !important;
  background-color: var(--secondary);
}

/* -------------------
     primary button end
     -----------------*/

/* -------------------------------
******** nav link hover style start ***
------------------------------------  */
/* Base styles for navigation links */
.tr-nav-color {
  font-size: 16px;
  color: var(--black) !important;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  transition: color 0.3s ease-in-out;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Styles for the underline effect using hr */
.tr-nav-color::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--primary) !important;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}

/* Hover state for the navigation links */
.tr-nav-hover:hover {
  color: var(--primary) !important;
}

.tr-nav-hover:hover::after {
  width: 100%;
}

/* -------------------------------
      nav link hover style end 
------------------------------------  */

/* --------------- color end------------------- */

/* banner */
.tr-banner-image {
  background-image: linear-gradient(var(--primary), rgba(0, 0, 0, 0.751)),
    url("../image/banner/01.jpg");
  height: 80vh;
  min-height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.tr-banner-text {
  width: 90%;
  max-width: 820px;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
}

.tr-banner-text-title {
  font-size: 3.1rem;
  font-weight: bold !important;
}

/* ----------------------- 
    banner hr start 
-------------------------*/
.separator {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 1.7rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid var(--white);
}

.separator:not(:empty)::before {
  margin-right: 1em;
}

.separator:not(:empty)::after {
  margin-left: 1em;
}

/* -------------------- 
     banner hr end 
---------------------*/
/* button tr-get-service-btn start */
.tr-banner-btn {
  color: var(--white) !important;
  background-color: var(--primary);
  font-weight: bold;
  padding: 0.8rem 3rem !important;
  border-radius: 50px;
  border: 0.1px solid var(--secondary);
  outline: 0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 1.2rem;
  margin-top: 20px;
}

.tr-banner-btn:hover {
  color: var(--white) !important;
  background-color: var(--secondary);
}

/* section 3 top-client*/

.top-client {
  background-color: #f8f8f8;
}

.column-control {
  padding: 15px 20px;
}

.column-control:hover {
  background-color: #fff;
  border-radius: 0.3rem;
  transition: background-color 0.4s ease-in-out, box-shadow 0.1s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* shadow image */

.row-divider {
  width: 100%;
  max-width: 515px;
  position: relative;
  background: url("../image/divider-shadow.png");
  background-size: contain;
  background-position: center;
  margin: 2rem auto;
}

.row-divider:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 4.854368932%;
}

/* our service */
.tr-img-rounding {
  border-radius: 200px;
}

.tr-responsive-width {
  width: 75%;
}

/* -------------------
      Top Blogs 
----------------------*/
.blogs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  grid-row-gap: 30px;
}

.blog {
  display: flex;
  margin: auto;
}

.blog .thumbnail img {
  width: 200px;
  height: auto;
  border-radius: 10px;
}

.blog-info {
  margin-left: 16px;
}

.blog-title {
  font-size: 20px;
}

.blog-date {
  color: #9f9f9f;
  font-size: 16px;
}

.blog-date span {
  font-size: 16px;
  color: var(--primary);
}

.tr-footer {
  color: var(--white);
  background-color: var(--primary);
  display: flex;
  font-size: 14px;
}

.tr-footer-list {
  list-style: none;
}

.tr-footer-list a {
  color: var(--white);
}

/* ===============================
       Contact Page Styles start
================================== */

.tr-contact-banner-img {
  background-image: linear-gradient(rgba(0, 0, 0, 0.147), rgba(0, 0, 0, 0.103)),
    url("../image/contact/01.webp");
  height: 60vh;
  max-height: 470px;
  min-height: 470px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tr-contact-text {
  padding-top: 150px;
  color: var(--white);
}

.tr-contact-text-title {
  font-size: 4rem;
  line-height: 64px;
}

.tr-contact-text-sub-title {
  font-size: 18px;
  line-height: 29px;
}

/* contact form */
.tr-contact-form {
  margin-bottom: -34%;
  -webkit-transform: translateY(-465px);
  transform: translateY(-400px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  margin-right: 13px;
}

.tr-contact-button {
  margin-top: 1.2rem !important;
}


.tr-contact-social-icon::before {
  font-weight: bold !important;
}

/* social icon */
.tr-social-ul {
  display: flex;
  padding: 0;
}

.tr-social-ul .tr-social-li {
  list-style: none;
}

.tr-social-ul .tr-social-li a {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  margin-right: 20px;
  display: block;
  border-radius: 15%;
  position: relative;
  overflow: hidden;
  border: 1px solid #8b8b8b;
  z-index: 1;
}

.tr-social-ul .tr-social-li a .icon {
  position: relative;
  color: var(--primary);
  transition: 0.5s;
  z-index: 3;
}

.tr-social-ul .tr-social-li a:hover .icon {
  color: var(--white);
  transform: rotateY(360deg);
}

.tr-social-ul .tr-social-li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}

.tr-social-ul .tr-social-li a:hover:before {
  top: 0;
}

.tr-social-ul .tr-social-li:nth-child(1) a:before {
  background: #1877F2;
}

.tr-social-ul .tr-social-li:nth-child(2) a:before {
  background: #0a66c2;
}

.tr-social-ul .tr-social-li:nth-child(3) a:before {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  ;
}

.tr-social-ul .tr-social-li:nth-child(4) a:before {
  background: #000000;
}

/* social icon end  */


/* contact form */
.tr-contact-form-heading-font {
  font-size: 2.3rem;
}

#sendMessageBtn {
  opacity: 1;
  transition: opacity 0.3s ease;
}

#sendMessageBtn:disabled {
  opacity: 0.5;
}

.alert {
  margin-bottom: 0 !important;
}

.tr-contact-btn {
  background-color: var(--primary);
  border: none;
  border-radius: 2px;
  padding: 10px 0;
  color: var(--white);
  cursor: pointer;
}

.tr-contact-btn:hover {
  color: var(--white);
  background-color: var(--secondary);
}

.tr-contact-banner {
  margin-bottom: 2rem !important;
}

.tr-contact-social {
  margin-top: 2rem !important;
  margin-bottom: 2.5rem !important;
}

/* ===============================
       Contact Page Styles end
================================== */


#scroll-button {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 20px;
  color: var(--primary);
}

/* ===============================
       Media query start
================================== */
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  .tr-contact-text-title {
    font-size: 3.5rem;
  }

  .tr-contact-text-sub-title {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .row-divider {
    margin: 3rem auto;
  }

  .separator {
    max-width: 500px;
  }

  .tr-banner-text {
    top: 40%;
  }

  .tr-banner-text-title {
    font-size: 2.5rem;
    font-weight: bold;
  }

  .tr-banner-image {
    min-height: 470px;
    max-height: 300px;
  }

  .blogs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 26px;
  }

  .tr-font {
    font-size: 28px;
  }

  /* contact form */
  .tr-contact-form {
    margin-bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-right: 13px;
    margin-left: 13px;
  }

  .tr-btn {
    border-radius: 2px;
  }

  .tr-responsive-width {
    width: 100%;
  }

  .tr-contact-name-padding-top {
    padding-top: 0 !important;
  }
}

/* Media query mobile*/
@media only screen and (max-width: 768px) {
  .tr-banner-text-title {
    font-size: 2.5rem;
    font-weight: bold;
  }

  .tr-banner-text {
    top: 40%;
  }

  .tr-banner-image {
    min-height: 450px;
    max-height: 300px;
  }

  .tr-row-reverse {
    flex-direction: column-reverse;
  }

  .separator {
    max-width: 280px;
    font-size: 1.4rem;
  }

  .separator:not(:empty)::before {
    margin-right: 0.5em;
  }

  .separator:not(:empty)::after {
    margin-left: 0.5em;
  }

  .tr-banner-btn {
    padding: 0.5rem 2rem !important;
    font-size: 1.1rem;
    margin-top: 15px;
  }

  /* our service */
  .tr-img-rounding {
    border-radius: 10px;
  }

  .tr-responsive-width {
    width: 100% !important;
  }

  .row-divider {
    margin: 3.5rem auto;
  }

  .blogs {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 26px;
  }

  .blog {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .blog-title {
    max-height: 50px;
    overflow: hidden;
  }

  .blog .thumbnail img {
    width: 170px;
  }

  .tr-text-right {
    text-align: start !important;
  }

  .tr-font {
    font-size: 28px;
  }

  .tr-footer {
    font-size: 10px;
  }

  /* contact page */
  .tr-contact-form-heading-font {
    font-size: 1.6rem;
  }

  .tr-contact-text {
    padding-top: 110px;
  }

  .tr-contact-banner-img {
    height: 45vh;
    min-height: 80px;
  }

  .tr-contact-text-title {
    font-size: 1.9rem;
    line-height: 35px;
  }

  .tr-contact-text-sub-title {
    font-size: 15px;
    line-height: 22px;
  }

  .tr-contact-text-title {
    max-width: 300px;
  }

  /* contact form */
  .tr-contact-form {
    margin-bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-right: 0;
  }

  .tr-btn {
    border-radius: 2px;
  }

  .tr-contact-name-padding-top {
    padding-top: 0 !important;
  }
}