/*-----------------------------------------------------------------------------------

    Theme Name: Amir - Personal Portfolio HTML Template
    Author: techsometimes
    Support: bd.amdadul@gmail.com
    Description: Amir - Personal Portfolio HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/*----------------------------------------*/
/* 01. THEME DEFAULT CSS START
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Caudex:ital,wght@0,400;0,700;1,400;1,700&&display=swap" rel="stylesheet');
:root {
  /**
  @font family declaration
  */
  --tr-ff-body: 'Inter', sans-serif;
  --tr-ff-heading:  'Inter', sans-serif;
  --tr-ff-playfair:  'Playfair Display', sans-serif;
  --tr-ff-caudex:  'Caudex', sans-serif;
  --tr-ff-fontawesome: Font Awesome 6 Pro;
  /**
  @color declaration
  */
  --tr-common-white: #ffffff;
  --tr-common-black: #1F1F1F;
  --tr-common-black-2: #292929;
  --tr-common-yellow: #F6B25A;
  --tr-common-blue: #5253EE;
  --tr-heading-primary: #1F1F1F;
  --tr-grey-1: #F9F9F9;
  --tr-grey-2: #F8F8FF;
  --tr-text-body: #555555;
  --tr-theme-1: #9E4539;
  --tr-theme-2: #705AF6;
  --tr-theme-3: #EE5253;
  --tr-theme-4: #593334;
  --tr-border-1: #EDEDED;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1230px;
  }
  .container-1420 {
    max-width: 1420px;
  }
  .container-1890 {
    max-width: 1890px;
  }
  .container-1590 {
    max-width: 1590px;
  }
  .container-1610 {
    max-width: 1610px;
  }
}
/*---------------------------------
	typography css start 
---------------------------------*/
body {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  overflow-x: hidden;
  color: var(--tr-text-body);
  font-family: var(--tr-ff-body);
}

body, html {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-family: var(--tr-ff-heading);
  color: var(--tr-heading-primary);
}

img {
  max-width: 100%;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  color: var(--tr-text-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

.z-index-7 {
  position: relative;
  z-index: 7;
}

.z-index-8 {
  position: relative;
  z-index: 8;
}

.z-index-9 {
  position: relative;
  z-index: 9;
}

.z-index-10 {
  position: relative;
  z-index: 10;
}

a,
.btn,
button,
input,
select,
textarea,
li,
img,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  height: 60px;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 30px;
  line-height: 60px;
  color: var(--tr-common-black);
}
input::-webkit-input-placeholder {
  color: #757a7b;
}
input:-moz-placeholder {
  color: #757a7b;
}
input::-moz-placeholder {
  color: #757a7b;
}
input:-ms-input-placeholder {
  color: #757a7b;
}

textarea {
  outline: none;
  color: var(--tr-common-black);
  width: 100%;
  padding: 0 30px;
  border: none;
}
textarea::-webkit-input-placeholder {
  color: #757a7b;
}
textarea:-moz-placeholder {
  color: #757a7b;
}
textarea::-moz-placeholder {
  color: #757a7b;
}
textarea:-ms-input-placeholder {
  color: #757a7b;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tr-theme-1);
  color: var(--tr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tr-theme-1);
  color: var(--tr-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tr-theme-1);
  color: var(--tr-common-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--tr-common-black);
  font-size: var(--tr-fz-body);
  opacity: 1;
}

*::placeholder {
  color: var(--tr-common-black);
  font-size: var(--tr-fz-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start 
---------------------------------*/
.w-100 img {
  width: 100%;
}

.fix {
  overflow: hidden;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.gx-100 {
  --bs-gutter-x: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gx-100 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 767px) {
  .gx-100 {
    --bs-gutter-x: 0px;
  }
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.border-line-theme {
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  transition: background-size 0.3s linear;
  background-image: linear-gradient(var(--tr-theme-1), var(--tr-theme-1)), linear-gradient(var(--tr-theme-1), var(--tr-theme-1));
}
.border-line-theme:hover {
  background-size: 0% 1px, 100% 1px;
}

.border-line-white {
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  transition: background-size 0.3s linear;
  background-image: linear-gradient(var(--tr-common-white), var(--tr-common-white)), linear-gradient(var(--tr-common-white), var(--tr-common-white));
}
.border-line-white:hover {
  background-size: 0% 1px, 100% 1px;
}

.border-line-black {
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  transition: background-size 0.3s linear;
  background-image: linear-gradient(var(--tr-common-black), var(--tr-common-black)), linear-gradient(var(--tr-common-black), var(--tr-common-black));
}
.border-line-black:hover {
  background-size: 0% 1px, 100% 1px;
}

.tr-btn {
  border-radius: 50px;
  display: inline-block;
  padding: 23px 40px;
  font-weight: 500;
  font-size: 18px;
  color: var(--tr-common-white);
  background-color: var(--tr-theme-2);
}
@media (max-width: 767px) {
  .tr-btn {
    padding: 15px 30px;
    font-size: 15px;
  }
}
.tr-btn:hover {
  color: var(--tr-common-white);
  background-color: var(--tr-common-black);
}
.tr-btn.btn-white-bg:hover {
  color: var(--tr-common-black);
  background-color: var(--tr-common-white);
}
.tr-btn.orange-bg {
  font-weight: 700;
  background-color: var(--tr-theme-3);
}
.tr-btn.orange-bg:hover {
  color: var(--tr-common-white);
  background-color: var(--tr-common-black);
}
.tr-btn.orange-bg.btn-white-bg:hover {
  color: var(--tr-common-black);
  background-color: var(--tr-common-white);
}
.tr-btn.btn-50 {
  padding: 15px 30px;
}
.tr-btn span {
  margin-left: 10px;
  display: inline-block;
}
.tr-btn span svg {
  transform: translateY(-1px);
}
.tr-btn-transparent {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #999999;
  display: inline-block;
}
.tr-btn-transparent:hover {
  color: var(--tr-theme-1);
}
.tr-btn-transparent:hover.underline::after {
  background: var(--tr-theme-1);
}
.tr-btn-transparent span {
  margin-left: 10px;
}
.tr-btn-transparent.text-color {
  color: #555555;
}
.tr-btn-transparent.text-color:hover {
  color: var(--tr-theme-1);
}
.tr-btn-transparent.underline {
  position: relative;
}
.tr-btn-transparent.underline::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #555555;
}
.tr-btn-border {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  padding: 20px 50px;
  border-radius: 50px;
  display: inline-block;
  color: var(--tr-theme-2);
  border: 1px solid var(--tr-theme-2);
}
.tr-btn-border:hover {
  color: var(--tr-common-white);
  background-color: var(--tr-theme-2);
}
.tr-btn-border.orange-bg:hover {
  color: var(--tr-common-white);
  border-color: var(--tr-theme-3);
  background-color: var(--tr-theme-3);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-btn-border {
    font-size: 16px;
    padding: 20px 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-btn-border {
    font-size: 15px;
    padding: 12px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-btn-border {
    font-size: 16px;
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .tr-btn-border {
    font-size: 15px;
    padding: 15px 30px;
  }
}
.tr-btn-border span {
  margin-left: 12px;
  display: inline-block;
}
.tr-btn-yellow {
  border-radius: 50px;
  display: inline-block;
  padding: 27px 50px;
  font-weight: 500;
  font-size: 18px;
  color: var(--tr-common-black);
  background-color: var(--tr-common-yellow);
}
.tr-btn-yellow:hover {
  color: var(--tr-common-white);
  background-color: var(--tr-common-black);
}
@media (max-width: 767px) {
  .tr-btn-yellow {
    padding: 18px 40px;
    font-size: 16px;
  }
}
.tr-btn-yellow span {
  margin-right: 5px;
}
.tr-btn-yellow span svg {
  transform: translateY(-1px);
}

@keyframes bar_anim {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0px;
    stroke-dasharray: 3000;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(226, 9, 52, 0.3), 0 0 0 10px rgba(226, 9, 52, 0.3), 0 0 0 20px rgba(226, 9, 52, 0.3);
    box-shadow: 0 0 0 0 rgba(226, 9, 52, 0.3), 0 0 0 10px rgba(226, 9, 52, 0.3), 0 0 0 20px rgba(226, 9, 52, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(226, 9, 52, 0.3), 0 0 0 20px rgba(226, 9, 52, 0.3), 0 0 0 30px rgba(226, 9, 52, 0);
    box-shadow: 0 0 0 10px rgba(226, 9, 52, 0.3), 0 0 0 20px rgba(226, 9, 52, 0.3), 0 0 0 30px rgba(226, 9, 52, 0);
  }
}
@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounce-x {
  animation: bounce-x 4s infinite linear;
}

.bounce-y {
  animation: bounce-y 4s infinite linear;
}

.bounce-y2 {
  animation: bounce-y 8s infinite linear;
}

.bounce-y3 {
  animation: bounce-y 11s infinite linear;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes tpupdown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes tptranslateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
/*--- preloader ---*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--tr-theme-1);
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--tr-common-white);
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*--- end of preloader ---*/
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  z-index: 9;
  text-align: center;
  border-radius: 50%;
  color: var(--tr-common-white);
  cursor: pointer;
  background: var(--tr-theme-1);
  transition: 1s ease;
  border: none;
}

.scroll-top.open {
  bottom: 80px;
}

/*---------------------------------------*/
/*Background color
/*-----------------------------------------*/
.black-bg {
  background: var(--tr-common-black);
}

.black-bg-2 {
  background: var(--tr-common-black-2);
}

.theme-bg {
  background: var(--tr-theme-1);
}

.theme-bg-2 {
  background: var(--tr-theme-2);
}

.grey-bg {
  background: var(--tr-grey-1);
}

.grey-bg-2 {
  background: var(--tr-grey-2);
}

.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
}
.body-overlay.apply {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: url(../img/cross-out.png), pointer;
}

.tr-offcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
  background-color: var(--tr-common-white);
  z-index: 99999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}
.tr-offcanvas.opened {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .tr-offcanvas {
    width: 300px;
    padding: 40px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tr-offcanvas {
    width: 400px;
    padding: 40px;
  }
}
.tr-offcanvas.opened {
  right: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.6s;
}
.tr-offcanvas__logo {
  margin-bottom: 60px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-offcanvas__logo {
    padding-top: 0;
  }
}
.tr-offcanvas__logo img {
  width: 157px;
  height: 100%;
}
.tr-offcanvas__close-btn button {
  font-size: 35px;
  position: absolute;
  right: 50px;
  top: 42px;
  transition: 1s;
  font-weight: 300;
  color: var(--tr-common-black);
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-offcanvas__close-btn button {
    font-size: 28px;
    right: 48px;
    top: 52px;
  }
}
@media (max-width: 767px) {
  .tr-offcanvas__close-btn button {
    font-size: 28px;
    right: 39px;
    top: 38px;
  }
}
.tr-offcanvas__content {
  margin-bottom: 30px;
}
.tr-offcanvas__content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}
.tr-offcanvas__content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
}
.tr-offcanvas__content a {
  font-size: 30px;
  line-height: 51px;
  font-weight: 700;
  color: var(--tr-common-white);
  display: inline-block;
}
@media (max-width: 767px) {
  .tr-offcanvas__content a {
    font-size: 27px;
  }
}
.tr-offcanvas__social {
  margin-top: 50px;
}
.tr-offcanvas__social .social-icon a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: var(--tr-theme-1);
  color: var(--tr-common-white);
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .tr-offcanvas__social .social-icon a {
    margin-right: 3px;
  }
}
.tr-offcanvas__social .social-icon a:hover {
  background-color: var(--tr-theme-1);
  color: var(--tr-common-white);
}
.tr-offcanvas__text {
  border-bottom: 1px solid rgba(59, 56, 56, 0.3098039216);
  padding-bottom: 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-offcanvas__text {
    display: none;
  }
}
.tr-offcanvas__text p {
  color: #5B5B5B;
  font-size: 18px;
}
.tr-offcanvas__info-icon a {
  height: 50px;
  width: 50px;
  background-color: var(--tr-theme-1);
  color: var(--tr-common-white);
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-weight: 400;
  font-size: 21px;
  margin-right: 20px;
}
.tr-offcanvas__info-address span {
  display: block;
  color: #5B5B5B;
  font-size: 16px;
  font-weight: 400;
}
.tr-offcanvas__info-address a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
  color: var(--tr-common-black);
}
@media (max-width: 767px) {
  .tr-offcanvas__info-address a {
    font-size: 16px;
  }
}
.tr-offcanvas__info-address a:hover {
  color: var(--tr-theme-1);
}
.tr-offcanvas-title {
  margin: 30px 0 40px 0;
  font-size: 25px;
}

.tr-breadcurmb-bg {
  margin-top: 96px;
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .tr-breadcurmb-bg {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.tr-breadcurmb-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(25, 27, 26, 0.6);
}
.tr-breadcurmb-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  color: var(--tr-common-white);
}
@media (max-width: 767px) {
  .tr-breadcurmb-title {
    font-size: 45px;
  }
}
.tr-breadcurmb-list span, .tr-breadcurmb-list i {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: var(--tr-common-white);
}
.tr-breadcurmb-list span.dvdr, .tr-breadcurmb-list i.dvdr {
  margin: 0 17px;
}
.tr-breadcurmb-list i {
  font-style: normal;
  transform: translateY(2px);
}

/*----------------------------------------*/
/*  SEARCH CSS START
/*----------------------------------------*/
.tr-section-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 1.2;
  color: var(--tr-common-white);
}
@media (max-width: 767px) {
  .tr-section-title {
    font-size: 45px;
  }
}
.tr-section-title span {
  font-style: italic;
  color: var(--tr-common-yellow);
  font-family: var(--tr-ff-playfair);
}
.tr-section-title.black-title {
  color: var(--tr-common-black);
}
.tr-section-title.black-title span {
  color: var(--tr-theme-1);
}
.tr-section-title.black-title span.blue-title {
  color: var(--tr-theme-2);
}
.tr-section-title-caudex {
  font-weight: 400;
  font-size: 70px;
  line-height: 1.14;
  color: var(--tr-common-white);
  font-family: var(--tr-ff-caudex);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-section-title-caudex {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-section-title-caudex {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .tr-section-title-caudex {
    font-size: 37px;
    margin-bottom: 15px;
  }
  .tr-section-title-caudex br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tr-section-title-caudex {
    font-size: 40px;
  }
}
.tr-section-title-caudex > span svg {
  transform: translateY(-7px);
}
.tr-section-title-caudex > span.text-yellow {
  color: var(--tr-common-yellow);
}
.tr-section-title-caudex.color-coffe {
  color: #593334;
  font-weight: 700;
}
.tr-section-title-caudex.color-coffe span.text-orange {
  color: var(--tr-theme-3);
}

.pre-line::before {
  content: "";
  height: 1px;
  width: 60px;
  margin-right: 15px;
  display: inline-block;
  transform: translateY(-19px);
  background-color: var(--tr-common-yellow);
}

.post-line::after {
  content: "";
  height: 1px;
  width: 60px;
  margin-left: 15px;
  display: inline-block;
  transform: translateY(-13px);
  background-color: var(--tr-theme-1);
}

/*----------------------------------------*/
/*  14. menu css start
/*----------------------------------------*/
.tr-dropdown-menu > nav > ul > li {
  position: relative;
}
.tr-dropdown-menu > nav > ul > li > .submenu {
  position: absolute;
  width: 220px;
  z-index: 999;
  padding: 25px 0px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  text-align: left;
  margin-left: 0;
  overflow: hidden;
  transform-origin: top;
  transition-duration: 0.1s;
  background: var(--tr-common-white);
  box-shadow: 0px 10px 30px 0px rgba(25, 25, 26, 0.1);
  transform: perspective(300px) rotateX(-18deg);
}
.tr-dropdown-menu > nav > ul > li > .submenu > li {
  list-style: none;
  display: block;
  padding: 0 25px;
}
.tr-dropdown-menu > nav > ul > li > .submenu > li:not(:last-child) {
  margin-bottom: 13px;
}
.tr-dropdown-menu > nav > ul > li > .submenu > li > a {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-transform: capitalize;
  color: var(--tr-common-black);
}
.tr-dropdown-menu > nav > ul > li > .submenu > li > a::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  height: 2px;
  width: 0px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  background-color: var(--tr-common-black);
}
.tr-dropdown-menu > nav > ul > li > .submenu > li:hover > a {
  padding-left: 25px;
  color: var(--tr-common-black);
}
.tr-dropdown-menu > nav > ul > li > .submenu > li:hover > a::before {
  width: 20px;
  visibility: visible;
  opacity: 1;
}
.tr-dropdown-menu > nav > ul > li > .submenu .submenu {
  left: 100%;
  top: 0;
}
.tr-dropdown-menu > nav > ul > li:hover.has-dropdown::after {
  transform: rotate(-180deg);
}
.tr-dropdown-menu > nav > ul > li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.2s;
  transform: perspective(300px) rotateX(0deg);
}

.tr-menu-mobile .it-submenu {
  display: none;
}
.tr-menu-mobile .it-menu-content {
  margin-bottom: 70px;
}
.tr-menu-mobile .home-img {
  margin-bottom: 20px;
}
.tr-menu-mobile .home-img-title {
  font-size: 15px;
}
.tr-menu-mobile ul {
  position: static;
  display: block;
  box-shadow: none;
}
.tr-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
}
.tr-menu-mobile ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tr-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 25%;
  transform: translateY(-2px);
  font-size: 18px;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.tr-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  transition: all 0.3s ease-in-out;
  margin-left: 2px;
  color: #000;
}
.tr-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  transform: rotate(90deg);
}
.tr-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
  background-color: var(--tr-theme-1);
  border-color: var(--tr-theme-1);
  color: var(--tr-common-white);
}
.tr-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
  color: var(--tr-common-white);
}
.tr-menu-mobile ul li.has-dropdown > a.expanded {
  color: var(--tr-theme-1);
}
.tr-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened {
  background-color: var(--tr-theme-1);
  border-color: var(--tr-theme-1);
  color: var(--tr-common-white);
}
.tr-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--tr-common-white);
}
.tr-menu-mobile ul li.has-dropdown:hover > a::after {
  color: var(--tr-theme-green);
}
.tr-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}
.tr-menu-mobile ul li > a {
  display: block;
  font-size: 16px;
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
  text-transform: capitalize;
  color: var(--tr-common-black);
}
.tr-menu-mobile ul li > a svg {
  transform: translateY(-2px);
}
.tr-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}
.tr-menu-mobile ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}
.tr-menu-mobile ul li img {
  width: 100%;
}
.tr-menu-mobile ul li ul {
  padding: 0;
}
.tr-menu-mobile ul li ul li {
  padding: 0;
}
.tr-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}
.tr-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}
.tr-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}
.tr-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}
.tr-menu-mobile ul li:hover > a {
  color: var(--tr-theme-1);
}
.tr-menu-mobile ul li:hover > a::after {
  color: var(--tr-theme-1);
}
.tr-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--tr-theme-1);
}
.tr-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}
.tr-menu-mobile ul li .mega-menu, .tr-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}
.tr-menu-mobile ul li .mega-menu li, .tr-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}
.tr-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn, .tr-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--tr-theme-1);
}
.tr-menu-mobile .tr-menu-content ul li:not(:last-child) .home-img-title a {
  border-bottom: none;
}
.tr-menu-mobile * ul, .tr-menu-mobile * li {
  transition: none !important;
}

/*----------------------------------------*/
/*  04. header css start
/*----------------------------------------*/
.tr-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-header-logo {
    padding-left: 0;
  }
}
.tr-header-left {
  position: absolute;
  width: 100px;
  height: 90%;
  left: 0;
  top: 0;
  z-index: 33;
}
.tr-header-left-wrap {
  padding: 40px 25px;
  padding-top: 27px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: var(--tr-common-black);
  box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.1);
}
.tr-header-left-bar span {
  height: 2px;
  width: 36px;
  display: inline-block;
  display: table;
  margin: 8px 0;
  background-color: var(--tr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-header-left-bar span {
    background-color: var(--tr-common-black);
  }
}
.tr-header-left-bar:hover span {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.tr-header-menu > nav > ul {
  margin-left: 10px;
}
.tr-header-menu > nav > ul > li {
  list-style-type: none;
  display: inline-block;
}
.tr-header-menu > nav > ul > li:not(:last-child) {
  margin-right: 40px;
}
.tr-header-menu > nav > ul > li > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding: 40px 0;
  display: inline-block;
}
.tr-header-menu > nav > ul > li:hover a {
  color: var(--tr-theme-1);
}
.tr-header-wrap {
  padding-right: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-header-wrap {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-header-wrap {
    padding: 15px 0;
  }
}
.tr-header-mail-info {
  margin-right: 14px;
  transform: translateY(2px);
}
.tr-header-mail-info span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 7px;
  color: var(--tr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-header-mail-info span {
    color: var(--tr-common-black);
  }
}
.tr-header-mail-info a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: var(--tr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-header-mail-info a {
    color: var(--tr-common-black);
  }
}
.tr-header-mail-icon span {
  color: var(--tr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-header-mail-icon span {
    color: var(--tr-common-black);
  }
}
@media (max-width: 767px) {
  .tr-header-2-bar {
    margin-left: 0;
  }
}
.tr-header-2-bar button {
  width: 96px;
  height: 93px;
  line-height: 93px;
  border-radius: 0 30px;
  background-color: var(--tr-theme-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-header-2-bar button {
    width: 60px;
    height: 60px;
    line-height: 1;
    border-radius: 10px;
  }
}
.tr-header-2-bar button span {
  height: 2px;
  width: 36px;
  display: inline-block;
  display: table;
  margin: 8px auto;
  background-color: var(--tr-common-white);
}
.tr-header-2-bar button:hover span {
  animation: bar_anim 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.tr-header-2-style {
  margin: 0px 20px;
  margin: 0 auto;
}
.tr-header-2-style .tr-header-menu nav ul {
  margin-left: 0;
}
.tr-header-2-style .tr-header-menu nav > ul > li {
  margin-right: 0;
  margin: 0px 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tr-header-2-style .tr-header-menu nav > ul > li {
    margin: 0px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-header-2-style .tr-header-menu nav > ul > li {
    margin: 0px 9px;
  }
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 999;
  padding-top: 0;
  visibility: visible;
  background-color: var(--tr-common-white);
  box-shadow: 0px 1px 3px 0px rgba(18, 20, 32, 0.14);
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-sticky .tr-heade-mob-space {
    padding: 15px 0;
  }
}
.header-sticky .tr-header-mail-info span {
  color: var(--tr-common-black);
}
.header-sticky .tr-header-mail-info a {
  color: var(--tr-common-black);
}
.header-sticky .tr-header-mail-icon span {
  color: var(--tr-common-black);
}
.header-sticky .tr-header-left-bar span {
  background-color: var(--tr-common-black);
}
.header-sticky .tr-header-logo .sticky-logo {
  display: block !important;
}
.header-sticky .tr-header-logo .deafult-logo {
  display: none;
}
.header-sticky.tr-header-wrap {
  padding-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-sticky.tr-header-wrap {
    padding: 15px 0;
  }
}
.header-sticky .tr-header-menu nav > ul > li > a {
  padding: 25px 0;
}
.header-sticky .tr-header-2-bar button {
  width: 60px;
  height: 50px;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .inner-header-ptb {
    padding: 15px 0;
  }
}

/*----------------------------------------*/
/*  04. hero css start
/*----------------------------------------*/
.tr-hero-ptb {
  padding-top: 230px;
  padding-bottom: 240px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tr-hero-ptb {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-hero-ptb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-hero-ptb {
    margin-left: 0;
    padding-top: 155px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .tr-hero-ptb {
    margin-left: 0;
    padding-top: 130px;
    padding-bottom: 30px;
  }
}
.tr-hero-title {
  font-weight: 700;
  font-size: 150px;
  line-height: 0.9;
  margin-bottom: 45px;
  text-transform: uppercase;
  color: var(--tr-common-black);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-hero-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-hero-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-hero-title {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .tr-hero-title {
    font-size: 59px;
  }
}
.tr-hero-title span {
  font-weight: 600;
  font-style: italic;
  color: var(--tr-theme-1);
  text-transform: capitalize;
  font-family: var(--tr-ff-playfair);
}
.tr-hero-title-box p {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.55;
  margin-bottom: 35px;
  color: #555555;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-hero-title-box p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tr-hero-title-box p {
    font-size: 17px;
  }
}
.tr-hero-thumb {
  margin-left: -60px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-hero-thumb {
    margin-left: 0;
    margin-bottom: -1px;
  }
}
.tr-hero-thumb img {
  max-width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-hero-thumb img {
    max-width: 100%;
  }
}
.tr-hero-right-shape span {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 28%;
  display: inline-block;
  background-color: var(--tr-theme-1);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-hero-right-shape span {
    width: 32%;
  }
}
.tr-hero-bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 45px 100px;
  background-color: var(--tr-theme-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-hero-bottom-shape {
    position: static;
  }
}
@media (max-width: 767px) {
  .tr-hero-bottom-shape {
    position: static;
    padding: 20px;
  }
}
.tr-hero-social span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tr-common-white);
}
.tr-hero-social span::after {
  content: "";
  height: 1px;
  width: 34px;
  display: inline-block;
  margin: 0px 16px;
  transform: translateY(-3px);
  background-color: var(--tr-common-white);
}
.tr-hero-social a {
  margin-right: 18px;
  color: var(--tr-common-white);
}
.tr-hero-2-thumb-wrap {
  display: inline-block;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tr-hero-2-thumb-wrap {
    transform: translateX(-80px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tr-hero-2-thumb-wrap {
    transform: translateX(-95px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-hero-2-thumb-wrap {
    transform: translateX(-40px);
  }
}
.tr-hero-2-subtitle {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
  color: var(--tr-theme-3);
}
.tr-hero-2-subtitle::before {
  content: "";
  height: 1px;
  width: 60px;
  margin-right: 15px;
  display: inline-block;
  transform: translateY(-6px);
  background-color: var(--tr-theme-3);
}
.tr-hero-2-title {
  font-weight: 700;
  font-size: 90px;
  line-height: 1.1;
  color: #593334;
  margin-bottom: 30px;
  font-family: var(--tr-ff-caudex);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tr-hero-2-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-hero-2-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-hero-2-title {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .tr-hero-2-title {
    font-size: 39px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tr-hero-2-title {
    font-size: 64px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-hero-2-title-box {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.tr-hero-2-title span {
  color: var(--tr-theme-3);
}
.tr-hero-2-title span svg {
  position: absolute;
  bottom: 6px;
  left: 0;
}
.tr-hero-2-title-box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #555555;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .tr-hero-2-title-box p {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tr-hero-2-title-box p {
    font-size: 17px;
  }
}
.tr-hero-2-line-shape {
  position: absolute;
  bottom: 1px;
  left: -25px;
  right: -13%;
  z-index: -1;
  text-align: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tr-hero-2-line-shape {
    bottom: 1px;
    left: -42px;
  }
}
.tr-hero-2-line-shape svg path.line-1 {
  stroke-dasharray: 2300;
  stroke-dashoffset: 3500;
  animation: dash 4s linear forwards;
}
.tr-hero-2-shape-1 {
  position: absolute;
  top: 34%;
  left: -15%;
  z-index: 1;
  animation: tptranslateX2 2s forwards infinite alternate;
}
.tr-hero-2-shape-2 {
  position: absolute;
  top: 24%;
  right: -10%;
  z-index: 1;
  animation: tpupdown 1s infinite alternate;
}
.tr-hero-2-shape-3 {
  position: absolute;
  right: -17%;
  bottom: -5%;
  z-index: 1;
  animation: tpupdown 0.8s infinite alternate;
}
.tr-hero-2-bg {
  margin: 20px;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-hero-2-bg {
    margin: 0;
    border-radius: 0;
  }
}

/*----------------------------------------*/
/*  04. about css start
/*----------------------------------------*/
@media (max-width: 767px) {
  .tr-about-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tr-about-content span {
  font-weight: 600;
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 25px;
  display: inline-block;
  color: var(--tr-common-white);
}
.tr-about-content span i {
  color: var(--tr-common-yellow);
  font-family: var(--tr-ff-playfair);
}
@media (max-width: 767px) {
  .tr-about-content span {
    font-size: 28px;
  }
}
.tr-about-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  color: #999999;
  padding-right: 30px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-about-content p {
    padding-right: 0;
  }
}
.tr-about-skill-icon span {
  height: 85px;
  width: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 20px;
  display: inline-block;
  background-color: #2c2c2c;
}
.tr-about-skill-icon span svg {
  mix-blend-mode: luminosity;
}
.tr-about-skill-info h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: var(--tr-common-white);
}
.tr-about-skill-info span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #999999;
}
.tr-about-shape {
  position: absolute;
  bottom: -300px;
  left: 34%;
}
.tr-about-2-bg {
  margin: 20px;
  border-radius: 20px;
  padding: 140px 0;
  padding-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-about-2-bg {
    margin: 0;
    border-radius: 0;
    padding: 80px 0;
  }
}
.tr-about-2-funfact-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 12px;
  color: #E2E2E2;
}
.tr-about-2-funfact-item h4 {
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  color: var(--tr-common-yellow);
  font-family: var(--tr-ff-caudex);
}
.tr-about-2-title-box {
  padding-left: 65px;
  padding-bottom: 50px;
  border-left: 1px solid #454545;
  border-bottom: 1px solid #454545;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-about-2-title-box {
    padding-left: 0;
    border-left: 0;
  }
}
.tr-about-2-title-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.67;
  color: #999999;
  margin-bottom: 45px;
  padding-right: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-about-2-title-box p {
    padding-right: 0;
  }
}
.tr-about-2-info {
  padding: 21px 0px;
  padding-left: 65px;
  border-left: 1px solid #454545;
  border-bottom: 1px solid #454545;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-about-2-info {
    padding-left: 0;
    border-left: 0;
  }
}
.tr-about-2-info span {
  font-weight: 500;
  font-size: 18px;
  line-height: 167%;
  color: var(--tr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-about-2-info span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-about-2-info span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tr-about-2-info span {
    font-size: 16px;
    display: block;
  }
}
.tr-about-2-info span:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tr-about-2-info span:not(:last-child) {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-about-2-info span:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-about-2-info span:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .tr-about-2-info span:not(:last-child) {
    margin-right: 0px;
  }
}
.tr-about-2-info span label {
  margin-right: 7px;
  color: #555555;
}
.tr-about-2-skil {
  padding-left: 65px;
  padding-top: 30px;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-about-2-skil {
    padding-left: 0;
  }
}
.tr-about-2-skil label {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #E2E2E2;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .tr-about-2-skil label {
    font-size: 16px;
  }
}
.tr-about-2-skil-item {
  border-radius: 10px;
  padding: 30px 20px;
  background-color: var(--tr-common-white);
}
.tr-about-2-skil-item img {
  margin-bottom: 15px;
  min-height: 43px;
}
.tr-about-2-skil-item span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--tr-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-about-2-skil-item span {
    font-size: 15px;
  }
}

/*----------------------------------------*/
/*  04. service css start
/*----------------------------------------*/
.tr-service-text p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.56;
}
.tr-service-text p span {
  font-weight: 500;
  color: var(--tr-common-black);
}
.tr-service-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 40px;
}
.tr-service-title i {
  color: #705AF6;
  font-family: var(--tr-ff-playfair);
}
.tr-service-list span {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
}
.tr-service-list span:not(:last-child) {
  margin-bottom: 10px;
}
.tr-service-list span i {
  margin-right: 10px;
  font-style: normal;
}
.tr-service-item {
  padding: 50px 40px;
  border-radius: 20px;
  background-color: #fcfcfc;
  border-bottom: 5px solid #705AF6;
}
.tr-service-item img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .tr-service-2-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.tr-service-2-item {
  padding: 40px 50px;
  padding-bottom: 10px;
  border-radius: 30px;
  transition: all 0.3s;
  border-bottom: 4px solid transparent;
  box-shadow: 30px 30px 60px 0 rgba(31, 31, 31, 0.04);
}
@media (max-width: 767px) {
  .tr-service-2-item {
    padding: 40px 25px;
    padding-bottom: 10px;
  }
}
.tr-service-2-item:hover {
  border-color: var(--tr-common-yellow);
}
.tr-service-2-item:hover .tr-service-2-icon {
  background-color: var(--tr-common-blue);
}
.tr-service-2-item:hover .tr-service-2-btn {
  background-color: var(--tr-common-blue);
  border-color: var(--tr-common-blue);
}
.tr-service-2-item:hover .tr-service-2-btn img {
  filter: invert(1);
}
.tr-service-2-item:hover .tr-service-2-btn span {
  color: var(--tr-common-white);
  border-color: var(--tr-common-yellow);
  background-color: var(--tr-common-yellow);
}
.tr-service-2-icon {
  height: 110px;
  width: 110px;
  flex: 0 0 auto;
  line-height: 110px;
  text-align: center;
  margin-right: 40px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
  background-color: var(--tr-theme-3);
}
@media (max-width: 767px) {
  .tr-service-2-icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tr-service-2-icon-wrap {
    flex-wrap: wrap;
  }
}
.tr-service-2-btn {
  padding: 15px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid var(--tr-theme-3);
}
.tr-service-2-link {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 73px;
  width: 73px;
  line-height: 73px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  border: 1px solid var(--tr-theme-3);
}
.tr-service-2-title-sm {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 0;
  color: var(--tr-theme-4);
  font-family: var(--tr-ff-caudex);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-service-2-title-sm {
    font-size: 25px;
  }
}
.tr-service-2-title-sm a:hover {
  color: var(--tr-theme-3);
}
.tr-service-2-list ul li {
  list-style-type: none;
}
.tr-service-2-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tr-service-2-list ul li i {
  font-style: normal;
}
.tr-service-2-list ul li span, .tr-service-2-list ul li i {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #999999;
}

/*----------------------------------------*/
/*  04. work css start
/*----------------------------------------*/
.tr-work-content span {
  font-weight: 400;
  line-height: 1;
  font-size: 18px;
  color: var(--tr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-work-content span {
    font-size: 16px;
  }
}
.tr-work-meta {
  margin-bottom: 18px;
}
.tr-work-meta span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  color: var(--tr-common-white);
}
.tr-work-meta span svg {
  margin-right: 10px;
  transform: translateY(-3px);
}
.tr-work-title-sm {
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 17px;
  color: var(--tr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-work-title-sm {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-work-title-sm {
    font-size: 20px;
  }
}
.tr-work-wrapper::after {
  position: absolute;
  content: "";
  top: -35px;
  left: 46%;
  width: 1px;
  height: 320px;
  background-color: #AA5E54;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-work-wrapper::after {
    display: none;
  }
}
.tr-work-ptb {
  padding-top: 110px;
  padding-bottom: 230px;
}

.tr-award-icon {
  margin-bottom: 70px;
}
.tr-award-icon span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #999999;
  display: block;
  margin-bottom: 15px;
}
.tr-award-content span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #999999;
  margin-bottom: 10px;
  display: inline-block;
}
.tr-award-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #555555;
  margin-bottom: 0;
}
.tr-award-wrap {
  padding: 40px 100px;
  padding-top: 80px;
  border-radius: 20px;
  background-color: #fcfcfc;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-award-wrap {
    padding: 20px 40px;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-award-wrap {
    padding: 20px 40px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .tr-award-wrap {
    padding: 40px 20px;
    padding-top: 40px;
  }
}
.tr-award-wrap .row [class*=col-] div {
  width: 100%;
}
.tr-award-wrap .row [class*=col-]:not(:last-child) .tr-award-item {
  position: relative;
}
.tr-award-wrap .row [class*=col-]:not(:last-child) .tr-award-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 35px;
  height: 180px;
  width: 1px;
  background-color: #e9e9e9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-award-wrap .row [class*=col-]:not(:last-child) .tr-award-item::after {
    right: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-award-wrap .row [class*=col-]:not(:last-child) .tr-award-item::after {
    display: none;
  }
}
.tr-award-mt {
  margin-top: -175px;
}

/*----------------------------------------*/
/*  04. project css start
/*----------------------------------------*/
.tr-project-title-sm {
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--tr-common-black);
}
.tr-project-content span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #999999;
}
.tr-project-thumb {
  padding: 20px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 25px;
  background-color: #f8f8f8;
}
.tr-project-thumb img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .tr-project-title-box {
    margin-bottom: 20px;
  }
}
.tr-project-active {
  margin: 0 -100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-project-active {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .tr-project-active {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .tr-project-2-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tr-project-2-bg {
  margin: 20px;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-project-2-bg {
    margin: 0;
    border-radius: 0;
  }
}
.tr-project-2-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 50px;
  display: inline-block;
  background-color: #5253EE;
  border-radius: 0 20px 0 0;
}
@media (max-width: 767px) {
  .tr-project-2-content {
    padding: 15px 15px;
  }
}
.tr-project-2-content::after {
  position: absolute;
  content: "";
  top: -40px;
  left: 0px;
  height: 40px;
  width: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: 0 17px 0 0 #5253ee;
}
.tr-project-2-content::before {
  position: absolute;
  content: "";
  bottom: 0px;
  right: -19px;
  height: 40px;
  width: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: 0 17px 0 0 #5253ee;
}
.tr-project-2-content span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--tr-common-white);
}
@media (max-width: 767px) {
  .tr-project-2-content span {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.tr-project-2-title-sm {
  font-weight: 700;
  font-size: 45px;
  line-height: 1.1;
  margin-bottom: 0;
  color: var(--tr-common-white);
  font-family: var(--tr-ff-caudex);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-project-2-title-sm {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-project-2-title-sm {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .tr-project-2-title-sm {
    font-size: 20px;
  }
}
.tr-project-2-item {
  overflow: hidden;
  border-radius: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-project-2-item {
    margin-bottom: 30px;
  }
}

/*----------------------------------------*/
/*  04. testimonial css start
/*----------------------------------------*/
.tr-testimonial-icon {
  margin-bottom: 45px;
}
.tr-testimonial-text p {
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 40px;
  color: var(--tr-common-white);
  font-family: var(--tr-ff-playfair);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-testimonial-text p {
    font-size: 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-testimonial-text p {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-testimonial-text p {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .tr-testimonial-text p {
    font-size: 30px;
  }
}
.tr-testimonial-slider-wrap {
  padding: 110px 210px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-testimonial-slider-wrap {
    padding: 110px 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .tr-testimonial-slider-wrap {
    padding: 110px 0px;
    padding-bottom: 100px;
  }
}
.tr-testimonial-avater {
  flex: 0 0 auto;
  margin-right: 12px;
}
.tr-testimonial-avater img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.tr-testimonial-avater::before {
  content: "";
  height: 1px;
  width: 70px;
  margin-right: 20px;
  display: inline-block;
  transform: translateY(-4px);
  background-color: var(--tr-common-white);
}
.tr-testimonial-author-info h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  color: var(--tr-common-white);
}
.tr-testimonial-author-info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #888;
}
.tr-testimonial-arrow button {
  height: 60px;
  width: 60px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #999999;
  color: var(--tr-common-white);
}
.tr-testimonial-arrow button:hover {
  border-color: var(--tr-theme-2);
  background-color: var(--tr-theme-2);
}
.tr-testimonial-arrow button.slider-prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.tr-testimonial-arrow button.slider-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .tr-testimonial-2-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.tr-testimonial-2-thumb {
  margin-left: -80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-testimonial-2-thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-testimonial-2-thumb {
    margin-bottom: 40px;
  }
}
.tr-testimonial-2-thumb img {
  border-radius: 50%;
  padding: 15px;
  max-width: inherit;
  border: 2px dashed #d9d9d9;
}
.tr-testimonial-2-thumb-1 {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .tr-testimonial-2-thumb-1 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tr-testimonial-2-thumb-2 {
    margin-bottom: 20px;
  }
}
.tr-testimonial-2-thumb-3 {
  margin-left: 120px;
}
@media (max-width: 767px) {
  .tr-testimonial-2-thumb-3 {
    margin-left: 0;
  }
}
.tr-testimonial-2-item p {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  color: #999999;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-testimonial-2-item p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tr-testimonial-2-item p {
    font-size: 16px;
  }
}
.tr-testimonial-2-item span {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--tr-common-white);
}
@media (max-width: 767px) {
  .tr-testimonial-2-item span {
    font-size: 15px;
  }
}
.tr-testimonial-2-arrow button {
  height: 50px;
  width: 50px;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 1px solid var(--tr-common-white);
}
.tr-testimonial-2-arrow button:hover {
  border-color: var(--tr-theme-3);
  background-color: var(--tr-theme-3);
}
.tr-testimonial-2-shape-1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.tr-testimonial-2-bg {
  margin: 20px;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-testimonial-2-bg {
    margin: 0;
    border-radius: 0;
  }
}

/*----------------------------------------*/
/*  04. price css start
/*----------------------------------------*/
.tr-price-item {
  padding: 50px 40px;
  border-radius: 30px;
  background: var(--tr-common-white);
  box-shadow: 30px 30px 60px 0 rgba(12, 5, 56, 0.05);
}
@media (max-width: 767px) {
  .tr-price-item {
    padding: 40px 25px;
  }
}
.tr-price-item.active .tr-price-btn .tr-btn-border {
  color: var(--tr-common-white);
  border-color: var(--tr-theme-2);
  background-color: var(--tr-theme-2);
}
.tr-price-head {
  padding-bottom: 30px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ededed;
}
.tr-price-head h4 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0;
  color: var(--tr-theme-2);
}
.tr-price-head h4 span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #999999;
}
.tr-price-list ul {
  margin-bottom: 40px;
}
.tr-price-list ul li {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #555555;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-price-list ul li {
    font-size: 16px;
  }
}
.tr-price-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.tr-price-list ul li i {
  margin-right: 12px;
  font-style: normal;
  color: var(--tr-theme-2);
  transform: translateY(-2px);
}
.tr-price-2-style .tr-price-head h4 {
  font-family: var(--tr-ff-caudex);
  color: var(--tr-theme-3);
}
.tr-price-2-style .tr-btn-border {
  color: var(--tr-theme-3);
  border: 1px solid var(--tr-theme-3);
}
.tr-price-2-style .tr-price-item.active .tr-price-btn .tr-btn-border {
  color: var(--tr-common-white);
  border-color: var(--tr-theme-3);
  background-color: var(--tr-theme-3);
}

/*----------------------------------------*/
/*  04. blog css start
/*----------------------------------------*/
.tr-blog-thumb {
  margin-bottom: 20px;
}
.tr-blog-thumb img {
  width: 100%;
  border-radius: 10px;
}
.tr-blog-meta {
  margin-bottom: 10px;
}
.tr-blog-meta span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #999999;
  position: relative;
  text-transform: uppercase;
}
.tr-blog-meta span:not(:last-child) {
  padding-right: 12px;
  margin-right: 12px;
}
.tr-blog-meta span:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 4px;
  right: -2px;
  width: 1px;
  height: 12px;
  background-color: #999999;
}
.tr-blog-title-sm {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .tr-blog-title-sm {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .tr-blog-title-box {
    margin-bottom: 20px;
  }
}
.tr-blog-2-style .tr-blog-title-sm {
  color: #593334;
  font-family: var(--tr-ff-caudex);
}
.tr-blog-2-style .tr-blog-title-sm:hover {
  color: var(--tr-theme-1);
}

.postbox-meta span {
  margin-right: 35px;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #5B5B5B;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .postbox-meta span {
    margin-right: 10px;
    font-size: 14px;
  }
}
.postbox-meta span i {
  color: var(--tr-theme-1);
  margin-right: 10px;
  font-size: 16px;
  display: inline-block;
}
.postbox-meta span:hover {
  color: var(--tr-theme-1);
}
.postbox-play-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.postbox-play-icon a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: var(--tr-common-black);
  background-color: var(--tr-common-white);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .postbox-slider-arrow-wrap {
    display: none;
  }
}
.postbox-slider-arrow-wrap .postbox-arrow-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 9;
}
.postbox-slider-arrow-wrap .postbox-arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 9;
}
.postbox-slider-arrow-wrap button {
  height: 60px;
  width: 60px;
  line-height: 64px;
  background-color: var(--tr-common-white);
  color: var(--tr-common-black);
  text-align: center;
  font-size: 18px;
}
.postbox-title {
  font-weight: 700;
  font-size: 34px;
  letter-spacing: -0.01em;
  color: #00102f;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .postbox-title {
    font-size: 24px;
  }
}
.postbox-title:hover {
  color: var(--tr-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-wrap {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox-tag {
    margin-bottom: 20px;
  }
}
.postbox-tag-title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #00102f;
  margin: 0;
  margin-right: 18px;
}
.postbox-tag-content.tagcloud a {
  margin-bottom: 0;
}
.postbox-tag-box {
  padding: 30px 40px;
  border-radius: 20px;
  background-color: var(--tr-grey-1);
}
@media (max-width: 767px) {
  .postbox-tag-box {
    padding: 30px 20px;
  }
}
.postbox-share-content a {
  font-size: 18px;
  display: inline-block;
  transition: 0.3s;
}
.postbox-share-content a.linkedin {
  color: #0072AC;
}
.postbox-share-content a.facebook {
  color: #0072AC;
}
.postbox-share-content a.pinterest {
  color: #DA0021;
}
.postbox-share-content a.twitter {
  color: #3AC4FF;
}
.postbox-share-content a:not(:last-child) {
  margin-right: 25px;
}
.postbox-comment-title {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.01em;
  color: var(--tr-common-black);
}
.postbox-comment-content {
  border-bottom: 1px solid #EBF0E7;
}
.postbox-comment-content ul li {
  list-style-type: none;
  margin-bottom: 40px;
  display: inline-block;
}
.postbox-comment-content ul li.children {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .postbox-comment-content ul li.children {
    margin-left: 0;
  }
}
.postbox-user-reply button {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  color: var(--tr-theme-1);
  border: 1px solid var(--tr-theme-1);
}
.postbox-user-reply button:hover {
  color: var(--tr-common-white);
  border-color: var(--tr-theme-1);
  background-color: var(--tr-theme-1);
}
.postbox-user-thumb {
  flex: 0 0 auto;
}
.postbox-user-thumb img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  margin-right: 30px;
}
.postbox-user-info .user-title {
  font-weight: 600;
  font-size: 18px;
  color: var(--tr-common-black);
}
.postbox-user-info span {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #5B5B5B;
  display: block;
  margin-bottom: 15px;
}
.postbox-user-info p {
  font-size: 16px;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .postbox-review-form p {
    font-size: 18px;
  }
}
.postbox-review-title {
  font-size: 30px;
}
.postbox-review-input input {
  height: 60px;
  line-height: 58px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  padding: 0px 30px;
  border: 1px solid #D2D8CE;
  text-transform: capitalize;
  color: var(--tr-common-black);
}
.postbox-review-input input:focus {
  border: 1px solid var(--tr-theme-1);
}
.postbox-review-input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #5B5B5B;
}
.postbox-review-textarea textarea {
  border-radius: 10px;
  height: 170px;
  padding: 20px 20px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tr-common-black);
  border: 1px solid #D2D8CE;
  resize: none;
}
.postbox-review-textarea textarea:focus {
  border: 1px solid var(--tr-theme-1);
}
.postbox-review-textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #5B5B5B;
}
.postbox-main-thumb img {
  border-radius: 20px;
}
.postbox-blookquote {
  padding: 40px 40px 50px 40px;
  border-radius: 20px;
  border: 2px solid var(--tr-theme-1);
}
.postbox-blookquote p {
  margin-bottom: 35px;
  font-weight: 400;
}
.postbox-blookquote-box span {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: var(--tr-theme-1);
  text-transform: capitalize;
}
.postbox-blookquote-box span::before {
  content: "";
  height: 2px;
  width: 40px;
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-5px);
  background-color: var(--tr-theme-1);
}
.postbox-blookquote-box i {
  font-size: 35px;
  color: var(--tr-theme-1);
}
.postbox-details-thumb img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .postbox-details-thumb img {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .postbox-content-box p {
    font-size: 18px;
  }
}

.sidebar-wrapp p {
  margin-bottom: 23px;
}
.sidebar-button button {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sidebar-button button i {
  color: var(--tr-common-black);
}
.sidebar-contact {
  padding: 72px 16px 50px 16px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  z-index: 2;
}
.sidebar-contact::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(24, 24, 24, 0.7);
  content: "";
  border-radius: 5px;
  z-index: -1;
}
.sidebar-contact-call a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--tr-common-white);
  margin-bottom: 20px;
}
.sidebar-contact-call i {
  display: block;
  font-size: 42px;
  color: var(--tr-theme-1);
  margin-bottom: 10px;
}
.sidebar-contact-time span {
  display: inline-block;
  font-size: 14px;
  color: var(--tr-common-white);
  margin-bottom: 15px;
}
.sidebar__main-thumb img {
  border-radius: 10px;
}
.sidebar__title {
  font-size: 45px;
  margin-bottom: 20px;
}
.sidebar__banner img {
  border-radius: 10px;
}
.sidebar__banner-right {
  padding: 46px 51px 50px 30px;
  background: var(--tr-grey-1);
  border-radius: 10px;
}
.sidebar__banner-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.sidebar__banner-list ul li {
  position: relative;
  list-style: none;
  padding-left: 25px;
  color: var(--tr-common-black);
  margin-bottom: 10px;
}
.sidebar__banner-list ul li i {
  position: absolute;
  color: var(--tr-theme-1);
  top: 3px;
  left: 0;
}
.sidebar__content-title {
  font-size: 40px;
}
.sidebar__button a {
  text-transform: uppercase;
  border-radius: 50px;
}
.sidebar-widget-title {
  border-radius: 5px;
  font-size: 23px;
  letter-spacing: -0.01em;
  color: #00102f;
}
.sidebar-widget-list a {
  position: relative;
  display: block;
  padding: 18px 20px;
  padding-left: 60px;
  margin-bottom: 15px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 700;
  color: #5B5B5B;
  letter-spacing: -0.01em;
  border-radius: 5px;
  background-color: var(--tr-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-list a {
    padding: 18px 10px;
    padding-left: 50px;
    font-size: 15px;
  }
}
.sidebar-widget-list a:hover {
  color: var(--tr-common-white);
  background-color: var(--tr-theme-1);
}
.sidebar-widget-list a.active {
  color: var(--tr-common-white);
  background-color: var(--tr-theme-1);
}
.sidebar-widget-list a i {
  position: absolute;
  top: 53%;
  left: 25px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.sidebar-widget {
  padding: 40px 35px;
  padding-top: 35px;
  border-radius: 20px;
  background-color: var(--tr-grey-1);
}
.sidebar-search-box input {
  height: 62px;
  line-height: 62px;
  padding-left: 25px;
  padding-right: 70px;
  border-radius: 5px;
  background-color: var(--tr-common-white);
  border: 1px solid var(--tr-common-white);
}
.sidebar-search-button {
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar-search-button button {
  border-radius: 0 5px 5px 0;
  width: 62px;
  height: 62px;
  line-height: 68px;
  text-align: center;
  background-color: var(--tr-theme-1);
}
.sidebar-search-button button i {
  font-size: 22px;
  color: var(--tr-common-white);
}
.sidebar-right {
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar-right {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar-right {
    margin-bottom: 60px;
  }
}

.categories a {
  position: relative;
  padding: 15px 0px;
  font-size: 12px;
  font-weight: 700;
  display: block;
  color: #8A879F;
  text-transform: uppercase;
  margin-bottom: 15px;
  border-radius: 5px;
  transition: 0.3s;
}
.categories a:hover {
  color: var(--tr-common-black);
}
.categories a:hover i {
  right: -5px;
}
.categories a i {
  position: absolute;
  right: 0;
  transition: 0.3s;
}

.tagcloud a {
  background-color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 13px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #5B5B5B;
  text-align: center;
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tagcloud a {
    padding: 13px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tagcloud a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tagcloud a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tagcloud a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    font-size: 13px;
    padding: 13px 10px;
    margin-right: 5px;
  }
}
.tagcloud a:hover {
  background: var(--tr-theme-1);
  color: var(--tr-common-white);
}
.tagcloud span {
  font-weight: 600;
  font-size: 16px;
  line-height: 12px;
  color: #202124;
  margin-right: 8px;
}

.rc-post:last-child {
  margin-bottom: 0;
}
.rc-post-thumb img {
  max-width: inherit;
  border-radius: 10px;
}
.rc-post-title {
  font-weight: 700;
  font-size: 17px;
  transition: 0.3s;
  line-height: 1.4;
  margin-bottom: 0;
  color: var(--tr-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rc-post-title {
    font-size: 15px;
  }
}
.rc-post-title:hover {
  color: var(--tr-theme-1);
}
.rc-meta i {
  margin-right: 10px;
  color: var(--tr-theme-1);
}
.rc-meta span {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #5B5B5B;
}

.it-choose-play {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  height: 104px;
  width: 104px;
  line-height: 104px;
  border-radius: 50%;
  color: var(--tr-theme-1);
  margin: 0 auto;
  background-color: var(--tr-common-white);
  animation: animate-pulse 3s linear infinite;
}

.it-choose-play i {
  display: inline-block;
  padding-left: 4px;
  color: var(--tr-theme-1);
}

.postbox-slider-arrow-wrap .postbox-arrow-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 9;
}

.postbox-slider-arrow-wrap .postbox-arrow-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 9;
}

.postbox-slider-arrow-wrap button {
  height: 60px;
  width: 60px;
  line-height: 64px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  transition: 0.3s;
  color: var(--tr-common-black);
  background-color: var(--tr-common-white);
}
.postbox-slider-arrow-wrap button:hover {
  color: var(--tr-common-white);
  background-color: var(--tr-theme-1);
}

.it-pagination nav ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 3px;
}

.it-pagination nav ul li a {
  font-weight: 700;
  font-size: 23px;
  letter-spacing: -0.01em;
  height: 58px;
  width: 58px;
  line-height: 58px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: var(--tr-theme-1);
  font-family: var(--tr-ff-heading);
  border: 1px solid var(--tr-theme-1);
  transition: 0.3s;
}

.it-pagination nav ul li.current a {
  color: var(--tr-common-white);
  background-color: var(--tr-theme-1);
}

.it-pagination nav ul li:hover a {
  color: var(--tr-common-white);
  background-color: var(--tr-theme-1);
}

/*----------------------------------------*/
/*  04. cta css start
/*----------------------------------------*/
.tr-cta-title {
  font-weight: 700;
  font-size: 100px;
  line-height: 1.1;
  margin-bottom: 40px;
  color: var(--tr-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-cta-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-cta-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-cta-title {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .tr-cta-title {
    font-size: 50px;
  }
}
.tr-cta-title span {
  font-style: italic;
  font-weight: 500;
  font-family: var(--tr-ff-playfair);
}
.tr-cta-shape-1 {
  position: absolute;
  top: 13%;
  left: 5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-cta-shape-1 {
    top: 3%;
    left: 1%;
  }
}
.tr-cta-shape-2 {
  position: absolute;
  top: 68%;
  left: 18%;
}
.tr-cta-shape-3 {
  position: absolute;
  top: 10%;
  right: 4%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-cta-shape-3 {
    top: 1%;
    right: 1%;
  }
}
.tr-cta-shape-4 {
  position: absolute;
  top: 60%;
  right: 18%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-cta-shape-4 {
    top: 71%;
  }
}

/*----------------------------------------*/
/*  04. footer css start
/*----------------------------------------*/
.tr-footer-menu ul li {
  list-style: none;
}
.tr-footer-menu ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tr-footer-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--tr-common-white);
}
.tr-footer-menu ul li a:hover {
  color: var(--tr-theme-2);
}
.tr-footer-info a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: block;
  color: var(--tr-common-white);
}
.tr-footer-info a:hover {
  color: var(--tr-theme-2);
}
.tr-footer-info a:not(:last-child) {
  margin-bottom: 16px;
}
.tr-footer-shape-1 {
  position: absolute;
  left: 4%;
  top: 40%;
}
.tr-footer-shape-1 img {
  mix-blend-mode: overlay;
}
.tr-footer-shape-2 {
  position: absolute;
  right: 7%;
  bottom: 18%;
}
.tr-footer-shape-2 img {
  mix-blend-mode: overlay;
}
@media (max-width: 767px) {
  .tr-footer-contact-info {
    margin-bottom: 20px;
  }
}
.tr-footer-contact-info-wrap {
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 1px solid #2d2d2d;
}
.tr-footer-contact-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding-bottom: 7px;
  margin-bottom: 13px;
  color: #999999;
  border-bottom: 1px solid #2d2d2d;
}
.tr-footer-contact-info a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  display: table;
  font-family: var(--tr-ff-caudex);
  color: var(--tr-common-white);
}
.tr-footer-contact-info a:hover {
  color: var(--tr-theme-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tr-footer-contact-info a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tr-footer-contact-info a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tr-footer-contact-info a {
    font-size: 14px;
  }
}
.tr-footer-social-wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #2d2d2d;
}
.tr-footer-social a {
  display: inline-block;
  border-radius: 80px;
  padding: 10px;
  width: 100%;
  padding-left: 23px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border: 1px solid #3d3d3d;
  justify-content: space-between;
}
.tr-footer-social a:hover {
  color: var(--tr-common-black);
  border-color: var(--tr-common-white);
  background-color: var(--tr-common-white);
}
.tr-footer-social a:hover span {
  color: var(--tr-common-black);
}
.tr-footer-social a:hover i {
  color: var(--tr-common-white);
  border-color: var(--tr-common-black);
  background-color: var(--tr-common-black);
}
.tr-footer-social a span {
  font-weight: 400;
  font-size: 15px;
  color: #f0f0f0;
}
.tr-footer-social a i {
  height: 43px;
  width: 43px;
  line-height: 43px;
  text-align: center;
  display: inline-block;
  font-style: normal;
  border-radius: 50%;
  border: 1px solid #3d3d3d;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-footer-logo img {
    margin-bottom: 40px;
  }
}

.tr-copyright-ptb {
  padding: 30px 0;
}
.tr-copyright-text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  display: inline-block;
  color: var(--tr-common-white);
}
@media (max-width: 767px) {
  .tr-copyright-text span {
    margin-bottom: 15px;
  }
}
.tr-copyright-social a {
  font-size: 14px;
  color: var(--tr-common-white);
}
.tr-copyright-social a:hover {
  color: var(--tr-theme-2);
}
.tr-copyright-social a:not(:first-child) {
  margin-left: 18px;
}
.tr-copyright-2-text {
  padding-top: 25px;
}
.tr-copyright-2-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #999999;
}

/*----------------------------------------*/
/*  04. contact css start
/*----------------------------------------*/
.tr-contact-budget label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 30px;
  color: var(--tr-common-white);
}
.tr-contact-budget-price {
  margin-bottom: 40px;
}
.tr-contact-budget-price button {
  border-radius: 30px;
  padding: 16px 22px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin: 0 7px;
  margin-bottom: 10px;
  color: var(--tr-common-white);
  background: rgba(255, 255, 255, 0.05);
}
.tr-contact-budget-price button:hover {
  color: var(--tr-common-black);
  border-color: var(--tr-common-white);
  background-color: var(--tr-common-white);
}
.tr-contact-budget-price button:focus {
  color: var(--tr-common-black);
  background-color: var(--tr-common-white);
}
.tr-contact-input input, .tr-contact-input textarea {
  height: 66px;
  border-radius: 10px;
  padding-left: 55px;
  background-color: transparent;
  border: 1px solid #555555;
  font-weight: 500;
  font-size: 16px;
  color: var(--tr-common-white);
}
.tr-contact-input input:focus, .tr-contact-input textarea:focus {
  border-color: var(--tr-common-white);
}
.tr-contact-input input::placeholder, .tr-contact-input textarea::placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #999999;
}
.tr-contact-input textarea {
  height: 155px;
  padding: 30px;
  padding-left: 55px;
  resize: none;
}
.tr-contact-input-icon {
  position: absolute;
  top: 47%;
  left: 30px;
  transform: translateY(-50%);
}
.tr-contact-input.textarea-icon .tr-contact-input-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  transform: translateY(0);
}
.tr-contact-select .nice-select {
  height: 66px;
  line-height: 66px;
  border-radius: 10px;
  padding: 0px 30px;
  background: transparent;
  border: 1px solid #555555;
}
.tr-contact-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.tr-contact-shape-2 {
  position: absolute;
  bottom: 95px;
  left: 80px;
  animation: tpupdown 1s infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-contact-shape-2 {
    display: none;
  }
}
.tr-contact-shape-3 {
  position: absolute;
  bottom: 27%;
  left: 9%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-contact-shape-3 {
    display: none;
  }
}
.tr-contact-shape-4 {
  position: absolute;
  top: 30%;
  right: 17%;
  animation: tptranslateX2 2s forwards infinite alternate;
}
.tr-contact-shape-5 {
  position: absolute;
  top: 16%;
  right: 13%;
}
.tr-contact-shape-6 {
  position: absolute;
  right: 0;
  bottom: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-contact-shape-6 {
    display: none;
  }
}

.tr-inner-contact-left {
  margin-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tr-inner-contact-left {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.tr-inner-contact-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 20px;
  padding-right: 55px;
  margin-bottom: 40px;
  display: inline-block;
  text-transform: capitalize;
  color: var(--tr-common-black);
  border-bottom: 1px solid var(--tr-common-black);
}
.tr-inner-contact-info p {
  font-size: 18px;
}
.tr-inner-contact-info-icon {
  margin-right: 30px;
}
.tr-inner-contact-info-icon i {
  height: 50px;
  width: 50px;
  font-size: 20px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--tr-theme-1);
  border: 1px solid #EEEEEE;
}
.tr-inner-contact-info-details span {
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  color: var(--tr-theme-1);
  text-transform: capitalize;
}
.tr-inner-contact-info-details a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.39;
  color: #5B5B5B;
}
.tr-inner-contact-info-details a:hover {
  color: var(--tr-theme-1);
}

.tr-map-wrap {
  line-height: 0;
}
.tr-map-wrap iframe {
  width: 100%;
  height: 580px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .tr-map-wrap iframe {
    height: 400px;
  }
}

/*----------------------------------------*/
/*  04. brand css start
/*----------------------------------------*/
.tr-brand-slider-wrap {
  padding: 60px 0;
  border-top: 1px solid #3d3d3d;
}

.tr-text-item span {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tr-common-white);
}
.tr-text-item span::after {
  content: "";
  height: 6px;
  width: 6px;
  margin-left: 30px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-4px);
  background-color: var(--tr-common-white);
}
.tr-text-active .swiper-slide {
  width: auto;
}

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

/*# sourceMappingURL=style.css.map */
