@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@600&display=swap');
body {
 font-family: 'Rubik', sans-serif;
  color: #444444;
  overflow-x: hidden;
  font-weight: 400;
}

a {
  color: #473678;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Space Grotesk', sans-serif;
 font-weight: 600;
 text-transform: uppercase;
}
h1 span
{
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 22px;
  display: block;
}
h4
{font-weight: 200;}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #9d682f;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #009b44;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #473678;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  padding: 15px 0;
  border-bottom: 1px solid #e6f2fb;

}

#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #16507b;
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 40px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  border-color: rgba(249, 252, 255, 0.25);
  font-family: 'Space Grotesk', sans-serif;

}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #473678;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #3194db;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 5px 20px;
  text-transform: none;
  color: #d80118;
  text-transform: uppercase;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #473678;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(10, 38, 58, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #124265;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #473678;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #473678;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
header .right-col
{text-align: right;}
header .right-col a
{padding: 10px 30px;
  color: #333;
  justify-content: flex-end;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
}
.ratings .bi
{color: orange;}
.main-menu
{
  padding: 10px 0px;
  z-index: 99;
  position: relative;
  background: #9d682f;
  box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
}
.btn-2
{
  font-family: 'Space Grotesk', sans-serif;
  background-color: #16a950;
  color: #fff!important;
  border: 1px solid #fff;
  white-space: normal;
  padding: 10px 2vw;
  text-decoration: none !important;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight:600;
}
.main-hero
{
  position: relative;
 
}
.main-hero .overlay
{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.3) 65%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-hero .overlay .caption
{
  padding: 30px;
  border: 1px solid #fff;
  text-align: center;
}
.main-hero .overlay .caption ul li
{list-style: none; color: #fff; font-size: 22px; text-align: left; margin-bottom: 15px;}
.section-column-ctas.textured-bg {
  background-image: url(../images/white-angle-right-background.svg);

  background-repeat: no-repeat;

  background-position: 50% -23px;

  background-size: cover;

}
.teaser {
    border-radius: 0;
    max-width: 650px;
    margin: 0 auto;
    transition: .25s;
    border: 2px solid #473678;
    background: transparent;}
.teaser img {
    border-bottom: 2px solid #473678;}
.teaser p {margin: 0 auto; text-align: center;}
.teaser p:last-child a {
    color: #473678; !important;
    font-size: 15pt;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    display: block;
    padding: 9px 0 7px;}
.teaser:hover {background: #473678;}
.teaser:hover p:last-child a {color: #fff;}
.about-main
{
  background: #c91b20;
  padding: 100px 0px;
}
.additional-btns 
{padding: 0px;}
.additional-btns li
{
  list-style: none;
  width: 30%;
  display: inline-block;
}
.additional-btns li a
{
  color: #fff;
  border: 1px solid #fff;
  display: block;
  padding: 10px;
  margin: 2%;
}
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #009b44 0%,
    #026c31 29%,
    #1f6b40 67%,
    #16a950 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.form-banner .form-control
{
  border-radius: 0px;
  height: 40px;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid #eaeaea;
}
.form-banner textarea.form-control
{height: 150px;}
.thumb-pos
{
  position: relative;
}
.thumb-pos span
{
  position: absolute;
  top: 0;
  right: 0px;
  background: #68686a;
  padding: 5px 20px;
  color: #fff;
  font-family: 'Lexend Tera', sans-serif;
  text-transform: uppercase;
  font-weight: 200;
}
.banner-slider.owl-carousel .owl-prev,
.banner-slider.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.8) !important;
  line-height: 44px;
  color: #fff!important;
}

.banner-slider.owl-carousel .owl-prev {
  left: 1%;
}

.banner-slider.owl-carousel .owl-next {
  right: 1%;
}
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #ed502e;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #0b2341;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #2169c4;
}.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #ed502e;
  float: left;
}

.counts .count-box span {
  font-size: 22px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: red;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #2169c4;
}
.case-box-all {
  position: relative;
  margin-top: 30px;
}
.case-box-after {
  position: absolute;
  bottom: 0;
  background-color: #009b44;
  border-radius: 0px 0px 5px 5px;
  padding: 32px 52px;
  height: 100px;
  width: 100%;
  overflow: hidden;
  transition: all.4s;
}

.case-box-after.case-box-after-page {
  border-radius: 0;
}

.case-box-img img {
  z-index: -2;
  transition: all.4s;
}

.case-box-hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case-hover-hadding h4 a {
  color: #fff;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 30px;
transition: all.4s;
}

.case-hover-hadding p {
  color: #fff;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
transition: all.4s;
}

.case-hover-icon a {
  height: 25px;
  width: 25px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  color: #03163B;
  transition: all.4s;
}

.case-hover-icon a svg {
  transition: all.4s;
}
.case-hover-icon {
  transition: all.4s;
}
.case-hover-icon2 a {
  height: 25px;
  width: 25px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  color: #03163B;
  transition: all.4s;
}

.hover-block{
  transform: translateY(50px);
  transition: all.4s;
}
.case-hover-icon {
  position: absolute;
  right: 50px;
  bottom: 35px;
  transition: all.4s;
}

.case-box-all:hover .case-hover-icon {
  right: auto;
  left: 50px;
  transition: all.4s;
  display: none;
}

.case-box-all:hover .hover-block {
  transform: translateY(0);
  transition: all.6s;
}

.case-box-all:hover .case-box-after {
  height: 206px;
  transition: all.4s;
}

.case-box-img {
  overflow: hidden;
  transition: all 1.9s;
}
.case-box-img img {
  transition: all 1.9s;
  transform: scale(1.1);
}
.case-box-all:hover .case-box-img img {
  transform: scale(1.2);
  transition: all 1.9s;
}
.footer-main
{
  background-blend-mode: overlay;

  background:#000;

  background-size: cover;

  padding: 100px 0px;

    padding-right: 0px;
    padding-left: 0px;

  background-attachment: fixed;
}
.footer-main .social a
{font-size: 3rem; color: #fff; margin: 0px 20px;}
.footer-main .contacts a
{color: red; font-size: 1rem; text-decoration: underline; margin-bottom: 20px;}
.testimonials .testimonial-item {
 height: 100%;
  position: relative;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  padding: 15px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  margin-right: 10px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  color: rgba(var(--default-color-rgb), 0.5);
  font-size: 14px;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: red;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  margin: 15px auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(var(--default-color-rgb), 0.15);
  opacity: 1;
  border: none;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
.banner-slider img
{width: 100%; height: 270px; object-fit: cover;}
@media (max-width: 767px) {

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    margin: 15px;
  }
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}
.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: inline-block;
}
@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}
.page-title{
  position:relative;
  background:#f2f9ff;
  padding:100px 0px;
}

.page-title .image-layer{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  background-blend-mode: overlay;

  background-image: url(../images/slider2.jpg),linear-gradient(118deg,#000 50%,#009b44 99%) !important;
}

.page-title h1{
  position:relative;
  font-size:42px;
  font-weight:700;
  color:#e4163c;
  line-height:1.4em;
  margin-bottom:5px;
}

.page-title .bread-crumb{
  position:relative;  
}
.page-title .bread-crumb ul
{padding: 0px;}
.page-title .bread-crumb li{
  position:relative;
  float:left;
  margin-right:33px;
  line-height:24px;
  list-style: none;
}

.page-title .bread-crumb li:before{
  content:'';
  position:absolute;
  right:-18px;
  top:8px;
  width:5px;
  height:5px;
  background:#8baad6;
  border-radius:50%;
}

.page-title .bread-crumb li:last-child:before{
  display:none; 
}

.page-title .bread-crumb li a{
  position:relative;
  color:#fff;
}

.page-title .bread-crumb li a:hover,
.page-title .bread-crumb li.active{
  color:#007aff;
}
.page-title .bread-crumb{
  position:relative;  
}

.page-title .bread-crumb li{
  position:relative;
  float:left;
  margin-right:33px;
  line-height:24px;
  text-transform: uppercase;
}

.page-title .bread-crumb li:before{
  content:'';
  position:absolute;
  right:-18px;
  top:8px;
  width:5px;
  height:5px;
  background:#8baad6;
  border-radius:50%;
}

.page-title .bread-crumb li:last-child:before{
  display:none; 
}

.page-title .bread-crumb li a{
  position:relative;
  color:#fff;
  text-transform: uppercase;
}

.page-title .bread-crumb li a:hover,
.page-title .bread-crumb li.active{
  color:#009b44;
}
.service-card .card .card-body
{height: 100%!important;}
.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e03a3c;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #e03a3c;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(17, 17, 17, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;

  position: absolute;

  top: 30%;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 3;

  transition: all ease-in-out 0.3s;

  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 5px 0 0;
  font-size: 68px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.contact-area .contact-items {
  background: #ffffff;
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  padding: 50px;
  position: relative;
  bottom: -50px;
  margin-top: -120px;
}

.contact-area .contact-items .left-item .item {
  display: flex;
}

.contact-area .contact-items .left-item i {
  display: inline-block;
  font-size: 40px;
  color: #fe0000;
  margin-right: 25px;
}

.contact-area .contact-items .left-item .item .info h5 {
  font-weight: 700;
}

.contact-area .contact-items .left-item .item {
  margin-top: 40px;
}

.contact-area .contact-items .left-item .item:first-child {
  margin-top: 0;
}

.contact-area .contact-items .left-item .item .info p {
  margin: 0;
}

.contact-area .contact-items .right-item {
  padding-left: 35px;
  border-left: 1px solid #e7e7e7;
}

.contact-area .contact-items .right-item h5 {
  text-transform: uppercase;
  font-weight: 800;
  color: #888888;
}

.contact-area .contact-items .right-item h2 {
  font-weight: 800;
}

.contact-area .contact-items .right-item input, 
.contact-area .contact-items .right-item textarea {
  border: none;
  box-shadow: inherit;
  border-bottom: 1px solid #e7e7e7;
  padding: 0;
  border-radius: inherit;
}

.contact-area .contact-items .right-item textarea {
  min-height: 150px;
}

.contact-area .contact-items .right-item button {
  background: transparent;
  padding: 17px 40px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 5px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.fact-counter{
  padding: 94px 0px 82px 0px;
}
.single-counter-content span{
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 55px;
  font-family: 'Changa', sans-serif;
  color: #333;
  font-weight: 700;
  margin-bottom: 6px;
}
.single-counter-content .text{
  font-weight: 600;
}
.single-counter-content .icon-box{
  position: relative;
  margin-bottom: 14px;
}
.single-counter-content .icon-box i{
  font-size: 42px;
  margin: 0px;
  color: #fff;
}
.single-counter-content{
  position: relative;
}
.single-counter-content:before{
  position: absolute;
  content: '';
  background: #dedede;
  height: 111px;
  width: 1px;
  right: -8px;
}
.counter-colmun:last-child .single-counter-content:before{
  display: none;
}

.contact-area .contact-items .right-item button::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(212,4,47,1) 0%, rgba(255,25,73,1) 75%);
  transition: all 0.35s ease-in-out;
  z-index: -1;
  box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #fe0000;
  border-radius: 5px;
}

.contact-area .contact-items .right-item button i {
  margin-left: 3px;
}

.contact-area .contact-items img.loader {
  margin-left: 10px;
}
.left-social ul
{padding: 0px;}
.left-social li
{
  list-style: none;
  display: inline-block;
  font-size: 3rem;
  margin-right: 20px;
}
.left-social li a
{
  color: #ca4738;
}
.service-block
{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.service-block h4
{
  position: absolute;
  left: 0%;
  bottom: 20px;
  background: rgba(216, 1, 24, 0.8);
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 25px;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.more-about
{
  background-blend-mode: overlay;
  background-image: url(../images/slider2.jpg),linear-gradient(218deg,#fff 30%,#eaeaea 59%) !important;
  background-size: cover;
  padding: 100px 0px;
    padding-right: 0px;
    padding-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-attachment: fixed;
}
.arrow-bottom
{font-size: 3rem; color: #fff!important; display: block; animation: jumpInfinite 1.5s infinite;}
@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 0;
  }
}
.carousel-caption
{background: rgba(0, 0, 0, 0.7); width: 100%; left: 0;}
header
{
  background: #fff;
}
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid #d42628;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: #d42628;
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 20px;
        font-weight: 600;
    }
    .banner-main-text .btn-1
    {display: none;}
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF!important;
    background: #333;
    border: 1px solid #FFFFFF!important;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #19a94d!important;
    border-color: #19a94d!important;
}

.page-header {
    background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}
.banner-main-text .btn-1
{
  background-color: #333;
font-family: 'Space Grotesk', sans-serif;
  color: #fff !important;

  border: 1px solid #fff;

  white-space: normal;

  padding: 10px 2vw;

  text-decoration: none !important;

  font-size: 1rem;

  line-height: 1rem;
  margin-left: 30px;

  border-radius: 0;

  text-transform: uppercase;

  -webkit-transition: all .3s ease-in-out;

  transition: all .3s ease-in-out;

  font-weight: 600;
}
.banner-points
{margin-bottom: 20px!important; padding: 0px;}
.banner-points li
{list-style: none;
  display: inline-block;
  margin-right: 20px;
  color: #cd2324;
  margin-bottom: 10px;
  font-size: 18px;
}
.banner-points li .bi
{font-size: 25px;}
.banner-main-text h1
{font-weight: 600; text-transform: uppercase; font-size: 2.5rem; font-family: 'Space Grotesk', sans-serif;}
@media only screen and (max-width: 1199px) {
  .navbar a
  {font-size: 16px; padding: 10px 0 10px 34px;}
  }
@media only screen and (max-width: 991px) {
  header .right-col h4
  {font-size: 15px;}
  .caption h1
  {font-size: 18px;}
  .caption h1 span {
  font-weight: 400;

  letter-spacing: 1px;

  font-size: 15px;

  display: block;

}
.main-hero .overlay
{
  position: relative;
  background: #68686a;
}
.main-hero .overlay .caption
{border: none;}
.px-5
{padding-left: 15px!important; padding-right: 15px!important;}
}
@media only screen and (max-width: 767px) {
  .mob-flex
  {flex-direction: column;}
  .mob-flex .right-col a
  {
   display: none;

  }
  .left-social
  {text-align: center;}
  .header .right-col
  {display: none!important;}
  .btn-2
  {display: block; text-align: center;}
  .banner-slider img
  {
    height: 300px;
  }
}
.aside-fixed2 {
  clear: both;
  position: fixed;
  display: block;
  list-style-type: none;
  right: -63px;
  top: 58%;
  padding: 0px;
  margin: 0px;
  z-index: 999;
}


.aside-fixed2 li {
  margin-bottom: 40px;
  margin-right: -20px;
  padding: 15px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  background: #16a950;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
border: 1px solid #eb0f14;
  -webkit-transition: width 0.5s, background-color 0.1s;
  transition: width 0.5s, background-color 0.1s;
   border-top-left-radius: 6px;
  border-bottom-bottom-radius: 6px;
}

.aside-fixed2 li a {
  font-size: 16px;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  border-top-left-radius: 6px;
  border-bottom-bottom-radius: 6px;

}

.aside-fixed2 li:hover {
background: #ce2033;
  color: #fff;
}
@media only screen and (max-width: 400px) {
  .aside-fixed2 li a {
  font-size: 13px;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  color: #ebebeb;

}
.aside-fixed2 {
 top: 62%;
  right: -30px;
}
}
@media only screen and (max-width: 767px) {
  .contact-area .contact-items .right-item {
    padding-left: 15px;

    border-left: none;

    border-top: 1px solid #e7e7e7;

    margin-top: 30px;

    padding-top: 30px;

    text-align: center;

  }
}
.section-tittle h3
{text-transform: uppercase; font-size: 20px; letter-spacing: 0.3em;}
.section-tittle h1
{text-transform: uppercase; color: #19a94d; font-weight: 600;}
.rs-about.style3 {
  position: relative;
}
.rs-about.style3 .about-img {
  position: relative;
}
.rs-about.style3 .about-img .about-widget {
position: absolute;

  width: 220px;

  max-width: 220px;

  top: 147px;

  right: -1px;
}
.rs-about.style3 .about-img .about-widget .counter-part {
  padding: 26px 40px 29px 40px;
  background-color: transparent;
  background: #19a94d;
  border-radius: 5px 5px 5px 5px;
}
.rs-about.style3 .about-img .about-widget .counter-part .rs-count {
  font-size: 68px;
  line-height: 68px;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-right: 45px;
}
.rs-about.style3 .about-img .about-widget .counter-part .rs-count:before {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.rs-about.style3 .about-img .about-widget .counter-part .title {
  color: #ffffff;
  margin: 0;
}
.rs-about.style3 .rs-animation {
  position: absolute;
  left: -31px;
  top: 15px;
}
.rs-about.style4 .about-images {
  position: relative;
}
.rs-about.style4 .about-images .about-widget {
  background-color: #01539F;
  width: 275.217px;
  max-width: 275.217px;
  bottom: 0px;
  right: 55px;
  position: absolute;
}
.rs-about.style4 .about-images .about-widget .services-item {
  display: flex;
  padding: 12px 0px 12px 20px;
}
.rs-about.style4 .about-images .about-widget .services-item .services-icon img {
  width: 50px;
  height: 59px;
  max-width: unset;
}
.rs-about.style4 .about-images .about-widget .services-item .services-content {
  padding: 0px 0px 0px 15px;
  margin: 12px 0px 0px 0px;
}
.rs-about.style4 .about-images .about-widget .services-item .services-content .services-desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45em;
  color: #ffffff;
  margin-bottom: 0;
}
.service-box
{position: relative; overflow: hidden;}
.service-box img
{
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform .5s; /* Animation */
  position: relative;
  overflow: hidden;
}
.service-box:hover img
{
  transform: scale(1.1);
}
.service-box .overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  color: #fff;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
}
.service-box .overlay h2
{font-size: 27px;}
.rs-services.services-style4 .services-item {
  

  border: 1px solid #9e6628;
  margin: 0px 7px 0px 0px;
  padding: 40px 40px 40px 40px;
  background-color: #9b672e;
  border-radius: 5px 5px 5px 5px;
  height: 90%;
  margin-bottom: 20px;
}
.rs-services.services-style4 .services-item .services-icon {
  width: 85px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: 5px;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  transition: all ease .3s;
}
.rs-services.services-style4 .services-item .services-icon img {
  width: 100%;
  height: auto;
  max-width: unset;
}
.rs-services.services-style4 .services-item .services-text {
  padding: 10px 0 0;
  position: relative;
}
.rs-services.services-style4 .services-item .services-text .title {
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin: 0 0 10px;
  color: #fff;
}
.rs-services.services-style4 .services-item .services-txt {
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.rs-services.services-style4 .services-item .services-btn a {
  padding: 7px 25px 7px 15px;
  font-weight: 500;
  text-decoration: underline;
  color: #494444;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #056E1126;
}
.rs-services.services-style4 .services-item .services-btn a i:before {
  color: #0a0a0a;
}
.rs-services.services-style4 .services-item .serial-number {
  position: absolute;
  left: 242px;
  top: -100px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.rs-services.services-style3 {
  position: relative;
  z-index: 11;
}
.rs-services.services-style3 .images-bg {
  background-image: url(../images/WhatsApp-Image-2023-09-18-at-08.02.49j.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 300px;
}
.rs-services.services-style3 .services-main-part .widget-bg {
  position: absolute;
  z-index: -1;
  width: initial;
  max-width: initial;
  right: 44.90%;
  top: 44%;
}
.rs-services.services-style3 .services-main-part .services-item {
  display: flex;
}
.rs-services.services-style3 .services-main-part .services-item .services-icon img {
  max-width: unset;
  width: 76px;
  height: 76px;
}
.rs-services.services-style3 .services-main-part .services-item .services-text {
  padding: 0px 50px 0px 22px;
}
.rs-services.services-style3 .services-main-part .services-item .services-text .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #101010;
  margin: 0 0 10px;
}
.rs-services.services-style3 .services-main-part .services-item .services-text .services-txt {
  margin: 0;
  color: #333333;
}
a.action
{
  display: block;
  text-align: center;
  font-size: clamp(22px,2vw,30px);
  color: #fff;
  background: #c3272b;
  padding: .5em 1em;
  margin: 25px 0;
  box-shadow: 0 9px 15px -5px rgb(0 0 0 / 30%),inset 0 0 0 var(--blue);
  clear: both;
  border: 0;
  line-height: 1;
  position: relative;
  transition: all 0.4s ease;
}
.review-bg
{
  background: url(../images/r-bg.jpg);
  background-size: cover;
padding: 100px 0px;
}
.review-box
{
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
}
.testimonials .testimonial-item {
 
  position: relative;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  
  padding: 15px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  margin-right: 10px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  color: rgba(var(--default-color-rgb), 0.5);
  font-size: 14px;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: red;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  margin: 15px auto 15px auto;
}
footer
{
  background: #eaeaea;
  padding: 100px 0px;
}
.default-padding-top {
  padding-top: 120px;
}
.footer-form .form-control
{
  height: 50px;
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #ddd;
}
textarea.form-control
{height: 150px!important;}
.footer-bottom
{
  background: #0ba851;
  padding: 40px 0px;
}
.f-menu li
{
  list-style: none;
  display: inline-block;
  margin: 4px 5px;
  color: #fff;
}
.servv .row .col-md-5 h1
{
  font-size: 1.6rem;
}
.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery .gallery-item img {
  transition: 0.3s;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.gallery .gallery-links {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.gallery .gallery-links .preview-link,
.gallery .gallery-links .details-link {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  line-height: 1.2;
  margin: 30px 8px 0 8px;
}

.gallery .gallery-links .preview-link:hover,
.gallery .gallery-links .details-link:hover {
  color: #fff;
}

.gallery .gallery-links .details-link {
  font-size: 30px;
  line-height: 0;
}

.gallery .gallery-item:hover .gallery-links {
  opacity: 1;
}

.gallery .gallery-item:hover .preview-link,
.gallery .gallery-item:hover .details-link {
  margin-top: 0;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.pr-box
{position: relative;}
.pr-box .pr-text
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  color: #fff;
}
.video-bg {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-bg .container {
  position: relative;
  z-index: 2;
}

.video-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background-color: black;*/
  opacity: 0.5;
  z-index: 1;
}
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #9d682f;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
.location-menu li
{list-style: none; margin-bottom: 10px;}
.location-menu li a
{text-decoration: underline;}