@charset "utf-8";

/* CSS Document */
body,
html {
	height: 100%;
}

body {
	background: #fff;
	overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "outfit", sans-serif;
}

p {
	font-family: "outfit" sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a {
	text-decoration: none !important;
	transition: all 0.5s;
}

.carousel-item img {
	width: 100%;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

/*Header Css Start*/

.tp-row {
	background: url(/assets/images/tp.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 24px 0px;
}

.email-phone ul li a {
	color: #fff;
	font-size: 13px;
	font-family: "outfit";
}

.email-phone ul {
	display: flex;
	margin: 0;
	align-items: center;
}

.email-phone ul li {
	margin: 0px 0px 0px 0px;
}

.email-phone ul li a i {
	color: #f04c23;
	font-size: 17px;
}

.livechat {
	text-align: right;
	position: relative;
	left: 100px;
}

.livechat a {
	color: #f04c23;
	background: #fff;
	padding: 12px 28px;
	margin: 0px 30px;
	font-family: "outfit";
	border-radius: 100px;
}

.logo img {
	max-width: 100%;
	height: auto;
}

.logo {
	width: 82%;
	margin: 0 auto;
}

.btm-row {
	border-bottom: 1px solid rgba(29, 29, 31, 0.1);
	padding: 9px 0px;
}

/* .btm-row .row {
    display: flex;
    align-items: center;
} */

a.nav-link {
	color: #212529 !important;
	font-size: 17px;
	font-family: "outfit";
}

.anchornav ul a {
	margin: 0px 10px;
}

.Order a {
	color: #fff;
	background: #f04c23;
	padding: 13px 42px;
	font-family: "outfit";
	border-radius: 100px;
	margin: 40px 40px !important;
}

.Order {
	position: relative;
	top: 10px;
}

.tp-row h6 {
	font-size: 12px;
	color: #fff;
	font-family: "outfit";
	padding: 0px 0px 5px !important;
	margin: 0;
	border-bottom: 2px dotted #f04c23;
	width: 93%;
}

.tp-row .row {
	display: flex;
	align-items: center;
}

.anchornav ul li a::before {
	content: "";
	position: absolute;
	background: #f04c23;
	height: 3px;
	transition: all 0.6s;
	top: 56px;
	left: 0;
	width: 0;
	display: inline-block;
}

.anchornav ul li a {
	position: relative;
}

.anchornav ul li a:hover::before {
	width: 100%;
}

.dropdown-menu a {
	font-family: "Poppins-Light";
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	margin: 0 !important;
	font-size: 15px;
	padding: 8px 10px;
}

a.dropdown-item:hover::before {
	display: none;
}

body {
	padding: 0px;
	overflow-x: hidden;
}

.spancediv {
	height: 300px;
	border-radius: 30px;
	color: #fff;
	font-size: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.big-title,
.big-titles,
.big-titlesw {
	font-size: 70px;
	position: relative;
	left: 0px;
	white-space: nowrap;
	right: 81vw;
}

p.small-title {
	font-size: 30px;
	position: relative;
	left: 10px;
	white-space: nowrap;
	right: 81vw;
}

/*Header Css End*/

/*banner css start*/

.center {
	text-align: left;
	align-items: center;
	font-family: "outfit";
	font-size: 44px;
	color: #f04c23;
	-webkit-text-stroke-width: medium;
}

.slider_section {
	padding-top: 134px;
}

.carousel {
	position: relative;
}

.carousel-indicators {
	left: inherit;
	top: 40%;
	margin-right: 2%;
	display: block;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-caption {
	position: inherit;
}

/*banner css end*/

/*faq css start*/

section.faq-sec {
	text-align: center;
	padding: 40px 30px;
}

.faq-head-blk h4 {
	font-size: 40px;
	font-family: "outfit";
	color: #ca786d;
}

.faq-head-blk p {
	font-size: 16px;
	font-family: "Poppins-Light";
	margin: 0;
	padding-bottom: 40px;
}

/*faq css end*/

/*footer css start*/

footer {
	background: #000;
	padding: 50px 0px 0;
}

.ftr-txt img {
	/* width: 100%; */
}

.ftr-txt p {
	color: #fff;
	font-family: "outfit";
}

/*footer css end*/

/*course css start*/

.tabcontent ul li {
	color: #fff;
	font-family: "Poppins-Light";
	display: inline-block;
	margin: 0px 0px 10px;
}

.tab-btn .row {
	display: flex;
	align-items: center;
}

.tabcontent h3 {
	font-size: 36px;
	color: #080303;
	margin: 0;
	padding-bottom: 30px;
}

/*
  course css end*/

/*accordion css start*/

.panel p {
	color: #fff;
	font-family: "outfit";
	margin: 0;
	padding: 20px 10px;
	width: 100%;
	background: #f04c23;
}

.accordion {
	background-color: #212529;
	color: #fff;
	outline: none !important;
	cursor: pointer;
	padding: 21px;
	font-family: "outfit";
	width: 100%;
	border: none;
	margin: 10px auto 0;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 1s;
}

section.faq-sec .active,
section.faq-sec .accordion:hover {
	color: #fff;
	background-color: #ffad00;
}

section.faq-sec .accordion {
	border: 2px solid #b92794;
}

section.faq-sec .panel p {
	background: #b92794;
	color: #fff;
}

.panel {
	padding: 0 0px;
	text-align: left;
	font-family: "Poppins-Light";
	display: none;
	background-color: white;
	transition: max-height 2s ease-out;
	overflow: hidden;
}

/*accordion css end*/

/* Style the tab */

.tabcontent p {
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	font-family: "Poppins-Light";
}

.tab {
	overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
	float: left;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 5px 0px;
	transition: 0.3s;
	font-size: 29px;
	outline: none !important;
	text-align: left;
	width: 100%;
	color: #fff;
	font-family: "outfit";
}

/* button.tablinks.active::after {display: none;}*/

/* Change background color of buttons on hover */
.tab button:hover {
}

/* Create an active/current tablink class */
.tab button.active {
	color: #51a2de;
}

/* Style the tab content */
.tabcontent {
	display: none;
	border-top: none;
	z-index: 99999;
	background: #d6dcf4b3;
	position: relative;
	padding: 40px 20px 40px;
	text-align: center;
	width: 60%;
	/* box-shadow: 0 0 10px #c1c1c1; */
	margin: 0 auto;
}

.ul-blk {
	display: flex;
}

.ul-blk ul {
	width: 100%;
}

section.take-sec {
	overflow: hidden;
}

. section.serv-sec {
	padding: 50px 0px;
}

.heading-blk-serv {
	text-align: center;
}

.heading-blk-serv h4 {
	font-size: 50px;
	color: #2f5a8b;
	font-family: "outfit";
}

.heading-blk-serv p {
	font-size: 16px;
	width: 70%;
	display: inline-block;
	color: #2f5a8b;
	font-family: "Poppins-Light";
	line-height: 35px;
	margin: 0;
	padding-bottom: 70px;
}

section.service-banner .banner-txt h1 {
	left: 0px;
	bottom: 0px;
	text-align: center;
	font-size: 50px;
	color: #fff !important;
}

section.service-banner .banner-txt p {
	left: 0;
	bottom: 0;
	text-align: left;
	width: 100%;
	padding: 0;
}

.btn-req a {
	background: #59b0d1;
	padding: 8px 30px;
	font-size: 18px;
	color: #ffffff;
	font-family: "Poppins-Light";
	text-transform: capitalize;
}

.head-form {
	text-align: center;
}

.head-form h4 {
	font-family: "outfit";
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 30px;
}

.form-block {
	background: #254e83;
	height: 571px;
	padding: 0px 10px;
}

section.contact-us .col-md-4 {
	padding: 0;
}

section.contact-us .col-md-8 {
	padding: 0;
}

section.contact-us {
	padding: 40px 0px 0;
}

.help-img-blk ul {
	display: flex;
	margin: 0px 20px;
	align-items: center;
}

.help-img-blk ul li img {
	width: 95%;
}

section.sample-work {
	padding: 170px 0px;
	background: linear-gradient(
			45deg,
			#5dbaeb 25%,
			rgba(239, 239, 239, 0) 25%,
			rgba(239, 239, 239, 0) 75%,
			#ffffff 75%,
			#ffffff
		),
		linear-gradient(
			45deg,
			#ffffff 25%,
			rgb(255 255 255) 25%,
			rgba(239, 239, 239, 0) 75%,
			#ffffff 75%,
			#ffffff
		);
}

.writers-blk:hover {
	box-shadow: 10px 15px 0px #5dbaeb;
	background: #2f5a8b;
}

.about_left_tp h2 span {
	color: #f04c23;
	font-size: 24px;
}

.about_left_tp h2 {
	font-size: 18px;
	font-family: "outfit";
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
	color: #212529;
}

.writers-blk {
	background: #fff;
	box-shadow: 10px -15px 0px #2f5a8b;
	margin: 50px 17px;
	padding: 30px 20px;
	cursor: pointer;
	transition: all 0.6s;
	border-radius: 20px;
	background: #5dbaeb;
}

.writer-txt ul {
	display: flex;
	margin: 0;
	justify-content: center;
}

.writer-txt ul li {
	margin: 0px 5px 0px 0px;
}

.writer-txt ul li i {
	font-size: 20px;
	color: gold;
	padding: 0px 0px 20px;
}

.grad i {
	background: #fff;
	padding: 15px 10px;
	font-size: 60px;
	color: #2f5a8b;
	border-radius: 100%;
}

.btm-txt-1 h5 {
	text-align: end;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	padding: 5px 8px;
	width: 40%;
	color: #2f5a8b;
	float: right;
	font-family: "outfit";
	font-size: 19px;
}

section.writer-sec {
	padding: 60px 0px;
	background: #fff6eb;
	text-align: center;
}

.upper-blk {
}

.img-writer img {
	width: 100%;
}

.writer-txt h5 {
	font-family: "outfit";
	font-size: 15px;
	margin: 0;
	padding-bottom: 3px;
}

.writer-txt h6 {
	font-family: "outfit";
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding-bottom: 12px;
}

.writer-txt span {
	background: #51a2de;
	color: #fff;
	border-radius: 7px;
	font-size: 13px;
	padding: 1px 10px;
	display: inline-block;
}

.writer-txt span i {
	font-size: 8px;
	position: relative;
	bottom: 1px;
}

.writer-txt {
	margin: 0px 11px;
	text-align: center;
}

.btm-blk {
	padding: 9px 0px 0;
	text-align: center;
}

.head-blk-writers h4 {
	font-family: "outfit";
	text-transform: capitalize;
	color: #2f5a8b;
	font-size: 40px;
}

.head-blk-writers p {
	font-family: "Poppins-Light";
	font-size: 14px;
	color: #2f5a8b;
	line-height: 30px;
	margin: 0;
	padding-bottom: 30px;
}

.btm-blk p {
	font-size: 14px;
	font-family: "Poppins-Light";
	color: #fff;
}

section.writer-sec .slick-prev:before,
section.writer-sec .slick-next:before {
	font-family: "slick";
	font-size: 30px !important;
	line-height: 1;
	opacity: 1;
	color: #000 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

section.writer-sec .slick-prev {
	left: -35px !important;
}

.ftr-blk-1 {
	/* display: flex; */
	/* width: 100%; */
}

.txt-blkfr {
	margin: 0px 0px 11px;
}

.txt-blkfr h6 {
	color: #fff;
	font-family: "outfit";
	font-size: 13px;
	margin: 0;
	line-height: 25px;
	padding-bottom: 0px;
}

.txt-blkfr span {
	color: #fff;
	font-family: "Poppins-Light";
	font-size: 14px;
}

.txt-blkfr span i {
	font-weight: 500;
	color: #e73b85;
	margin: 0px 8px 0px 0px;
}

.ftr-blk-2 ul li a {
	font-size: 14px;
	position: relative;
}

.ftr-blk-2 ul li img {
	width: 98%;
	position: relative;
	left: -55px;
}

.heading-ass {
	text-align: center;
}

.heading-ass h4 {
	font-family: "outfit";
	font-size: 35px;
	margin: 0;
	color: #fff;
	padding-bottom: 20px;
}

.heading-ass p {
	font-family: "Poppins-Light";
	margin: 0;
	font-size: 17px;
	padding-bottom: 30px;
	color: #fff;
}

section.awards-rewards.mobile-hide {
	padding: 40px 0px;
}

section.awards-rewards.mobile-hide h3 {
	font-size: 45px;
	font-family: "outfit";
	margin: 0px 0px 10px;
}

section.awards-rewards.mobile-hide p {
	font-family: "outfit";
	font-size: 17px;
}

.row.justify-content-center .col-md-2 {
	margin: 0px 10px;
	text-align: center;
	padding: 10px 0px;
	/*     background-image: linear-gradient(to right, #51a2de, #7592e3, #a47bd7, #ce5db7, #e73b85); */
}

.row.justify-content-center {
	padding: 40px 0px 0;
}

.faq-blk {
	padding: 80px 20px;
	height: 610px;
}

.slider-testi {
	padding: 40px 30px;
	height: 610px;
}

.test-blk {
	box-shadow: 0px 0px 10px #2f5a8b;
	background: #fff;
	padding: 30px 30px;
	border-radius: 10px;
	background: #5dbaeb;
	position: relative;
	margin: 60px 22px;
}

section.test-faq-sec .col-md-6 {
	padding: 0;
}

.slider-test h6 {
	text-align: end;
	font-family: "outfit";
	font-style: italic;
	font-size: 20px;
	color: #badfe7;
	margin: 0;
}

.slider-head h5 {
	font-size: 17px;
	font-family: "outfit";
	color: #00;
	/* background: #c2edce; */
	display: inline-block;
	padding: 10px 10px;
	border-radius: 10px;
}

.slider-head h4 {
	font-size: 50px;
	color: #2f5a8b;
	font-family: "outfit";
}

.slider-head {
	padding-bottom: 30px;
	text-align: center;
}

.test-blk i {
	font-size: 40px;
	color: #3d8087;
	position: absolute;
	text-align: center;
	border-radius: 100%;
	padding: 20px 0px 0;
	margin-bottom: 0px;
	left: 13px;
	top: 24px;
}

.test-blk p {
	font-family: "Poppins-Light";
	color: #fff;
	display: inline-block;
	margin: 0;
	line-height: 28px;
	font-size: 14px;
	width: 68%;
}

section.test-faq-sec {
	padding: 60px 0px;
	background: #212529;
}

.flex.flex-row.items-start.mb-5 {
	margin: 0px 0px 8px !important;
}

.student-btn a {
	color: #f04c23;
	background: #fff;
	display: inline-block;
	width: 40%;
	font-family: "outfit";
	text-align: center;
	padding: 12px 0px;
	margin: 10px -8px 0px 10px;
	border-radius: 100px;
}

.student-btn {
	position: relative;
	left: -30px;
}

.student-img img {
	width: 400px;
	position: relative;
	margin: 0px -20px;
	display: none;
}

section.test-faq-sec .row {
	display: flex;
	align-items: center;
}

.head-faq h4 {
	font-size: 40px;
	font-family: "outfit";
	color: #fff;
}

.head-faq p {
	color: #254e83;
	font-family: "Poppins-Light";
}

section.test-faq-sec .slick-next {
	top: 420px;
	right: -5px;
	background: #3d8087;
	padding: 0px 0px;
	min-width: 30px;
	text-align: center;
	min-height: 32px;
	border-radius: 100%;
}

section.test-faq-sec .slick-prev {
	top: 420px;
	right: 15px;
	background: #3d8087;
	padding: 0px 0px;
	min-width: 30px;
	text-align: center;
	min-height: 32px;
	border-radius: 100%;
	left: 573px;
}

.right-blk span img {
	width: 8%;
	filter: brightness(10.5);
	margin: 0px 10px 0px 0px;
}

.right-side {
	padding: 30px 0px;
}

.right-blk h6 {
	font-family: "Poppins-Light";
}

.right-blk span {
	font-size: 20px;
	color: #993a9b;
	font-family: "outfit";
}

.right-blk {
	margin: 0px 0px 0px;
	padding: 10px 20px !important;
	text-align: left;
}

.right-blk p {
	margin: 0px 0px 0px;
	font-family: "Poppins-Light";
	font-weight: 700;
	color: #ffb01c;
	font-size: 18px;
	/* background: #5dbaeb; */
	padding: 10px 0px;
}

section.why-student .row {
	display: flex;
	/* align-items: center; */
}

.left-side h4 {
	font-size: 40px;
	font-family: "outfit";
	margin: 0;
	padding-bottom: 30px;
	color: #ffb01c;
	line-height: 70px;
}

.left-side-head {
}

.left-side h4 span {
	color: #2f5a8b;
	font-size: 42px;
	font-family: "outfit";
}

.left-side p {
	font-family: "Poppins-Light";
	font-size: 15px;
	margin: 0;
	line-height: 42px;
	text-align: left;
	padding: 0px 0px;
}

section.why-student {
	padding: 40px 0px;
	background: radial-gradient(
			circle at 55% 92%,
			#fff6eb 0 12%,
			transparent 12.2%
		),
		radial-gradient(circle at 94% 72%, #ffa800 0 10%, transparent 10.2%),
		radial-gradient(
			circle at 21% max(98%, 340px),
			#ffac00 0 6%,
			transparent 6.2%
		),
		radial-gradient(circle at 0% 0%, #a83398 0 23%, transparent 24.2%), #fff6eb;
}

.sample-blk-blk {
	display: flex;
}

.sample-img img {
	width: 100%;
}

.sample-txt {
	margin: 0px 10px;
	padding: 10px 0px;
}

.sample-txt h5 {
	font-size: 16px;
	font-family: "outfit";
	margin: 0;
	padding-bottom: 3px;
	color: #fff;
}

.sample-txt p {
	font-family: "Poppins-Light";
	font-size: 14px;
	color: #fff;
}

.sample-blk {
	background: #51a2de;
	margin: 0px 10px;
}

.sample-img {
	padding: 5px 10px;
	background: #fff;
	border: 2px solid #51a2de;
}

.sample-head {
	text-align: center;
}

.sample-head h4 {
	font-size: 30px;
	font-family: "outfit";
	margin: 0;
	padding-bottom: 30px;
}

section.universities .row {
	display: flex;
	align-items: center;
}

section.universities {
	padding: 40px 30px;
}

.piot-txt h4 {
	font-size: 30px;
	font-family: "outfit";
	color: #212529;
	margin: 0;
	padding-bottom: 4px;
}

.piot-txt p {
	font-family: "outfit";
	font-size: 13px;
	color: #212529;
	margin: 0;
	padding-bottom: 0px;
}

.piot-txt h4 span {
	font-family: "outfit";
}

.help-txt-blk h4 span {
	color: #3d8087;
}

.banner-sec-1 {
	padding: 200px 0px 70px !important;
	background-size: 100% 100% !important;
	text-align: center;
}

section.banner-sec-serv .banner-txt {
	position: absolute;
	top: 120px;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: end;
	text-align: left;
	width: 40%;
}

.image-blk-banner {
	position: relative;
	text-align: center;
}

.banner-sec-1 .row {
	justify-content: center;
}

.banner-sec-1 h1 {
	font-size: 50px;
}

.form-block label {
	width: 100%;
	font-family: "outfit";
	font-size: 18px;
	color: #fff;
	margin: 10px 0px;
}

.form-block input {
	width: 100%;
	padding: 10px 10px;
	outline: none !important;
	background: #51a2de;
	border: 1px solid #51a2de;
}

.form-block input::placeholder {
	color: #fff;
	font-family: "Poppins-Light" !important;
}

.form-block textarea {
	width: 100%;
	height: 160px;
	border: 1px solid #51a2de;
	background: #51a2de;
	padding: 10px 10px;
	color: #fff;
	font-family: "Poppins-Light";
}

.form-block textarea::placeholder {
	color: #fff;
}

.form-block button {
	width: 40%;
	display: inline-block;
	margin: 2px 20px !important;
	font-size: 20px;
	font-family: "outfit";
	background: #fff;
	padding: 10px 0px;
	color: #51a2de;
	border: 1px solid #fff;
}

section.contact-us .row {
	display: flex;
	align-items: center;
}

.contact-det-blk {
	background: #51a2de;
	height: 571px;
	padding: 50px 20px 70px;
	position: relative;
	top: 2px;
}

.cntct label {
	width: 100%;
	font-size: 23px;
	font-family: "outfit";
	color: #fff;
	display: inline-block;
	position: relative;
}

.cntct a {
	font-size: 17px;
	font-family: "outfit";
	color: #254e83;
}

.cntct {
	margin-bottom: 30px;
}

.cntct a i {
	font-size: 18px;
	background: #254e83;
	min-width: 34px;
	text-align: center;
	padding: 8px 0px;
	border-radius: 100px;
	color: #fff;
}

.cntct label::before {
	content: "";
	position: absolute;
	border-bottom: 2px solid #fff;
	top: 34px;
	width: 100%;
}

.review-blk ul {
	display: flex;
	margin: 0;
	padding-bottom: 10px;
}

.review-blk h6 {
	font-size: 15px;
	font-family: "outfit";
	color: #fff;
	margin: 0;
	line-height: 25px;
	padding-bottom: 20px;
}

.review-blk h5 {
	color: #fff;
	font-family: "outfit";
	margin: 0;
	display: inline-block;
	padding: 10px 10px 20px;
	color: #f04c23;
	position: absolute;
	font-size: 24px;
	left: 20px;
	bottom: -85px;
}

.review-blk {
	padding: 20px 30px;
	position: relative;
	height: 190px;
	margin: 0px 0px 100px;
	transition: all 1s;
	border-left: 7px solid #f04c23;
	cursor: pointer;
	background: #212529;
}

section.review-sec {
	padding: 60px 0px;
}

.review-blk ul li i {
	font-size: 30px;
	margin: 0px 10px 0px 0px;
	color: gold;
}

.caret {
	position: absolute;
	bottom: -75px;
}

.caret i {
	font-size: 120px;
	color: #993a9b;
}

.review-blk:hover {
	transform: translate(-10px, 20px);
}

.review-blk:hover .caret i {
	color: #254e83;
}

/************************** popup  ************************************/

div#popupform input {
	width: 100% !important;
	padding: 10px 10px;
	font-family: "Montserrat-Regular";
	border: 2px solid #301d44;
}

div#popupform .row {
	display: inherit;
}

div#popupform {
	padding: 0px 25px;
}

div#popupform textarea {
	height: 100px;
	font-family: "Montserrat-Regular";
	border: 2px solid #301d44;
}

div#popupform textarea::placeholder {
	font-family: "Montserrat-Regular";
	color: #495057;
	font-size: 15px;
}

div#popupform input::placeholder {
	font-family: "Montserrat-Regular";
	color: #495057;
	font-size: 15px;
}

.modal {
	top: 0%;
	background: #000000de;
}

.modal-dialog {
	width: 100%;
	margin: 180px auto 0;
}

.pop_heading {
	width: 100%;
	padding: 20px 20px 0;
}

.pop_heading h5 {
	font-size: 20px;
	font-weight: 700;
	border-left: 4px solid #f04c23;
	font-family: "Montserrat-Regular";
	padding: 0 20px;
	color: #301d44;
	margin: 0;
}

button.h_b_btn {
	background: #212529;
	color: #fff;
	padding: 10px 30px;
	border: 2px solid #f04c23;
	border-radius: 15px;
}

.pop_heading h4 {
	font-size: 25px;
	font-family: "Montserrat-Bold";
	color: #f04c23;
	margin: 30px 0px 0px;
	line-height: 40px;
}

.pop_heading h2 {
	font-size: 35px;
	color: #301d44;
	font-weight: bold;
	margin: 10px 0;
}

.field {
	width: 100%;
	position: relative;
	margin: 0 0 10px;
}

span.pop_icon {
	position: absolute;
	color: #301d44;
	left: 13px;
	top: 7px;
}

.field .form-control {
	width: 100%;
	border-radius: 0;
	padding: 3px 0 4px 37px;
	resize: none;
}

.modal-content {
	box-shadow: rgb(243, 238, 238) 0px 0px 3px 2px;
	border-radius: 30px;
}

#popupform p {
	text-align: center;
	font-size: 14px;
	color: #000000;
	margin: 19px 0 0;
}

.modal-header {
	padding: 0;
	border: none;
}

button.pop_btn {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	background: #301d44;
	padding: 10px 0;
	border: none;
	width: 100%;
}

button.close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 9px;
	right: 15px;
	display: block;
	opacity: 1;
}

.fade.in {
	overflow: hidden;
}

/************************** popup ************************************/

section.banner-sec-serv .banner-txt h1 {
	left: 0;
	bottom: 0;
	color: #fff;
}

section.banner-sec-serv .banner-txt p {
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: left;
	padding: 0;
}

section.banner-sec-serv .order {
	left: 0;
	top: 0;
}

section.banner-sec-serv .order a {
	float: left;
	text-align: center;
}

.essay-blk h4 {
	font-size: 33px;
	color: #212529;
	font-family: "outfit";
	margin: 0;
	padding-bottom: 20px;
}

.essay-blk h6 {
	font-size: 16px;
	font-family: "outfit";
	margin: 0;
	padding-bottom: 20px;
	line-height: 30px;
	color: #212529;
}

.essay-blk p {
	font-size: 17px;
	font-family: "outfit";
	line-height: 30px;
	color: #212529;
	margin: 0;
	padding-bottom: 15px;
}

section.essay-sec {
	padding: 40px 30px;
}

section.essay-sec .row {
	display: flex;
	align-items: center;
}

.essay-img img {
	width: 100%;
}

.essay-blk h4 span {
}

section.essay-blue {
	background: #212529;
	padding: 40px 30px;
}

.essay-blue h4 {
	font-size: 40px;
	color: #fff;
	margin: 0;
	padding-bottom: 30px;
	font-family: "outfit";
}

.essay-blue p {
	font-size: 15px;
	font-family: "outfit";
	color: #fff;
}

.essay-blue a {
	background: #e73c86;
	padding: 10px 30px;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	font-family: "Poppins-Light";
}

.blue-blk-blk h4 {
	font-size: 32px;
	color: #f04c23;
	margin: 0;
	font-family: "outfit";
	padding-bottom: 12px;
}

.blue-blk-blk {
	padding: 0px 20px;
	margin: 0px 0px 0px;
}

.blue-blk-blk p {
	font-size: 17px;
	font-family: "outfit";
}

section.essay-blue .row {
	display: flex;
	align-items: center;
}

section.essay-sec2 {
	padding: 40px 30px;
}

.essay-txt h4 {
	font-family: "outfit";
	font-size: 35px;
	margin: 0;
	padding-bottom: 20px;
}

.essay-txt p {
	font-size: 17px;
	font-family: "outfit";
	line-height: 30px;
	color: #212529;
}

.essay-txt ul li i {
	min-width: 26px;
	color: #f04c23;
	font-weight: 800;
	font-size: 18px;
	text-align: center;
	border-radius: 100%;
	padding: 3px 0px;
	margin: 0px 1px 0px 0px;
}

.essay-txt ul li {
	margin: 0px 40px 12px 0px;
	font-size: 16px;
	font-family: "outfit";
	color: #212529;
}

.essay-img-blk img {
	width: 100%;
}

.essay-img-blk {
	position: relative;
}

.essay-img-blk-1 img {
	width: 500px;
	height: 600px;
}

.essay-img-blk-1 {
	position: relative;
	top: 90px;
	left: 30px;
}

.ftr-blk-1 ul {
}

.ewc ul li:hover i {
	color: #3d8087;
	background: #fff;
}

ul.navbar-nav.mr-auto li {
	margin: 0px 6px;
}

.ftr-btm .row {
	justify-content: center;
}

.ftr-btm h6 {
	color: #fff;
	font-family: "outfit";
	font-size: 15px;
	margin: 0;
	padding-bottom: 15px;
	/* text-align: center; */
}

.tab-content {
	position: relative;
	overflow: hidden;
}

.is-animating {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	width: auto;
}

.content-pane {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	opacity: 0;
	transform: translateX(100%) translateY(-50%);
}

.is-active {
	position: relative;
	opacity: 1;
	transform: translateX(0%);
}

.is-animating {
	transition: opacity 400ms ease-out, transform 400ms ease-out;
}

.is-exiting {
	opacity: 0;
	transform: translateX(-100%);
}

/*optional styling for CodePen example*/
.nav-tabs li.active a {
	background: #5dbaeb !important;
	margin: 0px 0px 20px;
	position: relative;
	bottom: 10px;
}

/* a.text-uppercase {
      background: #2f5a8b;
      padding: 25px 9.6px;
      min-width: 155px;
      display: inline-block;
      font-family: 'outfit';
      margin: -10px 10px 20px;
      color: #fff;
      text-align: center;
  } */

.tab-content {
	/* margin-top: -1px; */
	border: none !important;
	border-top: none !important;
	width: 99.8%;
	padding: 60px 20px;
	/* border-bottom-left-radius: 5px; */
	/* border-bottom-right-radius: 5px; */
	background: #5dbaeb;
	text-align: center;
}

.nav-tabs {
	border: 0 !important;
}

.tab-content h3 {
	font-family: "outfit";
	color: #2a5487;
	font-size: 42px;
	margin: 0;
	padding-bottom: 25px;
}

.tab-content p {
	line-height: 30px;
	font-family: "Poppins-Light";
	color: #fff;
}

.tab-content h3 b {
	color: #ffffff;
	font-family: "Poppins-Light";
	font-size: 34px;
}

.order a {
	width: 30%;
	border: 2px solid #f04c23;
	padding: 15px 0px;
	border-radius: 100px;
	transition: all 0.6s;
	background: #212529;
	font-size: 17px;
	color: #fff;
	display: inline-block;
	font-family: "outfit";
	margin: 30px 0px 0px;
	text-align: center;
}

.order a:hover {
	background: transparent;
	color: #f04c23;
	transform: scale(0.9);
}

.form-blk input::placeholder {
	font-family: "outfit";
	color: #f04c23;
}

.form-blk textarea::placeholder {
	font-family: "outfit";
	color: #f04c23;
}

.form-blk input {
	width: 100%;
	padding: 10px 20px;
	text-align: center;
	border: 0;
	background: #fff6eb;
	margin-bottom: 20px;
	border-radius: 30px;
}

.form-blk textarea {
	width: 100%;
	height: 140px;
	background: #fff6eb;
	margin: 0 auto;
	outline: none !important;
	resize: none;
	text-align: center;
	padding: 10px 20px;
	border-radius: 30px;
}

.form-blk {
	background: #212529;
	border-radius: 25px;
	margin: 40px auto;
	width: 80%;
	padding: 20px 10px;
	box-shadow: -16px 16px 0px #f04c23;
}

button.send_form {
	margin: 0 auto;
}

.btn-col {
	width: 100% !important;
	margin: 0 auto;
}

.btn-col button {
	width: 100%;
	border: 1px solid #212529;
	padding: 12px 0px;
	border-radius: 100px;
	background: #f04c23;
	color: #fff;
	font-family: "outfit";
	margin: 20px 0px 0px;
}

.col-md-12.btn-col {
	text-align: center;
}

.animate-wiggle {
	/* animation: wiggle 3s infinite; */
}

@keyframes wiggle {
	0%,
	100% {
		transform: rotate(3deg);
	}

	50% {
		transform: rotate(-3deg);
	}
}

@keyframes pulse {
	0% {
		opacity: 0.9;
		transform: scale(0.95);
	}

	30% {
		opacity: 1;
		transform: scale(1);
	}

	70% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0.9;
		transform: scale(0.95);
	}
}

section.form-sec {
	width: 100%;
	margin: 0px 20px;
}

@keyframes glow-red {
	from {
		box-shadow: 0 0 2px #59b0d1, 0 0 10px #59b0d1, 0 0 20px #59b0d1,
			0 0 30px #59b0d1;
	}

	to {
		box-shadow: 0 0 10px #254e83, 0 0 20px #fff, 0 0 30px #254e83, 0 0 40px #fff;
	}

	0%,
	100% {
		transform: translateX(10px);
	}

	50% {
		transform: translateX(0px);
	}
}

#avatar {
	animation: avatar 4s ease-in-out infinite alternate;
}

@keyframes avatar {
	50% {
		opacity: 1;
		transform: scale(1.1);
	}

	100% {
		opacity: 0.9;
		transform: scale(0.95);
	}

	0%,
	100% {
		transform: translateX(10px);
	}

	50% {
		transform: translateX(0px);
	}
}

@keyframes mobile {
	0% {
		opacity: 0.9;
		transform: scale(0.95);
	}

	30% {
		opacity: 1;
		transform: scale(1);
	}

	70% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0.9;
		transform: scale(0.95);
	}

	100% {
		transform: translateX(0px);
	}

	50% {
		transform: translateX(10px);
	}
}

.img-blk-serv img {
	width: 100%;
}

.content-pane .row {
	display: flex;
	align-items: center;
}

.bx-blk {
	height: 100%;
	position: absolute;
	/* bottom: 0px; */
	left: 0;
	transition: all 0.6s;
	right: 0;
	background: #2f5a8b;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0;
}

.bx-img {
	position: relative;
	background: #000;
	overflow: hidden;
}

.bx-img img {
	width: 100%;
	opacity: 0.6;
	transition: all 0.6s;
}

.bx-blk i {
	font-size: 30px;
	background: #5dbaeb;
	min-width: 56px;
	text-align: center;
	padding: 11px 0px;
	border-radius: 100%;
	color: #fff;
}

.box-blk:hover .bx-img img {
	transform: scale(1.1);
}

.box-blk:hover .bx-blk {
	height: 50%;
	opacity: 1;
	background: #5dbaeb6b;
}

.bx-blk i {
	opacity: 1;
	transition: all 0.6s;
}

.box-blk:hover .bx-blk i {
}

.box-blk-txt {
	height: 0;
	background: #5dbaeb;
	position: absolute;
	bottom: 0;
	transition: all 0.6s;
	left: 0;
	right: 0;
	text-align: center;
}

.bx-blk h5 {
	margin: 0;
	color: #fff;
	font-family: "Poppins-Light";
	padding: 18px 0px;
}

.box-blk:hover .box-blk-txt {
	height: 26%;
	opacity: 1;
}

.box-blk-txt p {
	color: #fff;
	font-size: 12px;
	font-family: "Poppins-Light";
	line-height: 16px;
	margin: 0;
	padding: 2px 9px;
}

.box-blk {
	margin: 0px 0px 20px;
}

section.writer-sec .slick-center {
	transform: scale(1.1);
	transition: all 1s;
	background: #2f5a8b;
	box-shadow: 10px 15px 0px #5dbaeb;
}

section.writer-sec .slick-center h5 {
	color: #fff;
}

.writers-blk:hover h5 {
	color: #fff;
}

.test-blk h4 {
	font-size: 30px;
	font-family: "outfit";
	color: #2f5a8b;
	margin: 0;
	padding-bottom: 20px;
}

.img-slide img {
	width: 55%;
}

.img-slide {
	position: absolute;
	right: 15px;
	display: flex;
	justify-content: end;
	bottom: -45px;
}

section.testi-sec .slick-center {
	transform: scale(1.1);
	transition: all 1s;
	background: #2f5a8b;
}

section.testi-sec .slick-center h4 {
	color: #fff;
}

footer .row {
	display: flex;
}

.img-pay-blk h5 {
	color: #fff;
	font-family: "outfit";
	margin: 0;
	font-size: 27px;
	padding-bottom: 10px;
	display: inline-block;
}

.ftr-txt h4 {
	color: #fff;
	font-size: 30px;
	font-family: "outfit";
	padding: 0px 0px 5px;
}

.ftr-txt {
	margin: 30px 0px 0px;
}

.ftr-blk h4 {
	color: #fff;
	font-family: "outfit";
	font-size: 30px;
}

.ftr-blk {
	margin: 30px 0px 0px;
}

.ftr-blk ul li a {
	color: #fff;
	font-family: "outfit";
	font-size: 16px;
}

.ftr-blk ul li {
	padding: 0px 0px;
	margin-bottom: 15px;
}

.ftr-blk ul li a i {
	color: #fff;
	font-size: 20px;
	margin-right: 20px;
}

.ftr-blk-2 ul li a {
	font-size: 16px;
}

.ftr-blk-2 ul li {
	margin: 0px 0px 20px;
}

.ftr-blk ul li:hover a i {
	transform: rotate(360deg);
}

section.testi-sec {
	background: linear-gradient(
			45deg,
			#ffffff 25%,
			rgba(239, 239, 239, 0) 25%,
			rgba(239, 239, 239, 0) 75%,
			#5dbaeb 75%,
			#5dbaeb
		),
		linear-gradient(
			45deg,
			#5dbaeb 25%,
			rgba(239, 239, 239, 0) 25%,
			rgba(239, 239, 239, 0) 75%,
			#5dbaeb 75%,
			#5dbaeb
		);
}

section.service-sec {
	padding: 60px 0px;
}

.head-serv {
	text-align: center;
}

.head-serv h4 {
	font-size: 40px;
	font-family: "outfit";
	margin: 0;
	padding-bottom: 30px;
	color: #fff;
}

.essay-img {
	animation: pulse 4s ease-out infinite;
}

.mob-img img {
	width: 100%;
}

section.essay-sec .row {
	display: flex;
	align-items: center;
}

.mob-img {
	width: 100%;
	position: relative;
	left: 80px;
	top: 20px;
	animation: mobile 4s ease-in-out infinite alternate;
}

.blue-blk {
	margin: 20px 0px;
}

.order-btn-1 {
	left: 0;
	top: 0;
}

.order-btn-1 a {
	width: 25%;
	text-align: center;
	float: left;
	padding: 15px 0px;
	background: #fff;
	color: #60bdec;
}

@keyframes box1 {
	0% {
		transform: rotate(0deg);
		background: #5dbaeb;
	}

	50% {
		transform: rotate(180deg);
		background: #254e83;
	}

	100% {
		transform: rotate(360deg);
		background: #5cb8ea;
	}
}

.image-blk-banner img {
	width: 100%;
}

section.service-banner .banner-txt {
	position: absolute;
	top: 200px;
	left: -390px;
	right: 0px;
	bottom: 0;
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: center; */
	width: 100%;
	/* align-items: center; */
	/* text-align:   center; */
}

.btn-req a {
	background: #fff;
	color: #254e83;
	transition: all 1s;
	width: 47%;
	font-family: "outfit";
	display: inline-block;
}

.btn-req:hover a {
	background: #254e83;
	color: #fff;
	width: 60%;
}

section.service-sec h1 {
	font-family: "outfit";
	color: #fff;
	margin: 0;
	padding: 30px 0px;
}

section.service-sec h1 span {
	text-transform: capitalize;
	color: #5dbaeb;
}

.col-lg-12.text-center.text-center p {
	color: #2f5a8b;
	font-family: "Poppins-Light";
	margin: 0;
	padding-bottom: 30px;
}

section.faq-sec p {
	color: #212529;
	text-align: left;
	font-family: "outfit";
	letter-spacing: 0;
}

.head-faq p {
	color: #fff;
}

section.banner-sec .row {
	display: flex;
	align-items: center;
}

.banner-txt h1 {
	font-family: "outfit";
	font-size: 44px;
	-webkit-text-stroke: medium;
	margin-bottom: 0;
	line-height: 60px;
	color: #f04c23;
	padding-bottom: 20px;
}

.banner-txt p {
	font-family: "Poppins-Light";
	line-height: 30px;
	font-size: 18px;
}

.ghgh h3 {
	color: #f04c23;
}

.ghgh p {
	color: #fff;
}

.bg-gray-100.p-5.px-10.w-full.flex.items-center {
	background: #fff;
	padding: 10px 10px !important;
	border-radius: 10px;
}

.bg-gray-100.p-5.px-10.w-full.flex.items-center h4 {
	font-size: 20px;
	font-family: "outfit";
	color: #212529;
}

.bg-gray-100.p-5.px-10.w-full.flex.items-center h4 span {
	font-size: 30px;
	-webkit-text-stroke: thin;
	color: #f04c23;
}

.bg-indigo-100.p-5.px-10.w-full.flex.items-center {
	background: #f04c23;
	height: 180px;
	padding: 30px 20px !important;
	border-radius: 10px;
}

li.text-left.mb-10 {
	margin: 0px 10px 20px;
}

.bg-indigo-100.p-5.px-10.w-full.flex.items-center p {
	font-size: 14px;
	font-family: "outfit";
	color: #fff;
}

.py-24 {
	background: #8d3f9d;
}

.bg-indigo-500 {
	background-color: #f4b328 !important;
}

span.text-indigo-600 {
	color: #f4b328;
	font-family: "outfit";
}

h3.text-3xl.sm\:text-4xl.leading-normal.font-extrabold.tracking-tight.text-gray-900 {
	color: #fff;
	font-family: "outfit";
}

.term-blk h4 {
	font-size: 30px;
	font-family: "outfit";
	margin: 0;
	padding-bottom: 15px;
}

.term-blk p {
	font-size: 16px;
	font-family: "Poppins-Light";
	line-height: 35px;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.term-blk {
	padding: 40px 0px;
}

.term-blk ul {
	margin: 0px 20px 20px;
}

.term-blk ul li {
	font-size: 14px;
	font-family: "outfit";
	padding-bottom: 10px;
	list-style: inside;
}

section.essay-blue .container .box {
	position: relative;
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 30px;
	transition: 0.5s;
}

section.essay-blue .container .box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50px;
	width: 50%;
	height: 100%;
	background: #fff;
	border-radius: 8px;
	transform: skewX(15deg);
	transition: 0.5s;
}

section.essay-blue .container .box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50px;
	width: 50%;
	height: 100%;
	background: #fff;
	border-radius: 8px;
	transform: skew(15deg);
	transition: 0.5s;
	filter: blur(30px);
	/* transition:0.5s; */
}

section.essay-blue .container .box:hover:before,
section.essay-blue .container .box:hover:after {
	transform: skewX(0deg);
	left: 20px;
	width: calc(100% - 90px);
}

section.essay-blue .container .box:nth-child(1):before,
section.essay-blue .container .box:nth-child(1):after {
	background: linear-gradient(315deg, #bb487c, #ffad04);
}

section.essay-blue .container .box:nth-child(2):before,
section.essay-blue .container .box:nth-child(2):after {
	background: linear-gradient(315deg, #03a9f4, #ff0000);
}

section.essay-blue .container .box:nth-child(3):before,
section.essay-blue .container .box:nth-child(3):after {
	background: linear-gradient(315deg, #4dff03, #00d0ff);
}

section.essay-blue .container .box span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
	pointer-events: none;
}

section.essay-blue .container .box span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	/* it has to be written like this not [backdrop-filter: blur(10px);] alone */
	-webkit-backdrop-filter: blur(10px);
	/* backdrop-filter: blur(10px); */
	opacity: 0;
	transition: 0.5s;
	animation: animate 2s linear infinite;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

section.essay-blue .container .box:hover span::before {
	top: -50px;
	left: 50px;
	width: 100px;
	height: 100px;
	opacity: 1;
}

section.essay-blue .container .box span::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	/* same note as ABOVE */
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);

	opacity: 0;
	transition: 0.5s;
	animation: animate 2s linear infinite;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	animation-delay: -1s;
}

section.essay-blue .container .box:hover span::after {
	bottom: -50px;
	right: 50px;
	width: 100px;
	height: 100px;
	opacity: 1;
}

@keyframes animate {
	0%,
	100% {
		transform: translateY(10px);
	}

	50% {
		transform: translateY(-10px);
	}
}

section.essay-blue .container .box .content {
	position: relative;
	left: 0;
	padding: 20px 40px;
	background: rgba(255, 255, 255, 0.05);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	/* same note as ABOVE */
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10p);
	z-index: 1;
	transition: 0.5s;
	color: #fff;
	font-family: "outfit";
}

section.essay-blue .container .box:hover .content {
	left: -25px;
	padding: 60px 40px;
}

section.essay-blue .container .box .content h2 {
	font-size: 2em;
	color: #fff;
	margin-bottom: 10px;
}

section.essay-blue .container .box .content p {
	font-size: 1.1em;
	margin-bottom: 10px;
	line-height: 1.4em;
	font-family: "Poppins-Light";
}

section.essay-blue .container .box .content a {
	display: inline-block;
	font-size: 1.1em;
	color: #111;
	background: #fff;
	padding: 10px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 700;
	margin-top: 5px;
}

section.essay-sec-3 {
	padding: 40px 30px;
}

section.essay-4 {
	padding: 40px 30px;
}

section.essay-4 h4 {
	font-size: 30px;
	font-family: "outfit";
	padding-bottom: 10px;
	text-transform: capitalize;
}

section.essay-4 p {
	font-size: 17px;
	font-family: "outfit";
	line-height: 35px;
	margin: 0;
	color: #212529;
	padding-bottom: 10px;
}

.essay-txt ul {
	display: flex;
	margin: 25px 0px 0px;
}

section.about-sec {
	padding: 40px 0px;
}

section.about-sec p {
	font-size: 16px;
	font-family: "outfit";
	line-height: 35px;
	margin: 0;
	padding-bottom: 10px;
}

#contact {
	display: flex;
	justify-content: center;
	align-items: center;
}

section#contact .contact-box {
	width: 100%;
	margin: 80px 50px;
	display: flex;
	flex-wrap: wrap;
}

section#contact .contact-links,
section#contact .contact-form-wrapper {
	width: 50%;
	padding: 10px 20px;
}

section#contact .contact-links {
	background-color: #212529;
	border-radius: 10px 0 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section#contact .contact-form-wrapper {
	background-color: #f04c23;
	border-radius: 0 10px 10px 0;
}

@media only screen and (max-width: 800px) {
	section#contact .contact-links,
	.contact-form-wrapper {
		width: 100%;
	}

	section#contact .contact-links {
		border-radius: 10px 10px 0 0;
	}

	section#contact .contact-form-wrapper {
		border-radius: 0 0 10px 10px;
	}
}

@media only screen and (max-width: 400px) {
	section#contact .contact-box {
		width: 95%;
		margin: 8% 5%;
	}
}

section#contact h2 {
	font-family: "outfit";
	color: #fff;
	font-size: 70px;
	line-height: 130px;
	letter-spacing: 2px;
	text-align: center;
}

section#contact .links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 50px;
}

section#contact .link {
	margin: 10px;
	cursor: pointer;
}

section#contact img {
	width: 45px;
	height: 45px;
	filter: hue-rotate(220deg) drop-shadow(2px 4px 4px #0006);
	transition: 0.2s;
	user-select: none;
}

section#contact img:hover {
	transform: scale(1.1, 1.1);
}

section#contact img:active {
	transform: scale(1.1, 1.1);
	filter: hue-rotate(220deg) drop-shadow(2px 4px 4px #222) sepia(0.3);
}

section#contact .form-item {
	position: relative;
}

section#contact input {
	width: 100%;
	padding: 15px 20px;
	outline: none !important;
	border-radius: 25px;
	font-size: 14px;
	font-family: "outfit";
	color: #000 !important;
}

section#contact textarea {
	width: 100%;
	height: 80px;
	outline: none !important;
	padding: 15px 20px;
	font-size: 14px;
	font-family: "outfit";
	border-radius: 25px;
}

section#contact label {
	width: 100%;
	font-size: 17px;
	font-family: "outfit";
	margin: 20px 0px 10px;
	color: #fff;
}

section#contact input::placeholder {
	color: #212529 !important;
}

section#contact textarea::placeholder {
	color: #212529;
}

@media only screen and (max-width: 400px) {
	section#contact .links {
		padding-top: 30px;
	}

	section#contact img {
		width: 38px;
		height: 38px;
	}
}

#down-triangle {
	width: 0;
	height: 0;
	border-top: 30px solid #212529;
	border-left: 10px solid transparent;
	border-right: 32px solid transparent;
	position: absolute;
	top: 102%;
	left: 10%;
	transform: translate(-50%, -20%);
}

.thankyou-blk {
	text-align: center;
	padding: 140px 0px;
}

.thankyou-blk h1 {
	font-size: 40px;
	font-family: "outfit";
}

.thankyou-blk i {
	font-size: 60px;
	background: #f04c23;
	color: #fff;
	min-width: 100px;
	padding: 18px 0px;
	margin: 20px 0px;
	border-radius: 100px;
}

.thankyou-blk h5 {
	font-family: "outfit";
	font-size: 29px;
}

.thankyou-blk a {
	display: inline-block;
	width: 12%;
	background: #f04c23;
	padding: 13px 0px;
	color: #fff;
	margin: 30px 0px;
	font-family: "outfit";
}

.floating_btn {
	position: fixed;
	bottom: 0px;
	left: 30px;
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

@keyframes pulsing {
	to {
		box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
	}
}

.contact_icon {
	background-color: #42db87;
	color: #fff;
	width: 60px;
	height: 60px;
	font-size: 30px;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translatey(0px);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 0 0 #42db87;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	font-weight: normal;
	font-family: sans-serif;
	text-decoration: none !important;
	transition: all 300ms ease-in-out;
}

li.numb-img img {
	width: 59% !important;
	margin: 0px 46px;
}

/*writers css*/

.recent-review {
	border: 1px solid #dee2e6;
	border-radius: 5px;
	position: relative;
	margin-top: 15px;
	background-color: #fff;
	max-width: 530px;
	margin: 0 auto;
	border-radius: 10px;
}

.recent-review-left p {
	font-family: "Poppins-Light";
	color: #f04c23;
}

.recent-reviews-btm a {
	background: #f04c23;
	padding: 12px 0px;
	display: inline-block;
	width: 90%;
	margin: 10px 0px 0;
	color: #fff;
	text-align: center;
	font-family: "outfit";
	border-radius: 100px;
}

.recent-review .avatar {
	width: 82px;
	height: 82px;
	border-radius: 50%;
	line-height: 50px;
	color: #2d3e54;
	font-size: 30px;
	text-align: center;
	border: 1px solid #dee2e6;
	background-color: #f4f4f4;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("/assets/images/team_sprite.png");
}

.recent-review .avatar.male {
	background-position: -90px 0;
}

.recent-review .avatar.male1 {
	background-position: center center;
	margin: 0 auto;
}

.recent-review .avatar.male2 {
	background-position: -270px 0;
}

.recent-review .avatar.male3 {
	background-position: -180px 0;
}

.recent-review .avatar.male4 {
	background-position: -360px 0;
}

.recent-review .avatar.female {
	background-position: 0px 0px;
}

.recent-review-left h4 {
	font-size: 18px;
	font-family: "outfit";
	color: #212529;
}

#academic-experts-carousel .carousel-indicators li,
#customer-testimonials-carousel .carousel-indicators li {
	border-radius: 2px;
	background: 0 0;
	border: 2px solid #f04c23;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #f04c23 !important;
	display: block;
	width: 9px;
	height: 9px;
	margin: 5px 7px;
	opacity: 0.5;
}

#academic-experts-carousel .carousel-indicators .active,
#customer-testimonials-carousel .carousel-indicators .active {
	transform: rotate(45deg);
	opacity: 1;
}

#academic-experts-carousel .carousel-indicators {
	bottom: -65px;
	z-index: 1;
}

#customer-testimonials-carousel .carousel-indicators {
	bottom: -74px;
	z-index: 1;
}

#academic-experts-carousel .carousel-indicators .active,
#customer-testimonials-carousel .carousel-indicators .active {
	transform: rotate(45deg);
	opacity: 1;
}

#academic-experts-carousel .carousel-indicators {
	bottom: -40px !important;
	z-index: 1;
	top: auto;
}

#customer-testimonials-carousel .carousel-indicators {
	bottom: -74px;
	z-index: 1;
}

h2.main-title {
	font-size: 45px;
	font-family: "outfit";
	text-align: center;
	color: #212529;
}

p.para-desc {
	font-family: "outfit";
	font-size: 17px;
	color: #212529;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 0px 100px;
	margin: 10px 0px 40px;
}

.about_left_btm p {
	margin-bottom: 10px;
	line-height: 24px;
	margin-top: 80px;
}

.about_card {
	background-color: #fff;
	padding: 10px;
	margin: 50px 0px 0px;
	border-radius: 5px;
	transition: all 0.3s linear;
	position: relative;
}

.about_left_btm img {
	width: 100%;
}

.about_left_btm {
	width: 80%;
	margin: 50px auto 0;
}

.recent-review-tp {
	padding: 20px 25px;
}

.recent-reviews-btm ul {
	padding: 0;
	list-style: none;
	margin-top: 10px;
}

.recent-reviews-btm ul li {
	margin-bottom: 13px;
	color: #212529;
	font-size: 16px;
	font-family: "outfit";
}

.recent-reviews-btm {
	padding: 0 20px 0 55px;
}

.recent-reviews-btm ul li span:nth-child(1) .fa {
	color: #212529;
}

.recent-reviews-btm ul li span:nth-child(2) {
	color: #f04c23;
}

.recent-reviews-btm ul li span:nth-child(2) .fas.fa-user {
	color: #8492a6;
	font-size: 12px;
}

.purple {
	color: #2f55d4 !important;
	font-style: normal;
}

#owl-4.owl-theme .owl-controls .owl-page span {
	border-radius: 2px;
	background: 0 0;
	border: 2px solid #2f55d4;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #2f55d4 !important;
}

#owl-4.owl-theme .owl-controls {
	margin-top: 0;
}

.about-left-seal {
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	display: inline-block;
}

.about-left-seal1 {
	background-position: 0px -12px;
}

.about-left-seal2 {
	background-position: -125px -12px;
	width: 115px;
}

.about-left-seal3 {
	background-position: -241px -12px;
	width: 109px;
}

.about-left-seal4 {
	background-position: -355px -12px;
}

/*writer css end*/

.service-head h4 {
	text-align: center;
	margin: 0px 0px 30px;
	color: #212529;
	font-size: 50px;
	font-family: "outfit";
}

.service-txt p {
	font-family: "Poppins-Light";
	font-size: 16px;
	margin: 0px 0px 15px;
	color: #212529;
}

.service-txt ul li {
	border: 2px solid #212529;
	width: auto;
	margin: 0px 20px 10px 0px;
	padding: 5px 20px;
	font-family: "outfit";
	border-radius: 5px;
}

.service-txt ul {
	display: flex;
	margin: 10px 0px 0px;
	align-items: center;
}

ul.last li:nth-child(2) {
	border: 0 !important;
	margin: 0px -34px;
}

.order-now a {
	background: #f04c23;
	display: inline-block;
	padding: 12px 40px;
	color: #fff !important;
	font-family: "outfit";
	border-radius: 100px;
}

ul.calls li {
	margin: 0px 23px 0px 0px;
	padding: 0;
	border: 0;
}

ul.calls li a {
	font-size: 17px;
	color: #212529;
}

ul.calls li a i {
	color: #f04c23;
	font-size: 24px;
}

ul.calls {
	margin: 30px 0px 0px;
}

.service-blk {
	background: #f04c2314 !important;
	box-shadow: 0 0 20px -15px #f04c23;
	padding: 15px 17px;
	border-radius: 10px;
	transition: all 0.6s;
	height: 240px;
}

.service-blk:hover {
	transform: translateY(-10px);
}

.service-blk h4 {
	font-size: 20px;
	font-family: "outfit";
	margin: 0px 0px 10px;
	color: #212529;
}

.service-blk p {
	font-family: "outfit";
	font-size: 12px;
	margin: 0;
}

section.service-sec .row {
	display: flex;
	align-items: center;
}

.service-blk-1 {
	margin: 40px auto 0;
	width: 100%;
	height: 230px;
}

.auto_slideshow .moving_slowly {
	animation: moveSlideshow 90s linear infinite;
}

/*Infintite slow scroll move slider*/
.auto_slideshow {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.auto_slideshow > div {
	width: 3000px;
}

.auto_slideshow .moving_slowly {
	animation: moveSlideshow 90s linear infinite;
}

.auto_slideshow .moving_slowly:hover {
	animation-play-state: paused;
}

@keyframes moveSlideshow {
	100% {
		transform: translateX(-66.6666%);
	}
}

/* Slide Section css */
.service-categories {
	padding: 30px 0 0;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.auto_slideshow {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.service-categories .auto_slideshow > div {
	width: 3000px;
}

.service-categories .col-md-3 {
	max-width: 6%;
	text-align: center;
	display: inline-block;
	flex: none;
	margin: 0;
	padding: 0 10px;
}

.service-categories .card {
	text-align: center;
	border: 2px solid #212529;
	padding: 20px 0px;
	margin: 3px 0 10px;
	overflow: hidden;
}

.service-card {
	background: transparent;
}

.service-categories .subjects_icon.icon1 {
	background-position: -20px -20px;
}

.service-categories .subjects_icon.icon2 {
	background-position: -93px -20px;
}

.service-categories .subjects_icon.icon3 {
	background-position: -162px -150px;
}

.service-categories .subjects_icon.icon4 {
	background-position: -231px -20px;
}

.service-categories .subjects_icon.icon5 {
	background-position: -300px -20px;
}

.service-categories .subjects_icon.icon6 {
	background-position: -369px -20px;
}

.service-categories .subjects_icon.icon7 {
	background-position: -422px 0;
}

.service-categories .subjects_icon.icon8 {
	background-position: -490px 0px;
}

.service-categories .subjects_icon.icon9 {
	background-position: -560px 0px;
}

.service-categories .subjects_icon.icon10 {
	background-position: -628px 0px;
}

.service-categories .subjects_icon.icon11 {
	background-position: 0 -67px;
}

.service-categories .subjects_icon.icon12 {
	background-position: -70px -67px;
}

.service-categories .subjects_icon.icon13 {
	background-position: -140px -67px;
}

.service-categories .subjects_icon.icon14 {
	background-position: -210px -67px;
}

.service-categories .subjects_icon.icon15 {
	background-position: -140px -196px;
}

.service-categories .subjects_icon.icon16 {
	background-position: -210px -197px;
}

.service-categories .subjects_icon.icon17 {
	background-position: -20px -74px;
}

.service-categories .subjects_icon.icon18 {
	background-position: -91px -74px;
}

.service-categories .subjects_icon.icon19 {
	background-position: -162px -74px;
}

.service-categories .subjects_icon.icon20 {
	background-position: -228px -74px;
	display: none;
}

.service-categories .subjects_icon.icon21 {
	background-position: -301px -74px;
}

.service-categories .subjects_icon.icon22 {
	background-position: -366px -74px;
}

.service-categories .subjects_icon.icon23 {
	background-position: -91px -74px;
}

.service-categories .subjects_icon {
	display: none !important;
	width: 35px;
	height: 35px;
	margin: 0 auto 0;
	display: inline-block;
	/* animation: bounce 3s linear; */
	position: relative;
	transition: transform 0.5s, visibility 0.5s ease-in;
}

.service-card:hover {
	border-right: 5px solid #f04c23;
	border-left: 5px solid #f04c23;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.01);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.01);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.01);
	transition: all 200ms ease-in;
	transform: scale(1.05);
}

.service-categories .card-title {
	padding-top: 0px;
	color: #f04c23;
	text-align: center;
	font-size: 13px;
	font-family: "outfit";
	line-height: 19px;
	margin: 0;
}

section.banner-sec {
	background: url(/assets/images/new-banner.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 0px 30px;
}

section.review-testi .col-md-8 {
	padding: 0;
}

.review-testi-head {
	text-align: center;
}

.review-testi-head h6 {
	font-size: 30px;
	font-family: "outfit";
	color: #212529;
}

.review-testi-head h4 {
	font-size: 70px;
	font-family: "outfit";
	color: #f04c23;
}

section.review-testi .row {
	display: flex;
	align-items: center;
}

section.review-testi {
	background: url(/assets/images/testi.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 80px 0px;
}

.review-slider-blk {
	background: #fff;
	padding: 20px 20px;
	margin: 0px 6px;
	box-shadow: 0 0 20px -15px #f04c23;
	height: 260px;
	border-radius: 10px;
}

.flex-img {
	display: flex;
	align-items: center;
	margin: 0px 0px 16px;
}

.rev-img-blk img {
	max-width: 60px;
	border-radius: 100px;
}

.rev-slide-txt-blk {
	margin: 0px 10px;
}

.rev-slide-txt-blk h4 {
	font-size: 20px;
	font-family: "outfit";
}

.review-slider-blk p {
	font-family: "outfit";
	font-size: 13px;
}

/* Section 6 Start */
.hs6 {
	padding: 60px 0px;
}

.hs6r1c h2 {
	color: #212529;
	font-family: "outfit";
	font-size: 45px;
	text-align: center;
	margin: 0px 0px 10px;
}

.innflxs6 {
	display: flex;
	align-items: flex-start;
	margin: 0px 0px 40px;
}

.hs6r1c p {
	font-family: "outfit";
	text-align: center;
	font-size: 17px;
}

.counting h3 {
	font-size: 34px;
	font-weight: 600;
	color: #f04c23;
	margin-right: 20px;
	font-family: "outfit";
}

.contnt h4 {
	font-size: 23px;
	font-family: "outfit";
	color: #000;
	margin: 0px 0px 10px;
}

.contnt p {
	font-size: 16px;
	font-weight: 400;
	font-family: "outfit";
	color: #000;
	line-height: 28px;
}

.hs6r2c1 {
	padding-right: 50px;
}

.hs6r2c2 img {
	width: 70%;
	margin-left: auto;
	border-radius: 20px;
	margin-right: auto;
	display: block;
	z-index: 1;
	position: relative;
}

.hs6rw2 {
	padding-top: 40px;
}

.hs6r1c {
	margin: 0px 0px 40px;
}

.hs6 .row {
	display: flex;
	align-items: center;
}

/* Section 6 End */

section.order-banner {
	background: url(/assets/images/new-order.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 118px 90px 120px;
}

.order-ban-txt h4 {
	font-size: 47px;
	color: #fff;
	font-family: "outfit";
}

.order-ban-txt {
	position: relative;
	left: 70px;
}

section.awards-rewards.mobile-hide img {
	width: 40%;
	margin: 0 auto;
}

.dropdown-menu {
	width: 300px;
	border-bottom: 5px solid #f04c23 !important;
}

.dropdown-menu a:nth-child(9) {
	border: 0 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background: #f04c2314 !important;
}

.faq-img {
	animation: float 6s ease-in-out infinite;
}

.faq-img img {
	width: 80%;
	margin: 0 auto;
	filter: blur(0.5px);
}

.faq-section {
	background: #fdfdfd;
	min-height: 100vh;
	padding: 10vh 0 0;
}

.faq-title h2 {
	position: relative;
	display: inline-block;
	color: #212529;
	font-family: "outfit";
	font-size: 45px;
	margin: 0px 0px 40px;
}

.faq-title p {
	padding: 0 190px;
	margin-bottom: 10px;
}

.faq {
	background: #ffffff;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.faq .card {
	border: none;
	background: none;
	border-bottom: 1px dashed #cee1f8;
}

.faq .card .card-header {
	padding: 0px;
	border: none;
	background: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
	background: #f04c2314 !important;
	padding-left: 10px;
}

section.faq-sec .row {
	display: flex;
	align-items: center;
}

.faq .card .card-header .faq-title {
	width: 100%;
	text-align: left;
	padding: 0px;
	font-family: "outfit";
	padding-left: 30px;
	padding-right: 30px;
	font-size: 17px;
	color: #212529;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
	display: inline-block;
	float: left;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	padding: 9px 0px;
	min-width: 30px;
	background: #f04c23;
	color: #fff;
	font-size: 14px;
	margin-right: 20px;
}

.faq .card .card-body {
	padding: 15px 30px;
	padding-left: 35px;
	padding-bottom: 16px;
	font-weight: 400;
	font-size: 16px;
	color: #6f8ba4;
	line-height: 28px;
	letter-spacing: 1px;
	border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.faq {
		margin-bottom: 30px;
	}

	.faq .card .card-header .faq-title {
		line-height: 26px;
		margin-top: 10px;
	}
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}

	50% {
		transform: translatey(-20px);
	}

	100% {
		transform: translatey(0px);
	}
}

.para {
	display: flex;
	justify-content: center;
	align-items: center;
}

.para p {
	font-size: 30px;
	margin: 0;
	color: #f04c23;
	font-family: "outfit";
}

.para span {
	font-size: 26px;
	font-family: "outfit";
	font-weight: unset !important;
	color: #f04c23;
}

h5.counter-head {
	color: #212529 !important;
	font-family: "outfit";
	font-size: 15px !important;
	font-weight: unset !important;
}

section#about {
	padding: 60px 0px;
}

section.review-testi .slick-dots li button::before {
	line-height: 20px;
	position: absolute;
	content: "\f111";
	top: 0px;
	font-family: "FontAwesome";
	left: 0px;
	font-size: 20px !important;
	width: 20px;
	height: 20px;
	text-align: center;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	color: #f04c23 !important;
}

section.review-testi .slick-dots li.slick-active button::before {
	opacity: 1 !important;
	color: #f04c23 !important;
	content: "\f111";
	font-size: 20px !important;
}

.slick-dots {
	bottom: -60px !important;
}

.ftr-txt img {
	/* width: 100%; */
}

.ftr-txt p {
	color: #fff;
	font-family: "outfit";
}

.container1 {
	font-size: 30px;
	display: flex;
}

.container1 div {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: "outfit";
	text-align: center;
	color: #fff;
	font-size: 19px;
	margin: 0 !important;
}

.container1 span {
	border: 2px solid #f04c23;
	font-family: "outfit";
	border-radius: 100px;
	color: #fff;
	background: #f04c23;
	font-size: 20px;
	min-width: 59px;
	padding: 12px 0px;
	margin: 12px 12px 0 0;
}

.container1 span:not(:last-child) {
	margin-right: 10px;
}

.days1 {
	display: none;
}

.days1 span {
	display: none;
}

section.banner2 {
	background: url(/assets/images/cta-banner.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 90px 0px;
}

.banner2-txt h4 {
	color: #fff;
	font-family: "outfit";
	font-size: 26px;
}

.banner2-txt p {
	color: #fff;
	font-family: "Outfit";
	font-size: 18px;
}

.worries-img img {
	width: 100%;
}

.worries-img {
	width: 80%;
	margin: 0 auto;
	animation: float 6s ease-in-out infinite;
}

.worries-txt h2 {
	font-size: 41px;
	font-family: "outfit";
	color: #000;
}

.worries-txt p {
	font-family: "outfit";
	font-size: 16px;
}

section.worries-sec .row {
	display: flex;
	align-items: center;
}

.worry-btn a {
	width: 30%;
	border: 2px solid #f04c23;
	padding: 15px 0px;
	border-radius: 100px;
	transition: all 0.6s;
	background: #212529;
	font-size: 17px;
	color: #fff;
	display: inline-block;
	font-family: "outfit";
	margin: 15px 0px 0px;
	text-align: center;
}

.worry-btn a:hover {
	background: transparent;
	color: #f04c23;
	transform: scale(0.9);
}

section.worries-sec {
	padding: 40px 0px;
}

.form-blue {
	background: #fff;
	padding: 30px 20px;
	width: 90%;
	border-radius: 5px;
	margin: 0 auto;
}

.form-blue input {
	width: 100%;
	font-size: 14px;
	border-radius: 100px;
	font-family: "outfit";
	padding: 12px 20px;
	border: 3px solid #f04c23;
	color: #193864;
	margin: 0px 0px 10px;
}

.form-blue h4 {
	font-size: 34px !important;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 18px !important;
	color: #f04c23;
}

.form-blue label {
	font-family: "outfit";
	color: #212529;
	margin: 10px 0px 10px;
}

.form-blue textarea {
	width: 100%;
	padding: 10px 10px;
	height: 100px;
	border: 3px solid #f04c23;
	border-radius: 15px;
}

.form-blue button {
	background: #f04c23;
	color: #fff;
	font-family: "outfit";
	width: 100%;
	padding: 12px 0px;
	border-radius: 100px;
	border: 0 !important;
	margin: 8px 0px 0;
}

.form-blue input::placeholder {
	font-family: "outfit";
	color: #212529;
	font-size: 14px;
}

.form-blue textarea::placeholder {
	font-family: "outfit";
	color: #212529;
	font-size: 14px;
}

/*Testimonials mobile View starts*/
#customer-testimonials-carousel .carousel-indicators li {
	border-radius: 100%;
	margin: 5px 4px;
	opacity: 0.5;
}

.new_testimonial .carousel-inner {
	border-radius: 8px;
}

.review-bx-blk {
	height: 1002px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0px 10px 0px 0px;
}

.review-bx-blk::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}

.review-bx-blk::-webkit-scrollbar {
	width: 12px;
	background-color: #f5f5f5;
}

.review-bx-blk::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #212529;
}

.client_test_wrapper {
	border: 5px solid #f04c23;
	border-radius: 15px;
	padding: 20px;
	background: #212529;
	margin: 0px 0px 40px;
	height: 470px;
}

.client_box {
	background-color: #f04c23;
	padding: 20px 15px 10px;
	border-radius: 15px;
	color: #fff;
	position: relative;
}

.client_des + h4 {
	font-size: 12.09px;
	margin-bottom: 5px;
	font-family: "outfit";
	margin-top: 18px;
}

.client_des img {
	width: 100% !important;
	margin-top: 0 !important;
	padding: 17px 10px 0 10px;
}

.client_des {
	background-color: #fff;
	border-radius: 10px;
	width: 75%;
	margin: 0 auto 10px;
}

.client_mock + .media-body {
	margin-left: 10px;
	margin-top: 0px;
}

.client_mock + .media-body h5 {
	font-size: 17px;
	font-family: "outfit";
	position: relative;
	margin-bottom: 25px;
}

.client_mock + .media-body p {
	font-size: 12px;
	font-family: "Poppins-Light";
}

.client_mock + .media-body h5::after {
	content: "";
	background-color: #fff;
	height: 2px;
	width: 44%;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 3px;
}

.client_mock {
	text-align: center;
}

.client_mock .star_wrapper .fa {
	color: lightgoldenrodyellow;
}

.test_card_btm h3 {
	font-size: 22px;
	color: #f04c23;
	font-family: "outfit";
	margin-bottom: 20px;
}

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

.test_card_btm ul.blck li {
	display: inline-block;
	background-color: #fff;
	padding: 5px 2px;
	text-align: center;
	border-radius: 100px;
	font-size: 14px;
	width: 49%;
	transition: all 0.2s linear;
	margin: 0px 0px 10px;
	font-family: "outfit";
}

.test_card_btm ul.blck li:hover {
	box-shadow: 1px 1px 17px #0033996b;
}

.test_card_btm {
	margin-top: 60px;
}

.test_card_btm ul li span:nth-child(1) {
	font-weight: 600;
	position: relative;
	border-bottom: 1px solid #f04c23;
	padding-bottom: 2px;
}

.test_card_btm ul li span:nth-child(2) {
	display: block;
	margin-top: 5px;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 35px solid #f04c23;
	position: absolute;
	bottom: -28px;
	transform: rotate(135deg);
}

#customers-testimonials-carousel .carousel-indicators {
	bottom: -80px;
	z-index: 1;
}

.test_btns li {
	display: inline-block;
	padding: 6px;
}

#customers-testimonials-carousel .carousel-indicators li {
	background-color: #36c;
	height: 15px;
	width: 15px;
	border-radius: 100%;
}

#customers-testimonials-carousel .carousel-indicators li.active {
	background-color: #36c;
}

.test_btns li:nth-child(1) a {
	background-color: #4e4e4e;
	color: #fff;
	border-radius: 10px;
	text-align: left;
	display: inline-block;
	width: 100%;
}

.test_btns li:nth-child(1) a {
	color: #fff;
	font-size: 12px;
}

.test_btns li:nth-child(1) a p em,
.test_btns li:nth-child(1) a p {
	font-size: 9.43px !important;
}

.test_btns li:nth-child(2) a {
	background-color: #2eca8b;
	text-align: center;
	border-radius: 10px;
	padding: 7px 0;
	position: relative;
	top: -2px;
	border: 2px solid #2eca8b;
	transition: all 0.2s linear;
	min-width: 120px;
	display: inline-block;
}

.test_btns .call-cta span i {
	font-size: 18px;
	transform: rotate(44deg);
	position: relative;
	top: 0 !important;
	left: 8px;
}

.test_btns .call-cta p::after {
	display: none;
}

.test_btns li:nth-child(2) a {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}

.test_quote {
	padding: 15px 0px;
}

.test_quote .fa {
	font-size: 38px;
	color: #212529;
}

.test_card_btm ul.blck li:nth-child(4) {
	margin-right: 0 !important;
}

.star_wrapper {
	margin-bottom: 4px;
}

.test_card_btm ul.test_btns li span:nth-child(1) {
	border-bottom: unset;
}

.test_btns .call-cta span .fa {
	transform: rotate(130deg);
	font-size: 15px;
}

.fm_pop {
	font-family: "Poppins", sans-serif !important;
}

/*Testimonials mobile View ends*/

.promise {
	border: 1px solid #e4e4e4;
	padding-bottom: 20px;
	background: #f04c23;
}

.review-form select {
	width: 100%;
	background: 0 0;
	font-family: "outfit";
	padding: 11px;
	color: #fff;
	border: 3px solid #212529;
}

.review-form input {
	width: 100%;
	background: 0 0;
	font-family: "outfit";
	padding: 11px;
	color: #fff;
	border: 3px solid #212529;
}

.review-form textarea {
	width: 100%;
	height: 93px;
	background: 0 0;
	font-family: "outfit";
	padding: 11px;
	color: #fff;
	border: 3px solid #212529;
}

.review-form input::placeholder {
	color: #fff;
}

.review-form textarea::placeholder {
	color: #fff;
}

.review-form-blk {
	margin: 10px 0px;
}

.small-form {
	background: #212529;
	padding: 0px 0px 20px;
	margin: 24px 0px;
}

.small-form input {
	width: 100%;
	border-radius: 100px;
	padding: 12px 20px;
	font-family: "outfit";
}

.small-form label {
	color: #fff;
	font-family: "outfit";
}

.small-form button {
	width: 90%;
	margin: 15px 0px;
	padding: 12px 0px;
	background: #f04c23;
	color: #fff;
	font-family: "outfit";
	border: 0;
	border-radius: 100px;
	margin: 7px 20px !important;
}

.small-form .head-form {
	background: #f04c23 !important;
}

.small-form .head-form h4 {
	margin: 0;
	color: #fff;
	padding: 10px 0px;
}

.promise span {
	display: block;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
	font-family: "outfit";
	padding: 15px 17px;
	line-height: 1.7;
}

.small-form .datainput {
	padding: 10px 20px 7px;
}

.order-btn-side {
	width: 100% !important;
	font-family: "outfit" !important;
	padding: 12px 20px !important;
	background: #212529 !important;
	border: 0 !important;
	color: #fff !important;
	text-align: center;
	border-radius: 100px;
	font-size: 17px;
}

.review-star span {
	font-family: "outfit";
}

.review-star i {
	color: gold;
}

.email-phone ul li img {
	width: 100%;
}

.Order a::before {
	display: none !important;
}

.Order a:hover {
	background: transparent;
	color: #f04c23;
}

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
	.logo {
		width: 70%;
		margin: 0;
		padding-bottom: 40px;
	}

	.header {
		/* overflow: hidden; */
	}

	section.service-sec {
		overflow: hidden;
		padding: 30px 0px;
	}

	section.assignment-quality-sec {
		overflow: hidden;
	}

	section.awards-rewards.mobile-hide {
		overflow: hidden;
	}

	footer {
		overflow: hidden;
		text-align: center;
	}

	section.about-sec {
		padding: 20px 20px;
	}

	section.terms-sec {
		padding: 0px 20px;
	}

	section#contact h2 {
		font-size: 17px;
		line-height: normal;
	}

	section#contact .contact-links,
	section#contact .contact-form-wrapper {
		width: 100%;
	}

	.essay-txt h4 {
		padding: 10px 0px;
		font-size: 33px;
	}

	.blue-blk {
		margin: 20px -20px;
	}

	.form-blue {
		width: 100%;
	}

	section.awards-rewards.mobile-hide img {
		width: 50%;
		margin: 0 auto;
	}

	.piot-txt h4 {
		padding: 10px 0px 0px 0px;
	}

	.container1 {
		justify-content: center;
	}

	.container1 div {
		padding: 0px 30px 0px 0px;
	}

	.ghgh {
		padding: 10px 0px 0px;
	}

	.dropdown-menu {
		z-index: 999999;
		left: -50px !important;
		overflow: hidden;
	}

	section.test-faq-sec {
		overflow: hidden;
		padding: 30px 0px;
	}

	section.banner-sec {
		overflow: hidden;
		padding: 10px 0px 0px;
		background-position: top;
		background-size: cover;
	}

	section.essay-sec {
		overflow: hidden;
		padding: 20px 10px;
	}

	section.essay-sec2 {
		overflow: hidden;
		padding: 10px 0px 0px;
	}

	section.essay-blue {
		overflow: hidden;
		padding: 20px 20px;
	}

	section.essay-4 {
		overflow: hidden;
		padding: 20px 10px;
	}

	section.essay-sec-3 {
		overflow: hidden;
		padding: 12px 0px 0px;
	}

	.essay-txt ul li {
		display: none;
	}

	section.essay-blue .container .box {
		margin: 40px 0 !important;
	}

	.faq-1 {
		display: inline-block;
	}

	.faq-inner {
		width: 100%;
	}

	.faq-1 {
		display: inline-block;
	}

	.faq-inner {
		width: 100%;
	}

	section.service-banner .banner-txt h1 {
		font-size: 27px;
	}

	section.service-banner .banner-txt {
		top: 45px;
		left: -130px;
	}

	.review-blk {
		height: auto;
	}

	.tp-row {
		background-size: cover;
		padding: 13px 0px;
	}

	.email-phone ul {
		display: inline-block;
	}

	.email-phone ul li img {
		width: 56%;
	}

	.tp-row h6 {
		width: 100%;
		margin: 30px 0px 0px;
	}

	.livechat {
		left: 0;
		text-align: left;
	}

	.livechat a {
		margin: 13px 0px 0px;
		width: 100%;
		display: inline-block;
	}

	.logo img {
		width: 100%;
	}

	nav.navbar {
		justify-content: end;
		margin: -90px -90px 0px 0px;
	}

	.btm-row .row {
		display: inline-block;
	}

	.navbar-expand-lg .navbar-nav {
		background: #f04c23;
		padding: 10px 0px;
		margin: 10px 0px 0px;
		text-align: center;
	}

	a#navbarDropdown {
	}

	.Order a {
		background: #212529 !important;
		margin: 0px 0px 20px !important;
		display: inline-block;
	}

	.dropdown-menu a {
		text-align: center;
	}

	.center {
		font-size: 15px;
		line-height: unset;
	}

	.banner-txt p {
		line-height: unset;
		font-size: 10.5px;
		font-family: "outfit";
		margin: 0px 0px 8px;
	}

	.order a {
		width: 49%;
		padding: 5px 0px;
		font-size: 14px;
		margin: 0;
	}

	.form-blk {
		width: 100%;
	}

	header {
		overflow: hidden;
	}

	section.universities {
		overflow: hidden;
		padding: 0px 0px;
	}

	section.worries-sec {
		overflow: hidden;
	}

	.banner-txt h1 {
		font-size: 17px;
		line-height: 24px;
	}

	.student-btn {
		left: -14px;
	}

	section.banner2 {
		overflow: hidden;
		background-size: cover;
		padding: 30px 0px;
		background: #000;
	}

	section.order-banner {
		background-size: cover;
		overflow: hidden;
		padding: 30px 0px;
	}

	section#about {
		overflow: hidden;
		padding: 30px 0px;
	}

	.bg-gray-100.p-5.px-10.w-full.flex.items-center h4 span {
		font-size: 27px;
	}

	section.faq-sec {
		overflow: hidden;
		padding: 0px 0px;
	}

	section.review-testi {
		overflow: hidden;
		padding: 50px 20px;
		background: #212529;
	}

	.piot-txt p {
		padding-bottom: 20px;
	}

	.s1_left img {
		width: 60%;
		margin: 0 auto;
	}

	.worries-txt h4 {
		font-size: 25px;
		text-align: center;
	}

	.worry-btn a {
		width: 49%;
		font-size: 15px;
		padding: 6px 0px;
	}

	.service-head h4 {
		font-size: 30px;
		margin: 10px 0px 10px;
		text-align: center;
	}

	.service-txt ul {
		display: block;
	}

	.service-txt p {
		margin: 0px 3px 0px;
		text-align: center;
	}

	ul.calls {
		margin: 10px 0px 10px;
	}

	ul.calls li {
		margin: 10px 0px 20px;
	}

	.service-blk {
		margin: 0px 0px 30px;
		height: 190px;
	}

	.order-ban-txt h4 {
		font-size: 16px;
		display: inline-block;
		width: 70%;
	}

	.order-ban-txt {
		top: 0px;
		left: 0;
	}

	.order-ban-txt a {
		margin: 0;
		width: 40%;
		padding: 3px 0px;
		font-size: 13px;
	}

	h2.main-title {
		font-size: 30px;
	}

	p.para-desc {
		padding: 0;
	}

	.recent-review {
		text-align: center;
	}

	.recent-review .avatar.male {
		background-position: center center;
	}

	.student-img img {
		width: 100%;
		margin: 0px 0px;
	}

	li.text-left.mb-10 {
		padding: 0px 10px;
		margin: 10px 10px 10px;
	}

	.bg-indigo-100.p-5.px-10.w-full.flex.items-center {
		height: unset;
	}

	.faq-title h2 {
		font-size: 30px;
		padding: 30px 0px 0px;
	}

	.faq .card .card-header .faq-title {
		padding: 10px 10px;
		font-size: 14px;
	}

	.faq .card .card-body {
		padding: 10px 10px;
		font-size: 14px;
	}

	.faq-img img {
		width: 100%;
	}

	.review-testi-head h6 {
		font-size: 17px;
		color: #fff;
	}

	.review-testi-head h4 {
		font-size: 40px;
		padding: 0px 0px 30px;
	}

	.hs6r1c h2 {
		font-size: 30px;
	}

	.hs6 {
		padding: 30px 0px;
		overflow: hidden;
	}

	.hs6r1c {
		margin: 0px 0px;
	}

	section.awards-rewards.mobile-hide h3 {
		font-size: 30px;
	}

	section.awards-rewards.mobile-hide p {
		font-size: 15px;
	}

	footer .row {
		display: inline-block;
	}

	i.fa.fa-angle-right {
		display: none;
	}

	.ftr-blk-2 ul li img {
		left: 0;
		width: 50% !important;
	}

	.img-pay-blk h5 {
		display: inherit;
		font-size: 27px;
	}

	.ftr-btm h6 {
		font-size: 14px;
	}

	.ftr-txt p {
		margin: 20px 0px 0px;
	}
}

.main-banner {
	padding: 70px 0 90px;
	background-position: revert;
	background-size: cover;
	position: relative;
	color: #fff;
	width: 100%;
	height: auto;
	z-index: 9;
	margin-top: -98px;
}

.main-banner:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ed690c;
	background: -moz-linear-gradient(45deg, #ed690c 0%, #ed690c 100%);
	background: -webkit-linear-gradient(45deg, #ed690c 0%, #ed690c 100%);
	background: linear-gradient(49deg, rgb(0 0 0) 0%, rgb(0 0 0) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed690c', endColorstr='#ed690c', GradientType=1);
	opacity: 0.9;
	z-index: -9;
}

.expert-online {
	background-color: #ffb9d73d;
	color: #fff;
	margin: 15px 0 20px 0;
	font-size: 19px;
	font-weight: 600;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 50px;
}

.main-banner .content-style h3 {
	margin: 0;
	font-size: 40px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.3;
}

.main-banner .color-secondary {
	color: #f04c23;
}

.main-banner .content-style h6 {
	font-weight: 400;
	color: #ffffff;
	margin: 10px 0 15px 0;
	padding-right: 25px;
	font-size: 17px;
	line-height: 1.4;
	font-family: "outfit";
}

.button-wrapper a {
	display: block;
	box-shadow: 2px 2px 4px rgb(64 64 64 / 50%);
	min-width: 240px;
	text-align: center;
	font-size: 17px;
}

.theme-gridient {
	background-color: #f04c23 !important;
	color: #fff;
}

.style-btn {
	transition: 0.2s ease-in;
	border-radius: 7px;
	padding: 10px 0px;
	border-radius: 100px;
}

.whatsapp-theme {
	background-color: #51b27e !important;
	margin-left: 10px;
	color: #fff;
}

.featureList {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 1rem 2rem;
	margin: 2rem 0;
	position: relative;
}

.featureList li {
	flex: 0 0 47%;
}

.featureList li p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 1rem;
}

.featureList li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	background: #fff;
	border-radius: 100px;
}

#threelogos {
	border: 1px solid #000000;
	background: #fff;
	border-radius: 15px;
	margin-top: -5px;
}

.bannerform {
	background: #fff;
	padding: 25px 26px;
	width: 400px;
	border-radius: 12px;
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
	position: relative;
	height: 450px;
	margin-top: 20px;
}

.clock-head {
	font-size: 18px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	color: #f04c23;
}

.formcaption {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
}

.formcaption h2 {
	margin-top: 10px;
}

.main_title span {
	color: #f04c23;
	position: relative;
	display: inline-block;
}

.main_title {
	font-size: 48px;
	position: relative;
	font-weight: 800;
	z-index: 1;
	margin-bottom: 10px;
	color: #000;
}

h2.main_title span:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 14px;
	background: #24384d;
	bottom: 6px;
	/* z-index: -1; */
	left: 0;
}

.ogline span:before {
	background: #f04c2361 !important;
}

.bannerform input.form-control {
	height: 50px;
	background-color: #f8f8f8;
	border-radius: 5px;
	margin-bottom: 5px;
}

.form-group {
	margin-top: 1rem;
}

.submitbtn {
	background: #f04c23;
	border: none;
	width: 100%;
	border-radius: 100px;
	height: 50px;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 5px;
}

label {
	display: none !important;
}

input.error {
	border: 1px solid #f6d8d8 !important;
	background-color: #f6d8d8 !important;
}

.formcaption h4 {
	color: #000;
}

.style-btn i {
	margin-right: 10px;
}

.button-wrapper a:hover {
	color: #fff;
}

.Header {
	position: relative;
	top: 0;
	z-index: 20;
	padding: 0 24px;
	background-color: transparent;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

.Header.Header--scrolled .Header__menu-list > li a {
	color: #100803;
}

.Header.Header--scrolled .Header__menu-list > li a.active {
	color: rgba(16, 8, 3, 0.4) !important;
}

.Header.Header--scrolled .Header__burger span {
	background-color: #100803;
}

.Header.Header--scrolled .Header__logo--white-text {
	display: none;
}

.Header.Header--scrolled .Header__user-box .btn--manage-order {
	border: 1px solid #dedede;
}

.Header.Header--scrolled .UserBlockWhois:after {
	-webkit-filter: none;
	filter: none;
}

.Header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 18px;
	padding-bottom: 20px;
}

.Header__logo,
.Header__logo--white-text {
	position: relative;
	/* max-width: 203px; */
	z-index: 2;
	display: none;
}

.Header__logo--white-text-link,
.Header__logo--white-text-link svg,
.Header__logo-link,
.Header__logo-link svg {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
}

.Header__logo--white-text {
	display: inline-block;
}

.Header__burger {
	position: relative;
	width: 24px;
	height: 19px;
	background: 0 0;
	border: 0;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	z-index: 2;
}

.Header__burger span {
	display: block;
	height: 3px;
	border-radius: 3px;
	-webkit-transition: background-color 0.5s, -webkit-transform 0.5s;
	transition: transform 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}

.Header__burger span:first-child {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}

.Header__burger span:nth-of-type(2) {
	-webkit-transition: opacity 0.5s, background-color 0.5s;
	transition: opacity 0.5s, background-color 0.5s;
}

.Header__burger span:last-child {
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
}

.Header__burger--active span {
	background-color: #ffb806;
}

.Header__burger--active span:first-child {
	-webkit-transform: rotate(45deg) translateY(4px);
	transform: rotate(45deg) translateY(4px);
}

.Header__burger--active span:nth-of-type(2) {
	opacity: 0;
}

.Header__burger--active span:last-child {
	-webkit-transform: rotate(-45deg) translateY(-4px);
	transform: rotate(-45deg) translateY(-4px);
}

.Header__menu {
	visibility: hidden;
	position: fixed;
	top: 78px;
	right: -100%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	height: calc(100vh - 78px);
	padding: 8px 24px 30px;
	overflow-y: auto;
	-webkit-box-shadow: inset 0 20px 40px -15px rgba(16, 8, 3, 0.08);
	box-shadow: inset 0 20px 40px -15px rgba(16, 8, 3, 0.08);
	-webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, visibility 0.5s, transform 0.5s,
		-webkit-transform 0.5s;
}

@media (min-width: 768px) {
	.Header__menu {
		width: 370px;
		right: -370px;
		padding: 8px 24px 30px;
		margin-left: auto;
	}
}

.Header__menu-list {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.Header__user-box,
.Header__user-box .btn--manage-order,
.modal-contents,
.name-date,
.reviews__top {
	display: -webkit-box;
	display: -ms-flexbox;
}

.Header__menu-list li a.active {
	color: hsla(0, 0%, 100%, 0.4) !important;
}

.Header__menu-list > li {
	position: relative;
	margin-bottom: 0;
}

.Header__menu-list > li + li {
	border-top: 1px solid #acacac;
}

.modal-contents,
.reviews__card--white,
.reviews__mid {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.Header__menu-list > li.Header__menu-list-item-order {
	border-top: 0;
	padding-top: 16px;
}

.Header__menu-list > li.Header__menu-list-item-order .btn--order-now {
	display: inline-block;
	padding: 12px 28px;
	width: auto;
}

.Header__menu-list a {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	color: #100803;
	padding: 16px 0;
	border-bottom: 0.125em solid transparent;
	-webkit-box-shadow: 0 0.071em 0 transparent;
	box-shadow: 0 0.071em 0 transparent;
}

.Header__menu-list a:focus,
.Header__menu-list a:hover {
	text-decoration: none;
	opacity: 0.4;
}

.Header__user-box {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: auto;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

@media (min-width: 1024px) {
	.Header__burger,
	.Header__menu-list > li.Header__menu-list-item-order {
		display: none;
	}

	.Header.Header--scrolled .container {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.Header.Header--scrolled .Header__menu {
		top: auto;
		height: auto;
	}

	.Header.Header--scrolled .Header__user-box .btn--manage-order {
		color: #100803;
		border: none;
	}

	.Header .container {
		-webkit-transition: -webkit-box-shadow 0.3s;
		transition: box-shadow 0.3s;
		transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
	}

	.Header__logo,
	.Header__logo--white-text {
		/* max-width: 234px; */
	}

	.Header__menu {
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		width: auto;
		height: auto;
		visibility: visible;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		overflow: visible;
		-webkit-transition: margin 0.3s;
		transition: margin 0.3s;
	}

	.Header__menu-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.Header__menu-list li a {
		color: #fff;
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.Header__menu-list > li + li {
		margin-left: 15px;
		border-top: 0;
	}

	.Header__menu-list a {
		display: inline;
		padding: 0;
	}

	.Header__user-box {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-left: 7px;
		padding-left: 8px;
	}
}

@media (min-width: 1200px) {
	.Header__menu-list > li + li {
		margin-left: 28px;
	}

	.Header__user-box {
		/* margin-left: 14px; */
		/* padding-left: 14px; */
	}
}

.Header__user-box .btn--manage-order {
	white-space: nowrap;
	padding: 0 0 0 36px;
	margin-right: 20px;
	width: 38px;
	height: 38px;
	-webkit-box-shadow: 0 0 1px 1px #585655;
	box-shadow: 0 0 1px 1px #585655;
	border-radius: 50%;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

@media (min-width: 1024px) {
	.Header__user-box .btn--manage-order {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		margin-right: 28px;
		width: auto;
		height: auto;
		border: 0;
		border-radius: 0;
		overflow: visible;
		border-bottom: 0.125em solid transparent;
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
		color: #fff;
	}

	.Header__user-box .btn--manage-order:focus,
	.Header__user-box .btn--manage-order:hover {
		color: hsla(0, 0%, 100%, 0.4);
	}
}

.Header__user-box .btn--manage-order:before {
	content: "";
	width: 17px;
	height: 17px;
	margin-right: 10px;
	background: url(/assets/images/ico_manage-orders.svg) 50% / contain no-repeat;
}

@media (max-width: 1024px) {
	.Header__user-box .btn--manage-order:before {
		position: absolute;
		width: 20px;
		height: 20px;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
}

.Header__user-box .btn--order-now {
	display: none;
	padding: 12px 28px;
}

.Header__user-box a.UserBlockWhois--orders {
	display: none;
}

.Header__user-box .UserBlockWhois__avatar-container {
	position: relative;
	width: 40px;
	height: 40px;
	border: 2px solid #acacac;
	background: 0 0;
}

.Header__user-box .UserBlockWhois__avatar-container:before {
	content: "";
	width: 19px;
	height: 19px;
	position: absolute;
	top: 0;
	margin: 8px 9px 9px;
	background-size: contain;
}

.Header__user-box .UserBlockWhois {
	width: 56px;
	height: 42px;
	margin-right: 20px;
}

@media (min-width: 1024px) {
	.Header__user-box .btn--order-now {
		display: block;
	}

	.Header__user-box .UserBlockWhois {
		margin-right: 1vw;
	}
}

@media (min-width: 1980px) {
	.Header__user-box .UserBlockWhois {
		margin-right: 20px;
	}
}

.Header__user-box .UserBlockWhois:after {
	border: 0;
	width: 10px;
	height: 6px;
	margin-top: -3px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOSAxTDUgNSAxIDEiIHN0cm9rZT0iIzEwMDgwMyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=")
		50% / contain no-repeat;
	-webkit-filter: brightness(1) saturate(0) invert(1);
	filter: brightness(1) saturate(0) invert(1);
}

.Header__user-box .UserBlock__menu {
	font-size: 14px;
}

.Header-nav--open {
	z-index: 21;
}

.navbar-services {
	position: absolute;
	top: 50px;
	background: #f8f9fa;
	left: 0;
	width: 250px;
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 1px 1px 6px rgb(0 0 0 / 20%);
	display: none;
	height: auto;
}

.navbar-services .style-dropdown-list {
	display: block !important;
	width: 100%;
	border-bottom: 0.2px solid #e4e4e4cc;
	color: #000;
	margin: 0 !important;
	padding: 0 !important;
}

.navbar-services .style-dropdown-item {
	display: block;
	padding: 10px !important;
	color: #000;
}

.fixed {
	position: fixed;
	background-color: #000;
	animation: 1s forwards smoothScroll;
	width: 100%;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}

	100% {
		transform: translateY(0);
	}
}

@media only screen and (max-width: 768px) {
	header {
		display: none;
	}

	.mobile-nav {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 64px;
		padding: 0 8px;
		border-bottom: 1px solid #0000003b;
		box-shadow: 2px 2px 4px rgb(0 0 0 / 17%);
		position: fixed;
		width: 100%;
		left: 0;
		background: #000;
	}

	.mobile-nav i {
		font-size: 30px;
		color: #fff;
		margin-right: 3px;
	}

	.side-nav ul {
		margin: 30px 0;
	}

	.side-nav li {
		line-height: 1.8;
		padding: 0;
		border-bottom: 1px solid #fff;
	}

	.side-nav a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 14px;
		padding: 12px;
		line-height: 1.3;
		color: #fff;
	}

	.side-nav {
		width: 70%;
		height: 100%;
		position: fixed;
		top: 60px !important;
		background: #000;
		z-index: 100;
		transition: 1s;
		overflow: hidden;
		-webkit-transition: 0.6s ease-in-out;
		overflow-y: scroll;
		right: 0;
	}

	.featureList {
		display: none;
	}

	.button-wrapper {
		display: none !important;
	}

	.banner2-txt h4 {
		font-size: 18px;
		text-align: center;
	}

	.service-categories {
		display: none !important;
	}

	.service-categories {
		display: none;
	}

	.recent-review .avatar.male2 {
		display: flex;
		margin: auto;
		justify-content: center;
	}

	.recent-review .avatar.male3 {
		display: flex;
		margin: auto;
		justify-content: center;
	}

	.recent-review .avatar.male {
		display: flex;
		margin: auto;
		justify-content: center;
	}

	.ghgh h3 {
		text-align: center;
	}

	.ghgh p {
		text-align: center;
	}

	.bg-gray-100.p-5.px-10.w-full.flex.items-center h4 {
		text-align: center;
	}

	.worries-txt p {
		text-align: center;
	}
}

.contact-banner {
	margin-top: -102px;
	padding: 60px 0px;
	width: 100%;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-banner h1 {
	margin-top: 130px;
	color: #fff;
}

.contact-banner p {
	color: #fff;
}

.section-contact-form {
	padding: 60px 0px;
}

.heading {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 22px;
}

.contact-page-icon-list h5 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #000;
}

.contact-list {
	display: flex;
	flex-wrap: wrap;
}

.contact-list li {
	width: 50%;
	margin-bottom: 30px;
	padding-right: 15px;
}

.contact-list li a {
	align-items: center;
	display: flex;
}
.contact-list i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	/* background: #000; */
	display: flex;
	justify-content: center;
	font-size: 23px;
	color: #000;
	/* box-shadow: 1px 0 8px rgb(94 94 94 / 50%); */
	top: 15px;
	position: relative;
}
.contact-list span {
	width: calc(100% - 60px);
	margin-left: 11px;
	line-height: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.btn-theme,
.btn-theme:hover {
	color: #fff !important;
	background-color: #f04c23 !important;
	border: 1px solid #f04c23 !important;
}
.maincolorbg {
	padding: 60px 0px;
	background-color: #000;
	position: relative;
	margin-top: -102px;
}
.review-content h1 {
	font-size: 36px;
	margin-bottom: 18px;
	font-weight: 700;
	color: #fff !important;
	margin-top: 80px;
}
.review-sections {
	padding: 60px 0px;
}
.review-sections .user-rating {
	background: #fff;
	border-radius: 3px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
	border-radius: 5px;
	padding: 18px;
}
.name-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* padding: 15px 15px 0px 15px; */
}
.name-date .subject {
	font-size: 16px;
	line-height: 20px;
	font-family: outfit;
	color: #1d1d1d;
	font-weight: 600;
}
.name-date .date {
	font-size: 13px;
	line-height: 18px;
	color: #616161;
	font-family: outfit;
}
.shortdesprition {
	font-size: 14px;
	color: #616161;
	/* padding: 0px 0px 0px 15px; */
}
.str_rating i {
	font-size: 20px;
	color: #ffbf00;
	display: inline-block;
	margin: 0 1px;
}
.more-text {
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
	border-top: 1px solid #dddddd;
	color: #616161;
	/* padding: 15px 15px 0px 15px; */
	padding: 15px 0px;
	font-family: "Outfit";
}
.username {
	font-size: 14px;
	line-height: 20px;
	font-family: outfit;
	color: #1d1d1d;
}
.city {
	font-size: 13px;
	line-height: 20px;
	color: #616161;
}
.yellow-theme {
	background-color: #000;
	color: #fff;
	transition: 0.2s ease-in;
	height: 45px;
	border-radius: 7px;
	text-align: center;
	padding: 10px 25px !important;
	border-radius: 100px;
	position: relative;
	top: 1;
}
.yellow-theme:hover {
	color: #fff;
}
.samples-banner {
	background-color: #000;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.sample-content h1,
.sample-content p {
	color: #fff;
	text-align: center;
}
.samples-banner {
	display: flex;
	align-items: center;
	padding: 60px 0;
	margin-top: -103px;
}
.new-samples-section {
	padding: 60px 0px;
}
.samples-slider__item {
	box-shadow: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}

.splide__slide {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 3px 4px 6px 1px #bfbfbf8a;
	padding: 1.625rem 1.25rem;
	margin-bottom: 20px;
}

.samples .samples-slider__item:after {
	background-color: #9eabf1;
	position: absolute;
}

.samples-slider__item__head {
	margin-bottom: 1.25rem;
	max-width: 80%;
	position: relative;
	width: 100%;
}

.samples-slider__item__pages {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-weight: 600;
	justify-content: center;
	line-height: 0.9;
	position: absolute;
	right: -82px;
	top: -12px;
	z-index: 1;
	font-size: 15px;
}

.samples-slider__item:after {
	background-color: #ffba00;
	position: absolute;
}

.samples-slider__item__label {
	color: #0a2533;
	margin-right: 3rem;
	max-width: 60px;
	opacity: 0.8;
	width: 100%;
}

.samples-slider__item__type {
	color: #0a2533;
}

.samples-slider__item__row--button {
	margin-bottom: 1.625rem;
	margin-top: auto;
}

.samples-slider__item__row {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 0.5rem;
}

.samples-slider__item__row--button .btn {
	margin-top: 2.5rem;
	width: 100%;
}
.sample-image {
	background: #f04c23;
	width: 120px;
	height: 120px;
	margin: 0 auto 12px;
	align-items: center;
	justify-content: center;
}
.sample-image {
	border-radius: 50%;
	display: flex;
}
.sample-div h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 4px;
	text-align: center;
}
.sample-div li {
	font-size: 16px;
	color: #777;
	line-height: 25px;
	text-align: center;
}
.style-btning {
	background: #f04c23;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	padding: 10px 12px;
	min-width: 168px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-weight: 600;
	font-size: 15px;
	margin-top: 15px;
}
a:hover {
	color: #fff !important;
}
.popup {
	position: fixed;
	top: 100%;
	width: 100%;
	height: 100%;
	z-index: 10001;
}

.popup.active {
	top: 0;
	transition: background-color 0.6s, opacity 0.6s;
}

.popup .main-btn-rect {
	padding: 10px 100px;
}

.popup .popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 568px;
	min-width: 320px;
	margin-top: 150px;
	padding: 25px;
	color: #070000;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transition: margin 0.6s;
	-webkit-transition: margin 0.6s;
	-moz-transition: margin 0.6s;
	-o-transition: margin 0.6s;
}

.popup-content h6 {
	display: table;
	font-size: 16px;
	text-align: center;
	margin: 10px auto;
	font-family: Roboto, sans-serif;
	font-weight: 100;
}

.popup .fade-out,
popup .fade-out {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	font-size: 15px;
}

.popup-btn {
	font-family: Inter, Sans-serif;
	font-weight: 500;
	background-color: #000 !important;
	border-radius: 100px;
	box-shadow: 0 11px 44px 0
		rgba(0, 15.000000000000018, 132, 0.13333333333333333);
	padding: 9px;
	color: #fff;
	text-decoration: none !important;
	border: 1px solid #000 !important;
}

.main-btn-circle {
	-webkit-box-shadow: inset 2px 1px 0 20px rgba(255, 255, 240, 0.2);
	-moz-box-shadow: inset 2px 1px 0 20px rgba(255, 255, 240, 0.2);
	box-shadow: inset 2px 1px 0 20px rgba(255, 255, 240, 0.2);
	background-color: #fff;
	color: #00082f;
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	border-radius: 100%;
	line-height: 40px;
	-webkit-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}

.modal-form-wrapper {
	padding: 10px;
	position: relative;
	background: var(--primary);
	border-radius: 10px;
	width: 100%;
	height: auto;
}

.modal-body h4 {
	font-size: 40px;
	font-weight: 900;
	position: relative;
	display: inline-block;
	color: #000;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}

.modal-form-wrapper .form-text-wrapper p {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 43px;
	margin-bottom: 10px;
}

.form-text-wrapper span {
	color: #000;
	font-size: 50px;
	display: block;
}

#once-popup {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.65);
	text-align: center;
	z-index: 10000;
}

#once-popup .inner {
	background: #fff;
	padding: 20px;
	width: 600px;
	max-width: 90%;
	margin: 50px auto;
}

#once-popup #popup-close {
	float: right;
	font-size: 30px;
	line-height: 10px;
	padding: 5px;
	cursor: pointer;
}

#bew-popup-modal .btn-close {
	background-color: #fff;
	position: absolute;
	top: -7px;
	right: -12px;
	opacity: 1;
	color: #fff;
	font-size: 10px;
	padding: 8px;
	border-radius: 20px;
	z-index: 999;
	border: none;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

#bew-popup-modal .modal-dialog {
	margin-top: 120px;
}

.modal-contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	outline: 0;
	position: relative;
	top: 20px;
}

.shine-animation {
	background-image: linear-gradient(
		to right,
		transparent 33%,
		rgba(255, 255, 255, 0.3) 50%,
		transparent 66%
	) !important;
	background-size: 300% 100% !important;
	animation: 2s infinite shine;
	z-index: 1000;
}

.modal-body {
	width: 100%;
	border-radius: 20px;
	background: #f04c23;
}

.modal-body h3 {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
}

.modal {
	overflow-x: hidden;
	overflow-y: auto;
	background: #00000073;
}
.new-login-btn {
	transition: 0.2s ease-in;
	border-radius: 100px;
	padding: 8px 18px;
	min-width: 150px;
	background-color: #ff3b00 !important;
	/* margin-left: 10px; */
	color: #fff;
	text-align: center;
}
.new-login-btn i {
	margin-right: 10px;
	font-size: 16px;
}
.ftr-btm a {
	color: #fff;
}
.side-nav {
	display: none;
}
.new-privacy-loc {
	display: flex;
	justify-content: end;
}

@media (max-width: 768px) {
	.side-nav {
		display: block;
	}
	.review-content h1 {
		font-size: 24px;
		margin-bottom: 18px;
		font-weight: 700;
		color: #fff !important;
		margin-top: 60px;
	}
	.review-sections {
		padding: 30px 0px;
	}
	.heading {
		font-size: 22px;
	}
	.samples-banner {
		margin-top: 64px;
	}
	.new-privacy-loc {
		display: flex;
		justify-content: center;
	}
	.contact-banner {
		height: auto;
	}
	.section-contact-form {
		padding: 30px 0px;
	}
	.contact-page-icon-list h5 {
		text-align: center;
	}
}
.whatsapp-theme,
.whatsapp-theme:hover {
	background-color: #51b27e;
	color: #fff;
}
.themed-bg {
	background-color: #f04c23;
	color: #fff;
}
.discount-offer {
	animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-name: heartBeat;
	animation-timing-function: ease-in-out;
	display: inline-block;
}
.fixed-btn {
	position: fixed;
	left: 17px;
	bottom: 14px;
	z-index: 10;
	background: #00b482;
	color: #fff;
	border-radius: 23px;
	padding: 10px;
	font-size: 19px;
	width: 240px;
	text-align: center;
}
@-webkit-keyframes heartBeat {
	0% {
		transform: scale(1);
	}

	14% {
		transform: scale(1.05);
	}

	28% {
		transform: scale(1);
	}

	42% {
		transform: scale(1.1);
	}

	70% {
		transform: scale(1);
	}
}

@media (max-width: 768px) {
	.fixed-btn {
		display: none !important;
	}
}
.navbar-servicess {
	position: absolute;
	top: 50px;
	background: #f8f9fa;
	left: -26px;
	width: 250px;
	margin: 0;
	padding: 0;
	box-shadow: 1px 1px 6px rgb(0 0 0 / 20%);
	display: none;
	height: auto;
}
.navbar-services .style-dropdown-list {
	display: block !important;
	width: 100%;
	border-bottom: 0.2px solid #e4e4e4cc;
	color: #000;
	margin: 0 !important;
	padding: 0 !important;
}
.navbar-services .style-dropdown-item {
	display: block;
	padding: 10px !important;
	color: #000;
}
.navbar-services .style-dropdown-item:hover {
	color: #000 !important;
}
.reviewsList {
	display: flex;
	gap: 2rem;
	margin-bottom: 2rem;
}
.reviewsList li {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 8px 1rem;
}
.sample-content h1 {
	margin-top: 50px;
}
@media (max-width: 768px) {
	.reviewsList {
		display: none !important;
	}
	.content-style {
		margin-top: 100px;
	}
	.expert-online {
		display: flex;
		justify-content: center;
	}
	.main-banner .content-style h3 {
		text-align: center;
		/* margin-top: 55px; */
		line-height: 1.4;
	}
	.main-banner .content-style h6 {
		text-align: center;
		width: 100%;
		font-size: 16px;
		/* margin: 0; */
	}
	.banner2-txt p {
		text-align: center;
	}
	.service-blk h4 {
		text-align: center;
	}
	.service-blk p {
		text-align: center;
	}
}
button[type="submit"]:disabled {
	opacity: 0.6;

	color: transparent !important;
}
.submitbtn {
	position: relative;
}

.submitbtn::before {
	content: "";
	border: 2px solid #f3f3f3;
	border-top: 2px solid #3498db;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	animation: spin 2s linear infinite;
	position: absolute;
	left: 45%;
	text-align: center;
	top: 10px;
	display: none;
}

.submitbtn:disabled:before {
	display: block;
}
.popup-btn {
	position: relative;
}

.popup-btn::before {
	content: "";
	border: 2px solid #f3f3f3;
	border-top: 2px solid #3498db;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	animation: spin 2s linear infinite;
	position: absolute;
	left: 45%;
	text-align: center;
	top: 10px;
	display: none;
}

.popup-btn:disabled:before {
	display: block;
}
.btn-theme {
	position: relative;
}

.btn-theme::before {
	content: "";
	border: 2px solid #f3f3f3;
	border-top: 2px solid #3498db;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	animation: spin 2s linear infinite;
	position: absolute;
	left: 45%;
	text-align: center;
	top: 5px;
	display: none;
}

.btn-theme:disabled:before {
	display: block;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
.about_card {
	margin: 0;
	margin-bottom: 20px;
	border: 2px solid #f04c23;
}
.bg-gray-100.p-5.px-10.w-full.flex.items-center h4 span {
	font-size: 25px;
}
.about_card {
	box-shadow: 0px 0px 9px rgb(52 52 52 / 46%);
	border-radius: 10px;
}

@media (max-width: 768px) {
	.worries-txt h2 {
		text-align: center;
		font-size: 25px;
	}
	.service-txt ul li {
		text-align: center;
	}
	.bg-indigo-100.p-5.px-10.w-full.flex.items-center {
		display: none;
	}
	.bg-gray-100.p-5.px-10.w-full.flex.items-center h4 span {
		font-size: 20px;
	}
}
