/* modal */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px 30px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  background-color: #e5e5e56b;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 1.7em;
  font-weight: 600;
}
.modal-body {
  position: relative;
  padding: 0 30px;
  font-size: 1.2em;
  line-height:28px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 1200px;
  }
}
.txt-modal {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    text-align: justify;
}

/* Dividers */
hr.long {
	background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
	background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
	border: 0;
	height: 1px;
	margin: 22px 0;
}

hr.long.short {
	margin: 11px 0;
}

hr.long.tall {
	margin: 44px 0;
}

hr.long.taller {
	margin: 66px 0;
}

hr.long.solid {
	background: #DBDBDB;
}

hr.long.light {
	background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.15), transparent);
	background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.15), transparent);
}

hr.long.invisible {
	background: none;
}

.divider-long {
	border: 0;
	height: 1px;
	margin: 10px auto 60px auto;
	background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
	background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
	text-align: center;
	position: relative;
	clear: both;
}

.divider-long.taller {
	margin: 66px auto;
}

.divider-long .fa, .divider-long .icons {
	text-align: center;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background: #FFF;
	border-radius: 50px;
	color: #a9a9a9;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	width: 50px;
	font-size: 20px;
	margin: 0 auto 0 -25px;
	top: -25px;
	left: 50%;
	z-index: 1;
}

.divider-long.divider-long-solid {
	background: #DBDBDB;
}

.divider-long.divider-long-icon-sm .fa, .divider-long.divider-long-icon-sm .icons {
	width: 30px;
	height: 30px;
	line-height: 30px;
	top: -15px;
	font-size: 15px;
	margin-left: -16px;
}

.divider-long-long.divider-long-icon-lg {
	margin: 86px 0;
}

.divider-long.divider--longicon-lg .fa, .divider-long.divider-long-icon-lg .icons {
	width: 60px;
	height: 60px;
	line-height: 60px;
	top: -30px;
	font-size: 30px;
	margin-left: -30px;
}

.divider-long.divider-long-icon-lg.taller {
	margin: 100px auto;
}

.divider-long.divider-long-xs {
	width: 35%;
}

.divider-long.divide-longr-sm {
	width: 67%;
}

.divider-long.divider-long-left .fa, .divider-long.divider-long-left .icons {
	left: 0;
	margin-left: 0;
	margin-right: 0;
	right: auto;
}

.divider-long.divider-long-right .fa, .divider-long.divider-long-right .icons {
	left: auto;
	margin-left: 0;
	margin-right: 0;
	right: 0;
}

.divider-long.divider-long-style-2 .fa, .divider-long.divider-long-style-2 .icons {
	background: #f4f4f4;
	color: #a9a9a9;
}

.divider-long.divider-long-style-3 .fa, .divider-long.divider-long-style-3 .icons {
	border: 1px solid #CECECE;
}

.divider-long.divider-long-style-4 .fa, .divider-long.divider-long-style-4 .icons {
	border: 1px solid #CECECE;
}

.divider-long.divider-long-style-4 .fa:after, .divider-long.divider-long-style-4 .icons:after {
	border: 3px solid #f4f4f4;
	border-radius: 50%;
	box-sizing: initial;
	content: "";
	display: block;
	height: 100%;
	left: -4px;
	padding: 1px;
	position: absolute;
	top: -4px;
	width: 100%;
}

.divider-long.divider-long-small {
	margin: 22px auto;
	background: transparent;
}

.divider-long.divider-long-small hr {
	width: 50px;
	height: 3px;
	background: #555;
}

.divider-long.divider-long-small.divider-long-small-center {
	text-align: center;
}

.divider.divider-small.divider-small-center hr {
	margin-left: auto;
	margin-right: auto;
}

.divider.divider-small.divider-small-right {
	text-align: right;
}

.divider.divider-small.divider-small-right hr {
	margin-left: auto;
}

.divider.divider-small.divider-light hr {
	background: #DDD;
}

.divider.divider-small.divider-small-sm hr {
	height: 1px;
}

.divider.divider-small.divider-small-lg hr {
	height: 6px;
}

.divider.divider-small.tall {
	margin: 34px 0;
}

.divider.divider-small.taller {
	margin: 46px 0;
}

hr.dashed, .divider.dashed {
	background: none;
	position: relative;
}

hr.dashed:after, .divider.dashed:after {
	border: 1px dashed #DBDBDB;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 100%;
}

hr.pattern, .divider.pattern {
	background: none;
	position: relative;
}

hr.pattern:after, .divider.pattern:after {
	background: transparent url(../img/patterns/worn_dots.png) repeat 0 0;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 100%;
}

hr.pattern.pattern-2:after, .divider.pattern.pattern-2:after {
	background-image: url(../img/patterns/az_subtle.png);
}
section.section.section-with-divider {
	margin: 56px 0 35px;
}

section.section.section-with-divider .divider {
	margin: -56px 0 44px;
}
section.section.section-with-divider .divider {
	margin: -56px 0 44px;
}

html.dark .divider {
	background-image: -webkit-linear-gradient(left, transparent, #3F4247, transparent);
	background-image: linear-gradient(to right, transparent, #3F4247, transparent);
}

html.dark .divider .fa, html.dark .divider .icons {
	background: #1d2127;
}

html.dark .divider.divider-solid {
	background: #3F4247;
}

html.dark .divider.divider-style-2 .fa, html.dark .divider.divider-style-2 .icons {
	background: #21262d;
}

html.dark .divider.divider-style-3 .fa, html.dark .divider.divider-style-3 .icons {
	border-color: #3F4247;
}

html.dark .divider.divider-style-4 .fa, html.dark .divider.divider-style-4 .icons {
	border-color: #3F4247;
}

html.dark .divider.divider-style-4 .fa:after, html.dark .divider.divider-style-4 .icons:after {
	border-color: #21262d;
}

html.dark .divider.divider-small {
	background: transparent;
}

html.dark .divider.divider-small hr {
	background: #3F4247;
}

html.dark .divider.divider-small.divider-light hr {
	background: #3F4247;
}

html.dark hr.dashed:after, html.dark .divider.dashed:after {
	border-color: #3F4247;
}

.whatsapp-icon {
    left: 15px;
    width: 50px;
    color: #fff;
    height: 50px;
    z-index: 999;
    bottom: 15px;
    display: flex;
    position: fixed;
    border-radius: 50%;
    background: #24d366;
    align-items: center;
    justify-content: center;
    transition: all .25s ease-in-out;
    box-shadow: 0 3px 5px -1px #0003, 0 6px 10px #00000024, 0 1px 18px #0000001f;
}

.whatsapp-icon:hover {
    color: #24d366;
    background: rgb(36 211 102 / 20%);
}
.selected-project .ser-img {
    transition: all 0.3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%;
}
.selected-project:hover .ser-img {
    transform: scale(1.05, 1.05);
}
.home-projects-list .selected-project .overlay-book {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #a7a7a780;
    opacity: 0;
}
.home-projects-list .selected-project .overlay-book a {
    position: unset;
}

.home-projects-list .selected-project:hover .overlay-book {
    opacity: 1;
}
.carousel-homepage .service-item,
.carousel-homepage .service-item img {
    transition: all .25s ease-in-out;
}
.carousel-homepage .service-item .service-name {
    margin: 5px 0;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.25s ease-in-out;
}
.carousel-homepage .service-item:hover {
    text-decoration: none;
    background: #a7a7a780;
}
.carousel-homepage .service-item:hover img {
    transform: scale(1.05, 1.05);
}
.carousel-homepage .service-item:hover .service-name {
    color: #ee0000;
}

/*.home-projects-list .selected-project .check-icon {*/
/*    background-color: #000;*/
/*    border-radius: 50%;*/
/*    color: #fff;*/
/*    padding: 2px;*/
/*}*/
.block {
    display: block;
}
.border {
    border: 1px solid;
}
.border-gray-600 {
    border-color: rgb(75, 85, 99);
}
.rounded-xl {
    border-radius: 0.75rem;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.overflow-hidden {
    overflow: hidden;
}
.rounded-base {
    border-radius: 10px;
}
.text-black {
    color: #424242;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.flex-col {
    flex-direction: column;
}
.flex {
    display: flex;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.object-none {
    -o-object-fit: none;
    object-fit: none;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.cursor-pointer {
    cursor: pointer;
}
.w-full {
    width: 100%;
}
.transition-opacity {
    transition-duration: 0.15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.opacity-100 {
    opacity: 1;
}
.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.p-2 {
    padding: 0.5rem;
}
.top-0 {
    top: 0;
}
.left-0 {
    left: 0;
}
.bottom-0 {
    bottom: 0;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.text-center {
    text-align: center;
}
.text-5xl {
    font-size: 3rem;
    line-height: 1;
}
.font-bold {
    font-weight: 700;
}
.leading-6 {
    line-height: 1.5rem;
}
.text-\[12px\] {
    font-size: 12px;
}
.h-\[40px\] {
    height: 40px;
}
.mb-8 {
    margin-bottom: 2rem;
}
.mt-0 {
    margin-top: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.mr-2 {
    margin-right: 0.5rem;
}
.pb-3 {
    padding-bottom: 0.75rem;
}
.list-none {
    list-style: none;
}
.tp-parallax-wrap {
    width: 150px;
    right: calc(50% - 75px) !important;
    left: calc(50% - 75px) !important;
    top: auto !important;
    bottom: 35% !important;
}

.lite-blue {
   font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(90deg, #fff 0%, #e00 40%, #000 80%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3.5s linear infinite;
}

@keyframes shine {
 from {
    background-position: 200% center;
  }

  to {
    background-position: 0% center;
  }
}

@media (min-width: 640px) {
    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .sm\:mb-0 {
        margin-bottom: 0;
    }
}

@media (max-width:767px) {
    #home .tp-kbimg-wrap {
       transform: none !important;
    }
    
    #home .tp-kbimg-wrap .tp-kbimg {
        transform: none !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/slides/1.jpg) !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }
    
    .forcefullwidth_wrapper_tp_banner,
    .slider-container.rev_slider_wrapper{
        height: 300px !important;
    }
}
