section.banner {
    background: linear-gradient(to left, #f92f2f, #ff7838, #000000);
    line-height: normal;
    padding: 66px 0px 0;
}

.rating img {
    width: 15%;
}
.main_Session {
    display: flex;
    gap: 40px;  
}
ul.banner_courses { 
    gap: 15px;
}
ul.banner_courses li {
    background-image: url(/home_tick\ \(1\).png);
    list-style: none;
    display: inline-block;
    padding-left: 15px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px;
}
.left_Session {
    color: white;
    width: 70%;
}
button.banner_btn {
    padding: 15px 20px 15px 20px;
    font-size: 20px;
    border-radius: 10px;
    border: 1px white;
    background-color:#e14c4b ;
}
.main_Session {
    text-align: center;
}
.right_session{
    width: 50%;
    text-align: justify;
}
.menu {
    padding-top: 20px;
}
.banner_button {
    padding-top: 20px;
}
.right_image img {
    width: 80%;
}
.right_Session {
    color: white;
    width: 50%;
}
ul.ul_images {
    list-style: none;
    display: flex;
    gap: 20px;
}
ul.ul_images li {
    border-right: 1px solid rgb(134, 129, 129);
}
.list_images {
    padding-top: 15px;
}
.main_third_heading {
    text-align: center;
}
section.third_banner {
    padding-top: 80px;
    background-color: antiquewhite
}
.main_third_banner {
    text-align: center;
    overflow: hidden;
    border: 1px solid;
    border-radius: 21px;
    /* margin: 35px; */
}
.content_third_banner {
    padding: 35px;
    background: #000000;
    color: white;
}
.imagee_third_banner img {
    /* height: 245px;
    margin-top: 50px; */
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.main_images {
    display: flex;
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
}
.imagee_third_banner {
    background-color: #e14c4b ;
}
.fourth_session_heading {
    text-align: center;
    padding: 70px 0 70px 0;
}
.fourth_session_heading h2 {
    font-size: 32px;
    font-weight: 700;
}
.fourth_session_heading p {
    font-size: 25px;
}
.fourth_left_Session {
    font-weight: 800;
    text-align: center;
    border-right: 1px solid rgb(134, 129, 129);
}
p.left_content {
    padding-top: 20px;
}
.main_fourth_session {
    display: flex;
}
.fourth_right_Session {
    font-weight: 800;
    text-align: center;
}
.main_fourth_session {
    padding-bottom: 60px;
    border-bottom: 1px solid rgb(134, 129, 129);
}
section.fourth {
    padding: 10px 0 30px 0;
}
.main_fourth_session {
    width: 940px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
a.review:hover {
    color: red;
    text-decoration: underline;
}
.upper_review_session {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    padding: 30px 15px 30px 15px;
    text-align: center;
}
p.person_name {
    color: black;
    font-weight: 800;
    text-align: end;
}
p.person_name:hover {
    color:#e14c4b  ;
}
.review_box {
    padding-bottom: 40px;
}

blockquote {
    font-size: 17px;
    font-weight: 400;
}


@import url("https://fonts.googleapis.com/css2?family=Shippori+Antique&display=swap");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

button,
input,
select {
	font-family: inherit;
	font-size: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.content-wrapper {
	width: 70%;
	max-width: 100rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 5rem;
    margin: 0px auto;
}

h1 {
	margin-bottom: calc(0.7rem + 0.5vmin);
	font-size: calc(2.3rem + 1vmin);
}

.blue-line {
	height: 0.3rem;
	width: 6rem;
	background-color: rgb(79, 143, 226);
	margin-bottom: calc(3rem + 2vmin);
}


section.confidence {
    padding: 17px 0px;
}
.confi.boddr {
    border-right: 1px solid #9d9d9d;
}

.wrapper-for-arrows {
	position: relative;
	width: 70%;
	border-radius: 2rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	overflow: hidden;
	display: grid;
	place-items: center;
}

.review-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: calc(2rem + 1vmin);
	width: 100%;
}

#imgDiv {
	border-radius: 50%;
	width: calc(6rem + 4vmin);
	height: calc(6rem + 4vmin);
	position: relative;
	box-shadow: 5px -3px rgb(79, 143, 226);
	background-size: cover;
	margin-bottom: calc(0.7rem + 0.5vmin);
}

.chicken {
	background-image: url("https://media0.giphy.com/media/A8Cdznswn5vnG/200w.gif?cid=790b7611e8c5980ee7141bc18ec12c49962b871eb404ba5b&rid=200w.gif&ct=s");
	width: 200px;
	height: 250px;
	position: absolute;
	top: 12%;
}

#imgDiv::after {
	content: "''";
	font-size: calc(2rem + 2vmin);
	font-family: sans-serif;
	line-height: 150%;
	color: #fff;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background-color: rgb(79, 143, 226);
	position: absolute;
	top: 10%;
	left: -10%;
	width: calc(2rem + 2vmin);
	height: calc(2rem + 2vmin);
}

#personName {
	margin-bottom: calc(0.7rem + 0.5vmin);
	font-size: calc(1rem + 0.5vmin);
	letter-spacing: calc(0.1rem + 0.1vmin);
	font-weight: bold;
}

#profession {
	font-size: calc(0.8rem + 0.3vmin);
	margin-bottom: calc(0.7rem + 0.5vmin);
	color: rgb(79, 143, 226);
}

#description {
	font-size: calc(0.8rem + 0.3vmin);
	width: 70%;
	max-width: 40rem;
	text-align: center;
	margin-bottom: calc(1.4rem + 1vmin);
	color: rgb(92, 92, 92);
	line-height: 2rem;
}

.arrow-wrap {
	position: absolute;
	top: 50%;
}

.arrow {
	width: calc(1.4rem + 0.6vmin);
	height: calc(1.4rem + 0.6vmin);
	border: solid rgb(79, 143, 226);
	border-width: 0 calc(0.5rem + 0.2vmin) calc(0.5rem + 0.2vmin) 0;
	cursor: pointer;
	transition: transform 0.3s;
}

.arrow:hover {
	transition: 0.3s;
	transform: scale(1.15);
}

.left-arrow-wrap {
	left: 5%;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.right-arrow-wrap {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 5%;
}

.surprise-me-btn {
	border: 2px solid rgb(79, 143, 226);
	background-color: rgb(224, 238, 255);
	color: rgb(79, 143, 226);
	border-radius: 2rem;
	padding: calc(0.5rem + 0.2vmin) 0;
	width: calc(7rem + 5vmin);
	text-align: center;
	transition: background-color 0.3s, transform 0.3s;
	cursor: pointer;
	margin-bottom: calc(1.4rem + 1vmin);
}

.surprise-me-btn:hover {
	transition: background-color 0.3s, transform 0.3s;
	background-color: rgb(255, 255, 255);
	transform: rotate(5deg);
}

.move-head {
	animation: moveHead 1.55s infinite;
	animation-delay: -0.8s;
}

.hide-chicken-btn {
	border: 2px solid rgb(226, 89, 79);
	background-color: rgb(255, 224, 224);
	color: rgb(226, 79, 79);
	border-radius: 2rem;
	padding: calc(0.5rem + 0.2vmin) 0;
	width: calc(10rem + 5vmin);
	text-align: center;
	transition: background-color 0.3s, transform 0.3s;
	cursor: pointer;
	margin-bottom: calc(1.4rem + 1vmin);
}

.hide-chicken-btn:hover {
	transition: background-color 0.3s, transform 0.3s;
	background-color: rgb(255, 255, 255);
	transform: rotate(5deg);
}

@keyframes moveHead {
	0% {
	}
	25% {
		transform: translate(0.5rem, 1rem) rotate(5deg);
	}
	100% {
		transform: translate(0, 0) rotate(-5deg);
	}
}

@media screen and (max-width: 900px) {
	.content-wrapper {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {


.confi {
    text-align: center !important;
}
.confi.boddr {
    border-right: none !important;
}
.online-face h1 {
    
    font-size: 35px !important;
    
}
.img_logo_box img {
    width: 153px;
    height: unset !important;
		
}
.content_box_a h5 {
    width: 100%  !important;
    margin: 0px auto;
    margin-bottom: 16px;
}
section.logo_section {
    padding: 21px 0px !important;
}
.row.headinf {
    width: 100% !important;
    margin: 0px auto;
}
.row.second_ro {
    margin-top: 20px;
}
.wrapper-for-arrows {
    position: relative;
    width: 100% !important;
   
}
}




.content_box_a h1 {
    font-size: 30px;
    font-weight: 700;
}

ul.star_a {
    display: flex;
    list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.star_a li i {
    color: #ffe836;
    font-size: 23px;
    padding: 1px 5px 1px 1px;
}
.maig_box p {
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin-top: 23px;
    line-height: 1.6;
}
.online-face h1 {
    color: white;
    font-size: 45px;
    font-weight: 800;
}
ul.list_class {
    list-style: none;
    display: flex;
    gap: 15px;
}
ul.list_class li i {
    display: flex;
    font-size: 21px;
    color: white;
}
ul.list_class li {
    display: contents;
    color: w;
    color: white;
}
ul.list_class {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin-top: 23px;
}
button.btn.btn-primary.btn-lg {
    margin-top: 27px;
}
.online-face {
    margin: 0px 6px;
}
.maig_box img{
    object-fit: cover;
}
.maig_box {
    margin-top: 50px;
}
.content_box_a {
    text-align: center;
}
.img_logo_box img {
    width: 125px;
    height: 100px;
    object-fit: contain;
}

.row.headinf {
    width: 50%;
    margin: 0px auto;
}
section.logo_section {
    padding: 50px 0px;
}
.content_box_a h5 {
    width: 65%;
    margin: 0px auto;
    margin-bottom: 16px;
}

.content_b {
    padding: 15px 0px 5px 0px;
}

.services_carousel_r .item{
    height: 410px;
}
/* carsoul-css */
.fiftthsections-card{
    background-color: white;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 15px;
    margin: 5px 2px;
}
.fiftthsections-card-img img {
    height: 100px;
    width: 100px !important;
    border-radius: 50%;
    object-fit: cover;
   
}
.fiftthsections-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
   padding-top: 10px;
}
.fiftthsections-card-tittle h2{
    font-size: 18px;
    font-weight: 600;
}
.fiftthsections-card-text p{
    font-size: 15px;
}
 
.fiftthsections-card-content{
    padding: 15px;
}