*{
    padding: 0;
    margin: 0;
    font-family: 'Roboto-Regular';
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html, body {
    scroll-behavior: smooth;
}
.wid-100 {
    width: 100%;
    float: left;
}
.wid-50 {
    width: 50%;
    float: left;
}
.container {
    max-width: 1326px;
    margin: 0 auto;
    padding: 0;
}
a {
    text-decoration: none;
    display: inline-block;
}
ul {
    list-style: none;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: 600;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf');
    font-weight: 500;
}
.innr-header-sec {
	padding: 20px 0;
	display: inline-flex;
	justify-content: space-between;
    align-items: center;
}
.header-left {
    display: inline-flex;
}
.header-right {
	display: inline-flex;
	flex-direction: column;
	align-items: end;
    row-gap: 20px;
}
.innr-header-sec ul {
    display: inline-flex;
    list-style: none;
    align-items: center;
}
.innr-header-sec ul li {
    padding: 8px 22px;
}
.innr-header-sec ul li:last-child {
    padding: 0 0 0 20px;
}
.innr-header-sec ul li a {
    color: #8d1112;
    font-size: 19px;
    line-height: 23px;
    font-family: 'Roboto-Regular';
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
}
.requst-btn a {
	padding: 9px 25px 10px;
	background-color: #8d1112;
	color: #fff !important;
	border-radius: 5px;
	font-size: 18px !important;
	line-height: 21px !important;
}
.header-tel a {
    color: #8d1112;
	font-size: 24px;
    line-height: 21px;
	font-family: 'Roboto-Medium';
	text-decoration: none;
    margin-right: 22px;
}
.banner-sec {
    background: url('../images/banner-img.jpg') no-repeat center/cover;
    padding: 225px 0;
    position: relative;
}
.innr-banner-sec {
	width: 50%;
    float: left;
    position: relative;
	color: #fff;
    padding-right: 50px;
}
.innr-banner-sec h1 {
    font-family: 'Roboto-Light';
    font-size: 46px;
    line-height: 51px;
    font-weight: 300;
    padding-bottom: 30px;
}
.banner-sec::before {
	content: '';
	width: 50%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(13px);
}
.get-in-touch-btn a,
.lightbox-submit-btn input {
	font-size: 18px;
	text-decoration: none;
	background-color: #a60106;
	color: #fff;
	text-transform: uppercase;
	line-height: 23px;
	margin-top: 25px;
	display: inline-block;
	padding: 12.5px 34px;
	letter-spacing: 3px;
	border-radius: 5px;
	font-weight: 300;
	font-family: 'Roboto-Regular';
}
.lightbox-submit-btn input {
    letter-spacing: 0;
    background: rgb(110,0,0);
    background: linear-gradient(90deg, rgba(110,0,0,1) 0%, rgba(166,1,6,1) 100%);
    padding: 12.5px 44.5px;
    text-transform: capitalize;
}
.lightbox-submit-btn {
    text-align: center;
}
.lightbox-submit-btn input {
    border: none;
    cursor: pointer;
    margin-top: 20px;
}
.innr-banner-sec p {
	font-size: 22px;
	font-family: 'Roboto-Light';
	font-weight: 300;
	line-height: 27px;
}
.about-sec {
	padding: 90px 0 76px;
}
.about-sec-left h2,
.srvc-lightbox .innr-lightbox h2 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 30px;
	font-family: 'Roboto-Light';
	font-weight: 300;
	color: #6e0000;
}
.srvc-lightbox .innr-lightbox h2 {
    margin-bottom: 15px;
    padding-bottom: 0;
}
.innr-about-sec {
	display: inline-flex;
	align-items: start;
}
.about-sec-left p,
.innr-lightbox .srvc-lightbox-cnt p {
	color: #5e5e5e;
	font-size: 22px;
	font-weight: 300;
	font-family: 'Roboto-Light';
	line-height: 27px;
}
.about-sec-right p {
	color: #5e5e5e;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Roboto-Regular';
	text-align: center;
	line-height: 19px;
	margin-top: 15px;
	opacity: 0.7;
}
.about-sec-right p span {
    font-size: 14px;
    line-height: 19px;
}
.about-sec-right {
	text-align: center;
}
.about-sec-left {
	padding-right: 91px;
    padding-top: 0;
}
.innr-about-sec,
.service-sec-left {
    display: inline-flex;
}
.innr-about-sec {
    align-items: center;
}
.service-sec-left img {
	opacity: 0.7;
}
.service-sec {
    background: rgb(110,0,0);
    background: linear-gradient(90deg, rgba(110,0,0,1) 0%, rgba(166,1,6,1) 100%); 
	color: #fff;
}
.service-sec-right {
    text-align: center;
}
.service-sec-right h2,
.service-sec-right p {
	font-size: 40px;
	line-height: 45px;
	font-weight: 300;
	font-family: 'Roboto-Light';
}
.service-sec-right h2 {
    margin-bottom: 35px;
}
.service-sec-right p {
    font-size: 22px;
    line-height: 28px;
}
.service-sec-right p a {
    color: #feb77a;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    text-decoration: underline;
    font-size: 22px;
    line-height: 28px;
}
.service-sec-right li a {
	background-color: #a84042;
	font-size: 22px;
	font-family: 'Roboto-Light';
	line-height: 27px;
	height: 70px;
	padding: 0 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    width: 100%;
    color: #fff;
}
.service-sec-right li:nth-child(1),
.service-sec-right li:nth-child(2),
.service-sec-right li:nth-child(3) {
    margin-bottom: 30px;
}
.innr-service-sec {
	display: inline-flex;
	column-gap: 62px;
	align-items: center;
}
.service-sec-right ul {
	display: inline-grid;
	grid-template-columns: 31.1% 31.1% 31.1%;
	justify-content: space-between;
    margin: 33px 0 61px;
}
.footer-sec {
    background: url('../images/footer-bg.jpg') no-repeat top/cover;
}
.innr-contact-us-sec {
	margin: 373px 0 125px;
	text-align: center;
	background: rgba(255,255,255,0.9);
	padding: 40px 30px;
}
.innr-contact-us-sec h2 {
	font-size: 40px;
	line-height: 45px;
	font-family: 'Roboto-Light';
	font-weight: 300;
	color: #6e0000;
	margin-bottom: 15px;
}

.contact-info p span,
.contact-info p .cntct-link,
.innr-contact-us-sec p {
	font-size: 22px;
	line-height: 27px;
	color: #5f5f5f;
	font-family: 'Roboto-Light';
	font-weight: 300;
}
.contact-info p span {
    color: #a60106;
}
.innr-contact-us-sec .address-sec {
	padding: 35px 0;
}
.innr-contact-us-sec .address-sec span {
    color: #a60106;
  font-family: 'Roboto-Medium';
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  display: inline-block;
}
.main-footer {
	background-color: rgba(73, 2, 2, 0.7);
    border-top: 1px solid #fff;
}
.main-footer .innr-header-sec {
    padding: 104px 0;
}
.main-footer .header-tel a,
.main-footer .innr-header-sec ul li a {
    color: #fff;
}
.copyright-sec {
    background-color: #490202;
    padding: 17px 30px;
    border-top: 1px solid #610d0d;
}
.copyright-sec p {
    font-size: 14px;
    line-height: 19px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    color: #8d1112;
    text-align: center;
}
.lightbox {
    display: none;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
    z-index: 2;
}
.innr-lightbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    max-width: 734px;
    padding: 20px 5px;
}
.srvc-lightbox .innr-lightbox {
    padding-left: 20px;
    padding-right: 20px;
    /* width: 450px; */
    min-height: 609px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.innr-lightbox h2 {
	font-size: 20px;
	text-align: center;
	font-family: 'Roboto-Bold';
	font-weight: 600;
    padding-bottom: 10px;
    color: #000;
}
.innr-lightbox p {
	font-family: 'Roboto-Regular';
	color: #000;
	font-size: 14px;
	padding: 0 10px;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}
.innr-lightbox .srvc-lightbox-cnt p {
    margin-bottom: 0;
    padding: 0;
    /* line-height: 22px; */
}
.lightbox-input label span {
    color: red;
}
.lightbox-input label {
	display: block;
	font-size: 17px;
	font-family: 'Roboto-Bold';
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 5px;
}
.lightbox-input input,
.lightbox-input select,
.lightbox-textarea textarea {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: 1px solid #ddd;
    background: #f5f8fa;
    font-size: 16px;
    padding: 0 15px;
    color: #333;
    border-radius: 5px;
}
.main-footer .submenu-link img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(146deg) brightness(107%) contrast(101%);
}
.lightbox-textarea textarea {
    height: 60px;
    text-align: center;
}
.lightbox-input {
	padding: 0 15px 10px;
}
.lightbox-textarea {
    text-align: center;
    /* padding-bottom: 0; */
}
.lightbox-input input::placeholder,
.lightbox-input select::placeholder,
.lightbox-textarea textarea::placeholder {
    opacity: 1;
    color: #333;
}
.cross-icon img {
	width: 11px;
	cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.6;
}
.srvc-lightbox .cross-icon img {
	width: 20px;
}
.submenu-link {
    position: relative;
}
.submenu {
    display: none !important;
	position: absolute;
	z-index: 1;
	flex-direction: column;
	width: 350px;
	top: 40px;
	left: 0;
    background-color: #fff;
}
.innr-header-sec.for-mobile-device {
    display: none;
}
.submenu-link:hover .submenu {
    display: inline-block !important;
}
.submenu li {
	width: 100%;
	padding: 10px 20px !important;
	border-top: 1px solid #cccccc9a;
}
/* .submenu-link::after {
	background: url('../images/down.png') no-repeat center/contain;
	content: '';
	width: 13px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 125px;
	z-index: 9999999;
	height: 13px;
	transform: translateY(-50%);
} */
.main-footer .submenu {
    top: unset;
    bottom: 40px;
}
.main-footer .submenu {
    background-color: #8d1112 !important;
}
.main-footer .submenu-link::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(299deg) brightness(102%) contrast(102%);
}
.submenu li:first-child {
    border-top: none;
}
.for-mobile-menu {
    display: none;
}
.submenu-link a img {
	width: 13px;
}
@media screen and (max-width: 1366px){ 
    .container {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1250px){ 
    .container {
        padding: 0 30px;
    }
    .innr-service-sec {
        column-gap: 30px;
    }
}
@media screen and (max-width: 1240px) {
    .service-sec-right ul {
        margin: 30px 0;
    }  
    .about-sec-left h2 {
        text-align: center;
    }  
    .about-sec-left {
        padding-right: 0;
        padding-top: 0;
    }
    .innr-about-sec {
        align-items: center;
    }
    .innr-about-sec {
        flex-direction: column;
        row-gap: 35px;
    }
    .innr-service-sec {
        flex-direction: column;
        row-gap: 35px;
    }
    .service-sec {
        padding: 50px 0;
    }
}
@media screen and (max-width: 1080px) {
    .service-sec-left img {
        max-width: 50%;
        margin: 0 auto;
    }
    .service-sec-right li a {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) and (min-width: 769px){
    .header-left img {
        max-width: 150px;
    }
    .header-right {
        row-gap: 10px;
    }
    .requst-btn a {
        letter-spacing: 1px;
        padding: 5px 15px 4px;
    }
    .innr-header-sec ul li a {
        letter-spacing: 1px;
    }
    .innr-header-sec ul li {
        padding: 8px 10px;
    }
    .innr-header-sec ul li:last-child {
        padding: 0 0 0 10px;
    }
}
@media screen and (max-width: 991px){
    .main-footer .header-tel a.requst-btn {
        width: fit-content;
        margin-top: 5px;
    }
    .service-sec-right li a {
        font-size: 18px;
        line-height: 23px;
    }
    .submenu-link img {
        position: absolute;
        right: 0;
        top: 20px;
        transform: translateY(-50%);
        width: 13px;
        cursor: pointer;
    }
    .submenu-mobile {
        padding-top: 10px;
        display: none;
    }
    .submenu-mobile li a {
        padding-left: 10px !important;
    }
    .for-mobile-menu {
        position: absolute;
        top: 162px;
        z-index: 1;
        width: 100%;
        left: 0;
        padding: 0 30px;
        background-color: #fff;
    }
    .submenu-link {
        padding-right: 0px !important;
    }
    .submenu {
        position: unset;
        width: 100%;
    }
    .for-mobile-menu li {
        padding: 10px 0;
        border-top: 1px solid #cccccc9a;
    }
    .for-mobile-menu li:first-child {
        border-top: none;
    }
    .submenu-link::after {
        left: unset;
        right: 0;
        top: 20px;
    }
    .submenu-link:hover .submenu {
        display: none !important;
    }
    .for-mobile-menu li a {
        color: #8d1112;
        font-size: 16px;
        line-height: 21px;
        font-family: 'Roboto-Regular';
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        letter-spacing: 2px;
    }
    .innr-banner-sec {
        width: 100%;
        padding-right: 0;
    }    
    .ham-icon {
        filter: brightness(0) saturate(100%) invert(9%) sepia(96%) saturate(4510%) hue-rotate(351deg) brightness(82%) contrast(94%);
        max-width: 25px;
        cursor: pointer;
    }
    .get-in-touch-btn,
    .innr-banner-sec h1,
    .innr-banner-sec p {
        text-align: center;
    }
    .banner-sec::before {
        width: 100%;
        height: 50%;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-sec {
        position: relative;
    }
    .about-sec-left {
        padding-right: 0;
        padding-top: 0;
    }
    .innr-contact-us-sec {
        margin: 100px 0;
    }
    .about-sec,
    .service-sec,
    .main-footer .innr-header-sec {
        padding: 50px 0;
    }
    .innr-banner-sec p, .innr-lightbox .srvc-lightbox-cnt p, .about-sec-right p, .service-sec-right p a, .requst-btn a, .innr-contact-us-sec .address-sec span, .get-in-touch-btn a, .about-sec-left p, .service-sec-right p, .contact-info p span, .service-sec-right li, .contact-info p .cntct-link, .innr-contact-us-sec p, .innr-header-sec ul li a {
        font-size: 16px !important;
        line-height: 21px !important;
    }
    .header-tel a {
        font-size: 20px;
        line-height: 25px;
    }
    .about-sec-left h2, .innr-contact-us-sec h2, .service-sec-right h2, .srvc-lightbox .innr-lightbox h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .about-sec-left h2, .service-sec-right h2 {
        margin-bottom: 15px;
    }
    .innr-banner-sec h1 {
        font-size: 36px;
        line-height: 41px;
        padding-bottom: 20px;
    }
    /* .header-right {
        flex-direction: row;
        row-gap: unset;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    } */
    .header-tel a.requst-btn {
        padding: 9px 24px 10px;
        background-color: #8d1112;
        color: #fff !important;
        border-radius: 5px;
        font-family: 'Roboto-Regular';
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        letter-spacing: 2px;
        font-size: 16px !important;
        line-height: 21px !important;
        margin-right: 0;
    }
    .main-footer .for-mobile-menu {
        position: unset;
        left: 0;
        padding: 0;
        background-color: unset;
    }
    .main-footer .innr-header-sec ul .submenu-mobile {
        display: none;
    }
    .main-footer .for-mobile-menu {
        position: unset;
        left: 0;
        padding: 15px 0 0;
        background-color: unset;
        flex-direction: column;
    }
    /* .main-footer .innr-header-sec ul li,
    .main-footer .innr-header-sec ul li:last-child {
        padding: 8px 0;
        width: 100%;
    } */
    .main-footer .header-left .header-tel {
        flex-direction: column;
        padding-top: 15px;
    }
}
@media screen and (max-width: 810px) {
    .innr-lightbox {
        max-width: 80%;
    }
}
@media screen and (max-width: 667px) {
    .service-sec-right li a {
        height: 50px;
        font-size: 16px;
    }
    .innr-lightbox form {
        width: 100%;
  height: 500px;
  overflow-y: scroll;
    }
    .service-sec-right ul {
        grid-template-columns: 100%;
        width: 100%;
        height: unset;
        padding: 0;
        margin: 20px 0;
    }
    .service-sec-right li {
        height: unset;
        /* padding: 15px 25px; */
    }
    .service-sec-right ul li,.service-sec-right li:nth-child(1), .service-sec-right li:nth-child(2), .service-sec-right li:nth-child(3) {
        margin-bottom: 15px;
    } 
    .lightbox-input {
        width: 100%;
    }
    .lightbox-textarea,
    .lightbox-textarea textarea {
        text-align: left;
    }
}
@media screen and (max-width: 768px) { 
    .main-footer .header-left {
        width: 100%;
    }
    .main-footer .for-mobile-menu {
        display: block;
    }
    .main-footer .innr-header-sec ul li,
    .main-footer .innr-header-sec ul li:last-child {
        padding: 8px 0;
    }
    .main-footer .innr-header-sec ul li:last-child {
        padding-bottom: 0;
    }
    .header-sec .for-mobile-menu {
        top: 200px;
    }
    .new-dsgn .header-tel a {
        margin-right: 0;
        margin-bottom: 6px;
    }
    .new-dsgn .header-tel a.requst-btn {
        padding: 9px 24px 8px;
        margin-bottom: 0;
    }
    .new-dsgn .header-right {
        justify-content: center;
        padding-bottom: 15px;
    } 
    .new-dsgn.innr-header-sec.for-mobile-device {
        display: inline-flex;
        position: relative;
        flex-direction: column-reverse;
    }    
    .innr-header-sec {
        display: none;
    }
    .main-footer .innr-header-sec.for-mobile-device {
        display: inline-block;
    }
    .new-dsgn.innr-header-sec .ham-icon {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .new-dsgn .fr-menu-togle {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        position: relative;
    }
    .new-dsgn .header-left, .new-dsgn .header-left .header-tel {
        display: inline-flex;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 550px) {
    .header-left .header-tel {
        display: inline-flex;
        justify-content: center;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .header-tel a.requst-btn {
        padding: 6px 15px 7px;
        letter-spacing: 1px;
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .main-footer .for-mobile-menu {
        padding: 7px 0 0;
    }
    .main-footer .header-left {
        margin-bottom: 0;
    }
    .main-footer .header-left .header-tel {
        align-items: start;
    }
}
@media screen and (max-width: 480px) {    
    .header-sec .container {
        padding: 0 20px;
    }
    .header-sec .for-mobile-menu {
        padding: 0 20px;
    }
    .header-sec .for-mobile-menu {
        top: 187px;
    }
    .innr-contact-us-sec .address-sec {
        padding: 10px 0;
    }
    .about-sec-left h2, .innr-contact-us-sec h2, .srvc-lightbox .innr-lightbox h2, .service-sec-right h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .innr-contact-us-sec {
        margin: 50px 0;
    }
    .header-right img:nth-child(1) {
        max-width: 142px;
    }
    .innr-lightbox {
        max-width: 90%;
    }
    .for-mobile-menu {
        top: 174px;
    }
    .innr-banner-sec h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .banner-sec::before {
        height: 100%;
    }
    .banner-sec {
        padding: 50px 0;
    }
    .lightbox-input input, .lightbox-input select {
        height: 40px;
    }
    .innr-contact-us-sec {
        padding: 30px;
    }
}
@media screen and (max-width: 415px) {
    .ham-icon {
        max-width: 20px;
    }
    .innr-lightbox form {
        height: 420px;
    }
    .srvc-lightbox .innr-lightbox {
        min-height: 548px;
    }
}
