@import 'common.css';


/* banner start */

.banner-section {
    --banner-hvh: 100vh;
	--banner-hvh: 800px;
	--banner-hhp: 100%;
	min-height: var(--banner-hvh);
	height: var(--banner-hhp);
    position: relative;
    z-index: 9;
}
.banner-section.banner-innerPage {
    --banner-hvh: 60vh;
    --banner-hvh: 900px;
}
.banner-section > *:first-child, .banner-slider > *:first-child > *, .banner-slider > *:first-child > * > *, .banner-slider > *:first-child > * > * > *, .banner-slider > *:first-child > * > * > * > *, .banner-section > *:first-child > .row, .banner-section > *:first-child > .row > *, .banner-section > *:first-child > .row > * > * {
	min-height: var(--banner-hvh);
	height: var(--banner-hhp);
}
.banner-inner-section {
	background: rgba(var(--second-color), 0) no-repeat center center / cover;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	/* overflow: hidden; */
    position: relative;
    width: 100%;
    padding: 80px 0px 180px;
}
.banner-inner-section > * {
    z-index: 2;
    width: 100%;
}
/* .banner-section.banner-innerPage .banner-inner-section {
    align-items: center;
} */
.banner-section .banner-inner-section .row {
    justify-content: center;
	text-align: center;
}
.banner-bg {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-bg::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(var(--black-color), 1) 0%, rgba(var(--black-color), 0) 100%);
    opacity: 0.51;
}

.banner-box {
    position: relative;
    /* margin-top: 60px; */
    /* height: 100%; */
}
/* .banner-section.banner-innerPage .banner-inner-section .banner-box {
    margin-top: 0px;
} */
.Banner-logo {
    width: 400px;
    display: block;
    margin: 0px auto 50px;
}
.banner-SubTitle, .banner-box > span {
	font-family: var(--Inter-font);
    position: relative;
    display: block;
    color: rgba(var(--white-color), 1);
    font-size: var(--efs-bths);
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    --efs-bths: 24px;
}
.banner-title, .banner-box h1 {
    /* font-family: var(--TitanOne-font); */
    color: rgba(var(--white-color), 1);
    text-transform: uppercase;
    font-size: var(--efs-bth);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 22px;
    --efs-bth: 90px;
}
.banner-innerPage .banner-inner-section .banner-title, .banner-innerPage .banner-inner-section .banner-box h1 {
    margin-bottom: 0px;
}
.banner-para {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(var(--white-color), 1);
    line-height: 1.7;
    font-weight: 400;
    margin: auto;
    margin-bottom: 30px;
    font-size: 22px;
    width: 76%;
}
.banner-para p {
	margin-bottom: 10px;
}
.banner-para p:last-child {
	margin-bottom: 0px;
}
.banner-box > *:last-child {
    margin-bottom: 0px;
}

/* banner end */

/* BannerYou start */

.BannerYou-section {
    max-height: 700px;
    overflow-x: hidden;
    overflow: auto;
}
.BannerYou-section::-webkit-scrollbar {
    display: none;
}

/* banner end */

/* YouTube start */

.common-section.YouTube-section {
    margin-top: -90px;
    z-index: 9;
}
.YouTube-TitleBox .common-title, .YouTube-TitleBox.common-box > h2, .common-section .YouTube-TitleBox.common-box > h2 {
    --efs-CT: 50px;
}
.YouTube-VideoBox {
    width: 100%;
    height: 750px;
    border-radius: 30px;
    overflow: hidden;
}
.YouTube-VideoBox iframe {
    width: 100%;
    height: 100%;
}

/* YouTube end */

/* LiOTG start */

.common-section.LiOTG-section::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../media/images/bg1.png) no-repeat;
    background-size: 100%;
    width: 458px;
    height: 400px;
}
.common-section.LiOTG-section::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../media/images/bg2.png) no-repeat;
    background-size: 100%;
    width: 458px;
    height: 400px;
}
.LiOTG-section:

/* LiOTG end */

/* GOML start */

.GOML-TitleBox .common-title, .GOML-TitleBox.common-box > h2, .common-section .GOML-TitleBox.common-box > h2 {
    --efs-CT: 60px;
}
.GOML-TitleBox .common-para, .GOML-TitleBox.common-box > div.common-para, .GOML-TitleBox.aboutPage-txt p, .GOML-TitleBox.aboutPage-txt ul {
    font-size: 18px;
}
.GOML-ListRow {
    margin-top: 20px;
}

/* GOML end */

/* social start */

.social-list {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.social-list li a, .social-list li a:visited, .social-list li a:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--ehw-social));
    height: calc(var(--ehw-social));
    border-radius: 50%;
    margin: 0 auto;
    transition: var(--transition-05s);
    color: rgba(var(--fourth-color), 1);
    /* background: rgba(var(--fourth-color), 0); */
    font-size: 54px;
    --ehw-social: auto;
}
.social-list li a:hover {
    /* background: rgba(var(--main-color), 0); */
    color: rgba(var(--white-color), 1);
}

/* social end */

/* Footer start */

.footer-section {
    background: rgba(var(--second-color), 1);
}
.inner-footer {
    padding: 80px 0px 60px;
}
.foot-LogoBtn {
    text-align: center;
    margin-bottom: 50px;
}
.foot-BtnBox .common-btn, .foot-BtnBox .common-btn:visited, .foot-BtnBox .common-btn:focus {
    font-size: 26px;
}
.foot-LogoBox {
    margin-top: 60px;
}
.Foot-Logo {
    width: 400px;
}
.foot-title, .footer-box h5 {
    text-transform: capitalize;
    font-weight: 400;
    color: rgba(var(--white-color), 1);
    margin-bottom: 30px;
    font-size: 40px;
}
.contact-list li {
    display: flex;
    gap: 10px;
    position: relative;
}
.contact-list li a, .contact-list li a:visited, .contact-list li a:focus {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    transition: var(--transition-05s);
    color: rgba(var(--white-color), 1);
	font-weight: 400;
    font-size: 20px;
}
.contact-list li a:hover {
    color: rgba(var(--third-color), 1);
}
.contact-list li > * > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* padding: 2px; */
    border-radius: 50%;
    /* --ehw-clis: 28px; */
    /* background: rgba(var(--white-color), 1); */
    color: rgba(var(--white-color), 1);
    width: var(--ehw-clis);
    height: var(--ehw-clis);
    font-size: 20px;
}
.copy-box {
    font-family: var(--Roboto-font);
    padding: 30px 0px;
    color: rgba(var(--CopyRight-color), 1);
    border-top: 1px solid rgba(var(--white-color), 0.2);
}
.copy-text {
    text-align: center;
    color: rgba(var(--CopyRight-color), 1);
    font-size: 15px;
    font-weight: 400;
}


/* Footer end */

.intl-tel-input .country-list .country-name, .intl-tel-input .country-list .flag-box {
	display: none;
}
.intl-tel-input .country-list .country .dial-code {
	color: #000;
}
.intl-tel-input ul.country-list {
	z-index: 9;
}
.common-btn > img {
	width: 20px !important;
}

#quote .modal-dialog {
	max-width: 800px;
}
#quote .form-group{
	margin-bottom: 12px;
}
.rd-mailform .form-control {
	border-radius: 0;
	height: 40px;
	border: 1px solid #ADADAD;
}
.rd-mailform .form-control:hover,
.rd-mailform .form-control:focus {
	outline: 1px;
    border-color: #ADADAD;
}
.rd-mailform textarea.form-control {
	border-radius: 0;
	height: 100px;
}
.btn-dark {
	background-color: #000 !important;
    color: #fff !important;
    padding: 10px 30px !important;
    border: none !important;
    border-radius: 30px !important;
}

/* media start */

@media (min-width: 768px) {
    .Head-CartBox .Cart-btn.CallBtn {
        display: none;
    }
}
@media (min-width: 992px) {
    .Head-CaLog {
        display: none;
    }
	
}

@media (min-width: 1200px) {
    
}

@media (min-width: 1600px) {
    
}

@media (min-width: 1700px) {
    
}

@media (min-width: 1800px) {
    
}

@media (min-width: 1900px) {
    
}

@media (min-width: 2000px) {
    
}

@media (max-width: 1900px) {
    
}

@media (max-width: 1800px) {
    
}

@media (max-width: 1600px) {
    .foot-title, .footer-box h5 {
        font-size: 34px;
        margin-bottom: 26px;
    }
    .GOML-TitleBox .common-title, .GOML-TitleBox.common-box > h2, .common-section .GOML-TitleBox.common-box > h2 {
        --efs-CT: 50px;
    }
    .banner-title, .banner-box h1 {
        --efs-bth: 80px;
    }
    .YouTube-VideoBox {
        height: 600px;
    }
}

@media (max-width: 1500px) {
    
}

@media (max-width: 1400px) {
    .contact-list li > * > span {
        width: 25px;
    }
    .foot-title, .footer-box h5 {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .banner-title, .banner-box h1 {
        --efs-bth: 70px;
    }
    .Banner-logo {
        width: 320px;
        margin: 0px auto 30px;
    }
    .banner-para {
        margin-bottom: 28px;
        font-size: 20px;
        width: 80%;
    }
    .Foot-Logo {
        width: 300px;
    }
    .FormCheck {
        text-align: left;
    }
    .GOML-TitleBox .common-title, .GOML-TitleBox.common-box > h2, .common-section .GOML-TitleBox.common-box > h2 {
        --efs-CT: 40px;
    }
}

@media (max-width: 991px) {
    .banner-title, .banner-box h1 {
        --efs-bth: 60px;
    }
    .Banner-logo {
        width: 260px;
    }
    .banner-para {
        width: 90%;
    }
    .YouTube-VideoBox {
        height: 500px;
    }
    .Foot-Logo {
        width: 280px;
    }
    .foot-title, .footer-box h5 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .contact-list li a, .contact-list li a:visited, .contact-list li a:focus {
        font-size: 15px;
    }
    .contact-list li > * > span {
        --ehw-clis: 22px;
    }
    .foot-BtnBox .common-btn, .foot-BtnBox .common-btn:visited, .foot-BtnBox .common-btn:focus {
        font-size: 22px;
    }
    .form-box label {
        font-size: 16px;
    }
    .YouTube-TitleBox .common-title, .YouTube-TitleBox.common-box > h2, .common-section .YouTube-TitleBox.common-box > h2 {
        --efs-CT: 40px;
    }
    .social-list li a, .social-list li a:visited, .social-list li a:focus {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .banner-title, .banner-box h1 {
        --efs-bth: 50px;
    }
    .banner-para {
        width: 100%;
        margin-bottom: 25px;
        font-size: 18px;
    }
    .YouTube-TitleBox .common-title, .YouTube-TitleBox.common-box > h2, .common-section .YouTube-TitleBox.common-box > h2, .GOML-TitleBox .common-title, .GOML-TitleBox.common-box > h2, .common-section .GOML-TitleBox.common-box > h2 {
        --efs-CT: 30px;
    }
    .foot-LogoBox {
        margin-top: 40px;
    }
    .Foot-Logo {
        width: 240px;
    }
    .foot-BtnBox .common-btn, .foot-BtnBox .common-btn:visited, .foot-BtnBox .common-btn:focus {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .common-section.LiOTG-section::after {
        --ehw-LiOTGA: 120px;
    }
    .banner-title, .banner-box h1 {
        --efs-bth: 29px;
    }
    .banner-para {
        margin-bottom: 22px;
        font-size: 15px;
        line-height: 1.5;
    }
    .banner-SubTitle, .banner-box > span {
        margin-bottom: 20px;
        --efs-bths: 18px;
    }
    .Banner-logo {
        width: 170px;
    }
    .YouTube-TitleBox .common-title, .YouTube-TitleBox.common-box > h2, .common-section .YouTube-TitleBox.common-box > h2, .GOML-TitleBox .common-title, .GOML-TitleBox.common-box > h2, .common-section .GOML-TitleBox.common-box > h2 {
        --efs-CT: 22px;
    }
    .YouTube-VideoBox {
        height: 350px;
    }
    .GOML-TitleBox .common-para, .GOML-TitleBox.common-box > div.common-para, .GOML-TitleBox.aboutPage-txt p, .GOML-TitleBox.aboutPage-txt ul {
        font-size: 15px;
    }
    .GOML-ListRow {
        margin-top: 0px;
    }
    .social-list li a, .social-list li a:visited, .social-list li a:focus {
        font-size: 26px;
    }
    .social-list {
        gap: 20px;
        margin-top: 10px;
    }
    .Foot-Logo {
        width: 160px;
    }
    .foot-title, .footer-box h5 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .contact-list li a, .contact-list li a:visited, .contact-list li a:focus {
        font-size: 14px;
    }
    .contact-list li > * > span {
        --ehw-clis: 18px;
    }
    .form-box label {
        font-size: 14px;
    }
    .FormCheck > label > label > span {
        --ehw-FCLLS: 17px;
    }
    .copy-text {
        font-size: 13px;
    }
    .copy-box {
        padding: 20px 0px;
    }
    
}

/* media end */