@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;1,500&display=swap');

:root {
	--white: #fff;
	--black: #000;
	--primary: #64000F;
	--secondary: #BB8030;
}

html {
	scroll-behavior: smooth;
	height: 100%;
}

body {
	position: relative;
	background: #fff;
	overflow-x: hidden;
	height: 100%;
	font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
	.container {
		max-width: 1410px;
	}
}

/* How to add New font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */


section {
	position: relative;

}

p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	color: #828282;
}

h1,
h2,
h3 {
	font-family: 'Montserrat', sans-serif;
}

h4,
h5,
h6 {
	color: #000;
}

.img-auto {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

a,
button {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover,
button:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

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

figure {
	margin: 0;
}

/* loader */
.preLoader {
	width: 100%;
	height: 100%;
	z-index: 1111;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.preLoader.black {
	background-color: var(--black);
	z-index: 11113;
}

.preLoader.white {
	z-index: 11112;
	background-color: var(--theme-color);
}

/* loader */

/* btn css */

.themeBtn {
	background: var(--primary);
	font-size: 1rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 1.04em 1.96em;
	border-radius: 28px;
	line-height: normal;
	font-family: 'Montserrat', sans-serif;
}

.themeBtn:hover {
	background: var(--secondary);
	color: var(--white);

}

.themeBtn.borderBtn {
	background: transparent;
	border: 1px solid #fff;
	padding: 1.04em 2em;
}

/* btn css */



/* navigation css */

header {
	background: #000;
}

.navbar-nav {
	align-items: center;
	gap: 3rem;
}

.navbar-nav .nav-item .nav-link {
	font-size: 1.125rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 400;
	padding: 0 0;
	display: inline-block;
}


.an-navbar {
	background: var(--theme-color);
	/* padding: 1.35rem 0; */
}


a.callbtn {
	display: inline-flex;
	/* align-items: center; */
	color: var(--secondary);
	gap: 10px;
}

.callbtn h4 {
	color: var(--white);
}

/* navigation css */

/* slider css */

.main-slider {
	height: 932px;
}

.homeSlider.swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
	overflow: hidden;
}

.homeSlider .swiper-pagination {
	bottom: 8rem;
	width: fit-content;
	left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
	width: 4.35rem;
	height: 4.35rem;
	font-size: 1rem;
	color: #fff;
	display: inline-grid;
	place-items: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.28);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

.homeSlider .swiper-button-next {
	right: 1rem;
}

.homeSlider .swiper-button-prev {
	left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
	background: var(--white);
	color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
	display: inline-block;
	margin: 0 0.5rem !important;
	opacity: 1;
	border: 1px solid var(--white);
	background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
	background: var(--white);
	position: relative;
}

.homeSlider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

.main-slider h1 {
	margin: 14px 0;
	color: var(--white);
	font-size: 3.75rem;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
}

.main-slider p {
	color: var(--white);
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1rem;
	font-size: 1.5625rem;
}

/* slider css */


.main-slider h2 {
	margin: 0;
	color: var(--white);
	font-size: 1.375rem;
	font-weight: 400;
	text-transform: capitalize;
}

.main-slider h2:before {
	content: "";
	position: absolute;
	width: 35px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	left: 19rem;
	top: 12px;
}

.mainHead {
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
}



/* aboutsec css start  */
.aboutbox p {
	font-size: 1.125rem;
	color: #5A5B5D;
}

.aboutbox h5 {
	color: #BB8030;
	font-size: 1.375rem;
	text-transform: uppercase;
	position: relative;
}

.aboutbox h5:before {
	content: "";
	position: absolute;
	width: 35px;
	height: 2px;
	background: #BB8030;
	border-radius: 2px;
	left: 7.5rem;
	top: 12px;
}

.aboutbox {
	padding: 5rem 5rem;
	background: #fffffffa;
	margin-left: -28rem;
	padding-right: 18rem;
}

/* aboutsec css end  */


/* consultingsec css start  */
.consultingsec {
	background: url(../images/consultingbg.png)no-repeat;
	padding: 1rem 0;
}

.consultingsec .mainHead {
	color: #fff;
}

img.cnst1 {
	margin-top: -4rem;
}

/* consultingsec css end  */




/* programseccss end  */
.progrmcntn h3 {
	font-size: 2.625rem;
	font-weight: 600;
	text-align: center;
	margin-top: 1rem;
}

.progrmcntn {
	border: 1px solid #C6C8C9;
	margin-top: 1rem;
	border-radius: 0 0 22px 22px;
}

.prowrap figure img {
	border-radius: 22px 22px 0 0;
}

.prowrap {

	border-radius: 0 0 22px 22px;
	overflow: hidden;
}

.prowrap:hover {
	box-shadow: 0 6px 35px rgb(0 0 0 / 10%);
}

.prowrap:hover .progrmcntn {
	border-color: #fff;

}


/* programseccss end  */

/* valuesection start */
.aboutSection.vluesec {
	padding: 5rem 0 0 0;
}

.valuebox p {
	font-size: 1.125rem;
	color: #5A5B5D;
}

.valuebox {
	background: #c6c8c93d;
	padding: 4.3rem 8rem 4.3rem 14rem;
}

/* valuesection end  */

/* booksection start */
.booksection {
	background: url(../images/ebook.png)no-repeat;
	padding: 7rem 0 3rem 0;
}

section.booksection h3 {
	font-size: 2.5rem;
	color: #fff;
	font-style: italic;
}

section.booksection h4 {
	font-size: 1.75rem;
	color: #BB8030;
	margin-top: 3rem;
}


/* booksection end  */

/* dailysec end  */


.aboutSection.vluesec.dailysec {
	padding: 0 0 5rem 0;
}

.aboutSection.vluesec.dailysec .valuebox {
	padding: 10rem 13rem 10rem 5rem;
	background: #c6c8c959;
}

.aboutSection.vluesec.dailysec figure img {
	width: 100%;
}

img.img-fluid.bag1 {
	position: absolute;
	right: 0;
	bottom: 3rem;
}

/* dailysec end  */

/* blogsection start  */
.blogcntnt h4 {
	font-size: 0.875rem;
	color: #BB8030;
	font-weight: 500;
}

.blogcntnt h4 span {
	color: #5A5B5D;
	margin-left: 3rem;
}



.blogcntnt h3 {
	font-size: 1.375rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 11px;
}

.blogcntnt P {
	color: #888888;
	margin-bottom: 1.2rem;
}

.blogcntnt a {
	border: 1px solid var(--primary);
	border-radius: 28px;
	color: var(--primary);
	padding: 0.7em 1.6em;
}

.blogcntnt a:hover {
	background: var(--primary);
	color: #fff;
}

.blogcntnt {
	border: 1px solid #C6C8C9;
	border-radius: 0 0 15px 15px;
	padding: 1rem 2rem 2rem 2rem;
}

section.blogSection {
	padding-bottom: 5rem;
}

/* blogsection end  */
/* Testimonial Sec Css Start */

.testimonialSec {
	padding: 5rem 0 4rem 0;
	background: #EBEBEB;
}

.quote i {
	font-size: 4rem;
}

.testimonialBox {
	background-color: rgb(255 255 255 / 20%);
	border-radius: 20px;
	box-shadow: 0 3px 20px rgb(0 0 0 / 16%);
	padding: 2rem 2rem;
}

.testimonialBox ul {
	display: flex;
}

.testimonialBox ul li a span {
	font-size: 1.125rem;
	color: var(--black);
	padding-left: 12px;
}

.testimonialBox ul li a i {
	color: #ffcc00;
}

.quote {
	margin: 1.2rem 0 12px 0;
}

.user {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 1.7rem;
}

.user h3 {
	font-size: 1.375rem;
	text-transform: uppercase;
	color: #003363;
	line-height: 1.4;
}

.user h3 span {
	font-size: 1.125rem;
	display: block;
	text-transform: capitalize;
	color: #5a5b5d;
	font-family: 'Roboto';
	font-weight: 400;
}

.swiper-slide.swiper-slide-active .testimonialBox {
	/* box-shadow: 0 3px 20px rgb(0 0 0 / 16%); */
	background: var(--white);
}

.swiper-slide.swiper-slide-active .testimonialBox .user img {
	border: 3px solid var(--primary);
	border-radius: 100%;
}


.swiper-slide.swiper-slide-active .testimonialBox .user h3 {
	color: var(--primary);
}

.swiper-slide .testimonialBox .quote i {
	color: var(--secondary);
}

.swiper-slide.swiper-slide-active .testimonialBox .quote i {
	color: var(--primary);
}

.testimonialSlider {
	padding: 1rem 1rem;
}

.testimonialBox p {
	font-size: 17px;
	font-style: italic;
	color: #5A5B5D;
}

/* Testimonial Sec Css End */

/* Footer Sec Css Start */

footer {
	background: url(../images/footerbg.png) center/cover no-repeat;
	padding-top: 6rem;
	/* width: 100%; */
	/* height: 100%; */
	/* display: flex; */
	align-items: center;
}

footer h3 {
	font-size: 1.75rem;
	color: var(--white);
	margin-bottom: 1.4rem;
	font-weight: 600;
}

footer ul li a:hover {
	color: #BB8030;
}

.links li a {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: var(--white);
}

.links li+li {
	padding-top: 0.875rem;
}

.contactLinks li a {
	font-size: 1.125rem;
	color: var(--white);
	display: inline-flex;
	align-items: center;
	gap: 0.875rem;
	font-weight: 500;
}

.contactLinks li:nth-child(1) a {
	font-size: 1.5625rem;
	font-weight: bold;
}

.contactLinks li+li {
	padding-top: 1.3rem;
}

.socialLinks {
	display: flex;
	gap: 12px;
}

.socialLinks li a {
	background: #efefef;
	width: 50px;
	height: 50px;
	display: grid;
	place-items: center;
	border-radius: 50px;
	color: #BB8030;
	font-size: 1.125rem;
}

.socialLinks li a:hover {
	background: #BB8030;
	color: var(--white);
}

.copyRight {
	border-top: 1px solid #b2b2b2;
	margin-top: 3rem;
	padding: 1.2rem 0;
}

.copyRight p {
	color: var(--white);
	font-weight: 500;
	margin: 0;
}


/* Footer Sec Css End */


a.callbtn {
	text-align: left;
	font-size: 11px;
}

a.callbtn h4 {
	font-size: 1.3125rem;
	font-family: 'Roboto', sans-serif;
}

a.callbtn i {
	font-size: 2rem;
	transform: rotate(326deg);
	color: var(--secondary);
}

.navbar-nav .nav-item .nav-link:hover {
	color: var(--secondary);
}

.scroll {
	position: absolute;
	font-size: 1.125rem;
	color: var(--white);
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	right: 14rem;
	bottom: 6rem;
	writing-mode: tb-rl;
}

a.scroll span {
	transform: scale(-1);
	text-transform: uppercase;
	font-size: 1rem;
	font-family: 'futuramedium';
}

.scroll:hover {
	color: var(--secondary);
}


/* innerpages Start */

.innerBan .overlay {
	position: absolute;
	text-align: left;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.innerBan h2 {
	font-size: 60px;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 600;
}

.innerBan {
	position: relative;
}


section.aboutSection.vluesec.innerabout .valuebox {
	background: unset;
}

section.aboutSection.vluesec.innerabout {
	padding-top: 0;
}

.valuebox.vluebox2 {
	padding: 2rem 14rem 2rem 7rem;
}


img.img-fluid.bag1.bag2 {
	position: absolute;
	bottom: 17rem;
	right: 1rem;
}


.aboutSection.vluesec.dailysec .valuebox.vluwhite {
	background: unset;
	padding: 10rem 4rem 10rem 15rem;
}


.aboutconqure {
	background: url(../images/aboutbg1.png)no-repeat;
	padding: 5rem 0;
}


.abtcnqu.text-center h4 {
	font-size: 22px;
	color: #fff;
}

section.aboutconqure .mainHead {
	color: #fff;
}

.abtcnqu p {
	color: #fff;
}


section.booksection.booknew .mainHead {
	font-style: inherit;
}

a.themeBtn.bdrpurp {
	border: 1px solid #fff;
	background: transparent;
}

section.booksection.booknew {
	background: url(../images/apply22.png)no-repeat;
	padding: 7rem 0 6rem 0;
}


section.booksection.booknew h5 {
	font-style: inherit;
	font-size: 42px;
	font-weight: 500;
	color: #fff;
}


section.blogSection.blogin {
	padding: 5rem 0;
}

section.blogSection.blogin .blogwrap {
	margin-bottom: 3rem;
}



section.testimonialSec.tstiinner .testimonialBox {
	margin-bottom: 3rem;
}

section.testimonialSec.tstiinner {
	background: #fff;
}

.quote i {
	color: #BB8030;
}

.contactSet {
	text-align: center;
	/* margin-bottom: 2rem; */
}

.contactSet figure {
	width: 15.625rem;
	height: 15.625rem;
	border-radius: 50%;
	background-color: var(--white);
	box-shadow: 0 3px 15px 0 rgb(0 0 0 / 6%);
	display: grid;
	place-content: center;
	margin: auto;
	margin-bottom: 2rem;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contactSet:hover figure {
	box-shadow: 0 3px 32px rgb(36 36 36 / 22%);
}

.contactSet h4 {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin-bottom: 6px;
}

.contactSet p,
.contactSet a {
	font-size: 1.375rem;
	margin-bottom: 0;
	color: var(--black);
	line-height: 1.5;
}

.heading {
	font-size: 3.125rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.05;
}

.contactForm input {
	width: 100%;
	height: 68px;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	margin-bottom: 1.125rem;
}

.contactForm textarea {
	width: 100%;
	border: 1px solid #C0C0C0;
	border-radius: 5px;
	margin-bottom: 1.125rem;
}

.contactTop {
	padding: 4rem 0;
}

.contactSec {
	padding-bottom: 5rem;
}



section.staffsection {
	padding: 5rem 0;
}

.stafwrap {
	text-align: center;
}

.stfcnt h3 {
	font-size: 25px;
	font-weight: 600;
	margin-top: 1rem;
	font-family: 'Montserrat';
	margin-bottom: 0;
}

.stfcnt p {
	font-size: 18px;
	color: #BB8030;
}

/* Text Document */
.textDocument {
	margin: 5rem 0;
}

.textDocument ul {
	color: #828282;
	line-height: 2;
	list-style: disc;
	margin: 1rem 0 1rem 1.5rem;
}