* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Lato", sans-serif;
}



/* header */
header {
  position: unset;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

header .header-top {
  background-color: #cc272d;
  padding: 3px 0px;
}

header .header-top .top-info li,
header .header-top .top-info li a {
  color: #fff;
  font-size: 14px;
}

header .header-top .top-info li:last-child a {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  line-height: 35px;
  text-align: center;
  background-color: #cc272d;
  color: #fff;
  border: 1px solid #cc272d;
  transition: .5s;
}

header .headermn .navbar .navbar-brand {
  width: 7%;
}

header .headermn .navbar .navbar-brand img {
  width: 100%;
}

header .nav-link {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  transition: .5s;
  position: relative;
  padding: 0px 0px !important;
  text-transform: uppercase;
}

header .nav-link::after {
  content: '';
  background-color: #cc272d;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: .5s;
}

header .nav-link:hover::after {
  width: 100%;
}

header .nav-link:hover,
header .nav-link:focus {
  color: #cc272d;
}

header .navbar-nav {
  gap: 45px;
}

header .navbar-toggler {
  border: none;
  color: #cc272d;
  font-size: 28px;
  border-radius: 0;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .offcanvas-title img {
  width: 34%;
}

header .navbar-nav {
  position: relative;
  align-items: center;
}

.sticky {
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed !important;
  top: 0px;
  animation: slideDown .5s ease-out;
  background-color: #fff;
  box-shadow: 0 0 10px #00000021;
}

.sticky .headermn .navbar .navbar-brand {
  width: 9%;
}

header .dropdown-menu{border-radius: 0; border: 0; padding: 15px 0; box-shadow: 0 0 5px #0000002f;}
header .dropdown-menu li .dropdown-item{padding: 6px 20px; font-size: 18px; font-weight: 500; font-family: initial;}
header .dropdown-menu li .dropdown-item:hover{background-color: #cc272d; color: #fff;}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(10);
  }
}

header .navbar .whatsapp li a {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #cc272d;
  border-radius: 3px;
  transition: .5s;
  border: 1px solid #cc272d;
  position: relative;
  transition: .5s;
  z-index: 1;
}

header .navbar .whatsapp li a::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  transition: .5s;
  background-color: #cc272d;
  z-index: -1;
}

header .navbar .whatsapp li a:hover:before {
  width: 100%;
}

header .navbar .whatsapp li a:hover {
  color: #ffffff;
}



/* slider */

#slider .owl-item {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0;
}

#slider .content{text-align: center;}
#slider .content h2{font-size: 50px; color: #fff; font-weight: 600; position: relative; text-transform: uppercase;}
#slider .content h2::before{position: absolute; content: ''; width: 50px; height: 2px; background-color: #fff; top: -10px; left: 0px; right: 0px; text-align: center; margin: auto;}
#slider .content h5{font-size: 16px; font-weight: bold; font-style:italic; margin: 15px 0px 30px; color: #e4e4e4;} 
#slider .content .enquiry-btn{padding: 13px 20px; background-color: #cc272d; color: #fff; border-radius: 3px; transition: .5s;} 


#slider .owl-theme .owl-dots .owl-dot {
  display: none;
}

#slider button.owl-prev {
  position: absolute;
  text-align: center;
  padding: 0px;
  color: black;
  top: 50%;
  font-size: 25px;
  left: 15px;
  background-color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#slider button.owl-next {
  position: absolute;
  text-align: center;
  padding: 0px;
  color: black;
  top: 50%;
  font-size: 25px;
  right: 15px;
  background-color: white;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#slider button.owl-prev span, #slider button.owl-next span {bottom: 2px; position: relative;}

/* about */

#about {padding: 50px 0px; background-color: #dadada7c; margin-top: -10px;}
#about .row {row-gap: 30px; align-items:center;}
#about .content h2 {font-family: 'Roboto Slab', serif; color: #484848; font-size: 40px; margin-bottom: 10px; font-weight: bold;}
#about .content span {color: #cc272d;}
#about .content .text {font-size: 16px; text-align: justify; color: #484848; line-height: 24px; margin-bottom: 24px; width: 90%;}
#about .imgs {overflow: hidden; border-radius: 5px;}
#about .imgs img {transition: 9s; width: 100%;}
#about .imgs:hover img {transform: scale(1.2);}


/* service */

#service{padding: 50px 0px;}
#service h2{text-align: center; font-size: 35px; font-weight: 600; margin-bottom: 30px; color: #cc272d;}
#service .row{row-gap: 25px;}
#service .iner{border: 1px solid #eee; height: 100%;}
#service .iner .imgs{overflow: hidden;}
#service .iner .imgs img{transition: .5s;}
#service .iner .imgs:hover img{transform: scale(1.1);}
#service .conteint{padding: 20px 30px 30px; text-align: center;}
#service .conteint h3{font-size: 17px; font-weight: 600; position: relative; margin-bottom: 40px; color: #000;}
#service .conteint h3::before{position: absolute; content: ''; width: 70px; height: 3px; left: 0px; right: 0px; bottom: -20px; background-color: #cc272d; margin: auto;}
#service .conteint .text{margin-bottom: 25px; color: #000;}
#service .conteint .read-more{padding: 10px 30px; border-radius: 3px; display: inline-block; border: 1px solid #cc272d; background-color: #cc272d;  color: #fff; transition: .5s;}
#service .conteint .read-more:hover{background-color: transparent; color: #cc272d;}

/* ve-proved-sec */

#ve-proved-sec{background-image: url(../images/ve-proved-bg.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 60px 0px; position: relative; z-index: 1;}
#ve-proved-sec::before{position: absolute; content: ''; left: 0; right: 0; top: 0; bottom: 0; background-color: #cc272dcc; z-index: -1;}
#ve-proved-sec .content{text-align: center;}
#ve-proved-sec .content h3{font-size: 30px; font-weight: 600; color: #fff; margin-bottom: 15px;}
#ve-proved-sec .content .text{color: #fff; font-size: 18px; font-weight: 600; margin-bottom: 20px;}
#ve-proved-sec .content .read-more{padding: 10px 30px; border-radius: 3px; display: inline-block; border: 1px solid #fff; background-color: #fff;  color: #000000; transition: .5s;}
#ve-proved-sec .content .read-more:hover{background-color: transparent; color: #fff;}

/* insta-reel */
#insta-reel{padding: 50px 0px;}
#insta-reel h2{font-size: 33px; color:#cc272d; text-align: center; font-weight: bold; margin-bottom: 30px;} 
#insta-reel iframe.instagram-media {min-width: 100% !important; height: 600px;}
#insta-reel .owl-carousel .owl-nav button.owl-next, #insta-reel .owl-carousel .owl-nav button.owl-prev, #insta-reel .owl-carousel button.owl-dot{display:none;}


/* gallery */

#gallery {
  background-color: #f3f1f1;
  padding: 60px 0 40px;
  overflow: hidden;
}

#gallery .row{row-gap: 20px;}

#gallery h2 {
  font-size: 38px;
  color: #cc272d;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#gallery h2 span {
  color: #000;
}

#gallery .img-wrapper {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 8px #00000033;
}

#gallery .img-wrapper img {
  width: 100%;
}

#gallery .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

#gallery .img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

#nextButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 1;
}

#prevButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

#exitButton i {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

/* testimonials */

#testimonials{background-image: url(../images/testimonials-bg.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; padding: 60px 0px; position: relative; z-index: 1;}
#testimonials::before{position: absolute; content: ''; left: 0; right: 0; top: 0; bottom: 0; background-color: #cc272dd1; z-index: -1;}
#testimonials h2{text-align: center; font-size: 30px; font-weight: 600; color: #ffffff; margin-bottom: 15px;}
#testimonials .text{font-size: 17px; width: 60%; text-align: center; margin: 0px auto 50px; color: #fff;}
#testimonials .iner{text-align: center;}
#testimonials .iner .imgs{position: relative;}
#testimonials .iner .imgs img{border-radius: 50%; width: 14%; text-align: center; margin: auto;}
#testimonials .iner .imgs i{width: 35px; height: 35px; background-color: #cc272d; border-radius: 50px; position: absolute; text-align: center;
line-height: 35px; color: #fff; bottom: -6px; left: -72px; right: 0px; margin: auto;}
#testimonials .iner .content .text-a{width: 65%; text-align: center; margin: 20px auto 20px; color: #fff;}
#testimonials .iner .content h3{color: #fff; font-size: 20px; font-weight: 600;}
#testimonials .iner .content h5{font-size: 14px; font-weight: 600; color: #fff;}
#testimonials .owl-carousel .owl-nav button.owl-next, #testimonials .owl-carousel .owl-nav button.owl-prev, #testimonials .owl-carousel button.owl-dot{display: none;}

/* client-logo */

#client-logo{padding: 60px 0px;}
#client-logo .imgs img {height: 80px; width: auto; text-align: center; margin: auto;}

/* footer */

footer .footertop {
  background-color: #f8f9fa;
  padding: 70px 0px 20px;
}

footer .row {
  row-gap: 25px;
}

footer .footertop h3{font-size: 20px; margin-bottom: 15px;}

footer .footertop .about img {
  width: 111px;
}

footer .footertop .about p {
  color: #000;
  font-size: 14px;
  width:77%;
  margin-top: 20px;
}

footer .footertop ul {
  list-style: none;
}

footer .footertop ul li {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
}

footer .footertop ul li a {
  color: #000;
  font-size: 14px;
  transition: .5s;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

footer .footertop ul li a:hover {
  color: #cc272d;
}

footer .footertop .addres li {
  margin-bottom: 20px;
}

footer .footertop .addres li i {
  color: #cc272d;
  font-size: 22px;
}

footer .footerboo ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-top: 1px solid #cc272d;
  padding-top: 20px;
}

footer .footerboo {
  background-color: #f8f9fa;
  padding: 20px;
}

footer .footerboo .soical li:first-child {
  color: #cc272d;
  text-align: center;
}

footer .footerboo .soical li:first-child a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #cc272d;
  border-radius: 50%;
  transition: .5s;
}

footer .footerboo .soical li:first-child a:hover {
  background-color: #000;
}

footer .footerboo ul li img {
  width: 195px;
  background-color: #cc272d;
  padding: 0px 10px 8px;
  border-radius: 100px;
}


/* quickcontact */
.quickcontact {
  width: 45px;
  position: fixed;
  top: 77%;
  right: 15px;
  z-index: 102;
}



/* modal */

.modal form.row {
  row-gap: 20px;
}

.modal .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background-color: #f1f1f1;
}

.modal .form-control:focus {
  border-color: #000;
}

.modal .submit {
  background-color: #cc272d;
  color: #fff;
  font-weight: 500px;
  padding: 10px;
  border: 0;
  transition: .5;
}

.modal .submit:hover {
  background-color: #000;
}


