@charset "UTF-8";


body, html {
    overflow-x: hidden !important;
}
body,
figure {
	margin: 0;
}

body,
p {
	word-wrap: break-word;
}



a:active,
a:focus,
a:hover,
a:visited {
	outline: 0;
	text-decoration: none;
}

.box_content,
body {
	background-color: #fff;
}

.box_content,
.cta_box {
	border-radius: 10px;
	margin: 0 auto;
	width: 100%;
}

.banner-list ul {
	list-style: none;
}


 .widget ul li, ul.writer-list {
    list-style: none;
    line-height: 30px;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

.site-header .main-navigation ul>li:active>ul,
.site-header .main-navigation ul>li:focus>ul,
.site-header .main-navigation ul>li:hover>ul,
.site-identity a,
.widget a,
main {
	display: block;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
	
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}

body {
	font-size: 16px;
	color: black;
	 font-family: "Poppins", sans-serif;
	font-display: swap;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
	transition: 0.5s;
}

m {
	line-height: 1.7;
	 margin: 0 0 15px; 
}

cite,
dfn,
em,
i {
	font-style: italic;
}

b,
strong {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	
	 font-family: "Poppins", sans-serif;
	margin: 0 0 15px;
	line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	font-weight: 600;
}

h2 {
	font-size: 30px;
	font-weight: 600;
}



h3 {
	font-size: 25px;font-weight: 600;
}

h4 {
	font-size: 20px;font-weight: 400;
}


h5 {
	font-size: 18px;font-weight: 400;
}

h6 {
	font-size: 16px;font-weight: 300;
}

ol,
ul {
	margin: 0 0 1.5em 0.875em;
}

a {
	background-color: transparent;
	color: #0085ba;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

a:focus{
    color: transparent;
}   

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    font-weight: 500;
    padding: .5rem 0;
    margin: 0;
    font-size: 15px;
    color: #000000;
    text-align: left;
  
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}


.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #fff;
}

.widget ul li a,
select {
	color: #383838;
}

a:active,
a:focus,
a:hover {
	color: #fff;
}


/*<!--1st Section Css-->*/

/*Topbar*/

.top-bar {
    background: #006d77;
    padding: 10px 0;
}
b.toplink {
    color: white;
	FONT-SIZE:15px;
}

.overlay,
.pattern-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
	height: 42px;
}


input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: black;
	
}

select {
	border: 1px solid #d9d9d9;
	height: 55px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 0 30px 0 10px;
}

select option {
	padding: 8px;
}

.search-form input {
	width: 100%;
	padding: 0 55px 0 10px;
}

.form-group,
.section-head {
	margin-bottom: 15px;
}



.form-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.form-group select {
	width: 100%;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background-color:black;
	color: #fff;
	cursor: pointer;
	padding: 10px 28px;
	font-weight: 500;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 4px;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

/*Nav Links Header*/
.rs__header {
	margin: 0px !important;
}

.rs__form__7480 .rs__form__wrapper .rs__form .rs__btn__wrap button[type="submit"],
.rs__form__7480 .rs__form__wrapper .rs__form .rs__btn__wrap button[type="button"],
.rs__header .rs__auth__link__wrap .rs__register__btn {
	width: 100%;
	height: 48px !important;
	box-shadow: 0 0 0 4px rgb(0 41 64 / 10%), 0 1px 2px 0 rgb(0 41 64 / 15%), 0 3px 7px 0 rgb(0 41 64 / .9%), inset 0 2px 2px 0 rgb(0 41 64 / .5%) !important;
	border: 1px solid #0369a1 !important;
	background: #0369a1 !important;
	color: white !important;
}

.rs__form__7480 .rs__form__wrapper .rs__form .rs__btn__wrap button[type="submit"]:hover,
.rs__form__7480 .rs__form__wrapper .rs__form .rs__btn__wrap button[type="button"]:hover,
.rs__header .rs__auth__link__wrap .rs__register__btn:hover {
	background: rgb(0 41 64 / 80%);
}

.rs__home__calculator {
	margin-left: auto;
}

.rs__form__7480.rs__home__calculator.rs__first__form {
	margin-inline: auto;
	margin-block: 100px;
}

.rs__page__details .rs__side__aria .rs__summary__wrap {
	top: 80px !important;
	margin: 80px 0px;
}


.nav-tabs .nav-link {
	color: #111;
	border-radius: 0;
	line-height: 1.1;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 25px;
}

.nav-link {
	transition: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #0369a1;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #0369a1 !important;
	border-bottom-width: medium !important;
}

.nav-tabs {
	margin: 0;
	border-bottom: 1px solid #dee2e6;
	width: 99%;
}

.navbar-toggler-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    fill: black;
	border:1px solid black;
}

/*Accordion*/

.accordion-content .card {
	box-shadow: 0 0 13px -4px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
	-ms-border-radius: 0px;
	border-radius:6px;
	margin-bottom: 20px;
	border: 1px solid #0369a1;
	background: #fff;
}

.accordion-content .card:last-child,
.h1-heading {
	margin-bottom: 0;
}

.accordion-content .card .card-header {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}

.accordion-content .card .card-header a {
	color: black;
	line-height: 1.7;
	 font-family: "Poppins", sans-serif;
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 20px;
	position: relative;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
}

.accordion-content .card .card-header a:before {
	content: "\002D";
	display: block;
	font-weight: 500;
	float: right;
	position: absolute;
	top: 35%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 10px;
	font-size: 20px;
	color: #0369a1;
}

.accordion-content .card .card-header a.collapsed:before {
	content: "\002B";
}

.accordion-content .card .card-body {
	font-size: 16px;
	padding: 0 20px 20px;
	color: #414141;
}

.site-header {
	 background:white;
	width: 100%;
	z-index: 10;
	padding:5px 0;
}

.site-identity .site-title {
	margin: 0;
	line-height: 1.1;
	font-size: 28px;
}

.site-identity .site-description {
	font-size: 14px;
	margin-bottom: 0;
}



span.rating-span {
	background: #10bfb7;
	padding: 6px;
	border-radius: 4px;
	font-size: 14px;
	/* display: inline-table; */
	display: inline-block;
	/* margin-bottom: 4px; */
	margin-bottom: 9px;
	color: white;
	margin-top: 9px;
	margin-right: -10px;
	margin-left:10px;
}

.numbers-header {
	font-size: 14px;
	margin-left: 30px;
}

.numbers-header a {
	color: #0369a1;
	font-weight: 500;
}

.numbers-header a:hover {
	color: #10bfb7;
	
}

.navbar-expand-lg .navbar-nav .nav-link {
	
	Color:black;font-size: 15px;
	font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
	
	Color:#10bfb7;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.navbar-toggler {
	border: none;
}

.navbar-toggler:focus {
	box-shadow: none !important;
}

.navbar-expand-lg .navbar-nav {
	align-items: center;
}

.site-header .main-navigation>ul>li {
	display: inline-block;
	
	
}

.site-header .main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header .main-navigation ul>li.menu-item-has-children>a:after {
	content: "\f0d7";
}

.site-header .main-navigation ul>li:last-child {
	border-bottom: none;
}

.home-testimonial-section .client-content .circle-patten,
.site-header .main-navigation ul>li:last-child:before {
	display: none;
}

.site-header .main-navigation ul>li>a {
	color: black;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	 font-family: "Poppins", sans-serif;
	line-height: 1.1;
	position: relative;
	text-transform: capitalize;
	padding:10px 10px;
}


.site-header .main-navigation ul li.menu-item-has-children>a:after {
	display: inline-block;
	float: right;
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	font-weight: 500;
	margin-left: 8px;
	-webkit-transition: transform 0.4s;
	-moz-transition: transform 0.4s;
	-ms-transition: transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;
}


.reviews-star span i,
.site-header .main-navigation ul li.current-menu-item>a,
.site-header .main-navigation ul li.current-menu-parent>a,
.site-header .main-navigation ul>li:active>a,
.site-header .main-navigation ul>li:focus>a,
.site-header .main-navigation ul>li:hover>a,

.yellow-text {
	color: #10bfb7;
}

.header-btn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	white-space: nowrap;
	margin-left: 30px;
}

.header-btn a {
	font-size: 15px;
	padding: 8px 30px;
	font-weight: 500;
	
	Color:black;
}



.header-btn a:hover{
	
Color:#10bfb7;
}

.header-btn a  b{
	font-size: 15px;
	
	Color:white;
}

.fixed-top {
	background: #fff;
}


.sticky-head {
	position: fixed;
	top: 0;
	width: 100%;
	background: white;
}

.sticky-head+.content {
	padding-top: 102px;
}

.sidebar-sticky {
	position: sticky;
	width: 100%;
	top: 80px;

}

/*<!--2nd Section Css-->*/
/*<!--Banner Section-->*/

.home-banner {
	    
       
    background: url(../img/banner-bg.webp);
   
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 0px;

   text-align:center;
    
}

.center-box{
	text-align:center;
	
}

.h1-heading {
	color: white;
	font-size: 40px;
	
}



.home-banner .banner-content .banner-text p{
	color: white;
	margin:10px 0;
}


.points-list {align-items: center;}

.points-list p {
    margin: 0px;
    color: white;
    font-size: 16px;
	line-height:35px;
}

/* .btn-center{ */
	/* margin:10px 0; */
/* } */


.nrow1 {
 
    padding: 15px 15px;
    background: white;
    border-radius: 10px;
    margin: 10px 0;
}

.box-inner {
	
	color: #0c0d24;
}

.box-inner p {
	margin: 0px;
    font-weight: 500;
    font-size: 14px;
    color: #080808;

}

.box-inner p b {
	color: #000;
}

/*Main Form */
.service-box-right {
  
    padding: 1rem;
  
}

.head-form {
    background: #0369a1;
    padding: 15px; text-align:center;
}


.first-form {
   
    text-align:center;
   
}


span.spanform {
    display: block;
    font-size:18px;
    color: #10bfb7;
}


span.h3form {
    display: block;
    font-size: 25px;
    color: white;
	font-weight:500;
}


.head-form-p{
    background: #10bfb7;
    padding:4px; text-align:center;
	Color:white;
}



.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #10bfb7;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 162 38 / 23%);
}


.form-select:focus {
     border-color: #10bfb7;
    outline: 0;
      box-shadow: 0 0 0 .25rem rgb(255 162 38 / 23%);
	  border-radius:10px;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 162 38 / 23%);
}

.form-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .form-group select {
    width: 100%;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="range"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
    background-color: white;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 10px;
    font-size: 14px;
}

.form-group select {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: white;
	height: 42px; border-radius:10px;
}


.form-control:focus {
    color:black;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 162 38 / 23%);

}

input.btn.banner-form-btn {
    max-width: 100%;
    width: 100%; border-radius:10px;border:1px solid black;
}

input.btn.banner-form-btn:hover{
   background:white!important;
   Color:black!important;border:1px solid black;
}

/*<!--3rd Section Css-->*/
/*<!-- Home About Section -->*/

.about-home-section {
	padding:50px 0;
    background-color: #f9fafb;
    background-image: url(../img/bg-page.webp);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: right bottom;
}


.banner-button a.button-round-secondary{
	margin-right:15px;
}

.double-button a.button-round-secondary {
   
    margin: 12px;

}


.about-main-content.text-center {
    color: white;
}


img.about-home-img {
    
	margin:10px 0;
}




img.about-home-img {
   
    max-width: 100%;
    
}

/*<!--4th Section Css-->*/
	
	/* <!--Home Meet Writers   Section -->*/
	

.writer-review-section {
	padding: 50px 0;
	background-color: white;
	overflow: hidden;
	text-align:center;
}


 span.h2span {
    font-size: 30px;
    font-weight: 600;
}




/* <!--5th section --> */
/* <!--Home Features section --> */
.feature-home-section{
	padding: 50px 0px;
	    background:#172025;
}

.feature-home-head{
	text-align:center;Color:white;
}

.fea_text {
    color: white;
}


.spanh3 {
    font-size: 22px;
    font-weight: 500;
}

.nrow2{
	margin-top:20px;
}


.row.align-items-center.nrow {
    margin: 20px 0;
}



/* <!--7th Section -->*/
	/* <!--Home Order Process Section -->*/
	
	.order-process-section {
    padding: 50px 0;
    background: #f9f9f9;
}

img.img-fluid.order-img {
	width: 300px;
}


.order-heading  {
	
	Color:black;
}


.nprow{
	margin:20px 0;
}
.top-reviews {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 15px 7px;
    text-align: center;
	background:white;
}
.top-reviews span {
    font-size: 22px;
    font-weight: 700;
}

.img-box {
    margin: 10px 0;
}

.display-new {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 10px 7px;
    text-align: center;
    background: white;
   margin:10px 0;
    text-align: left;
    gap: 18px;
}


.display-new p{
	 font-size:15px;
}

.display-flex {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 10px 7px;
    text-align: center;
    background: white;
    display: flex;
    text-align: left;
    gap: 18px; margin:10px 0;
}

.display-flex1 {
   
    align-items:center;
    display: flex;
    text-align: left;
    gap: 18px; 
}

.bark-img {
    text-align: end;
}


.border-bottom-div {
    border: 1px dashed #c7c7c7;
    margin: 20px 0;
}

.rev-1 span {
    font-size: 20px;
   font-weight: 700;
    font-family: emoji;
}

.rev-1 p {
    font-size: 15px;
    
}

.banner-reviews img {
    border-radius: 10px;
}

.banner-reviews {
    margin: 10px 0;
}

.top-reviews p {
    font-size: 25px;
    color: black;
    font-weight: 500;
}

.process-1 span {
	   font-size: 18px;
    font-weight: 600;
	Color:#006d77;
}
	
	.process-1 p {
	   font-size: 16px;
   margin:15px 0;
}

.process-img {filter: drop-shadow(0 -3px 10px rgb(255, 162, 38));
}


.nprow1{
    border-top: 3px dotted #0369a1;
    margin: 30px auto 0;
    padding: 40px 0 0;
    /* width: 86%; */
}

.lets-talk-div img {
    margin-top: -23px;
}

span.letstalk {
    font-size: 18px;
}

.button-lets-talk {
    text-align: center;
    width: 170px;
    font-size: 15px;
    line-height: 1.1;
   
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 10px;
    border: none;
    color: #0e3500;
    display: inline-block;
  
}


/*<!--Gurantee Box -->*/
section.gurantee-section {
    padding: 50px 0;
    background: white;
    align-items: center;
}

.gurantee-box {
    background: white;
    border-left: 2px solid black;
    border-radius: 4px;
    padding:10px;
    height: 380px;
}

.gurantee-box span {
    font-size: 22px;
    font-weight: 500;
}


.gurantee-box p {
    margin: 10px 0;
}


/*Faqs*/

.faq-section{
	padding:50px 0;
	background:white;
	align-items:center;
}

.faq-container {
    max-width: 800px;
    margin: 50px auto 0;
    padding: 20px;
    flex: 1;
}
.accordion-button {
    background-color: #ffffff;
    color: #333;
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.accordion-button:not(.collapsed) {
    background-color:#10bfb7;
    color: white;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(35, 34, 138, 0.25);
}
.accordion-body {
    background-color: #f8f9fa;
    border-left: 4px solid #10bfb7;
    animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.faq-icon {
    margin-right: 10px;
    color: #edbe00;
}

.accordion-item {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.faq-img {
    max-width: 100%;
    width: 85%;
}

button.accordion-button.collapsed {
    line-height: 24px;
}

	
/* <!--8th  Section -->*/
/* <!--Home CTA First  Section -->*/
	
.cta-first-section{
	padding:50px 0;
	 background: url(../img/cta-bg.webp);
    background-position: bottom;
    background-size: cover;
    
    background-repeat: no-repeat;
   text-align:center;
}	
	
	.cta-first-img{
	text-align: center;
    margin-top: -21%;
    
    max-width: 100%;
   
	}
	
	
.btn-double{
    margin: 15px 0;
}

.btn-double a.button-round-order {
    margin-right: 15px;
}
	
	
.cta-first-content p {
    margin: 10px 0;
    font-size: 18px;
  
}





/*<!--10th  Section -->*/
/*<!--Home Testimonial  Section -->*/

.home-testimonial-section {
	padding: 50px 0;
	background:white;
}

.testimonial-head{
	text-align:center;
}
.border-bottom-colors{
	border:1px solid black;
}



.testimonial-head p {
    margin: 10px 0;
	font-size:16px;
}

.row.rev-row {
    margin: 30px 0;
}

.rev-box {
    padding: 20px;
    background: #f2faff;
    border-radius: 50px;
}


.rev-box span {
    font-size: 16px;
    color: black;
    font-weight: 500;
}

.owl-item.active {
    margin: 10px 0;
}

.testimonial-card {
      background: white;
      border-radius: 10px;
      padding: 20px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      margin: 0 15px;
     
      height: 315px;
      overflow: hidden;
      
      transition: all 0.3s 
ease;
    
	  text-align:center;
      
}

.testimonial-card::before {
    content: "";
    position: absolute;
    background: url(../img/double-quotes.svg);
    top: 0px;
    right: 163px;
    width: 30px;
    height: 30px;
    background-size: contain;
    color: #f0f4ff;
 font-family: "Poppins", sans-serif;
    line-height: 1;
border:1px solid #10bfb7;
border-radius:50px;
    transform: scale(1.6);
    background-repeat: no-repeat;
}



.testimonial-btn{
	text-align:center;
}


.home-testimonial-section .testimonial-btn {
	margin-top: 30px;
}


.ratingStarTes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}


.testimonial-text {
    color: black;
    font-size: 15px;
    line-height: 1.6;
    margin:20px 0;
   
   
}


.client-info {
    
   text-align:center;
}
.stars {
    text-align: -webkit-center;
    margin: 10px 0;
}


.client-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.client-details .client_name {
    font-size: 18px;
	font-weight:500;
    color: #0369a1;
    margin-bottom: 5px;
}


.client-details p {
    font-size: 15px;
    color:black;
}


/* <!--11th Section-->*/
/* <!--Home Second Content Section-->*/

.content-section {
	padding:50px 0;
	background:#f0f4f5;
	
}

.content-list-hh{
    list-style: none;
 
}

.con-main {
    padding: 30px;
   
    height: 600px;
    overflow-y: scroll;
	background:white;
}

.second-content {
	text-align: center;
}

.content-h3 span {
    display: block;
    font-size: 25px;
    font-weight: 500;
}

ul.content-list {
    margin-left: -15px;line-height:30px;
}


ul.list-styling { 
margin-left: -15px;
line-height:30px;
}

table.tablestyle {
  margin:10px 0;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-size:16px;
}

tr:nth-child(even) {
  background-color: #dddddd;
  
}



/* <!--13th Section-->*/
/*<!-- Home Big Cta Section-->*/

.big-cta-section {
	background: #006d77;
	padding:50px 0;
    
}
.right-content-cta {
    color: white;
}

 .right-content-cta p {
    color: white;
   
}

.fact-section-head img {
    position: absolute;
    top: -38px;
    max-width: 100%;
    width: 270px;
    left: 205px;
}

.big-cta-button {
    margin: 10px 0px;
}

/* <!--14th Section-->*/
/*<!--Footer Start Css-->*/

.site-footer .top-footer {
	padding:50px 0;
	background:#10bfb7; 
	
}


.top-footer p{
	Color:white;
	margin:10px 0;
}

.site-footer .bottom-footer {
    padding: 20px 0;
       background:#006d77;border-top: 1px solid #ffffff5c;
}



.social-icons {
	display: inline-flex;
	margin:5px 0;
}

.social-icons a {
	margin-right: 15px;
}

.social-icons a.facebook-icon,
.social-icons a.linkedin-icon,
.social-icons a.whatsapp-icon{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-decoration: none;
	background-color: #10bfb7;
	fill: #10bfb7;
	transition: 0.35s;background:white;
}

.social-icons a:hover {
	background: black;
	border:1px solid white;
}

.img-payments {
    text-align: left;
}


.site-footer .bottom-footer .copy-right {
	color: white;
	font-size: 15px;
	font-weight: 400;
	text-align:center;
}


.contact-email a {
	color: white;
	margin:10px 0;
}
aside.widget {
    margin-bottom: 15px;
}


.top-footer .widget .widget-title {
	color: white;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	display: block;
	margin-bottom: 20px;
}

.top-footer .widget ul li a {
	color: white;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}



.top-footer a {
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	display: inline-flex;
	margin-left: 4px;
}

.top-footer a:hover {
	color: black;
}

.widget ul {
	margin: 0;
	padding: 0;
}


svg.bi.bi-telephone-fill {
	fill: #10bfb7;
}

svg.bi.bi-envelope-check-fill {
	fill: #10bfb7;
}


svg.bi.bi-chat-left-text-fill{
	fill:#10bfb7;
	
	
}


.contact-email svg.bi.bi-telephone-fill {
    fill: #10bfb7;
	background:white;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    margin-right: 10px;
    vertical-align: middle;
    width: 28px;
	padding:6px;
}


.contact-email svg.bi.bi-envelope-fill {
    fill: #10bfb7;background:white;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    margin-right: 10px;
    vertical-align: middle;
    width: 28px;
	padding:6px;
}

.contact-email svg.bi.bi-telephone-fill:hover{
	background:white;
	 fill: #10bfb7; border: 1px solid #10bfb7;
}

.contact-email svg.bi.bi-envelope-fill:hover{
background:white;
	 fill: #10bfb7; border: 1px solid #10bfb7;
}



/*<!--Footer End Css-->*/


/*<!--General use--!>*/
.button-round-primary {
    text-align: center;
    width: auto;
    width: 220px;
    font-size: 15px;
    line-height: 1.1;
  background:white;
    padding: 14px 14px;
    font-weight: 500;
   font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 10px;
    border: 1px solid;
    color: #0e3500;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -moz-transition: background-color 0.4s, color 0.4s;
    -ms-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
}

.button-round-order, .button-round-outline,  .button-round-secondary, .button-round-white {
    text-align: center;
    width: auto;
    width: 200px;
    font-size: 15px;
    line-height: 1.1;
   
    padding: 14px 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
     border-radius: 10px;
    border: 1px solid black;
    color: #0e3500;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -moz-transition: background-color 0.4s, color 0.4s;
    -ms-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
}




.button-round-more {
    text-align: center;
    width: 220px;
    font-size: 15px;
    line-height: 1.1;
    padding: 14px 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
     border-radius: 10px;
    border: 1px solid #10bfb7;
    color: #0e3500;
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -moz-transition: background-color 0.4s, color 0.4s;
    -ms-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;background-color: #10bfb7;
	color: #fff;
}



.button-round-more:hover{
	background-color: black;
	color: white; border: 1px solid black;
}

.button-round-secondary {
	
	background-color: black;
	color: white;
	border-radius:10px;   border: 1px solid black;
}

.button-round-outline {
	
	color: black;
	background: white;
}


.button-round-outline:focus {
	background: white;
	color: black;
    border: 1px solid #000;
}

.button-round-outline:hover {
	background: black;
	color: white;
    border: 1px solid #000;
}



.arrowicon:hover {
	fill: white;
}

.button-round-order {
	
	background-color: #000;
	color: #fff;
}

.button-round-order:hover{
	
	background-color: white;
	color: black;
}

.button-round-primary:active,
.button-round-primary:focus,
.button-round-primary:hover,

.button-round-white:active,
.button-round-white:focus,
.button-round-white:hover {
	background-color: black;
	color: white;
    border: 1px solid black;
}


.button-round-secondary:active,
.button-round-secondary:focus,
.button-round-secondary:hover{
background:#10bfb7;
color:white;border:1px solid black;}




 .float {
    font-weight: 500;
    vertical-align: middle;
    padding: 8px 10px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    z-index: 100;
    transition: 0.5s ease all;
}

.my-float {
    /* filter: hue-rotate(65deg); */
    margin-right: 3px;
    vertical-align: middle;
    font-size: 30px;
}


.float:hover {
    background-color: #019137;
    color:#fff;
    transition: 0.5s ease all;
}


a.calling-btn {
	position: fixed;
	right: -62px;
	background: orange;
	color: #000;
	font-weight: 500;
	top: 45%;
	z-index: 5;
	transform: rotate(-90deg);
	padding: 6px 8px;
	border-radius: 4px 4px 0px 0px;
	cursor: pointer;
}

.to-top-icon {
	background-color: #063c5e;
	fill: white;
	font-size: 16px;
	text-align: center;
	display: none;
	line-height: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 1%;
	bottom: 15%;
	z-index: 99;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s;
	-ms-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

.to-top-icon:hover {
	background-color: #10bfb7;
	border:1px solid  #063c5e;
	color: #fff;
}

/*Form Error*/

.banner-form-btn:hover {
	background: white !important;
	Color: black !important;
}


.error-message {
	color: #dc3545;
	font-size: 0.8rem;
	margin-top: 5px;
}

input.error,
select.error,
textarea.error {
	border-color: #dc3545 !important;
}
/*Form Error*/

/*General Use css*/

/*<!--About Us Page-->*/

/*About Section*/

   .main-about-section{ 

    padding: 60px 0;
   
background:#10bfb7;
	   }

.about-section{
	padding:40px 0;
	background:white;
	
}

.about-main-content h1{
	color:white;
	font-size:40px;
	
}

.about-main-content p{
	color:white;
	font-size:16px;
	
}



.about-head span{
	font-size:30px;
	color:black;
	font-weight:600;
	
}


.about-head p{
	font-size:16px;
	color:black;
	
	
}

.about-list{
	font-size:16px;
	color:black;
	
	
}

ul.about-list {
    list-style: none;
    margin-left: -33px;
	line-height:40px;
}

ul.about-list li svg {
    margin-right: 10px;
}

svg.bi.bi-check-circle {
    color: #f2bc0d;
}


.about-img img {
    border-radius: 15px;
}

/*Benefits Section*/

.benefits-section{
	padding:40px 0;
	background:white;
}

.h2-beenfits-head{
	font-size: 30px;
   font-weight:600;
    color: black;
}

.new-row-box{
	padding:20px 0;
}


.box-ben-1{
	background:white;
	border:1px solid black;
	border-radius:8px;
	text-align:center;
	padding:20px 10px;
	min-height:250x;
	
	margin-top:25px;
}

.box-ben-2{
	background:white;
	border:1px solid black;
	border-radius:8px;
	text-align:center;
	padding:20px 0;
	min-height:250x;
	
	
}

.box-ben-1:hover{
	
	 box-shadow: 5px 5px 1px 1px #ebebeb;
	
}
.box-ben-2:hover{
	
	 box-shadow: 5px 5px 1px 1px #ebebeb;
	
}

.hh-ser-content-sec h2,.hh-ser-con-body h2{
	FONT-SIZE:30px;
}


.hh-ser-content-sec h3,.hh-ser-con-body h3{
	FONT-SIZE:26px;
}
   

.box-ben-1 span,.box-ben-2 span {
	color:black;
	font-size:18px;
	font-weight:600;
}
.box-ben-1 p,.box-ben-2 p {
	color:black;
	font-size:16px;
	
}
/*Cta Section 3*/
.cta-section-3{
	padding:30px 0;
	background:#fafafa;
}
.h2cta-3{
	 color: black;
    font-size: 30px;
    font-weight:600;
}


.cta-img-3-1 {
    text-align: right;
}








/*<!--Contact Us Page-->*/
.contactus-page {
	    background:#10bfb7;
  
    padding: 60px 0px; 
}

.contactpage-content {
    color: white;
    text-align: center;
}

span.second-text {
    background-color: #006d77;
    color: white;font-size:35px;
    border-radius: 10px 20px;
    padding: 2px 12px 2px 12px;
	margin:8px;
}



.rev-title span {
    color: black;
    font-weight: 600;
}

.contact-form-main {
    padding: 50px 0;
}

.contact-head {
    text-align: center;
}
.contact-box {
    display: grid;
    grid-template-columns: 100%;
    margin: 30px 0 40px 0;
    gap: 15px;
}

.contact-box-each {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    background-color: #fff;
   
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px 10px 20px 20px;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #006d77;
}
.contact-box-each-details a svg {
    width: 30px;
    padding: 6px;
   
}

.contact-box-each-icon svg {
    width: 25px;
fill: white;
}


.contact-box-each-icon {
    background-color: #006d77;
    padding: 10px;
    border-radius: 100%;
}

.contact-box-each-details p {margin: 0;}

.contact-box-each-details a {
    text-decoration: none;
    color: var(--text-color);
}

.contact-box-each-details span {
    font-size: 20px;
    font-weight: 700;
}
.contact-form {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #006d77;
}

.form-header span {
    font-size: 30px;
    font-weight: 600;
}

.form-header {
    margin-bottom: 20px;
    /* text-align: center; */
}


.contact-ban img {
    min-height: 450px;
    border-radius: 10px;
}
.contact-form .form-inner input::placeholder{
    color: black;
}
.contact-form .form-inner select{
    color: black;
    border: 1px solid #d9d9d9;
}

input#signup {
    max-width: 100%;
    width: 100%;
}


input#signup:hover {
   background:#10bfb7;
}


section.hh-footer-counter-sec {
    background-color: #006d77;
    color: white;
    padding: 40px 0;
}


.hh-footer-counter-card-con span {
    font-size: 24px;
    font-weight: 600;
}

.hh-con-sec-head-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}



.ph-btn {
    background-color: #006d77;
    border: 1px solid #006d77;
    color: white;
    /* padding: 12px 24px; */
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 235px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease;
}
.ph-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 135%;
    height: 100%;
    background: #006d77;
    z-index: 0;
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    transform: translate3d(-100%, 0, 0);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
}


.ph-btn span {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

a.ph-btn svg {
    width: 20px;
    
}

/*<!--Reviews Page Css-->*/
section.hero-sec-about {
    background-color: #10bfb7;
    padding: 60px 0;
    text-align: center;
}

.hero-content h1 {
    
    color: white;
}

.hero-content p {
    margin-top: 20px;
    color: white!important;
}



section#review {
    padding: 70px 0 0 0;
}


.single-review.card {
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    height: 280px;
}


.card-top-pro {
    position: relative;
}

.review-icon {
    margin-top: 20px;
}

.card-top-pro img {
    left: -12px;
    position: absolute;
    top: -83px;
    width: 90px;
}



.res-bottom-margin{
	margin-bottom:40px;
}



/*<!--Service Page css-->*/

.service-banner {
	   
    padding: 60px 0px;
   background:#0369a1;
   
}

.service-banner-content{
	text-align:center;Color:white;
}

.service-banner-content span {
    font-size: 20px;
    Color: #10bfb7;
    font-weight: 500;
}

.service-banner-button {
   
    text-align: center;
    margin: 5px 0px;
}


.service-banner-button a.button-round-secondary {
    margin-right: 15px;
}


section.service-about-section {
    padding: 50px 0;
    background: white;
}

.service-about-head {
    text-align: center;
    color: black;
}

.service-about-content span {
    font-size: 22px;
    font-weight: 500;
}
.service-about-content p {
    font-size: 16px;
    
}

.service-about-button {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 20px;
}

svg.bi.bi-check-circle-fill {
    fill: white;
    border: 1px solid black;
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

.service-about-img {
    text-align: center;
    padding: 20px;
    background: #10bfb7;
}

.service-about-img span {
    display: block;
    font-size: 22px;
    font-weight: 500;
   margin:10px 0;
}


.service-about-img p {
    font-size: 16px; 
}

.banner-button {
    margin-bottom: 20px;
}

section.service-cta-1 { 
     background-image: linear-gradient(to bottom, #2491c5, #0a3651);
   padding-top: 40px;
}

.service-cta-1-content {
    color: white;
}



.service-box-form {
  margin:10px 0;
     background:#00395a;
    border: 2px solid #10bfb7;
    padding: 10px 20px;
    border-radius: 10px;
}



.second-form {
    border-radius: 6px;
   padding-top:15px;
    text-align:center;
   
}


input.btn.service-form-btn {
    max-width: 100%;
    width: 100%;
	background:#10bfb7;
	Color:white;
}

input.btn.service-form-btn:hover{
  Color:white;
	background:black;
}

section.form-content-section{
	padding:50px 0;
	background:#f9f9f9;
}

.form-content-head {
	text-align:center;
}
span.free-consultation {
    font-size: 25px;
    color: #10bfb7;
    font-weight: 500;
}

.consultation-box{
	  margin:10px 0;
     background:#00395a;
  
    padding: 10px 20px;
    border-radius: 10px;
}


.consultation-form {
    border-radius: 6px;
    text-align: center;
    background: #00395a;
    padding-top: 15px;
	padding:20px;
}

.client-content.left-content {
    padding: 30px;
    background: white;
    border-radius: 10px;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
text-align:center;
}

.owl-carousel .owl-item img.content-img {
   text-align:center!important;
    max-width: 100%;
}

.img-div {
    text-align: -webkit-center;
}

.content-carousel-head {
    margin: 10px 0;
}

.content-carousel-head span {
    font-size: 25px;
    font-weight: 500;
    color: #00395a;
}

div#writer-slider .owl-nav {
    display: show;
	
}

div#writer-slider .owl-dots {
    display: none; margin-top:20px;
}


div#reviews-slider  .owl-nav{
	   
}

div#reviews-slider  .owl-dots{
	    display: none;
}


 .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot, .owl-carousel .owl-nav button.owl-next{
          
    font-size: 60px;
    color: black;
    display: inline;
    position: absolute;
    right: 1130px;
    top: 142px;
}

 .owl-carousel .owl-nav button.owl-next,  .owl-carousel button.owl-dot, .owl-carousel .owl-nav button.owl-next{
          
    font-size: 60px;
    color: black;
    display: inline;
    position: absolute;
    right: -15px;
    top: 142px;
}

section.service-content-section {
    padding: 50px 0;
    background: #f7f7f7;
}

.row-scroll{
	background:white;
	max-height: 620px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #10bfb7 transparent;
    max-width: 100%;
	padding:40px 20px;
	border-top:3px solid black;
}

.cta-left-image {
    text-align: center;
}


.cta-left-image img {
    width: 80%;
   border-radius:10px;
}

.cta-left-button{
	margin:20px 0;
}

/*Thanks Css*/
.thanks-page{
	padding:50px 0;
	background:#006d77;
	
}

.thanks-content{
	text-align:center;
	Color:white;
}

a.chat-now{
	Color:#10bfb7;
}


/*Policy Page  Css*/
.policy-page{
	padding:50px 0;
	background:white;
	
}

.policy-content{
	
	Color:black;
}


/*End Css*/

/* IMAGE WRAPPER */
.academic-girl{
    position: relative;
    display: inline-block;
    perspective: 1200px;
}

/* MAIN IMAGE */
.academic-girl img{
    width: 100%;
    display: block;
    transform-origin: center;
    filter: drop-shadow(0 20px 35px rgba(0,0,0,0.18));
    will-change: transform;
}

/* FLOATING CIRCLE */
.academic-girl::before{
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(0, 210, 255, 0.15);
    top: 20px;
    right: -20px;
    z-index: -1;
    animation: floatCircle 5s ease-in-out infinite;
}

/* ORANGE CIRCLE */
.academic-girl::after{
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(252,127,0,0.18);
    bottom: 30px;
    left: -20px;
    z-index: -1;
    animation: floatCircle2 4s ease-in-out infinite;
}

/* FLOATING ANIMATION */
@keyframes floatCircle{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-20px);
    }
    100%{
        transform: translateY(0px);
    }
}

@keyframes floatCircle2{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(15px);
    }
    100%{
        transform: translateY(0px);
    }
}

/* BOOK GLOW */
.book-glow{
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(0,255,255,0.22);
    filter: blur(50px);
    bottom: 80px;
    left: 80px;
    z-index: -1;
    animation: glowPulse 3s ease-in-out infinite;
}

@keyframes glowPulse{
    0%{
        transform: scale(1);
        opacity: .6;
    }
    50%{
        transform: scale(1.2);
        opacity: 1;
    }
    100%{
        transform: scale(1);
        opacity: .6;
    }
}



<!--new animation-->
/* MAIN WRAPPER */
.student-animation{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 500px;
}

/* STUDENT IMAGE */
.student-animation .student-img{
    position: relative;
    z-index: 5;
}

.student-animation .student-img img{
    width: 320px;
    filter: drop-shadow(0 20px 35px rgba(0,0,0,0.18));
    transform-style: preserve-3d;
}

/* ROTATING CIRCLE */
.rotating-ring{
    position: absolute;
    width: 430px;
	top:-50px;
    height: 430px;
    border: 2px dashed rgba(252,127,0,0.45);
    border-radius: 50%;
    animation: rotateRing 18s linear infinite;
}

/* ICONS */
.edu-icon{
    position: absolute;
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* ICON POSITIONS */
.icon1{
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.icon2{
    top: 80px;
    right: -25px;
}

.icon3{
    bottom: 80px;
    right: -25px;
}

.icon4{
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.icon5{
    bottom: 80px;
    left: -25px;
}

.icon6{
    top: 80px;
    left: -25px;
}

/* GLOW */
.student-glow{
    position: absolute;
    width: 240px;
    height: 240px;
    background: rgba(252,127,0,0.20);
    border-radius: 50%;
    filter: blur(70px);
    z-index: 1;
}

/* ROTATION */
@keyframes rotateRing{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}



/* MAIN WRAPPER */
.online-student{
    position: relative;
    width: 500px;
    margin: auto;
    perspective: 1200px;
	top:-150px;
}

/* BACK SHAPES */
.online-student .shape{
    position: absolute;
    border-radius: 30px;
    z-index: 1;
}

.online-student .shape1{
    width: 180px;
    height: 180px;
    background: #12c7c1;
    top: 40px;
    right: 70px;
}

.online-student .shape2{
    width: 120px;
    height: 120px;
    background: #FCB813;
    border-radius: 50%;
    bottom: 70px;
    left: 20px;
}

/* IMAGE */
.online-student img{
    width: 100%;
    position: relative;
    z-index: 5;
    filter: drop-shadow(0 25px 40px rgba(0,0,0,0.18));
    transform-style: preserve-3d;
}

/* FLOATING ICONS */
.study-icon{
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
    z-index: 6;
}

.icon-book{
    top: 40px;
    left: -20px;
}

.icon-laptop{
    top: 120px;
    right: -25px;
}

.icon-cap{
    bottom: 120px;
    left: -30px;
}

.icon-bulb{
    bottom: 40px;
    right: 0;
}

/* GLOW EFFECT */
.student-glow{
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(18,199,193,0.22);
    border-radius: 50%;
    filter: blur(80px);
    top: 100px;
    left: 120px;
    z-index: 0;
}


/* Liquid Button */

.liquid-btn-wrap{
    display:flex;
    justify-content:center;
    align-items:center;
}

.liquid-btn{
    position:relative;
    overflow:hidden;
    padding:12px 30px;
    border:none;
	width:250px;
    border-radius:10px;
    background:#0d1117;
    color:#fff;
    font-size:16px;
    font-weight:500;
    cursor:pointer;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    isolation:isolate;
    transition:all .3s ease;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.liquid-btn span{
    position:relative;
    z-index:3;
}

.liquid-btn .liquid{
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,#006c77,#10bfb7);
    transform:translateY(100%);
    border-radius:0% ;
    z-index:1;
}

.liquid-btn .liquid::before{
    content:"";
    position:absolute;
    width:200%;
    height:200%;
    top:-75%;
    left:-50%;
    background:rgba(255,255,255,.15);
     border-radius:10px;
    animation:liquidRotate 7s linear infinite;
}

.liquid-btn .liquid::after{
    content:"";
    position:absolute;
    width:180%;
    height:180%;
    top:-70%;
    left:-40%;
    background:rgba(255,255,255,.08);
     border-radius:10px;
    animation:liquidRotate 10s linear infinite reverse;
}

@keyframes liquidRotate{
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}

.liquid-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 40px rgba(0,114,255,.35);
}

.liquid-btn-wrap a {
    margin-left: 10px;
}


.points-list {
    gap: 20px;
    display: flex;
    justify-content: center;
}
