@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
a,a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
body {
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
	scroll-behavior: smooth;
}
.container{
	max-width: 1140px;
}
:root {
	--second-font-family: 'Cabin', sans-serif;;
}

/***********************************
 				GLOBAL CSS START
************************************/
.section_heading {
	font-size: 42px;
	font-weight: 600;
	font-family: var(--second-font-family);
	color: #000;
	text-transform: capitalize;
	line-height: 1.3;
}
.paragraph {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 1.6;
}
.white_color {
	color: #fff !important;
}
/***********************************
 				GLOBAL CSS END
************************************/


/***********************************
 				HEADER CSS START
************************************/
header {
	background: #fff;
	padding: 10px 0;
	border-bottom: 2px solid #DA0C1C;
}
.logo img {
	max-width: 250px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.stellarnav {
    max-width: 700px;
    margin-left: auto;
}
.stellarnav>ul>li>a {
	padding: 2px 20px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #3a0433;
	transition: all 0.3s ease-in-out;
	position: relative;
	border-right: 1px solid #da0c1c;
}
.stellarnav>ul>li:nth-last-child(1) a {
	border-right: 0;
}
.stellarnav>ul>li>a:hover {
	color: #da0c1c;
}
.stellarnav>ul {
	text-align: right;
}
.stellarnav>ul>li>ul {
	text-align: left;
	background: transparent !important;
}
.stellarnav>ul>li>ul>li>a {
	background: #da0c1c !important;
	color: #fff !important;
	font-size: 14px;
	transition: all 0.3s ease-in-out !important;
}
.stellarnav>ul>li>ul>li>a:hover {
	background: #3a0433 !important;
}
/***********************************
 				HEADER CSS END
************************************/

/***********************************
 				HOME BANNER CSS START
************************************/
.banner_section {
	position: relative;
	background: url(../images/banner-slide1.jpg)no-repeat;
	background-size: cover;
	background-position: right center;
	min-height: 950px;
	display: flex;
	align-items: center;
}
.banner_section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: 0;
}
.banner-content {
	position: relative;
	z-index: 1;
	font-family: var(--second-font-family);
	max-width: 950px;
	width: 100%;
	margin-left: 10%;
}
.banner-content h4 {
	font-size: 45px;
	font-weight: 500;
	color: #ccc;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 30px;
}
.banner-content h1 {
	font-size: 80px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.1;
}
/***********************************
 				HOME BANNER CSS END
************************************/

/***********************************
 				SECTION-2 CSS START
************************************/
.index_section2 {
	position: relative;
	padding: 70px 0;
}
.service_box {
	background: #3a0433;
	width: 100%;
	padding: 15px 25px;
	text-align: center;
	border-radius: 15px;
	min-height: 150px;
	max-height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
	transition: all 0.4s ease-in-out;
	color: #fff;
}
.service_box span {
	font-size: 28px;
}
.service_box p {
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
}
.service_box:hover {
	background: #da0c1c;
	color: #fff;
	box-shadow: 0 5px 10px 0px #938c8c;
}
.index_section2 .row .col-12:nth-of-type(even) .service_box {
	background: #da0c1c;
}
.index_section2 .row .col-12:nth-of-type(even) .service_box:hover {
	background: #3a0433;
}
.curve_vector {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 550px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	filter: grayscale(1);
	z-index: -1;
}
/***********************************
 				SECTION-2 CSS END
************************************/

/***********************************
 				SECTION-3 CSS START
************************************/
.index_section3 {
	padding: 50px 0 140px;
	position: relative;
}
.index_section3 .leftCol .section_heading {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.index_section3 .leftCol .section_heading:before, .index_section3 .leftCol .section_heading:after {
	content: '';
	position: absolute;
}
.index_section3 .leftCol .section_heading:before {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #da0c1c;
}
.index_section3 .leftCol .section_heading:after {
	bottom: -4px;
	left: 0;
	right: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #3a0433;
	margin: 0 auto;
}
.index_section3 .leftCol .paragraph {
	font-size: 20px;
	color: #3a0433;
	line-height: 1.6;
}
.index_section3 .leftCol ul {
	margin: 20px 0 0 20px;
}
.index_section3 .leftCol ul li {
	font-size: 20px;
	font-weight: 400;
	color: #3a0433;
	text-transform: capitalize;
}
.index_section3 .rightCol {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.icon_box {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	max-width: 270px;
	width: 100%;
	margin-bottom: 30px;
	transition: all 0.4s ease-in-out;
}
.icon_box .icon {
	font-size: 36px;
	color: #333;
	transition: all 0.4s ease-in-out;
}
.icon_box .content h5 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
	text-transform: capitalize;
	line-height: 1.3;
	margin: 10px 0;
}
.icon_box:hover .icon{
	color: #da0c1c;
	transform: scale(1.2);
}
.section3_vector {
	position: absolute;
	bottom: -16%;
	left: 0;
	right: 0;
	max-width: 1100px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
	margin: 0 auto;
}
/***********************************
 				SECTION-3 CSS END
************************************/

/***********************************
 				SECTION-4 CSS START
************************************/
.index_section4 {
	position: relative;
	min-height: 470px;
	display: flex;
	align-items: center;
	background: #000 url(../images/newsrelease-bg.jpg)no-repeat;
	background-size: cover;
	background-position: center center;
}
.index_section4:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000ad;
}
.indexSec4_content {
	max-width: 450px;
	position: relative;
	z-index: 1;
}
.indexSec4_content .section_heading {
	margin-bottom: 50px;
}
.indexSec4_content .paragraph {
	line-height: 1.6;
}
/***********************************
 				SECTION-4 CSS END
************************************/

/***********************************
 				SECTION-5 CSS START
************************************/
.index_section5 {
	position: relative;
	padding: 70px 0;
}
.index_section5 .leftCol img {
	border-radius: 300px 300px 300px 0;
	max-width: 100%;
	width: 100%;
	min-height: 350px;
	object-fit: cover;
	object-position: center;
}
/***********************************
 				SECTION-5 CSS END
************************************/

/***********************************
 				SECTION-6 CSS START
************************************/
.index_section6 {
	position: relative;
	background: #000 url(../images/testimonials-bg1.jpg)no-repeat;
	background-size: cover;
	min-height: 500px;
	display: flex;
	align-items: center;
}
.index_section6:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000c7;
}
.index_section6 .section-header {
	margin-bottom: 50px;
}
.index_section6 .section-header .section_heading {
	color: #fff;
	position: relative;
}
.testimonials_slider {
	position: relative;
}
.client_review {
	text-align: center;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.client_review p {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	font-style: italic;
	line-height: 1.6;
	margin-bottom: 15px;
}
.client_review .client_name {
	font-size: 20px;
	font-weight: 600;
	color: #643a5c;
	display: block;
	text-transform: capitalize;
}
.client_desig {
	font-size: 16px;
	font-weight: 400;
	color: #da0c1c;
	display: block;
	text-transform: uppercase;
}
.testimonials_slider .owl-nav {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
}
.testimonials_slider .owl-nav button {
	background: transparent !important;
	color: #fff !important;
	font-size: 40px !important;
	display: inline-block !important;
	padding: 0 !important;
	border: none !important;
	outline: none !important;
	transition: all 0.3s ease-in-out;
}
.testimonials_slider .owl-nav button:hover {
	color: #da0c1c !important;
}
/***********************************
 				SECTION-6 CSS END
************************************/

/***********************************
 				SECTION-7 CSS START
************************************/
.index_section7 {
	position: relative;
	background: #000 url(../images/sec7-bg.jpg)no-repeat;
	background-size: cover;
	min-height: 450px;
	display: flex;
	align-items: center;
}
.index_section7:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000c7;
}
.quote_wrap {
	background-color: #000;
	box-shadow: 0 0 10px 0 rgb(248 248 248 / 50%);
	position: relative;
	text-align: center;
	padding: 50px 15px;
	border-radius: 10px;
}
.quote_wrap:before {
	content: '';
	position: absolute;
	top: -15%;
	left: 1%;
	width: 60px;
	height: 60px;
	background: url(../images/left-quote.png)no-repeat;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(12%) sepia(92%) saturate(6225%) hue-rotate(340deg) brightness(91%) contrast(103%);
}
.quote_wrap p {
	font-size: 36px;
	font-weight: 400;
	color: #fff;
}
.quote_wrap span {
	font-size: 44px;
	font-weight: 700;
	text-transform: capitalize;
	color: #da0c1c;
}
/***********************************
 				SECTION-7 CSS END
************************************/

/***********************************
 				SECTION-8 CSS START
************************************/
.index_section8 {
	position: relative;
	padding: 70px 0;
	background: #3a0433;
}
.contact_form_wrap label {
	display: block;
	font-size: 18px;
	font-family: var(--second-font-family);
	font-weight: 400;
	color: #DA0C1C;
	text-transform: capitalize;
}
.contact_field {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	font-family: var(--second-font-family);
	color: #3a0433;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #3a0433;
	outline: none;
	resize: none;
	margin: 15px 0;
}
.contact_field::placeholder {
	color: #3a0433;
}
.form_btn {
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #da0c1c;
	border-radius: 5px;
	padding: 10px;
	transition: all 0.3s ease-in-out;
	border: none;
	outline: none;
}
.form_btn:hover {
	background: #000;
}
/***********************************
 				SECTION-8 CSS END
************************************/

/***********************************
 				FOOTER CSS START
************************************/

footer {
	background: linear-gradient(140deg, rgba(129,94,124,1) 48%, rgba(59,5,52,1) 100%);
	padding: 70px 0;
}
.footer-logo img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.footer_list_title {
	font-size: 30px;
	font-weight: 700;
	font-family: var(--second-font-family);
	color: #fff;
	text-transform: capitalize;
	line-height: 1.3;
	margin-bottom: 15px;
}
.footer_list {
	list-style-type: none;
}
.footer_list li {
	margin-bottom: 10px;
}
.footer_list li:nth-last-child(1) {
	margin-bottom: 0;
}
.footer_list li a {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer_list li a span {
	display: inline-block;
}
.footer_list li a:hover {
	color: #da0c1c;
}
.footer_text {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.social_icons {
	list-style-type: none;
	display: flex;
	align-items: center;
	gap: 15px;
}
.social_icons a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #da0c1c;
	transition: all 0.3s ease-in-out;
}
.social_icons a:hover {
	background: #da0c1c;
	color: #fff;
	transform: scale(1.1);
}
.copyright_bar {
	padding: 10px 0;
	background: #da0c1c;
}
/***********************************
 				FOOTER CSS END
************************************/

/***********************************
 				INNER PAGES CSS START
************************************/
.inner_banner {
	position: relative;
	background: #3a0433;
	min-height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner_banner_content {
    max-width: 700px;
    margin: 0 auto;
}
.inner_banner_content h1 {
	font-size: 48px;
	font-family: var(--second-font-family);
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
}

/***-------- CONTACT PAGE CSS ---------***/
.contact_section2 {
	position: relative;
	background: #3a0433 url(../images/contact_sec1_bg.jpg);
	background-size: auto;
	min-height: 450px;
	display: flex;
	align-items: center;
}
.contact_section2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #cccccc73;
}
.contact_section2:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	background: #da0c1cc2;
}
.contact_section2 .row {
	justify-content: flex-end;
}
.contact_infoBox {
    position: relative;
    background: #fff;
    min-height: 170px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
    gap: 15px;
    z-index: 2;
}
.contact_infoBox span {
    font-size: 30px;
    color: #fff;
    width: 70px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #3a0433;
    clip-path: polygon(50% 0, 44% 0, 100% 22%, 100% 85%, 50% 100%, 50% 100%, 0 85%, 0 22%);
    position: absolute;
    left: -6%;
    transition: all 0.3s ease-in-out;
}
.contact_infoBox h5 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--second-font-family);
    color: #3a0433;
    text-transform: capitalize;
}
.contact_infoBox a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.contact_infoBox a:hover {
	color: #DA0C1C;
}
.contact_infoBox:hover span {
	background: #DA0C1C;
}
#contact_section3 {
    background: #fff;
}
.content_section {
	padding: 70px 0;
}
.contentSec_wrap p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
}
.contentSec_wrap p strong {
    display: block;
    color: #3a0433;
    margin: 5px 0;
}
.blogs_section {
	position: relative;
	padding: 70px 0;
}
.blogs_wrap {}
.blogs_wrap ul {
	list-style-type: none;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.blogs_wrap ul li {
		overflow: hidden;
    max-width: 32%;
    border-radius: 10px;
    height: 400px;
}
.blogs_wrap ul li:nth-child(1) {
    max-width: 66%;
    width: 100%;
}
.blogs_wrap ul li:nth-child(4) {
    max-width: 66%;
    width: 100%;
}
.blog_card {
    position: relative;
    width: 100%;
    /*min-height: 350px;
    max-height: 350px;*/
    display: block;
    padding: 15px 20px;
    height: 100%;
}
.blogCard_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}
.blog_image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(0.8);
}
.blog_card_head span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #3a0433;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.blog_card_footer h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
}
.blog_card_footer span {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
}
.blogs_wrap ul li:hover .blog_image {
	transform: scale(1.2);
}
.blogs_wrap ul li:hover .blog_card_head span {
	background: #3a0433;
}
.blog_detail_section {
	padding: 70px 0;
}
.blogDetail_image img {
    width: 100%;
    min-height: 700px;
    max-height: 700px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.blogInfo_wrap {
    padding: 30px 0;
}
.blogInfo_wrap .top {
    display: flex;
    align-items: center;
    gap: 20px;
}
.user-image img {
    max-width: 100px;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.user_info p {
    font-size: 22px;
    font-weight: 600;
    color: #3a0433;
    text-transform: capitalize;
    display: inline-block;
}
.blogInfo_wrap .bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}
.blogInfo_wrap .bottom a {
    font-size: 16px;
    font-weight: 400;
    color: #3a0433;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.blog_comment_form {
    max-width: 900px;
    margin: 0 auto;
}
.comment_form .form-group label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--second-font-family);
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.comment_form .form-group input, textarea {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--second-font-family);
    color: #000;
    border: 2px solid #3a0433;
    width: 100%;
    resize: none;
    padding: 15px 10px;
    border-radius: 5px;
    outline: none;
}
.form_checkbox label {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--second-font-family);
    color: #000;
    margin: 0 10px 10px;
}
.form_checkbox input[type="checkbox"] {
    transform: scale(1.5);
    accent-color: #3a0433;
}
.commentForm_btn button {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--second-font-family);
    color: #fff;
    text-transform: capitalize;
    outline: none;
    transition: all 0.3s ease-in-out;
    background: #3a0433;
    padding: 15px 30px;
    border: none;
}
.commentForm_btn button:hover {
	background: #da0c1c;
}
/***********************************
 				INNER PAGES CSS END
************************************/