* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	font-family: "DM Sans", sans-serif;
	overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;

}

a,
a:hover,
a:focus {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

.custom-container {
	padding: 0px 50px;
}


/*=======butn=================*/
/*============================*/ 


.cumn-butn-body {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 14px 35px;
	transition: 0.5s;
	margin: 20px 0px 0px 0px;
	float: left;
	z-index: 9;
	position: relative;
}

.blue-butn {
	background: #477EE7;
	border: 1px solid #477EE7;
	color: #fff;
}

.blue-butn:hover {
	background: #fff;
	border: 1px solid #477EE7;
	color: #477EE7;
}

.wht-butn {
	background: #fff;
	border: 1px solid #477EE7;
	color: #477EE7;
}


.wht-butn:hover {
	background: #477EE7;
	border: 1px solid #477EE7;
	color: #fff;
}


/*============================*/
/*=======butn=================*/
/*============================*/

/*========== Font Face Start =============*/

/*========== Font Face End =============*/

.header {
	padding: 20px 0px;
	margin: 0;
	width: 100%;
	transition: all 300ms ease-in-out;
	background: #fff;
	position: relative;
	z-index: 99;
}

.header.sticky {
	padding: 20px 0px;
	background: #fff;
	box-shadow: 0px 8px 24px 0px #00000014;
	position: fixed;
}

.header .header-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navigation {
	display: flex;
	justify-content: end;
	align-items: center;

}

.navigation .stellarnav.light {
	background: transparent;
}

.navigation .stellarnav {
	width: auto;
}

.navigation .stellarnav ul>li {
	padding: 0px;
	margin: 0px;
}

.navigation .stellarnav ul>li:last-child {
	margin-right: 0;
}

.navigation .stellarnav ul>li>a {

	font-family: DM Sans;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: right;
	color: #000;
	padding: 20px 28px;
	margin: 0px;
	position: relative;
}


.navigation .stellarnav ul>li>a::after {
	content: '';
	width: 80px;
	height: 18px;
	background: url(../images/hover.png) no-repeat bottom center;
	position: absolute;
	left: 15px;
	right: 0;
	bottom: 5px;
	margin: 0px;
	opacity: 0;
}


.navigation .stellarnav ul>li>a:hover,
.navigation .stellarnav ul>li.active>a {
	color: #DF0000;
}

.navigation .stellarnav ul>li>a:hover::after,
.navigation .stellarnav ul>li.active>a::after {
	opacity: 1;
}


.stellarnav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: end;
}

/* .navigation .stellarnav ul>li>a:hover {
	color: #DF0000;
}

.navigation .stellarnav ul>li>a.active {
	color: #DF0000;
} */

.navigation .stellarnav ul>li>ul {
	padding: 10px;
	border-radius: 5px;
}

.navigation .stellarnav ul>li>ul li {
	border-bottom: lpx solid #2E2E2E solid #ccc;
	margin: 0;
}

.navigation .stellarnav ul>li>ul li a {
	font-size: 14px;
	padding: 8px 0;
	margin: 0;
	display: block;
	color: #000;
}

.navigation .stellarnav ul>li>ul li:first-child a {
	padding-top: 0;
}

.navigation .stellarnav ul>li>ul li:last-child a {
	padding-bottom: 0;
}

.navigation .stellarnav ul>li>ul li:last-child {
	border-bottom: none;
}

.header .logo {
	max-width: 300px;
	transition: all 300ms ease-in-out;
}

.header .logo img {
	max-width: 100%;
}

.header.sticky .logo {
	max-width: 250px;
}

.header .header-wrap .hd-right-side {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	padding: 0;
	margin: 0 0 0 50px;
}


.rightlink {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0px;
}


/*=================================Header-end================================================================= */
/*=================================Banner-start===========================================================*/

.banner {
	padding: 0px;
	margin: 0px;
	height: 600px;

}


.banner.header-carousel {
	position: relative;
}

.header-carousel .owl-carousel-item {
	position: relative;
	min-height: 600px;
}

.header-carousel .owl-carousel-item img {
	position: absolute;
	width: 100%;
	height:auto;
	object-fit: fill;
}


.banner-inner-shadw {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 55px;
	left: 0px;
	display: flex;
	align-items: center;
}


.banner-inner-shadw-text {
	position: relative;
	width: 100%;
	min-height: 600px;
	margin: 0px auto;
	padding: 0px;
}

.banner-inner {
	position: absolute;
	left: 100px;
	top: 77px;
	margin: 0px auto;
	background: #000;
	width: 450px;
	height: 400px;
	padding: 50px 50px;
	border-radius: 0px 20px 20px 20px;
	text-align: center;

}

.home .owl-nav,.home .banner-inner{display:none !important;}
.about-us-img{float:right;margin-left:20px; margin-bottom:20px;}
.banner-inner::before {
	background: #870302;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	height: 400px;
	width: 50%;
	border-radius: 0px 0px 0px 20px;
}

.banner-inner::after {
	background: #B10000;
	position: absolute;
	right: 0px;
	top: 0px;
	content: "";
	height: 400px;
	width: 50%;
	border-radius: 0px 20px 20px 0px;
}


.banner-inner-shadw h1 {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 50px;
	line-height: 70px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px 0px 40px 0px;
	color: #fff;
	position: relative;
	z-index: 99;
}


.banner-inner-shadw .cumn-butn-body {
	float: none;
}


/* .header-carousel .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 0px;
	background: #EBECEC !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.header-carousel .owl-dots .owl-dot.active span,
.header-carousel .owl-dots .owl-dot:hover span {
	background: #37DFF5 !important;

	width: 37px;
	height: 10px;
	border-radius: 6px;
} */


.header-carousel .owl-nav {
	display: block;
}

.header-carousel .owl-nav {
	position: absolute;
	top: 78px;
	right: 0px;
	left: 150px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}


.header-carousel .owl-nav .owl-prev {
	background: #303030 !important;
	position: absolute;
	opacity: 1;
	border-radius: 0px;
	color: #fff !important;
	font-size: 25px !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px !important;
	left: 0px;
	width: 55px;
	height: 55px;
	top: 0px;
}


.header-carousel .owl-nav .owl-next {
	background: #000 !important;
	position: absolute;
	opacity: 1;
	border-radius: 0px;
	color: #fff !important;
	font-size: 25px !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px !important;
	left: 53px;
	width: 55px;
	height: 55px;
	top: 0px;
}


/*===========================================banner-section-end==================================================*/


/*===========================================book-row-section====================================================*/


.book-row-section {
	background: #fff;
	padding: 80px 0px;
	margin: 0px;
}

.book-row-section h2 {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

.book-row-section-inner {
	padding: 0px;
	margin: 50px 0px 0px 0px;
}


.book-box {
	padding: 0px;
	margin: 0px;
	text-align: center;
}


.book-box-img {
	background: linear-gradient(180deg, #DCE8FF 0%, rgba(220, 232, 255, 0.2) 100%);
	border-radius: 20px;
	width: 100%;
	height: 400px;
	position: relative;
}

.book-box-img img {
	position: absolute;
	top: 30px;
	left: 10%;
	right: 0px;
	margin: 0px auto;
	text-align: center;
	height: 415px;
	object-fit: contain;
	width: 100%;
}


.book-box-text {
	padding: 0px;
	margin: 60px 0px 30px;
}

.book-box-text h3 {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: 0%;
	text-align: center;
	color: #000;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

.book-box-text p {
	font-family: DM Sans;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	text-align: center;
	color: #171717;
	padding: 0px;
	margin: 0px 30px 50px 30px;
}


.cumn-butn-body.wht-butn {
	float: none;
	margin: 40px 0px;
	/* display: block; */
}


.owl-carousel.book-carousel .owl-dots {
	display: none;
}

/*============================================book-row-section=====================================================*/


/*============================================about-section=========================================================*/


.about-section {
	background-color: #E6E8EB;
	padding: 0px;
	margin: 0px;
}


.about-section-left {
	padding: 80px 20px 0px 0px;
	margin: 0px;
	float: left;
}

.about-section-left h2,.about-page h2 {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: left;
	color: #000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}


.about-section-left h3,.about-page h4 {

    font-family: DM Sans;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0%;
    text-align: left;
    color: #000;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    margin-bottom: 10px;
}

.about-section-left p {
	font-family: DM Sans;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #171717;
	padding: 0px 0px 20px 0px;
}


.about-section-right {
	padding: 0px;
	margin: 0px;
}

.about-section-right img {
	padding: 0px;
	margin: 0px;
	height: 780px;
	width: 100%;
	object-fit: cover;
}


/*============================================about-section=========================================================*/

/*============================================testimonial-section=====================================================*/


.testimonial-section {
	padding: 80px 0px;
	margin: 0px;
}

.testimonial-section-inner {
	position: relative;
	height: 100%;
	background: url(../images/client-bg.png) no-repeat;
	background-size: 100%;
	text-align: center;
	min-height: 700px;
}


.client-section-box {
	background: transparent;
	border-radius: 10px;
	padding: 0px;
	height: auto;
	text-align: center;
	margin: 22% 28% 5%;
}

.client-slider-quote {
	width: 100px;
	height: 75px;
	margin: 0px auto;
}

.client-section-box h3 {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0px;
	text-align: center;
	color: #171717;
	margin: 30px 0px;
	padding: 0px;
}


.client-section-box p {
	font-family: DM Sans;
	font-weight: 400;
	font-style: italic;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: center;
	color: #171717;
	margin: 17px 0px;
	padding: 0px;
}

.client-section-box h6 {
	font-family: DM Sans;
	font-weight: 500;
	font-style: italic;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	color: #D10303;
	margin: 0px;
	padding: 20px 0px 0px;
}


.clientsay-carousel .owl-dots {
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
}

.clientsay-carousel .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 0px;
	background: #C1C7CA !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 50%;
}


.clientsay-carousel .owl-dots .owl-dot.active span,
.clientsay-carousel .owl-dots .owl-dot:hover span {
	background: #477EE7 !important;
	width: 30px;
	height: 10px;
	border-radius: 6px;
}

.clientsay-carousel .owl-nav {
	display: none;
}

/*============================================testimonial-section=====================================================*/

/*===========================================footer-start=================================================================*/


footer {
	background: linear-gradient(204.74deg, #DCE8FF 67.25%, #DCE8FF 90.28%);

}


.footer-top {
	padding: 60px 0px;
	margin: 0px;
}


.footer-left {
	padding: 0% 20% 0% 0%;
}

.footer-logo {
	margin: 0px 0px 40px 0px;
}

.footer-logo img {
	max-width: 300px;
}

.footer-social-icon {
	margin: 0px;
	padding: 0px;
}

.footer-social-icon ul {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
}


.footer-social-icon ul li a {
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #477EE7;
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	-webkit-transition: all 0.4s ease;
}


.footer-social-icon ul li a:hover {
	border-radius: 0%;
	background: #D10303;
	color: #fff;
}


.footer-menu {
	padding: 0px;
	margin: 0px;
}

.footer-menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}

.footer-menu ul li {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	list-style-type: none;
}

.footer-menu ul li a {
	font-family: DM Sans;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;

	color: #454545;
	padding: 0px;
	margin: 0px;
	transition: all 300ms ease-in-out;
}

.footer-menu ul li a:hover {
	color: #D10303;
	padding-left: 4px;
}


.footer-info {
	padding: 0% 0% 0% 15%;
	margin: 0px auto;
}

.footer-info h3 {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #000973;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

.footer-info p {
	font-family: DM Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #454545;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 20px;
	word-break: break-word;
}

.footer-info p a {
	color: #454545;
}


.footer-info p a:hover {
	color: #d10303;
}

.footer-info p span i {
	font-size: 30px;
	color: #d10303;
}

.footer-info p span img {
	width: 25px;
	height: auto;
}


/* =================================================== */

.footer-bottom {
	padding: 15px 0px;
	margin: 0px;
	border-top: 1px solid #C1C1C1;
}


.footer-bottom-left {
	text-align: left;
}

.footer-bottom-right {
	text-align: right;
}

.footer-bottom p {
	font-family: DM Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;

	color: #303030;
	padding: 0px;
	margin: 0px;
}


.footer-bottom p a {
	color: #164DB5;
}


.footer-bottom p a:hover {
	color: #303030;
}


/*===========================================footer-end=================================================================*/


/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #D10303;
	color: #fff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #D10303;
	;
	border: lpx solid #2E2E2E solid #fff;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 57px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/
/* ================================Search Style=================== */


#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	display: none;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	z-index: 106;
	display: block;
}

#search input[type="search"] {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -51px;
	width: 60%;
	margin-left: 20%;
	color: rgb(255, 255, 255);
	background: transparent;
	border-top: lpx solid #2E2E2E solid rgba(255, 255, 255, .8);
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	font-size: 40px;
	font-family: Roboto;
	font-weight: 300;
	text-align: center;
	outline: none;
	padding: 10px;
}

#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	opacity: 1;
	font-size: 27px;
	color: #fff;
}

#search .close:hover {
	color: #FC2121;
	cursor: pointer;
}

/* ================Search Style=============*/

/*================================================
inner-pages-about
=================================================*/


/*================================================
inner-banner
=================================================*/

.inner-banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
}

.inner-banner-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inner-banner-text {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	color: #fff;
	z-index: 9;
	text-align: center;
}

.inner-banner-text h1 {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

/*================================================
inner-banner
=================================================*/


/*================================================
inner-setion
=================================================*/

.cmn-section {
	padding: 80px 0px;
	margin: 0px;
}


/*================================================
inner-setion
=================================================*/

/*================================================
about-page
=================================================*/

.about-page {
	background: #fff;
}

.about-page-left {
	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}


.about-page-left img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.about-page-left:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.about-page-right {
	padding: 0% 0% 0% 3%;
	margin: 0px;
}


.about-page-right p {
	font-family: DM Sans;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #171717;
	padding: 0px 0px 10px 0px;
}


.full-wid-contnt {
	margin: 30px 0px 0px;
}


.full-wid-contnt p {
	font-family: DM Sans;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #171717;
	padding: 0px 0px 10px 0px;
}


/*================================================
about-page
=================================================*/


/*================================================
author-page
=================================================*/

.author-page-left {
	padding: 0% 3% 0% 0%;
	margin: 0px;
}

.author-page-left p {
	font-family: DM Sans;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #171717;
	padding: 0px 0px 10px 0px;
}


.author-page-right {

	width: 100%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
}


.author-page-right img {
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.author-page-right:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.book-row-section.book-page .book-box {
	margin-bottom: 60px;
}


/*================================================
author-page
=================================================*/


/*================================================
contact-page
=================================================*/


.contact-info-section {
	background: #F5FCFF 0% 0% no-repeat padding-box;
	border-radius: 12px;
	height: 300px;
	padding: 25px 20px;
	margin: 0px;
	border: 8px solid #fff;
	outline: 2px dashed #00B3F4;
}


.icon-box {
	width: 120px;
	height: 120px;
	background: #00B3F426 0% 0% no-repeat padding-box;
	border-radius: 50%;
	text-align: center;
	padding: 27px 0px;
	margin: 0px 0px 30px 0px;
}

.icon-box img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.contact-info-section h4 {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0px;
	text-align: left;
	color: #171717;
	margin: 20px 0px;
	padding: 0px;
}

.contact-info-section p {
	font-family: DM Sans;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #171717;
	padding: 0px;
}

.contact-info-section p a {
	color: #171717;
}

.contact-info-section p a:hover {
	color: #000;
}


.contact-bottom-section {
	width: 100%;
	height: 700px;
}

.contact-left {
	position: relative;
	overflow: hidden;
	background-image: url(../images/contact-left.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}

.contact-left::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #477EE7DB;
	z-index: 1;
}


.contact-left .contact-left-inner {
	position: relative;
	z-index: 9;
	padding: 40px 50px;
}


.contact-left .contact-left-inner h2 {
	font-family: DM Sans;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	text-align: left;
	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}


.contact-left .contact-left-inner p {
	font-family: DM Sans;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #fff;
	padding: 0px 0px 20px 0px;
}


.contact-left form {
	margin: 20px 0px;
}


.contact-left .form-row {
	margin: 0px;
	padding: 0px;
}


.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}


.form-row .form-control {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: none;
	border-radius: 8px;
	opacity: 1;
	padding: 14px 20px;
	color: #666666;
	margin: 0px 0px 15px 0px;
}


textarea.form-control {
	min-height: calc(1.5em + (.75rem + 2px));
}


.location-maap iframe {
	width: 100%;
	height: 700px;
}


.cumn-butn-body.wht-butn:hover {
	background: #000;
}

.video-container {
    max-width: 100%;
    /* height: auto; */
    overflow: hidden;
    /* height: 340px; */
    border: none;
}

  .video-container video {
            width: 100%; /* Makes the video responsive */
            height: auto; /* Maintains aspect ratio */
            border:none;
        }
 
.motown-book-sec{ background: #fff;
    padding: 80px 0px;
    margin: 0px;}
.motown-book-sec img{max-width: 600px;
    display: table;
    margin: 0px auto;
    width: 100%;}    
    
 .author_top_section.about-page-right {
    margin: 0 0 50px 0;
} 

.author_top_section2 video {
    height: 400px !important;
        border: 1px solid #ddd;
}

.author_top_section2 h2 {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: left;
    color: #000;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.author_sec3 {
    margin: 10px 0 60px 0;
}

.author_sec3_inn {
    margin-bottom: 34px;
  /*  background: #01CCFF08;
        min-height: 330px;*/

}

.author_sec3_inn p{
    font-family: DM Sans;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #171717;
    padding: 0px 0px 10px 0px;
}

.author_sec3_inn h3 {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #000;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.author_sec3 h2{
     font-family: DM Sans;
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin: 0px 0px 40px 0px;
    padding: 0px;
}

.author_top_section.about-page-right p {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 23px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #171717;
    padding: 0px 0px 10px 0px;
}
/*================================================
contact-page
=================================================*/