<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Bold.woff2') format('woff2'),
    url('../fonts/Graphik-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff2') format('woff2'),
    url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.woff2') format('woff2'),
    url('../fonts/Raleway-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #c4161c;
  --secondary-color: #000000;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'Roboto';
}

a {
  text-decoration: none;
  font-family: 'Roboto';
}

h1,
h2 {
  font-family: 'Graphik';
  font-size: 46px;
  font-weight: 700;
}


h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
  font-weight: 700;
}

label {
  font-family: 'Roboto';
}

p,
input,
select,
textarea,
li {
  color: #575757;
  font-family: 'Roboto';
  font-size: 16px;
}

img {
  width: 100%;
}

body {
  font-family: 'Roboto';
}

.bg-primary {
  background: var(--primary-color) !important;
  padding: 4px 12px;
}

.bg-primary a {
  color: white !important;
  font-size: 14px;
}
.bg-primary:hover {
  background: var(--secondary-color) !important;
}

.btn-secondary {
  background: var(--secondary-color) !important;
  padding: 4px 12px;
}

.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    animation: slidetop 1s ease-in-out backwards;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    background: #fff;
}
@keyframes slidetop {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}
.sticky .top-header {
    display: none;
}
.btn-secondary a {
  color: white !important;
  font-size: 14px;
}
.btn-secondary:hover {
  background: var(--primary-color) !important;
}

.header-logo .logo img {
    width: 140px;
    height: 85px;
    object-fit: contain;
}

.header-contact {
  width: 30%;
}

section.showcase-banner {
    padding: 6rem 0;
    background-position: center;
    background-size: cover;
}

.header-logo {
    margin-top: 4px;
}

section.showcase-banner .content {
    margin-left: auto;
}
section.showcase-banner .content h3{
    font-size: 2.4rem;
    font-weight: bold;
}
section.showcase-banner .content h3 span{
    color: var(--primary-color);
}

section.showcase-banner .content {
    margin-left: auto;
}

.dropdown-menu {
    padding: 0;
}

li.dropdown ul.dropdown-menu li:hover a{
        border-bottom: 1px solid #ffffff40;
        background-color: #000;
}

li.dropdown ul.dropdown-menu li a {
    padding: 8px 20px 8px 10px;
    transition: 0.3s ease-in;
    background-color: #c4161c;
    color: #fff;
    border-bottom: 1px solid #00000040;
}

li.dropdown ul.dropdown-menu li {
    margin-left: 0;
    transition: 0.3s ease-in;
}

.header-social {
  width: 10%;
}

.header-link .mean ul li a {
    font-weight: 900;
	font-size: 18px;	
}

.top-header .wrapper .social-media ul li a {
    color: #fff;
}

.header-link .mean ul li {
    margin-left: 20px;
}

.top-header .wrapper .social-links ul li i {
    margin-right: 10px;
    color: #fff;
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px 0;
    position: relative;
}

.header-link .mean &gt; ul {
  display: flex;
  align-items: center;
  justify-content: center;
}



.header-link .mean ul li a {
    color: black;
    padding: 12px 16px;
    font-weight: 900;
    font-size: 20px;
}
.header-contact ul {
  display: flex;
  justify-content: space-between;
}

.header-contact ul li {
  display: flex;
}

.info-icon i {
  color: var(--primary-color);
}

.info-text a {
  color: var(--secondary-color);
  font-weight: 600;
  margin-left: 10px;
}

.header-social {
  display: inline-flex;
  position: relative;
}

.header-social input#fname {
  width: 100px;
  color: black;
  background: #e3e1e1;
  border: none;
  border-radius: 4px 0px 0px 4px;
  padding: 0px 10px;
}

.header-social input[type="submit"] {
  background: var(--primary-color);
  border: none;
  padding: 4px 14px;
  position: relative;
  border-radius: 3px;
}

.header-social i {
  position: absolute;
  right: -3px;
  top: 7px;
  color: white;
}

.top-header {
    background-color: #c4161c;
    padding: 6px 0;
}
.top-header .wrapper {
    display: flex;
    justify-content: space-between;
}

.top-header .wrapper .social-links ul {
    display: flex;
    gap: 15px;
}

.top-header .wrapper .social-links ul li a {
    color: #fff;
}

section.header-img {
  width: 100%;
  top: 0;
  background-size: cover;
}

.top-header .wrapper .social-media ul {
    display: flex;
    gap: 10px;
}

.header-text {
  position: absolute;
  top: 30%;
  /* left: 10%; */
}

.header-text h1 {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 46px;
  margin-top: 19px;
}

.header-text h1 span {
  color: white;
}

.header-text p {
    width: 50%;
    color: white;
    display: none;
}

.head-layer {
    position: absolute;
    width: 100%;
    /* background: rgb(2, 0, 36); */
    background: linear-gradient(90deg, rgb(0 0 0 / 15%) 0%, rgba(0, 0, 0, 0.122) 135%, rgba(0, 0, 0, 0.04) 100%);
    height: 100%;
    top: 0;
}

section.header-img {
  width: 100%;
  top: 0;
  background-size: cover;
  position: relative;
}

.sider-img img {
    width: 100%;
    height: 720px;
    object-fit: cover;
}
.sider-img {
    width: 100%;
    height: 720px;
}
.big_img img {
  width: 85%;
}
.Why-box-head h3 {
  font-size: 38px;
}
.About-head h3 {
  font-size: 38px;
  font-weight: 600;
}

.About-head h3 span {
  color: var(--primary-color);
}

section.About {
  padding: 70px 0px;
}

/* ------------ choose-box  --------------- */
.choose-box {
  position: relative;
}

.choose_cont {
  width: 48%;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  background-color: #f7f6f6;
  transition: all 0.5s;
}

.choose_cont h4 {
  font-size: 20px;
  transition: all 0.5s;
  margin: 10px 0 0 0;
}

.choose-flex {
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.choose_cont img {
  width: 50px;
}

.choose-text h5 {
  display: inline-block;
  position: relative;
  color: var(--primary-color);
  font-size: 15px;
  padding: 0 5px 0 0;
}

.choose-text h5::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 30px;
  height: 2px;
  background-color: var(--primary-color);
}

.choose-text h2 {
  font-size: 42px;
  font-family: 'Graphik';
  font-weight: 600;
}

.choose-content img {
  width: 55px;
}
.choose-content {
  width: 100%;
  padding: 20px 20px 30px 20px;
  text-align: center;
  background-color: var(--primary-color);
  width: 100%;
  height: 260px;
}

.mean-footer-copy p a {
    color: #fff;
}

.choose-content.choose-red {
  background: #f2f2f2;
}

.choose-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.choose-text {
  position: absolute;
  bottom: 0;
}

.choose-text p {
  opacity: 0;
}

.choose-text {
  position: absolute;
  bottom: 0;
  padding: 16px;
  transition: 0.6s ease-out;
}
.choose-text h4 {
  font-size: 28px;  
}
.choose-box {
  position: relative;
  margin-bottom: 20px;
  transition: 0.6s ease-out;
}
.choose-text a {
  background-color: var(--primary-color);
  color: white;
  padding: 6px 12px;
  text-transform: uppercase;
  font-size: 12px;
}
.choose-text p {
  color: #000000;
  position: absolute;
  opacity: 0;
  font-weight: 600; 
}
.choose-box:hover .choose-text h4 {
  color: var(--primary-color);
}
.choose-box:hover .choose-text p {
  position: relative;
  opacity: 1;
}
.choose-box::before {
  position: absolute;
  background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.20689994747899154) 0%, rgba(0,0,0,0.4646030287114846) 100%);
  content: "";
  top: 0;
  left: 0;  
  width: 100%;
  height: 100%;
  opacity: 0;
}

/*----------- section.Why-box  --------------- */
section.Why-box {
  padding: 70px 0px;
}
.Why-box-2 img {
  width: 50px;
}
.Why-box-2 {
  text-align: center;
  background: #f7f6f6;
  padding: 20px 16px;
}
.Why-box h2 {
  font-size: 42px;
}
.choose-content p {
  color: white;
  font-size: 14px;
}
.choose-content h4 {
  color: white;
  font-size: 20px;
}
.choose-content.choose-red h4{
  color: black;
  margin: 8px 0px;
}
.choose-content.choose-red p{
  color: black;
  margin: 8px 0px;
}

.Testimonials-box {
  background: white;
  border: 1px solid;
  padding: 30px 20px;
  box-shadow: 20px 20px #eae4e4;
  margin: 20px;
  width: 80%;
  z-index: 22;
  position: relative;
}
.Testimonials-img img {
  width: 70px;
}

.Testimonials-img-box {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.Testimonials-text {
  margin-left: 20px;
}
section.section-footer {
  padding-top: 60px;
  background-color: var(--secondary-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
section.Testimonials {
  padding: 70px 0px 60px;
}
.footer-img img {
  width: 147px;
}
.footer-img p {
  color: white;
  margin-top: 20px;
  font-size: 14px;
  width: 85%;
}
.addd {
  margin-top: 30px;
}
.footer-social ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.footer-social ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.footer-social ul li a{
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: white;
  color: black;
  font-size: 15px;
}
.footer-social ul li a:hover {
background-color: var(--primary-color);
color: white;
}

.footer-list h3 {
  color: var(--white-color);
  font-size: 24px;
}
.footer-list ul {
  margin-top: 30px;
}
.footer-list ul li {
  margin-bottom: 5px;
}
.footer-list ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  margin-left: 22px;
}
.footer-list ul li::before {
  content: "âž¤";
  position: absolute;
  color:  var(--primary-color);
  margin: 0px;
}
.addd ul li {
  margin-top: 14px;
  display: flex;
  color: white;
}
.addd ul li i {
  font-size: 16px;
  margin-right: 8px;
  background-color: var(--primary-color);
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 15px;
  color: white;
}
.mean-footer-copy p {
    color: rgb(255, 255, 255);
    padding-top: 13px;
}
.mean-footer-copy {
  padding: 2px;
  text-align: center;
  color: rgb(255, 255, 255);
  border-top: 1px solid white;
  margin-top: 30px;
  background-color: var(--secondary-color);
}
.addd ul li a {
  color: white;
}
h3.f-title { 
  color: white;
  font-size: 22px;
  font-family: 'Roboto';
  position: relative;
}
.Testimonials-box img {
  position: absolute;
  top: -25px;
  left: 32px;
  z-index: 99;
  width: 50px;
}
section.home-contact {
 background-color: #eae4e4;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0px;
}
.home-form {
  background:  #eae4e4;
}

.home-form .h-form-txt p {
  font-size: 16px;
  color: white;
}

.line-contact {
  width: 40px;
  height: 2px;
  background: var(--primary-color);
  content: " ";
  margin: 0px;
  position: absolute;
  top: 8px;
  left: 129px;
}
.Why-box-head h5 {
  font-size: 17px;
  color: var(--primary-color);
}
input.form-control {
  background: white;
  border: 1px solid gray;
  margin-bottom: 18px;
  color: black;
  padding: 8px;
  border-radius: 0px;
}
input.form-control::-moz-placeholder {
  color: gray;
  font-size: 14px;
}
input.form-control::placeholder {
  color: gray;
  font-size: 14px;
}

textarea.form-control {
  background: white !important;
  border: 1px solid gray;
  margin-bottom: 18px;
  color: black;
  height: 150px;
}
textarea.form-control::-moz-placeholder {
  color: gray;
  font-size: 14px;
}
textarea.form-control::placeholder {
  color: gray;
  font-size: 14px;
}

.check-btn label {
  font-family: "Poppins";
  color: white;
  font-size: 14px;
}

input[type=submit] {
  background: var(--primary-color);
  border: none;
  padding: 8px 30px;
  color: white;
  text-transform: uppercase;
  /*margin-top: 20px;*/
  border-radius: 0px;
}
.home-contact-img img {
  width: 85%;
  float: inline-end;
}
.h-form-txt h3 {
  font-size: 42px;

}
.h-form-txt span {
  font-size: 42px;
  color: white;
  font-family: 'Graphik';
}
.Why-box {
  position: relative;
}
.Why-box h5 {
 color: var(--primary-color);
 font-size: 16px;
}

.line-contact-2 {
  width: 40px;
  height: 2px;
  background: var(--primary-color);
  content: " ";
  margin: 0px;
  position: absolute;
  top: 8px;
  left: 80px;
}
.Why-box-head {
  position: relative;
}
.Why-box-head {
  position: relative;
  text-align: center;
}
/*.line-contact-3 {*/
/*  width: 40px;*/
/*  height: 2px;*/
/*  background: var(--primary-color);*/
/*  content: " ";*/
/*  margin: 0px;*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  left: 42%;*/
/*}*/
.Why-box-head {
  position: relative;
  text-align: center;
  margin: 30px 0px;
}
/*.line-contact-4 {*/
/*  width: 40px;*/
/*  height: 2px;*/
/*  background: var(--primary-color);*/
/*  content: " ";*/
/*  margin: 0px;*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  right: 42%;*/
/*}*/
.all-head {
  text-align: center;
}
.footer-list h3 {
  color: white;
  font-size: 22px;
  font-family: 'Roboto';
  position: relative;
}
.f-title-line {
  width: 70px;
  height: 2px;
  background: var(--primary-color);
  content: " ";
  margin: 0px;
  position: absolute;
  top: 32px;
  left: 1%;
}
.form-control select{
  background: white;
    border: 1px solid gray;
    margin-bottom: 18px;
    color: black;
    padding: 8px;
    border-radius: 0px 
}
.home-form select {
  background: white;
  border: 1px solid gray;
  margin-bottom: 18px;
  color: black;
  padding: 8px;
  border-radius: 0px;
  width: 100%;
}

.home-form input[type="time"] {
  background: white;
  border: 1px solid gray;
  margin-bottom: 18px;
  color: black;
  padding: 8px;
  border-radius: 0px;
  width: 100%;
}
.header-text .bg-primary {
  padding: 6px 24px;  
}
.footer-list ul li a:hover{
  color: var(--primary-color);
}
section.detail-img {
    background: url(../images/4.jpg);
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 70px;
    background-color: #000000ba;
    background-blend-mode: color;
    background-attachment: scroll;
}

.section-padding {
    padding: 5rem 0;
}

.our-mission-vission .items-image {
    height: 100%;
}

.our-mission-vission .items-image img {
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in;
}
.our-mission-vission .items-image:hover img {
    border-radius: 30px 0 30px 0;
    box-shadow: 1px 2px 3px #c4161c;
}

section.detail-img h2 {
  color: white;
  font-size: 38px;
  word-spacing: 4px;
}
section.detail-img p{
  color: white;
  width: 75%; 
  margin: auto;
 }
 .footer-list {
  position: relative;
}
.footer-cont {
  position: relative;
}
.choose-text a:hover{
  background-color: #000000;
}
.about_banner {
  width: 100%;
  height: 200px;
  position: relative;
}
.about_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.about_banner_cont h2 {
  font-size: 45px;
  text-align: center;
  color: #fff;
}
.about_banner_cont ul {
    display: inline-block;
    padding: 10px 30px;
    width: 100%;
    text-align: center;
}
.about_banner_cont ul li {
  display: inline-block;
  font-family: graphik;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
.about_banner_cont ul li a {
  color: #fff;
  transition: all 0.4s;
  font-family: graphik;
}
.about_banner_cont ul li i {
  margin: 0 10px;
}
.about_banner_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    padding-top: 40px;
}

.header-link .mean ul li:hover .dropdown-menu{
    display: block;
}

.work-box {
  width: 100%;
  margin: 60px 0 0 0;
  text-align: center;
}

.work-box h5 {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: var(--primary-color);
  padding: 0 10px;
}

.work-box h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 30px;
  height: 2px;
  background-color: var(--primary-color);
}

.work-box h5::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 30px;
  height: 2px;
  background-color: var(--primary-color);
}

.work-box h2 {
  font-size: 40px;  
}

.work-box h2 span {
  color: var(--primary-color);
}

.work-image {
  width: 100%;
  margin: 40px 0 0 0;
  height: 400px;
}

.work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.work {
  width: 100%;
  padding: 20px 20px 20px 20px;
  text-align: left;
  border-right: 2px solid #eee;
  transition: all 0.6s;
}

.work-icon {
  font-size: 49px;
  color: var(--primary-color);
  font-family: 'Graphik';
}

.work-text h3 {
  font-size: 22px;  
}

.work-text p {
  font-size: 14px;
  color: #7e7e7e;
}

.work:hover {
  box-shadow: 0 0 10px #b2b2b2;
}

section.counter-box {
  background-color: var(--secondary-color);
  padding: 50px 0px 40px;
  margin-top: 70px;
}

.counter.about-counter {
  border-right: 2px solid white;
  margin-left: 26px;
}
.counter.about-counter img {
  width: 70px;
  height: 70px;
}
.counter.about-counter p {
  font-size: 20px;
  color: white;
  font-family: 'Graphik';
}
.stat-number {
  font-size: 46px;
  font-family: 'Graphik';
  color: white;
}

section.showcase-banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.stat-number p.plus{
  font-size: 64px;
  font-family: 'Graphik';
  color: white;
  margin-top: 18px;
  margin-left: 12px;
}
.client-box-main {
  display: flex;
  align-items: center;
}
.contact-flex {
  width: 100%;
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  font-size: 30px;
  color: var(--tertiary-color);
  background-color: var(--primary-color);
  transition: all 0.5s;
}
.contact-icon i {
  color: white;
}
.contact-icontext {
  width: 85%;
}
.contact-icontext h3 {
  font-size: 22px;
  margin: 0;
  transition: all 0.5s;
}
.contact-text p {
  margin: 10px 0 0 0;
  font-size: 15px;
}
.contact-flex:hover .contact-icon {
  background-color: var(--secondary-color);
}
.contact-flex:hover .contact-icontext h3 {
  color: var(--primary-color);
}
section.contact-sec .home-form {
  background: var(--primary-color);
  padding: 40px;
}
section.contact-sec {
  padding: 60px 0px;
}
section.contact-sec input[type=submit]{
  background-color: black;
}
.contact-text h5 {
  color: var(--primary-color);
}
.service-box-cont .service {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    margin-right: 8px;
    width: 96%;
}
.service-box-cont .service img {
  border-radius: 5px 5px 0 0;
  aspect-ratio: 1/1;
}

.service_cont {
  width: 100%;
  padding: 0 20px;
}
.service_cont span {
  display: inline-block;
  position: absolute;
  top: 36%;
  left: 40%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px #b2b2b2;
  display: grid;
  place-items: center;
}
.service_cont span img {
  width: 40%;
}
.service_cont h4 {
  font-size: 20px;
  font-family: graphik;
  margin: 30px 0 0 0;
  transition: all 0.5s;
}
.service_cont p {
  color: #7e7e7e;
  font-size: 13px;  
  margin: 20px 0 0 0;
  transition: all 0.5s;
}
.service {
  width: 100%;
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 0 0 40px 0;
  transition: all 0.5s;
  cursor: pointer;
}
.service:hover a {
  opacity: 1;
  z-index: 1;
}

section.service-box.serv-box {
  padding: 40px 0px;
}
.service-single-area {
  padding: 60px 0px 20px;
}
.widget {
  background: var(--secondary-color);
  padding: 20px;
  margin-bottom: 30px;
}
.widget .widget-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-size: 26px;
  color: white;
}
.widget .category-list a {
  display: block;
  padding: 10px 18px;
  font-weight: 500;
  color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: white;
  border-radius: 6px;
}
.widget .category-list a i {
  margin-right: 12px;
  color: var(--primary-color);
  transition: all 0.1s ease-in-out;
}
.widget .category-list a:hover {
  background: #d72a24;
  color: white;
  border-radius: 6px;
}
.guest-form h4 {
  font-size: 32px;
  color: white;
  text-align: center;
  margin: 20px;
  font-weight: 600;
}
.service-single-list i {
  color: white;
  margin-right: 18px;
  background-color: var(--secondary-color);
  border-radius: 1px;
  padding: 2px;
}
.guest-form input {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  border-radius: 4px;
}
ul.service-single-list li {
  margin-bottom: 10px;
}
.guest-form textarea {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  border-radius: 4px;
}
.guest-form input[type=submit] {
  color: white;
  background: var(--primary-color);
  font-size: 21px;
  padding: 7px 2px;
  cursor: pointer;
  transition: 0.2s;
}
.service-details-img img {
    width: 100%;
    height: 460px;
    -o-object-fit: cover;
    object-fit: contain;
    margin-bottom: 20px;
    transition: 0.3s ease-out;
}

form p {
    margin: 0;
}

.mobile-menu i {
    color: #000;
    font-size: 22px;
}

.service-content.service-box-cont{
  width: 95%;
  margin: 30px 10px;
}
section.service-details-box {
  margin: 20px 0px 50px;
}
section.home-contact .h-form-txt p {
       font-size: 16px;
    color: black;
}

.service_cont h4 {
    font-size: 20px;
    font-family: graphik;
    margin: 30px 0 0 0;
    transition: all 0.5s;
    text-transform: capitalize;
}
.section-heading h3 {
    font-size: 42px;
}
.section-heading h5 {
    font-size: 17px;
    color: #c4161c;
}
.service-box-cont .service img { 
    object-fit: cover;
}
.mobile-menu{
    display: none;
}

.ser-flex ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
    font-weight: 600;
}

.ser-flex ul li span {
    position: revert;
    width: auto;
    height: auto;
    box-shadow: none;
}

.ser-flex ul {
    margin-top: 20px;
}

.ser-flex {
    text-align: left;
}


/*=====Responsive========*/

@media only screen and (max-width: 1140px) {
	.choose-content {   
    height: 290px;
}
}

@media only screen and (max-width: 991px) {
    .mobile-menu{
        display: block;   
    }
    .header-link .mean{
        display: none;
    }
    
    .offcanvas-header .btn-close {
    margin-top: 33px;
    filter: invert(1);
    margin-right: 5px;
}
    
    .offcanvas-header{
        align-items: start;
    }
    
    div#offcanvasExample {
    background-color: #c4161c;
}
	.Why-box { 
    margin-top: 40px;
}
	.line-contact-3 {     
    left: 37%;
}
	.line-contact-4 {  
    right: 37%;
}
	section.Why-box {
    padding: 0px 0px;
}
	.Why-box {   
    width: 100% !important;
}
	.choose-image {
    margin: 40px 0px;
}
	.home-contact-img img {
    width: 250px;
    height: 250px;  
}
	.big_img {
    width: 75%;
    margin: auto;
}
	section.gallery-sec {
    padding: 30px 0px;
}
	section.Testimonials {
    padding: 30px 0px 60px;
}
	.footer-list {
    position: relative;
    margin-top: 40px;
}
	.footer-cont {
    position: relative;
    margin-top: 40px;
}
	ul#menu-primary-menu-1 li a {
    color: white;   
}
	ul#menu-primary-menu-1 li {
    margin: 18px 0px;
    font-size: 18px;
}
	.sider-img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: right;
}
	section.detail-img {    
    margin-top: 0px;   
}
	.counter.about-counter {
    border-right: 0px solid white;
		margin-bottom: 50px;
  }
	.our-mission-vission .items-image {
    height: 360px;
    margin-bottom: 40px;
}
	.section-heading h3 {
    font-size: 36px;
}
	.section-padding {
    padding: 50px 0px;
}
	.service-content.service-box-cont {
    width: 100%;
    margin: 20px 10px;
}
	.service-box-cont .service img {
    border-radius: 5px 5px 0 0;
    height: 250px;
    width: 100%;
    object-fit: cover;
}
	.line-contact-3{
		display: none;
	}
		.line-contact-4{
		display: none;
	}
	.contact-text {
    margin-bottom: 40px;
}
	.mobile-menu i {
    color: #000;
    font-size: 36px;
}
	.service-box-cont .service img {      
        object-fit: contain;
        padding: 10px;
    }
}

@media screen and (max-width: 800px) {
    .choose-text{
        width: 80% !important;
    }
}

@media screen and (max-width: 734px) {
	.About-head h3 {
    font-size: 36px;   
}
	section.showcase-banner .content h3 {
    font-size: 36px;   
}
	.Why-box-head h3 {
    font-size: 36px;
}
	
}

@media screen and (max-width: 640px) {
	.header-text h1 {    
    font-size: 42px;    
}
	.header-text p {
    width: 80%;
    color: white;
}
.choose-image img {   
    height: 250px;   
}
}
@media screen and (max-width: 540px) {
	.About-head h3 {
    font-size: 32px;   
}
	section.showcase-banner .content h3 {
    font-size: 32px;   
}
	section.detail-img p { 
    width: 95%;
}
	.Why-box-head h3 {
    font-size: 32px;
}
	.contact-text h2 {
    font-size: 36px;
}
.h-form-txt span {
    font-size: 36px;  
}
	.big_img img {
    width: 100%;
}
	.Why-box h2 {
    font-size: 36px;
}
	.footer-img img {
    width: 26%;
    height: 12%;
}
	.contact-icontext {
    width: 75%;
}
	section.contact-sec .home-form {   
    padding: 24px;
}
		.sider-img img {   
    object-fit: contain;
    object-position: top;
}
	.sider-img {
    width: 100%;
    height: auto;
}
.head-layer {
    position: absolute;
    width: 100%;
    /* background: rgb(2, 0, 36); */
    background: linear-gradient(90deg, rgb(0 0 0 / 15%) 0%, rgba(0, 0, 0, 0.122) 135%, rgba(0, 0, 0, 0.04) 100%);
    height: 100%;
    top: 0;
}
	section.home-contact {
    margin-top: 50px;
}
	.big_img {
        width: 100%;
        margin: auto;
    }
	    .big_img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: top;
    }
	.sider-img {   
    height: 100%;
}
	.sider-img img {  
    object-fit: cover !important;   
}
}
@media screen and (max-width: 480px) {.social-media {
    display: none;
}
	.header-text {
    position: absolute;
    top: 15%;
    /* left: 10%; */
}
.header-text h1 {
    font-size: 36px;
}
	br {
    display: none;
}
	.header-text {
        position: absolute;
        top: 15%;
        /* left: 10%; */
        background: #00000087;
        padding: 30px;
        right: 5%;
        left: 5%;
        border-radius: 8px;
    }
	    .header-text h1 {
        font-size: 32px;
    }
	.header-text p {
        width: 100%;      
    }
	.h-form-txt h3 {
    font-size: 32px;
}
	.header-logo .logo img {
    width: 100px;
    height: 65px;
    object-fit: contain;
}
	.Testimonials-box {  
    width: 90%;  
    height: 260px;
}

}
@media screen and (max-width: 414px) {
	
}
@media screen and (max-width: 347px) {}

.header-btn a {
    background: #c4161c;
    padding: 8px 20px;
    color: white;
    font-weight: 600;
}
.header-btn a:hover{
	background: black;
}
.ser-flex ul {
    margin-top: 20px;
    display: none !important;
}



.js .slider-single &gt; div:nth-child(1n+2) { display: none }

.js .slider-single.slick-initialized &gt; div:nth-child(1n+2) { display: block }


.slider-single h3 {
	line-height: 10rem;
}

.slider-nav h3::before {
	content: "";
	display: block;
	padding-top: 75%;
}

.slider-nav h3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slider-nav .slick-slide { cursor: pointer; }

.slick-slide.is-active h3 {
	color: #c00;
	background-color: #fff
}
.img-box img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.img-box {
    background: white;
}

.img-box-nav {
    border: 1px solid #d1d1d1;   
    width: 96% !important;
}
.slider.slider-nav.slick-initialized.slick-slider {
    height: 120px;
}
.img-text-area h3 {
    color: #666666;
    font-size: 18px;
}
.img-text-area h3 span {
    color: #afafaf;
    font-weight: 100;
    font-size: 15px;
}
.img-text-area.h2 h2 {
    display: flex;
    font-size: 24px;
    text-transform: capitalize;
    color: #ffffff;
    background: #181818;
    padding: 8px 20px;
}


/*===========*/



 .product-images &gt; .row {
    margin: 0 -7.5px;
}

 .product-images &gt; .row &gt; div {
    padding: 0 7.5px;
}

 .product-images .content-thumbnail-scroll {
    position: relative;
}

 .product-images .content-thumbnail-scroll .slick-list {
    padding: 0 !important;
}

 .product-images .content-thumbnail-scroll .img-item {
    padding-bottom: 15px;
    vertical-align: top;
    border: 0;
    cursor: pointer;
}

 .product-images .content-thumbnail-scroll .img-item .img-thumbnail-scroll {
    vertical-align: top;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 1px solid hsla(0,0%,67%,.25);
    overflow: hidden;
    margin: 1px;
}

 .product-images .content-thumbnail-scroll .img-item.slick-current .img-thumbnail-scroll {
    border-color: #000;
}

 .product-images .image-thumbnail-2 .slick-slide.slick-current .img-thumbnail-scroll,  .product-images .image-thumbnail-2 .slick-slide:hover .img-thumbnail-scroll,  .product-images .image-thumbnail-2 .slick-slide:hover a,  .product-images .image-thumbnail-2 .slick-slide a.active {
    border-color: #000;
}

 .product-images .img-item img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 400px;
    object-fit: contain;
}

button.slick-prev.slick-arrow {
    border: none;
    background: #000;
    width: 30px;
    height: 30px;
    color: #fff;
    position: absolute;
    top: -16px;
    z-index: 9;
    left: 25px;
}

button.slick-next.slick-arrow {
    border: none;
    background: #000;
    width: 30px;
    height: 30px;
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 25px;
}

span.img-thumbnail-scroll img {
    width: 100%;
    height: 90px !important;
}
.img-text-area h2 {
    font-size: 24px;
    background: #c3c3c3;
    margin-top: 40px;
    color: black;
    padding: 8px;
    font-weight: 200;
}
a.btn-service {
    position: absolute;
    bottom: -5%;
    left: 42%;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px #b2b2b2;
    color: var(--primary-color);
    font-size: 17px;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
}
.choose-image img {
    width: 90%;
    height: 400px;
    object-fit: cover;
	border-radius:8px;
}
.choose-image img {
    float: inline-end;
}
	.service_cont.service-help h4 a {
    color: #c4161c;
    font-weight: 800;
    font-size: 20px;
}
.footer-img img {
    width: auto;
    height: 86px;
}
.header-text {

}
.header-text {
    display: none;
}
.service-box-cont .service img {
    object-fit: fill;
    width: 100%;
    height: 250px;
}
.sider-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: top;
}
.head-layer {
    position: absolute;
    width: 100%;
    /* background: rgb(2, 0, 36); */
    background: linear-gradient(90deg, rgb(0 0 0 / 15%) 0%, rgba(0, 0, 0, 0.122) 135%, rgba(0, 0, 0, 0.04) 100%);
    height: 550px;
    top: 0;
}
.sider-img {
    width: 100%;
    height: 550px;
}
.choose-text h4 {
    font-size: 28px;
    display: none;
}



@media only screen and (max-width: 767px) {
    .sider-img img {
        object-fit: contain !important;
    }
	.head-layer {   
    height: 100% !important;  
}
	.sider-img {
    width: 100%;
    height: 100% !important;
}
	.sider-img img {		
    height: 100% !important;  
}
	section.About {
    padding: 40px 0px;
}
	.big_img img {
        width: 100%;
        height: 360px
        object-fit: contain !important
        object-position: top;
    }
	.choose-image img {   
    height: 300px;   
	width: 100%;
}
}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 500px) {

}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}


}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 500px) {

}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}


}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 500px) {

}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}


</pre></body></html>