@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

:root {
	--blue: #dc3545;
	--darkblue: #0a0a36;
}

.py4 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}

.bol {
    color: #fff;
}

.bol:hover {
    color: #000;
}

.bol a {
    color: #fff;
}

.bol a:hover {
    color: #000;
}

.snowflake {
    position: fixed;
    color: #fff;
    font-size: 40px;
    animation: snowfall linear infinite;
}

.bi-geo-alt-fill {
    font-size: 50px;
    color: #dc3545;
}

.bi-telephone-fill {
    font-size: 50px;
    color: #dc3545;
}

.bi-envelope-paper-fill {
    font-size: 50px;
    color: #dc3545;
}

@keyframes snowfall {
    0% { transform: translateY(-100vh); }
    100% { transform: translateY(100vh); }
}

.dark {
    background-color: #212529;
    height: 8vh;
}

.lpy {
    padding: 120px 0;
}

.navbar-toggler-icons {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url('../images/icon/menu.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.bi-people {
    color: #dc3545;
    font-size: 50px;
}

.bi-shield-check {
    color: #dc3545;
    font-size: 50px;
}

.bi-shield-lock {
    color: #dc3545;
    font-size: 50px;
}

.bi-plus-square {
    font-size: 50px;
}

.bi-person-check {
    font-size: 50px;
}

.bi-chat-left-quote {
    font-size: 50px;
}

.link {
    list-style: none;
    padding: 0;
    margin: 0;
}

.link li a {
    color: #212529;
    text-decoration: none;
}

.bi-facebook {
    color: #dc3545;
    font-size: 24px;
}

.bi-twitter {
    color: #dc3545;
    font-size: 24px;
}

.bi-instagram {
    color: #dc3545;
    font-size: 24px;
}

#video-container {
    position: relative;
    width:100%;
    height:100vh;
    overflow: hidden;
}

#video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 0%, rgb(0 0 0 / 0%) 100%);
}

#video-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}

video {
    object-fit: cover;
    width:100%;
    height:100%;
}

#heading {
    text-transform: uppercase;
    color: #dc3545;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #dc3545;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #dc3545;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #dc3545;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #dc3545;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 24px;
    color: #dc3545;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #dc3545;
    font-weight: normal
}

.steps {
    font-size: 24px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
}

#progressbar .active {
    color: #dc3545;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #dc3545;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #dc3545;
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.border-radius {
    border-radius: 200px;
}

.text-truncates {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.sec-title {
    position: relative;
	margin-bottom: 50px;
	padding-bottom: 15px;
}

.sec-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
	background: #fff;
}

.sec-title h2 {
	font-size: 50px;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.sec-title p {
	font-size: 18px;
    font-weight: 400;
	line-height: 28px;
    color: #fff;
}

.testimonial-area {
	background: var(--blue);
	position: relative;
	z-index: 2;
	padding: 50px 0;
}

.testimonial-area .owl-carousel {
	overflow: hidden;
	padding: 0 20px;
	margin: 0px -40px;
	padding-right: 40px;
}

.testimonial-area .owl-stage-outer {
	padding: 30px 50px;
	margin-left: -34px;
	width: calc(100% + 100px);
}

.single-testimonial {
	border: 7px solid #fff;
	text-align: center;
	border-radius: 45px;
	position: relative;
	z-index: 2;
}

.single-testimonial p {
	position: relative;
    z-index: 3;
    font-size: 14px;
    line-height: 1.5rem;
    color: #fff;
    padding: 20px 40px 0 40px;
}

.single-testimonial::before {
	content: "";
	position: absolute;
	left: -35px;
	top: -35px;
	background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--blue);
	background-size: 60%;
	width: 126px;
	height: 100px;
	transform: rotate(180deg);
	background-position: 34px 15px;
}

.single-testimonial::after {
	content: "";
	position: absolute;
	right: -35px;
	bottom: -34px;
	background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat var(--blue);
	background-size: 60%;
	width: 126px;
	height: 100px;
	background-position: 34px 19px;
}

.round {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.round-1::before {
	content: "";
	position: absolute;
	left: 88px;
	top: -7px;
	width: 50px;
	height: 7px;
	background: #fff;
	border-radius: 30px;
}

.round-1::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 62px;
	width: 7px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
}

.apy {
    padding-top: 70px;
    padding-bottom: 70px;
}

.mttt {
    margin-top: -120px;
}

.leads a {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.ws-100 {
    width: 100%!important;
    height: auto!important;
}

.pimagesize {
    width: 120px;
    border: 2px solid #dc3545;
}

.profilecoverphoto {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
}

.pb5 {
    padding-bottom: 2rem;
}

.round-2::before {
	content: "";
	position: absolute;
	right: 87px;
	bottom: -7px;
	width: 50px;
	height: 7px;
	background: #fff;
	border-radius: 30px;
	z-index: 1;
}

.round-2::after {
	content: "";
	position: absolute;
	right: -7px;
	bottom: 62px;
	width: 7px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
	z-index: 1;
}

.client-video {
	padding-right: 15px;
}

.client-info {
	position: relative;
	z-index: 3;
}

.client-info a {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	font-size: 22px;
}

.client-info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding-bottom: 40px;
}

.client-info h6 {
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}

.client-info span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.sec-title.white-title h2 {
	color: #fff;
}

.owl-dots button {
	background: #fff !important;
	width: 10px;
	height: 10px;
	border-radius: 26px;
	margin: 0 5px;
	transition: 0.3s;
}

.owl-dots {
	text-align: center;
	margin-top: 50px;
}

.owl-dots button.active {
	width: 30px;
}

.owl-carousel .owl-item .pimg {
    width: 100px;
}

.aidmrtsyp {
    font-size: 50px;
    font-weight: 500;
    line-height: normal;
}

.aidmrtsypp {
    font-size: 28px;
    font-weight: 400;
    line-height: 2.7rem;
}

.mxcbi {
    padding: 100px 0;
}

.bvm {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.client-details {
    padding-left: 30px;
}

.accordion-button:not(.collapsed) {
    background-color: #f5cace;
}

canvas {
    display: block;
}

.pyy {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cols-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.desktop {display: block;}
.mobile {display: none;}

@media screen and (max-width: 768px) {
    .desktop {display: none;}
    .mobile {display: block;}

    .testimonial-area .owl-stage-outer {
        padding: 0 0 0 74px;
    }

    .single-testimonial p {
        padding: 20px 10px 0 10px;
    }

    .single-testimonial::after {
        right: -7px;
        width: 90px;
    }

    .single-testimonial::before {
        left: -7px;
        width: 90px;
    }

    .owl-carousel .owl-item .pimg {
        width: 80px;
    }

    .cols-2 {
        flex: 0 0 auto;
        width: 32.666667%;
    }

    .mxcbi {
        padding: 20px;
    }

    .aidmrtsyp {
        font-size: 27px;
        font-weight: 500;
        line-height: normal;
        text-align: center;
    }
    
    .wm-100 {
        width: 100%;
        height: 80vh;
    }

    .aidmrtsypp {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.8rem;
        text-align: center;
    }

    .mcnc {
        background-color: #212529;
        padding: 10px;
    }

    .lpy {
        padding: 10px;
    }
    
    #video-text {
        width: 80%;
        font-size: 14px;
    }
    #video-overlay {
        background: linear-gradient(180deg, #000 0%, rgb(0 0 0 / 0%) 70%);
    }
}