/* #scroll{
	overflow: hidden;
} */

body {
  color: #616161;
  font-size: 16px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232323;
  font-weight: bold;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

/* Links




------------------------------------ */

.mobile-menu.mean-container {
  overflow: hidden;
}

a {
  color: #616161;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #0c5adb;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1140px;
}

.topbar .topbar-wrapper .topbar-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0px;
}
.topbar .topbar-wrapper .topbar-contact .content {
  display: flex;
}
.topbar .topbar-wrapper .topbar-contact .content .button a {
  text-decoration: none;
  background-color: #da171b;
  font-size: 15px;
  color: #fff;
  padding: 14px 32px;
  text-align: center;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 25px;
}
.topbar .topbar-wrapper .topbar-contact .content .button a:hover {
  background-color: #0b2a54;
  transition: 0.5s;
}
.topbar .topbar-wrapper .topbar-contact .content ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.topbar .topbar-wrapper .topbar-contact .content ul li {
  padding-right: 20px;
  color: #da171b;
}
.topbar .topbar-wrapper .topbar-contact .content ul li a {
  text-decoration: none;
  color: #da171b;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
.topbar .topbar-wrapper .topbar-contact .content ul li a i {
  padding-right: 10px;
}

/* header section end ============= */
.sticky-nav {
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  position: fixed !important;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  background: #0b2a54;
  z-index: 9999 !important;
  animation-name: slideInDown;
  animation-duration: 1.5s;
}

.menu {
  background: #0b2a54;
  position: relative;
}

.menu .main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu .main-menu nav ul {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.menu .main-menu nav ul a {
  text-decoration: none;
  padding-right: 30px;
  padding-left: 0px;
  text-transform: capitalize;
  margin: 0 28px;
  margin-left: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 33px 0;
  display: inline-block;
}

.menu .main-menu .menu-icon a i {
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
  margin: 0px 6px;
  height: 36px;
  width: 36px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  transition: 0.5s;
}

.menu .main-menu .menu-icon a i:hover {
  color: #fff;
  background: #da171b;
  border: 1px solid #da171b;
  transition: 0.5s;
}

/*sub-menu*/
.main-menu ul li.menu-item-has-children {
  position: relative;
}

.main-menu ul li .sub-menu {
  position: absolute;
  width: 200px;
  display: block;
  text-align: left;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  top: 150%;
  z-index: 2;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-top: 5px solid #da171b;
  border-radius: 3px 3px 0 0;
}

.main-menu ul li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-menu ul li .sub-menu li a {
  display: block;
  padding: 15px 19px;
  color: #012766;
  width: 200px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.main-menu ul li .sub-menu li a:hover {
  background: #0b2a54;
  color: #fff;
}

/* Hero section start ===================== */
.hero-section {
  position: relative;
}

.hero-section .hero-slider {
  position: relative;
  height: 825px;
}

.hero-section .slider-content {
  position: absolute;
  z-index: 1;
  width: 50%;
  color: #fff;
  text-align: center;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.hero-section .slider-content .text-section h4 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.hero-section .slider-content .text-section h1 {
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
  font-size: 80px;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
}

.hero-section .slider-content .text-section p {
  margin: 15px auto 40px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 10px 0px;
  line-height: 1.8;
}

.hero-section .slider-content .button {
  display: flex;
  justify-content: center;
}

.hero-section .slider-content .button .button-1 a {
  display: inline-block;
  border: 1px solid #da171b;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #da171b;
  padding: 14px 32px;
  text-decoration: none;
  margin-right: 15px;
  font-family: "Roboto", sans-serif;
}

.hero-section .slider-content .button .button-1 a:hover {
  background: #226186;
  border: 1px solid #226186;
  transition: 0.5s;
}

.hero-section .slider-content .button .button-2 a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  font-weight: 500;
  padding: 12px 32px;
  text-transform: uppercase;
  margin-right: 11px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

.hero-section .slider-content .button .button-2 a:hover {
  background: #226186;
  border: 1px solid #226186;
  transition: 0.5s;
}

.hero-section .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.hero-section .owl-nav button.owl-next {
  position: absolute;
  right: 5%;
  color: #fff;
  height: 40px;
  width: 40px;
  font-size: 30px;
  background-color: transparent;
  border: 1px solid #fff;
  line-height: 33px;
}

.hero-section .owl-nav button span {
  height: 100%;
  width: 100%;
  display: inline-block;
}

.hero-section .owl-nav button.owl-next:hover {
  background-color: #da171b;
  transition: 0.5s;
  border: 1px solid #da171b;
}

.hero-section .owl-nav button.owl-prev {
  position: absolute;
  left: 5%;
  color: #fff;
  height: 40px;
  width: 40px;
  font-size: 30px;
  background-color: transparent;
  border: 1px solid #fff;
  line-height: 33px;
}

.hero-section .owl-nav button.owl-prev:hover {
  background-color: #da171b;
  transition: 0.5s;
  border: 1px solid #da171b;
}

/* Hero section end ===================== */
/* Service section start ============ */
.service-section {
  margin-top: 115px;
  margin-bottom: 125px;
}

.service-section .service-text-section .service-top {
  display: flex;
  flex-wrap: wrap;
}

.service-section .service-text-section .service-title {
  width: 40%;
}

.service-section .service-text-section .service-title h3 {
  text-align: end;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #0b2a54;
  font-family: "Roboto", sans-serif;
}

.service-section .service-text-section .service-title h2 {
  color: #0b2a54;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: end;
}

.service-section .service-text-section .service-top .image {
  width: 10%;
  text-align: center;
}

.service-section .service-text-section .text-p {
  width: 50%;
}

.service-section .service-text-section .text-p p {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
}

.service-section .service-text-section .main-content {
  padding: 0px 0px;
}

.service-section .service-text-section .main-content .content {
  padding-top: 70px;
}

.service-section .service-text-section .main-content .image img {
  width: 100%;
}

.service-section .service-text-section .main-content .content .description h2 {
  color: #333333;
  font-size: 23px;
  margin: 29px 0 11px 0;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.service-section .service-text-section .main-content .content .description p {
  color: #666666;
  line-height: 1.8;
}

.service-section .service-text-section .main-content .content .bar {
  height: 1px;
  width: 100%;
  background-color: #0b2a54;
  margin: 35px 0px 0px 0px;
}

.service-section .service-text-section .main-content .content:hover .bar {
  background-color: #da171b;
  transition: 0.5s;
}

/* Service section end ============ */
/* Counter section start ============= */
.counter-section {
  background-image: url("../images/home/aboutus_back_northtop.webp");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 800px;
}

@media (max-width: 1199px) {
  .counter-section.o-h {
    /* height: 925px; */
    /* overflow: hidden; */
  }

  .counter-section.o-h-2 {
    /* height: 990px; */
    /* overflow: hidden; */
  }
}

.about_new h2 {
  position: relative;
  top: 30px;
}

.counter-section .counter-wraper {
  background-color: #0b2a54;
  color: #fff;
  position: absolute;
  top: 200px;
  width: 62%;
  left: 50%;
  transform: translatex(-50%);
}

.counter-section .counter-wraper .counter-content {
  margin: 94px 150px 0px 150px;
}

.counter-section .counter-wraper .counter-content .title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
}

.counter-section .counter-wraper .counter-content .description p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 40px;
  margin-bottom: 30px;
}

.counter-section .counter-wraper .counter-content .list ul {
  margin: 0;
  padding: 0;
}

.counter-section .counter-wraper .counter-content .list ul li {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  list-style: none;
  margin-top: 15px;
}

.counter-section .counter-wraper .counter-content .list ul li i {
  color: #da171b;
  margin-right: 7px;
}

.counter-section .counter-wraper .counter-content .counter-box {
  display: flex;
  justify-content: center;
}

.counter-section .counter-wraper .counter-content .counter-box .content {
  padding: 60px;
  position: relative;
  bottom: 20px;
}

.counter-section .counter-wraper .counter-content .counter-box .content h1 {
  color: #fff;
  font-size: 60px;
  display: inline-block;
  font-weight: bold;
}

.counter-section .counter-wraper .counter-content .counter-box .content h4 {
  color: #da171b;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 2px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
}

.counter-section .counter-wraper .counter-content .counter-box .content .bar {
  position: absolute;
  height: 100px;
  width: 1px;
  background-color: #fff;
  bottom: 27%;
  left: 0%;
}
.choose-us-thumb img {
  width: 100%;
}

/* Counter section end ============= */
/* Team section start =============== */
.team-section {
  margin-top: 180px;
}

.team-section .team-text-section .team-top {
  display: flex;
  flex-wrap: wrap;
}

.team-section .team-text-section .team-title {
  width: 30%;
}

.team-section .team-text-section .team-title h3 {
  text-align: end;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #0b2a54;
  font-family: "Roboto", sans-serif;
}

.team-section .team-text-section .team-title h2 {
  color: #0b2a54;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: end;
}

.team-section .team-text-section .image {
  width: 10%;
  text-align: center;
}

.team-section .team-text-section .text-p {
  width: 60%;
}

.team-section .team-text-section .text-p p {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  /* padding-right: 90px;
  padding-top: 20px; */
  text-align: left;
}

.team-section .team-text-section .team-main-content {
  padding: 0px 0px;
}

.team-section .team-text-section .team-main-content .content {
  padding-top: 70px;
  position: relative;
}

.team-section .team-text-section .team-main-content .content .image {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  width: 100%;
}

.team-section .team-text-section .team-main-content .content .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(17, 46, 71, 0.7);
  transition: 0.5s;
  opacity: 0;
}

.team-section
  .team-text-section
  .team-main-content
  .content:hover
  .image::before {
  opacity: 1;
  transition: 0.5s;
}

.team-section .team-text-section .team-main-content .content .image img {
  width: 100%;
}

.team-section .team-text-section .team-main-content .content .description {
  text-align: center;
  margin-top: 20px;
}

.team-section .team-text-section .team-main-content .content .description h3 {
  margin-bottom: 0px;
}

.team-section .team-text-section .team-main-content .content .description h3 a {
  color: #333333;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
}

.team-section .team-text-section .team-main-content .content .team-icon {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translatex(-50%);
  opacity: 0;
}

.team-section .team-text-section .team-main-content .content:hover .team-icon {
  opacity: 1;
}

.team-section .team-text-section .team-main-content .content .team-icon a {
  display: inline-block;
}

.team-section .team-text-section .team-main-content .content .team-icon a i {
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
  margin: 0px 6px;
  height: 40px;
  width: 40px;
  line-height: 21px;
  text-align: center;
  display: inline-block;
}

.team-section
  .team-text-section
  .team-main-content
  .content
  .team-icon
  a
  i:hover {
  background: #ffc107;
  border: 1px solid #ffc107;
  transition: 0.5s;
}

.team-section .team-text-section .team-main-content .content .bar {
  height: 1px;
  width: 100%;
  background-color: #555;
  margin: 35px 0px 0px 0px;
}

.team-section .team-text-section .team-main-content .content:hover .bar {
  background-color: #ffc107;
  transition: 0.5s;
}

/* Team section end =============== */
/* Portfolio section stsrt =========== */
.protfolio-section {
  margin-top: 100px;
  margin-bottom: 100px;
  background: #0b2a54;
}

.protfolio-section .custom-container {
  padding: 0px 15px 0px 0px;
  position: relative;
}

.protfolio-section .protfolio-box {
  /* background: #0b2a54; */
  color: #fff;
}

.protfolio-section .protfolio-box .protfolio-content {
  padding-left: 80px;
}

.protfolio-section .protfolio-box .protfolio-content h2 {
  font-size: 36px;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.protfolio-section .protfolio-box .protfolio-content p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  padding: 30px 64px 19px 0px;
}

.protfolio-section .protfolio-box .protfolio-content .button a {
  text-decoration: none;
  background-color: #da171b;
  font-size: 15px;
  color: #fff;
  padding: 15px 26px;
  text-align: center;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 1px;
  border-radius: 4px;
  display: inline-block;
}

.protfolio-section .protfolio-box .protfolio-content .button a:hover {
  background: #fff;
  color: #da171b;
  transition: 0.5s;
}

.protfolio-section .protfolio-slider .slider-content .image {
  position: relative;
}

.protfolio-section .protfolio-slider .slider-content .image::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 500ms;
  transition: 0.5s;
}

.protfolio-section .protfolio-slider .slider-content .pluse-section {
  position: absolute;
  z-index: 1;
  top: 64%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s;
}

.protfolio-section .protfolio-slider .slider-content:hover .pluse-section {
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 64%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.protfolio-section .protfolio-slider .slider-content:hover .image::before {
  opacity: 1;
  transition: 0.5s;
}

.protfolio-section .protfolio-slider .slider-content .pluse-section .pluse {
  height: 2px;
  width: 100px;
  background: #fff;
  position: relative;
  margin: -50px 0px;
  text-align: center;
}

.protfolio-section
  .protfolio-slider
  .slider-content
  .pluse-section
  .pluse::before {
  content: "";
  position: absolute;
  top: -50px;
  height: 100px;
  width: 2px;
  background: #fff;
}

.protfolio-section .owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  right: 47%;
  bottom: -10%;
  transition: 0.5s;
}

.protfolio-section .owl-carousel .owl-dots button {
  height: 4px;
  width: 35px;
  background: #bfcadc;
  margin-right: 5px;
  transition: 0.5s;
}

.protfolio-section .owl-carousel .owl-dots button.active {
  background: #da171b;
  height: 6px;
  width: 45px;
  transition: 0.5s;
}

/* Portfolio section end =========== */
/* Video section start ================  */
.video-section {
  padding-top: 10px;
  margin-bottom: 120px;
}

.video-section .left-content {
  position: relative;
}

.video-section .left-content .icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 30%;
  color: #fff;
  height: 65px;
  width: 65px;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 37px;
  padding-left: 18px;
}

.video-section .left-content .icon a {
  color: #fff;
}

.video-section .left-content .contact {
  height: 190px;
  background: #0b2a54;
  color: #fff;
  margin-top: 25px;
  text-align: center;
}

.video-section .left-content .image img {
  width: 100%;
}

.video-section .left-content .contact h2 {
  color: #da171b;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  padding-top: 50px;
  padding-bottom: 10px;
}

.video-section .left-content .contact span {
  font-size: 25px;
  color: #fff;
}

.video-section .video-slider {
  background: #f6f6f6;
  padding: 71px 0px 107px 0px;
}

.video-section .video-slider .video-slider-content .image {
  width: 21%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.video-section .video-slider .video-slider-content {
  text-align: center;
}

.video-section .video-slider .video-slider-content p {
  font-family: "Roboto", sans-serif;
  color: #777777;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  margin: auto;
  line-height: 2;
  padding: 34px 60px;
}

.video-section .video-slider .video-slider-content h2 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 7px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
}

.video-section .owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  right: 39%;
  bottom: 9%;
}

.video-section .owl-carousel .owl-dots button {
  height: 3px;
  width: 35px;
  background: #0b2a54;
  margin-right: 5px;
}

.video-section .owl-carousel .owl-dots button.active {
  background: #da171b;
  height: 3px;
  width: 35px;
}

/* Video section end ================  */
/* Bolog section start ================ */
.blog-section {
  /* margin-top: 120px; */
  background: #f6f6f6;
  padding-bottom: 110px;
}

.blog-section .blog-wraper {
  padding-top: 110px;
}

.blog-section .blog-wraper .blog-header .blog-top {
  display: flex;
  flex-wrap: wrap;
}

.blog-section .blog-wraper .blog-header .blog-top .blog-title {
  width: 30%;
}

.blog-section .blog-wraper .blog-header .blog-top .blog-title h3 {
  text-align: end;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #0b2a54;
  font-family: "Roboto", sans-serif;
}

.blog-section .blog-wraper .blog-header .blog-top .blog-title h2 {
  color: #0b2a54;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: end;
}

.blog-section .blog-wraper .blog-header .blog-top .image {
  width: 10%;
  text-align: center;
}

.blog-section .blog-wraper .blog-header .blog-top .text-p {
  width: 60%;
}

.blog-section .blog-wraper .blog-header .blog-top .text-p p {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
}

.blog-section .blog-wraper .blog-slider {
  padding-top: 70px;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content {
  position: relative;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .content {
  background: #fff;
  padding-left: 20px;
  padding-bottom: 30px;
  padding-right: 10px;
  position: relative;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .name ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding: 54px 0px 0px 0px;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .name ul li a {
  display: inline-block;
  margin-right: 30px;
  color: #0b2a54;
  text-decoration: none;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .name h2 a {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  font-size: 19px;
  line-height: 1.2;
  color: #232323;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .name h2 a:hover {
  color: #da171b;
  transition: 0.5s;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .name p {
  color: #555;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .name a {
  color: #da171b;
  margin-bottom: 15px;
  text-decoration: underline;
  font-weight: 500;
  font-size: 15px;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .content .date {
  position: absolute;
  display: inline-block;
  top: -58px;
}

.blog-section
  .blog-wraper
  .blog-slider
  .blog-slider-content
  .content
  .date
  span {
  width: 81px;
  display: block;
  background: #d1d1d1;
  height: 83px;
  text-align: center;
  padding: 17px 7px 0px 7px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
}

.blog-section .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.blog-section .owl-nav button.owl-next {
  position: absolute;
  right: -70px;
  color: #fff;
  background-color: #da171b;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 40px;
  opacity: 0;
}

.blog-section .owl-nav button.owl-next:hover {
  background-color: #0b2a54;
  transition: 0.5s;
}

.blog-section .blog-wraper .blog-slider:hover .owl-nav button.owl-next {
  opacity: 1;
  transition: 0.5s;
}

.blog-section .owl-nav button.owl-prev {
  position: absolute;
  left: -70px;
  color: #fff;
  background-color: #da171b;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 30px;
  opacity: 0;
}

.blog-section .owl-nav button.owl-prev:hover {
  background-color: #0b2a54;
  transition: 0.5s;
}

.blog-section .blog-wraper .blog-slider:hover .owl-nav button.owl-prev {
  opacity: 1;
  transition: 0.5s;
}

/* Bolog section end ================ */
/* Footer section start ============== */
.footer-section {
  background-image: url("../images/footer/footer_northtop.webp");
  background-repeat: no-repeat;
  padding-top: 50px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.footer-section::before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(11 42 84 / 95%);
  position: absolute;
}

.footer-section .main-section p {
  font-size: 16px;
  position: relative;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
  margin: 40px 30px 34px 0px;
}
.footer-section .icon {
  position: relative;
}
.cuppyRight-section p {
  position: relative;
}

.footer-section .main-section .icon a i {
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
  margin: 0px 6px;
  height: 35px;
  width: 35px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
}

.footer-section .main-section .icon a i:hover {
  background: #da171b;
  border: 1px solid #da171b;
  transition: 0.5s;
}

.footer-section .main-section h2 {
  font-size: 21px;
  margin-bottom: 28px;
  margin-top: 15px;
  position: relative;
  color: #f8f9fe;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.footer-section .main-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 9;
  position: relative;
}

.footer-section .main-section ul li {
  padding-bottom: 12px;
}

.footer-section .main-section ul a {
  color: #f8f9fe;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
  transition: 0.5s;
}

.footer-section .main-section ul a:hover {
  color: #da171b;
  transition: 0.5s;
}

.footer-section .main-section .post-image {
  display: flex;
}

.footer-section .main-section .post-image .image {
  padding: 0px 20px 42px 0px;
}

.footer-section .main-section .post-image .post-text h4 a {
  color: #f8f9fe;
  font-size: 16px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  transition: 0.5s;
  font-weight: 500;
}

.footer-section .main-section .post-image .post-text h4 a:hover {
  color: #ffc107;
  transition: 0.5s;
}

.footer-section .main-section .post-image .post-text span {
  color: #fff;
}

.footer-section .main-section h3 {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
}

.footer-section .main-section h3 span {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.footer-section .cuppyRight-section {
  background: #0a2c5a;
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.footer-section .cuppyRight-section p {
  color: #fff;
  padding: 30px 0px;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}

/* Footer section end ============== */
/* ================================ Responsive start ============================ */
@media screen and (max-width: 1600px) {
  /* =====1600 Responsive hero section start====== */
  .hero-section .slider-content {
    width: 60%;
  }

  /* =====1600 Responsive hero section start====== */
  .counter-section .counter-wraper {
    top: 150px;
    width: 68%;
  }

  .protfolio-section .protfolio-box .protfolio-content p {
    padding: 30px 5px 19px 0px;
  }
}
@media screen and (max-width: 1400px) {
  /* =====1400 Responsive header section start====== */
  .counter-section .counter-wraper {
    width: 77%;
  }

  .protfolio-section .protfolio-box .protfolio-content {
    padding: 40px 0px 0px 32px;
  }

  .protfolio-section .protfolio-box .protfolio-content h2 {
    font-size: 33px;
  }

  .protfolio-section .protfolio-box .protfolio-content p {
    padding: 30px 5px 9px 0px;
  }
}
@media screen and (max-width: 1366px) {
  /* =====1600 Responsive hero section start====== */
  .hero-section .slider-content {
    width: 65%;
  }

  /* =====1366 Responsive protfolio section start====== */
  .protfolio-section .protfolio-box .protfolio-content p {
    padding: 25px 5px 0px 0px;
  }

  /* =====1400 Responsive header section start====== */
  .protfolio-section .protfolio-box .protfolio-content h2 {
    font-size: 31px;
  }
}
@media screen and (max-width: 1100px) {
  /* ==========================1100 Responsive team section start=============================== */
  .team-section {
    margin-top: 220px;
  }
}

@media only screen and (max-width: 992px) {
  .hero-section .slider-content .text-section h1 {
    font-size: 59px;
  }
  .counter-section .counter-wraper .counter-content .list ul li {
    font-size: 13px;
  }
  .service-section .service-text-section .service-title h3 {
    font-size: 35px;
  }
  .video-section .video-slider .video-slider-content p {
    font-size: 15px;
  }
  .topbar .topbar-wrapper .topbar-contact {
    display: block;
  }
  .topbar .topbar-wrapper .topbar-contact .image {
    text-align: center;
  }

  .topbar .topbar-wrapper .topbar-contact .content {
    display: none;
  }

  .team-section .team-text-section .team-main-content .content .team-icon {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translatex(-50%);
    opacity: 0;
  }

  .blog-section .owl-nav button.owl-next {
    right: -4px;
  }

  .blog-section .owl-nav button.owl-prev {
    left: -4px;
  }
}

@media only screen and (max-width: 991px) {
  /* =====991 Responsive header section start====== */
  .topbar .topbar-wrapper .topbar-contact {
    display: block;
    padding: 15px 0px;
  }

  .topbar .topbar-wrapper .topbar-contact .image {
    text-align: center;
  }

  .topbar .topbar-wrapper .topbar-contact .content {
    display: none;
  }

  /* =====991 Responsive menu section start====== */
  /*  .menu .main-menu {
    justify-content: center;
  }

  .menu .main-menu nav ul {
    
  }

  .menu .main-menu nav ul li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .menu .main-menu .menu-icon {
    display: none;
  } */

  /* =====991 Responsive Hero section start====== */
  .hero-section .slider-content {
    width: 81%;
  }

  .hero-section .slider-content .text-section h4 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
  }

  .hero-section .slider-content .text-section h1 {
    font-size: 60px;
  }

  .hero-section .owl-nav {
    top: 39%;
  }

  /* =====991 Responsive service section start====== */
  .service-section {
    margin-top: 115px;
  }

  .service-section .text-section .title {
    padding-top: 30px;
  }

  .service-section .service-text-section .service-title h3 {
    font-size: 32px;
  }

  .service-section .service-text-section .service-title h2 {
    font-size: 32px;
  }

  .service-section .text-section .image {
    display: inline-block;
    margin-left: 12px;
  }

  .service-section .text-section .text-p p {
    padding-right: 0px;
    padding-top: 20px;
  }

  /* =====991 Responsive counter section start====== */
  .counter-section {
    height: 555px;
    position: relative;
  }

  .counter-section .counter-wraper {
    width: 69%;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }

  .counter-section .counter-wraper .counter-content {
    margin: 30px 28px 0px 38px;
  }

  .counter-section .counter-wraper .counter-content .title h2 {
    font-size: 30px;
    text-align: center;
  }

  .counter-section .counter-wraper .counter-content .description p {
    font-size: 16px;
  }

  .counter-section .counter-wraper .counter-content .counter-box .content {
    padding: 20px;
    margin: 17px 0px;
  }

  .counter-section .counter-wraper .counter-content .counter-box .content h1 {
    font-size: 50px;
  }

  .counter-section .counter-wraper .counter-content .counter-box .content h4 {
    font-size: 14px;
  }

  .counter-section .counter-wraper .counter-content .counter-box .content .bar {
    height: 80px;
    bottom: 21%;
  }

  /* =====991 Responsive team section start====== */
  .team-section {
    margin-top: 210px;
  }

  .team-section .team-text-section .team-title {
    padding-top: 30px;
  }

  .team-section .team-text-section .team-title h3 {
    font-size: 32px;
  }

  .team-section .team-text-section .team-title h2 {
    font-size: 32px;
  }

  .team-section .team-text-section .text-p p {
    padding-right: 0px;
    padding-top: 20px;
  }

  .team-section .team-text-section .team-main-content .content .team-icon {
  }

  /* =====991 Responsive protfolio section start====== */
  .protfolio-section .protfolio-box .protfolio-content {
    padding: 34px 0px 47px 30px;
  }

  .protfolio-section .protfolio-box .protfolio-content h2 {
    font-size: 30px;
  }

  .protfolio-section .protfolio-box .protfolio-content p {
    font-size: 18px;
    padding: 21px 0px 12px 0px;
    line-height: 1.4;
  }

  .protfolio-section .protfolio-box .protfolio-content .button a {
    font-size: 15px;
    padding: 12px 12px;
  }

  .protfolio-section .owl-carousel .owl-dots {
    bottom: -12%;
  }

  /* =====991 Responsive video section start====== */
  .video-section {
    padding-top: 30px;
  }

  .video-section .video-slider {
    padding: 45px 0px 107px 0px;
  }

  .video-section .left-content .icon {
    left: 50%;
    transform: translate(-50%);
    top: 18%;
    color: #fff;
    height: 60px;
    width: 60px;
    font-size: 37px;
    padding-left: 18px;
  }

  .video-section .left-content .contact h2 {
    font-size: 22px;
    padding-top: 57px;
    padding-bottom: 10px;
  }

  .video-section .left-content .contact span {
    font-size: 20px;
  }

  .video-section .video-slider .video-slider-content p {
    padding: 48px 50px 32px 50px;
    line-height: 1.8;
  }

  .video-section .video-slider .video-slider-content h2 {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .video-section .owl-carousel .owl-dots {
    right: 36%;
    bottom: 9%;
  }

  /* =====991 Responsive blog section start====== */
  .blog-section {
    margin-top: 100px;
    padding-bottom: 80px;
  }

  .blog-section .blog-wraper {
    padding-top: 80px;
  }

  .blog-section .blog-wraper .blog-header .blog-title {
    padding-top: 26%;
    padding-top: 17px;
  }

  .blog-section .blog-wraper .blog-header .blog-title h3 {
    font-size: 26px;
  }

  .blog-section .blog-wraper .blog-header .blog-title h2 {
    font-size: 26px;
  }

  .blog-section .blog-wraper .blog-header .image {
    display: inline-block;
  }

  .blog-section .blog-wraper .blog-header .text-p p {
    padding-right: 0px;
    padding-top: 20px;
  }

  .blog-section .blog-wraper .blog-slider {
    padding-top: 70px;
  }

  .blog-section .blog-wraper .blog-slider .blog-slider-content .name ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    padding: 50px 0px 0px 0px;
  }

  .blog-section .blog-wraper .blog-slider .blog-slider-content .name ul li a {
    margin-right: 35px;
    font-size: 16px;
    line-height: 1.8;
  }

  .blog-section .blog-wraper .blog-slider .blog-slider-content .name h2 a {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  /* .blog-section .blog-wraper .blog-slider .blog-slider-content .content .date {
    top: 227px;
  } */
  .blog-section
    .blog-wraper
    .blog-slider
    .blog-slider-content
    .content
    .date
    span {
    width: 75px;
    height: 79px;
    padding-top: 13px;
    font-size: 18px;
  }

  .blog-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 47px;
    right: 47px;
  }

  /* =====991 Responsive footer section start====== */
  .footer-section .main-section {
    padding-left: 15%;
  }

  .footer-section .footer-service {
    padding-left: 100px;
  }

  .footer-section .footer-post {
    margin-top: 30px;
  }

  .footer-section .footer-contact {
    padding-left: 100px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .team-section {
    margin-top: 284px;
  }

  .video-section .video-slider {
    padding: 45px 0px 88px 0px;
  }

  .video-section .video-slider .video-slider-content p {
    padding: 25px 5px 32px 5px;
  }
}
@media only screen and (max-width: 767px) {
  /* ==========================767 Responsive header section start=============================== */
  .topbar .topbar-wrapper .topbar-contact {
    padding: 7px 0px;
  }

  .topbar .topbar-wrapper .topbar-contact .image img {
    width: 110px;
  }

  /* =====767 Responsive menu section start====== */

  /* =====767 Responsive Hero section start====== */
  .hero-section .slider-content {
    width: 80%;
  }

  .hero-section .slider-content .text-section h1 {
    font-size: 50px;
  }

  /* =====767 Responsive service section start====== */
  .service-section {
    margin-top: 40px;
  }

  .service-section .service-text-section .service-title {
    padding-top: 42px;
  }

  .service-section .service-text-section .service-title h3 {
    font-size: 27px;
  }

  .service-section .service-text-section .service-title h2 {
    font-size: 27px;
  }

  .service-section .service-text-section .image {
    display: inline-block;
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }

  .service-section .service-text-section .text-p p {
    padding-right: 0px;
    padding-top: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .service-section .text-section .main-content .content .description h2 {
    font-size: 20px;
  }

  /* =====767 Responsive counter section start====== */
  .counter-section .counter-wraper {
    width: 90%;
  }

  .counter-section .counter-wraper .counter-content {
    margin: 54px 55px 0px 50px;
  }

  /* =====767 Responsive team section start====== */
  .team-section {
    margin-top: 208px;
  }

  .team-section .team-text-section .team-title {
    padding-top: 42px;
  }

  .team-section .team-text-section .team-title h3 {
    font-size: 29px;
  }

  .team-section .team-text-section .team-title h2 {
    font-size: 29px;
  }

  .team-section .team-text-section .image {
    display: inline-block;
    margin-top: 20px;
    margin-left: 0;
  }

  .team-section .team-text-section .text-p p {
    padding-right: 0px;
    padding-top: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  /* =====767 Responsive protfolio section start====== */
  .protfolio-section .protfolio-box .protfolio-content {
    padding: 30px 0px 0px 32px;
  }

  .protfolio-section .protfolio-box .protfolio-content .button {
    padding-bottom: 22px;
  }

  /* =====767 Responsive video section start====== */
  .video-section {
    padding-top: 30px;
  }

  .video-section .video-slider {
    padding: 45px 0px 72px 0px;
  }

  .video-section .left-content .icon {
    left: 50%;
    transform: translate(-50%);
    top: 27%;
    color: #fff;
    height: 60px;
    width: 60px;
    font-size: 37px;
    padding-left: 18px;
  }

  .video-section .owl-carousel .owl-dots {
    right: 41%;
    bottom: 7%;
  }

  /* =====767 Responsive blog section start====== */
  .blog-section {
    margin-top: 100px;
  }

  .blog-section .blog-wraper .blog-header .blog-title {
    padding-top: 42px;
  }

  .blog-section .blog-wraper .blog-header .blog-top .blog-title h3 {
    font-size: 29px;
  }

  .blog-section .blog-wraper .blog-header .blog-top .blog-title h2 {
    font-size: 29px;
  }

  .blog-section .blog-wraper .blog-header .image {
    display: inline-block;
    margin-top: 20px;
    margin-left: 0;
  }

  .blog-section .blog-wraper .blog-header .text-p p {
    padding-right: 0px;
    padding-top: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .blog-section .blog-wraper .blog-slider {
    padding-top: 70px;
  }

  .blog-section .owl-nav {
    display: none;
  }

  /* =====767 Responsive footer section start====== */
  .footer-section .footer-service {
    padding-left: 83px;
  }

  .footer-section .footer-post {
    margin-top: 30px;
  }

  .footer-section .footer-contact {
    padding-left: 83px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 699px) {
  /* counter section======== */
  .counter-section .counter-wraper {
    width: 95%;
  }

  /* team section=================== */
  .team-section {
    margin-top: 110px;
  }

  .team-section .team-text-section .team-title h3 {
    font-size: 26px;
  }

  .team-section .team-text-section .team-title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .menu .main-menu {
    left: 0;
  }

  .hero-section .slider-content .button .button-1 a {
    padding: 15px 11px;
  }

  .hero-section .slider-content .button .button-2 a {
    padding: 13px 3px;
  }

  .service-section .service-text-section .service-title {
    padding-top: 30px;
  }

  .counter-section .counter-wraper .counter-content {
    margin: 31px 5px 0px 26px;
  }

  .team-section {
    margin-top: 290px;
  }

  .team-section .team-text-section .team-title {
    padding-top: 30px;
  }

  .blog-section .blog-wraper .blog-header .blog-title {
    padding-top: 29px;
  }

  .footer-section .footer-service {
    padding-left: 11px;
  }

  .footer-section .footer-contact {
    padding-left: 11px;
  }
}
@media only screen and (max-width: 320px) {
  .hero-section .slider-content .button .button-1 a {
    padding: 15px 11px;
  }

  .hero-section .slider-content .button .button-2 a {
    padding: 13px 3px;
  }

  .service-section .service-text-section .service-title {
    width: 86%;
  }

  .service-section .service-text-section .text-p {
    width: 100%;
  }

  .counter-section .counter-wraper .counter-content .title h2 {
    text-align: left;
  }

  .counter-section .counter-wraper .counter-content .counter-box .content h1 {
    font-size: 36px;
  }

  .counter-section .counter-wraper .counter-content .counter-box .content h4 {
    font-size: 7px;
  }

  .counter-section .counter-wraper .counter-content .counter-box .content {
    padding: 18px;
  }

  .team-section {
    margin-top: 412px;
  }

  .team-section .team-text-section .team-title {
    width: 86%;
  }

  .team-section .team-text-section .text-p {
    width: 100%;
  }

  .team-section .team-text-section .team-main-content .content .team-icon {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }

  .video-section .left-content .icon {
    top: 16%;
  }

  .video-section .video-slider .video-slider-content p {
    padding: 48px 0px 30px 0px;
  }

  .video-section .owl-carousel .owl-dots {
    right: 30%;
  }

  .blog-section .blog-wraper .blog-header .blog-top .blog-title {
    width: 86%;
  }

  .blog-section .blog-wraper .blog-header .blog-top .text-p {
    width: 100%;
  }
}
/* =========================Home page end ========================================= */
/* ================================================================================ */
/* =========================About page start ========================================= */
/* ================================================================================ */
.bratecome-section {
  background-image: url("../images/banner_internos/banner_interno_northtop.webp");
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  padding: 107px 0px;
  position: relative;
  z-index: 1;
}
.drywall_installation {
  background-image: url("../images/banner_internos/drywall_installation.webp");
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  padding: 107px 0px;
  position: relative;
  z-index: 1;
}
.deck_installation {
  background-image: url("../images/banner_internos/deck_installation.webp");
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  padding: 107px 0px;
  position: relative;
  z-index: 1;
}
.windows_and_doors_installation {
  background-image: url("../images/banner_internos/windows_and_doors_installation.webp");
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  padding: 107px 0px;
  position: relative;
  z-index: 1;
}
.gutter_installation {
  background-image: url("../images/banner_internos/gutter_installation.webp");
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  padding: 107px 0px;
  position: relative;
  z-index: 1;
}
.roofing_installation {
  background-image: url("../images/banner_internos/roofing_installation.webp");
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  padding: 107px 0px;
  position: relative;
  z-index: 1;
}
.framing_installation {
  background-image: url("../images/banner_internos/framing_installation.webp");
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  padding: 107px 0px;
  position: relative;
  z-index: 1;
}
.crawl_space_and_attic {
  background-image: url("../images/banner_internos/crawl_space_and_attic.webp");
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  padding: 107px 0px;
  position: relative;
  z-index: 1;
}
.finish_carpentry {
  background-image: url("../images/banner_internos/finish_carpentry.webp");
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  padding: 107px 0px;
  position: relative;
  z-index: 1;
}
.interior_and_exterior_painting {
  background-image: url("../images/banner_internos/interior_and_exterior_painting.webp");
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  padding: 107px 0px;
  position: relative;
  z-index: 1;
}
.siding_installation {
  background-image: url("../images/banner_internos/siding_installation.webp");
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  padding: 107px 0px;
  position: relative;
  z-index: 1;
}
.home_remodeling {
  background-image: url("../images/banner_internos/home_remodeling.webp");
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  padding: 107px 0px;
  position: relative;
  z-index: 1;
}
.gutter_cleanup {
  background-image: url("../images/banner_internos/gutter_cleanup.webp");
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  padding: 107px 0px;
  position: relative;
  z-index: 1;
}
.fence_installation {
  background-image: url("../images/banner_internos/fence_installation.webp");
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  padding: 107px 0px;
  position: relative;
  z-index: 1;
}
.holiday_light_installation {
  background-image: url("../images/banner_internos/holiday_light_installation.webp");
  background-size: cover;
  /* background-position: center center; */
  background-repeat: no-repeat;
  padding: 107px 0px;
  position: relative;
  z-index: 1;
}

.text-section h1,
.text-section h4,
.text-section p {
  text-shadow: 4px 4px 4px #404040;
}

.bratecome-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.bratecome-section .contant {
  text-align: center;
}

.bratecome-section .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}

.bratecome-section .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-section .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-section .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

.bratecome-section .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
}

/* ================================ Responsive start ============================ */
@media screen and (max-width: 767px) {
  /* =====767 Responsive header section start====== */
  .bratecome-section {
    margin-bottom: 80px;
  }
}
/* =========================About page end ========================================= */
/* ================================================================================ */
/* =========================Project page start ========================================= */
/* ================================================================================ */
.project-section {
  padding-top: 100px;
}

.project-section .text-section {
  margin-bottom: 71px;
}

.project-section .text-section .project-top {
  display: flex;
  flex-wrap: wrap;
}

.project-section .text-section .project-top .project-title {
  width: 40%;
}

.project-section .text-section .project-top .project-title h3 {
  text-align: end;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #0b2a54;
  font-family: "Roboto", sans-serif;
}

.project-section .text-section .project-top .project-title h2 {
  color: #0b2a54;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: end;
}

.project-section .text-section .project-top .image {
  width: 10%;
  text-align: center;
}

.project-section .text-section .project-top .text-p {
  width: 50%;
}

.project-section .text-section .project-top .text-p p {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
}

.project-section .text-section .main-content {
  margin-top: 100px;
  position: relative;
}

.project-section .text-section .main-content .content-body {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.project-section .text-section .main-content .content-body::before {
  content: "";
  background: rgb(11 42 84 / 72%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transform-origin: top;
  transition: all 0.5s ease-out 0s;
  transform: perspective(15em) rotateX(-90deg);
  z-index: 1;
  left: 0;
}

.project-section .text-section .main-content .content-body:hover::before {
  opacity: 1;
  transition: 0.5s;
  transform: perspective(20px) rotateX(0);
}

.project-section .text-section .main-content .content-body .image img {
  height: 100%;
  width: 100%;
}

.project-section .text-section .main-content .content-body .title {
  text-align: center;
  background-color: #fff;
  width: 80%;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.project-section .text-section .main-content .content-body:hover .title {
  opacity: 1;
  transition: 0.5s;
  bottom: 7%;
}

.project-section .text-section .main-content .content-body .title h4 a {
  font-size: 22px;
  font-weight: 700;
  color: #232323;
  display: inline-block;
  text-decoration: none;
}

.project-section .text-section .main-content .content-body .title p {
  font-size: 19px;
  color: #da171b;
  padding-bottom: 8px;
}

/* ================================ Responsive start ============================ */
@media screen and (max-width: 991px) {
  /* =====991 Responsive header section start====== */
  .project-section .text-section .title {
    padding-top: 30px;
  }

  .project-section .text-section .title h3 {
    font-size: 25px;
  }

  .project-section .text-section .title h2 {
    font-size: 25px;
  }

  .project-section .text-section .logo .image {
    display: inline-block;
    margin-left: 5px;
  }

  .project-section .text-section .text-p p {
    padding-right: 0px;
    padding-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  /* =====767 Responsive header section start====== */
  .project-section {
    padding-top: 0px;
  }

  .project-section .text-section .title h3 {
    font-size: 25px;
  }

  .project-section .text-section .title h2 {
    font-size: 25px;
  }

  .project-section .text-section .logo .image {
    display: inline-block;
    margin-top: 20px;
    margin-left: -6px;
  }

  .project-section .text-section .text-p p {
    padding-right: 0px;
    padding-top: 0px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 700px) {
  .project-section .text-section .project-top .project-title h3 {
    font-size: 33px;
  }

  .project-section .text-section .project-top .project-title h2 {
    font-size: 33px;
  }

  .project-section .text-section .project-top .project-title {
    width: 86%;
  }

  .project-section .text-section .project-top .text-p {
    width: 100%;
  }
}
/* =========================Project page end ========================================= */
/* ================================================================================ */
/* =========================Blog page start ========================================= */
/* ================================================================================ */
.inar-blog-section {
  margin: 100px 0px 55px 0px;
}

.inar-blog-section .blog-content {
  position: relative;
  margin-bottom: 45px;
  border: 1px solid #e6e6e6;
  transition: 0.5s;
}

.inar-blog-section .blog-content:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.inar-blog-section .blog-content .image img {
  height: 100%;
  width: 100%;
}

.inar-blog-section .blog-content .content {
  background: #fff;
  padding-left: 20px;
  padding-bottom: 30px;
}

.inar-blog-section .blog-content .name ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding: 50px 0px 15px 0px;
}

.inar-blog-section .blog-content .name ul li a {
  display: inline-block;
  margin-right: 35px;
  color: #da171b;
  text-decoration: none;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.inar-blog-section .blog-content .name h2 a {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  font-weight: 700;
  text-decoration: none;
}

.inar-blog-section .blog-content .content .date {
  position: absolute;
  display: inline-block;
  top: 148px;
}

.inar-blog-section .blog-content .content .date span {
  width: 83px;
  display: block;
  background: #da171b;
  height: 85px;
  text-align: center;
  padding: 18px 7px 0px 7px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
}

@media screen and (max-width: 991px) {
  /* =====991 Responsive header section start====== */
  .inar-blog-section .blog-content .name ul {
    padding: 60px 0px 15px 0px;
  }

  .inar-blog-section .blog-content .content .date {
    top: 215px;
  }
}
@media screen and (max-width: 767px) {
  /* =====767 Responsive header section start====== */
  .inar-blog-section .blog-content .name h2 a {
    font-size: 19px;
  }

  .inar-blog-section .blog-content .content .date {
    top: 145px;
  }
}
/* =========================Blog page end ========================================= */
/* ================================================================================ */
/* =========================Contact page start ========================================= */
/* ================================================================================ */
.contact-section {
  padding: 90px 0px 140px 0px;
}

.contact-section .contact {
  position: relative;
}

.contact-section .contact .under-line {
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #555;
  bottom: -55px;
}

.contact-section .contact .title h1 {
  font-size: 19px;
  color: #da171b;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

.contact-section .contact p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}

.contact-section .main-content .form-title h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 80px;
  margin-top: 0px;
}

.contact-section .main-content {
  position: relative;
}

.contact-section .main-content .title-undr-line {
  background-color: #da171b;
  height: 1px;
  width: 22%;
  position: absolute;
  bottom: 88%;
}

.contact-section .form-section {
  padding-top: 175px;
}

.contact-section .form-section .name input {
  margin-bottom: 44px;
  border: 0;
  border-bottom: 1px solid #555;
  outline: 0;
  /* width: 100%; */
  padding: 1px 2px;
  width: 44%;
  margin-right: 30px;
}

.contact-section .form-section .name input::placeholder {
  font-size: 17px;
  font-weight: 500;
}

.contact-section .form-section .number input {
  margin-bottom: 44px;
  border: 0;
  border-bottom: 1px solid #555;
  outline: 0;
  padding: 1px 2px;
  width: 44%;
  margin-right: 30px;
}

.contact-section .form-section .number input::placeholder {
  font-size: 17px;
  font-weight: 500;
}

.contact-section .form-section textarea {
  /*  margin-bottom: 44px;*/
  border: 0;
  border-bottom: 1px solid #555;
  outline: 0;
  padding: 8px 2px 100px 0px;
  width: 94%;
}

.contact-section .form-section textarea::placeholder {
  font-size: 17px;
  font-weight: 500;
}

.contact-section .form-section .submit input {
  background-color: #da171b;
  border: 1px solid #da171b !important;
  color: #fff;
  font-size: 16px;
  height: 50px;
  width: 200px;
}

.contact-section .form-section .submit input:hover {
  background-color: #03396b;
  border: 1px solid #03396b !important;
  transition: 0.5s;
}

@media screen and (max-width: 991px) {
  /* =====991 Responsive header section start====== */
  .contact-section .form-section .name input {
    width: 100%;
  }

  .contact-section .form-section .number input {
    width: 100%;
  }

  .contact-section .form-section textarea {
    width: 100%;
  }

  .contact-section .form-section .submit {
    text-align: center;
  }

  .contact-section .form-section .submit input {
    margin-bottom: 40px;
    justify-content: center;
  }

  .contact-section .form-section .map iframe {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* =====767 Responsive header section start====== */
  .contact-section {
    padding: 0px 0px 140px 0px;
  }

  .contact-section .main-content .title-undr-line {
    bottom: 91%;
  }

  .contact-section .form-section .name input {
    width: 100%;
  }

  .contact-section .form-section .number input {
    width: 100%;
  }

  .contact-section .form-section .map iframe {
    width: 100%;
  }
}
/* =========================Contact page end ========================================= */
/* ================================================================================ */
/* =========================Blog-detail page start ========================================= */
/* ================================================================================ */
.blog-detail-section {
  margin-top: 100px;
  margin-bottom: 65px;
}

.blog-detail-section .main-section .top-image img {
  width: 100%;
}

.blog-detail-section .main-section .text-detail {
  position: relative;
}

.blog-detail-section .main-section .text-detail span {
  color: #0b2a54;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}

.blog-detail-section .main-section .text-detail a {
  /*  color: #DA171B;*/
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  display: inline-block;
  /*  padding: 40px 33px 20px 10px;*/
}

.blog-detail-section .main-section .text-detail p {
  color: #555;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .text-detail h5 {
  margin-top: 10px;
  line-height: 1.3;
  font-weight: 700;
  color: #232323;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  margin-bottom: 15px;
}

.blog-detail-section .main-section .text-detail .block {
  line-height: 1.5;
  background: #f6f6f6;
  font-style: normal;
  color: #232;
  font-weight: 400;
  padding: 26px 34px;
  font-size: 16px;
  border-left: 4px solid #da171b;
}

.blog-detail-section .main-section .text-detail h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #232323;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
}

.blog-detail-section .main-section .text-detail .line {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  margin-top: 40px;
}

.blog-detail-section .main-section .text-detail .icon a {
  padding: 5px 0px 34px 17px;
  display: inline-block;
}

.blog-detail-section .main-section .text-detail .icon a i {
  border: 1px solid #e6e6e6;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  color: #565872;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .icon a i:hover {
  background: #da171b;
  border-color: #da171b;
  color: #fff;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .comment-title h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #232323;
  font-family: "Roboto", sans-serif;
  margin-bottom: 60px;
  margin-top: 70px;
}

.blog-detail-section .main-section .text-detail .left-comment-line {
  height: 1px;
  width: 100px;
  background: #da171b;
  right: 53%;
  bottom: 34%;
  position: absolute;
}

.blog-detail-section .main-section .text-detail .form .name input {
  height: 54px;
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  border-radius: 5px;
  width: 44%;
  margin-right: 20px;
}

.blog-detail-section .main-section .text-detail .form .radio {
  margin: 20px 0px 20px 20px;
}

.blog-detail-section .main-section .text-detail .form .radio label {
  padding-left: 10px;
}

.blog-detail-section .main-section .text-detail .form .number input {
  height: 54px;
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  border-radius: 5px;
  width: 44%;
  margin-right: 20px;
}

.blog-detail-section .main-section .text-detail .form textarea {
  height: 130px;
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  border-radius: 5px;
  width: 91%;
  margin: 25px 0px;
}

.blog-detail-section .main-section .text-detail .form .submit input {
  background-color: #da171b;
  border: 1px solid #da171b !important;
  color: #fff;
  font-size: 16px;
  height: 65px;
  width: 200px;
}

/* .blog-detail-section .main-section .text-detail .form .submit input:hover{
    background-color: #03396B;
    border: 1px solid #03396B !important;
} */
.blog-detail-section .main-section .right-side {
  position: relative;
}

.blog-detail-section .main-section .right-side input {
  background: #fff none repeat scroll 0 0;
  height: 60px;
  border: 1px solid #ced4da;
  color: #616161;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .right-side .icon {
  position: absolute;
  right: 5px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 25px;
}

.blog-detail-section .main-section .right-side h2 {
  color: #333333;
  display: block;
  font-size: 24px;
  margin-bottom: 55px;
  margin-top: 30px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.blog-detail-section .main-section .right-side .line {
  height: 1px;
  width: 100px;
  background: #da171b;
  right: 26%;
  top: 19%;
  position: absolute;
}

.blog-detail-section .main-section .right-side .post {
  display: flex;
  margin-bottom: 15px;
}

.blog-detail-section .main-section .right-side .post .text h3 a {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  margin-left: 22px;
  text-transform: capitalize;
  font-weight: 700;
}

.blog-detail-section .main-section .right-side .post .text span {
  color: #616161;
  font-size: 15px;
  margin-left: 22px;
}

.blog-detail-section .main-section .right-side h4 {
  color: #333333;
  display: block;
  font-size: 24px;
  margin-bottom: 40px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 60px;
}

.blog-detail-section .main-section .right-side .comment-line {
  height: 1px;
  width: 100px;
  background: #da171b;
  right: 8%;
  bottom: 1%;
  position: absolute;
}

@media screen and (max-width: 991px) {
  /* =====991 Responsive header section start====== */
  .blog-detail-section .main-section .text-detail .left-comment-line {
    right: 48%;
    bottom: 33%;
  }

  .hero-section .slider-content .text-section h1 {
    font-size: 57px;
  }
  .blog-detail-section .main-section .text-detail .form .name input {
    width: 45%;
  }

  .blog-detail-section .main-section .text-detail .form .number input {
    width: 45%;
  }

  .blog-detail-section .main-section .text-detail .form textarea {
    width: 94%;
  }

  .blog-detail-section .main-section .text-detail .form .submit {
    margin-bottom: 33px;
  }

  .blog-detail-section .main-section .right-side .line {
    left: 46%;
    top: 20%;
  }

  .blog-detail-section .main-section .right-side h2 {
    margin-bottom: 30px;
  }

  .blog-detail-section .main-section .right-side .post .text h3 {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .blog-detail-section .main-section .right-side .post .text h3 a {
    font-size: 16px;
    line-height: 20px;
  }

  .blog-detail-section .main-section .right-side .post .text span {
    font-size: 14px;
  }

  .blog-detail-section .main-section .right-side h4 {
    font-size: 23px;
  }

  .blog-detail-section .main-section .right-side .comment-line {
    left: 70%;
    bottom: 1%;
    /* display: none; */
  }
}
@media screen and (max-width: 991px) {
  /* =====991 Responsive header section start====== */
  .blog-detail-section .main-section .text-detail .left-comment-line {
    right: 34%;
    bottom: 31%;
  }

  .blog-detail-section .main-section .text-detail .form .name input {
    width: 100%;
    margin-bottom: 22px;
  }

  .blog-detail-section .main-section .text-detail .form .radio {
    margin: 0px 0px 20px 20px;
  }

  .blog-detail-section .main-section .text-detail .form .number input {
    width: 100%;
    margin-bottom: 22px;
  }

  .blog-detail-section .main-section .text-detail .form textarea {
    width: 100%;
  }

  .blog-detail-section .main-section .text-detail .form .submit {
    margin-bottom: 33px;
  }

  .blog-detail-section .main-section .right-side input {
    width: 500px;
  }

  .blog-detail-section .main-section .right-side .icon {
    left: 188%;
  }

  .blog-detail-section .main-section .right-side .line {
    left: 64%;
    top: 21%;
  }

  .blog-detail-section .main-section .right-side .post .text h3 {
    width: 366px;
    margin-bottom: 8px;
  }

  .blog-detail-section .main-section .right-side .comment-line {
    left: 90%;
    bottom: 1%;
  }
}
/* =========================Blog-detail page end ========================================= */
/* ================================================================================ */
/* ===========================scroll strat===========================  */
/* ===========================************===========================  */
.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.scroll-area .go-top::before {
  content: "";
  border: 2px solid #0b2a54;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 50px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background: #0b2a54;
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.top-wrap .go-top-button::after {
  content: "";
  border: 2px solid #0b2a54;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.top-wrap .go-top-button:hover {
  background-color: #da171b;
  color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* ===========================scroll end===========================  */
/* ===========================************===========================  */

/*# sourceMappingURL=style.css.map */

/*Loader*/

.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 9999999;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #da171b;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #0b2a54;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
/* Here comes the Magic */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/* When page loaded */
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}

/*QUICK ACCESS*/

@media (max-width: 768px) {
  /*Inicio de quickacces*/
  .d-lg-none {
    display: block;
  }
  .justify-content-around {
    justify-content: space-around;
  }
  .d-flex {
    display: flex;
  }
  .row-o {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }
  .row-o > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .col-auto {
    flex: 0 0 auto !important;
    width: auto;
  }
  .position-relative {
    position: relative !important;
  }
  .position-fixed {
    position: fixed;
  }
  .z-999 {
    z-index: 9;
  }
  .w-100 {
    width: 100% !important;
  }
  .bottom-0 {
    bottom: 0 !important;
  }
  /*fin de quickacces*/
}

/*estilos agregados*/

.button-1 a {
  display: inline-block;
  border: 1px solid #da171b;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #da171b;
  padding: 14px 32px;
  text-decoration: none;
  margin-right: 15px;
  font-family: "Roboto", sans-serif;
}
.button-1 a:hover {
  background: #0b2a54;
  border: 1px solid #0b2a54;
  transition: 0.5s;
}

.btn_new {
  text-align: center;
  margin-top: 30px;
}
.contact a {
  color: #fff;
}
i.icon_desktop {
  background: #0b2a54;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 26px;
  border-radius: 100%;
}
.contact_footer a {
  color: #fff;
}
ul.list_links li {
  display: inline-block;
  width: 45%;
}
.privacy,
.sysall {
  position: relative;
  top: 30px;
}
.privacy a,
.sysall a {
  color: #fff;
}
img.img_ssl {
  border-radius: 100%;
  width: 115px;
}
.ssl {
  margin-top: 15px;
  text-align: center;
}
/*aside services*/
.widget-categories-menu ul {
  display: block;
}
.widget-categories-menu ul li {
  display: block;
  list-style: none;
  margin-bottom: 15px;
  background: transparent;
  padding: 16px 20px 16px;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #0b2a54;
  position: relative;
  z-index: 1;
}
li.active_one {
  background-color: #0b2a54 !important;
  position: relative;
}
.widget-categories-menu ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #0b2a54;
  transition: 0.5s;
  z-index: -1;
}
.widget-categories-menu ul li a {
  display: block;
  color: #000;
  transition: 0.5s;
  text-decoration: none;
}
li.active_one a {
  color: #fff !important;
}
.widget-categories-menu ul li a span {
  display: inline-block;
  float: right;
  background: #da171b;
  height: 30px;
  width: 30px;
  font-size: 14px;
  text-align: center;
  margin-top: -4px;
  color: #fff;
  border-radius: 3px;
  line-height: 30px;
  transition: 0.5s;
}
li.active_one span {
  background-color: #fff !important;
  color: #1f9f2d !important;
}
.widget-categories-menu ul li:hover a {
  color: #fff;
}
.widget-categories-menu ul li a {
  display: block;
  color: #000;
  transition: 0.5s;
  text-decoration: none;
}
.widget-categories-menu ul li a {
  display: block;
  color: #000;
  transition: 0.5s;
  text-decoration: none;
}
.widget-categories-menu ul li:hover {
  border: 2px solid #989d9c;
}
.widget-categories-menu ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #0b2a54;
  transition: 0.5s;
  z-index: -1;
}
.widget-categories-menu ul li:hover:before {
  width: 100%;
}
.post.widget-categories-menu {
  position: relative;
  left: -25px;
  margin-top: -40px;
}
.blog-detail-section .main-section .right-side .line {
  top: 1%;
}
.contact_aside .comment-line {
  position: relative !important;
  top: -56px;
  right: -40% !important;
  height: 1px !important;
}
.areas_aside .comment-line {
  position: relative !important;
  right: -50% !important;
  margin-top: -30px;
  top: -25px;
}
ul.list_aside {
  list-style: none;
  position: relative;
  left: -15px;
  margin-top: -20px;
}
ul.list_aside li i {
  color: #da171b;
  font-size: 20px;
  padding-right: 5px;
}
ul.list_aside li {
  margin-bottom: 9px;
}
.widget-tags a:hover {
  color: #fff;
  border-color: #0b2a54;
}
.widget-tags a {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #0b2a54;
  padding: 3px 20px;
  margin-bottom: 10px;
  border-radius: 2px;
  color: #000;
  font-weight: 500;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.widget-tags a:hover {
  color: #fff;
  border-color: #0b2a54;
}
.widget-tags a:before {
  position: absolute;
  content: "";
  left: -2px;
  top: 0px;
  height: 102%;
  width: 0%;
  background: #0b2a54;
  z-index: -1;
  border-radius: 3px;
  transition: 0.5s;
}
.widget-tags a:hover:before {
  width: 104%;
}
ul.sub-menu li.active_ser a {
  background-color: #0b2a54;
  color: #fff !important;
}
nav ul li.active a {
  color: #da171b !important;
}
nav ul.sub-menu li a {
  color: #0b2a54 !important;
}
ul.sub-menu li a:hover {
  color: #fff !important;
}
/*estilos para reviews*/
.testimonaials-box.style-home3.style-inner {
  padding: 17px 30px 42px 30px;
}
.testimonaials-box.style-home3 {
  background: url(../images/testi-box-imgs.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 17px 30px 42px 112px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-top: 36px;
  margin-left: 36px;
}
.testimonaials-box {
  margin: 0 10px 0;
}
.testimonaials-box.style-home3:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 11px;
  left: -8px;
  top: -10px;
  background: #0b2a54;
  border-radius: 0 11px 0 0;
  z-index: -1;
}
.testimonaials-content-3.style-inner {
  text-align: center;
}
.testi-title-3 h4 a {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  z-index: 9;
  position: relative;
}
.testi-title-3 p {
  font-size: 16px;
  color: #0d0d0d;
  margin-top: -8px;
  margin-bottom: 18px;
}
.testimonaials-desc-3.style-inner {
  text-align: center;
}
.testimonaials-desc-3 p {
  font-size: 18px;
}
.contenedor {
  height: 190px;
  width: 100%;
  margin-top: 0px;
  overflow: auto;
  box-sizing: border-box;
  text-align: left;
  padding-right: 20px;
  margin-bottom: 25px;
  color: #616161;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
}
.testi-title-3 a {
  text-decoration: none;
}
.testi-title-3 p {
  margin-top: 5px;
}
.testi-stars-icon-3.style-inner ul li {
  position: relative;
  top: 14px;
  float: revert;
  right: -40%;
}
.testi-stars-icon-3 ul li {
  display: inline-block;
}
.testi-stars-icon-3 ul li i {
  display: inline-block;
  color: #ffc006;
  font-size: 20px;
  margin-right: 4px;
}
.testimonaials-thumb-3 {
  position: absolute;
  left: -37px;
  top: -27px;
}
.testimonaials-thumb-3 {
  background-color: #fff;
  padding: 10px;
  border-radius: 100%;
}
.testimonaials-thumb-3 img {
  width: 55px;
}
.testi-quote-icon {
  position: absolute;
  top: 9px;
  left: 58px;
  opacity: 0.8;
}
.testimonaials-box.style-home3:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 100%;
  left: -11px;
  top: -9px;
  background: #0b2a54;
  border-radius: 0 0 0 10px;
  z-index: -1;
}
.testi-stars-icon-3.style-inner {
  position: relative;
  left: -60px;
}
/*fin reviews*/

i.icon_comillas {
  font-size: 45px;
  position: relative;
  left: -35px;
  color: #0b2a54;
  opacity: 0.5;
}
img.logo-reviews {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 25px;
}
.service-top {
  display: flex;
  flex-wrap: wrap;
}
.service-top .service-title {
  width: 50%;
}
.service-top .image {
  width: 10%;
  text-align: center;
}
.service-top .text-p {
  width: 40%;
}
.contact a {
  color: #616161;
}
.form-section-free {
  padding-top: 75px !important;
}
.content_logo_mobile {
  display: none;
}
.service-top .service-title h3 {
  text-align: end;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #0b2a54;
  font-family: "Roboto", sans-serif;
}
.service-top .service-title h2 {
  color: #0b2a54;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: end;
}
.contact_reviews a {
  color: #fff !important;
}
/*contact us*/
.contact-info.inner {
  background: #fff;
  box-shadow: 0px -4px 30px rgb(1 15 28 / 8%);
  padding: 52px 57px 52px;
  background-size: 100% 100%;
  border-radius: 10px;
}
.contact-info-icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
  background: #0b2a54;
  font-size: 32px;
  color: #fff;
  position: relative;
  border-radius: 100%;
  z-index: 1;
}
.contact-info-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 10px;
  top: 5px;
  background: #0b2a54;
  opacity: 0.4;
  border-radius: 100%;
  z-index: -1;
  transition: 0.5s;
}
.contact-info-icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -10px;
  top: -5px;
  border-radius: 100%;
  background: #0b2a54;
  opacity: 0.4;
  z-index: -1;
  transition: 0.5s;
}
.contact-info-title h3 {
  padding: 26px 0 9px;
  font-size: 24px;
}
.contact-numbar ul {
  list-style: none;
  position: relative;
  left: -10px;
}
.contact-numbar ul li {
  margin: 0 0 0;
}
.contact-info ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #696969;
  font-weight: 400;
}
.contact-numbar {
  text-align: center;
  height: 30px;
}
.contact_data {
  margin-top: 40px;
}
.modal.fade.response-message.show {
  z-index: 9999;
}
button.button {
  background-color: #0b2a54;
  color: #fff;
  padding: 15px 40px;
  margin-top: 15px;
}
button.button:hover {
  background-color: #da171b;
  border-color: #da171b;
}
.title-undr-line-new {
  bottom: 93%;
}
.form_contact {
  margin-top: -15px !important;
}
select.select_ser {
  margin-bottom: 0px !important;
}

/*Seccion reviews Home Page*/
.testimonial-single-box-style-two {
  background: #0b2a54;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 82px 0 33px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 65px 13px 0px;
}
.testimonial-single-box-style-two::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: -1;
  transition: 0.5s;
}
.testimonial-thumb-style-two {
  position: absolute;
  top: -53px;
  left: 0;
  right: 0;
}
.testimonial-area.style-two .owl-carousel .owl-item img {
  display: inline-block;
  transition: 0.5s;
}
.testimonila-icon-thumb-style-two {
  margin-bottom: 15px;
}
.testimonial-area.style-two .owl-carousel .owl-item img {
  display: inline-block;
  transition: 0.5s;
}
.testimonila-content-style-two p {
  width: 80%;
  margin: auto;
  transition: 0.5s;
}
.testimonila-content-style-two h5 {
  font-size: 20px;
  color: #0e3d4b;
  font-weight: 600;
  margin: 24px 0 0;
  transition: 0.5s;
}
.testimonila-content-style-two span {
  opacity: 0.502;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  font-weight: 400;
  transition: 0.5s;
}
.testimonial-single-box-style-two::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: -1;
  transition: 0.5s;
}
.testimonial-single-box-style-two:hover:before {
  transform: rotateX(90deg);
}
.testimonial-single-box-style-two:hover:after {
  transform: rotateY(90deg);
}
.testi-list {
  margin-bottom: 50px;
}
.testimonila-icon-thumb-style-two {
  margin-top: -35px;
}
.testimonial-single-box-style-two:hover p {
  color: #fff;
}
.testimonial-single-box-style-two:hover i.icon_comillas_page {
  color: #fff;
  opacity: 0.5;
}
.testimonial-single-box-style-two:hover h5,
.testimonial-single-box-style-two:hover span {
  color: #fff;
}
i.icon_comillas_page {
  font-size: 50px;
  color: #0b2a549e;
}
i.icon_desktop_page,
img.icon_desktop_page {
  background: #da171b;
  color: #fff;
  width: 70px !important;
  height: 70px;
  line-height: 70px;
  font-size: 26px;
  border-radius: 100%;
}
/*fin reviews page*/

.counter-section {
  margin-bottom: 145px;
}
.section_why_choose {
  background-color: #fff !important;
  background-image: none;
  margin-top: -100px;
  margin-bottom: 0px !important;
}

/*why choose us*/
.about-thumb.style-two {
  /*    margin-left: 57px;*/
  margin-top: 40px;
}
.about-thumb {
  text-align: right;
}
.about-thumb {
  position: relative;
}
.about-thumb.style-two img {
  width: 480px;
}
.about-content {
  position: absolute;
  background: #ffb400;
  height: 176px;
  width: 176px;
  bottom: -1px;
  left: 110px;
  border-radius: 88px;
  text-align: center;
  padding: 48px 0 0;
}
.about-content.style-two {
  top: 0;
  border-radius: 0px 0px 100px 100px;
  height: 231px;
  width: 101px;
  right: 0;
  left: inherit;
}
.about-content.style-two h4 {
  color: #0d3f4f;
  font-weight: 600;
}
.about-connet-inner {
  text-align: left;
  transform: rotate(90deg);
  margin-top: 31px;
}
.about-shape-one.style-two {
  position: absolute;
  bottom: 101px;
  left: -24px;
  z-index: -1;
}
.service-title-white h3 {
  color: #fff !important;
}
.section_why_choose .counter-wraper {
  top: 150px;
}
.section-title.about {
  position: relative;
  top: 15px;
  left: 25px;
}
/* barfiller css */
span.process-bar {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
  margin-left: 20px;
}
span.process-bar::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background: #9c9aa0;
  left: -19px;
  top: 4px;
  border-radius: 6px;
}
.process-ber-plugin {
  padding: 20px 0 0;
}
.barfiller {
  width: 100%;
  height: 4px;
  position: relative;
  margin-bottom: 28px;
  margin-top: 22px;
  border-radius: 5px;
  background-color: #9c9aa0;
}
.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}
.barfiller .tipWrap {
  display: none;
}
.barfiller .tip {
  font-size: 15px;
  color: #fff;
  top: -48px;
  padding: 1px 6px;
  left: 0px;
  position: absolute;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}
span.fill {
  background: #da171b !important;
  border-radius: 5px;
}
.counter-wraper-new {
  padding: 10px 30px;
}
/*progreess fin */

/*header new design*/
.info-box {
  position: relative;
  float: left;
  min-height: 56px;
  margin-left: 5px;
  font-size: 13px;
  color: #777777;
  text-align: left;
  text-transform: uppercase;
  padding: 0px 0px 20px 65px;
}
.info-box .icon-box {
  position: absolute;
  width: 48px;
  height: 48px;
  left: 0px;
  top: 0px;
  color: #1f2a30;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  border: 1px dashed #1f2a30;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.info-box li {
  position: relative;
  line-height: 20px;
  color: #777777;
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 400;
  text-transform: capitalize;
}
.info-box strong {
  position: relative;
  font-weight: 600;
  color: #1f2a30;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
ul.list_data_head li {
  display: block;
  position: absolute;
}
ul.list_data_head li + li {
  display: block;
  position: relative;
  top: 25px;
  color: #666 !important;
}
ul.list_data_head a {
  color: #666 !important;
}
.about-content-list ul li {
  font-size: 16px;
  color: #0b2a54;
  font-weight: 500;
  padding: 7px 21px 0px;
  position: relative;
}
.about-content-list ul li::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background: #0b2a54;
  left: 0;
  top: 13px;
  border-radius: 6px;
}
.about-content-list ul {
  list-style: none;
  position: relative;
  left: -25px;
}

.service-single-box.style-three {
  background: #0b2a54;
}
.service-single-box {
  border: 1px solid #ffffff;
  padding: 34px 33px 27px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 40px;
}
.service-single-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background: #da171b;
  z-index: -1;
  transition: 0.5s;
}
.service-content a {
  display: flex;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  justify-content: space-between;
  transition: 0.5s;
}
.service-content a i {
  border: 1px solid #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin-top: -8px;
  transition: 0.5s;
}
.service-single-box:hover {
  border: 1px solid #ffb400;
}
.service-single-box:hover:before {
  width: 100%;
}
.service-single-box:hover .service-content a {
  color: #fff;
}
.service-single-box:hover .service-content a i {
  background: #fff;
  color: #000;
}

/*counter-area*/
.counter-area {
  background: url(../images/home/banner_highlitgh.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0 100px;
}
.counter-single-box {
  text-align: center;
}
.counter-icon-thumb {
  margin-bottom: 20px;
}
.counter-content h1 {
  font-size: 70px;
  color: #fffffe;
  font-weight: 600;
  margin-bottom: 12px;
}
.counter-content h4 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
}

.counter-area {
  position: relative; /* Necesario para el posicionamiento absoluto de los elementos pseudo */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

/* Línea para linea_one */
.linea_one {
  position: relative; /* Necesario para los pseudo-elementos */
}
.linea_one::before {
  content: "";
  position: absolute;
  top: calc(-80% + 20px);
  left: 100%;
  width: 3px;
  height: 130%;
  background-color: #fff;
  z-index: 9;
}
.linea_one::after {
  content: "";
  position: absolute;
  top: calc(57% + 5px);
  left: calc(91% + 20px);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  bottom: -10px;
  z-index: 9;
}
.choose-us-thumb img {
  border-bottom-right-radius: 30px;
}
.experiencia_why {
  margin-top: 20px;
  right: 15px !important;
}

/* Línea para linea_dos */
.linea_dos {
  position: relative; /* Necesario para los pseudo-elementos */
}
.linea_dos::before {
  content: "";
  position: absolute;
  left: 100%;
  top: -70%;
  width: 3px;
  height: 90%;
  background-color: #fff;
  z-index: 9;
}
.linea_dos::after {
  content: "";
  position: absolute;
  left: calc(96% + 5px);
  top: 20%;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  bottom: 0px;
  z-index: 9;
}

/* Línea para linea_tres */
.linea_tres {
  position: relative; /* Necesario para los pseudo-elementos */
}

.linea_tres::before {
  content: "";
  position: absolute;
  left: 100%;
  top: -80%;
  width: 3px;
  height: 130%;
  background-color: #fff;
  z-index: 9;
}
.linea_tres::after {
  content: "";
  position: absolute;
  left: calc(96% + 5px);
  top: calc(47% + 5px);
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 3px solid #fff;
  border-radius: 50%;
  bottom: -10px;
  z-index: 9;
}
i.icon_counter {
  font-size: 50px;
  color: #da171b;
}
.choose-us-thumb {
  position: relative;
  top: -25px;
}
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.choose-us-thumb-shape {
  position: absolute;
  bottom: -51px;
  left: -31px;
  z-index: -1;
}
.section-sub-title {
  position: relative;
  display: inline-block;
}
.section-sub-title.choose-us::before {
  left: 0;
  top: 42px;
  height: 1px;
}
.section-sub-title::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  background: #fff;
  left: 0px;
  top: 35px;
}
.section-sub-title.choose-us h4 {
  margin-bottom: 38px;
}
.section-sub-title h4 {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}
.section-main-title {
  margin-bottom: 13px;
}
.section-main-title h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
}
.section-discription.choose-us {
  width: 88%;
  margin: initial;
  margin-bottom: 26px;
}
.section-discription p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.choose-us-single-box {
  margin-bottom: 10px;
}
.choose-us-content-icon i {
  float: left;
  background: #da171b;
  height: 35px;
  width: 35px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-right: 20px;
  margin-top: 4px;
}
.about-content-discription.style-two p {
  font-size: 16px;
}
.choose-us-content-title h5 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 14px;
}
.choose-us-content-discription {
  overflow: hidden;
  width: 76%;
}
.choose-us-content-discription p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}

.choose-us-thumb-shape.bounce-animate img {
  width: 100%;
}
.section-title {
  position: relative;
  top: 60px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .section-title {
    margin-bottom: 94px;
  }
}

.choose-us-thumb {
  position: relative;
  top: 0;
  padding: 20px;
  text-align: center;
}
.image_head {
  position: relative;
  left: -30px;
}
.menu .image_head_two {
  display: none;
}
.sticky-nav .image_head_two {
  display: block;
}
.menu {
  background: #0b2a54;
}
.sticky-nav {
  background: #fff;
}
.sticky-nav .main-menu nav ul a {
  color: #0b2a54;
}
.sticky-nav .main-menu .menu-icon a i {
  background: #0b2a54;
}
.section_why_choose {
  width: 100%;
  margin-bottom: 170px !important;
}
.about_new h4 {
  color: #0b2a54;
}
.about_new .about::before {
  background: #0b2a54;
}
.about_new h2 {
  color: #0b2a54;
}
.service-area.style-three {
  padding-top: 70px;
  background: #f6f6f6;
  z-index: 99;
  position: relative;
}
img.logo_services {
  width: 35px;
  padding-right: 5px;
}

.about-thumb.about-thumb-home {
  text-align: center;
}
.style-two-home {
  top: 0;
  border-radius: 0px 0px 100px 100px;
  height: 231px;
  width: 101px;
  right: 110px;
  left: inherit;
}
.about-content-list ul.list_about_home li {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 7px 21px 0px;
  position: relative;
}
.about-content-list ul.list_about_home li::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background: #fff;
  left: 0;
  top: 13px;
  border-radius: 6px;
}
.button-1.btn_new.btn_new_home a:hover {
  background: #fff;
  color: #000;
}
.section-main-title-home {
  margin-top: 30px;
}
.btn_new_home {
  position: relative;
  margin-bottom: 30px;
}
.section_why_choose_ser {
  margin-top: -30px;
}
p.text_ser {
  height: 140px;
}
p.text_aside {
  position: relative;
  top: -35px;
}
.section-title.about {
  position: relative;
  top: 15px;
  left: 15%;
  width: 100%;
}
.blog-slider-content .name h2 a {
  text-transform: capitalize !important;
}
span.ser_blog {
  color: #0b2a54;
  font-weight: 800 !important;
}
.counter_ser {
  top: 60px !important;
}
span.title-message {
  position: relative;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #000;
}
/*galleries*/
.galerias_content {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  height: 500px;
}

.galerias_content img,
.galerias_content video {
  object-fit: cover;
  height: 500px;
  width: 100%;
}

.galerias_content .caption {
  position: absolute;
  bottom: 0;
  background: rgb(14 18 28 /0.7);
  border-top: 3px solid #0b2a54;
  border-bottom: 3px solid #0b2a54;
  border-radius: 15px;
  display: flex;
  /* max-height: 53px; */
  flex-direction: column;
  padding: 10px 15px;
  margin-top: -10px;
  transition: all 0.5s ease;
  width: 100%;
}

.galerias_content .caption .title {
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: capitalize;
}

.galerias_content .caption .description {
  color: #fff;
  text-transform: uppercase;
}

.galerias_content .hover {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 500px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  border-radius: 12px;
  background: rgb(0 0 0 /0.5);
  color: #fff;
}

.galerias_content:hover .hover {
  opacity: 1;
}

.galerias_content .hover i {
  font-size: 45px;
}
span.hover label {
  color: #fff;
  font-size: 22px;
}

h2.title-img {
  position: absolute;
  margin-top: 5px;
  background: rgb(109 191 77 / 80%);
  top: 10px;
  left: 25px;
  font-size: 22px;
  padding: 5px 40px;
  border-radius: 8px;
  color: #fff;
}
a.reservation-btn.btn_new {
  background-color: #0b2a54;
  color: #fff;
  padding: 15px 30px;
}
.project-section .text-section .main-content-new {
  margin-top: 25px;
  position: relative;
}
span.lb-caption h6 {
  color: #fff;
}
.about-thumb img {
  border-bottom-right-radius: 30px;
}
.blog-section {
  margin-top: 200px;
}
.project-section p {
  text-shadow: none;
}
.contact_footer {
  z-index: 9;
  position: absolute;
}
.ssl {
  position: relative;
}
.footer-section .image {
  position: relative;
}
ul.list_item_ser {
  list-style: none;
  left: -25px;
  position: relative;
}
ul.list_item_ser li span {
  color: #0b2a54 !important;
  font-weight: 500 !important;
  line-height: normal !important;
}
ul.list_item_ser li {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
}
ul.list_choose_ser li {
  color: #555;
  line-height: 1.8;
  font-size: 16px !important;
}
a.link_tel {
  color: #0b2a54;
}
ul.list_details_ser {
  list-style: none;
  left: -30px;
  position: relative;
}
ul.list_details_ser li {
  margin-bottom: 5px;
}
ul.list_details_ser li i {
  color: #0b2a54;
}
ul.list_data_head li.lic {
  width: 250px;
}
.info-box-lic {
  width: 310px;
}
.topbar .topbar-wrapper .topbar-contact .content {
  display: inline-block;
  width: 830px;
  position: relative;
  top: 15px;
}
.button.button_header {
  float: right;
  /* left: 15%; */
  position: relative;
  /* top: -50px; */
}

@media (min-width: 1400px) {
  .button.button_header {
    left: 15%;
    top: -50px;
  }
}

.description h2 {
  height: 60px;
}

@media (max-width: 991px) {
  .project-section .text-section .title {
    padding-top: 0px;
  }
  .lb-nav a.lb-prev,
  .lb-nav a.lb-next {
    opacity: 1 !important;
  }
  span.title-message {
    font-size: 14px;
  }
  /* p.text_ser {
    height: auto;
  } */
  .service-top .service-title h3,
  .service-top .service-title h2 {
    font-size: 27px;
  }
  .mean-container .mean-bar::before {
    color: #fff;
    content: "Menu" !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    left: 55px !important;
    position: absolute;
    top: 20px !important;
  }
  .mean-container a.meanmenu-reveal {
    float: left !important;
  }
  nav ul.sub-menu li a {
    color: #000 !important;
    font-weight: 500 !important;
  }
  .content_logo_mobile {
    text-align: center;
    display: block;
  }
  .scroll-area .go-top.active {
    top: 80% !important;
  }
  img.logo_mobile {
    margin-top: 70px;
  }
  .mobile-menu.mean-container {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0 !important;
  }
  .bratecome-section {
    padding: 75px 0px;
  }
  .bratecome-section .contant {
    text-align: center;
    position: relative;
    top: 25px;
  }
  .bratecome-section .contant .title h2 {
    font-size: 30px;
  }
  .btn_new {
    text-align: center;
    margin-top: -5px;
  }
  .post.widget-categories-menu {
    margin-top: 0px;
  }
  .blog-detail-section .main-section .right-side .line {
    left: 45%;
  }
  .blog-detail-section .main-section .right-side .comment-line {
    left: 50%;
  }
  .privacy {
    position: relative;
    top: -25px;
  }
  .sysall {
    position: relative;
    top: -20px;
  }
  .cuppyRight-section {
    padding-bottom: 70px;
  }
  .service-section .service-text-section .service-title {
    width: 100%;
  }
  .service-section .service-text-section .text-p {
    width: 90%;
  }
  .service-section .service-text-section .service-title h2 {
    text-align: center;
  }
  .btn_new {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .section-main-title h2 {
    font-size: 30px;
  }
  .counter-section .counter-wraper {
    width: 100% !important;
  }
  .btn_new_home {
    position: relative;
    top: -40px;
  }
  .about-thumb.about-thumb-home {
    display: none;
  }
  .counter-section {
    height: 100%;
  }
  .service-top .service-title {
    width: 100%;
  }
  .service-top .service-title h3,
  .service-top .service-title h2 {
    text-align: center;
  }
  .service-top .text-p {
    width: 90%;
  }
  .choose-us-thumb img {
    width: 100%;
    padding: 10px;
  }
  .section_why_choose .counter-wraper {
    height: inherit !important;
  }
  .section-title,
  .choose-us-single-box {
    left: 25px !important;
    position: relative;
  }
  .blog-section .blog-wraper .blog-header .blog-top .blog-title,
  .project-section .text-section .project-top .project-title {
    width: 100%;
  }
  .blog-section .blog-wraper .blog-header .blog-top .blog-title h3,
  .blog-section .blog-wraper .blog-header .blog-top .blog-title h2,
  .project-section .text-section .project-top .project-title h3,
  .project-section .text-section .project-top .project-title h2 {
    text-align: center;
  }
  .blog-section .blog-wraper .blog-header .blog-top .text-p,
  .project-section .text-section .project-top .text-p {
    width: 90%;
  }
  .mean-container .mean-bar {
    background: #0b2a54 !important;
  }
  .about_new {
    left: 0px !important;
    position: relative;
  }
  .about-thumb img {
    width: 100%;
  }
  .service-area.style-three {
    z-index: 1;
  }
  .linea_one::before,
  .linea_one::after,
  .linea_dos::before,
  .linea_dos::after,
  .linea_tres::before,
  .linea_tres::after {
    display: none;
  }
  .text-detail .button-1.btn_new {
    margin-top: -20px;
    margin-bottom: 25px;
  }
  p.text_aside {
    position: relative;
    top: -15px;
  }
  .widget-categories-menu ul {
    width: 100%;
  }
  .option-btn-form {
    margin-bottom: 30px;
  }
  .form-section-free {
    padding-top: 10px !important;
  }
  .counter-section .counter-wraper {
    left: 0% !important;
  }
  .counter-section .counter-wraper {
    left: 0 !important;
    position: relative !important;
    transform: none !important;
    width: 100% !important;
    margin: 0px;
    padding: 20px;
  }
  .section-title.about,
  .about-content-list ul {
    left: 0px !important;
  }
  .choose-us-thumb {
    padding: 0px;
  }
  .choose-us-thumb img {
    padding: 0px;
  }
  .section-title-why {
    left: 0px !important;
  }
  .section-title,
  .choose-us-single-box {
    left: 0px !important;
  }
  .blog-section {
    margin-top: 15px;
  }
  .section-about-page {
    margin-top: -60px;
  }
  .testimonila-content-style-two p {
    width: 100%;
    margin: auto;
    transition: 0.5s;
    padding: 20px;
  }
  .reviews_img h3 {
    text-align: center !important;
  }
  .service-section .service-text-section .service-title h3 {
    text-align: center !important;
  }
  .experiencia_why {
    margin-top: 0px;
    right: 0px !important;
  }
  .contact_footer {
    z-index: 9;
    position: relative;
  }
  .mean-container a.meanmenu-reveal {
    float: left;
  }
  .footer-section .footer-service,
  .footer-section .footer-contact {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
  .sysall,
  .privacy {
    top: 30px;
  }
  .counter-section {
    margin-bottom: 200px;
  }
  .btn_new_home {
    top: 0px;
  }
  .quick {
    z-index: 999;
  }
}

@media (max-width: 992px) {
  .counter-section {
    margin-bottom: 280px;
  }
  .counter-section .counter-wraper {
    width: 100%;
  }
  img.logo_header_two {
    width: 100%;
  }
  div#sticky-header .menu-icon {
    display: none;
  }
  .button.button_header {
    left: 0%;
  }
}

@media (min-width: 992px) and (max-width: 1199) {
}

@media (max-width: 1200px) {
  .button.button_header {
    float: right;
  }
  .topbar .topbar-wrapper .topbar-contact .content {
    width: 100%;
  }
}

li ul.sub-menu {
  height: 175px;
  overflow: overlay;
}

@media (min-width: 992px) {
  li ul.sub-menu {
    height: auto;
    width: 300px !important;
  }
  li ul.sub-menu li a {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 0 10px 10px !important;
  }
}
