

/*-- Feature --*/
.feature-area {
  position: relative;
  z-index: 1;
  margin-top: -70px;
}

.feature-item {
  background-color: #C97030;
  position: relative;
  padding: 30px 25px 30px;
  text-align: center;
}
.feature-item:hover .left i {
  transform: rotateY(360deg);
}
.feature-item .left {
  margin-bottom: 22px;
}
.feature-item .left i {
  color: #fff;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  transition: 0.5s all ease;
}
.feature-item .right h3 {
  font-size: 25px;
  margin-bottom: 12px;
}
.feature-item .right h3 a {
  color: #fff;
}
.feature-item .right h3 a:hover {
  color: #00245a;
}
.feature-item .right p {
  color: #fff;
  margin-bottom: 14px;
}
.feature-item .right a {
  display: inline-block;
  color: #fff;
}
.feature-item .right a:hover i {
  animation: plus-icon-rotate 1s infinite linear;
}
.feature-item .right a i {
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 15px;
  transition: 0.5s all ease;
}
.feature-item.two {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3411764706);
}
.feature-item.two .left i {
  color: #C97030;
}
.feature-item.two .right h3 a {
  color: #00245a;
}
.feature-item.two .right h3 a:hover {
  color: #C97030;
}
.feature-item.two .right p {
  color: #565969;
}
.feature-item.two .right a {
  color: #00245a;
}
.feature-item.three {
  background-color: #00245a;
}
.feature-item.three .right h3 a:hover {
  color: #C97030;
}

@keyframes plus-icon-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-- About --*/
.section-title {
  margin-bottom: 50px;
}
.section-title .sub-title {
  display: inline-block;
  color: #00245a;
  position: relative;
  margin-bottom: 10px;
}
.section-title .sub-title:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 0px;
  right: -9px;
  background-color: #00245a;
}
.section-title .sub-title:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 0px;
  right: -16px;
  background-color: #C97030;
}
.section-title h2 {
  margin-bottom: 0;
  font-size: 40px;
}

.about-area {
  padding-bottom: 100px;
}
.about-area .about-content {
  max-width: 635px;
  margin-left: auto;
  
}
.about-area .about-content .section-title {
  margin-bottom: 25px;
}
.about-area .about-content .about-span {
  display: block;
  font-weight: 500;
  color: #474a59;
  font-size: 18px;
  margin-bottom: 5px;
}
.about-area .about-content p {
  margin-bottom: 15px;
}
.about-area .about-content ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.about-area .about-content ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  flex: 0 0 60%;
  max-width: 60%;
}
.about-area .about-content ul li:nth-child(1) {
  padding-left: 85px;
}
.about-area .about-content ul li:nth-child(2) {
  flex: 0 0 40%;
  max-width: 40%;
}
.about-area .about-content ul li:nth-child(2) .signature2 {
  display: none;
}
.about-area .about-content ul li i {
  position: absolute;
  top: 0;
  left: 0;
  color: #C97030;
  font-size: 60px;
  line-height: 60px;
}
.about-area .about-content ul li h4 {
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 20px;
}
.about-area .about-content ul li a {
  display: block;
  color: #C97030;
  font-weight: 700;
  font-size: 24px;
}
.about-area .about-content ul li a:hover {
  color: #00245a;
}
.about-area .about-img {
  position: relative;
}
.about-area .about-img img {
  width: 100%;
}
.about-area .about-img img:nth-child(2) {
  position: absolute;
  top: 225px;
  left: -70px;
  max-width: 145px;
}

@keyframes about-rotate-ani {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*-- Counter --*/
.counter-item {
  margin-bottom: 30px;
  position: relative;
  margin-top: -8px;
}
.counter-item h3 {
  margin-bottom: 0;
  color: #C97030;
  font-size: 58px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 58px;
}
.counter-item h3 .target {
  margin-left: -15px;
  font-weight: 400;
  position: relative;
  top: 6px;
  font-size: 60px;
}
.counter-item p {
  margin-bottom: 0;
  color: #00245a;
  font-size: 22px;
  padding-left: 140px;
  position: relative;
  top: 5px;
  line-height: 1.5;
}

/*-- Services --*/
.service-area {
  background-color: #00245a;
}
.service-area .section-title {
  margin-bottom: 30px;
}
.service-area .section-title .sub-title {
  color: #fff;
}
.service-area .section-title .sub-title:before {
  background-color: #fff;
}
.service-area .section-title h2 {
  color: #fff;
}
.service-area .common-btn {
  margin-bottom: 30px;
}
.service-area .common-btn:before {
  background-color: #fff;
}
.service-area .common-btn:hover {
  color: #00245a;
}

.service-item {
  margin-bottom: 55px;
  background-color: #fff;
  padding: 30px 30px 18px;
  position: relative;
  transition: 0.5s all ease;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
.service-item.one {
  background-image: url("../img/services/services1.webp");
}
.service-item.two {
  background-image: url("../img/services/services2.webp");
}
.service-item.three {
  background-image: url("../img/services/services3.webp");
}
.service-item.four {
  background-image: url("../img/services/services4.webp");
}
.service-item.five {
  background-image: url("../img/services/services5.webp");
}
.service-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  transition: 0.5s all ease;
  z-index: -1;
}
.service-item:hover {
  transform: translate(0, -10px);
}
.service-item:hover:before {
  background-color: #000;
  opacity: 0.4;
}
.service-item:hover span {
  color: #fff;
}
.service-item:hover h3 a {
  color: #fff;
}
.service-item:hover p {
  color: #fff;
}
.service-item:hover .service-icon {
  transform: rotateY(360deg);
}
.service-item span {
  display: block;
  color: #C97030;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 14px;
  line-height: 25px;
  transition: 0.5s all ease;
}
.service-item h3 {
  margin-bottom: 10px;
  font-size: 25px;
}
.service-item h3 a {
  color: #00245a;
  display: block;
}
.service-item h3 a:hover {
  color: #C97030;
}
.service-item p {
  margin-bottom: 8px;
  transition: 0.5s all ease;
}
.service-item .service-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  text-align: center;
  border-radius: 20%;
  color: #C97030;
  font-size: 30px;
  display: inline-block;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3411764706);
  position: absolute;
  right: 45px;
  bottom: -25px;
  transition: 0.5s all ease;
  padding: 5px;
  
}
.service-item .service-btn {
  display: inline-block;
  color: #C97030;
  font-size: 20px;
  line-height: 20px;
  position: relative;
 
}
.service-item .service-btn i {
  line-height: 40px;
  display: inline-block;
}
.service-item .service-btn:hover {
  color: #fff;
}

/*-- Skills --*/
.skills-area .skills-img {
  background-image: url("/images/owner/karateev-cover.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.skills-area .skills-img img {
  display: none;
}
.skills-area .skills-content {
  padding: 70px 70px 70px;
  position: relative;
  background-color: #C97030;
}
.skills-area .skills-content .section-title {
  margin-bottom: 30px;
}
.skills-area .skills-content .section-title .sub-title {
  color: #fff;
}
.skills-area .skills-content .section-title .sub-title:before {
  background-color: #fff;
}
.skills-area .skills-content .section-title .sub-title:after {
  background-color: #00245a;
}
.skills-area .skills-content .section-title h2 {
  color: #fff;
}
.skills-area .skills-content ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 75px;
  margin-bottom: 25px;
}
.skills-area .skills-content ul li:last-child {
  margin-bottom: 0;
}
.skills-area .skills-content ul li i {
 
  display: inline-block;
  color: #fff;
  font-size: 55px;
  line-height: 70px;
}
.skills-area .skills-content ul li h3 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 22px;
}
.skills-area .skills-content ul li p {
  margin-bottom: 0;
  color: #fff;
  max-width: 475px;
}

/*-- Progress --*/
.progress-area .single-progress {
  margin-bottom: 30px;
  position: relative;
}
.progress-area .single-progress .progress-bar {
  background-color: transparent;
}
.progress-area .single-progress .progress-bar .background {
  background-color: #eaeaea !important;
}
.progress-area .single-progress .progress-bar .left {
  background-color: #eaeaea !important;
}
.progress-area .single-progress .progress-bar div span {
  font-family: "Roboto", sans-serif;
  font-size: 55px;
  color: #00245a;
  line-height: 165px;
}
.progress-area .single-progress .progress-content {
  position: absolute;
  top: 30px;
  left: 200px;
}
.progress-area .single-progress .progress-content h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.progress-area .single-progress .progress-content p {
  margin-bottom: 0;
}

/*-- Projects --*/
.projects-area {
  background-color: #f3f3f3;
}
.projects-area .section-title {
  text-align: center;
}
.projects-area .section-title h2 {
  margin-bottom: 8px;
}
.projects-area .section-title p {
  margin-bottom: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.projects-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.5s all ease;
}
.projects-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -25px;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 36, 90, 0.5725868311) 20%, rgba(255, 255, 255, 0) 59%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}
.projects-item:hover {
  transform: translate(0, -10px);
}
.projects-item:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.projects-item:hover .bottom {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}
.projects-item .top img {
  width: 100%;
}
.projects-item .bottom {
  position: absolute;
  left: 35px;
  bottom: -25px;
  z-index: 1;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
}
.projects-item .bottom span {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.projects-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.projects-item .bottom h3 a {
  display: block;
  color: #fff;
}
.projects-item .bottom h3 a:hover {
  color: #C97030;
}

/*-- Team --*/
.team-area .section-title {
  text-align: center;
}
.team-area .section-title h2 {
  margin-bottom: 8px;
}
.team-area .section-title p {
  margin-bottom: 0;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.team-item {
  margin-bottom: 30px;
  position: relative;
  transition: 0.5s all ease;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2705882353);
  overflow: hidden;
  text-align: center;
}
.team-item .team-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s all ease;
  visibility: visible;
  height: 350px;
}
.team-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -25px;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 36, 90, 0.5725868311) 20%, rgba(255, 255, 255, 0) 59%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease;
}
.team-item:hover {
  transform: translate(0, -10px);
}
.team-item:hover:after {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
.team-item:hover .team-shape {
  opacity: 0;
  visibility: hidden;
  bottom: 10%;
}
.team-item:hover .bottom {
  transform: translate(0, -30px);
}
.team-item:hover .bottom span {
  color: #fff;
}
.team-item:hover .bottom h3 {
  color: #fff;
}
.team-item:hover ul {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
.team-item img {
  width: 100%;
}
.team-item .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  padding-left: 10px;
  transition: 0.5s all ease;
  z-index: 1;
}
.team-item .bottom span {
  display: block;
  color: #C97030;
  margin-bottom: 3px;
  transition: 0.5s all ease;
}
.team-item .bottom h3 {
  font-size: 22px;
  margin-bottom: 0;
  transition: 0.5s all ease;
}
.team-item ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.team-item ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.team-item ul li:last-child {
  margin-right: 0;
}
.team-item ul li a {
  display: block;
  color: #fff;
  font-size: 17px;
}
.team-item ul li a:hover {
  color: #C97030;
}

/*-- Video --*/
.video-area {
  background-image: url("../img/video-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.video-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00245a;
  opacity: 0.5;
}
.video-area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.video-area .video-btn {
  text-align: right;
  position: relative;
  z-index: 1;
  display:none;
}
.video-area .video-btn a {
  display: inline-block;
  color: #fff;
  background-color: #ff0800;
  height: 70px;
  width: 140px;
  text-align: center;
  font-size: 50px;
  border-radius: 20px;
}
.video-area .video-btn a i {
  line-height: 70px;
}
.video-area .video-btn a:hover {
  background-color: #00245a;
}
.video-area .section-title {
  max-width: 500px;
  position: relative;
  z-index: 1;
}
.video-area .section-title .sub-title {
  color: #fff;
}
.video-area .section-title .sub-title:before {
  background-color: #fff;
}
.video-area .section-title h2 {
  color: #fff;
}
.video-area .quote-area {
  background-color: #fff;
  padding: 47px 50px 50px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2705882353);
  position: relative;
  z-index: 1;
}
.video-area .quote-area .quote-title {
  display: block;
  color: #C97030;
  margin-bottom: 5px;
}
.video-area .quote-area h3 {
  font-size: 35px;
  margin-bottom: 30px;
}
.video-area .quote-area form .form-group {
  margin-bottom: 30px;
  position: relative;
}
.video-area .quote-area form .form-group .form-control {
  height: 50px;
  border: 1px solid #dfdfdf;
  padding-left: 45px;
  transition: 0.5s all ease;
}
.video-area .quote-area form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #00245a;
}
.video-area .quote-area form .form-group ::-moz-placeholder {
  color: #7f7f7f;
}
.video-area .quote-area form .form-group ::placeholder {
  color: #7f7f7f;
}
.video-area .quote-area form .form-group label {
  margin-bottom: 0;
  position: absolute;
  top: 13px;
  left: 20px;
  font-size: 18px;
}
.video-area .quote-area form .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}
.video-area .quote-area form .form-group .nice-select {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 35px;
  transition: 0.5s all ease;
  margin-bottom: 30px;
  font-size: 17px;
  padding-left:40px;
}
.video-area .quote-area form .form-group .nice-select .current {
  color: #7f7f7f;
}
.video-area .quote-area form .form-group .nice-select .list {
  width: 100%;
  display: block;
}
.video-area .quote-area form .form-group .nice-select:active, .video-area .quote-area form .form-group .nice-select.open, .video-area .quote-area form .form-group .nice-select:focus {
  border: 1px solid #00245a;
}
.video-area .quote-area form .common-btn {
  transition: 0.5s all ease;
  border: 0;
  border-radius: 5px;
  background-color: #00245a;
  font-weight: 500;
  padding: 12px 60px 12px;
}
.video-area .quote-area form .common-btn:before {
  border-radius: 5px;
  background-color: #C97030;
}

/*-- Testimonials --*/
.testimonials-area .section-title {
  text-align: center;
  margin-bottom: 20px;
}
.testimonials-area .section-title h2 {
  margin-bottom: 8px;
}
.testimonials-area .section-title p {
  margin-bottom: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials-area .testimonials-item {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2705882353);
  padding: 40px 40px 40px;
  margin: 30px 20px 30px;
  transition: 0.5s all ease;
}
.testimonials-area .testimonials-item:hover {
  transform: translate(0, -10px);
}
.testimonials-area .testimonials-item:hover ul li i {
  margin-left: -40px;
}
.testimonials-area .testimonials-item:hover ul li i:after {
  opacity: 0;
}
.testimonials-area .testimonials-item h3 {
  margin-bottom: 12px;
  font-size: 22px;
}
.testimonials-area .testimonials-item h3 span {
  color: #C97030;
}
.testimonials-area .testimonials-item p {
  margin-bottom: 30px;
}
.testimonials-area .testimonials-item ul {
  display: flex;
  flex-wrap: wrap;
}
.testimonials-area .testimonials-item ul li {
  list-style-type: none;
  display: inline-block;
  flex: 0 0 50%;
  max-width: 50%;
}
.testimonials-area .testimonials-item ul li:last-child {
  text-align: right;
}
.testimonials-area .testimonials-item ul li i {
  display: inline-block;
  height: 50px;
  color: #fff;
  background-color: #C97030;
  padding-right: 30px;
  padding-left: 60px;
  line-height: 50px;
  font-size: 30px;
  margin-left: -60px;
  position: relative;
  transition: 0.5s all ease;
}
.testimonials-area .testimonials-item ul li i:after {
  position: absolute;
  content: "";
  top: -14px;
  left: 0;
  border-left: 20px solid transparent;
  border-bottom: 14px solid #d34806;
  transition: 0.5s all ease;
}
.testimonials-area .testimonials-item ul li h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.testimonials-area .testimonials-item ul li span {
  display: block;
}
.testimonials-area .owl-theme .owl-dots .owl-dot span {
  background: #C97030;
}
.testimonials-area .owl-theme .owl-dots .owl-dot.active span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  top: 5px;
  border-radius: 50%;
  background-color: #C97030;
  margin-left: auto;
  margin-right: auto;
}
.testimonials-area .owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
  border: 1px solid #C97030;
  padding: 10px;
  position: relative;
  top: 5px;
}
.testimonials-area .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  margin-bottom: -8px;
}

/*-- Blog --*/
.blog-area {
  background-color: #f6f6f6;
}
.blog-area .section-title {
  text-align: center;
}
.blog-area .blog-item {
  position: relative;
  transition: 0.5s all ease;
}
.blog-area .blog-item:hover {
  transform: translate(0, -10px);
}
.blog-area .blog-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 36, 90, 0.572587) 20%, rgba(255, 255, 255, 0) 59%);
  transition: 0.5s all ease;
}
.blog-area .blog-item img {
  width: 100%;
}
.blog-area .blog-item .bottom {
  position: absolute;
  left: 40px;
  bottom: 20px;
}
.blog-area .blog-item .bottom span {
  display: block;
  color: #f6f6f6;
  margin-bottom: 12px;
  font-size: 15px;
}
.blog-area .blog-item .bottom span a {
  color: #f6f6f6;
  position: relative;
  padding-left: 11px;
}
.blog-area .blog-item .bottom span a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "/";
  color: #f6f6f6;
}
.blog-area .blog-item .bottom span a:hover {
  color: #C97030;
}
.blog-area .blog-item .bottom h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.blog-area .blog-item .bottom h3 a {
  color: #fff;
}
.blog-area .blog-item .bottom h3 a:hover {
  color: #C97030;
}
.blog-area .blog-item .bottom .blog-btn {
  display: inline-block;
  color: #fff;
  font-size: 35px;
  position: relative;
  left: -8px;
}
.blog-area .blog-item .bottom .blog-btn:hover {
  color: #C97030;
}
.blog-area .blog-inner {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 20px;
  position: relative;
}
.blog-area .blog-inner:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.blog-area .blog-inner:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 100px;
  top: 0;
  background-color: #e1e1e1;
}
.blog-area .blog-inner ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-area .blog-inner ul li {
  list-style-type: none;
  display: inline-block;
  flex: 0 0 20%;
  max-width: 20%;
}
.blog-area .blog-inner ul li:last-child {
  flex: 0 0 80%;
  max-width: 80%;
  margin-top: 5px;
}
.blog-area .blog-inner ul li h4 {
  font-size: 40px;
  max-width: 85px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 40px;
  margin-bottom: 0;
}
.blog-area .blog-inner ul li h4 span {
  font-weight: 400;
  font-size: 22px;
  color: #565969;
}
.blog-area .blog-inner ul li .sub-link {
  display: block;
  color: #3f5175;
  margin-bottom: 8px;
}
.blog-area .blog-inner ul li .sub-link:hover {
  color: #C97030;
}
.blog-area .blog-inner ul li h3 {
  margin-bottom: 0;
  font-size: 20px;
}
.blog-area .blog-inner ul li h3 a {
  color: #00245a;
}
.blog-area .blog-inner ul li h3 a:hover {
  color: #C97030;
}

/*-- Footer --*/
footer {
  background-color: #00245a;
  background-image: url("../img/footer-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer-item {
  margin-bottom: 30px;
}
.footer-item h3 {
  margin-bottom: 25px;
  color: #fff;
  font-size: 22px;
}
.footer-item .footer-logo .logo {
  display: block;
  margin-bottom: 30px;
}
.footer-item .footer-logo p {
  margin-bottom: 30px;
  color: #cbe0ff;
}
.footer-item .footer-logo span {
  display: block;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
}
.footer-item .footer-logo ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 12px;
}
.footer-item .footer-logo ul li:last-child {
  margin-right: 0;
}
.footer-item .footer-logo ul li a {
  display: block;
  color: #fff;
}
.footer-item .footer-logo ul li a:hover {
  color: #C97030;
}
.footer-item .footer-links ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}
.footer-item .footer-links ul li:last-child {
  margin-bottom: 0;
}
.footer-item .footer-links ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 9px;
  left: 0;
  background-color: #C97030;
}
.footer-item .footer-links ul li a {
  display: block;
  color: #cadfff;
}
.footer-item .footer-links ul li a:hover {
  color: #fff;
  letter-spacing: 1px;
}
.footer-item .footer-company ul li {
  list-style-type: none;
  display: block;
  color: #cadfff;
  margin-bottom: 12px;
}
.footer-item .footer-company ul li:last-child {
  margin-bottom: 0;
}
.footer-item .footer-company ul li span {
  font-weight: 500;
  display: inline-block;
  color: #fff;
}
.footer-item .footer-company ul li a {
  color: #cadfff;
  display: inline-block;
}
.footer-item .footer-company ul li a:hover {
  color: #fff;
  letter-spacing: 1px;
}

/*-- Copyright --*/
.copyright-area {
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #1b437f;
}
.copyright-area .newsletter-form {
  position: relative;
}
.copyright-area .newsletter-form .form-control {
  height: 50px;
  padding-left: 20px;
  font-size: 16px;
  border-radius: 0;
  border: 0;
}
.copyright-area .newsletter-form .form-control:focus {
  border: 0;
  box-shadow: none;
}
.copyright-area .newsletter-form ::-moz-placeholder {
  color: #7e76a6;
}
.copyright-area .newsletter-form ::placeholder {
  color: #7e76a6;
}
.copyright-area .newsletter-form .common-btn {
  border: 0;
  border-radius: 0;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  height: 50px;
}
.copyright-area .copyright-item {
  text-align: right;
}
.copyright-area .copyright-item p {
  margin-bottom: 0;
  color: #cadfff;
}
.copyright-area .copyright-item p a {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.copyright-area .copyright-item p a:hover {
  color: #C97030;
  border-bottom: 1px solid #C97030;
}

/*----- End Home Demo One CSS -----*/
/*----- Home Demo Two CSS -----*/
/*-- Header Top --*/
.header-top-area.two {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.header-top-area.two .left p {
  color: #00245a;
}
.header-top-area.two .left p a {
  color: #00245a;
}
.header-top-area.two .left p a:hover {
  color: #C97030;
}
.header-top-area.two .left ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.header-top-area.two .left ul li:last-child {
  margin-right: 0;
}
.header-top-area.two .right .contact-info li a {
  color: #00245a;
}
.header-top-area.two .right .social-info li a {
  color: #3B5998;
}
.header-top-area.two .right .social-info li a:hover {
  color: unset;
  transform: rotateY(360deg);
}
.header-top-area.two .right .social-info li:nth-child(2) a {
  color: #00ACEE;
}
.header-top-area.two .right .social-info li:nth-child(3) a {
  color: #E1306C;
}
.header-top-area.two .right .social-info li:nth-child(4) a {
  color: #E60023;
}
.header-top-area.two .right .social-info li:nth-child(5) a {
  color: #FF0000;
}

/*-- Navbar --*/
.side-nav.two ul li:nth-child(1) {
  border-right: 0;
  padding-right: 25px;
  top: -15px;
}
.side-nav.two ul li:nth-child(2) {
  padding-left: 0;
  padding-right: 30px;
  top: -12px;
}
.side-nav.two ul li .search-icon {
  font-size: 28px;
  color: #00245a;
  background-color: unset;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
}
.side-nav.two ul li .search-icon i {
  line-height: 30px;
}
.side-nav.two ul li .talk-item {
  height: 75px;
  position: relative;
  background-color: #00245a;
  padding: 15px 15px 10px 75px;
  transition: 0.5s all ease;
}
.side-nav.two ul li .talk-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  left: 0;
  bottom: -10px;
  background-color: #00245a;
}
.side-nav.two ul li .talk-item:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: -20px;
  border-left: 20px solid transparent;
  border-top: 10px solid #00245a;
  transition: 0.5s all ease;
}
.side-nav.two ul li .talk-item i {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 21px;
  left: 25px;
  transition: 0.5s all ease;
}
.side-nav.two ul li .talk-item i.two {
  font-size: 50px;
  top: 6px;
  left: 15px;
  opacity: 0.1;
}
.side-nav.two ul li .talk-item span {
  display: block;
  color: #fff;
  margin-bottom: 3px;
}
.side-nav.two ul li .talk-item a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.side-nav.two ul li .talk-item a:hover {
  color: #C97030;
}

.main-nav.two.menu-shrink .side-nav.two ul li .icon-search {
  height: 30px;
}
.main-nav.two.menu-shrink .side-nav.two ul li .icon-search i {
  line-height: 30px;
}
.main-nav.two.menu-shrink .side-nav.two ul li .icon-close {
  height: 30px;
}
.main-nav.two.menu-shrink .side-nav.two ul li .icon-close i {
  line-height: 30px;
}
.main-nav.two.menu-shrink .side-nav.two ul li .talk-item {
  height: 70px;
  padding: 10px 15px 10px 75px;
}
.main-nav.two.menu-shrink .side-nav.two ul li .talk-item i {
  top: 18px;
}
.main-nav.two.menu-shrink .side-nav.two ul li .talk-item i.two {
  top: 2px;
}

/*-- Banner --*/
.banner-area.two {
  background-image: url("../img/slider/banner-main4.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 950px;
}
.banner-area.two:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
  opacity: 0.9;
}
.banner-area.two .banner-shape img {
  position: absolute;
}
.banner-area.two .banner-shape img:nth-child(1) {
  bottom: 0;
  right: 80px;
  max-width: 500px;
}
.banner-area.two .banner-shape img:nth-child(2) {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.banner-area.two .banner-item:before {
  display: none;
}
.banner-area.two .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.banner-area.two .banner-content {
  background-color: #fff;
  border-left: 5px solid #C97030;
  padding: 75px 75px 75px;
  padding: 45px 45px 45px;
  max-width: 765px;
  margin-top: 255px;
}
.banner-area.two .banner-content .sub-text {
  color: #00245a;
  padding-left: 25px;
}
.banner-area.two .banner-content .sub-text:before {
  width: 20px;
  height: 31px;
  top: -4px;
  left: 0;
  border: 2px solid #C97030;
  right: unset;
}
.banner-area.two .banner-content .sub-text:after {
  width: 5px;
  height: 21px;
  top: 1px;
  left: 17px;
  background-color: #fff;
  right: unset;
}
.banner-area.two .banner-content h1 {
  color: #00245a;
  max-width: 100%;
  font-size: 70px;
}
.banner-area.two .banner-content p {
  color: #565969;
  max-width: 100%;
}
.banner-area.two .banner-btn-area .banner-video-btn {
  font-size: 20px;
  border-bottom: 1px solid #00245a;
  margin-left: 15px;
  color: #00245a;
  display: inline-block;
}
.banner-area.two .banner-btn-area .banner-video-btn:hover {
  color: #C97030;
  border-bottom: 1px solid #C97030;
}
.banner-area.two .owl-theme .owl-nav.disabled + .owl-dots {
  right: 0;
}
.banner-area.two .owl-theme .owl-dots .owl-dot.active span {
  border: 1px solid #C97030;
  background: transparent;
}
.banner-area.two .owl-theme .owl-dots .owl-dot.active span:before {
  background-color: #C97030;
}
.banner-area.two .owl-theme .owl-dots .owl-dot span {
  margin: 5px 7px;
  background: #C97030;
}

/*-- Feature --*/
.feature-area.two {
  margin-top: 0;
}
.feature-area.two .feature-item {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3411764706);
  transition: 0.5s all ease;
  padding: 35px 35px 30px;
  z-index: 1;
  margin-bottom: 30px;
}
.feature-area.two .feature-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background-color: #00245a;
  transition: 0.5s all ease;
  z-index: -1;
}
.feature-area.two .feature-item:hover {
  transform: translate(0, -10px);
}
.feature-area.two .feature-item:hover:before {
  height: 100%;
}
.feature-area.two .feature-item:hover .left i {
  color: #fff;
}
.feature-area.two .feature-item:hover .right h3 a {
  color: #fff;
}
.feature-area.two .feature-item:hover .right p {
  color: #fff;
}
.feature-area.two .feature-item .left {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: 20px;
}
.feature-area.two .feature-item .left i {
  color: #C97030;
  font-size: 55px;
  transition: 0.5s all ease;
}
.feature-area.two .feature-item .right {
  padding-left: 0;
}
.feature-area.two .feature-item .right h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.feature-area.two .feature-item .right h3 a {
  color: #00245a;
}
.feature-area.two .feature-item .right h3 a:hover {
  color: #C97030;
}
.feature-area.two .feature-item .right p {
  color: #565969;
  margin-bottom: 0;
  transition: 0.5s all ease;
}

/*-- About --*/
.section-title.two .sub-title {
  padding-left: 65px;
}
.section-title.two .sub-title:before {
  width: 55px;
  height: 1px;
  top: 12px;
  right: unset;
  left: 0;
  background-color: #C97030;
}
.section-title.two .sub-title:after {
  display: none;
}

.about-area.two {
  padding-bottom: 100px;
}
.about-area.two .about-img.two {
  margin-bottom: 30px;
}
.about-area.two .about-content {
  max-width: 600px;
  margin-left: 0;
  padding-right: 0;
}
.about-area.two .about-content p {
  margin-bottom: 10px;
}
.about-area.two .about-content .common-btn {
  margin-right: 30px;
}
.about-area.two .about-content ul li {
  flex: 0 0 45%;
  max-width: 45%;
  padding-left: 0;
  margin-bottom: 10px;
}
.about-area.two .about-content ul li:last-child {
  flex: 0 0 55%;
  max-width: 55%;
}
.about-area.two .about-content ul li:hover i {
  color: #fff;
  background-color: #C97030;
}
.about-area.two .about-content ul li i {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  color: #C97030;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.4509803922);
  margin-right: 5px;
  font-size: 22px;
  transition: 0.5s all ease;
}
.about-area.two .about-content .signature2 {
  display: none;
}

/*-- Services --*/
.service-area.two .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  margin-bottom: -8px;
}
.service-area.two .owl-theme .owl-dots .owl-dot span {
  background: #C97030;
}
.service-area.two .owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
  border: 1px solid #C97030;
  padding: 10px;
  position: relative;
  top: 4px;
}
.service-area.two .owl-theme .owl-dots .owl-dot.active span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  top: 5px;
  border-radius: 50%;
  background-color: #C97030;
  margin-left: auto;
  margin-right: auto;
}
.service-area.two .section-title.two {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.service-area.two .section-title.two h2 {
  margin-bottom: 10px;
}
.service-area.two .section-title.two p {
  margin-bottom: 0;
  color: #fff;
}

.service-item-two {
  margin-bottom: 30px;
  background-color: #fff;
}
.service-item-two:hover .top i {
  transform: rotateY(360deg);
}
.service-item-two .top {
  position: relative;
}
.service-item-two .top a {
  display: block;
  width: 100%;
}
.service-item-two .top i {
  display: inline-block;
  color: #fff;
  background-color: #C97030;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 25px;
  text-align: center;
  position: absolute;
  right: 30px;
  bottom: -30px;
  transition: 0.5s all ease;
}
.service-item-two .bottom {
  padding: 30px 30px 30px;
}
.service-item-two .bottom h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.service-item-two .bottom h3 a {
  color: #00245a;
}
.service-item-two .bottom h3 a:hover {
  color: #C97030;
}
.service-item-two .bottom p {
  margin-bottom: 18px;
}
.service-item-two .bottom .common-btn {
  margin-bottom: 0;
  height: 50px;
  width: 100%;
  display: block;
  padding: 0 25px 0;
  line-height: 50px;
  background-color: #00245a;
}
.service-item-two .bottom .common-btn i {
  font-size: 25px;
  margin-right: 0;
  position: absolute;
  top: 12px;
  right: 25px;
}
.service-item-two .bottom .common-btn:before {
  background-color: #C97030;
}
.service-item-two .bottom .common-btn:hover {
  color: #fff;
}

.counter-area.two {
  background-color: #f6f6f6;
}

/*-- Pricing --*/
.pricing-area .section-title.two {
  text-align: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.pricing-area .section-title.two h2 {
  margin-bottom: 10px;
}
.pricing-area .section-title.two p {
  margin-bottom: 0;
  color: #565969;
}

.pricing-item {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3215686275);
  text-align: center;
  transition: 0.5s all ease;
}
.pricing-item:hover {
  transform: translate(0, -10px);
}
.pricing-item:hover .middle {
  background-color: #C97030;
}
.pricing-item:hover .middle h3 {
  color: #fff;
}
.pricing-item.two .middle {
  background-color: #C97030;
}
.pricing-item.two .middle h3 {
  color: #fff;
}
.pricing-item .top span {
  display: block;
  font-size: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: 0.5s all ease;
}
.pricing-item .top span i {
  font-size: 26px;
  position: relative;
  top: 1px;
  color: #00245a;
  transition: 0.5s all ease;
}
.pricing-item .middle {
  background-color: #f9ded2;
  padding-top: 16px;
  padding-bottom: 20px;
  transition: 0.5s all ease;
}
.pricing-item .middle h3 {
  margin-bottom: 0;
  font-size: 50px;
  color: #C97030;
  transition: 0.5s all ease;
}
.pricing-item .middle h3 span {
  font-size: 25px;
}
.pricing-item .middle h3 span:nth-child(1) {
  margin-right: -5px;
}
.pricing-item .end {
  padding: 30px 35px 30px;
}
.pricing-item .end ul {
  margin-bottom: 30px;
}
.pricing-item .end ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 12px;
  font-size: 17px;
  transition: 0.5s all ease;
}
.pricing-item .end ul li:hover i.two {
  background-color: #00245a;
}
.pricing-item .end ul li:last-child {
  margin-bottom: 0;
}
.pricing-item .end ul li i {
  display: inline-block;
  color: #C97030;
  margin-right: 3px;
  font-size: 20px;
  position: relative;
  top: 4px;
  transition: 0.5s all ease;
}
.pricing-item .end ul li i.two {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #b6b6b6;
  margin-right: 0;
  font-size: 12px;
  margin-left: 3px;
  position: relative;
  top: -1px;
  transition: 0.5s all ease;
}

/*-- Skills --*/
.skills-area.two {
  background-image: url("../img/skills-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.skills-area.two .skills-content {
  margin-top: 0;
  margin-left: auto;
}
.skills-area.two .skills-content ul {
  display: flex;
  flex-wrap: wrap;
}
.skills-area.two .skills-content ul li {
  flex: 0 0 50%;
  max-width: 50%;
}
.skills-area.two .skills-content ul li p {
  max-width: 100%;
}

/*-- Projects --*/
.projects-area.two {
  background-color: #fff;
}
.projects-area.two .section-title.two {
  text-align: left;
}
.projects-area.two .project-right-btn {
  text-align: right;
}
.projects-area.two .projects-item:before {
  display: none;
}
.projects-area.two .projects-item .bottom {
  background-color: #C97030;
  padding: 15px 25px 15px;
}
.projects-area.two .projects-item .bottom h3 a:hover {
  color: #00245a;
}

/*-- Team --*/
.team-area.two {
  background-color: #f6f6f6;
}
.team-area.two .owl-theme .owl-dots .owl-dot span {
  background: #C97030;
}
.team-area.two .owl-theme .owl-dots .owl-dot.active span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  top: 5px;
  border-radius: 50%;
  background-color: #C97030;
  margin-left: auto;
  margin-right: auto;
}
.team-area.two .owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
  border: 1px solid #C97030;
  padding: 10px;
  position: relative;
  top: 5px;
}
.team-area.two .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  margin-bottom: -8px;
}

/*-- Subscribe --*/
.subscribe-area .subscribe-item {
  background-image: url("../img/subscribe-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.subscribe-area .subscribe-item .newsletter-form {
  position: relative;
  max-width: 715px;
  margin-left: auto;
  background-color: #fff;
  padding: 50px 50px 50px;
  margin-right: 80px;
}
.subscribe-area .subscribe-item .newsletter-form .section-title.two {
  margin-bottom: 30px;
}
.subscribe-area .subscribe-item .newsletter-form .section-title.two h2 {
  font-size: 35px;
  margin-bottom: 5px;
}
.subscribe-area .subscribe-item .newsletter-form .section-title.two p {
  margin-bottom: 0;
}
.subscribe-area .subscribe-item .newsletter-form .form-control {
  height: 50px;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  border-radius: 0;
  padding-left: 20px;
  font-size: 16px;
  transition: 0.5s all ease;
  margin-bottom: 20px;
}
.subscribe-area .subscribe-item .newsletter-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #00245a;
}
.subscribe-area .subscribe-item .newsletter-form ::-moz-placeholder {
  color: #95969b;
}
.subscribe-area .subscribe-item .newsletter-form ::placeholder {
  color: #95969b;
}
.subscribe-area .subscribe-item .newsletter-form .common-btn {
  width: 100%;
  display: block;
  height: 50px;
  opacity: 1;
  transition: 0.5s all ease;
  border: 0;
  font-weight: 500;
  padding: 0;
  border-radius: 0;
}

.validation-danger {
  margin-top: 10px;
  color: #dc3545;
}

/*-- Blog --*/
.blog-area.two .section-title.two {
  text-align: left;
}
.blog-area.two .blog-right-btn {
  text-align: right;
}
.blog-area.two .blog-inner {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 30px;
}
.blog-area.two .blog-inner:last-child {
  margin-bottom: 0;
}
.blog-area.two .blog-inner:before {
  display: none;
}
.blog-area.two .blog-inner ul li {
  flex: 0 0 15%;
  max-width: 15%;
}
.blog-area.two .blog-inner ul li .blog-thumb-img {
  display: inline-block;
}
.blog-area.two .blog-inner ul li .blog-thumb-img img {
  border-radius: 50%;
}
.blog-area.two .blog-inner ul li:last-child {
  margin-top: 0;
  flex: 0 0 80%;
  max-width: 80%;
  margin-left: 20px;
}
.blog-area.two .blog-inner ul li span {
  display: block;
}
.blog-area.two .blog-inner ul li span .sub-link {
  display: inline-block;
  position: relative;
  padding-left: 11px;
}
.blog-area.two .blog-inner ul li span .sub-link:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "/";
  color: #565969;
}

.copyright-area.two {
  text-align: center;
}
.copyright-area.two .copyright-item {
  text-align: center;
}

/*----- End Home Demo Two CSS -----*/
/*----- Home Demo Three CSS -----*/
/*-- Header Top --*/
.header-top-area-three {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 999999;
  background-color: #fff;
}
.header-top-area-three .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.header-top-area-three .dropdown-toggle {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #565969;
  cursor: pointer;
  transition: 0.5s all ease;
}
.header-top-area-three .dropdown-toggle::after {
  display: none;
}
.header-top-area-three .dropdown-toggle span {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  top: 0;
}
.header-top-area-three .dropdown-toggle span i {
  position: relative;
  font-size: 18px;
  top: 2px;
  right: 2px;
  transition: 0.5s all ease;
  color: #565969;
}
.header-top-area-three .dropdown-toggle:hover {
  color: #C97030;
}
.header-top-area-three .dropdown-toggle:hover span i {
  color: #C97030;
}
.header-top-area-three .dropdown-menu {
  padding: 15px;
  border: none;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  display: block;
  margin-top: 20px;
  opacity: 0;
  visibility: visible;
  transition: 0.5s all ease;
  transform: scaleX(0);
}
.header-top-area-three .dropdown-menu li {
  display: block !important;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.5s all ease;
}
.header-top-area-three .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.header-top-area-three .dropdown-menu li:nth-child(1) {
  border-right: none;
  padding-right: 0;
  position: relative;
  top: -5px;
}
.header-top-area-three .dropdown-menu li:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}
.header-top-area-three .dropdown-menu li:hover {
  color: #C97030;
}
.header-top-area-three .dropdown-menu .dropdown-item {
  padding: 0;
  color: #565969;
  margin-bottom: 15px;
  font-weight: 600;
  display: block !important;
}
.header-top-area-three .dropdown-menu .dropdown-item::before {
  display: none;
}
.header-top-area-three .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.header-top-area-three .dropdown-menu .dropdown-item span {
  display: inline-block;
  margin-left: 8px;
  font-size: 17px;
  font-weight: 600;
  margin-top: 0;
  transition: 0.5s all ease;
}
.header-top-area-three .dropdown-menu .dropdown-item span:hover {
  color: #C97030;
}
.header-top-area-three .dropdown-menu .dropdown-item:hover, .header-top-area-three .dropdown-menu .dropdown-item:focus {
  background-color: transparent !important;
  color: #C97030;
}
.header-top-area-three .dropdown-menu .dropdown-item:active, .header-top-area-three .dropdown-menu .dropdown-item.active {
  color: #C97030;
  background-color: transparent;
}
.header-top-area-three .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.header-top-area-three .right {
  text-align: right;
}
.header-top-area-three .right ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  margin-right: 10px;
  text-align: left;
}
.header-top-area-three .right ul li:last-child {
  margin-right: 0;
}
.header-top-area-three .right ul li i {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 30px;
}
.header-top-area-three .right ul li i.two {
  font-size: 50px;
  opacity: 0.1;
  top: 2px;
  left: -10px;
}
.header-top-area-three .right ul li span {
  display: block;
  color: #C97030;
  margin-bottom: 1px;
  font-size: 16px;
}
.header-top-area-three .right ul li a {
  display: block;
  color: #00245a;
  font-size: 18px;
  font-weight: 500;
}
.header-top-area-three .right ul li a:hover {
  color: #C97030;
}

/*-- Navbar --*/
.navbar-area.three .main-nav {
  background-color: #00245a;
}
.navbar-area.three .main-nav nav .navbar-nav .nav-item a {
  color: #fff;
}
.navbar-area.three .main-nav nav .navbar-nav .nav-item a:hover, .navbar-area.three .main-nav nav .navbar-nav .nav-item a:focus, .navbar-area.three .main-nav nav .navbar-nav .nav-item a.active {
  color: #C97030;
}
.navbar-area.three .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 16px;
  color: #00245a;
}
.navbar-area.three .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.three .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.three .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #C97030;
}
.navbar-area.three .main-nav.menu-shrink .side-nav.three ul li .quote-btn a {
  height: 70px;
}

.side-nav.three ul li .cart-item {
  color: #fff;
}
.side-nav.three ul li .search-icon {
  color: #fff;
}
.side-nav.three ul li .search-icon.two {
  color: #00245a;
}
.side-nav.three ul li .quote-btn a {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  height: 75px;
  background-color: #C97030;
  line-height: 75px;
  padding-left: 25px;
  padding-right: 25px;
}
.side-nav.three ul li .quote-btn a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 3px;
}
.side-nav.three ul li .quote-btn a:hover {
  color: #00245a;
  background-color: #fff;
}
.side-nav.three ul li:nth-child(1) {
  top: 2px;
}
.side-nav.three ul li:nth-child(2) {
  top: 6px;
}

/*-- Banner --*/
.banner-img-four {
  background-image: url("../img/slider/banner-main6.webp");
}

.banner-img-five {
  background-image: url("../img/slider/banner-main7.webp");
}

.banner-area.three {
  overflow: hidden;
  position: relative;
}
.banner-area.three .banner-shape img {
  position: absolute;
}
.banner-area.three .banner-shape img:nth-child(1) {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.banner-area.three .banner-content {
  margin-top: -55px;
}
.banner-area.three .banner-content .sub-text {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 6px;
  border-bottom: 1px solid #fff;
}
.banner-area.three .banner-content .sub-text:before {
  display: none;
}
.banner-area.three .banner-content .sub-text:after {
  display: none;
}
.banner-area.three .banner-content h1 {
  max-width: 990px;
}

/*-- Help --*/
.help-area {
  max-width: 1215px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 50px 50px;
  position: relative;
  z-index: 5;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2705882353);
  margin-top: -100px;
  background-color: #fff;
}
.help-area .help-title {
  color: #C97030;
  display: block;
  margin-bottom: 5px;
}
.help-area h2 {
  color: #00245a;
  margin-bottom: 30px;
  font-size: 35px;
}
.help-area .help-item .form-group {
  position: relative;
  margin-bottom: 15px;
}
.help-area .help-item .form-group label {
  margin-bottom: 0;
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: 18px;
}
.help-area .help-item .form-group label.icon {
  top: 78px;
}
.help-area .help-item .form-group .form-check-label {
  position: absolute;
  top: 2px;
  left: 25px;
  font-size: 17px;
}
.help-area .help-item .form-group .form-check-label a {
  color: #C97030;
  transition: 0.7s;
}
.help-area .help-item .form-group .form-check-label a:hover {
  color: #94be5d;
}
.help-area .help-item .form-group .form-control {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  padding-left: 40px;
  font-size: 16px;
  transition: 0.5s all ease;
}
.help-area .help-item .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #00245a;
}
.help-area .help-item .form-group .nice-select {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  font-size: 16px;
  z-index: 1;
  line-height: 50px;
}
.help-area .help-item .form-group .nice-select .list {
  display: block;
  width: 100%;
}
.help-area .help-item .form-group textarea {
  height: auto !important;
  padding-top: 12px;
}
.help-area .help-item .form-check {
  margin-bottom: 25px;
  font-size: 16px;
}
.help-area .help-item .form-check a {
  display: inline-block;
  color: #C97030;
  font-weight: 500;
}
.help-area .help-item .form-check a:hover {
  color: #00245a;
}
.help-area .help-item .common-btn {
  border: 0;
  transition: 0.5s all ease;
  width: 100%;
  display: block;
  padding: 0;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
}
.help-area .help-item .common-btn:before {
  border-radius: 5px;
}
.help-area .help-item .gridCheck-error {
  margin-top: 20px;
  position: relative;
  top: 20px;
}
.help-area .help-img {
  background-image: url("../img/help-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
}
.help-area .help-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 36, 90, 0.5725868311) 20%, rgba(255, 255, 255, 0) 59%);
  transition: 0.5s all ease;
}
.help-area .help-img .help-content {
  position: absolute;
  left: 35px;
  bottom: 60px;
  border-left: 2px solid #C97030;
  padding-left: 10px;
  transition: 0.5s all ease;
  z-index: 1;
}
.help-area .help-img .help-content span {
  display: block;
  color: #fff;
  margin-bottom: 3px;
  transition: 0.5s all ease;
}
.help-area .help-img .help-content h3 {
  font-size: 18px;
  margin-bottom: 0;
  transition: 0.5s all ease;
  color: #fff;
}
.help-area .help-img ul {
  position: absolute;
  bottom: 20px;
  left: 31px;
  z-index: 1;
}
.help-area .help-img ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.help-area .help-img ul li:last-child {
  margin-right: 0;
}
.help-area .help-img ul li a {
  display: block;
  color: #fff;
  font-size: 17px;
}
.help-area .help-img ul li a:hover {
  color: #C97030;
}

.video-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.video-wrap a {
  z-index: 10;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  font-size: 60px;
  text-align: center;
  color: #C97030;
}
.video-wrap a i {
  line-height: 100px;
}
.video-wrap a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-wrap a:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
  transition: 0.5s all ease;
}
.video-wrap a:hover {
  color: #fff;
}
.video-wrap a:hover:before {
  background-color: #00245a;
}
.video-wrap a:hover:after {
  background-color: #00245a;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/*-- About --*/
.about-area.three .about-content .about-span {
  margin-bottom: 30px;
}
.about-area.three .about-content ul {
  margin-bottom: 40px;
}
.about-area.three .about-content ul li {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  padding-left: 90px;
  margin-bottom: 30px;
}
.about-area.three .about-content ul li:hover i {
  color: #C97030;
  background-color: unset;
}
.about-area.three .about-content ul li:last-child {
  margin-bottom: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.about-area.three .about-content ul li i {
  position: absolute;
  top: 10px;
  left: 0;
  width: unset;
  height: unset;
  text-align: unset;
  line-height: 65px;
  border-radius: unset;
  color: #C97030;
  box-shadow: unset;
  margin-right: 0;
  font-size: 65px;
}
.about-area.three .about-content ul li h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
.about-area.three .about-content ul li p {
  margin-bottom: 0;
}

/*-- Counter --*/
.counter-area.three {
  background-color: #00245a;
  background-image: url("../img/counter-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.counter-area.three .counter-item p {
  color: #fff;
}

/*-- Services --*/
.service-area.three {
  background-color: #fff;
}
.service-area.three .section-title.two {
  text-align: center;
  margin-bottom: 50px;
}
.service-area.three .section-title.two .sub-title {
  color: #00245a;
}
.service-area.three .section-title.two h2 {
  color: #00245a;
  margin-bottom: 5px;
}
.service-area.three .section-title.two p {
  margin-bottom: 0;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.service-area.three .service-item {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3215686275);
  padding: 30px 30px 30px;
  margin-bottom: 30px;
}
.service-area.three .service-item:hover:before {
  background: linear-gradient(0deg, rgba(0, 36, 90, 0.7916879547) 20%, rgba(0, 36, 90, 0.3871935727) 59%);
  opacity: 1;
}
.service-area.three .service-item:hover .service-icon {
  color: #fff;
}
.service-area.three .service-item.six {
  background-image: url("../img/services/services10.webp");
}
.service-area.three .service-item.seven {
  background-image: url("../img/services/services11.webp");
}
.service-area.three .service-item.eight {
  background-image: url("../img/services/services12.webp");
}
.service-area.three .service-item.nine {
  background-image: url("../img/services/services13.webp");
}
.service-area.three .service-item.ten {
  background-image: url("../img/services/services14.webp");
}
.service-area.three .service-item.eleven {
  background-image: url("../img/services/services15.webp");
}
.service-area.three .service-item .service-icon {
  width: unset;
  height: unset;
  line-height: 40px;
  background-color: unset;
  text-align: unset;
  border-radius: unset;
  color: #C97030;
  font-size: 40px;
  display: inline-block;
  box-shadow: unset;
  position: unset;
  right: unset;
  bottom: unset;
  margin-bottom: 16px;
}
.service-area.three .service-item h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.service-area.three .service-item p {
  margin-bottom: 22px;
}
.service-area.three .service-item .service-btn {
  opacity: 1;
  visibility: visible;
  color: #fff;
  width: 60px;
  height: 40px;
  background-color: #C97030;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  position: relative;
  left: unset;
  bottom: unset;
}
.service-area.three .service-item .service-btn:hover {
  background-color: #00245a;
}
.service-area.three .service-item .service-btn i {
  line-height: 40px;
}

/*-- Skills --*/
.skills-area.three {
  background-color: #C97030;
}
.skills-area.three .skills-img {
  background-image: url("../img/skills-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.skills-area.three .skills-img img {
  display: none;
}
.skills-area.three .skills-content {
  margin-top: 0;
  margin-left: 0;
}

/*-- Pricing --*/
.pricing-area.three .section-title h2 {
  margin-bottom: 0;
}
.pricing-area.three .pricing-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.pricing-area.three .pricing-item.one {
  background-image: url("../img/pricing-bg.webp");
}
.pricing-area.three .pricing-item.two {
  background-image: url("../img/pricing-bg2.webp");
}
.pricing-area.three .pricing-item.three {
  background-image: url("../img/pricing-bg3.webp");
}
.pricing-area.three .pricing-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: -1;
  transition: 0.5s all ease;
}
.pricing-area.three .pricing-item:hover:before {
  background-color: #00245a;
  opacity: 0.8;
}
.pricing-area.three .pricing-item:hover .top span {
  color: #fff;
}
.pricing-area.three .pricing-item:hover .top span i {
  color: #C97030;
}
.pricing-area.three .pricing-item:hover .end ul li {
  color: #fff;
}
.pricing-area.three .pricing-item:hover .end ul li:hover i.two {
  color: #fff;
  background-color: #C97030;
}
.pricing-area.three .pricing-item:hover .end ul li i.two {
  color: #565969;
  background-color: #fff;
}

/*-- Projects --*/
.projects-area.three {
  background-color: #f6f6f6;
}
.projects-area.three .projects-item .bottom {
  left: 0;
  right: 0;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.projects-area.three .owl-theme .owl-dots .owl-dot span {
  background: #C97030;
}
.projects-area.three .owl-theme .owl-dots .owl-dot.active span:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  top: 5px;
  border-radius: 50%;
  background-color: #C97030;
  margin-left: auto;
  margin-right: auto;
}
.projects-area.three .owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
  border: 1px solid #C97030;
  padding: 10px;
  position: relative;
  top: 5px;
}
.projects-area.three .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  margin-bottom: -8px;
}

/*-- Testimonials --*/
.testimonials-area.three {
  background-image: url("../img/testimonials-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.testimonials-area.three:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00245a;
  opacity: 0.3;
}
.testimonials-area.three .testimonials-item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin: 0;
  max-width: 735px;
  margin-left: auto;
  box-shadow: none;
}
.testimonials-area.three .testimonials-item:hover {
  transform: unset;
}
.testimonials-area.three .testimonials-item ul li {
  flex: 0 0 100%;
  max-width: 100%;
}
.testimonials-area.three .testimonials-item ul li:last-child {
  text-align: left;
}
.testimonials-area.three .testimonials-item ul li i {
  display: none;
}
.testimonials-area.three .owl-theme .owl-nav.disabled + .owl-dots {
  max-width: 40px;
  position: absolute;
  bottom: 20px;
  right: 15px;
}

/*-- Blog --*/
.blog-area-three .blog-right-btn {
  text-align: right;
}
.blog-area-three .blog-item-three {
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2705882353);
  transition: 0.5s all ease;
}
.blog-area-three .blog-item-three:hover {
  transform: translate(0, -10px);
}
.blog-area-three .blog-item-three:hover .top span {
  border-radius: 0;
}
.blog-area-three .blog-item-three .top {
  position: relative;
}
.blog-area-three .blog-item-three .top span {
  display: inline-block;
  color: #fff;
  background-color: #C97030;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 25px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0 0 30px 0;
  transition: 0.5s all ease;
}
.blog-area-three .blog-item-three .top a {
  display: block;
}
.blog-area-three .blog-item-three .top a img {
  width: 100%;
}
.blog-area-three .blog-item-three .bottom {
  padding: 28px 30px 30px;
}
.blog-area-three .blog-item-three .bottom ul {
  margin-bottom: 12px;
}
.blog-area-three .blog-item-three .bottom ul li {
  list-style-type: none;
  display: inline-block;
  color: #565969;
  margin-right: 15px;
}
.blog-area-three .blog-item-three .bottom ul li:last-child {
  margin-right: 0;
}
.blog-area-three .blog-item-three .bottom ul li i {
  display: inline-block;
  color: #C97030;
  margin-right: 3px;
  font-size: 19px;
  position: relative;
  top: 3px;
}
.blog-area-three .blog-item-three .bottom ul li a {
  display: inline-block;
  color: #565969;
}
.blog-area-three .blog-item-three .bottom ul li a:hover {
  color: #C97030;
}
.blog-area-three .blog-item-three .bottom h3 {
  margin-bottom: 12px;
  font-size: 20px;
}
.blog-area-three .blog-item-three .bottom h3 a {
  display: inline-block;
  color: #00245a;
}
.blog-area-three .blog-item-three .bottom h3 a:hover {
  color: #C97030;
}
.blog-area-three .blog-item-three .bottom .blog-btn {
  display: inline-block;
  color: #C97030;
}
.blog-area-three .blog-item-three .bottom .blog-btn i {
  font-size: 20px;
  position: relative;
  top: 4px;
}
.blog-area-three .blog-item-three .bottom .blog-btn:hover {
  color: #00245a;
}

/*-- Newsletter --*/
.newsletter-area {
  position: relative;
}
.newsletter-area .container {
  max-width: 1215px;
  background-color: #C97030;
  padding: 50px 50px 50px;
}
.newsletter-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: #00245a;
  z-index: -1;
}
.newsletter-area .newsletter-item span {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}
.newsletter-area .newsletter-item h2 {
  font-size: 35px;
  margin-bottom: 0;
  color: #fff;
}
.newsletter-area .newsletter-form {
  position: relative;
}
.newsletter-area .newsletter-form .form-control {
  height: 50px;
  border: 0;
  border-radius: 0;
  padding-left: 20px;
  font-size: 16px;
}
.newsletter-area .newsletter-form .form-control:focus {
  box-shadow: none;
  border: 0;
}
.newsletter-area .newsletter-form .common-btn {
  position: absolute;
  border: 0;
  right: 0;
  top: 0;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.5s all ease;
  opacity: 1;
  border-radius: 0;
  background-color: #00245a;
}
.newsletter-area .newsletter-form .common-btn:before {
  background-color: #ddd;
}
.newsletter-area .newsletter-form .common-btn:hover {
  color: #C97030;
}
.newsletter-area .validation-danger {
  color: #fff;
}

/*----- End Home Demo Three CSS -----*/
/*----- About CSS -----*/
.page-title-area {
  height: 420px;
  position: relative;
  background-image: url("../img/page-title-bg.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-title-area:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 36, 90, 0.7130362693) 20%, rgba(0, 36, 90, 0.0529239097) 59%);
}
.page-title-area .title-content {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  border-left: 2px solid #C97030;
  margin-top: 80px;
}
.page-title-area .title-content h2 {
  font-size: 50px;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
  top: -4px;
}
.page-title-area .title-content ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
}
.page-title-area .title-content ul li:last-child {
  margin-right: 0;
}
.page-title-area .title-content ul li i {
  display: inline-block;
  font-size: 17px;
  position: relative;
  top: 1px;
  color: #fff;
  margin-right: 3px;
}
.page-title-area .title-content ul li a {
  display: inline-block;
  color: #fff;
}
.page-title-area .title-content ul li a:hover {
  color: #C97030;
}
.page-title-area .title-content ul li span {
  display: inline-block;
  color: #fff;
}

/*----- End About CSS -----*/
/*----- Services Style One CSS -----*/
.service-area.four {
  background-color: #fff;
}
.service-area.four .service-item {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2705882353);
}

.pagination-area {
  text-align: center;
}
.pagination-area ul {
  list-style-type: none;
  display: inline-block;
}
.pagination-area ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.pagination-area ul li a {
  display: block;
  color: #00245a;
  border-bottom: 1px solid #C97030;
  border-radius: 5px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  height: 30px;
  line-height: 34px;
}
.pagination-area ul li a i {
  line-height: 30px;
}
.pagination-area ul li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #C97030;
  transition: 0.5s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  border-radius: 5px;
}
.pagination-area ul li a:hover, .pagination-area ul li a.active {
  color: #fff;
}
.pagination-area ul li a:hover:before, .pagination-area ul li a.active:before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

/*----- Service Details CSS -----*/
.service-details-area .details-item .details-img {
  margin-bottom: 30px;
  margin-top: -6px;
}
.service-details-area .details-item .details-img h2 {
  font-size: 30px;
  margin-bottom: 14px;
}
.service-details-area .details-item .details-img p {
  margin-bottom: 10px;
}
.service-details-area .details-item .details-img img {
  margin-top: 12px;
}
.service-details-area .details-item .details-client {
  margin-bottom: 30px;
}
.service-details-area .details-item .details-client h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.service-details-area .details-item .details-client p {
  margin-bottom: 12px;
}
.service-details-area .details-item .details-client ul li {
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-weight: 500;
}
.service-details-area .details-item .details-client ul li:last-child {
  margin-bottom: 0;
}
.service-details-area .details-item .details-client ul li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 6px;
  left: 0;
  border-radius: 50%;
  background-color: #C97030;
  transition: 0.5s all ease;
}
.service-details-area .details-item .details-client ul li:hover:before {
  background-color: #00245a;
}
.service-details-area .details-item .details-advantage .left {
  margin-bottom: 30px;
}
.service-details-area .details-item .details-advantage .right {
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2784313725);
  padding: 30px 30px 30px;
  margin-bottom: 30px;
}
.service-details-area .details-item .details-advantage .right h3 {
  font-size: 25px;
  margin-bottom: 5px;
}
.service-details-area .details-item .details-advantage .right img {
  margin-bottom: 25px;
  display: inline-block;
}
.service-details-area .details-item .details-advantage .right ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 30px;
}
.service-details-area .details-item .details-advantage .right ul li:last-child {
  margin-bottom: 0;
}
.service-details-area .details-item .details-advantage .right ul li:last-child p {
  margin-bottom: 0;
}
.service-details-area .details-item .details-advantage .right ul li h4 {
  margin-bottom: 8px;
  font-size: 20px;
}
.service-details-area .details-item .details-advantage .right ul li h4 i {
  display: inline-block;
  margin-right: 3px;
  color: #C97030;
  position: relative;
  top: 2px;
  font-size: 20px;
}
.service-details-area .details-item .details-faq {
  margin-bottom: 30px;
}
.service-details-area .details-item .details-faq h3 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: -5px;
}
.service-details-area .details-item .details-faq span {
  display: block;
  margin-bottom: 30px;
}
.service-details-area .details-item .details-more h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.accordion {
  margin: 50px 0 0 0;
  padding: 0;
}
.accordion p {
  display: none;
  padding: 20px 25px 20px;
  margin-bottom: 0;
}
.accordion li {
  position: relative;
  list-style-type: none;
  margin-bottom: 15px;
  display: block;
  box-shadow: 0px 0px 30px 0px rgba(221, 221, 221, 0.2588235294);
  border-radius: 5px;
}
.accordion li:first-child {
  border-top: 0;
}
.accordion li:last-child {
  margin-bottom: 0;
}
.accordion li a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-size: 19px;
  font-weight: 500;
  color: #221668;
  padding: 13px 40px 13px;
}
.accordion li a.active {
  color: #fff;
  background-color: #C97030;
}
.accordion li a.active i {
  color: #fff;
  opacity: 0;
}
.accordion li a.active i.two {
  opacity: 1;
}
.accordion li a i {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #7a7a7a;
  display: inline-block;
  font-size: 22px;
  opacity: 1;
  transition: 0.5s all ease;
}
.accordion li a i.two {
  opacity: 0;
}

.widget-area .widget-item {
  margin-bottom: 30px;
  background-color: #ececec;
  padding: 25px 25px 25px;
}
.widget-area .widget-item h3 {
  font-size: 20px;
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 2px solid #C97030;
}
.widget-area .search form {
  position: relative;
}
.widget-area .search .form-control {
  height: 50px;
  border-radius: 0;
  padding-left: 15px;
  font-size: 16px;
  border: 0;
}
.widget-area .search .form-control:focus {
  box-shadow: none;
  border: 0;
}
.widget-area .search .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  height: 50px;
  color: #fff;
  background-color: #C97030;
  transition: 0.5s all ease;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  border-radius: 0;
}
.widget-area .search .btn i {
  line-height: 50px;
}
.widget-area .search .btn:hover {
  background-color: #00245a;
}
.widget-area .categories ul li {
  list-style-type: none;
  display: block;
  position: relative;
  background-color: #fff;
  padding: 12px 15px 12px;
  transition: 0.5s all ease;
  margin-bottom: 10px;
}
.widget-area .categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .categories ul li a {
  display: block;
  color: #00245a;
}
.widget-area .categories ul li a i {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
}
.widget-area .categories ul li:hover {
  background-color: #C97030;
}
.widget-area .categories ul li:hover a {
  color: #fff;
}
.widget-area .download .inner {
  text-align: center;
  background-color: #fff;
  padding: 15px 15px 12px;
}
.widget-area .download .inner i {
  color: #565969;
  display: inline-block;
  font-size: 35px;
  margin-bottom: 5px;
}
.widget-area .download .inner a {
  display: inline-block;
  color: #00245a;
  font-size: 18px;
}
.widget-area .download .inner a:hover {
  color: #C97030;
}
.widget-area .emergency {
  background-image: url("../img/service-details3.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.widget-area .emergency:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 36, 90, 0.791688) 20%, rgba(0, 36, 90, 0.387194) 59%);
}
.widget-area .emergency .emergency-content {
  padding-top: 190px;
  position: relative;
  z-index: 1;
}
.widget-area .emergency .emergency-content span {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.widget-area .emergency .emergency-content a {
  display: block;
  font-size: 30px;
  color: #fff;
  margin-bottom: -10px;
}
.widget-area .emergency .emergency-content a:hover {
  color: #C97030;
}

/*----- Project Details CSS -----*/
.project-details-area .details-item .details-img {
  position: relative;
  margin-bottom: 25px;
}
.project-details-area .details-item .details-img ul {
  border-radius: 30px;
  max-width: 185px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #ddd;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -22px;
  position: relative;
  margin-left: 30px;
}
.project-details-area .details-item .details-img ul li {
  list-style-type: none;
  display: inline-block;
}
.project-details-area .details-item .details-img ul li span {
  font-size: 16px;
  margin-right: 5px;
  display: inline-block;
}
.project-details-area .details-item .details-img ul li a {
  display: block;
  margin-right: 5px;
  color: #3B5998;
}
.project-details-area .details-item .details-img ul li a:hover {
  transform: rotateY(360deg);
}
.project-details-area .details-item .details-img ul li:nth-child(3) a {
  color: #00ACEE;
}
.project-details-area .details-item .details-img ul li:nth-child(4) a {
  color: #E1306C;
}
.project-details-area .details-item .details-img ul li:nth-child(5) a {
  color: #0E76A8;
  margin-right: 0;
}
.project-details-area .details-item .details-head {
  margin-bottom: 30px;
}
.project-details-area .details-item .details-head h2 {
  margin-bottom: 14px;
  font-size: 30px;
  margin-top: -6px;
}
.project-details-area .details-item .details-head p {
  margin-bottom: 10px;
}
.project-details-area .details-item .details-head p:last-child {
  margin-bottom: 0;
}
.project-details-area .details-item .project-details-head {
  margin-bottom: 30px;
}
.project-details-area .details-item .project-details-head:last-child {
  margin-bottom: 30px;
}
.project-details-area .details-item .project-details-head h3 {
  font-size: 25px;
  margin-bottom: 5px;
  margin-top: -6px;
}
.project-details-area .details-item .project-details-head img {
  display: block;
  margin-bottom: 25px;
}
.project-details-area .details-item .details-goal ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px;
}
.project-details-area .details-item .details-goal ul li:last-child {
  margin-bottom: 0;
}
.project-details-area .details-item .details-goal ul li:last-child p {
  margin-bottom: 0;
}
.project-details-area .details-item .details-goal ul li h4 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #3d5477;
}
.project-details-area .details-item .details-goal ul li h4 i {
  display: inline-block;
  margin-right: 3px;
  color: #C97030;
  position: relative;
  top: 2px;
  font-size: 20px;
}
.project-details-area .details-item .details-goal ul li p {
  margin-bottom: 0;
}
.project-details-area .details-item .details-overview img {
  margin-bottom: 30px;
}
.project-details-area .details-item .details-overview p {
  margin-bottom: 0;
}
.project-details-area .details-item .details-solution p {
  margin-bottom: 10px;
}
.project-details-area .details-item .details-solution p:last-child {
  margin-bottom: 0;
}

.widget-area .project-details h3 {
  margin-bottom: 10px;
}
.widget-area .project-details p {
  margin-bottom: 30px;
}
.widget-area .project-details ul li {
  list-style-type: none;
  display: block;
  padding-left: 15px;
  border-left: 2px solid #C97030;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}
.widget-area .project-details ul li:last-child {
  margin-bottom: 0;
}
.widget-area .project-details ul li span {
  display: block;
  color: #00245a;
  margin-bottom: 3px;
}
.widget-area .project-details ul li a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #C97030;
}
.widget-area .project-details ul li a:hover {
  color: #00245a;
}

/*----- End Project Details CSS -----*/
/*----- Blog Details CSS -----*/
.blog-details-area .details-item .details-img {
  margin-bottom: 20px;
}
.blog-details-area .details-item .details-img img {
  width: 100%;
}
.blog-details-area .details-item .details-img ul {
  border-radius: 30px;
  max-width: 185px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #ddd;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -22px;
  position: relative;
  margin-right: 30px;
  margin-left: auto;
  margin-bottom: 20px;
}
.blog-details-area .details-item .details-img ul li {
  list-style-type: none;
  display: inline-block;
}
.blog-details-area .details-item .details-img ul li span {
  font-size: 16px;
  margin-right: 5px;
  display: inline-block;
}
.blog-details-area .details-item .details-img ul li a {
  display: block;
  margin-right: 5px;
  color: #3B5998;
}
.blog-details-area .details-item .details-img ul li a:hover {
  transform: rotateY(360deg);
}
.blog-details-area .details-item .details-img ul li:nth-child(3) a {
  color: #00ACEE;
}
.blog-details-area .details-item .details-img ul li:nth-child(4) a {
  color: #E1306C;
}
.blog-details-area .details-item .details-img ul li:nth-child(5) a {
  color: #0E76A8;
  margin-right: 0;
}
.blog-details-area .details-item .details-img .details-img-content {
  padding-left: 15px;
  border-left: 2px solid #C97030;
}
.blog-details-area .details-item .details-img .details-img-content span {
  display: block;
  color: #C97030;
  margin-bottom: 3px;
  font-size: 16px;
}
.blog-details-area .details-item .details-img .details-img-content span a {
  display: inline-block;
  color: #C97030;
}
.blog-details-area .details-item .details-img .details-img-content span a:hover {
  color: #00245a;
}
.blog-details-area .details-item .details-img .details-img-content p {
  margin-bottom: 0;
  color: #00245a;
}
.blog-details-area .details-item .details-head {
  margin-bottom: 30px;
}
.blog-details-area .details-item .details-head h2 {
  font-size: 35px;
  margin-bottom: 14px;
}
.blog-details-area .details-item .details-head p {
  margin-bottom: 10px;
}
.blog-details-area .details-item .details-head p:last-child {
  margin-bottom: 0;
}
.blog-details-area .details-item .details-head blockquote {
  background-color: #00245a;
  padding: 35px 30px 35px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-details-area .details-item .details-head blockquote p {
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  margin-bottom: 30px;
}
.blog-details-area .details-item .details-head blockquote span {
  display: block;
  font-size: 16px;
  padding-left: 35px;
  position: relative;
  color: #fff;
}
.blog-details-area .details-item .details-head blockquote span:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  bottom: 8px;
  left: 0;
  background-color: #fff;
}
.blog-details-area .details-item .details-head blockquote i {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  position: absolute;
  bottom: 25px;
  right: 30px;
}
.blog-details-area .details-item .details-mood h3 {
  font-size: 25px;
  margin-bottom: 14px;
  margin-top: -6px;
}
.blog-details-area .details-item .details-mood ul {
  margin-bottom: 20px;
}
.blog-details-area .details-item .details-mood ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}
.blog-details-area .details-item .details-mood ul li:last-child {
  margin-bottom: 0;
}
.blog-details-area .details-item .details-mood ul li i {
  display: inline-block;
  color: #C97030;
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 2px;
}
.blog-details-area .details-item .details-mood img {
  margin-bottom: 30px;
  width: 100%;
}
.blog-details-area .details-item .details-rise {
  margin-bottom: 50px;
}
.blog-details-area .details-item .details-rise h3 {
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: -6px;
}
.blog-details-area .details-item .details-rise p {
  margin-bottom: 20px;
}
.blog-details-area .details-item .details-rise ul li {
  list-style-type: none;
  display: inline-block;
}
.blog-details-area .details-item .details-rise ul li span {
  display: inline-block;
  color: #00245a;
  font-weight: 500;
  margin-right: 5px;
}
.blog-details-area .details-item .details-rise ul li a {
  display: inline-block;
  color: #00245a;
  font-size: 16px;
  background-color: #efefef;
  padding: 3px 10px;
  margin-right: 8px;
}
.blog-details-area .details-item .details-rise ul li a:hover {
  color: #fff;
  background-color: #00245a;
}
.blog-details-area .details-item .details-renovation {
  margin-bottom: 50px;
}
.blog-details-area .details-item .details-renovation ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-details-area .details-item .details-renovation ul li {
  list-style-type: none;
  display: inline-block;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 15px 15px 15px;
  background-color: #00245a;
  transition: 0.5s all ease;
}
.blog-details-area .details-item .details-renovation ul li:hover {
  background-color: #C97030;
}
.blog-details-area .details-item .details-renovation ul li:hover:last-child {
  background-color: #00245a;
}
.blog-details-area .details-item .details-renovation ul li:last-child {
  text-align: right;
  background-color: #C97030;
}
.blog-details-area .details-item .details-renovation ul li a {
  display: block;
  color: #fff;
}
.blog-details-area .details-item .details-renovation ul li a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 3px;
}
.blog-details-area .details-item .details-comment {
  margin-bottom: 50px;
}
.blog-details-area .details-item .details-comment h3 {
  font-size: 25px;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 2px solid #C97030;
}
.blog-details-area .details-item .details-comment h3 span {
  color: #7b7b7b;
}
.blog-details-area .details-item .details-comment ul li {
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 130px;
  list-style-type: none;
  display: block;
}
.blog-details-area .details-item .details-comment ul li:nth-child(2) {
  margin-left: 50px;
}
.blog-details-area .details-item .details-comment ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-details-area .details-item .details-comment ul li img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.blog-details-area .details-item .details-comment ul li h4 {
  font-size: 18px;
  margin-bottom: 4px;
}
.blog-details-area .details-item .details-comment ul li span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #7b7b7b;
}
.blog-details-area .details-item .details-comment ul li p {
  margin-bottom: 16px;
}
.blog-details-area .details-item .details-comment ul li a {
  display: inline-block;
  color: #fff;
  background-color: #C97030;
  padding: 5px 18px;
  border-radius: 30px;
  font-size: 15px;
}
.blog-details-area .details-item .details-comment ul li a:hover {
  background-color: #00245a;
}
.blog-details-area .details-item .details-form {
  padding: 50px 50px 50px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2705882353);
  margin-bottom: 30px;
}
.blog-details-area .details-item .details-form h3 {
  font-size: 25px;
  margin-bottom: 5px;
  margin-top: -8px;
}
.blog-details-area .details-item .details-form span {
  display: block;
  margin-bottom: 30px;
}
.blog-details-area .details-item .details-form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.blog-details-area .details-item .details-form .form-group label {
  margin-bottom: 0;
  position: absolute;
  top: 14px;
  left: 20px;
}
.blog-details-area .details-item .details-form .form-group .form-control {
  height: 50px;
  padding-left: 45px;
  font-size: 16px;
  background-color: #fafafa;
  border: 0;
}
.blog-details-area .details-item .details-form .form-group .form-control:focus {
  border: 0;
  box-shadow: none;
}
.blog-details-area .details-item .details-form .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}
.blog-details-area .details-item .details-form .form-check {
  margin-bottom: 30px;
}
.blog-details-area .details-item .details-form .common-btn {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  transition: 0.5s all ease;
  font-weight: 500;
}

.widget-area .post .post-inner {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.widget-area .post .post-inner:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget-area .post .post-inner ul {
  display: flex;
  flex-wrap: wrap;
}
.widget-area .post .post-inner ul li {
  list-style-type: none;
  display: inline-block;
  flex: 0 0 25%;
  max-width: 25%;
}
.widget-area .post .post-inner ul li:last-child {
  flex: 0 0 70%;
  max-width: 70%;
  margin-left: 15px;
}
.widget-area .post .post-inner ul li img {
  width: 100%;
}
.widget-area .post .post-inner ul li .post-inner-link {
  display: block;
  color: #C97030;
  margin-bottom: 3px;
}
.widget-area .post .post-inner ul li .post-inner-link:hover {
  color: #00245a;
}
.widget-area .post .post-inner ul li h4 {
  font-size: 17px;
  margin-bottom: 5px;
}
.widget-area .post .post-inner ul li h4 a {
  color: #00245a;
}
.widget-area .post .post-inner ul li h4 a:hover {
  color: #C97030;
}
.widget-area .post .post-inner ul li span {
  display: block;
  font-size: 16px;
}
.widget-area .categories.two ul li a i {
  position: relative;
  top: 3px;
  right: 0;
  font-size: 20px;
  margin-right: 3px;
}
.widget-area .tags h3 {
  margin-bottom: 20px;
}
.widget-area .tags ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 5px;
  margin-top: 10px;
}
.widget-area .tags ul li a {
  display: block;
  color: #00245a;
  background-color: #fff;
  padding: 3px 12px;
}
.widget-area .tags ul li a:hover {
  color: #fff;
  background-color: #00245a;
}

/*----- End Blog Details CSS -----*/
/*----- Contact CSS -----*/
.contact-info-item {
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2705882353);
}
.contact-info-item img {
  width: 100%;
}
.contact-info-item .bottom {
  padding: 30px 30px 30px;
}
.contact-info-item .bottom h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.contact-info-item .bottom ul li {
  display: block;
  position: relative;
}
.contact-info-item .bottom ul li i {
  display: inline-block;
  color: #C97030;
  font-size: 30px;
  position: absolute;
  top: 3px;
  left: 0;
}
.contact-info-item .bottom ul li a {
  display: block;
  color: #565969;
  padding-left: 40px;
}
.contact-info-item .bottom ul li a:hover {
  color: #C97030;
}

.help-area.two {
  margin-top: 0;
}
.help-area.two .section-title.two {
  text-align: center;
}
.help-area.two .help-item .common-btn {
  opacity: 1;
}
.help-area.two .list-unstyled {
  color: #dc3545;
  margin-top: 10px;
}
.help-area.two .text-danger, .help-area.two text-success {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 20px;
}

.map-area #map {
  border: 0;
  display: block;
  width: 100%;
  height: 400px;
}

/*----- End Contact CSS -----*/
/*----- Shop CSS -----*/
.shop-area .section-title.two h2 {
  margin-bottom: 10px;
}
.shop-area .section-title.two p {
  margin-bottom: 0;
  color: #00245a;
}
.shop-area .shop-right {
  text-align: right;
}
.shop-area .shop-right ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.shop-area .shop-right ul li:last-child {
  margin-right: 0;
}
.shop-area .shop-right ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #C97030;
  font-size: 22px;
  color: #C97030;
}
.shop-area .shop-right ul li a i {
  line-height: 40px;
}
.shop-area .shop-right ul li a:hover {
  color: #fff;
  background-color: #00245a;
  border: 1px solid #00245a;
}
.shop-area .shop-right ul li .nice-select {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0;
  position: relative;
  top: 10px;
  padding-left: 0;
}
.shop-area .shop-right ul li .nice-select .list {
  width: 100%;
  display: block;
}
.shop-area .shop-right ul li .nice-select .list li {
  display: block;
  margin-right: 0;
}

.shop-item {
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2705882353);
  padding: 30px 30px 30px;
  transition: 0.5s all ease;
  margin-bottom: 30px;
}
.shop-item:hover {
  transform: translate(0, -10px);
}
.shop-item img {
  margin-bottom: 35px;
}
.shop-item ul {
  position: relative;
  margin-bottom: 20px;
}
.shop-item ul:before {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  left: -30px;
  top: 11px;
  background-color: #cbcbcb;
}
.shop-item ul:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  right: -30px;
  top: 11px;
  background-color: #cbcbcb;
}
.shop-item ul li {
  list-style-type: none;
  display: inline-block;
}
.shop-item ul li i {
  display: inline-block;
  font-size: 16px;
  color: #aab3c1;
}
.shop-item ul li i.checked {
  color: #C97030;
}
.shop-item h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.shop-item span {
  display: block;
  color: #565969;
  margin-bottom: 13px;
}

/*----- End Shop CSS -----*/
/*----- Cart CSS -----*/
.cart-area .table {
  --bs-table-bg: transparent;
}
.cart-area .table-item {
  text-align: center;
}
.cart-area .table-item .table {
  margin-bottom: 30px;
}
.cart-area .table-item .table > :not(:first-child) {
  border-top: 0;
}
.cart-area .table-item .table-bordered {
  border: 1px solid #e5e5e5;
}
.cart-area .table-item .table thead th {
  border-bottom: 1px solid #e5e5e5;
  color: #00245a;
}
.cart-area .table-item .table-bordered td, .cart-area .table-item .table-bordered th {
  border: 1px solid #e5e5e5;
  vertical-align: middle;
}
.cart-area .table-item img {
  border-radius: 5px;
}
.cart-area .table-item .number {
  background-color: #e9e9e9;
  max-width: 155px;
  margin-left: auto;
  margin-right: auto;
}
.cart-area .table-item .number li {
  list-style-type: none;
  display: inline-block;
}
.cart-area .table-item .number li .minus, .cart-area .table-item .number li .plus {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #565969;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  vertical-align: middle;
  transition: 0.5s all ease;
}
.cart-area .table-item .number li .minus:hover, .cart-area .table-item .number li .plus:hover {
  color: #C97030;
}
.cart-area .table-item .number li input {
  height: 45px;
  width: 50px;
  text-align: center;
  border: 0;
  font-size: 20px;
  color: #C97030;
  display: inline-block;
  vertical-align: middle;
  margin-left: -4px;
  margin-right: -4px;
  background-color: #e9e9e9;
}
.cart-area .table-item .number li input:focus {
  border: 0;
  box-shadow: none;
}
.cart-area .table-item a {
  display: inline-block;
  color: #C97030;
  font-size: 25px;
}
.cart-area .table-item a:hover {
  color: #00245a;
}
.cart-area .table-cart ul {
  display: flex;
  flex-wrap: wrap;
}
.cart-area .table-cart ul li {
  list-style-type: none;
  display: inline-block;
  flex: 0 0 50%;
  max-width: 50%;
}
.cart-area .table-cart ul li .left a {
  display: inline-block;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
}
.cart-area .table-cart ul li .right {
  text-align: right;
}
.cart-area .table-cart ul li .right form {
  position: relative;
}
.cart-area .table-cart ul li .right form .form-control {
  max-width: 465px;
  background-color: #efefef;
  border: 0;
  border-radius: 0;
  padding-left: 20px;
  font-size: 16px;
  height: 50px;
  margin-left: auto;
}
.cart-area .table-cart ul li .right form .form-control:focus {
  box-shadow: none;
  border: 0;
}
.cart-area .table-cart ul li .right form ::-moz-placeholder {
  color: #697991;
}
.cart-area .table-cart ul li .right form ::placeholder {
  color: #697991;
}
.cart-area .table-cart ul li .right form .common-btn {
  border: 0;
  transition: 0.5s all ease;
  border-radius: 0;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.cart-totals-area .totals-left {
  margin-bottom: 30px;
}
.cart-totals-area .totals-right {
  margin-bottom: 30px;
  padding: 26px 30px 30px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.3098039216);
}
.cart-totals-area .totals-right h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
.cart-totals-area .totals-right ul {
  margin-bottom: 30px;
}
.cart-totals-area .totals-right ul li {
  list-style-type: none;
  display: block;
  border: 1px solid #e5e5e5;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  padding: 10px 15px 10px;
}
.cart-totals-area .totals-right ul li span {
  display: inline-block;
  font-weight: 400;
  position: absolute;
  right: 15px;
  top: 10px;
}
.cart-totals-area .totals-right a {
  display: block;
  width: 100%;
  text-align: center;
}

/*----- End Cart CSS -----*/
/*----- Checkout CSS -----*/
.checkout-area .checkout-item {
  margin-bottom: 30px;
}
.checkout-area .checkout-item h2 {
  font-size: 25px;
  margin-bottom: 30px;
}
.checkout-area .checkout-item .checkout-bill .form-group {
  margin-bottom: 15px;
  position: relative;
}
.checkout-area .checkout-item .checkout-bill .form-group label {
  margin-bottom: 0;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 18px;
}
.checkout-area .checkout-item .checkout-bill .form-group .form-control {
  height: 50px;
  padding-left: 20px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  transition: 0.5s all ease;
  border-radius: 0;
  color: #00245a;
}
.checkout-area .checkout-item .checkout-bill .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #00245a;
}
.checkout-area .checkout-item .checkout-bill .form-group .form-control.two {
  padding-left: 45px;
}
.checkout-area .checkout-item .checkout-bill .form-group .form-check .form-check-input {
  margin-top: 6px;
}
.checkout-area .checkout-item .checkout-bill .form-group .form-check label {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  font-size: normal;
  font-weight: 500;
}
.checkout-area .checkout-item .checkout-bill .form-group .nice-select {
  height: 50px;
  padding-left: 20px;
  line-height: 50px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  transition: 0.5s all ease;
  border-radius: 0;
  color: #5b5b5b;
  margin-bottom: 15px;
  width: 100%;
  display: block;
}
.checkout-area .checkout-item .checkout-bill .form-group .nice-select .list {
  display: block;
  width: 100%;
}
.checkout-area .checkout-item .checkout-bill .form-group ::-moz-placeholder {
  color: #5b5b5b;
}
.checkout-area .checkout-item .checkout-bill .form-group ::placeholder {
  color: #5b5b5b;
}
.checkout-area .checkout-item .checkout-bill .form-group textarea {
  height: auto !important;
  padding-top: 13px;
}
.checkout-area .checkout-item .checkout-bill .return i {
  display: inline-block;
  color: #00245a;
  margin-right: 3px;
  font-size: 20px;
  top: 4px;
  position: relative;
}
.checkout-area .checkout-item .checkout-bill .return span {
  display: inline-block;
  color: #00245a;
  margin-right: 15px;
  font-size: 21px;
  position: relative;
  top: 3px;
}
.checkout-area .checkout-item .checkout-order .table {
  margin-bottom: 30px;
  --bs-table-bg: transparent;
}
.checkout-area .checkout-item .checkout-order .table thead th {
  border-bottom: 1px solid #e5e5e5;
  color: #00245a;
}
.checkout-area .checkout-item .checkout-order .table > :not(:first-child) {
  border-top: 0;
}
.checkout-area .checkout-item .checkout-payment {
  padding: 26px 30px 30px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2705882353);
}
.checkout-area .checkout-item .checkout-payment h3 {
  font-size: 20px;
  margin-bottom: 25px;
}
.checkout-area .checkout-item .checkout-payment .form-check {
  margin-bottom: 10px;
}
.checkout-area .checkout-item .checkout-payment .form-check label {
  font-weight: 500;
  color: #00245a;
}
.checkout-area .checkout-item .checkout-payment p {
  margin-bottom: 25px;
}
.checkout-area .checkout-item .checkout-payment .form-group {
  margin-bottom: 15px;
}
.checkout-area .checkout-item .checkout-payment .form-group .form-control {
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  height: 50px;
  padding-left: 20px;
  border-radius: 0;
  transition: 0.5s all ease;
  font-size: 16px;
}
.checkout-area .checkout-item .checkout-payment .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #00245a;
}
.checkout-area .checkout-item .checkout-payment .common-btn {
  border: 0;
  transition: 0.5s all ease;
  border-radius: 0;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  display: block;
  text-align: center;
}

/*----- End Checkout CSS -----*/
/*----- Product Details CSS -----*/
.product-details-area .details-img {
  margin-bottom: 30px;
}
.product-details-area .details-img img {
  width: 100%;
  margin-bottom: 30px;
}
.product-details-area .details-img .common-btn {
  width: 100%;
  display: block;
  text-align: center;
}
.product-details-area .details-img .common-btn.two {
  background-color: #00245a;
}
.product-details-area .details-img .common-btn.two:before {
  background-color: #C97030;
}
.product-details-area .details-essential {
  margin-bottom: 30px;
}
.product-details-area .details-essential h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.product-details-area .details-essential span {
  display: block;
  font-weight: 500;
  color: #00245a;
  margin-bottom: 12px;
}
.product-details-area .details-essential ul li {
  list-style-type: none;
  display: inline-block;
}
.product-details-area .details-essential ul li i {
  display: inline-block;
  color: #ddd;
  font-size: 16px;
}
.product-details-area .details-essential ul li i.checked {
  color: #C97030;
}
.product-details-area .details-essential ul li span {
  display: inline-block;
  color: #565969;
  font-weight: 400;
}
.product-details-area .details-essential p {
  margin-bottom: 30px;
}
.product-details-area .details-essential h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.product-details-area .details-essential .nice-select {
  height: 50px;
  border: 1px solid #adbed8;
  border-radius: 0;
  line-height: 50px;
  display: block;
  width: 100%;
  font-size: 16px;
}
.product-details-area .details-essential .nice-select .list {
  width: 100%;
  display: block;
}
.product-details-area .details-essential .nice-select .list li {
  display: block;
}
.product-details-area .details-essential .number {
  max-width: 155px;
  text-align: center;
}
.product-details-area .details-essential .number li {
  list-style-type: none;
  display: inline-block;
}
.product-details-area .details-essential .number li .minus, .product-details-area .details-essential .number li .plus {
  width: 40px;
  height: 50px;
  line-height: 50px;
  color: #565969;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  vertical-align: middle;
  transition: 0.5s all ease;
  border: 1px solid #adbed8;
}
.product-details-area .details-essential .number li .minus:hover, .product-details-area .details-essential .number li .plus:hover {
  color: #C97030;
}
.product-details-area .details-essential .number li input {
  height: 50px;
  width: 50px;
  text-align: center;
  border: 0;
  font-size: 20px;
  color: #C97030;
  display: inline-block;
  vertical-align: middle;
  background-color: #e9e9e9;
}
.product-details-area .details-essential .number li input:focus {
  border: 0;
  box-shadow: none;
}
.product-details-area .details-essential .form-check {
  margin-top: 15px;
}
.product-details-area .details-essential .form-check label {
  font-weight: 500;
}
.product-details-area .details-essential .form-check .form-check-input {
  margin-top: 6px;
}
.product-details-area .review-area {
  padding-top: 70px;
}
.product-details-area .review-area .nav-pills {
  text-align: center;
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 50px;
  position: relative;
}
.product-details-area .review-area .nav-pills:before {
  position: absolute;
  content: "";
  width: 35%;
  height: 1px;
  top: 28px;
  left: 0;
  background-color: #e1e1e1;
}
.product-details-area .review-area .nav-pills:after {
  position: absolute;
  content: "";
  width: 35%;
  height: 1px;
  top: 28px;
  right: 0;
  background-color: #e1e1e1;
}
.product-details-area .review-area .nav-pills li {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.product-details-area .review-area .nav-pills li a {
  border-radius: 0;
}
.product-details-area .review-area .nav-pills li a.two {
  background-color: #00245a;
}
.product-details-area .review-area .nav-pills li a.two:before {
  background-color: #C97030;
}
.product-details-area .review-area .nav-pills .nav-link.active, .product-details-area .review-area .nav-pills .show > .nav-link {
  background-color: #00245a;
}
.product-details-area .review-area .inner-description h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.product-details-area .review-area .inner-description p {
  margin-bottom: 10px;
}
.product-details-area .review-area .inner-description p:last-child {
  margin-bottom: 0;
}
.product-details-area .review-area .inner {
  padding: 50px 50px 50px;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.2705882353);
}
.product-details-area .review-area .inner .title span {
  display: block;
  color: #C97030;
  margin-bottom: 3px;
}
.product-details-area .review-area .inner .title h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.product-details-area .review-area .inner .title ul {
  margin-bottom: 30px;
}
.product-details-area .review-area .inner .title ul li {
  list-style-type: none;
  display: inline-block;
}
.product-details-area .review-area .inner .title ul li i {
  display: inline-block;
  color: #ddd;
  font-size: 16px;
}
.product-details-area .review-area .inner .title ul li i.checked {
  color: #C97030;
}
.product-details-area .review-area .inner .title ul li span {
  display: inline-block;
  color: #565969;
  font-weight: 400;
}
.product-details-area .review-area .inner .left .form-group {
  margin-bottom: 15px;
  position: relative;
}
.product-details-area .review-area .inner .left .form-group label {
  margin-bottom: 0;
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: 18px;
}
.product-details-area .review-area .inner .left .form-group .form-control {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  padding-left: 40px;
  font-size: 16px;
  transition: 0.5s all ease;
}
.product-details-area .review-area .inner .left .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #00245a;
}
.product-details-area .review-area .inner .left .form-group textarea {
  height: auto !important;
  padding-top: 12px;
}
.product-details-area .review-area .inner .left .common-btn {
  width: 100%;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  transition: 0.5s all ease;
  height: 50px;
  border: 0;
}
.product-details-area .review-area .inner .left .common-btn:before {
  border-radius: 5px;
}
.product-details-area .review-area .inner .right .review-item {
  border: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  padding: 30px 30px 30px;
  border-radius: 5px;
}
.product-details-area .review-area .inner .right .review-item.two {
  margin-bottom: 15px;
}
.product-details-area .review-area .inner .right .review-item p {
  margin-bottom: 30px;
}
.product-details-area .review-area .inner .right .review-item h4 {
  font-size: 18px;
  margin-bottom: 3px;
}
.product-details-area .review-area .inner .right .review-item span {
  display: block;
  color: #C97030;
}
.product-details-area .review-area .inner .right .review-item ul {
  text-align: right;
}
.product-details-area .review-area .inner .right .review-item ul li {
  list-style-type: none;
  display: inline-block;
}
.product-details-area .review-area .inner .right .review-item ul li i {
  display: inline-block;
  color: #ddd;
  font-size: 16px;
}
.product-details-area .review-area .inner .right .review-item ul li i.checked {
  color: #C97030;
}
.product-details-area .review-area .inner .right .review-item ul li span {
  display: inline-block;
  color: #565969;
  font-weight: 400;
}

/*----- End Product Details CSS -----*/
/*----- Account CSS -----*/
.account-area .account-img {
  background-image: url("../img/account-main.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.account-area .account-img img {
  display: none;
}
.account-area .account-content {
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
}
.account-area .account-content .content-inner {
  text-align: center;
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
}
.account-area .account-content .content-inner .top {
  margin-bottom: 40px;
}
.account-area .account-content .content-inner .top .logo-two {
  display: none;
}
.account-area .account-content .content-inner .top a {
  display: block;
  margin-bottom: 14px;
}
.account-area .account-content .content-inner .top h2 {
  font-size: 35px;
  margin-bottom: 0;
}
.account-area .account-content .content-inner .middle .nav-pills {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.account-area .account-content .content-inner .middle .nav-pills .nav-link.active, .account-area .account-content .content-inner .middle .nav-pills .show > .nav-link {
  color: #565969;
  background-color: transparent;
  border-bottom: 1px solid #C97030;
}
.account-area .account-content .content-inner .middle .nav-pills li {
  list-style-type: none;
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px;
}
.account-area .account-content .content-inner .middle .nav-pills li a {
  display: block;
  color: #565969;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0;
  padding: 0 40px 10px;
}
.account-area .account-content .content-inner .middle .nav-pills li a i {
  display: inline-block;
  color: #C97030;
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 2px;
}
.account-area .account-content .content-inner .middle .form-item {
  margin-bottom: 30px;
}
.account-area .account-content .content-inner .middle .form-item .form-group {
  margin-bottom: 15px;
  position: relative;
}
.account-area .account-content .content-inner .middle .form-item .form-group label {
  margin-bottom: 0;
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: 18px;
}
.account-area .account-content .content-inner .middle .form-item .form-group .form-control {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  padding-left: 40px;
  font-size: 16px;
  transition: 0.5s all ease;
}
.account-area .account-content .content-inner .middle .form-item .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #00245a;
}
.account-area .account-content .content-inner .middle .form-item .form-group textarea {
  height: auto !important;
  padding-top: 12px;
}
.account-area .account-content .content-inner .middle .form-item .common-btn {
  width: 100%;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  transition: 0.5s all ease;
  height: 50px;
  border: 0;
}
.account-area .account-content .content-inner .middle .form-item .common-btn:before {
  border-radius: 5px;
}
.account-area .account-content .content-inner .middle .form-agreement {
  text-align: left;
}
.account-area .account-content .content-inner .middle .form-agreement .form-check {
  margin-bottom: 10px;
}
.account-area .account-content .content-inner .middle .form-agreement .form-check:last-child {
  margin-bottom: 0;
}
.account-area .account-content .content-inner .middle .form-agreement .form-check .form-check-input {
  margin-top: 4px;
}
.account-area .account-content .content-inner .middle .form-agreement .form-check a {
  display: inline-block;
  color: #C97030;
  border-bottom: 1px solid #C97030;
}
.account-area .account-content .content-inner .middle .form-agreement .form-check a:hover {
  color: #00245a;
  border-bottom: 1px solid #00245a;
}
.account-area .account-content .content-inner .middle .form-default-login h4 {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
  color: #565969;
}
.account-area .account-content .content-inner .middle .form-default-login h4:before {
  position: absolute;
  content: "";
  width: 35%;
  height: 1px;
  top: 10px;
  left: 0;
  background-color: #565969;
}
.account-area .account-content .content-inner .middle .form-default-login h4:after {
  position: absolute;
  content: "";
  width: 35%;
  height: 1px;
  top: 10px;
  right: 0;
  background-color: #565969;
}
.account-area .account-content .content-inner .middle .form-default-login ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}
.account-area .account-content .content-inner .middle .form-default-login ul li a {
  display: block;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  background-color: #3b5998;
}
.account-area .account-content .content-inner .middle .form-default-login ul li a:hover {
  transform: translate(0, -5px);
}
.account-area .account-content .content-inner .middle .form-default-login ul li:nth-child(2) a {
  background-color: #1da1f2;
}
.account-area .account-content .content-inner .middle .form-default-login ul li:nth-child(3) a {
  background-color: #2867b2;
}

/*----- End Account CSS -----*/
/*----- Appointment CSS -----*/
.help-area.three {
  margin-top: 100px;
  margin-bottom: 100px;
}

/*----- End Appointment CSS -----*/
/*----- Testimonials CSS -----*/
.testimonials-area.four .testimonials-item {
  margin-top: 0;
}

/*----- End Testimonials CSS -----*/
/*----- FAQ CSS -----*/
.faq-area .accordion {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/*----- End FAQ CSS -----*/
/*----- Error CSS -----*/
.error-area {
  height: 100vh;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.error-area .error-content i {
  display: inline-block;
  color: #C97030;
  font-size: 100px;
}
.error-area .error-content h1 {
  font-size: 130px;
  color: #C97030;
  margin-bottom: 10px;
}
.error-area .error-content h2 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #00245a;
}
.error-area .error-content p {
  font-weight: 500;
  margin-bottom: 20px;
}
.error-area .error-content a {
  display: inline-block;
  color: #fff;
  background-color: #C97030;
  padding: 12px 35px;
  border-radius: 5px;
  font-weight: 500;
}
.error-area .error-content a:hover {
  background-color: #00245a;
}

/*----- End Error CSS -----*/

.skills-content P{
	color:#111;
}
.skills-area .skills-content ul li p{
	max-width:100%;
}

/* 01 ремонт под ключ */
.service-item.one{background-image:url("../img/services/remont-pod-klyuch.webp")}
/* 02 перепланировка */
.service-item.two{background-image:url("../img/services/pereplanirovka-kvartir.webp")}
/* 03 приёмка квартир */
.service-item.three{background-image:url("../img/services/priemka-kvartir.webp")}
/* 04 технадзор */
.service-item.four{background-image:url("../img/services/tehnadzor.webp")}
/* 05 электромонтаж */
.service-item.five{background-image:url("../img/services/elektromontazh.webp")}
/* 06 ремонт домов/офисов */
.service-item.six{background-image:url("../img/services/remont-domov-ofisov.webp")}
/* 07 плиточные работы */
.service-item.seven{background-image:url("../img/services/plitochnye-raboty.webp")}
/* 08 бетонные работы */
.service-item.eight{background-image:url("../img/services/betonnye-raboty.webp")}
/* 09 ремонт ванной */
.service-item.nine{background-image:url("../img/services/remont-vannoi-komnaty.webp")}
/* 10 ремонт кухни */
.service-item.ten{background-image:url("../img/services/remont-kuhni.webp")}
/* 11 демонтаж */
.service-item.eleven{background-image:url("../img/services/demontazh.webp")}
/* 12 частичный ремонт */
.service-item.twelve{background-image:url("../img/services/chastichnyi-remont.webp")}
/* 13 сантехника */
.service-item.thirteen{background-image:url("../img/services/santekhnicheskie-raboty.webp")}
/* 14 столярные работы */
.service-item.fourteen{background-image:url("../img/services/stolyarnye-raboty.webp")}
/* 15 штукатурка/малярка */
.service-item.fifteen{background-image:url("../img/services/shtukaturka-malyarka.webp")}
/* 16 декоративные штукатурки */
.service-item.sixteen{background-image:url("../img/services/dekorativnye-shtukaturki.webp")}
/* 17 гипсокартон */
.service-item.seventeen{background-image:url("../img/services/gipsokarton.webp")}
/* 18 поклейка обоев */
.service-item.eighteen{background-image:url("../img/services/pokleyka-oboev.webp")}
/* 19 1-комнатная квартира */
.service-item.nineteen{background-image:url("../img/services/odnokomnatnaya-kvartira.webp")}
/* 20 дизайн-проект */
.service-item.twenty{background-image:url("../img/services/dizain-proekt.webp")}

.skills-area{
	padding-top:0 !important;
}
.skills-content .common-btn{
	background-color:#fff;
	color:#111;
}
.skills-content .common-btn:hover{
	color:#fff;
}

.uk-scope .uk-modal-close-full {
    top: 70px !important;
    right: 0;
    padding: 10px;
    background: #fff;
}
/* общий сброс: скрыть все айтемы внутри конкретного грида модуля */
.case-studies.uk-grid > div {
  display: none !important;
}

/* фикс высоты контейнера, который UIkit пишет inline */
.case-studies.uk-grid {
  height: auto !important;
  overflow: visible !important;
}

/* мобильный < 640px: 1 элемент */
@media (max-width: 639.98px) {
  .case-studies.uk-grid > div:nth-child(-n+1) {
    display: block !important;
  }
}

/* small 640-959px: 3 элемента */
@media (min-width: 640px) and (max-width: 959.98px) {
  .case-studies.uk-grid > div:nth-child(-n+3) {
    display: block !important;
  }
}

/* medium 960-1199px: 3 элемента (1-3@m) */
@media (min-width: 960px) and (max-width: 1199.98px) {
  .case-studies.uk-grid > div:nth-child(-n+3) {
    display: block !important;
  }
}

/* large ≥1200px: 6 элементов (1-6@l и выше) */
@media (min-width: 1200px) {
  .case-studies.uk-grid > div:nth-child(-n+6) {
    display: block !important;
  }
}
.video-area .nice-select:after{
	border:none !important;
}
.video-area p{
	color:#fff;
}
.certs-area .section-title h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #233142;
  }
  #wk-modal418{
	  padding-top:69px !important;
  }
  #section-a{
	  padding-top:69px;
  }
  /* FAQ: синие заголовки аккордеона */
.accordion li > a{
  color:#0b3c82 !important;   /* корпоративный синий */
  font-weight:600;
  display:flex;
  align-items:center;
  justify-content:space-between;
  text-decoration:none;
  cursor:pointer;
}

.accordion li > a:hover,
.accordion li > a:focus{
  color:#C97030 !important;   /* оттенок для hover/active */
}
.accordion li > a.active{
  color:#fff !important;   /* оттенок для hover/active */
}


.accordion li > a i{
  color:inherit;
}
  .steps{counter-reset:step;list-style:none;padding:0}
  .steps li{position:relative;padding-left:42px;margin:14px 0}
  .steps li:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:28px;height:28px;border-radius:50%;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;font-weight:600}
  
  /* Карточка шага: светлая, с рамкой */
.stages .stage-card{
  position:relative;
  background:#ffffff;
  border:1px solid #e6e8ef;          /* видимая граница блока */
  border-radius:14px;
  padding:26px 18px 20px;
  height:100%;
  box-shadow:0 6px 16px rgba(10, 25, 56, .06);
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.stages .stage-card:hover{
  transform:translateY(-2px);
  border-color:#f2b170;
  box-shadow:0 10px 24px rgba(10, 25, 56, .10);
}

/* Нумерация — «плашка» как на карточке блога (pill) */
.stages .stage-badge{
  position:absolute;
  top:-12px; left:-12px;
  color:#fff;
  font-weight:800;
  font-size:14px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.stages .stage-badge--pill{
  background:#f08a24;
  padding:8px 12px;
  border-radius:12px 12px 12px 0;   /* скос под угол, как у бейджа даты */
  box-shadow:0 4px 10px rgba(240,138,36,.35);
}

/* Иконка */
.stages .stage-icon{
  width:56px; height:auto;
  margin:2px 0 12px;
  filter:drop-shadow(0 2px 2px rgba(0,0,0,.2));
}

/* Заголовок / подпись */
.stages .stage-title{
  color:#0b3c82;                     /* фирменный синий */
  font-size:18px;
  font-weight:800;
  margin:0 0 6px;
}
.stages .stage-note{
  color:#3d4654;
  font-size:14px;
  line-height:1.5;
  margin:0;
}

/* Адаптив */
@media (min-width:768px){
  .stages .stage-icon{ width:62px; }
  .stages .stage-title{ font-size:19px; }
}
.inner-link {
  color: #444;            /* тёмно-серый */
  text-decoration: underline;
  transition: color 0.2s ease;
}

.inner-link:hover {
  color: #0066cc;         /* синий при наведении */
}
.about-karateev .accordion li p a.inner-link,
.about-karateev .accordion li p a.inner-link:visited {
  display: inline;
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #444;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
  border: 0;
  cursor: pointer;
}

/* hover/focus */
.about-karateev .accordion li p a.inner-link:hover,
.about-karateev .accordion li p a.inner-link:focus {
  color: #0066cc;
  text-decoration: underline;
}

/* убрать наследуемые стили от заголовков аккордеона на всякий случай */
.about-karateev .accordion li p a.inner-link {
  box-shadow: none;
}

/* опционально: тонкая настройка для тем с агрессивными стилями */
.about-karateev .accordion li p a.inner-link {
  display: inline !important;
  background: transparent !important;
  padding: 0 !important;
}
  .fact-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 12px;
    padding: 14px 16px;
  }
  .fact-card .h3 {
    font-weight: 700;
    margin: 0;
  }
  .eeat-block{
	  
    background-color: #00245a;
    background-image: url(../img/footer-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .eeat-block .sub-title{
	  color:#fff;
  }
  .eeat-block .section-title .sub-title:before{
	  background-color: #fff;
  }
  .eeat-block h2{
	  color:#fff;
  }
    .eeat-block .about-span{
		color:#fff !important;
	}
	.eeat-block p{
		color:#fff !important;
	}
	.eeat-block h4{
		color:#fff !important;
	}
	  /* Минимальная подсветка валидации */
  .is-invalid { border-color: #dc3545 !important; }
  .invalid-feedback{ display:block; color:#dc3545; font-size:.875rem; margin-top:.25rem; }
  .is-success { color:#198754; }
  .is-error { color:#dc3545; }
  
  .testimonials-item img{
	  width: 150px !important;
     height: 150px;
  }
  .uk-lightbox.uk-open { z-index: 20000 !important; }
.uk-lightbox.uk-open .uk-lightbox-items,
.uk-lightbox.uk-open .uk-lightbox-toolbar,
.uk-lightbox.uk-open .uk-lightbox-caption { z-index: 20001 !important; }

/* 0) Якорим контейнер верхней полосы всегда (не влияет на ПК-верстку) */
.header-top-area .container-fluid { position: relative !important; }

/* 1) Кнопка бургера — ПРАВЕЕ .right только на мобилках */
@media (max-width: 991.98px) {
  .sgm-wrap {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1061;
    pointer-events: auto;
	width: 100px;
    clear: both;
  }
}

/* 2) Кнопка бургер */
.sgm-burger{
  width:40px; height:40px;
  border:0; border-radius:8px;
  background:rgba(255,255,255,.08);
  display:inline-flex; align-items:center; justify-content:center;
  color:#fff;
}
.sgm-burger .sgm-line{
  width:24px; height:2px; background:currentColor; position:relative; display:block;
}
.sgm-burger .sgm-line::before,
.sgm-burger .sgm-line::after{
  content:""; position:absolute; left:0; width:24px; height:2px; background:currentColor; transition:transform .18s ease;
}
.sgm-burger .sgm-line::before{ top:-7px; }
.sgm-burger .sgm-line::after { top: 7px; }

/* 3) Полноэкранный offcanvas (устраняем «узкую» ширину темой) */
.sgm-offcanvas{
  --bs-offcanvas-height: 100dvh;
  height: var(--bs-offcanvas-height);
  width: 100vw !important;
  max-width: none !important;
  left: 0 !important;
  right: 0 !important;
  border-radius: 0 !important;
  background:#0b2341;
  color:#fff;
  border:0;
  z-index:1065;
}
.sgm-offcanvas .offcanvas-header{
  padding:16px 20px;
  border-bottom:1px solid rgba(255,255,255,.1);
}

/* Крупный крестик, контрастный */
.sgm-offcanvas .btn-close{
  filter: invert(1) grayscale(1);
  opacity: 1;
  width: 36px; height: 36px;
  background-size: 20px 20px;
  margin-right: -4px;
}
.sgm-offcanvas .offcanvas-body{
  padding:20px 16px 28px;
}

/* 4) Мобильное вертикальное меню — крупные тач-таргеты */
.sgm-nav ul{ list-style:none; margin:0; padding:0; }
.sgm-nav > ul > li{ border-bottom:1px solid rgba(255,255,255,.1); }

.sgm-nav a,
.sgm-nav button.sgm-subtoggle{
  display:block; width:100%;
  padding:40px 8px;             /* ≥48px по рекомендации Google */
  font-size:24px; line-height:1.4; font-weight:600;
  color:#fff; background:transparent; border:0; text-align:left; text-decoration:none;
}
.sgm-nav a:hover, .sgm-nav a:focus{ opacity:.92; }

.sgm-subtoggle{ display:flex; align-items:center; justify-content:space-between; }
.sgm-subtoggle .sgm-chev{ margin-left:10px; font-size:22px; }

.sgm-submenu{ padding:6px 0 10px; }
.sgm-submenu a{ font-size:22px; font-weight:500; padding:30px 8px; }

/* 5) На десктопе модуль скрыт, полоса остаётся без изменений */
@media (min-width: 992px){
  .sgm-wrap, #sgmOffcanvas{ display:none !important; }
}
/* === Крупный крестик закрытия offcanvas === */
.sgm-offcanvas .offcanvas-header {
  min-height: 64px;           /* выше шапка, чтобы крестик не казался тесным */
  padding: 12px 16px 12px 20px;
}

.sgm-offcanvas .btn-close {
  position: relative;
  width: 56px;                /* было 36px -> делаем реально большим */
  height: 56px;
  padding: 0;
  margin-right: -6px;         /* визуально прижимаем к правому краю */
  background-size: 32px 32px; /* размер иконки внутри */
  opacity: 1;
  filter: invert(1) grayscale(1) brightness(1.4); /* белая иконка на тёмном фоне */
  border-radius: 12px;        /* необязательно: чуть больше тач-зона */
}

.sgm-offcanvas .btn-close:focus {
  outline: 2px solid rgba(255,255,255,.35);
  outline-offset: 2px;
  box-shadow: none;
}

/* доп. тач-зона, если тема ограничивает клики по background-image */
.sgm-offcanvas .btn-close::after {
  content: "";
  position: absolute;
  inset: -8px;                /* увеличиваем зону клика ещё на 8px вокруг */
}
/* Увеличение размера кнопки-бургера на мобилке */
@media (max-width: 991.98px) {
  .sgm-burger {
    width: 72px !important;    /* было 40 */
    height: 72px !important;
    border-radius: 12px;
  }
  .sgm-burger .sgm-line {
    width: 32px !important;    /* полоска внутри */
    height: 3px !important;
  }
  .sgm-burger .sgm-line::before,
  .sgm-burger .sgm-line::after {
    width: 32px !important;
    height: 3px !important;
  }
  .sgm-burger .sgm-line::before { top: -9px !important; }
  .sgm-burger .sgm-line::after  { top:  9px !important; }
}

/* Если хочешь ещё крупнее на широких телефонах */
@media (min-width: 430px) and (max-width: 991.98px) {
  .sgm-burger {
    width: 80px !important;
    height: 80px !important;
    border-radius: 14px;
  }
  .sgm-burger .sgm-line { width: 36px !important; }
  .sgm-burger .sgm-line::before { top: -10px !important; }
  .sgm-burger .sgm-line::after  { top:  10px !important; }
}
/* Скрыть соцсети в верхней полосе на мобилках */
@media (max-width: 991.98px){
  .header-top-area .right .social-info { display: none !important; }
}

/* Соцсети внутри offcanvas */
.sgm-social { 
  margin-top: 14px; 
  padding-top: 12px; 
  border-top: 1px solid rgba(255,255,255,.12); 
}
.sgm-social-title { 
  display: block; 
  margin-bottom: 8px; 
  font-size: 14px; 
  color: #fff; 
  opacity: .85; 
}
.sgm-social-list { 
  display: flex; 
  gap: 14px; 
  align-items: center; 
  list-style: none; 
  margin: 0; 
  padding: 0; 
}
.sgm-social-list a {
  display: inline-flex; 
  align-items: center; 
  justify-content: center;
  width: 44px; 
  height: 44px; 
  border-radius: 12px; 
  background: rgba(255,255,255,.08);
  color: #fff; 
  text-decoration: none;
}
.sgm-social-list i { font-size: 22px; line-height: 1; }
.sgm-social-list img { width: 22px; height: 22px; display: block; }
/* ===== читаемость меню в offcanvas ===== */
@media (max-width: 991.98px){
  .sgm-offcanvas .offcanvas-title{
    font-size: 22px !important;
    font-weight: 700;
    letter-spacing: .2px;
  }

  /* верхний уровень */
  .sgm-offcanvas .sgm-nav a,
  .sgm-offcanvas .sgm-nav button.sgm-subtoggle{
    font-size: 22px !important;
    font-weight: 700 !important;
    padding: 18px 12px !important;     /* комфортный тап-таргет */
  }

  /* подпункты */
  .sgm-offcanvas .sgm-submenu a{
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 16px 12px !important;
  }
}

/* ===== соцсети: равномерные кнопки на всю ширину ===== */
.sgm-offcanvas .sgm-social{
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.sgm-offcanvas .sgm-social-title{
  display:block;
  text-align:center;
  margin-bottom: 10px;
  font-size: 15px;
  color:#fff;
  opacity:.85;
}

/* сетка 5 равных колонок на всю ширину */
.sgm-offcanvas .sgm-social-list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sgm-offcanvas .sgm-social-list li{ margin: 0; }

.sgm-offcanvas .sgm-social-list a{
  display:flex;
  align-items:center;
  justify-content:center;
  width: 100%;
  height: 52px;                 /* кнопка фиксированной высоты */
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  color:#fff;
  text-decoration:none;
}
.sgm-offcanvas .sgm-social-list a:hover{ background: rgba(255,255,255,.14); }

.sgm-offcanvas .sgm-social-list i{
  font-size: 24px;              /* сами иконки больше */
  line-height: 1;
}

.sgm-offcanvas .sgm-social-list img{
  width: 24px;
  height: 24px;
  display:block;
}
.fact-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 12px;
    padding: 14px 16px;
  }
  .fact-card .h3 {
    font-weight: 700;
    margin: 0;
  }
  /* ===== Отзывы: мобильная компоновка =====
   Текст (h3 + small) на всю ширину сверху,
   фото автора — ниже и на всю ширину карточки.
   Карточка остаётся совместимой с текущей каруселью (2 в ряд). */
@media (max-width: 991.98px) {
  /* ломаем "media-блок" на столбец */
  .testimonials-slider .testimonials-item .d-flex {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px;
    margin-bottom: 12px !important;
  }

  /* блок с заголовком и подписями идёт первым и занимает всю ширину */
  .testimonials-slider .testimonials-item .d-flex > div {
    order: 1;
    width: 100%;
  }

  /* фото автора переносим вниз и растягиваем по ширине карточки */
  .testimonials-slider .testimonials-item .d-flex > img {
    order: 2;
    width: 100% !important;
    height: auto !important;
    max-height: 140px;          /* чтобы не пикселилось, можно увеличить/уменьшить */
    object-fit: cover;
    display: block;
    margin: 6px 0 0 !important;

    /* переопределяем «кругляш» и рамку Bootstrap */
    border-radius: 12px !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* читаемость заголовка и подписи */
  .testimonials-slider .testimonials-item h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 4px;
  }
  .testimonials-slider .testimonials-item small.text-muted {
    display: block;
    font-size: 13px;
    opacity: .9;
  }
}
/* Скрытый текст для скринридеров - доступный способ */
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); /* IE6,7 */
  clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

/* Стили для видимой точки (настройте под дизайн) */
.slider-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 16px;
}

.slider-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  background: #ddd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

/* Визуально выделить активную */
.slider-dot[aria-current="true"] {
  background: #333;
  outline: 2px solid #fff;
}

/* Увеличение фокуса для клавиатуры */
.slider-dot:focus {
  outline: 3px solid #4d90fe;
  outline-offset: 2px;
}
.profi{
	padding:20px 15px;
	
}

.mobilka-dop1{
	
}
.left-left{
	padding-left:0px;
}
@media (max-width: 991.98px) {
.mobilka-dop1 i{
	width:100%;
}
    .mobilka-dop1 i:before {
        font-size: 100px;
    }
	.uk-slidenav-next{
		    background: #111;
    border-radius: 20px;
	}
	.leadmagnit {
	width:100%;
	    margin: 100px 0 0 0;
		display:none;
}
.progress-area{
	display:none;
}
.left-left{
	padding-left:100px;
}
}

.mobilka-dop1 ul li {
  list-style-type: none;
  display: block;
  position: relative;
  padding-left: 0 !important;
  margin-bottom: 25px;
}
.pb50{
	padding-bottom:70px;
}
.p-shapka{
	color:#fff;
}
.sg-article .display-5 {

    text-align: center;
}
.go-top{
	right:45px !important;
}