@charset "UTF-8";



@import url(font-awesome5.css);
@import url(icomoon.css);


html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }



/* -------- Headings ---------- */
h1, .h1 {
  font-size: 3rem; }

h2, .h2 {
  font-size: 2.8rem; }



h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

h1, h2, h4, h5, h6,
.h1, .h2, .h4, .h5, .h6 {
  font-weight: 800;
  line-height: 1.3;
  color: #3c5bf9; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #122a48; }
  h1 a, h2 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h4 a, .h5 a, .h6 a {
    color: inherit;
    font-weight: inherit; }

.h1, .h2, .h1, h2{
  font-family: "Montserrat", sans-serif;
  margin-top: 0px; }

h4, h5, h6,
.h4, .h5, .h6 {
  font-family: "Teko", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0.75rem;
  letter-spacing:4px;
  
  }














/*
 * animations.scss
 * -----------------------------------------------
*/
.tm-animation {
  opacity: 0; }

.tm-animation.fade-in.animate {
  -webkit-animation: fadeIn 0.95s ease forwards;
  animation: fadeIn 0.95s ease forwards; }

.tm-animation.fade-in2.animate {
  -webkit-animation: fadeIn 0.95s ease forwards;
  animation: fadeIn 0.95s ease forwards;
  animation-delay: .2s; }

.tm-animation.fade-in3.animate {
  -webkit-animation: fadeIn 0.95s ease forwards;
  animation: fadeIn 0.95s ease forwards;
  animation-delay: .4s; }

.tm-animation.fade-in4.animate {
  -webkit-animation: fadeIn 0.95s ease forwards;
  animation: fadeIn 0.95s ease forwards;
  animation-delay: .6s; }

.tm-animation.move-up.animate {
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards; }

.tm-animation.move-up2.animate {
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
  animation-delay: .2s; }

.tm-animation.move-up3.animate {
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
  animation-delay: .4s; }

.tm-animation.move-up4.animate {
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
  animation-delay: .6s; }

.tm-animation.move-down.animate {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards; }

.tm-animation.move-down2.animate {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
  animation-delay: .2s; }

.tm-animation.move-down3.animate {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
  animation-delay: .4s; }

.tm-animation.move-down4.animate {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
  animation-delay: .6s; }

.tm-animation.move-left.animate {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards; }

.tm-animation.move-left2.animate {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
  animation-delay: .2s; }

.tm-animation.move-left3.animate {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
  animation-delay: .4s; }

.tm-animation.move-left4.animate {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
  animation-delay: .6s; }

.tm-animation.move-right.animate {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards; }

.tm-animation.move-right2.animate {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
  animation-delay: .2s; }

.tm-animation.move-right3.animate {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
  animation-delay: .4s; }

.tm-animation.move-right4.animate {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
  animation-delay: .6s; }

.tm-animation.scale-up.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards; }

.tm-animation.fall-perspective {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.tm-animation.fall-perspective.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective .8s ease-in-out forwards;
  animation: fallPerspective .8s ease-in-out forwards; }

.tm-animation.fly {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.tm-animation.fly.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly .8s ease-in-out forwards;
  animation: fly .8s ease-in-out forwards; }

.tm-animation.flip.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip .8s ease-in-out forwards;
  animation: flip .8s ease-in-out forwards; }

.tm-animation.helix {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.tm-animation.helix.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix .8s ease-in-out forwards;
  animation: helix .8s ease-in-out forwards; }

.tm-animation.pop-up {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.tm-animation.pop-up.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp .8s ease-in forwards;
  animation: popUp .8s ease-in forwards; }

@-webkit-keyframes fadeIn {
  0% { }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% { }
  100% {
    opacity: 1; } }

@-webkit-keyframes moveVertical {
  0% { }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes moveVertical {
  0% { }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes moveHorizontal {
  0% { }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1; } }

@keyframes moveHorizontal {
  0% { }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes scaleUp {
  0% { }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes scaleUp {
  0% { }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fallPerspective {
  0% { }
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }

@keyframes fallPerspective {
  0% { }
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes fly {
  0% { }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes fly {
  0% { }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes flip {
  0% { }
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes flip {
  0% { }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes helix {
  0% { }
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1; } }

@keyframes helix {
  0% { }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes popUp {
  0% { }
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes popUp {
  0% { }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.tm-floating-objects > span {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center; }

.tm-floating-objects .floating-object-1 {
  left: 5%;
  top: 10%;
  background-image: url("../assets/floating-objects/1.html"); }

.tm-floating-objects .floating-object-2 {
  right: 5%;
  bottom: 5%;
  background-image: url("../assets/floating-objects/2.html"); }

.tm-floating-objects .floating-object-3 {
  right: 10%;
  top: 10%;
  background-image: url("../assets/floating-objects/3.html"); }

.tm-floating-objects .floating-object-4 {
  left: 10%;
  bottom: 5%;
  background-image: url("../assets/floating-objects/4.html"); }

.tm-floating-objects2 > span {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center; }

.tm-floating-objects2 .floating-object-1 {
  left: 5%;
  top: 20%;
  background-image: url("../assets/floating-objects/21.html"); }

.tm-floating-objects2 .floating-object-2 {
  left: 3%;
  bottom: 20%;
  background-image: url("../assets/floating-objects/22.html"); }

.tm-floating-objects2 .floating-object-3 {
  right: 5%;
  top: 10%;
  background-image: url("../assets/floating-objects/23.html"); }

.tm-floating-objects2 .floating-object-4 {
  right: 10%;
  bottom: 5%;
  background-image: url("../assets/floating-objects/24.html"); }

.tm-item-appear-clip-path {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
  -moz-transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
  transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important; }
  .tm-item-appear-clip-path.tm-item-appeared {
    clip-path: inset(-20% -20% -20% -20%);
    -webkit-clip-path: inset(-20% -20% -20% -20%); }

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1.3s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 25%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 1s; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-15%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 1s; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(15%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.tm-animation-floating {
  -webkit-animation-name: tm-animation-floating;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out; }

@-webkit-keyframes tm-animation-floating {
  from {
    -webkit-transform: translate(0, 0px); }
  65% {
    -webkit-transform: translate(0, 15px); }
  to {
    -webkit-transform: translate(0, 0px); } }

@-moz-keyframes tm-animation-floating {
  from {
    -moz-transform: translate(0, 0px); }
  65% {
    -moz-transform: translate(0, 15px); }
  to {
    -moz-transform: translate(0, 0px); } }

.tm-animation-slide-horizontal {
  -webkit-animation: tm-animation-slide-horizontal 3s linear infinite alternate-reverse both;
  animation: tm-animation-slide-horizontal 3s linear infinite alternate-reverse both; }

@-webkit-keyframes tm-animation-slide-horizontal {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

@keyframes tm-animation-slide-horizontal {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }

.tm-animation-walking {
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: tm-animation-walking;
  -webkit-animation-duration: 25s;
  -ms-animation: linear infinite alternate;
  -ms-animation-name: tm-animation-walking;
  -ms-animation-duration: 25s;
  -moz-animation: linear infinite alternate;
  -moz-animation-name: tm-animation-walking;
  -moz-animation-duration: 25s; }

@-webkit-keyframes tm-animation-walking {
  0% {
    left: -20%; }
  50% {
    left: 0%; }
  100% {
    left: 20%; } }

@-moz-keyframes tm-animation-walking {
  0% {
    left: -20%; }
  50% {
    left: 0%; }
  100% {
    left: 20%; } }

.tm-animation-scaling {
  -webkit-animation-name: tm-animation-scaling;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: tm-animation-scaling;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out; }

@-webkit-keyframes tm-animation-scaling {
  from {
    -webkit-transform: scale(0.6); }
  65% {
    -webkit-transform: scale(1.2); }
  to {
    -webkit-transform: scale(0.6); } }

@-moz-keyframes tm-animation-scaling {
  from {
    -moz-transform: scale(0.6); }
  65% {
    -moz-transform: scale(1.2); }
  to {
    -moz-transform: scale(0.6); } }

.tm-animation-flicker {
  -webkit-animation: tm-animation-flicker 3s infinite;
  -moz-animation: tm-animation-flicker 3s infinite;
  -o-animation: tm-animation-flicker 3s infinite;
  animation: tm-animation-flicker 3s infinite; }

@keyframes tm-animation-flicker {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@-o-keyframes tm-animation-flicker {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@-moz-keyframes tm-animation-flicker {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@-webkit-keyframes tm-animation-flicker {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

.tm-animation-spin {
  -webkit-animation: tm-animation-spin 10s linear infinite;
  -moz-animation: tm-animation-spin 10s linear infinite;
  animation: tm-animation-spin 10s linear infinite; }

@-moz-keyframes tm-animation-spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes tm-animation-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes tm-animation-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.tm-animation-spin-half {
  -webkit-animation: tm-animation-spin-half 10s linear infinite;
  -moz-animation: tm-animation-spin-half 10s linear infinite;
  animation: tm-animation-spin-half 10s linear infinite; }

@-webkit-keyframes tm-animation-spin-half {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes tm-animation-spin-half {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.tm-animation-random {
  -webkit-animation: tm-animation-random 10s linear infinite;
  -moz-animation: tm-animation-random 10s linear infinite;
  animation: tm-animation-random 10s linear infinite; }

@keyframes tm-animation-random {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); } }

@-webkit-keyframes tm-animation-random {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); } }

.tm-animation-random2 {
  -webkit-animation: tm-animation-random2 10s linear infinite;
  -moz-animation: tm-animation-random2 10s linear infinite;
  animation: tm-animation-random2 10s linear infinite; }

@keyframes tm-animation-random2 {
  0% {
    transform: translate(61px, -99px) rotate(0deg); }
  21% {
    transform: translate(4px, -190px) rotate(38deg); }
  41% {
    transform: translate(-139px, -200px) rotate(74deg); }
  60% {
    transform: translate(-263px, -164px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg); } }

@-webkit-keyframes tm-animation-random2 {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg); }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg); }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg); }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg); } }

.tm-animation-bgimg {
  -webkit-animation: tm-animation-bgimg 10s linear infinite;
  -moz-animation: tm-animation-bgimg 10s linear infinite;
  animation: tm-animation-bgimg 10s linear infinite; }

@keyframes tm-animation-bgimg {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 370% 0; }
  100% {
    background-position: 0 0; } }

@-webkit-keyframes tm-animation-bgimg {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 370% 0; }
  100% {
    background-position: 0 0; } }












/*
 * Shortcode: gallery.scss
 * -----------------------------------------------
*/
.gallery-item .gallery-thumb {
  position: relative; }
  .gallery-item .gallery-thumb img {
    border-radius: 10px; }
  .gallery-item .gallery-thumb:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    border-radius: 10px;
    transition: all 0.3s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .gallery-item .gallery-thumb:after {
        transition: none; } }

.gallery-item .gallery-link {
  position: absolute;
  top: 46%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  z-index: 2; }
  @media screen and (prefers-reduced-motion: reduce) {
    .gallery-item .gallery-link {
      transition: none; } }
  .gallery-item .gallery-link i {
    color: #fff;
    font-size: 34px; }

.gallery-item:hover .gallery-thumb:after {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.gallery-item:hover .gallery-link {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }








/*
 * Shortcode: common.scss
 * -----------------------------------------------
*/
.pt-160 {
  padding-top: 160px !important; }

.pt-270 {
  padding-top: 270px !important; }

.pb-200 {
  padding-bottom: 200px !important; }

.large-font-size {
  font-size: 72px;
  margin-bottom: 40px;
  font-weight: 900; }

.bg-size-cover {
  background-size: cover; }

.bg-size-contain {
  background-size: contain; }

.bg-pos-center-center {
  background-position: center center; }

.mb-responsive--440 {
  margin-bottom: -440px; }
  @media (max-width: 767.98px) {
    .mb-responsive--440 {
      margin-bottom: 0; } }

.border-radius-5px {
  border-radius: 5px; }

.border-rounded {
  border-radius: 50%; }

.mt-05 {
  margin-top: 5px !important; }

.font-opensans {
  font-family: "Montserrat", sans-serif !important; }

.list-style-square ul li {
  list-style-type: none; }

.list-style-square ul li i {
  background: #c0c0c0;
  color: #555555;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px; }

.fullscreen {
  height: 100vh; }

.personal-home-style3 {
  background-attachment: fixed; }

.tm-sc-line-with-text .horizontal-line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 50px;
  background-color: #fac400; }

.bg-pos-center-bottom {
  background-position: center bottom; }

.get-a-quote-text {
  font-size: 72px;
  margin-bottom: 40px;
  font-weight: 900; }

.title-area {
  position: relative; }

.title-area:after {
  position: absolute;
  background: #ee864d;
  height: 56px;
  width: 56px;
  content: "";
  top: 10px;
  left: 0;
  border-radius: 50%;
  opacity: 0.1; }
  
  .tm-sc-unordered-list.list-style8 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style8 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style8 ul li {
    list-style-type: none; }
    .tm-sc-unordered-list.list-style8 ul li:before {
      z-index: 0;
      content: "\f058";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 95%;
      padding-right: 10px;
      vertical-align: middle; }
    .tm-sc-unordered-list.list-style8 ul li li {
      padding-left: 15px; }

.tm-sc-unordered-list.list-style8 ul li:before {
  content: "\f30b"; }

