body {
	box-sizing: border-box;
	font-family: serif !important;
}

p {
	font-size: 20px;
}

.navbar-brand img {
	width: 250px;
}

.yellow-color {
	color: #616161 !important;
	/* color: #d1ab09 !important; */
	/* color: #F4C600 !important; */
}

.light-yellow {
	color: #d1ab09 !important;
	/* color: #F4C600 !important; */
}

.dark-blue {
	color: #13144D !important;
}

.navbar-color-bg {
	/* background: #13144D; */
	background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 11;
}

.navbar-color-bg a {
	color: rgb(0, 0, 0) !important;
	/* padding-left: 20px !important; */
	font-size: 18px;
}

.banner-tagline {
	font-size: 20px;
}

.banner-subheading {
	/* background: #13144D; */
	color: #13144d;
	border-radius: 20px;
	font-weight: 700;
	font-family: serif;
	padding: 5px 10px;
	font-size: 66px;
}

.banner-txt {
	padding: 150px 0px 10px;
	padding-left: 100px;
	font-family: serif;
}

.banner-txt p {
	color: #4e4e4f;
	font-size: 18px;
}

.comn-heading {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 3rem;
}

.connect-with-samarth {

	background-color: #ececec;
	/* background: linear-gradient(339deg, rgba(24, 25, 101, 1) 26%, rgba(51, 53, 158, 1) 74%, rgba(19, 20, 77, 1) 100%); */
}

.connect-with-samarth h4 {
	font-size: 4rem;
}

/* .connect-with-samarth img:hover {
  border-radius: 50%;
  border: 2px solid white;
  transition: all 0.4s ease-in;
} */

/* .btn-bg {
    border: 2px solid #ffc107;
    padding: 10px 50px;
    font-weight: 600;
    border-radius: 10px;
    background: #ffc107;
    font-size: 18px;
} */
.samarth-sec-book1:hover,
.samarth-sec-book2:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	transition: all 0.5s ease-in-out;
	/* background-color: #fff; */
}

.purchase-book-heading {
	font-size: 3rem;
	color: #08ccbf;
	font-family: math;
}

.comn-pd {
	padding-top: 80px;
	padding-bottom: 50px;
}

.dwnld-process {
	padding-top: 5.5rem;
	padding-bottom: 4.5rem;
	padding-left: 8rem;
}

.dwnld-process h1 {
	font-size: 3.5rem;
	font-family: serif;
}

.business-owners {
	line-height: 1.5;
}

/* form  */
input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}

input[type=submit] {
	background-color: #04AA6D;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #45a049;
}

.multimillionaire-sec-quoteimg {
	width: 40px;
	transform: rotate(180deg);
}

.multimillionaire-sec-quoteimg-btm {
	width: 40px;
}

.process-marketing-txt,
.multimillionaire-sec {
	text-align: justify;
}

/* .social-media-icon img {
    width: 80px;
    height: 80px;
  } */

:root {
	--mon: "Montserrat", sans-serif;
	--darkblue: #0a0a36;
}

.sec-title {
	margin-bottom: 50px;
	padding-bottom: 15px;
	position: relative;
}

.sec-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 3px;
}

.sec-title h2 {
	font-size: 60px;
	font-family: "Montserrat", sans-serif;
	font-weight: 900;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: var(--blue);
}

.sec-title p {
	font-size: 18px;
	line-height: 28px;
}

.testimonial-area {
	position: relative;
	z-index: 2;
	padding: 0px 0px 50px 0px;
}

.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 #1b1c6a;
	text-align: center;
	border-radius: 45px;
	position: relative;
	z-index: 2;
}

.single-testimonial p {
	color: #000000;
	/* font-size: 15px;
	margin-bottom: 0; */
	line-height: 24px;
	padding: 10px 30px 5px 30px;
	position: relative;
	z-index: 3;
}

.single-testimonial::before {
	content: "";
	position: absolute;
	left: -35px;
	top: -35px;
	background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat #fff;
	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 #fff;
	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;
}

.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: 50px;
}

.client-info h6 {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}

.client-info span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
}

.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;
}

.hero-banner {
	background-image: url('../images/hero-bg.png');
}

.purchase-book-bg {
	/* border-radius: 60px; */
	background-image: url('../images/hero-bg.png');
}

.purchase-book-txt {
	padding-top: 4rem;
}

.purchase-book-txt h5 {
	font-size: 30px;
}

.samarth-speaker-bg {
	background-color: #e9f2f5;
}

.business-card img {
	height: 320px;
}

.about-process-marketing {
	background: #F4FAF7;
}

.samarth_call_note {
	margin-top: 10rem;
	display: none;
}

/* #container {
	display: none;
} */

.connect-samarth {
	font-size: 4rem;
}

.email-card img:hover {
	/* position: relative;
	top: -5px; */
	border-radius: 50%;
	box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
	transform: translateY(-2px);
	transition: all 0.3s ease-in-out;
}

/* <button class="button-30" role="button">Button 30</button> */

/* CSS */
.button-30 {
	align-items: center;
	appearance: none;
	background-color: #fad129;
	border-radius: 4px;
	border-width: 0;
	box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
	box-sizing: border-box;
	color: #36395A;
	cursor: pointer;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: box-shadow .15s, transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow, transform;
	font-size: 18px;
	font-weight: 600;
	border-radius: 10px;
}

.button-30:focus {
	box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-30:hover {
	box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
	transform: translateY(-2px);
}

.button-30:active {
	box-shadow: #D6D6E7 0 3px 7px inset;
	transform: translateY(2px);
}

.frm-modal .modal-content {
	width: 800px;
}

.modal {
	--bs-modal-width: 900px !important;
}

input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
	width: 100%;
	padding: 12px;
	/* border-bottom: 1.5px solid black !important; */
	border: none;
	background-color: #f0f0f0;
	border-radius: 0px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}

:focus-visible,
.input:focus-visible {
	outline-offset: none !important;
	border: none !important;
}

.about-samarthtxt {
	padding-top: 5rem;
	/* width: 80%; */
}

.about-samarthtxt h1 {
	color: #13144D;
	font-size: 4rem;
}

/* .about-samarthtxt p {
	font-size: 20px;
} */

.samarth-about-img {
	/* width: 80%;
	border-radius: 31% 69% 23% 77% / 66% 18% 82% 34%; */
	/* border-radius: 31% 69% 23% 77% / 66% 18% 82% 34%;    */
}

.about-sec {
	padding-top: 6rem;
	background-color: #f4faf7;
}

.utube-video {
	padding-bottom: 4rem;
}

.comn-bg {
	background: #f4faf7;
}

.utube-video .container {
	/* background-color: #dce0e8; */
	background-color: #13144d;
	/* background-image: url('../images/samarth/utube-thumbnail.png'); */
	height: 550px;
	padding-bottom: 4rem;
}

.utube-row {
	position: relative;
	top: 80px;
}

.text-heading {
	color: #ff6767;
}

.grow-business {
	background-color: #13144D;
	height: 605px;
}

.grow-sec-part {
	position: absolute;
	right: 0;
}

.bg-grow-img {
	height: 605px;
}

.book-bg-cover {
	width: 350px;
    position: relative;
    /* top: 0; */
    bottom: -76px;
    left: 290px;
    z-index: 1;
    border-radius: 10px;
}

.modal-dialog-centered {
	width: 500px !important;
}

.desc-bg-frm {
	background: #f0f0f0;
	padding-bottom: 10px;
}

.what-covered ul li {
	font-size: 20px;
}

.who-can-book-sec {
	/* box-shadow: 0 0.1rem 0.5rem rgba(212, 61, 15, 0.15); */
	box-shadow: 0 0.1rem 0.5rem rgb(223 223 223);
	border-radius: 10px;
	border: 1px solid #d2cece;
}
.who-can-book-ct {
	box-shadow: 0 0.1rem 0.5rem rgb(223 223 223);
	border-radius: 10px;
	border: 1px solid #d2cece;
	height: 210px;
}

/* .who-can-book-sec p {
	font-size: 20px;
} */

.about-samarth-heading {
	font-size: 3rem;
	padding-top: 3rem;
}

.aboutsamarth-bg p {
	text-align: justify;
}

.aboutsamarth-bg ul li {
	font-size: 18px;
}

.marketing-topics ul li,
.non-marketing-topics ul li {
	font-size: 20px;
}

.marketing-topics,
.non-marketing-topics {
	height: 650px;
	border: 2px solid #32347e;
	border-radius: 20px;
}

.marketing-topics img,
.non-marketing-topics img {
	width: 35px;
	height: 20px;
}

.what-covered {
	border: 2px solid #32347e;
	border-radius: 20px;
}

.speaking-bg {
	background: #13144D;
	color: white;
	border: none;
}

.navbar-growbusiness .navbar-nav {
	/* position: absolute;
	right: 36%; */
	margin: auto;
}

.navbar-growbusiness ul li {
	border-right: 1px solid rgb(255, 255, 255);
}

.navbar-growbusiness ul li h2 {
	font-size: 24px;
}

.testimonial-img {
	width: 100px !important;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.grow-sec-header {
	background: #13144d;
}

.tabcontent {
	display: none;
}

.tab button.active {
	background-color: #ffffff;
    color: rgb(0, 0, 0);
	border-radius: 50px;
}
.tablinks {
	font-size: 26px;
}
.tab {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: #13144d;
}

/* side menu bar for mobile section  */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #eff6f2;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
  }
  
  .sidenav a {
	padding: 8px 8px 8px 15px;
	text-decoration: none;
	font-size: 20px;
	color: #818181;
	display: block;
	transition: 0.3s;
  }
  
  .sidenav a:hover {
	color: #f1f1f1;
  }
  
  .sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }
  .mob-menubar {
	display: none;
}

/* thanksyou msg box  */

.wrapper {
    animation: .23s ease-in .2s forwards wrapperAni;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    display: inline-block;
    height: 350px;
    margin: 0 20px;
    opacity: 0;
    vertical-align: top;
    /* width: 350px;
    background-color: #fff; */
    padding: 10px 20px;


	width: 400px;
    text-align: center;
    background: rgb(255, 255, 255);
    padding: 20px;
}

.header__wrapper {
    height: 150px;
    width: 100%
}

.header {
    -webkit-animation: .23s ease-in .43s forwards headerAni;
    animation: .23s ease-in .43s forwards headerAni;
    border-radius: 0;
    opacity: 0
}

.header .sign {
    -webkit-animation: .43s ease-in .66s forwards signAni;
    animation: .43s ease-in .66s forwards signAni;
    border-radius: 50%;
    display: block;
    height: 100px;
    left: calc(50% - 50px);
    opacity: 0;
    position: absolute;
    width: 100px;
    top: -30px
}

.popup-close-btn {
	border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 20px;
    bottom: 20px;
    cursor: pointer;
    font-family: inherit;
    height: 40px;
    left: calc(50% - 85px);
    position: absolute;
    transition: .17s ease-in;
    font-size: 18px;
    padding: 5px 10px;
    width: 170px;
}

.red .sign {
    background-color: #ff3535;
    box-shadow: 0 0 0 15px #ff8282, 0 0 0 30px #ffa2a2
}

.green .sign:after,
.green .sign:before,
.red .sign:after,
.red .sign:before {
    background: #fff;
    border-radius: 2px;
    content: "";
    display: block;
    height: 40px;
    left: calc(50% - 2px);
    position: absolute;
    top: calc(50% - 20px);
    width: 5px
}

.red .sign:before {
    transform: rotate(45deg)
}

.red .sign:after {
    transform: rotate(-45deg)
}

.green button:focus,
.green button:hover {
    border-color: #4ec45e
}

.green .header {
    background-color: #bef0c8
}

.green .sign,
.green button:focus {
    background-color: #4ec45e
}

#progressbar li.active:after,
#progressbar li.active:before,
.step.finish {
    background-color: #f35e17
}

#prevBtn,
.multistepfrm .btn-tab {
    background: #e3000f
}

.green .sign {
    box-shadow: 0 0 0 15px #74d181, 0 0 0 30px #9bdea4
}

.green .sign:before {
    left: calc(50% + 5px);
    transform: rotate(45deg);
    top: calc(50% - 20px)
}

.green .sign:after {
    height: 20px;
    left: calc(50% - 15px);
    transform: rotate(-45deg);
    top: calc(50% - 5px)
}

@-webkit-keyframes wrapperAni {
    0% {
        opacity: 0;
        transform: scale(.95) translateY(40px)
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

@keyframes wrapperAni {
    0% {
        opacity: 0;
        transform: scale(.95) translateY(40px)
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

@-webkit-keyframes headerAni {
    0% {
        border-radius: 0;
        opacity: 0;
        transform: translateY(-100px)
    }

    100% {
        border-radius: 50%;
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes headerAni {
    0% {
        border-radius: 0;
        opacity: 0;
        transform: translateY(-100px)
    }

    100% {
        border-radius: 50%;
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes signAni {
    0% {
        opacity: 0;
        transform: scale(.3) rotate(180deg)
    }

    60% {
        transform: scale(1.3)
    }

    80% {
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0)
    }
}

@keyframes signAni {
    0% {
        opacity: 0;
        transform: scale(.3) rotate(180deg)
    }

    60% {
        transform: scale(1.3)
    }

    80% {
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0)
    }
}

.popup-center {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000a6;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.who-can-book-sec:hover,
.who-can-book-ct:hover {
	border: 1px solid black;
	transition: all 0.5s ease-in-out;
}
.mob-view-business-banner {
	display: none;
}
.connect-samarth .container {
	overflow: hidden;
}
.frm-modal .modal-content {
    width: 100%;
    top: 5rem;
}
.navbar-collapse ul .active {
	border-bottom: 2px solid #13144d;
}
.img-youtube-thumbnail {
	height: 500px !important;
} 
.home-youtube-thumbnail {
	background: #e9f2f5;
}

.w-70{
	width: 70%;
}
