/**************************************************************************
Custom
**************************************************************************/
* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Nunito Sans', sans-serif;
}
html {
	font-size: 100%; /* IE trick to allow proper resizing of text */
}
a,
a:hover,
button {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-decoration: none;
}
a:hover {
  color: #b52226;
}
label {
	font-weight: normal;
}
textarea {
	resize: none !important;
}
fieldset {
	position: relative;
}
button,
input,
textarea {
	outline: none !important;
}
*:focus,
button:focus,
input:focus,
textarea:focus {
	outline: none !important;
}
.theme-dark body {
  background: #10202c;
}
.grecaptcha-badge {
  display: none !important;
}
.switch-box {
  bottom: 0px;
  right: 20px;
}
.switch-box .slider {
  border: 2px solid #b52226;
}
.switch-box .switch {
  width: 45px;
  height: 20px;
}
.switch-box input:checked + .slider {
  border: 2px solid #b52226;
}
.switch-box .slider::before {
  height: 20px;
  width: 20px;
  left: -1px;
}
.go-top {
  right: 20px;
  bottom: 27px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  padding: 0;
  background: #8d919c;
  -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-decoration: none;
}
.go-top:hover {
  background: #5e6066;
}
.ft-wapp-btn {
  position: fixed;
  right: 15px;
  bottom: 25px;
	width: auto;
	min-width: 150px;
	padding: 0 15px;
  height: 40px;
  border-radius: 25px;
  background-color: #93141d;
  z-index: 1000;
  border: 1px solid #93141d;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
	line-height: 40px;
	-webkit-box-shadow: 0 0px 10px 0px rgb(0 0 0 / 30%);
  box-shadow: 0 0px 10px 0px rgb(0 0 0 / 30%);
}
.ft-wapp-btn:hover {
  background-color: #b52226;
  border: 1px solid #b52226;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.ft-wapp-btn a,
.theme-dark body .ft-wapp-btn a {
	color: #fff !important;
}
.ft-wapp-btn a:hover {
  text-decoration: none;
}
.ft-wapp-btn a .fa {
	font-size: 24px;
  color: #26af36 !important;
	position: relative;
	top: 3px;
}
.pt-50 {
  padding-top: 50px !important;
}
.two-lines {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden !important;
	text-overflow: ellipsis;
}
.three-lines {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden !important;
	text-overflow: ellipsis;
}
/************************************************************************
Custom sweet-alert 2
************************************************************************/
.swal2-modal {
	border-radius: 0 !important;
	min-height: 200px !important;
	min-width: 500px !important;
  width: auto !important;
}
.swal2-modal.sweet-alert2-custom {
	padding: 0 !important;
}
.swal2-modal .swal2-styled {
	font-weight: normal;
	font-size: 16px;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin: 15px 5px 0;
}
.swal2-icon.swal2-info {
	margin: 15px auto;
}
.swal2-modal .swal2-title {
	font-weight: normal;
	color: #fff;
	font-size: 24px;
	margin: 5px 0;
	line-height: 25px;
}
.swal2-modal.sweet-alert2-custom .swal2-title {
	margin: 0;
	padding: 15px;
	text-align: left;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
	background: #b52226;
  font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
  letter-spacing: 1px;
}
.swal2-modal .swal2-content {
	font-weight: normal;
	font-size: 16px;
}
.swal2-modal.sweet-alert2-custom .swal2-content {
	padding: 30px 30px 0 30px;
}
.swal2-modal.sweet-alert2-custom .swal2-validationerror {
	padding: 10px 10px 0 10px;
	font-weight: normal;
	background-color: #fff;
}
.swal2-modal.sweet-alert2-custom .swal2-buttonswrapper {
	background-color: rgba(136, 136, 136, .30);
	text-align: right;
  padding: 15px;
	margin-top: 30px;
  border-top: 0;
	border-bottom: 0;
	float: left;
  width: 100%;
}
.swal2-modal.sweet-alert2-custom .swal2-styled {
	margin-top: 0;
}
.swal2-active {
	overflow: hidden;
}
.swal2-modal .swal2-content .ui.search.dropdown {
	width: 100%;
}
/************************************************************************
Custom General
************************************************************************/
.header-area .top-header-area {
  padding: 10px 0 25px;
  background: #10202c;
  /* background: -webkit-gradient(linear, left top, right top, color-stop(30%, #10202c), color-stop(30%, rgba(16, 32, 44, 0.75)));
  background: linear-gradient(90deg, #10202c 30%, rgba(16, 32, 44, 0.75) 30%); */
}
.header-area .top-header-area .navbar-brand img {
  max-width: auto;
  max-height: 100px;
}
.main-navbar-area .logo a img {
  max-width: auto;
  max-height: 70px;
}
.constik-nav .navbar {
  border: 2px solid #b52226;
}
.header-area .top-header-area .contact-info i {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  display: inline-block;
}
.header-area .top-header-area .contact-info .contact-info-content {
  margin-left: 10px;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}
.header-area .top-header-area .contact-info .contact-info-content a {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}
.header-area .top-header-area .contact-info .contact-info-content a:hover {
  color: #b52226;
}
.header-area .top-header-area .contact-info .contact-info-content p {
  color: #b52226;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 3px 4px 5px rgb(0 0 0 / 30%);
}
.header-area .top-header-area .contact-info .contact-info-content,
.header-area .top-header-area .contact-info .contact-info-content a {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
}
.home-banner-area {
  height: 100vh;
}
.copy-right-area {
  background: #08151f;
}
.mean-container .mean-nav {
  margin-top: 77px;
}
.social-link a {
  background: #b52226;
  color: #fff;
}
.social-link a:hover,
.footer-area .contact-info .content .tag:hover {
  color: #b52226;
  background: #10202c;
}
.theme-dark a:hover {
  color: #b52226 !important;
}
.theme-dark .social-link a:hover,
.theme-dark .footer-area .contact-info .content .tag:hover {
  background: #2c4659;
  color: #b52226;
}
.theme-dark .footer-area .footer-links li i,
.footer-area .footer-links li i {
  color: #b52226;
}
.theme-dark .footer-area .footer-links li:hover a,
.footer-area .footer-links li:hover a,
.theme-dark .constik-nav .navbar .navbar-nav .nav-item a.active {
  color: #b52226 !important;
}
.footer-area .contact-info .content .tag {
  background: #b52226;
  color: #fff;
  padding: 7px 0px;
  min-width: 40px;
  max-height: 40px;
}
.footer-area .footer-news .content,
.footer-area .contact-info .content:not(.location) {
  align-items: center;
}
.owl-carousel .owl-stage-outer {
  display: block;
}
.newsletter-section::before,
.newsletter-section.newsletter-three::before {
  background: rgba(16, 32, 44, 0.9);
}
.newsletter-section::after,
.newsletter-section.newsletter-three::after {
  background: rgba(16, 32, 44, 0.5);
}
.newsletter-section .newsletter-content .newsletter-form .form-control {
  border: 1px solid #b52226;
}
.bg-primary {
  background-color: #f9fbfd !important;
}
.primary-btn {
  color: #fff;
  background-color: #b52226;
  border: 1px solid #b52226;
  box-shadow: 0 5px 10px 0px rgb(0 0 0 / 35%);
}
.primary-btn:hover {
  color: #b52226;
  background-color: #10202c;
  border: 1px solid #b52226;
}
.primary-btn::before,
.primary-btn::after {
  background-color: #10202c;
}
.constik-nav .navbar .navbar-nav .nav-item {
  margin-left: 20px;
  margin-right: 20px;
}
.constik-nav .navbar .side-option .item .language .menu .menu-item .menu-link:hover,
.side-option-responsive .item .language .menu .menu-item .menu-link:hover,
.constik-nav .navbar .navbar-nav .nav-item a.active,
.constik-nav .navbar .navbar-nav .nav-item a:hover,
.mean-container .mean-nav ul li a:hover,
.page-title-area .page-title-content ul li a:hover {
  color: #b52226;
}
.page-title-area .page-title-content ul li {
  color: #fff;
}
.page-title-area .page-title-content ul li i {
  color: #b52226;
  margin-right: 5px;
}
.constik-responsive-nav .constik-responsive-menu.mean-container .mean-nav .navbar-nav {
  height: auto;
  min-height: 200px;
}
.error-area .error-box::after {
  border-top: 100px solid #b52226;
}
.error-area .error-box .content h1 {
  font-size: 200px;
  color: #b52226;
  text-shadow: 3px 4px 5px rgb(0 0 0 / 30%);
}
.error-area .error-box .content h3 {
  font-size: 32px;
  text-shadow: 3px 4px 5px rgb(0 0 0 / 30%);
  color: #10202c;
}
.page-title-area.banner-breadcrumb {
  /* margin-top: 135px; */
}
.banner-breadcrumb.ptb-100 {
  padding-top: 250px;
}
.contact-area .contact-form,
.privacy-area .widget-area .contact-form {
  background: rgba(0, 0, 0, 0.07);
}
.theme-dark .contact-area .contact-form {
  background: rgba(18, 51, 76, 0.65);
}
.privacy-area .widget-area .contact-form .primary-btn,
.contact-area .contact-form .cta-btn .primary-btn {
  background: #10202c;
}
.privacy-area .widget-area .contact-form .primary-btn::before,
.privacy-area .widget-area .contact-form .primary-btn::after,
.contact-area .contact-form .cta-btn .primary-btn::before,
.contact-area .contact-form .cta-btn .primary-btn::after {
  background-color: #b52226;
}
.contact-area .contact-info .info-item .info-content p,
.contact-area .contact-form .checkbox label a {
  color: #b52226;
  font-weight: 700;
  font-size: 17px;
}
.contact-area .contact-form .checkbox [type="checkbox"]:checked + label::before {
  border: 1px solid #b52226;
}
.contact-area .contact-form .checkbox [type="checkbox"]:checked + label:after {
  background: #b52226;
}
.contact-area .contact-info .info-item {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 50px 40px;
}
.contact-area .contact-info .info-item .info-content,
.contact-area .contact-info .info-item .info-content a {
  font-weight: 500;
  font-size: 17px;
  color: #fff;
}
.contact-area .contact-info .info-item:hover .info-content,
.contact-area .contact-info .info-item:hover i,
.contact-area .contact-info .info-item:hover .info-content a {
  color: #fff;
}
.contact-area .contact-info .info-item:hover::after {
  background: rgba(181, 34, 38, 0.85);
}
.search-box .search-form .search-input:focus {
  border-color: #b52226;
}
.theme-dark .constik-nav .navbar {
  background-color: #10202c;
}
.theme-dark .constik-nav {
  background-color: transparent;
}
.testimonial-section .testimonial-slider {
  background: #fee1e2;
}
.theme-dark .testimonial-section .testimonial-slider {
  background-color: #08151f;
}
.owl-carousel .owl-nav button[class*=owl-] {
  background: #b52226;
}
.owl-carousel .owl-nav button[class*=owl-]:hover {
  background: #10202c;
}
.owl-carousel .owl-nav button[class*=owl-] i {
  color: #fff;
}
.owl-carousel .owl-nav button[class*=owl-]:hover i {
  color: #b52226;
}
.testimonial-section .testimonial-slider .slider-item {
  background-color: #e8e8e8;
}
.testimonial-section .testimonial-slider .slider-item .client-img::after {
  border-bottom: 40px solid #b52226;
}
.banner-content h1 {
  text-shadow: 3px 4px 5px rgb(0 0 0 / 30%);
}
.banner-content h1 span {
  color: #b52226;
}
.testimonial-section.testimonial-two .testimonial-slider::before,
.testimonial-section.testimonial-three .testimonial-slider::before {
  border-bottom: 100px solid #b52226;
}
.testimonial-section.testimonial-two .testimonial-slider::after,
.testimonial-section.testimonial-three .testimonial-slider::after {
  border-top: 100px solid #b52226;
}
.owl-carousel .owl-item .client-img img {
  max-height: 150px;
}
.section-title span {
  color: #b52226;
}
.banner-three .owl-carousel .owl-dots .owl-dot.active {
  background: #b52226;
}
.banner-three .slider-item {
  height: 100vh;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner-three .banner-content {
  margin-top: 330px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}
.banner-three .banner-slider .owl-item {
  background: none !important;
  background-size: auto;
}
.theme-dark .bg-primary {
  background-color: #10202c !important;
}
.theme-dark .privacy-area .widget-area .contact-form,
.theme-dark .terms-area .widget-area .contact-form,
.theme-dark .service-details-area .widget-area .contact-form {
  background-color: #08151f;
  box-shadow: 0 0 20px rgb(255 255 255 / 15%);
}
.theme-dark .testimonial-section .testimonial-slider .slider-item {
  background-color: #08151f;
}
.theme-dark .form-control {
  background: rgba(255,255,255,.08) !important;
}
.theme-dark .constik-nav .navbar .navbar-nav .nav-item a:hover {
  color: #b52226 !important;
}
.theme-dark .input-group {
  background-color: #08151f !important;
}
.team-slider .slider-item {
  max-width: 350px;
}
.team-slider .slider-item .content {
  background: #10202c;
}
.theme-dark .team-slider .slider-item .content {
  background: #08151f;
}
.theme-dark .team-slider .slider-item .content h3 a:hover,
.team-slider .slider-item .content h3 a:hover {
  color: #b52226 !important;
}
.team-slider .slider-item .overlay-content::before {
  border-top: 100px solid rgba(181, 34, 38, 0.8);
}
.team-section .team-content {
  margin-bottom: 0px;
}
.team-slider .slider-item .overlay-content .social-link a {
  background: #b52226;
  color: #fff;
}
.team-slider .slider-item .overlay-content .social-link a:hover {
  background: #10202c;
  color: #fff;
}
.team-section .team-content::after {
  background: #b52226;
}
.team-slider .slider-item .image {
  margin: 0;
}
.contact-form.modal-agent-form {
  padding: 30px;
  padding-top: 10px;
}
.strong-service-slider .slider-item {
  background: rgba(16, 32, 44, 0.8);
}
.strong-service-slider .slider-item > i img {
  max-width: 55px;
}
.strong-service-slider .slider-item h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.strong-service-slider .slider-item h3 a:hover {
  color: #b52226;
}
.strong-service-slider .slider-item .read-more-btn i {
  color: #b52226;
}
.strong-service-slider .slider-item .read-more-btn:hover {
  color: #b52226;
}
.services-items .service-item {
  padding: 58px 30px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(16, 32, 44, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services-items .service-item > i {
  width: 60px;
  height: 60px;
  line-height: 57px;
  margin-bottom: 18px;
  background: #ffffff;
  text-align: center;
  display: block;
}
.services-items .service-item > i img {
  display: inline-block;
  max-width: 55px;
}
.services-items .service-item h3 {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.services-items .service-item h3 a {
  color: #ffffff;
}
.services-items .service-item h3 a:hover {
  color: #b52226;
}
.services-items .service-item p {
  margin-bottom: 20px;
  color: #d2d2d2;
}
.services-items .service-item .read-more-btn {
  color: #ffffff;
}
.services-items .service-item .read-more-btn i {
  vertical-align: -2px;
  color: #b52226;
}
.services-items .service-item .read-more-btn:hover {
  color: #b52226;
}
.strong-service-section .service-content,
.strong-service-section .service-content p {
  margin-bottom: 0px;
}
.theme-dark .strong-service-section .service-content .primary-btn,
.strong-service-section .primary-btn {
  background-color: #fff;
  color: #1a1a1a !important;
}
.theme-dark .strong-service-section .service-content .primary-btn:hover,
.strong-service-section .primary-btn:hover {
  background-color: #10202c;
  color: #b52226 !important;
}
.strong-service-section .service-content .primary-btn::before,
.strong-service-section .primary-btn::after {
  background-color: #10202c;
}
.strong-service-section .service-content::after {
  /* background: #b52226; */
  background: transparent;
}
.owl-carousel .owl-nav button[class*=owl-] {
  box-shadow: 0 5px 10px 0px rgb(0 0 0 / 35%);
}
.team-section .team-content .primary-btn {
  background-color: #10202c;
}
.theme-dark .finished-projects-section .bg-image::after {
  background-color: #08151f;
}
.section-title::before {
  /* background: #b52226; */
  background: transparent;
}
.finished-projects-section .bg-image::after {
  background: rgba(16, 32, 44, 0.45);
  /* background: rgba(255, 255, 255, 0.65); */
}
.finished-projects-section .finished-projects-slider .slider-item .overlay-content::before {
  border-top: 100px solid rgba(181, 34, 38, 0.8);
}
.finished-projects-section .section-title h2 {
  color: #fff;
  text-shadow: 3px 4px 5px rgb(0 0 0 / 20%);
}
@media only screen and (max-width: 1199px) {
  .constik-responsive-nav {
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px solid #b52226;
  }
  .constik-responsive-nav .mean-container a.meanmenu-reveal {
    padding-top: 0;
    margin-top: 22px;
    color: #10202c;
  }
  .constik-responsive-nav .mean-container a.meanmenu-reveal:hover {
    color: #b52226 !important;
  }
  .page-title-area.banner-breadcrumb {
    /* margin-top: 200px; */
  }
  .banner-breadcrumb.ptb-100 {
    padding-top: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-three .banner-content {
    margin-top: 400px;
  }
  .testimonial-section .testimonial-slider .slider-item {
    background: #fee1e2;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .side-option-responsive {
    top: 34px;
  }
  .footer-area .footer-widget.company-details,
  .footer-area .footer-widget h5 {
    text-align: center;
  }
  .footer-area ul.footer-links {
    text-align: center;
  }
  .footer-area ul.footer-links li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
  }
  .page-title-area.banner-breadcrumb {
    margin-top: 0px;
  }
  .banner-breadcrumb.ptb-100 {
    padding-top: 100px;
  }
  .banner-three .slider-item {
    height: calc(100vh - 84px);
  }
  .banner-three .banner-content {
    margin-top: 200px;
  }
  .testimonial-section .testimonial-slider .slider-item {
    background: #fee1e2;
  }
}
.modal {
	z-index: 99991;
	overflow: auto;
	padding-right: 0 !important;
}
.modal-dialog {
  margin: 100px auto 30px;
}
.modal-backdrop {
	z-index: 9999;
  opacity: 0.4 !important;
}
.modal-body {
	box-shadow: 0 0px 10px 0px rgb(0 0 0 / 30%);
}
.modal-body .contact-form.download-form {
	padding: 25px 20px;
}
.modal-body .form-group {
	width: 100%;
}
.property-modal .modal-header {
  padding: 0;
  border-bottom: none;
}
.property-modal .modal-body {
  padding: 0;
}
.property-modal .modal-body textarea {
	background: transparent;
}
.property-modal .modal-body input,
.property-modal .modal-body textarea {
  border: 1px solid #ced4da;
}
.theme-dark .property-modal .modal-body .form-control {
  background-color: #fff !important;
  color: #1a1a1a !important;
}
.modal-body .img-illustration {
	position: relative;
}
.modal-body .img-illustration img {
	width: 100%;
	height: 100%;
}
.modal-body .img-illustration .overlay-modal-img {
	background: rgba(0,0,0,.25);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.modal-header button.close {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	outline: none;
	background: #b52226;
	opacity: 1;
	color: #fff;
	cursor: pointer;
	border: none;
	right: -20px;
  top: -20px;
  position: absolute;
  z-index: 1;
  border-radius: 50px !important;
}
#requestQuotation .download-call-action {
  padding: 30px;
  background: #10202c;
  width: 100%;
  height: 100%;
}
#requestQuotation .download-call-action h2 {
  color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}
#requestQuotation .download-call-action h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
	text-align: center;
	line-height: 28px;
	letter-spacing: 1px;
}
#requestQuotation .wrapper1 {
	text-align: center;
	background-color: rgb(255, 255, 255);
	border-width: 4px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-style: solid;
	border-color: rgb(242, 242, 249);
	box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 10%);
}
#requestQuotation .wrapper1 img {
	max-height: 50px;
}
.theme-dark #requestQuotation .wrapper1 p,
#requestQuotation .wrapper1 p {
	line-height: 18px;
  font-weight: 600;
  font-size: 15px;
	color: #b52226 !important;
	margin-top: 15px;
	margin-bottom: 0;
}
.owl-carousel .owl-nav button[class*=owl-] {
  font-size: 19px;
}
.strong-service-slider .slider-item h3.company-vision {
  color: #fff;
}
.finished-projects-section .finished-projects-slider .slider-item {
  box-shadow: 0 5px 10px 0px rgb(0 0 0 / 35%);
}
.our-works-section::after {
  background: transparent;
}
.our-works-section .expertise-text {
  box-shadow: 0 5px 10px 0px rgb(0 0 0 / 35%);
  text-align: center;
  padding: 20px 15px;
  margin-bottom: 20px;
}
.constik-nav .navbar .navbar-nav .nav-item a::before {
  content: '\f106';
  bottom: 10px;
  font-size: 19px;
}
.theme-dark .error-area .error-box {
  background: #10202c;
}
.about-section .about-image{
  margin-bottom: 20px;
}
.about-section .about-image-text {
  margin-bottom: 30px;
}
.about-section .about-image-text p {
  font-size: 19px;
  font-weight: 600;
  font-style: italic;
}
