.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}
.alert-heading{color:inherit}
.alert-link{font-weight:700}
.alert-dismissible{padding-right:4rem}
.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}
.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}
.alert-primary hr{border-top-color:#9fcdff}
.alert-primary .alert-link{color:#002752}
.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}
.alert-secondary hr{border-top-color:#c8cbcf}
.alert-secondary .alert-link{color:#202326}
.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}
.alert-success hr{border-top-color:#b1dfbb}
.alert-success .alert-link{color:#0b2e13}
.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}
.alert-info hr{border-top-color:#abdde5}
.alert-info .alert-link{color:#062c33}
.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}
.alert-warning hr{border-top-color:#ffe8a1}
.alert-warning .alert-link{color:#533f03}
.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}
.alert-danger hr{border-top-color:#f1b0b7}
.alert-danger .alert-link{color:#491217}
.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}
.alert-light hr{border-top-color:#ececf6}
.alert-light .alert-link{color:#686868}
.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}
.alert-dark hr{border-top-color:#b9bbbe}
.alert-dark .alert-link{color:#040505}
.brand {
    padding:15px 30px;
}
.social_ul {
    display: inline-block;
    padding-left: 25px;
}
.social_ul a.footer__link {
    font-size: 16px;
    text-transform: none;
    padding-left: 5px;
}
.map_icon {
    float: left;
}
.social_links li{
    list-style: none;
}
.social_links li {
    margin: 15px;
    height: 40px;
    text-align: center;
    line-height: 34px;
    background: #3338;
}
.social_ul i {
    background: #333;
    padding: 10px;
    width: 35px;
    height: 35px;
    text-align: center;
}
.social_links{
    padding-left: 0;
}
.social_links a {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    border-bottom: 40px solid #555;
}

.social_links i {
    margin: 17px -10px;
}
.social_ul a.footer__link{
    margin-bottom: 15px;
}
.header__line-mask h1 {
    font-size: 85px;
}
.story-heading {
    margin-bottom: 25px;
}
.story_info-wrapper {
    height: auto;}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(135,150,165,.1);
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background: #df3716;
}
::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 border-radius: 10px;
 background-color: rgba(135,150,165,.1);
}


.collection-list {
    height: 85vh;
}
    .projects__item-client-name i {
    margin-right: 5px;
}

.pro_title {
    color: #333;
    position: absolute;
    right: -11%;
    transform: rotate(-90deg);
    background: #fff;
    padding: 15px;
    display: inline-block;
    top: unset !important;
    bottom: 55px;
}

.collection-container:nth-child(even) .pro_title{
    top: 57.5%;
}
.collection-container .w-embed {
    position: relative;
}
.project__item-image-wrapper{
    position: relative;
}
.collection-container:nth-child(even) .pro_title {
    bottom: 92px;
}
.projects__item-image{object-fit: unset;}
.projects__content-wrapper {
    height: 200vh;
}

/*.brand.w--current {
    height: 8em;
}*/
.call_us {
    position: fixed;
    right: 40px;
    z-index: 222;
    top: 25px;
}
.pulse-button {
    position: relative;
    width: 55px;
    transition: .5s;
    height: 55px;
    border: none;
    box-shadow: 0 0 0 0 #ed30348f;
    border-radius: 50%;
    background-color: #ed30348f;
    background-image: url(../images/call.webp);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

.navbar-container {
    right: 5%;
}
.button {
    background-color: #323232;}


.popup-card {
    background-color: #000000ed;}

@media (min-width: 1920px){ 
.button.ghost-button {
    margin-bottom: 30px;}}
.header__info-paragraph {
    max-width: 43%;
    text-transform: uppercase;
    color: #fff;
}
.story-p {
    text-transform: unset;
}
.services__content-wrapper {
    margin-top: 0;
}

.container.services_container {
    padding: 8em 10em 8em;
}

.dis_flex{
    display: flex;
}

.dis_flex .team-item {
    margin: 20px;
}

/*.project_div h2.my-0.text--c2.leading-trim {
    font-size: 40px;
    
    left: 0;
    right: 0;
    padding: 10px;
    border-radius: 0;
    text-align: center;
    z-index: 99999;
}*/

.project_div .team-info-content {
    justify-content: flex-start  !important;
    background-image: linear-gradient(rgb(173 168 158 / 92%), rgb(173 168 158 / 88%));}

.project_name .team-info-content {
    display: grid;
    align-items: center;
    height: 100%;
    padding: 60px;
}
.project_iteam i {
    margin: 0 10px;
    border-bottom: 1px solid #3333;
    font-size: 20px;
}
.project_iteam{
    border-bottom: 1px solid #3333;}

.project_div .team-info-content {
    justify-content: center !important;
    padding: 40px;
}

.project_name div {
    width: 85%;
}
.project_div h2{
    width: 90%;
    background: #f3f3f3!important;
    z-index: 11 !important;
        position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20px;    
    font-size: 25px;  
    padding: 10px;
    border-radius: 20px;
    text-align: center;
}

.project_div .team-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.section.cta-section {
    height: 25em;}
.staff-bg-image {
    opacity: .5;}
.p_small {
    padding-top: 15px;
}
.p_small span {
    padding-top: 15px;
    line-height: 20px;
    font-size: 18px;
    color: #fff !important;
}
.header__info-paragraph{
    position: relative;
}
.icon_cus {
    position: absolute;
    left: -30px;
    top: 10px;
}
.header__info-paragraph.small-p a{
    text-decoration: none;
}
.innerpage .hero_info-wrapper {
    background-color: #333333b8;}  


.form.light .w-input::placeholder {
    color: #333;
    opacity: 1;
    font-weight: 500;
}

.form.light .button.ghost-button.invese-ghost {
    color: #333;
    border-color: #333;
}

@-webkit-keyframes spinnerRotate{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes spinnerRotate{from{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@-ms-keyframes spinnerRotate{from{-ms-transform:rotate(0)}to{-ms-transform:rotate(360deg)}}#form_process{-webkit-animation-name:spinnerRotate;-webkit-animation-duration:1.1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spinnerRotate;-moz-animation-duration:1.1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:spinnerRotate;-ms-animation-duration:1.1s;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;display:inline-block;margin-left:10px;position:relative;visibility:hidden}

#error_data {
    color: red;
    font-size: 14px;
    margin: 0px 0px 10px;
    line-height: normal;
    display: block;
    width: 100%;
}

.form.light .wd_50:first-child {
    margin-right: 10px;
}

.form.light .wd_50 {
    width: 49%;
    float: left;
}
.he_auto{
    height: auto !important;
}
.link_icon{
    font-size: 17px;
}

.calculatorcontainer {
    width: 80%;
    margin: 100px auto;
}
.emi-desc h3 {
    background: #f3f3f3;
    padding: 10px;
    border-left: 1px solid;
    margin-bottom: 30px;
}

.emi-desc p {
    text-transform: none;
    font-size: 18px;
}
.emi-desc ul.list-type-1 li {
    margin: 10px 0;
    font-size: 17px;
}

.isotope-pager .pager {
  display: inline-block;
}
.filters {
	width: 100%;
	text-align: center;
	padding-bottom: 35px;
	padding-top:20px;
	
}

.filters ul {
	list-style: none;
    padding: 20px 10px;
    box-shadow: -1px 1px 11px rgba(0,0,0,.4);
    margin: 0 40px;
    border-radius: 30px;
	background-color: #232323;
}

.filters li {
	display: inline-block;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.filters li a{
	color: #b6b6b6;
	text-decoration: none;
}
.filters li a:hover{
	color:#fff;
}

.filters li:hover {
	box-shadow: -1px 1px 11px rgba(0,0,0,.4);
	border-radius: 15px;
}

.filters li.active a{
	color: #e3ca66;
	border: 1px solid #e3ca66;
	/*border-radius: 15px;*/
	box-shadow: -1px 1px 11px rgba(0,0,0,.4);
	padding: 10px 25px;
	
}



.isotope-pager a{
  margin: 6px 1px;
    display: inline-block;
    width: 50px;
    /* height: 60px; */
    line-height: 31px;
    color: #b6b6b6;
    font-weight: 600;
    transition: 0.3s;
    /* position: relative; */
    /* padding-right: 26px; */
    box-shadow: -1px 1px 11px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #232323;
    border: .5px solid #e3ca66;
	text-decoration:none;
}

.isotope-pager a:hover{
  color: #fff;
  border: .5px solid #ffeeac;
  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
}

.isotope-pager .active{
  color: #e3ca66 !important;
    box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #161616;
    border: 1px dotted #e3ca66;
}

.isotope-pager .prev{
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next{
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,.isotope-pager a:after{
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.isotope-pager .num::before,.next::before{
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,.prev:after{
  border-right: 20px solid #f1f1f1;
  right: 0;
}
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.grid-item:hover .overlay {
  opacity: 1;
}
.isotope .grid-item {
    display: contents;
}
.filter_ul li {
    margin: 0 20px;
    list-style: none;
}
ul.filter_ul {
    display: flex;
}

.filter_ul li {
    list-style: none;
    background: #323232e6;
    padding: 15px;
    color: #fff;
    border-bottom: 2px solid #fff5;
    margin: 0 0px;
    width: 200px;
    text-align: center;
    border-right: 3px solid #fff5;
}
.filter_ul li.active{
    background: #ed3034;}

.innerpage.projects .container.projects-container {   
    padding: 5.5em 4em 5.5em 4em;
}

.innerpage.projects .projects_item {
    margin-top: 60px;
    padding: 15px;
    background: #f3f3f3;
}

.innerpage.projects  .pro_title {    
    background: #f3f3f3;
}

.innerpage.projects .project__item-image-wrapper {
    position: relative;
    margin-top: -35px;
}

span.main_title{
    font-family: 'Advent Pro';}

.filter_ul a{
    text-decoration: none;
}
.text-center{
    text-align: center;
}

@media (min-width: 1280px) and (max-width: 1366px) { 
.projects__item-client-name {
    min-height: 80px;
    }}

.section.portfolio .filters_div {
    text-align: center;
    padding-bottom: 20px;
}

.filters_div li.after-click {
    background: #ed3034;
    color: #fff;
}

.filters_div li.active a {
    background: #ed3034;
    color: #fff;
}

.about_txt {
    margin: 5%;
    width: 60% !important;
    margin: 40px auto;
}

.about_txt .small-p.margin {
    
    margin-top: 20px;
    text-align: left;
}

.about_txt .small-p.margin{
    max-width: 100%  ;
    text-align: justify;
}


.team-grid{
    display:flex; 
}

.mt_40{
  margin-top: 60px;  
    margin-bottom: 100px;
}
.staff-image-container{
    margin-top: 0;
}
.file-wrapper {
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.file-wrapper input {
    left: 0;
    opacity: .01;
    cursor: pointer;
    position: absolute;
    -moz-opacity: .01;
    filter: alpha(opacity=1);
    width: 100%;
    height: 50px;
}
.file-wrapper .file-button {
    color: #fff;
    float: left;
    cursor: pointer;
    margin-left: -20px;
    padding: 15px;
    background: #333;
    display: inline-block;
}
.file-holder {
    top: 15px;
    padding-left: 15px;
    position: absolute;
    left: auto;
}
.file-button i {
    margin-right: 8px;
}
input:focus-visible, textarea:focus-visible {
   outline: 0;
}
.big-number {
    color: #ed3034b3;
    font-size: 30em;}

.all{
    clear: both;
}
.masonry-items li {
    list-style: none !important;
}
.portfolio-filter {
    display: inline-flex;
    margin: 0 0 30px;
}


.portfolio-filter li a {
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 0 !important;
    margin: 0 10px;
    padding: 15px 20px !important;
}

.portfolio-filter a {
    padding: 15px 25px !important;
    color: #333;
    text-decoration: none;
}

.portfolio-filter {
    border-bottom: none;
}

.portfolio-filter .nav.active a {
    background: #ed3034 !important;
    color: #fff !important;
    border: 0;
}
.portfolio-filter .nav.active a:hover {
    color: #fff;
    border: none;
}

.text--c2 i {
    font-size: 20px;
    font-weight: 200 !important;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.category_div h2.my-0.text--c2.leading-trim {
    color: #333;
}
.sec_padding{
    padding: 60px 50px;
}


.zoom_img:hover .overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.zoom_img:hover span {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s ease, opacity 1.3s ease;
    transition: transform .5s ease, opacity 1.3s ease;
}

.zoom_img .overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    margin: auto;
    width: 0px;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}
.zoom_img span {
    color: #fff;
    text-align: center;
    position: absolute;
    margin: auto;
    width: 200px;
    height: 30px;
    line-height: 30px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .5s ease, opacity .7s ease;
    transition: transform .5s ease, opacity .7s ease;
}

.zoom_img i {
    background: #e02d31c7;
    border-radius: 10px;
    outline: 1px solid #fff4;
    height: 40px;
    outline-offset: 5px;
    width: 40px;
    padding: 11px;
}

.about_page .team-info-conten {
    position: relative;
    bottom: 0;
    background: #f3f3f3;
    padding: 27px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 90%;
}
.mt_160 {
    margin-top: 0;
    margin-bottom: 160px;
}
.about_page .team-image {
    height: 75%;
    object-fit: cover;
}
.about_page .team-title{
    color: #333;
}
.testimonials-content {
    height: 70%;}

.news_page span.main_title {
    font-size: 30px;
}


@media (max-width: 767px) { 

    .table_responsive tr td:last-child:before {
    display: none;
}
    .table_responsive td:last-child {
    padding: 15px !important;
}
    .table_cus ul {
    padding-left: 20px;
    padding-top: 10px;
}
    .about_txt .small-p.margin {
    text-align: left;
}
    .projects__item-client-name p.cus_link {
        font-size: 18px;}
    body .project_carosal .owl-nav {
    position: absolute;
    top: -27%;
    right: 8%;
}
    
    .projects__black-background {
    background-color: #f3f3f3e3;
   
}
    .projects__content-wrapper {
    height: auto;
}
    .projects-section .collection-list{
        height: auto;
        display: block;
    }

.projects__list .collection-container.w-dyn-item {
    transform: none !important;
    margin-bottom: 30px;
}}
.mt_60{
    margin-top: 60px;
}


.mt_100{
    margin-top: 100px;
}

.section.portfolio .filters_div ul li:after {
    left: 10px;}

.social_ul a.footer__link {
    width: 60%;
}
body{
    overflow-x: hidden;
}

#form_process {
    width: 15px;
    height: 15px !important;
    margin: 20px 20px;
}

.text--c2 i {
    font-size: 20px;
    font-weight: 200 !important;
    position: relative;
    top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/*
html {
    overflow-x: hidden;
}
*/



.testimonials_quoates p {
    text-transform: unset;
    margin-bottom: 15px;
    font-size: 23px;
}


#Quick_Inquiry input, #Quick_Inquiry textarea {
    color: #fff;
}

.projects__item-client-name p.cus_link {
    font-size: 20px;
    margin: 10px 0;
    border-bottom: 1px solid #333;
    display: inline-block;
        display: table;
}

.project_carosal .owl-nav{

    position: absolute;
    top: -20%;
    right: 8%;}



body .project_carosal .owl-nav .owl-prev, body .project_carosal .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    background: transparent;
    color: #333!important;
    font-size: 26px !important;
    border: 2px solid #333 !important;
}
.project_carosal {
    margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 980px) {
    a.cus_btn {
    display: block;
}
    .project_carosal .owl-nav{

    position: absolute;
    top: -25%;
    right: 8%;}

    .projects__item-client-name{
        margin: 0 10px;
    }
    .project__item-image-wrapper {
    margin: 0 10px;
}

.projects__item-text-wrapper span {
    font-size: 14px !important;
    }}



 .project_carosal button.owl-next,  .project_carosal button.owl-prev{
    background: transparent !important;
}

a{
    text-decoration: none;
}

.grecaptcha-badge { visibility: hidden; }
.sub_address {
    line-height: 20px;
    height: 55px;
    font-size: 16px;
    display: block;
    margin-top: 15px;
}
.red_line{
    position: relative;
}
.red_line:before {
    content: '';
    width: 350px;
    height: 30px;
    background: #ed3034;
    position: absolute;
    top: 0;
    left: -100px;
    transform: rotate(-45deg);
    z-index: 9;
}
.red_line:after {
    content: 'SOLD OUT';
    font-size: 20px;
    position: absolute;
    top: 32px;
    left: -1px;
    transform: rotate(-45deg);
    z-index: 9;
    color: #fff;
}
.project_div .team-info-content{
	    padding: 40px 25px;
}
p.project_iteam{
	font-size: 1.3em;
}

.table_cus td {
    padding: 5px;
}

.table_cus ul{
        padding-left: 20px;
} 
.table td, .table th {
    text-align: left;
    font-size: 14px;
    border-right: none;
    margin: 0 10px;
    padding: 10px 15px;
    line-height: normal;
    border-bottom: 1px solid #dee2e6;
}
.table {
	border: 1px solid #ddd;
	border-bottom: none !important;
}
.table th {
	background: #4e4e4e;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}
a.cus_btn {
    background: #4e4e4e;
    padding: 10px;
    border-radius: 10px;
    margin: 10px;
}
.table tr:nth-child(odd) {
	background-color: #f5f5f5;
}
.table td:first-child {
	border-left: none;
}
.table th:first-child {
	border-left: none;
}
.table td:last-child {
	border-right: none;
}
.table th:last-child {
	border-right: none;
}
.just_center{
    justify-content: center;
}

.dis_block{
    display: block;
}
.text-right{
    text-align: right;
}
.table_cus {
    margin: 0 auto;
}
.bg_gray{
    background: #f3f3f3;
}
form select:focus-visible{
    outline: none;
}
form textarea{
    resize: unset;
}
.table_responsive tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table_responsive th {
  display: none;
}
.table_responsive td {
  display: block;
}
.table_responsive td:first-child {
  padding-top: .5em;
}
.table_responsive td:last-child {
  padding-bottom: .5em;
}
.table_responsive td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    display: inline-block;
    width: 150px;
}
@media (min-width: 480px) {
  .table_responsive td:before {
    display: none;
  }
}
.table_responsive th, .table_responsive td {
  text-align: left;
}
@media (min-width: 480px) {
  .table_responsive th, .table_responsive td {
    display: table-cell;
    padding: .25em .5em;
  }
  .table_responsive th:first-child, .table_responsive td:first-child {
    padding-left: 0;
  }
  .table_responsive th:last-child, .table_responsive td:last-child {
    padding-right: 0;
  }
}




.table_responsive tr {
  border-color: #6c6c6c;
}
.table_responsive th, .table_responsive td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .table_responsive th, .table_responsive td {
    padding: 1em !important;
  }
}

@media (min-width: 768px) and (max-width: 800px) { 
.table_responsive th:first-child, .table_responsive td:first-child {
    padding-left: unset;
    /* padding-left: 0; */}
    .table_responsive th, .table_responsive td {
    padding: 10px !important;
}
    
#form_process {    
    top: 20px;
    left: 20px;
   
}