*,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "OxaniumRoman-Regular";
    src: url(../fonts/Oxanium-Regular.ttf);
}

@font-face {
    font-family: "OxaniumRoman-Light";
    src: url(../fonts/Oxanium-Light.ttf);
}

@font-face {
    font-family: "OxaniumRoman-Medium";
    src: url(../fonts/Oxanium-Medium.ttf);
}

@font-face {
    font-family: "OxaniumRoman-SemiBold";
    src: url(../fonts/Oxanium-SemiBold.ttf);
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Regular.ttf);
}

.container-main,
.container-fluid {
    max-width: 1335px;
    margin: 0 auto;
}

.header-main {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    /* background-color: #000; */
}

.header-main.fixed {
    background-color: #000;
    transition: all .5s;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-links ul {
    display: flex;
    align-items: center;
}

.header-links ul li {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 40px;
}

.header-links ul li a {
    color: #ffffff;
}

.header-contacts {
    display: flex;
    align-items: center;
}

.header-phone-no a {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
}

.header-phone-no img {
    margin-right: 5px;
    margin-top: -2px;
}

.header-search-icon {
    padding: 0px 25px;
}

.header-search-icon button {
    background-color: unset;
    border: unset;
}

.header-contact-link a {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #bf2536;
    height: 50px;
    width: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mob-header {
    display: none;
}

.home-banner-main {
    position: relative;
    /* padding-top: 120px; */
}

.home-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desk{
    display: block;
}

.mob{
    display: none;
}

.home-banner-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 120px;
}

.home-banner-info .container-main {
    height: 100%;
}

.home-banner-content {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
	padding-bottom:80px;
}

.home-banner-content h1 {
    font-family: "OxaniumRoman-Regular";
    font-size: 56px;
    line-height: 60px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.cstm-btn {
    padding-top: 30px;
}

.cstm-btn a {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    /* line-height: 24px; */
    text-transform: uppercase;
    color: #ffffff;
    background-color: #505050;
    border: unset;
    border-left: 5px solid #bf2536;
    height: 65px;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cstm-btn img {
    margin-right: 20px;
}

.who-we-are-main {
    background-color: #111111;
    padding: 90px 0px;
}

.who-we-are {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.who-we-are-details {
    width: 50%;
    padding-right: 125px;
}

.who-we-are-details h6 {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    color: #bf2536;
    padding-bottom: 20px;
}

.who-we-are-details h2 {
    font-family: "OxaniumRoman-SemiBold";
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 15px;
}

.who-we-are-details p {
    font-family: "Roboto";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #9d9d9d;
    font-weight: 300;
    padding-bottom: 35px;
}

.who-we-are-details a {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    /* line-height: 24px; */
    text-transform: uppercase;
    color: #ffffff;
    background-color: #505050;
    border: unset;
    border-left: 5px solid #bf2536;
    height: 65px;
    width: 220px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}

.who-we-are-details a img {
    margin-right: 20px;
}

.who-we-are-img {
    width: 50%;
}

.who-we-are-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-slider-main {
    background-color: #212121;
    padding-top: 80px;
    padding-bottom: 30px;
    position: relative;
}

.home-slider-heading {
    padding-bottom: 50px;
}

.home-slider-heading h6 {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    color: #bf2536;
    text-align: center;
    padding-bottom: 20px;
}

.home-slider-heading h2 {
    font-family: "OxaniumRoman-SemiBold";
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.home-slider-items {
    height: 653px;

}

.home-slider-items img {
    height: 100%;
    width: 100%;
     transition: all .1s;
    object-fit: cover;
}

.home-slider .owl-item.active .home-slider-items img {
    height: 100%;
    margin-top: 0px;
    transition: all .1s;
    object-fit: cover;
}

.home-slider .owl-item .home-slider-items img {
    height: 85%;
    margin-top: 50px;
    transition: all .1s;
    object-fit: cover;
}

.home-slider .owl-item.cloned.active .home-slider-items img{
    transition: all .1s;
    object-fit: cover;
}

.home-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: unset;
    color: #000;
}

.home-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -65px;
    top: 40%;
    background-image: url(../images/right-arrow.webp);
    background-repeat: no-repeat;
    width: 156px;
    height: 88px;
    font-size: 0;
}

.home-slider .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -65px;
    top: 40%;
    background-image: url(../images/next-arrow.webp);
    background-repeat: no-repeat;
    width: 156px;
    height: 88px;
    font-size: 0;
}


.home-all-customization-service-main {
    background-color: #111111;
    position: relative;
/*     padding-bottom: 15px; */
}

.home-all-customization-service-flex {
    display: flex;
    justify-content: end;
    position: relative;
    padding: 15px 0px;
}

.home-all-customization-service-flex.reverse {
    display: unset;
}

.home-all-customization-service-flex.reverse .container-main {
    justify-content: flex-end;
}

.home-all-customization-service-flex.reverse .home-all-customization-service-grid-content {
    padding-left: 85px;
    padding-right: 0;
}

.home-all-customization-service-grid-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.home-all-customization-service-grid-info .container-main {
    height: 100%;
    display: flex;
    justify-content: flex-start;
}

.home-all-customization-service-grid-content {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 50%;
    padding-right: 85px;
}

.home-all-customization-service-grid-content h3 {
    font-family: "OxaniumRoman-SemiBold";
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 15px;
}

.home-all-customization-service-grid-content p {
    font-family: "Roboto";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #9d9d9d;
    font-weight: 300;
    padding-bottom: 35px;
    max-width: 545px;
}

.home-all-customization-service-grid-content a {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    /* line-height: 24px; */
    text-transform: uppercase;
    color: #ffffff;
    background-color: #505050;
    border: unset;
    border-left: 5px solid #bf2536;
    height: 65px;
    width: 220px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}

.home-all-customization-service-grid-content a img {
    margin-right: 20px;
}

.home-all-customization-service-grid-info-ul-flex ul li {
    font-family: "Roboto";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #9d9d9d;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
}

.home-all-customization-service-grid-info-ul-flex ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #bf2536;
    margin: 10px -17px;
}

.home-all-customization-service-grid-info-ul-flex {
    display: flex;
    padding-bottom: 30px;
}

.home-all-customization-service-grid-info-ul-flex ul {
    width: 50%;
}

.home-all-customization-service-grid-img {
    width: 50%;
}

.home-all-customization-service-grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-fad-team-main {
    position: relative;
}

.home-fad-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-fad-team-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.home-fad-team-info .container-main {
    height: 100%;
}

.home-fad-team-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.home-fad-team-content-flex {
    display: flex;
}

.home-fad-team-left {
    width: 40%;
}

.home-fad-team-left h2 {
    font-family: "OxaniumRoman-SemiBold";
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    max-width: 300px;
}

.home-fad-team-right {
    width: 60%;
}

.home-fad-team-right-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -30px;
}

.home-fad-team-right-inner {
    width: 50%;
    padding: 30px;
}

.home-fad-team-right-inner h5 {
    font-family: "OxaniumRoman-Regular";
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 10px;
    padding-left: 13px;
    position: relative;
}

.home-fad-team-right-inner h5::before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    width: 3px;
    height: 15px;
    background-color: #bf2536;
}

.home-fad-team-right-inner p {
    font-family: "Roboto";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #9d9d9d;
    font-weight: 300;
    max-width: 300px;
}

.home-book-appointment-main {
    background-color: #111111;
    padding: 155px 0px;
}

.home-book-appointment h2 {
    font-family: "OxaniumRoman-SemiBold";
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
}

.home-book-appointment p {
    font-family: "Roboto";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #9d9d9d;
    font-weight: 300;
    text-align: center;
    padding-bottom: 30px;
    max-width: 700px;
    margin: 0 auto;
}

.booking-btns {
    display: flex;
    justify-content: center;
}

.booking-btns .call-fad {
    font-family: "OxaniumRoman-Light";
    font-size: 16px;
    letter-spacing: 0px;
    /* line-height: 24px; */
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    width: 220px;
    height: 65px;
    background-color: #505050;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.booking-btns .call-fad img {
    margin-right: 7px;
}

.booking-btns .contact-fad {
    font-family: "OxaniumRoman-Light";
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    width: 220px;
    height: 65px;
    background-color: #bf2535;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-main {
    background-color: #212121;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding-top: 75px;
    padding-bottom: 55px;
}

.sub-footer h6 {
    font-family: "OxaniumRoman-Medium";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 13px;
}

.sub-footer ul li {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 30px;
    color: #ffffff8f;
    font-weight: 250;
}

.sub-footer.line ul li {
    line-height: 20px;
}

.sub-footer ul li a {
    color: #ffffff8f;
}

.sub-footer.contact ul li {
    line-height: 20px;
}

.footer-copyrights-flex {
    display: flex;
    justify-content: space-between;
}

.footer-copyrights {
    padding-bottom: 30px;
}

.footer-copyrights p {
    font-family: "Roboto";
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #ffffff8f;
    font-weight: 250;
}

.footer-policy {
    display: flex;
}

.footer-policy a {
    font-family: "Roboto";
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #ffffff8f;
    font-weight: 250;
    padding-left: 15px;
}

.sub-footer-mob {
    display: none;
}

.sub-footer.mob {
    display: none;
}

.sub-footer {
    display: block;
}

.fuze-mob{
    display: none;
}

.about-us-banner {
    position: relative;
}

.about-us-img img {
    width: 100%;
}

.about-us-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 120px;
}

.about-us-info .container-main {
    height: 100%;
}

.about-us-content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.about-us-content h1 {
    font-family: "OxaniumRoman-SemiBold";
    font-size: 56px;
    line-height: 60px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    max-width: 400px;
    padding-bottom: 10px;
}

.about-us-content p {
    font-family: "Roboto";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #fefefe;
    font-weight: 300;
    max-width: 500px;
}

.fad-story-main {
    background-color: #212121;
}

.fad-story {
    padding: 140px 0px;
    border-bottom: 5px solid #4c4c4c;
}

/* .fad-story-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
} */

.fad-story-left {
/*     width: 50%; */
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px -14px;
}

.fad-story-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-wrap {
    width: 50%;
    padding: 0px 14px;
}

.fad-story-right {
/*     width: 50%; */
/*     padding-left: 60px; */
	text-align: center;
    padding-top: 140px;
}

.fad-story-right h6 {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    color: #bf2536;
    padding-bottom: 15px;
}

.fad-story-right h2 {
    font-family: "OxaniumRoman-SemiBold";
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 10px;
}

.fad-story-right p {
    font-family: "Roboto";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #9d9d9d;
    font-weight: 300;
    padding-bottom: 40px;
	max-width: 880px;
    margin: 0 auto;
}

.fad-story-right a {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    /* line-height: 24px; */
    text-transform: uppercase;
    color: #ffffff;
    background-color: #505050;
    border: unset;
    border-left: 5px solid #bf2536;
    height: 65px;
    width: 220px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
	margin:  0 auto;
}

.fad-story-right a img {
    margin-right: 20px;
}

.connect-to-fad-main {
    padding-top: 140px;
    padding-bottom: 130px;
    background-color: #212121;
}

.connect-to-fad-heading {
    padding-bottom: 40px;
}

.connect-to-fad-heading h6 {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    color: #bf2536;
    padding-bottom: 15px;
}

.connect-to-fad-heading h2 {
    font-family: "OxaniumRoman-SemiBold";
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

.connect-to-fad-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.connect-to-fad-block {
    width: 50%;
    padding: 10px;
    overflow: hidden;
}

.connect-to-fad-block-img:hover img {
    transform: scale(1.05);
}

.connect-to-fad-block-img {
    overflow: hidden;
    transition: all .5s;
}

.connect-to-fad-block-inner {
    overflow: hidden;
    transition: all .5s;
}

.connect-to-fad-block-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    overflow: hidden;
}

.connect-to-fad-block-info {
    padding-top: 30px;
}

.connect-to-fad-block-info h5 {
    font-family: "OxaniumRoman-Regular";
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.freq-ask-que-main {
    background-color: #212121;
    padding-top: 110px;
    padding-bottom: 80px;
}

.freq-ask-que-main .container-main {
    max-width: 1060px;
}

.freq-ask-que-heading {
    padding-bottom: 90px;
}

.freq-ask-que-heading h6 {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    color: #bf2536;
    text-align: center;
    padding-bottom: 15px;
}

.freq-ask-que-heading h2 {
    font-family: "OxaniumRoman-SemiBold";
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.freq-ask-que-block {
    padding: 50px 0px;
    border-top: 1px solid #363636;
}

.freq-ask-que-block h2 {
    font-family: "OxaniumRoman-SemiBold";
    font-size: 32px;
    line-height: 52px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 15px;
}

.freq-ask-que-block ul li {
    font-family: "Roboto";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #9d9d9d;
    font-weight: 300;
    padding-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.freq-ask-que-block ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #bf2536;
    margin: 7px -25px;
}

.freq-ask-que-block ul li a {
    color: #822830;
    text-decoration: underline;
}

.contact-form-main {
    background-color: #111111;
    padding-top: 115px;
    padding-bottom: 115px;
}

.contact-form-heading {
    padding-bottom: 65px;
}

.contact-form-heading h6 {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    color: #bf2536;
    text-align: center;
    padding-bottom: 20px;
}

.contact-form-heading h2 {
    font-family: "OxaniumRoman-SemiBold";
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.contact-form-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.contact-form-inputs {
    width: 50%;
    padding: 15px;
}

.contact-form-inputs label {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 15px;
}


.contact-form-inputs input {
    width: 100%;
    background-color: #212121;
    height: 65px;
    border: 1px solid #747474;
    outline: none;
    padding: 0px 15px;
    color: #ffffff;
}

.contact-form-inputs.check {
    width: 100%;
    padding-bottom: 0;
}

.contact-form-inputs-checkbox label {
    padding-bottom: 0px !important;
}

.contact-form-inputs.check label {
    padding-bottom: 25px;
}

.contact-form-inputs-checkbox input {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 1px solid #747474;
    margin-bottom: 18px;
    margin-right: 12px;
}

.contact-form-inputs-checkbox {
    display: flex;
    align-items: center;
}

.contact-form-inputs.text {
    width: 100%;
}

.contact-form-inputs.text textarea {
    width: 100%;
    background-color: #212121;
    height: 170px;
    border: 1px solid #747474;
    outline: none;
    padding: 15px;
    color: #ffffff;
    resize: unset;
}

.contact-form-inputs.submit input {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #bf2535;
    height: 65px;
    width: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
}

.about-us-banner.projects h1 {
    max-width: unset;
}

.about-us-banner.projects p {
    max-width: 525px;
}

.fad-project-main {
    background-color: #212121;
    padding-top: 100px;
    padding-bottom: 115px;
}

.fad-projects-heading {
    padding-bottom: 70px;
}

.fad-projects-heading h6 {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    color: #bf2536;
    text-align: center;
    padding-bottom: 15px;
}

.fad-projects-heading h2 {
    font-family: "OxaniumRoman-SemiBold";
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
}

.fad-projects-heading p {
    font-family: "Roboto";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #9d9d9d;
    font-weight: 300;
    text-align: center;
    max-width: 840px;
    margin: 0 auto;
}

.fad-project-grid-main {
    padding-top: 90px;
    border-top: 5px solid #4c4c4c;
}

.fad-project-grid-flex {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.fad-project-grid {
    width: 50%;
    position: relative;
    padding: 15px;
}

.fad-project-grid-inner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.fad-project-grid-inner{
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.fad-project-grid-inner::before{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7203256302521008) 35%, rgba(255, 255, 255, 0) 60%);
/*     background-color: #000000; */
/*     opacity: 0; */
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transition: all .5s;
    pointer-events: none;
	 opacity: 0.890;
}

/* .fad-project-grid-inner:hover::before{
    opacity: 0.890;
} */


.fad-project-grid-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 40px;
}

.fad-project-grid-info h6 {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    color: #bf2536;
}

.fad-project-grid-info h2 {
    font-family: "OxaniumRoman-SemiBold";
    font-size: 32px;
    line-height: 52px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

.fad-project-grid-info p {
    font-family: "Roboto";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #9d9d9d;
    font-weight: 300;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .5s ease;
}

.fad-project-grid:hover p {
    max-height: 135px;
    opacity: 1;
}

.load-more-btn {
    padding-top: 115px;
    display: flex;
    justify-content: center;
}

.load-more-btn button {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    width: 334px;
    height: 64px;
    background-color: #b7b7b7;
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
}

.customizations-main {
    background-color: #212121;
    padding-top: 110px;
    padding-bottom: 70px;
}

.customization-heading {
    padding-bottom: 80px;
}

.customization-heading h6 {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 24px;
    text-transform: uppercase;
    color: #bf2536;
    text-align: center;
    padding-bottom: 15px;
}

.customization-heading h2 {
    font-family: "OxaniumRoman-SemiBold";
    font-size: 40px;
    line-height: 52px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
}

.customization-heading p {
    font-family: "Roboto";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #9d9d9d;
    font-weight: 300;
    text-align: center;
    max-width: 865px;
    margin: 0 auto;
}

.customization-grid-flex-main {
    padding-top: 110px;
    border-top: 5px solid #4c4c4c;
}

.customization-grid-flex-inner {
    display: flex;
    align-items: center;
    padding-bottom: 75px;
}

.customization-grid-flex-inner.reverse {
    flex-flow: row-reverse;
}

.customization-grid-flex-inner.reverse .customization-grid-info {
    padding-left: 0;
    padding-right: 75px;
}

.customization-grid-img {
    width: 50%;
}

.customization-grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customization-grid-info {
    width: 50%;
    padding-left: 65px;
}

.customization-grid-info h2 {
    font-family: "OxaniumRoman-SemiBold";
    font-size: 32px;
    line-height: 52px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 10px;
}

.customization-grid-info p {
    font-family: "Roboto";
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #9d9d9d;
    font-weight: 300;
    padding-bottom: 25px;
}

.customization-grid-info a {
    font-family: "OxaniumRoman-Regular";
    font-size: 16px;
    /* line-height: 24px; */
    text-transform: uppercase;
    color: #ffffff;
    background-color: #505050;
    border: unset;
    border-left: 5px solid #bf2536;
    height: 65px;
    width: 220px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
}

.customization-grid-info img {
    margin-right: 20px;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 0!important;
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 0!important;
}

.twentytwenty-overlay:hover{
    background: unset!important;
}

