body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    color: #000;
    background-image: url(../images/hero-bg.png);
    background-size: cover;
    background-position: center top;
    height: 100vh;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
}

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

a:hover,
a:visited,
a {
    text-decoration: none;
}

textarea:focus,
input:focus {
    outline: none;
}

.clearfix {
    clear: both;
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0;
}

/* ---------header-section--------- */
.navigation-section.d-flex {
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    text-align: center;
    height: 100%;
}

.pageNav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 16px;
    gap: 20px;
}

.pageNav__item {
    font-size: 52px;
    font-weight: 700;
    text-decoration: none;
    color: #3099fa;
    transition: 0.3s linear;
    line-height: 60px;
    text-transform: capitalize;
    text-shadow: 2px 2px 4px #b5c1cb;
}

.pageNav__item:first-child {
    margin-left: 0;
}

.pageNav__item.active,
.pageNav__item:hover {
    color: #e81b22;
}

.pageLogo {
    width: 100%;
    max-width: 314px;
    display: inline-block;
}

.pageLogo__in {
    width: 100%;
}
.navigation-section { height: 100vh; margin: 0 auto; display: flex; align-items: center; }
/* ---------speek-to-us-section--------- */
.pageSection {
    padding: 60px 0;
}

.componentBox {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.componentBox p {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: rgb(78, 78, 80);
    word-break: break-word;
}

.componentBox__title {
    font-size: 45px;
    color: #3099fb;
    margin: 0px 0px 15px 0px;
    font-weight: 600;
}

.componentBox__text {
    width: 100%;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin: 0px;
    color: #4e4e50;
    word-break: break-word;
}

.componentBox__text.hasMargin {
    margin-bottom: 20px;
}

.componentBox__text a {
    color: #4e4e50;
    text-decoration: none;
}

/* ---------we-create-section--------- */
.video_slider .slick-slide {
    margin: 0 10px;
}

.video_slider .slick-list {
    margin: 0 -10px;
}

.carousal__item__text {
    margin: 10px 0px 5px 0px;
    color: #0d0d0d;
    transition: 0.3s linear;
    font-size: 16px;
    font-weight: 600;
}

.video-list img.img-fluid {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.video-section h2 {
    font-size: 25px;
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 20px;
}

.video-section .slick-next,
.video-section .slick-prev {
    color: #000;
    margin-left: -20px;
}

.video-section .slick-next::before,
.slick-prev::before {
    font-size: 40px;
    opacity: 1;
    color: #000;
}

.video-section .slick-next.slick-disabled::before,
.video-section .slick-prev.slick-disabled::before {
    opacity: 1;
}



.list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ribbon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 60% 70%, 50% 85%, 40% 70%, 0 70%);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.item .text {
    padding: 0 20px;
    width: 100%;
}

.item {
    display: flex;
    align-items: center;
    height: 64px;
    background: #3099fa57;
    color: #171718;
    padding-left: 110px;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 18px;
}

.ribbon.blue {
    background: #2385e1;
}

.ribbon.red {
    background: rgb(200, 26, 26)
}

.video-list-group h3 {
    font-size: 35px;
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 40px;
}

.video-list-group .col-title {
    font-size: 25px;
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 20px;
}

.video-list-group {
    overflow: hidden;
}

.video-section {
    overflow: hidden;
}

/* ---------footer-section--------- */
.pageFooter {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 60px 0px;
    align-items: center;
}

.pageFooter p {
    font-size: 25px;
    margin: 0;
    color: #0d0d0d;
    font-weight: 300;
}

.footerList {
    margin: 40px 0px 0px 0px;
    padding: 20px 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    position: relative;
}

.footerList__item {
    margin: 0px 30px;
    display: inline-block;
}

.footerList__item__anchor {
    display: inline-block;
}

.footerList__item img {
    width: 50px;
    height: 50px;
    filter: brightness(0) invert(0);
}

.footerList__item img:hover {
    filter: brightness(0) saturate(7500%) invert(23%) sepia(98%) saturate(7500%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.footerList::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #504e4e;
    position: absolute;
    left: calc(50% - 0.5px);
    top: 0px;
    display: none;
}
-----------------------contact-page-----------------------/
.inflanar-comments-form {
}

.inflanar-contact-form__title {
    font-size: 25px;
}

.inflanar-comments-form .form-group {
	margin-top: 15px;
        text-align: left;
}

.inflanar-comments-form .form-group label {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.inflanar-form-input input,
.inflanar-form-input select,
.inflanar-form-input .inflanar-form-select,
.inflanar-form-input textarea {
    background: #fff;
    width: 100%;
    border: 1px solid #c1c1c1;
    height: 50px;
    padding: 0 25px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    resize: none;
}

.inflanar-comments-form .inflanar-form-input textarea {
	height: 95px;
	padding-top: 15px;
}

.inflanar-form-input input:hover,
.inflanar-form-input input:focus,
.inflanar-form-input textarea:hover,
.inflanar-form-input textarea:focus,
.select2-container .select2-selection--single:hover,
.select2-container .select2-selection--single:focus {
    border-color: #0455ab !important;
}

.inflanar-btn {
	background: #e91d24;
	color: #fff;
	font-weight: 500;
	padding: 0 45px;
	border: 1px solid transparent;
	transition: all .5s ease;
	font-size: 20px;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	border-radius: 10px;
	line-height: 57px;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	font-weight: 500;
}

.inflanar-contact__box {
    padding: 55px 35px;
    border-radius: 10px;
    overflow: hidden;
    background: #008000;
}

.inflanar-contact__htext {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding-top: 10px;
}

.inflanar-contact__icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100%;
    font-size: 22px;
    color: #008000;
    max-width: 20%;
}

.inflanar-contact__content {
    max-width: 80%;
    padding-left: 20px;
}

.inflanar-contact__title,
.inflanar-contact__title a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    display: block;
}

.inflanar-contact_box .inflanar-contact-form_title {
    color: #fff;
}

.inflanar-gmap iframe {
    width: 100%;
    height: 600px;
}

.inflanar-contact__single {
    display: flex;
}

.inflanar-btn:hover {
    background: #3099fb;
}