@charset "UTF-8";
:root {
  font-size: 15px;
}

* {
  font-family: "Urbanist", sans-serif;
}

body {
  overflow-x: hidden;
  width: 100%;
}

.navbarStickyHolder {
  z-index: 999;
  position: relative;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  /*max-height: 60px !important; */
}

.navbarStickyHolder {
  background-color: white;
  box-shadow: 0px 1px 0 0 rgba(31, 25, 25, 0.05);
  opacity: 0.98;
}

.sticky .navbar-brand img {
  height: 40px;
  max-height: 40px !important;
}

.sticky .navbar-brand.smallerImage img {
  max-height: 20px !important;
}

/* approval.css added by Nepal Team */
.service_detail_page p, .bg-services p {
  text-align: justify;
  color: #747a81;
  font-size: 1.1rem;
  line-height: 1.58;
}

.service_detail_page {
  width: 50%;
  margin: 0 auto;
}

.service_detail_page p:first-child {
  font-size: 1.4rem;
}

.service_detail_page img {
  float: left;
  margin-right: 1.5rem;
}

.bg-services {
  background-color: #f5f7f8;
  text-align: justify;
}

.bg-services img {
  float: left;
  margin-right: 1.5rem;
  width: 50%;
}

.service_detail_page .h1, .service_detail_page h1 {
  font-size: 3rem;
  font-weight: bolder;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.service_detail_page h1, .service_detail_page h2, .service_detail_page h3, .service_detail_page h4, .service_detail_page h5, .service_detail_page h6 {
  color: #e40a0a;
}

.service_detail_page .h3, .service_detail_page h3, .bg-services h3 {
  line-height: 1.14;
  letter-spacing: -0.2px;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 600;
}

.bg-services h1, .bg-services h2, .bg-services h3, .bg-services h4, .bg-services h5, .bg-services h6 {
  color: #e40a0a;
  padding-top: 3rem;
}

.service_detail_page ul, .bg-services ul {
  margin-top: 0.25rem !important;
}

.service_detail_page ul li, .bg-services ul li {
  color: #747a81;
  line-height: 1.58rem;
  list-style-type: none;
}

.service_detail_page ul li::before, .bg-services ul li::before {
  content: counter(count-me) ". ";
  display: block;
  line-height: 1.47;
  letter-spacing: -0.4px;
  padding-top: 5px;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -2em;
  top: 0.05em;
  color: #e40a0a;
  font-weight: bold;
}

.contact_select {
  padding: 11px 20px;
  border: 1px solid #dfdfdf;
  outline: none;
  color: rgba(116, 122, 129, 0.5);
}

.contact_select:focus {
  border: 1px solid red;
}

.contact_select option {
  opacity: 0.5;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666;
}

/* ---------- MODULE NOTIFICATION ---------*/
.alert {
  text-align: center;
  display: inline-block;
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 10px 15px;
  margin: 0px auto;
  font-size: 18px;
  font-weight: bold;
  position: fixed;
  z-index: 999999;
  width: 500px;
  min-height: 300px;
  padding: 40px 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out 0s;
  background-color: white;
}

.closeInfo {
  position: absolute;
  bottom: 30px;
  background-color: white;
  border: 3px double white;
  padding: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #186b4e;
  border-radius: 100%;
  letter-spacing: 2px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.alert-success {
  background-color: #186b4e;
}

.alert-info {
  background-color: #6addf4;
}

.alert-warning {
  background-color: #ffbc67;
}

.alert-danger {
  background-color: #fc727a;
}

.alert.alert-with-icon {
  padding-left: 65px;
}

.alert span[data-notify=icon] {
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 22px;
  padding: 3px;
  display: block;
  left: 15px;
  position: absolute;
  top: 45%;
  margin-top: -15px;
}

.alert.alert-danger span[data-notify=icon] {
  padding: 5px 7px 6px 8px;
}

.alert.alert-warning span[data-notify=icon], .alert.alert-info span[data-notify=icon] {
  padding: 5px 12px;
}

.alert .close ~ span {
  display: block;
  max-width: 89%;
}

.alert button.close {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -13px;
  z-index: 1033;
  background-color: #FFFFFF;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
  line-height: 11px;
  width: 25px;
  height: 25px;
  outline: 0 !important;
  text-align: center;
  padding: 3px;
  font-weight: 300;
}

/* Center the loader */
#loader {
  position: absolute;
  left: 47%;
  top: 47%;
  z-index: 1;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #1ABC9C;
  width: 60px;
  height: 60px;
  margin: 0% auto 0;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
#preLoad {
  display: none;
}

/* /approval.css */
.first_section {
  position: relative;
}

.navbar_left_items {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.4px;
}

.navbar_left_items li {
  padding-right: 20px;
}

#companyLogo {
  max-height: 60px;
}

.main-menu .navbar-nav .nav-link {
  color: #747a81;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.navbar-nav .active .nav-link {
  color: #ca0808 !important;
}

.bg-custom {
  background-color: white;
  box-shadow: 0px 1px 0 0 rgba(31, 25, 25, 0.05);
  opacity: 0.98;
  z-index: 99;
  position: relative;
}

/*
.navbar-brand {
    margin-left: 200px;
}
*/
.navbar-brand img {
  max-height: 60px;
}

.smallerImage img {
  max-height: 40px;
}

.background-top {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}

.search_bar_slider {
  width: 360px;
  height: 56px;
  border: none;
  border-radius: 2px;
  background-color: #f5f7f8;
}

.Rectangle-15 {
  width: 20px;
  height: 19px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
  border-radius: 1px;
}

.slider_btn {
  width: 220px;
  height: 60px;
  border-radius: 2px;
  background-color: #e40a0a;
  border: none;
  color: white;
}

.icon_decoration_contact {
  border: 1px solid #e40a0a;
  border-radius: 50%;
  color: #e40a0a;
  padding: 20px;
}

.contact_icon_div:hover > .icon_decoration_contact {
  background-color: #e40a0a;
  transition: all ease-in 0.5s;
  color: white;
}

.contact_icon_div:hover {
  cursor: default;
}

.our_services_btn {
  z-index: 11;
  font-size: 1.2rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  padding: 20px 25px;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  margin-right: 10px;
}

.our_services_btn:hover {
  background-color: #ca0808;
  cursor: pointer;
  color: white;
}

.slider_header {
  font-size: 3.3rem;
  font-weight: 900 !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: -0.6px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}

.paragraph_text {
  margin-top: 27px;
  width: 40%;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.slider_items {
  margin-top: 40px;
  padding-bottom: 80px;
  z-index: 111;
}

.slider_image {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.margin_slider_contents {
  position: relative;
}

.form-control {
  background-color: #f5f7f8 !important;
  outline: none;
  box-shadow: none;
}

.home_search .input-group {
  width: 360px;
  height: 56px;
  border-radius: 2px;
  background-color: #f5f7f8 !important;
  outline: none;
  box-shadow: none !important;
}

.home_search .input-group-text {
  background-color: #f5f7f8;
  color: #e40a0a;
}

.input-group .form-control {
  box-shadow: none !important;
}

.btn-groups_slider {
  margin-top: 30px;
}

.each_items_top, .each_blog_list {
  border-radius: 2px;
  box-shadow: 0px 0px 10px 0 rgba(31, 25, 25, 0.07);
  background-color: #ffffff;
}

.each_items_top {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  min-height: 180px;
  position: relative;
}
.each_items_top .image_container {
  margin: 0px auto;
}
.each_items_top .each_items_heading {
  text-align: center;
}
.each_items_top a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}

.each_blog_list .blogImageWrapper {
  min-height: 25vh;
  max-height: 25vh;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.each_blog_list .blogImageWrapper img {
  min-height: 25vh;
  max-height: 25vh;
  height: 100%;
  width: 100%;
}

.each_items_top:hover {
  box-shadow: 0px 4px 20px 0 rgba(1, 75, 33, 0.32);
  transition: ease-in-out 0.2s;
}

.each_items_top:hover > .navigation_icon {
  transform: rotateZ(720deg);
  transition: transform 1s ease-out;
  background-color: #e40a0a;
  border-radius: 100%;
  color: white;
}

.rotate:hover {
  transform: rotateZ(720deg);
  transition: transform 1s ease-out;
  background-color: #e40a0a;
  border-radius: 120%;
  color: white;
  cursor: pointer;
}

.services_list_box:hover {
  box-shadow: 0px 4px 10px 0 rgba(31, 25, 25, 0.12);
  border-radius: 10px;
  cursor: pointer;
}

.services_list_box p {
  font-size: 1.05rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  padding: 20px 20px;
}

.mapouter_footer {
  position: relative;
  text-align: right;
  height: 150px;
  width: 90%;
}

.gmap_canvas_footer {
  overflow: hidden;
  background: none !important;
  height: 150px;
  width: 90%;
}

.scale_items:hover {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background-color: #e40a0a;
  border-radius: 100%;
}

.scale_items_blog {
  font-size: 1.5rem;
}

.scale_items_blog:hover {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  color: #e40a0a;
}

.icon_image {
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
}

.upper_row {
  margin-top: 10px;
  margin-left: 100px;
  margin-right: 100px;
  position: relative;
}

.bottom_row {
  margin-top: 80px;
  margin-left: 100px;
  margin-right: 100px;
}

.each_items_top {
  padding: 10px 20px;
  margin-top: 30px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.each_blog_list {
  margin-top: 30px;
  padding: 0px;
}

.blog_list_contents {
  padding: 20px 15px;
}

.wrapper_container {
  padding: 0px 10px;
}

.each_items_heading {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  text-align: left;
  color: #595959;
}

.navigation_icon {
  margin-top: 14px;
  color: #e40a0a;
}

.image_container {
  height: 60px;
  max-height: 60px;
  width: 60px;
}

.each_items_paragraph {
  margin-top: 13px;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.4px;
  text-align: left;
  color: #747a81;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /* fallback */ /* fallback */
  min-height: 93px;
  max-height: 93px;
  -webkit-line-clamp: 5; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.each_blog_list .heading2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; /* fallback */ /* fallback */
  min-height: 30px;
  max-height: 55px;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.social_media_icons_container {
  background-color: #0e7540;
  height: 150px;
  margin-top: 70px;
}

.social_number {
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  text-align: left;
  color: #ffffff;
}

.social_number a {
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  text-align: left;
  color: #ffffff;
}

.text-inline p {
  display: inline-block;
}

.media_icons {
  margin-top: 56px;
}

.text-inline img {
  display: inline-block;
}

.paragraph_header_bottom {
  margin-top: 26px;
  font-size: 3.2rem;
  font-weight: bolder;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -0.5px;
  text-align: left;
  color: #e40a0a;
}

.mt-67 {
  margin-top: 47px;
}

.paragraph_bottom {
  font-size: 1.05rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: -0.4px;
  text-align: justify;
  color: #747a81;
  margin-top: 36px;
}

.our_authorities {
  font-size: 2.7rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: -0.4px;
  text-align: center;
  color: #e40a0a;
  padding-top: 68px;
}

.background_authories_row {
  margin-top: 80px;
  height: 400px;
  background-color: #f5f7f8;
}

.text_authorities {
  font-size: 1.05rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: -0.4px;
  text-align: center;
  color: #000000;
}

.why_chooseUs_container {
  background-color: #0e7540;
  padding-bottom: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-67 {
  margin-bottom: 40px;
}

.testimonal_Image {
  margin-top: 15px;
  width: 140px;
  height: 140px;
  margin-right: 15px;
  border-radius: 110%;
  border: 1px solid #b5babd;
  padding: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}

.heading_text {
  font-size: 3.3rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
}

.testimonal_paragraph {
  width: 57%;
  font-size: 1.05rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: -0.4px;
  text-align: center;
  color: #ffffff;
  margin-top: 37px;
}

.testimonal_name {
  margin-top: 27px;
  font-size: 1.5rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
}

.testimonal_designation {
  margin-top: 13px;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.4px;
  text-align: center;
  color: #bec4cb;
}

.our_services {
  margin-top: 67px;
  font-size: 2.7rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: -0.4px;
  text-align: left;
  color: #e40a0a;
}

.service_container_margin {
  margin-left: 100px;
  margin-right: 100px;
}

footer {
  background-color: #23292e;
  padding-top: 54px;
  padding-bottom: 54px;
}

.footer_heading {
  margin-top: 40px;
  font-size: 1.3rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  text-align: left;
  color: #e40a0a;
}

.footer_content {
  margin-top: 30px;
  width: 60%;
  font-size: 1.05rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.footer_content_list {
  font-size: 1.05rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.footer_list {
  margin-top: 30px;
}

.footer_list a:hover {
  color: green;
}

/* Carousel Design */
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 20px;
  background: #fbfdff;
  margin-top: -20px;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
  position: absolute;
  border-color: transparent;
  border-radius: 10px;
  box-shadow: -1px -1px 3px black;
  height: 80px;
  top: calc(50% - 60px);
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.carousel_margin {
  margin-top: 50px;
}

/* Carousel Design Ends */
.heading1 {
  font-size: 3rem;
  font-weight: bolder;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -0.5px;
  text-align: center;
  color: #e40a0a;
}

.heading2 {
  font-size: 1.3rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  text-align: left;
  color: #e40a0a;
}

.heading3 {
  font-size: 2.7rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: -0.4px;
  text-align: center;
  color: #e40a0a;
}

.color-white {
  color: white !important;
}

.color-primary {
  color: #e40a0a;
}

.hire_contractor_container_top {
  background-image: url("../assets/home/back.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
}

.service_description_container_top {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
}

.width-25 {
  width: 25%;
}

.paragraph_texts {
  font-size: 1.05rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: justify;
  color: #747a81;
}

.bg-services {
  background-color: #f5f7f8;
}

.bg-services > div > img {
  max-height: 60vh;
}

.paragraph_text2 {
  font-size: 1.1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: justify;
  color: #747a81;
}

.what_is_service p, .what_is_service li {
  font-size: 1.1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: justify;
  color: #747a81;
}

.what_is_service h1, .what_is_service h2, .what_is_service h3, .what_is_service h4, .what_is_service h5, .what_is_service h6 {
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  text-align: left;
  color: #e40a0a;
  padding-top: 70px;
}

.why_Choose_service_container h1 {
  font-size: 3rem;
  font-weight: bolder;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: -0.5px;
  text-align: left;
  color: #e40a0a;
}

.what_is_service h1, .what_is_service h2 {
  font-size: 1.7rem;
}

.what_is_service h3, .what_is_service h4 {
  font-size: 1.3rem;
}

.what_is_service h6 {
  font-size: 1rem;
}

.paragraph_text3 {
  font-size: 1.1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: justify;
  color: #747a81;
}

.small_text {
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.4px;
  text-align: left;
  color: #bec4cb;
}

.picture_description {
  font-size: 1.05rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.mn-60 {
  margin-left: -60px;
}

.paragraph_text_background {
  background-color: #f5f7f8;
  padding-top: 45px;
  padding-bottom: 45px;
}

.w-paragraph {
  width: 40%;
  line-height: 1.58;
  font-size: 19px;
}

/* Services Design */
.services_search .input-group {
  background-color: transparent !important;
  outline: none;
  box-shadow: none !important;
}

.services_search .input-group-text {
  border: none;
  background-color: transparent !important;
  color: #e40a0a;
  margin-left: 0px;
  padding-bottom: 20px;
  font-size: 1.3rem;
}

.services_search .input-group-text button {
  background-color: transparent !important;
  color: #e40a0a;
  border: none;
  font-size: 1.3rem;
  cursor: pointer;
}

.services_search .input-group-text i {
  cursor: pointer;
  padding: 10px 20px;
}

.services_search .form-control {
  background-color: transparent !important;
  border: none !important;
}

.services_search {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding-bottom: 20px;
}

/* Services Design Ends */
/* Swimming Pool Approval */
.bg-2 {
  background-color: #f5f7f8;
}

.list_para {
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: justify;
  color: #747a81;
}

.list_para2, .advantage_container_service_description ul, .advantage_container_service_description ol {
  font-size: 1.2rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  list-style: none;
  text-align: justify;
  color: #747a81;
}

.list_para2 li, .advantage_container_service_description ul li {
  padding-bottom: 0px;
}

.list_para2 li::before, .advantage_container_service_description ul li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  display: block;
  line-height: 1.47;
  letter-spacing: -0.4px;
  padding-top: 5px;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1em;
  top: -0.4em;
  color: #e40a0a;
  font-weight: bold;
  font-size: 2.3rem;
}

.list_para {
  list-style-type: none;
}

.list_para ol, .advantage_container_service_description ol {
  margin-left: 2em;
}

.list_para li {
  counter-increment: count-me;
}

.list_para li::before {
  content: counter(count-me) ". ";
  display: block;
  line-height: 1.47;
  letter-spacing: -0.4px;
  padding-top: 5px;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -2em;
  top: 0.05em;
  color: #e40a0a;
  font-weight: bold;
}

.why_Choose_service_container h3, .why_Choose_service_container h2, .why_Choose_service_container h4, .why_Choose_service_container h5, .why_Choose_service_container h6 {
  font-size: 1.3rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  text-align: left;
  color: #e40a0a;
  margin-top: 50px;
}

.why_Choose_service_container h2 {
  font-size: 1.7rem;
}

.why_Choose_service_container p {
  font-size: 1.1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: justify;
  color: #747a81;
  margin-top: 10px;
}

.why_Choose_service_container ul {
  font-size: 1.1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: justify;
  color: #747a81;
  list-style: none;
}

.why_Choose_service_container ul li {
  counter-increment: count-me;
}

.why_Choose_service_container ul li::before {
  content: counter(count-me) ". ";
  display: block;
  line-height: 1.47;
  letter-spacing: -0.4px;
  padding-top: 5px;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -2em;
  top: 0.05em;
  color: #e40a0a;
  font-weight: bold;
}

.why_Choose_service_container ul ol {
  margin-left: 2em;
}

.advantage_container_service_description h3, .advantage_container_service_description h4, .advantage_container_service_description h5, .advantage_container_service_description h6, .advantage_container_service_description h2 {
  font-size: 1.3rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  text-align: left;
  color: #e40a0a;
  margin-top: 30px;
}

.advantage_container_service_description p {
  font-size: 1.1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  text-align: justify;
  color: #747a81;
  margin-top: 10px;
}

.pb-67 {
  padding-bottom: 40px;
}

.service_images {
  max-height: 40vh;
}

.service_description_container_top img {
  max-height: 30vh;
}

.read_more_btn {
  border-radius: 2px;
  background-color: #e40a0a;
  padding: 15px 25px;
  font-size: 1.08rem;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  border: none;
}

.read_more_btn:hover {
  color: white;
  background-color: tomato;
}

.border_btm_blog {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 50px;
}

.pagination_link a {
  color: #747a81;
  text-decoration: none;
}

.pagination_link .active {
  color: #e40a0a;
  background-color: #f8f8f8;
  padding: 4px 10px;
}

/* Swimming Pool Approal Ends */
/* COntact Us */
.contact_text {
  font-size: 1.05rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: #747a81;
}

.contact_text a {
  font-size: 1.05rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: #747a81;
}

.color-light-dark {
  color: #010101;
}

.heading_contact {
  font-size: 1.3rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  text-align: center;
  color: #e40a0a;
}

.map_iframe {
  width: 100%;
  height: 500px;
}

.mapouter {
  position: relative;
  text-align: center;
  height: 500px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

.gmap_canvas iframe {
  width: 100% !important;
}

.w-30 {
  width: 30%;
}

.contact_input {
  padding: 10px 20px;
  border: 1px solid #dfdfdf;
  outline: none;
}

.contact_input::-moz-placeholder {
  opacity: 0.5;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(116, 122, 129, 0.5);
}

.contact_input::placeholder {
  opacity: 0.5;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(116, 122, 129, 0.5);
}

.required_input::after {
  content: "*";
  color: red;
  margin-left: 5px;
}

.upload_cv_label {
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: bolder !important;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #e40a0a !important;
  margin: 0px !important;
  /* Style as you please, it will become the visible UI component. */
}

.color-black {
  color: black;
}

.upload_option {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: -0.4px;
  text-align: left;
  color: #747a81;
}

#upload-cv {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.contact_form label {
  font-size: 0.9rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.92;
  letter-spacing: -0.3px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
  margin-top: 20px;
}

.submit_contact_btn {
  padding: 13px 50px;
  background-color: #e40a0a;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 1.08rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #e40a0a;
  cursor: pointer;
}

.submit_contact_btn:hover {
  background-color: #ca0808;
}

.cancel_btn {
  padding: 13px 50px;
  background-color: white;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 1.08rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #e40a0a;
  border: 1px solid #e40a0a;
}

.cancel_btn:hover {
  cursor: pointer;
  background-color: #e40a0a;
  color: white;
}

.contact_input:focus {
  outline: 1px solid red;
}

/* Contact Us ends */
.cursor-pointer {
  cursor: pointer;
}

/* Hire Contractor */
.hire_contractor_heading {
  font-size: 2rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.83;
  letter-spacing: -0.3px;
  text-align: center;
  color: #e40a0a;
}

.hire_contractor_container {
  background-color: #f5f7f8;
  padding: 27px 0px;
}

.contractor_numbers {
  font-size: 1.3rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  text-align: center;
  color: #bec4cb;
}

.each_contractor_box {
  border-radius: 2px;
  box-shadow: 0px 4px 20px 0 rgba(31, 25, 25, 0.12);
  background-color: #ffffff;
  padding: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.search_paragraph {
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: -0.4px;
  text-align: left;
  color: #747a81;
}

.search_heading {
  font-size: 1.3rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  text-align: left;
  color: #e40a0a;
}

.get_a_quote_btn {
  font-size: 1.01rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  background-color: #ffffff;
  letter-spacing: -0.2px;
  text-align: center;
  color: #e40a0a;
  padding: 20px 20px;
  border: 1px solid #dfdfdf;
}

.get_a_quote_btn:hover {
  background-color: #e40a0a;
  transition: all 0.9s ease-in-out;
  color: white;
}

.show_more_btn {
  border: solid 1px #dfdfdf;
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 1.08rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #595959;
  padding: 13px 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
}

.show_more_btn:hover {
  background-color: #0e7540;
  transition: all 0.3s ease-in;
  color: white;
  cursor: pointer;
}

.w-90 {
  width: 90%;
}

/* Hire COntractor ends */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* WOw Animation */
.wowBack {
  background: #222;
  position: relative;
  overflow: hidden;
}

.wowWrap div {
  background: #27ae60;
  display: block;
  width: 100%;
  margin: 5% 0;
  text-align: center;
  padding-top: 20%;
  padding-bottom: 20%;
}

.wowWrap {
  width: 16.66%;
  float: left;
  padding: 0 0.5%;
}

.wowWrap h4 {
  position: fixed;
  z-index: 200;
  width: 100%;
  padding: 1% 0% 1% 0%;
  margin: 0;
  color: white;
  font-size: 1.35vw;
  background: rgba(22, 22, 22, 0.3);
}

.about_images {
  max-height: 40vh;
}

.wowWrap div:first-of-type {
  margin-top: 25%;
}

/*I've assigned class wHighlight to all the animate.css classes that add elements onto the page with delay.  */
.wHighlight {
  background: #28a !important;
}

/* Wow Animation ends */
.width-75 {
  width: 75%;
}

.limit_para_height {
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.47;
  /* fallback */
  max-height: 320px; /* fallback */
  -webkit-line-clamp: 9; /* number of lines to show */
  -webkit-box-orient: vertical;
}

/* Carousel */
.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 0px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 0px;
  margin: 20px;
  background: transparent;
  margin-top: -20px;
}

.MultiCarousel .leftLst, .MultiCarousel .rightLst {
  position: absolute;
  border-color: transparent;
  background-color: transparent !important;
  color: black;
  opacity: 0.1;
  top: calc(50% - 30px);
}

.MultiCarousel .leftLst {
  left: -10px;
  overflow: visible !important;
  outline: none;
  box-shadow: none;
}

.MultiCarousel .rightLst {
  right: -10px;
  overflow: visible !important;
  outline: none;
  box-shadow: none;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
  pointer-events: none;
}

/* Carousel Ends */
/* Blog Page */
.thumbnail_images {
  max-height: 80px;
  max-width: 140px;
}

.main_blog_details {
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
}

.border_btm_blog p {
  text-align: justify;
}

.each_items_top, .each_items_top p {
  text-align: justify;
}

.main_blog_details p, .main_blog_details li {
  text-align: justify;
}

.section-gap {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .section-gap {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .container.box_1170 {
    max-width: 1170px;
  }
}
.main_blog_details h4 {
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media (max-width: 480px) {
  .main_blog_details h4 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .main_blog_details h4 br {
    display: none;
  }
}
.main_blog_details .user_details {
  overflow: hidden;
  margin-bottom: 30px;
}

.main_blog_details .user_details .float-left a {
  display: inline-block;
  border: 1px solid #eeeeee;
  text-align: center;
  padding: 0px 20px;
  font-size: 12px;
  color: #415094;
  font-weight: 600;
  line-height: 28px;
  background: #f9f9ff;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
  margin-right: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}

.main_blog_details .user_details .float-left a:hover {
  color: #fff;
}

.main_blog_details .user_details .float-right .media {
  text-align: right;
  vertical-align: middle;
}

.main_blog_details .user_details .float-right .media .media-body {
  text-align: right;
  vertical-align: middle;
  align-self: center;
}

@media (max-width: 399px) {
  .main_blog_details .user_details .float-right .media .media-body {
    margin-top: 15px;
  }
}
.main_blog_details .user_details .float-right .media .media-body h5 {
  margin-bottom: 0px;
  font-size: 14px;
  margin-bottom: 5px;
}

.main_blog_details .user_details .float-right .media .media-body p {
  font-size: 12px;
  margin-bottom: 0px;
}

.main_blog_details .user_details .float-right .media .d-flex {
  padding-left: 14px;
  vertical-align: middle;
  align-self: center;
}

.main_blog_details p {
  font-size: 14px;
  margin-bottom: 15px;
}

.main_blog_details .blockquote {
  background: #fff;
  padding: 30px;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
  margin: 35px 0px;
}

.main_blog_details .blockquote p {
  background: #f9f9ff;
  margin-bottom: 0px;
  border-left: 2px solid #000;
  padding: 30px;
  font-style: italic;
}

.main_blog_details .news_d_footer {
  overflow: hidden;
  border-top: 1px solid #eeeeee;
  display: flex;
  width: 100%;
  padding-top: 15px;
  margin-top: 40px;
}

@media (max-width: 380px) {
  .main_blog_details .news_d_footer {
    display: block;
  }
}
.main_blog_details .news_d_footer a {
  font-size: 14px;
  color: #828bb2;
}

@media (max-width: 380px) {
  .main_blog_details .news_d_footer a .lnr-bubble {
    margin-left: 30px;
  }
}
.main_blog_details .news_d_footer a i {
  padding-right: 8px;
}

.main_blog_details .news_d_footer .news_socail a {
  margin-right: 10px;
  color: #cccccc;
  font-size: 14px;
}

.main_blog_details .news_d_footer .news_socail a:hover {
  color: #7c32ff;
}

.main_blog_details .news_d_footer .news_socail a:last-child {
  margin-right: 0px;
}

.single-post-area .blog_details {
  padding-top: 26px;
}

.single-post-area .blog_details p {
  margin-bottom: 10px;
}

.single-post-area .quotes {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 24px 35px 24px 30px;
  background-color: white;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
  font-size: 14px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

.single-post-area .arrow {
  position: absolute;
}

.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-top: 50px;
  padding-bottom: 50px;
}

.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.single-post-area .navigation-area .nav-left {
  text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: 0.5;
}

@media (max-width: 991px) {
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}
.comments-area {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 50px 30px;
}

@media (max-width: 414px) {
  .comments-area {
    padding: 50px 8px;
  }
}
.comments-area h4 {
  margin-bottom: 50px;
  font-size: 18px;
}

.comments-area h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
}

.comments-area a {
  color: #415094;
}

.comments-area .comment-list {
  padding-bottom: 48px;
}

.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}
.comments-area .thumb {
  margin-right: 20px;
}

.comments-area .date {
  font-size: 13px;
  color: #cccccc;
  margin-bottom: 13px;
}

.comments-area .comment {
  color: #777777;
  margin-bottom: 0px;
}

.comments-area .btn-reply {
  background-color: #f9f9ff;
  color: #415094;
  border: 1px solid #dddddd;
  padding: 0px 18px;
  font-size: 12px;
  display: block;
  line-height: 28px;
  border-radius: 5px;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}

.comments-area .btn-reply:hover {
  color: #fff;
}

.comment-form {
  background: #fff;
  text-align: left;
  padding: 47px 0px 0px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .comment-form {
    margin-bottom: 112px;
  }
}
.comment-form h4 {
  text-align: left;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 22px;
}

.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}
.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  .comment-form .email {
    padding-left: 0px;
  }
}
.comment-form .form-control {
  padding: 8px 20px;
  background: #f9f9ff;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  width: 100%;
  font-size: 14px;
  color: #777777;
}

.comment-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #eee;
}

.comment-form textarea.form-control {
  height: 140px;
  resize: none;
}

.comment-form input.placeholder,
.comment-form textarea.placeholder {
  text-transform: uppercase;
  font-size: 12px;
}

.comment-form input:-moz-placeholder,
.comment-form textarea:-moz-placeholder {
  text-transform: uppercase;
  font-size: 12px;
}

.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  text-transform: uppercase;
  font-size: 12px;
}

.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 12px;
}

.comment-form .submit_btn {
  float: right;
  border-radius: 5px;
  line-height: 48px;
  padding: 0px 30px;
  background: #7c32ff;
  color: #fff;
}

.comment-form .submit_btn:hover {
  background: transparent;
  color: #000;
}

.blog-pagination {
  padding-top: 20px;
}

@media (max-width: 991px) {
  .blog-pagination {
    margin-top: -50px;
  }
}
.blog-pagination .page-link {
  border-radius: 0;
}

.blog-pagination .page-item {
  border: none;
}

.page-link {
  background: transparent;
  font-weight: 400;
}

.blog-pagination .page-item.active .page-link {
  border-color: transparent;
  color: #fff;
}

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 7px;
  margin-left: 10px;
  line-height: 1.25;
  color: #828bb2;
  border: none;
  border-radius: 50%;
}

.blog-pagination .page-link .lnr {
  font-weight: 600;
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  border-color: #eee;
}

.blog-post-list .single-post {
  background: transparent;
  padding: 0px 30px;
}

.single-post {
  margin-bottom: 30px;
}

.single-post .tags {
  margin-top: 40px;
}

.single-post .tags li {
  display: inline-block;
}

.single-post .tags li a {
  color: #000;
}

.single-post .tags li:hover a {
  color: #7c32ff;
}

.single-post h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-post .title h4 {
  margin-bottom: 10px;
}

.single-post .comment-wrap ul li,
.single-post .social-wrap ul li {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 414px) {
  .single-post .comment-wrap,
  .single-post .social-wrap {
    margin-top: 10px;
  }
}
.single-post .comment-wrap ul li a {
  color: #828bb2;
}

.single-post .social-wrap ul {
  text-align: right;
}

.single-post .social-wrap ul li a i {
  color: #828bb2;
}

.single-post .social-wrap ul li a i:hover {
  color: #000;
}

@media (max-width: 768px) {
  .single-post .social-wrap ul {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 80px;
  }
}
.single-widget {
  border: 1px solid #eee;
  padding: 30px;
  margin-bottom: 30px;
  background: #0e7540;
}

@media (max-width: 420px) {
  .single-widget {
    padding: 30px 10px;
  }
}
.single-widget .title {
  position: relative;
  padding: 18px 0 15px;
  color: #fff;
  border-bottom: 1px solid rgba(130, 139, 178, 0.4);
  margin-bottom: 20px;
}

.single-widget .title:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 50%;
  background: #828bb2;
  content: "";
}

.protfolio-widget {
  text-align: left;
}

.protfolio-widget h4 {
  position: relative;
  padding: 18px 0 15px;
  color: #fff;
  border-bottom: 1px solid rgba(130, 139, 178, 0.4);
}

.protfolio-widget h4:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 50%;
  background: #828bb2;
  content: "";
}

.protfolio-widget .p-text {
  margin-top: 20px;
  color: white;
}

.protfolio-widget .social-links {
  position: absolute;
  top: 10.5%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .protfolio-widget .social-links {
    top: 8%;
  }
}
@media (max-width: 991px) {
  .protfolio-widget .social-links {
    top: 12%;
    left: 28%;
  }
}
@media (max-width: 767px) {
  .protfolio-widget .social-links {
    top: 11%;
    left: 38%;
  }
}
@media (max-width: 480px) {
  .protfolio-widget .social-links {
    top: 9%;
    left: 50%;
  }
}
.protfolio-widget .social-links li {
  padding-right: 10px;
  display: inline-block;
}

@media (max-width: 1199px) {
  .protfolio-widget .social-links li {
    padding-right: 5px;
  }
}
.protfolio-widget .social-links li a {
  height: 30px;
  width: 30px;
  background: rgba(130, 139, 178, 0.3);
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #828bb2;
}

.protfolio-widget .social-links li a:hover {
  color: #fff;
}

.category-widget ul li {
  padding: 0px 0px 10px;
  transition: all 0.3s ease 0s;
}

.category-widget ul li p {
  position: relative;
  color: #828bb2;
  margin: 0;
  transition: all 0.3s ease 0s;
}

.category-widget ul li p img {
  margin-right: 20px;
}

.category-widget ul li:hover p,
.category-widget ul li:hover p:after,
.category-widget ul li:hover span {
  color: #fff;
}

.popular-posts-widget .jq-tab-menu {
  text-align: center;
  border-bottom: 1px solid rgba(130, 139, 178, 0.4);
}

.popular-posts-widget .jq-tab-menu .jq-tab-title {
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 46px 15px;
  cursor: pointer;
}

.popular-posts-widget .jq-tab-menu .jq-tab-title.active {
  border-bottom: 1px solid #fff;
}

@media (max-width: 1199px) {
  .popular-posts-widget .jq-tab-menu .jq-tab-title {
    padding: 0 28px 15px;
  }
}
.popular-posts-widget .single-popular-post {
  border-bottom: 1px solid rgba(130, 139, 178, 0.4);
  padding: 30px 0;
}

.popular-posts-widget .single-popular-post:last-child {
  padding-bottom: 0;
  border: none;
}

.popular-posts-widget .single-popular-post .popular-details {
  margin-left: 20px;
  color: white;
}

.popular-posts-widget .single-popular-post .popular-details h6 {
  margin-bottom: 20px;
}

.popular-posts-widget .single-popular-post .popular-details h6 a {
  color: #fff;
  font-size: 14px;
}

.popular-posts-widget .single-popular-post .popular-details p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
}

@media (max-width: 960px) {
  .popular-posts-widget .single-popular-post {
    margin-bottom: 20px;
  }
}
.tags-widget ul li {
  display: inline-block;
  background: rgba(130, 139, 178, 0.3);
  padding: 5px 10px;
  margin-bottom: 8px;
  transition: all 0.3s ease 0s;
}

.tags-widget ul li a {
  font-weight: 300;
  color: #828bb2;
}

.tags-widget ul li:hover a {
  color: #fff;
}

/* Blog Page Ends */
.contractor_expertise a {
  font-size: 0.8rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  text-align: left;
  color: #e40a0a;
  padding-right: 10px;
}

.width-50 {
  width: 50%;
}

@media only screen and (min-width: 1480px) {
  .margin_slider_contents {
    margin-left: 280px;
  }
  .slider_image {
    right: 0px;
  }
  .slider_items {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 1480px) and (min-width: 1282px) {
  .margin_slider_contents {
    margin-left: 180px;
  }
  .slider_image {
    right: 0px;
  }
  .upper_row {
    margin-left: 2px;
    margin-right: 2px;
  }
  .each_items_top {
    padding: 10px 25px;
  }
  .bottom_row {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1282px) and (min-width: 1199px) {
  .margin_slider_contents {
    margin-left: 80px;
  }
  .slider_image {
    right: 0px;
  }
  .upper_row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .each_items_top {
    padding: 10px 25px;
  }
  .bottom_row {
    margin-left: 10px;
    margin-right: 10px;
  }
  .width-75 {
    width: 97%;
  }
  .w-paragraph {
    width: 80%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 991px) {
  .margin_slider_contents {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .slider_image {
    right: 0px;
  }
  .long-text {
    font-size: 1rem;
  }
  .width-75 {
    width: 97%;
  }
  .w-paragraph {
    width: 80%;
  }
}
@media only screen and (max-width: 1409px) {
  .upper_row {
    margin-left: 10px;
    margin-right: 10px;
  }
  .bottom_row {
    margin-left: 10px;
    margin-right: 10px;
  }
  .service_container_margin {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .w-90 {
    width: 96%;
  }
}
@media only screen and (max-width: 991px) {
  .margin_about_small_screen {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .width-75 {
    width: 97%;
  }
  .w-paragraph {
    width: 97%;
  }
  .heading1 {
    font-size: 2.3rem;
  }
  .width-25 {
    width: 50%;
  }
  .width-50 {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    font-size: 14px;
  }
  .btn-groups_slider p {
    float: none;
    width: 100%;
    margin-top: 0px !important;
  }
  .btn-groups_slider a {
    float: none;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
  }
  .paragraph_text {
    width: 100%;
  }
  .social_media_icons_container {
    height: 250px;
  }
  .home_search .input-group {
    width: 100%;
  }
  .each_items_top {
    padding: 10px 15px;
    min-height: 160px;
  }
  .width-75 {
    width: 97%;
  }
  .upper_row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .bottom_row {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .paragraph_bottom {
    margin-top: 10px;
  }
  .background_authories_row {
    margin-top: 30px;
  }
  .our_partners_image {
    display: block;
    margin: auto;
  }
  .testimonal_paragraph {
    width: 100%;
  }
  .service_container_margin {
    margin-left: 10px;
    margin-right: 10px;
  }
  .media_icons {
    margin-top: 20px;
  }
  .icon_image_top {
    margin-top: 40px;
  }
  .mt-small-20 {
    margin-top: 20px;
  }
  .image-small-screen {
    padding-left: 30px;
    padding-right: 30px;
  }
  .border_btm_blog {
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-auto {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 575px) {
  :root {
    font-size: 14px;
  }
  .each_items_top {
    box-shadow: none;
  }
  .btn-groups_slider p {
    float: none;
    width: 100%;
    margin-top: 0px !important;
  }
  .btn-groups_slider a {
    float: none;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .navigation_icon {
    display: none;
  }
  .wrapper_container {
    padding: 5px;
  }
  .slider_header {
    font-size: 2.5rem;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .mt-small-screen {
    margin-top: 20px;
  }
  .mt-small-screen p {
    font-size: 1.2rem;
  }
  .icon_image_top {
    margin-top: 0px;
  }
  .read_more_btn {
    width: 100%;
  }
  .heading1 {
    font-size: 2.3rem;
  }
  .blog_list_contents {
    padding: 10px;
  }
  .width-25 {
    width: 97%;
  }
  .w-90 {
    width: 100%;
  }
  .width-50 {
    width: 90%;
  }
  .each_contractor_box {
    box-shadow: none;
    border-bottom: 1px solid #dfdfdf;
  }
  .submit_contact_btn {
    width: 100%;
  }
  .cancel_btn {
    margin-left: 0px !important;
    margin-bottom: 10px;
    width: 100%;
  }
  .upload_cv_label {
    width: 100%;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 418px) {
  .navbar-toggler {
    margin-top: -50px;
  }
}
.min_width_1200 {
  min-width: 1200px;
}

@media only screen and (max-width: 1199px) {
  .min_width_1200 {
    min-width: auto;
  }
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #e40a0a;
}

.owl-theme .owl-dots .owl-dot span {
  margin-top: 30px;
  width: 20px;
  height: 3px;
  background: #20232e;
  border-radius: 2px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  line-height: 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
}

.owl-theme .owl-nav {
  position: absolute;
  top: calc(50% - 50px);
  left: 0;
  right: 0;
}

.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
  position: absolute;
  height: 50px;
  width: 30px;
  background-color: white !important;
  color: black;
  border: 1px solid white;
  border-radius: 0px;
  z-index: 100;
  transition: all 1s ease-in;
  outline: none;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-nav .owl-prev i, .owl-theme .owl-nav .owl-next i {
  font-size: 1.5rem;
  color: #cecece;
}

.owl-theme .owl-nav .owl-prev {
  left: 0;
}

.owl-theme .owl-nav .owl-next {
  right: 0;
}

.owl-theme:hover .owl-prev, .owl-theme:hover .owl-next {
  background-color: white !important;
  transition: all 0.3s ease-in;
}

.owl-theme:hover .owl-prev:hover, .owl-theme:hover .owl-next:hover {
  background-color: #e40a0a !important;
}

.owl-theme:hover .owl-prev:hover i, .owl-theme:hover .owl-next:hover i {
  color: white !important;
}

.section_similar_blog .owl-carousel .item {
  margin: 15px 10px;
}

.authorities img {
  height: 100%;
  max-height: 10vh;
  min-height: 10vh;
  width: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.authorities .item {
  max-height: 10vh;
  min-height: 10vh;
  overflow: hidden;
  margin: 8px;
}

.common_btn {
  background-color: #e40a0a;
  color: white;
  padding: 5px 20px;
}

.common_btn:hover {
  background-color: #ff0d06;
  color: white;
  padding: 5px 20px;
}

.min_width_1200 {
  min-width: 1200px;
}

@media only screen and (max-width: 1200px) {
  .min_width_1200 {
    min-width: auto;
  }
}
@media only screen and (max-width: 575px) {
  .navbar-brand img {
    max-height: 50px;
  }
  .smallerImage img {
    max-height: 30px;
  }
  .sticky .navbar-brand img {
    height: 40px;
    max-height: 40px !important;
  }
  .sticky .navbar-brand.smallerImage img {
    max-height: 20px !important;
  }
}
.lets_diccuss {
  display: block;
  background-color: white;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  max-width: 350px;
  margin: 0px auto;
  padding-top: 40px;
  padding-bottom: 10px;
  scroll-margin-top: 140px;
}
.lets_diccuss.animateConfigurator {
  animation: glow 0.5s 4 alternate;
}
@media only screen and (max-width: 767px) {
  .lets_diccuss.animateConfigurator {
    animation: glow 0.5s 6 alternate;
  }
}
.lets_diccuss .form-container-configurator input, .lets_diccuss .form-container-configurator select, .lets_diccuss .form-container-configurator textarea {
  display: inline-block;
  width: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  color: #cc0909;
  border: 1px solid #747a81;
  border-radius: 8px;
  outline: none;
  font-size: 0.8rem;
  padding: 2px 15px;
}
.lets_diccuss .form-container-configurator input:focus, .lets_diccuss .form-container-configurator select:focus, .lets_diccuss .form-container-configurator textarea:focus {
  outline: none;
  border: 1px solid black;
}
.lets_diccuss .form-container-configurator input::-moz-placeholder, .lets_diccuss .form-container-configurator select::-moz-placeholder, .lets_diccuss .form-container-configurator textarea::-moz-placeholder {
  color: #747a81;
}
.lets_diccuss .form-container-configurator input::placeholder, .lets_diccuss .form-container-configurator select::placeholder, .lets_diccuss .form-container-configurator textarea::placeholder {
  color: #747a81;
}
.lets_diccuss .form-container-configurator input[type=checkbox] {
  height: 12px;
  width: 12px;
  line-height: 12px;
}
.lets_diccuss .form-container-configurator label {
  font-size: 0.8rem;
  display: inline-block;
  margin-bottom: 5px;
  color: #747a81;
}
.lets_diccuss .form-container-configurator label.normal_text {
  font-size: 0.9rem;
}
.lets_diccuss .form-container-configurator input, .lets_diccuss .form-container-configurator select {
  height: 30px;
  line-height: 30px;
}
.lets_diccuss .ribbon_design {
  background: #cc0909;
  width: 220px;
  position: absolute;
  top: 10px;
  height: 30px;
  left: -20px;
  text-align: center;
  z-index: 22;
  color: white;
  cursor: move;
}
.lets_diccuss .ribbon_design h3 {
  line-height: 30px;
  margin-bottom: 0px;
  font-size: 0.8rem;
  font-weight: 600;
}
.lets_diccuss .ribbon_design:before {
  content: "";
  position: absolute;
  border-bottom: 17px solid transparent;
  border-right: 19px solid #6a0505;
  left: 0;
  bottom: -17px;
}
.lets_diccuss .ribbon_design:after {
  content: "";
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 16px solid #cc0909;
  right: -16px;
  top: 0px;
}
.lets_diccuss .configurator-inner {
  padding: 10px 20px;
}

@keyframes glow {
  from {
    box-shadow: 0 0 10px -10px #cc0909;
  }
  to {
    box-shadow: 0 0 10px 10px #cc0909;
  }
}
.form-section2 {
  display: none;
}

.form-section2.current {
  display: inherit;
}

.upload_btn {
  background-color: #1c1c1c;
  color: white;
  border: 1px solid #cc0909;
  padding: 5px 10px;
  cursor: pointer;
  display: inline-block;
}

.Custom_upload {
  font-style: normal;
  font-size: 0.8rem;
  color: #495057;
}

.info_text {
  font-size: 0.7rem;
  font-style: italic;
}

.imagecomtainer p {
  margin: 5px;
  display: inline-block;
  background-color: #cc0909;
  color: black;
  font-size: 0.8rem;
  padding: 5px 10px;
}

.instaBtn {
  display: inline-block;
  padding: 4px 10px;
  background-color: white;
  border: none;
  color: black;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.instaBtn:hover {
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
}

.btn-Custom {
  background-color: #cc0909;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  border: none;
  font-size: 0.8rem;
  transition: background-color 0.3s ease-in, box-shadow 0.3s ease-in;
}
.btn-Custom:focus {
  outline: none;
}
.btn-Custom:hover {
  background-color: #9b0707;
  box-shadow: 0px 2px 4px rgba(204, 9, 9, 0.3);
  color: white;
}

/********************Maximize Minimize animation************************/
.lets_diccuss {
  position: fixed;
  top: 120px;
  right: 100px;
  width: 350px;
  min-height: 200px;
  background-color: white;
  border-radius: 4px;
  z-index: 5;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: top 0.5s 0s cubic-bezier(0.1, 1.2, 0.3, 1), transform 0.5s 0s cubic-bezier(0.1, 1.2, 0.3, 1), width 0.5s 0.5s cubic-bezier(0.1, 1.2, 0.3, 1), opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .lets_diccuss {
    right: unset;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
  }
}
.lets_diccuss .window-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  height: 30px;
  width: 60px;
}
.lets_diccuss .window-controls .maximize {
  background-color: rgb(232, 234, 236);
  position: absolute;
  top: -30px;
  opacity: 0;
  right: 0;
  z-index: 9;
  width: 200px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: rgb(180, 185, 190);
  cursor: pointer;
  transition: opacity 0.3s 0.5s, top 0s 0.8s;
}
.lets_diccuss .window-controls .close,
.lets_diccuss .window-controls .minimize {
  opacity: 0.5;
  cursor: pointer;
}
.lets_diccuss .window-controls .close:hover,
.lets_diccuss .window-controls .minimize:hover {
  opacity: 0.7;
}
.lets_diccuss .window-controls .close:active,
.lets_diccuss .window-controls .minimize:active {
  opacity: 1;
}
.lets_diccuss .window-controls .close {
  width: 30px;
  height: 30px;
  float: left;
}
.lets_diccuss .window-controls .close:before, .lets_diccuss .window-controls .close:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background-color: black;
  position: absolute;
  border-radius: 2px;
  top: 14px;
  left: 9px;
}
.lets_diccuss .window-controls .close:before {
  transform: rotate(45deg);
}
.lets_diccuss .window-controls .close:after {
  transform: rotate(-45deg);
}
.lets_diccuss .window-controls .minimize {
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
}
.lets_diccuss .window-controls .minimize:before, .lets_diccuss .window-controls .minimize:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: black;
  position: absolute;
  border-radius: 2px;
  top: 14px;
  left: 10px;
}
.lets_diccuss .window-controls .minimize:before {
  transform: translateX(-3px) rotate(45deg);
}
.lets_diccuss .window-controls .minimize:after {
  transform: translateX(3px) rotate(-45deg);
}
.lets_diccuss .window-sidebar {
  width: 200px;
  height: 400px;
  background-color: rgb(232, 234, 236);
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 30px;
  z-index: 4;
}
.lets_diccuss .window-sidebar .content-block {
  height: 60px;
  width: 100%;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.lets_diccuss .window-sidebar .content-block:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: black;
  top: 10px;
  left: 10px;
  opacity: 0.05;
}
.lets_diccuss .window-sidebar .content-block:after {
  position: absolute;
  content: "";
  width: 120px;
  height: 10px;
  background-color: black;
  top: 25px;
  left: 60px;
  opacity: 0.05;
  border-radius: 5px;
}
.lets_diccuss .window-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 400px;
}
.lets_diccuss .window-content:before {
  position: absolute;
  content: "";
  width: 460px;
  height: 200px;
  background-color: black;
  top: 20px;
  left: 20px;
  opacity: 0.05;
  border-radius: 5px;
}
.lets_diccuss .window-content:after {
  position: absolute;
  content: "";
  width: 380px;
  height: 10px;
  background-color: black;
  top: 240px;
  left: 60px;
  opacity: 0.05;
  border-radius: 5px;
}

.minimized .lets_diccuss {
  overflow: hidden;
  height: 30px !important;
  overflow: hidden !important;
  bottom: 0px;
  top: unset;
  min-height: 30px;
  left: 10px;
  right: unset;
  width: 200px;
  opacity: 0.9;
  line-height: 30px;
  padding: 0px;
}
@media only screen and (max-width: 575px) {
  .minimized .lets_diccuss {
    left: 50%;
    min-height: 30px;
    top: unset;
    bottom: 0px;
    transform: translate(-50%, 0px);
  }
}
.minimized .lets_diccuss .ribbon_design {
  display: none;
}
.minimized .lets_diccuss:hover {
  opacity: 0.75;
}
.minimized .lets_diccuss .maximize {
  top: -10px;
  right: -10px;
  opacity: 1;
  line-height: 30px;
  background-color: #0e7540;
  color: white;
  transition: opacity 0.3s 0.5s, top 0s 0.5s;
}

.parsley-errors-list.filled {
  position: relative;
  background-color: none;
  font-size: 0.7rem;
  color: #f96a6a !important;
  list-style: none;
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
}
.parsley-errors-list.filled li {
  color: #f96a6a;
  font-size: 0.7rem;
}

.btn-Custom2 {
  text-align: left;
  float: left;
  background-color: transparent;
  border: none;
  color: #cc0909;
}

.negative2 {
  margin-top: -10px;
}

.rounded_input {
  border-radius: 10px !important;
  overflow: hidden;
}

/********************Maximize Minimize animation************************//*# sourceMappingURL=style.v1.4.css.map */