:root {
	--transition: transform 0.7s ease-in-out;
}

[class^="box-"] {
	display: none;
}

[class^="box-"].showfirst {
	display: block;
}

body {
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	font-weight: 700;
	line-height: 1.13;
}

p {
	font-family: 'Open Sans', sans-serif;
	display: block;
}

*:hover,
*:focus,
* {
	outline: none !important;
}

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

a,
input[type="submit"] {
	-webkit-transition: all 0.4s ease-In-out;
	-moz-transition: all 0.4s ease-In-out;
	-o-transition: all 0.4s ease-In-out;
	transition: all 0.4s ease-In-out;
	display: inline-block;
	cursor: pointer;
}

p,
a {
	font-size: 14px;
	color: #111111;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

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

.inline-block {
	font-size: 0;
}

.inline-block > li {
	display: inline-block;
	margin-right: 15px;
	position: relative;
}

.inline-block > li:last-child {
	margin-right: 0;
}

.slick-dots {
	display: block;
	position: absolute;
	left: 0;
	bottom: -40px;
	right: 0;
	margin: auto;
	display: flex !important;
	justify-content: center;
}

.slick-dots > li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots > li button {
	padding: 0;
	font-size: 0;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border-radius: 25px;
	border: 2px solid #45ACA2;
	cursor: pointer;
}

.slick-dots > li.slick-active button {
	background-color: #45ac9e;
	display: none;
}

.slick-arrow {
	font-size: 0;
	cursor: pointer;
	position: absolute;
	border: 1px solid transparent;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.ff-qwitcher {
	font-family: 'Qwitcher Grypen', cursive;
}

textarea,
select,
input[type],
textarea,
select,
button {
}

::-webkit-input-placeholder {
	color: #3b3b3b;
}

::-moz-placeholder {
	color: #3b3b3b;
}

:-ms-input-placeholder {
	color: #3b3b3b;
}

:-moz-placeholder {
	color: #3b3b3b;
}


/* General CSS Start*/
.bg-detail-2 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.fs-100 {
	font-size: 100px;
}

.inline-flex {
	display: inline-flex;
	align-items: center;
}

.inline-flex > li {
	margin-right: 20px;
}

.inline-flex > li:last-child {
	margin-right: 0;
}

.headingstyle1 {
	margin-bottom: 30px;
	text-align: center;
}

.headingstyle1 h3 {
	margin: 0 0 15px 0;
	font-size: 34px;
	font-weight: 600;
	color: #111111;
}

.headingstyle1 h5 {
	margin: 0 0 15px 0;
	display: inline-block;
	background-color: #0b163c;
	color: #FFFFFF;
	font-weight: 400;
	padding: 8px 20px;
	border-radius: 60px;
	font-size: 18px;
}

.headingstyle1 p {
	margin: 0 0 25px 0;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
}

.btn-style-1 {
	background-color: #0082dd;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	border-radius: 50px;
	padding: 9px 28px !important;
}

.btn-style-1:hover {
	background-color: #000000;
	color: #FFFFFF !important;
}

.btn-style-2 {
	background-color: white;
	color: black;
	font-size: 18px;
	font-weight: 500;
	border-radius: 50px;
	padding: 9px 40px;
}

.btn-style-2:hover {
	background-color: #0082dd;
	color: #ffffff;
}

.spacing__x {
	padding: 70px 0;
}

.pb-130 {
	padding-bottom: 130px;
}

.over-hidden {
	overflow: hidden;
}

.bg-color-1 {
	background-color: #EEEEEE;
}

.bg-color-2 {
	background-color: #0b163c;
}

.bg-color-3 {
	background-color: #f9f8f8;
}

.element {
	position: absolute;
}

.element-1 {
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
}

.mainSlider .slick-arrow {
	font-size: 2rem;
	border: 0;
	text-indent: 0;
	color: var(--white);
}

.mainSlider .slick-arrow:before {
	content: none;
}

.mainSlider .slick-prev {
	left: 3rem;
}

.mainSlider .slick-next {
	right: 3rem;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.banner-style-1 .yellowLight {
	color: #fff000;
	font-weight: 500;
	font-size: 18px;
}
/* General CSS END */


header {
	position: absolute;
	width: 100%;
	padding: 30px 0;
	z-index: 1;
}

.h-contact-info {
	text-align: right;
}

.h-contact-info ul {
	display: flex;
	align-items: center;
	justify-content: end;
}

.h-contact-info ul li {
	margin-right: 30px;
	text-align: left;
}

.h-contact-info ul li:last-child {
	margin-right: 0;
}

.h-contact-info ul li span {
	margin-bottom: -4px;
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
}

.h-contact-info ul li a {
	color: #FFFFFF;
	position: relative;
	font-weight: 600;
	font-size: 20px;
	padding-left: 55px;
}

.h-contact-info ul li a i {
	background: url(../images/images-sprite.png) no-repeat;
	background-position: -274px -4px;
	width: 47px;
	height: 47px;
	position: absolute;
	left: 0;
}

.h-contact-info ul li a i.ic2 {
	background-position: -273px -58px;
	width: 55px;
	height: 47px;
}

.banner-style-1 {
	height: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	padding-top: 9rem;
	flex-direction: column;
	background: linear-gradient(300deg,#232657 0%,#071338 100%);
}

.banner-style-1 h2 {
	color: #FFFFFF;
	font-size: 40px;
}

.banner-style-1 p {
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
}

.banner-style-1 .pointers {
	font-size: 0;
	margin-bottom: 40px;
}

.banner-style-1 .pointers li {
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	width: 50%;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 18px;
	position: relative;
}

.banner-style-1 .pointers li:before {
	content: '';
	background: #FFFFFF;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50px;
}

.banner-form {
	background-color: rgb(255 255 255 / 50%);
	border: 1px solid #111111;
	border-radius: 20px;
}

.banner-top {
	text-align: center;
	padding: 25px 0 20px 0;
}

.banner-top h4 {
	font-size: 44px;
	color: #111111;
	margin: 0;
	text-transform: uppercase;
	animation: blink1 1s cubic-bezier(0.4, 0, 1, 1) infinite;
}

.banner-top h5 {
	margin: 0;
	font-size: 20px;
	color: #111111;
}

.banner-middle {
	background-color: #1e6f5c;
	text-align: center;
	padding: 7px 0;
}

.banner-middle p {
	color: #FFFFFF;
	margin: 0;
}

.banner-middle p span {
	color: #fff000;
	font-weight: 600;
}

@keyframes blink1 {
	0%,100% {
		color: #000000;
	}

	50% {
		color: red;
	}
}

.custom-input-style {
	width: 100%;
	font-size: 15px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	padding: 15px 25px;
}

.custom-submit-style {
	width: 100%;
	background: #d01717;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: 600;
	border: 2px solid #FFFFFF;
	border-radius: 100px;
	padding: 11px 0;
}

.banner-last {
	padding: 30px 22px;
}

.best-gw-service {
	position: relative;
	margin-top: -160px;
	margin-bottom: 60px;
}

.best-gw-service ul.list {
	display: flex;
	align-items: center;
	justify-content: center;
}

.best-gw-service ul.list li {
	margin-right: 25px;
	height: 177px;
	width: 17%;
	border-radius: 7px;
}

.best-gw-service ul.list li:last-child {
	margin-right: 0;
}

.best-gw-service ul.list li a {
	color: #111111;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	background-color: #FFFFFF;
	box-shadow: 0 0 15px 1px rgb(41 187 137 / 40%);
	border-radius: inherit;
}

.best-gw-service ul.list li h6 {
	margin: 18px 0 0 0;
	font-weight: 500;
	font-size: 16px;
}

.best-gw-service ul.list li i {
	background: url(../images/images-sprite.png) no-repeat;
	background-position: -1px -153px;
	width: 56px;
	height: 56px;
	filter: hue-rotate(52deg);
}

.best-gw-service ul.list li i.ic2 {
	background-position: -71px -153px;
	width: 70px;
	height: 56px;
}

.best-gw-service ul.list li i.ic3 {
	background-position: -155px -153px;
	width: 56px;
	height: 56px;
}

.best-gw-service ul.list li i.ic4 {
	background-position: -240px -152px;
	width: 41px;
	height: 57px;
}

.best-gw-service ul.list li i.ic5 {
	background-position: -306px -153px;
	width: 48px;
	height: 58px;
}

.best-gw-service ul.list li a:hover, .best-gw-service ul.list li.active a {
	background: rgb(41,187,137);
	background: -moz-linear-gradient(top, rgba(41,187,137,1) 0%, rgba(30,111,92,1) 100%);
	background: -webkit-linear-gradient(top, rgba(41,187,137,1) 0%,rgba(30,111,92,1) 100%);
	background: linear-gradient(to bottom, #0b163c 0%, #758fe7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29bb89', endColorstr='#1e6f5c',GradientType=0 );
}

.best-gw-service ul.list li a:hover i, .best-gw-service ul.list li.active a i {
	filter: brightness(0) invert(1);
}

.best-gw-service ul.list li a:hover h6, .best-gw-service ul.list li.active a h6 {
	color: #FFFFFF;
}

.best-gw-service .slick-dots {
	display: none !important;
}

.unique-selling-point .text-box h3 {
	color: #FFFFFF;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 15px;
}

.unique-selling-point .text-box p {
	color: #FFFFFF;
	font-size: 15px;
	margin-bottom: 40px;
	line-height: normal;
	font-family: 'Poppins', sans-serif;
}

.unique-selling-point .providing-you li {
	text-align: center;
	width: 25%;
	margin-right: 0;
	margin-bottom: 25px;
}

.unique-selling-point .providing-you li i {
	background: url(../images/images-sprite.png) no-repeat;
	background-position: -4px -232px;
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: auto;
}

.unique-selling-point .providing-you li i.ic2 {
	background-position: -58px -232px;
	width: 50px;
	height: 50px;
}

.unique-selling-point .providing-you li i.ic3 {
	background-position: -119px -235px;
	width: 50px;
	height: 50px;
}

.unique-selling-point .providing-you li i.ic4 {
	background-position: -183px -235px;
	width: 50px;
	height: 48px;
}

.unique-selling-point .providing-you li h6 {
	margin: 7px 0 0 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
}

.unique-selling-point .providing-you li img, .unique-selling-point .providing-you li svg {
	width: 50px;
	height: 50px;
}

.footer-top {
	background-color: #111111;
	padding: 15px 0;
}

.copyrights p {
	margin: 0;
	color: #f8f4ff;
}

.copyrights p a {
	color: inherit;
}

.copyrights p a:hover {
	color: #13b57d;
}

.dmca {
	text-align: right;
}

.footer-bottom {
	padding: 15px 0;
}

.disclaimer p {
	color: #111111;
	margin: 0;
	font-size: 13px;
}

.disclaimer p strong {
	display: block;
}

.overlay {
	display: none;
}

.overlay::after {
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(24 24 24 / 90%);
	z-index: 4;
}

.color-white {
	color: #FFFFFF !important;
}

.process-flow .headingstyle1 .ff-qwitcher {
	display: inline-block;
}

.process-flow .op-box {
	position: relative;
	text-align: center;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 25px 18px 20px 18px;
	height: 100%;
	margin-bottom: 15px;
}

.process-flow .op-box i {
	background: url(../images/images-sprite.png) no-repeat;
	background-position: 0 -60px;
	width: 51px;
	height: 49px;
	display: inline-block;
	filter: hue-rotate(52deg);
}

.process-flow .op-box i.ic2 {
	background-position: -65px -57px;
	width: 49px;
}

.process-flow .op-box i.ic3 {
	background-position: -134px -57px;
	width: 49px;
}

.process-flow .op-box i.ic4 {
	background-position: -197px -60px;
	width: 49px;
}

.process-flow .op-box h6 {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	margin: 7px 0 10px 0;
}

.process-flow .op-box p {
	margin: 0;
	color: #687087;
	line-height: normal;
	letter-spacing: 0.3px;
}

.process-flow .count {
	font-size: 15px;
	font-weight: 500;
	position: absolute;
	left: -15px;
	top: -15px;
	color: white;
	background-color: #0082dd;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	line-height: normal;
}

.process-flow .btn-style-2 {
	padding: 11px 35px;
}

.prce_box {
	background: #ffffff;
	padding: 20px 15px;
	border-radius: 6px;
	border: 1px solid transparent;
	min-height: 350px;
	font-size: 0px;
	position: relative;
	box-shadow: 5px 6px 30px #12121226;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
}

.prce_box:hover {
	transform: translateY(-0.625rem);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.myprocess.main-arcle-sec .prce_box {
	margin: 20px 0px;
}

.myprocess.main-arcle-sec .prce_box {
	min-height: 570px;
}

.prce_box h3 {
	color: #091e42;
	font-weight: 600;
	font-size: 22px;
	margin: 0 0 5px 0;
	font-family: 'Poppins', sans-serif;
}

.prce_box h3 span {
	font-family: 'Qwitcher Grypen', cursive;
	font-size: 38px;
	line-height: normal;
}

.bb-1 {
	border-bottom: 1px solid #cecece;
	margin-bottom: 15px;
}

.myprocess.main-arcle-sec .prce_box p {
	font-size: 15px;
	color: #091e42;
	margin: 0 0 10px 0;
}

.prce_box ul.pck-scrl {
	height: 368px;
	overflow-x: hidden;
	text-align: left;
	padding: 20px 0;
}

.prce_box ul.pck-scrl::-webkit-scrollbar {
	width: 8px;
	background-color: #f5f5f5;
}

.prce_box ul.pck-scrl::-webkit-scrollbar-button:start:decrement, .prce_box ul.pck-scrl::-webkit-scrollbar-button:end:increment {
	display: none;
}

.prce_box ul.pck-scrl::-webkit-scrollbar-track-piece {
	background-color: #cccccc;
}

.prce_box ul.pck-scrl::-webkit-scrollbar-thumb:vertical {
	background-color: #29bb89;
}

.prce_box ul.pck-scrl li {
	display: block !important;
	font-size: 14px;
	color: #687087;
	position: relative;
	padding-left: 20px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
	line-height: normal;
}

.prce_box ul li.pck-heading {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	line-height: 1.3;
}

.prce_box ul.pck-scrl li.pck-heading::before {
	display: none;
}

.prce_box ul.pck-scrl li:before {
	content: "\f00c";
	position: absolute;
	left: 0px;
	top: 4px;
	color: #29b987;
	font-family: "Font Awesome 5";
	font-weight: 900;
}

.prce_box h4 {
	color: #091e42;
	font-weight: 700;
	font-size: 22px;
	margin: 20px 0 10px 0;
}

.prce_box .toll-free {
	font-weight: 500;
	color: #171717;
	margin: 10px 0 0 0 !important;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}

.prce_box .toll-free i {
	color: #29b987;
	display: inline-block;
	font-size: 13px;
}

.prce_box .btn-style-1 {
	padding: 9px 20px !important;
	font-size: 14px !important;
	background: #29bb89;
	color: #FFF !IMPORTANT;
}

.bookSec {
}

.bookSec .box {
	text-align: center;
	border-bottom: 5px solid #0b163c;
	position: relative;
}

.bookSec .box:after {
	content: '';
	border: 15px solid transparent;
	border-top-color: #0b163c;
	bottom: -32px;
	left: 46%;
	position: absolute;
}

.bookSec .box img {
	margin: auto;
}

.bookSec .box h2 {
	color: #0b163c;
	font-size: 26px;
}

.bookSec .box p {
	font-size: 14px;
}

.hero-slider-wrap,
.homepage-programs,
.homepage-programs .program-taglines {
	position: relative;
}

.homepage-programs .program-taglines .container {
	height: 50px;
}

.homepage-programs .program-taglines--entry {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 23%;
	-ms-flex: 0 1 23%;
	flex: 0 1 23%;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.04px;
	color: #fff;
	position: relative;
	z-index: 1;
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.homepage-programs .program-taglines--entry:before {
	content: '';
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #24a7f1 transparent transparent;
	border-width: 10px 10px 0;
}

.homepage-programs .program-taglines--entry:nth-child(1):before {
	border-color: #378cf1 transparent transparent;
}

.homepage-programs .program-taglines--entry:nth-child(2):before {
	border-color: #2d9bf1 transparent transparent;
}

.homepage-programs .program-taglines--entry:nth-child(3):before {
	border-color: #20aff2 transparent transparent;
}

.homepage-programs .program-taglines--entry:nth-child(4):before {
	border-color: #13bff2 transparent transparent;
}

.homepage-programs--entry {
/* -webkit-box-flex: 0; *//* -webkit-flex: 0 1 23%; */
	-ms-flex: 0 1 23%;
    /* flex: 0 1 23%; */    /* position: relative; *//* z-index: 10; */
	padding-top: 30px;
}

.homepage-programs--entry .program-subtitle {
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.04px;
	color: #fff;
	margin: 18px 0 45px;
}

.homepage-programs--entry .program-info {
	text-align: center;
}

.homepage-programs--entry .program-title {
	font-size: 17px;
	line-height: 17px;
	font-weight: 500;
}

.homepage-programs--entry .program-title a {
	color: #091E42;
}

.homepage-programs--entry .program-title span {
	display: block;
	font-size: 20px;
	line-height: 35px;
	font-weight: 700;
}

.homepage-programs--entry .program-title a:hover {
	color: #29b987;
}

.homepage-programs--entry .program-icon {
	height: 35px;
	margin-bottom: 15px;
}

.homepage-programs--entry .program-icon img {
	width: 100%;
	height: 35px;
	margin: 0 auto;
	filter: hue-rotate(184deg);
}

.homepage-programs--entry .program-price {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: .88px;
	color: #c49102;
	margin: 20px 0 25px;
}

.homepage-programs--entry .program-button {
	margin-top: 10px;
}

.homepage-programs--entry .program-button a {
	font-size: 13px;
	font-weight: 500;
	text-decoration: underline;
	color: #c49102;
}

.homepage-programs--entry .program-description {
	padding-top: 10px;
	margin-top: 32px;
	border-top: 1px solid #cecece;
}

.homepage-programs--entry .program-description ul {
	padding: 0 0 0 20px;
	margin: 0;
}

.homepage-programs--entry .program-description p {
	margin-bottom: 10px;
}

.homepage-programs--entry .program-description li,
.homepage-programs--entry .program-description p {
	font-size: 13px;
	line-height: 24px;
	list-style: initial;
}

.ser_slider .slick-prev, .ser_slider .slick-next {
	width: 50px;
	top: 50%;
	height: 50px;
	background: #0b163c;
	border-radius: 50%;
	box-shadow: 0 0 11px #eaf0f6;
}

.ser_slider .slick-prev {
	left: -70px;
	z-index: 9;
}

.ser_slider .slick-prev.slick-arrow::before {
	content: "\f104";
}

.ser_slider .slick-next {
	right: -70px;
}

.ser_slider .slick-arrow::before {
	content: "\f105";
	font-family: "Font Awesome 5";
	font-weight: 900;
	font-size: 16px;
	color: #FFFFFF;
}

.cta__2 {
	position: relative;
	padding: 180px 0;
	overflow: hidden;
}

.cta__2 .element {
	right: -40px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.cta__2 ul.pointers {
	font-size: 0;
	margin-bottom: 25px;
}

.cta__2 ul.pointers li {
	display: inline-block;
	width: 50%;
	margin: 0 0 10px 0;
	font-size: 15px;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
}

.cta__2 ul.pointers li i {
	font-size: 13px;
	margin-right: 3px;
}

.our-portfolio {
}

.our-portfolio .img-box {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.testimonial-box {
	position: relative;
	background-color: #FFFFFF;
	padding: 40px 30px 30px 30px;
	border-radius: 10px;
	box-shadow: 0 0 15px 8px #eeeeee;
	margin: 30px 20px 30px 20px;
}

.testimonial-by {
	background-color: #0b163c;
	width: 61px;
	height: 61px;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	position: absolute;
	top: -30px;
}

.testimonial-box h5 {
	font-size: 20px;
	font-weight: 600;
	color: #111111;
	margin: 15px 0 20px 0;
}

.testimonial-box p {
	margin: 0 0 25px 0;
	font-family: 'Poppins', sans-serif;
}

.testimonial-box ul {
	display: flex;
	justify-content: space-between;
}

.testimonial-box ul li {
}

.testimonial-box ul li i {
	color: #f5a521;
}

.testimonial-box.style-2 {
	padding: 50px 15px 30px 15px;
	margin: 40px 0 0 0;
}

.testimonial-box.style-2 .img-box {
	position: relative;
	border-radius: 10px;
}

.testimonial-box.style-2 .img-box::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 50%);
	border-radius: inherit;
	display: none;
}

.testimonial-box.style-2 .img-box img {
	border-radius: inherit;
	width: 100%;
}

.testimonial-box.style-2 .img-box .play-icon {
	color: #FFFFFF;
	font-size: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-box.style-2 .testimonial-by {
	left: 30px;
}

.cta-3 .headingstyle1 h5 {
	color: #111111;
	background-color: #FFFFFF;
}

.cta-3 .ul-style-1 {
	font-size: 0;
	margin-bottom: 20px;
}

.cta-3 .ul-style-1 li {
	width: 100%;
	display: inline-block;
	color: #FFFFFF;
	font-size: 15px;
	margin-bottom: 10px;
}

.cta-3 .ul-style-1 li i {
	margin-right: 4px;
	font-size: 13px;
}

.cta-3 .banner-form {
	position: relative;
	top: 0;
}

.popup-overlay {
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 90%);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}

.popup {
	/* border: 5px solid #18dba0; */
	border-radius: 4px;
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
	max-width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 753px;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	font-size: 0;
	width: 865px;
	height: 561px;
}

.popup .popup-close {
	background: #ffc424;
	position: absolute;
	right: 60px;
	top: 10px;
	width: 44px;
	height: 44px;
	border-radius: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 28px;
}

.popup .off-20 {
	position: absolute;
	left: -20px;
	top: 20px;
}

.popup .popup-img {
	max-width: fit-content;
	position: absolute;
	top: 0px;
	left: -40px;
}

.popup .wrapper {
	font-size: 0;
	background: url(../images/chris-pop-img.png) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 35px 40px;
	text-align: end;
}

.popup .wrapper > div {
	display: inline-block;
	vertical-align: middle;
}

.popup .wrapper .left {
	width: 40%;
}

.popup .wrapper .right {
	width: 60%;
	padding: 0 35px;
	text-align: start;
}

.popup .wrapper h3 {
	color: #FFFFFF;
	margin-bottom: 5px;
}

.popup .wrapper p {
	color: #FFFFFF;
	font-size: 15px;
	padding: 0;
	margin-bottom: 20px;
}

.popup .formwrap .custom-input-style {
	width: 100%;
	background-color: #FFFFFF;
	height: 45px;
	border: none;
	border-radius: 4px;
	color: #000000;
	font-size: 14px;
	padding: 0 15px;
	outline: none;
}

.popup .formwrap .custom-textarea-style {
	width: 100%;
	background-color: #FFFFFF;
	border-radius: 4px;
	height: 100px;
	font-size: 14px;
	padding: 10px 15px;
	outline: none;
}

.popup .formwrap .custom-submit-style {
	width: 100%;
	background: black;
	font-size: 18px;
	color: #FFFFFF;
	border: none;
	border-radius: 3px;
	font-weight: 600;
	padding: 10px 0;
	cursor: pointer;
}

.popup-overlay.active {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1620px) and (min-width: 1200px) {

	.banner-form {
		top: -530px;
	}
}

@media (max-width: 1600px) {

	.banner-style-1 {
		height: auto;
	}

	.banner-style-1 h2 {
		font-size: 40px;
	}

	.banner-top {
		padding: 20px 0 15px 0;
	}

	.banner-top h4 {
		font-size: 34px;
	}

	.banner-top h5 {
		font-size: 18px;
	}

	.custom-input-style {
		padding: 10px 25px;
		font-size: 14px;
	}

	.custom-submit-style {
		padding: 8px 0;
	}

	.element-1 {
		bottom: 30px;
	}

	.unique-selling-point .providing-you li h6 {
		font-size: 14px;
	}

	.cta__2 .element {
		right: -300px;
	}
}

@media (max-width: 1620px) {
}

@media (max-width: 1199px) {
}

@media (max-device-width: 1024px) and (orientation: landscape) {
}

@media (max-width: 1024px) {

	.banner-style-1 {
		height: auto;
		padding: 100px 0 60px 0;
	}

	.element-1 {
		bottom: 15px;
		max-width: 60%;
	}

	.spacing__fx {
		padding: 40px 0;
	}

	.custom-submit-style {
		font-size: 15px;
	}

	.banner-form {
		position: relative;
		top: auto;
		background-color: #97cbba;
	}

	.banner-top h4 {
		font-size: 30px;
	}

	.banner-top h5 {
		font-size: 16px;
	}

	.ser_slider .slick-arrow {
		display: none !important;
	}
}

@media (max-width: 991px) {

	.h-contact-info, .cta__2 .element {
		display: none;
	}
}

@media (max-height: 991px) {
}

@media screen and (max-width: 995px), screen and (max-height: 700px) {
}

@media (max-width: 864px) {

	.spacing__x {
		padding: 40px 0;
	}

	.headingstyle1 h3 br {
		display: none;
	}

	.headingstyle1 p br {
		display: none;
	}

	.headingstyle1 h5 {
		font-size: 15px;
	}

	.headingstyle1 h3 {
		font-size: 28px;
	}

	.headingstyle1 p {
		font-size: 14px;
	}

	.dmca {
		text-align: left;
		margin-top: 10px;
	}

	.logo img {
		max-width: 80%;
	}

	.banner-style-1 .pointers li {
		width: 100%;
		margin-bottom: 5px;
		font-size: 15px;
	}

	.banner-style-1 h2 {
		font-size: 22px;
	}

	.banner-style-1 p {
		font-size: 14px;
	}

	.banner-style-1 .yellowLight {
		font-size: 15px;
		margin: 0;
	}

	.banner-style-1 .pointers {
		margin-bottom: 20px;
	}

	.inline-flex .btn-style-1, .inline-flex .btn-style-2 {
		font-size: 13px !important;
		padding: 10px 20px;
	}

	.banner-content {
		margin-top: 1.5rem;
	}

	.element-1 {
		bottom: 25px;
		max-width: 100%;
		padding: 0 15px;
	}

	.btn-style-1, .btn-style-2 {
		font-size: 15px !important;
	}

	.best-gw-service {
		margin-top: 0;
	}

	.best-gw-service ul.list {
		display: block;
	}

	.best-gw-service ul.list li {
		margin-right: 0;
		width: 100%;
	}

	.unique-selling-point .text-box h3 {
		font-size: 28px;
	}

	.unique-selling-point .providing-you {
		display: block;
		font-size: 0;
	}

	.unique-selling-point .providing-you li {
		width: 50%;
		display: inline-block;
	}

	.cta__2 ul.pointers li {
		width: 100%;
	}

	.cta-3 .ul-style-1 li {
		width: 100%;
		font-size: 14px;
	}

	.cta-3 .inline-flex {
		margin-bottom: 30px;
	}

	.responsive-slider .slick-dots {
		bottom: -20px;
	}

	.popup .popup-close {
		right: -5px;
		width: 50px;
		height: 50px;
		font-size: 18px;
		z-index: 1;
	}

	.popup .wrapper .left, .popup .off-20 {
		display: none;
	}

	.popup .wrapper .right {
		width: 100%;
		padding: 0 20px;
	}
}

.loader {
    text-align: center;
    margin-top: 10px;
}

.loader img {
    width: 40px;
}










/*sign form css start*/
.form-box {
    padding: 25px 20px 0;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    text-align: left;
    position: relative;
    float: right;
    max-width: 80%;
    margin-top: 41px;
}
.default-form .form-group {
    position: relative;
   
}
.form-box .form-group {
    margin-bottom: 7px;
}
.field-inner label {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.col-md-4 .default-form .form-group input[type=email], .col-md-4 .default-form .form-group input[type=file], .col-md-4 .default-form .form-group input[type=number], .col-md-4 .default-form .form-group input[type=password], .col-md-4 .default-form .form-group input[type=tel], .col-md-4 .default-form .form-group input[type=text], .col-md-4 .default-form .form-group input[type=url], .col-md-4 .default-form .form-group select {
    height: 40px;
    width: 100%;
    font-size: 12px;
    color: #000;
    line-height: 40px;
    font-weight: 400;
    padding: 14px 30px;
    background-color: transparent;
    border: 2px solid #00000063;
    border-radius: 7px;
    font-family: var(--thm-b-font);
    -webkit-transition: .3s;
    transition: .3s;
}
.form-box p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}
.accountbtn {
    font-weight: 400;
    padding: 7px 47px 7px;
    letter-spacing: .1em;
    font-size: 18px;
    line-height: 30px;
    background: #0082dd;
    color: #fff;
    border-radius: 5px;
    margin: 2% auto;
    display: table;
    width: 100%;
    border: 0;
}
.field-inner select {
    height: 40px;
    border: 1px solid #0000005e;
    padding: 0 12px;
    width: 100%;
    border-radius: 10px;
}
/*sign form css end*/



.form-box img {
       position: absolute;
    width: 22% !important;
    right: 7px;
    top: 25px;
}
.form-group input {
    height: 40px;
    border: 1px solid #0000005e;
    padding: 0 12px;
    width: 100%;
    border-radius: 10px;
}



.accordion {
  width: 100%;
  padding: 16px;
  /* background-color: #ebebd3; */
  first-child {
    margin-top: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  }
  
;
  last-child {
    border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  }
  
;
  last-child) {
    border-bottom: 1px dashed #083d77;
  }
  
;
  __heading {
    display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
  color: #083d77;
  list-style-type: none;
  }
  
;
  __icon {
    height: 24px;
  width: 24px;
  }
  
;
  __text {
    color: black;
  font-size: 14px;
  }
;
  border-bottom: 1px solid #00a59f!important;
  /* border-top: 1px solid black; */
}




details.accordion .open {
    /* border: 2px solid #00a59f!important; */
}

p.accordion__text {
    color: rgba(0,0,0,.6);
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 10px;
}






.accordion__icon {
    width: 25px;
}


.faqha {
    text-align: center;
    margin-bottom: 43px;
}

.faqha h1 {
    font-size: 50px;
    color: #000000;
}

.faqha h1 span {
    color: #0b163c;
}

.faqha p {
    color: #000000;
    font-size: 16px;
}

details.accordion:first-child {
    border-top: 1px solid #00a59f;
}

section.faqs {
    padding: 3rem 0px;
}


.partaa {
    /* display: block; */
    width: 100%;
    background-color: #0082dd8f;
    /* display: flex; */
    /* align-items: center; */
    padding: 22px 0px;
    margin-top: 24px;
}

section.cta-3.bg-detail-2.spacing__x {
    background: linear-gradient(300deg,#232657 0%,#071338 100%);
}
.loader img {
    position: unset!important;
    width: 36px!important;
}


.success.mt-3.alert.alert-success.text-center.mb-0.p-2 p {
    color: black;
}




.publish-packages {
    background: url(../images/new/banner.jpg);
    padding: 6.25rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* filter: brightness(0.5); */
    position: relative;
}

.an-custom-container {
    max-width: 1570px;
    margin: auto;
    width: 100%;
}

.an-custom-container {
    padding: 0 15px;
}
.publish-packages .section-title.text-center {
    margin-bottom: 50px;
}

.h2-lg.grey-color {
    color: white;
    position: relative;
}

.packages-mn {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
}

.packge-inn {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 20px;
    cursor: pointer;
}

.packge-inn figure {
    width: 4.5rem;
    height: 4.5rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    box-shadow: 0 5px 10px 0 rgba(222,53,50,.26);
    margin-bottom: 0;
    transition: .5s;
    flex: 0 0 4.5rem;
}

.packge-inn h6 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    white-space: normal;
    max-width: 300px;
    color: white;
}
.packgaes-para {
    font-size: 24px;
    font-weight: 600;
    color: white;
    padding-top: 2rem;
}
.text-center {
    text-align: center!important;
}
.publish-packages:before {
    position: absolute;
    content: "";
    background: #00000078;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

h2.h2-lg.grey-color {}


.col-lg-12.text-center.order-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gener img {
    width: 61px;
    height: 60px;
    object-fit: cover;
    filter: brightness(0) invert(1);
}

.gener h2 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 13px;
}
.formwrap {
    position: relative;
    z-index: 0;
}

.formwrap:before {
    content: "";
    width: 10px;
    height: 25%;
    position: absolute;
    left: -22px;
    background: linear-gradient(-28deg, #00caff 0%, #000c69 60%);
    border-radius: 100px;
    top: -100px;
}


/*book-writing-pg*/
.pricing-sec {
    position: relative;
    padding: 60px 0;
}

    .pricing-sec h3 {
        color: #1a1d1c;
        font-size: calc(24px + (40 - 24) * (100vw - 320px) / (1920 - 320));
        font-weight: 700;
        margin-bottom: 5px;
    }

/*.pricing-sec h2 {
        color: #025259;
        font-size: calc(24px + (48 - 24) * (100vw - 320px) / (1920 - 320));
        font-weight: 700;
        margin-bottom: 30px;
    }*/

.price-box {
    background-color: #fff;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.price-box .border {
    border: #ebebeb solid 2px;
    padding: 20px 0 0;
    border-radius: 16px;
}
.price-box .titlePoint {
    position: absolute;
    left: 0;
    width: 100%;
    top: 80px;
    pointer-events: none;
}
.price-box .titlePoint .leftGoal {
    position: absolute;
    left: -25px;
    margin: auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 0px 2px #0000001d;
    z-index: 7;
}
.price-box .titlePoint .rightGoal {
    position: absolute;
    right: -25px;
    margin: auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 0px 2px #0000001d;
    z-index: 7;
}

.price-box-header {
    display: inline-block;
    font-weight: 600;
    color: #27292f;
    position: relative;
    margin-bottom: 15px;
    padding-left: 0;
    width: 100%;
    text-align: center;
    /* font-family: 'Oswald', sans-serif; */
    font-family: 'Poppins', sans-serif;
}


.price-box-header h4 {
    color: #000;
    font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    margin: 0 0 10px 0;
}
.price-box-header h4 a {
    color: #000;
    text-decoration: none;
    font-weight: 800;
    font-size: 20px;
}
.price-box-header h6 {
    color: #808080;
    font-size: calc(13px + (14 - 13) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    margin: 0 0 10px 0;
}
.price-box-header h3 {
    color: #ffaa17;
    font-size: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320));
    font-weight: 600;
    margin: 0 0 10px 0;
}
.price-box-header h3 span {
    color: #808080;
    font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
}

.discount {
    background-image: url(assets/images/price-tag.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 63px;
    height: 166px;
    top: -2px;
    right: 25px;
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding: 10px 20px;
    font-size: 29px;
    font-weight: 600;
}

.price-box .price {
    position: relative;
    color: #3682ea;
    padding: 20px;
    display: flex;
    align-items: center;
}

.price-box .price span {
    font-size: 30px;
}

.price-box .price span label {
    font-size: 65px;
}

.price-box .cut-price {
    color: #4c4d51;
    font-size: 19px;
}

.price-inner {
    padding: 20px 25px;
}

.price-inner h6 {
    font-size: 17px;
    font-weight: 600;
    color: #4c4d51;
    margin-bottom: 20px;
}

.price-list {
    height: 380px;
    padding: 0;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.price-list li {
    font-size: 16px;
    font-weight: 400;
    color: #4c4d51;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}

.price-list li i {
    position: absolute;
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    color: #fba614;
}

.price-box-bottom {
    display: flex;
    align-items: center;
    /*justify-content: space-between;
        
    */
    justify-content: center;
    padding: 20px;
}
.price-box .yellow-btn {
    margin: 0 0;
    font-size: calc(16px + (20 - 16) * (100vw - 320px) / (1920 - 320));
    padding: 10px 45px;
    border-radius: 12px;
    font-weight: 600;
    color: #fff;
    /* font-family: 'Oswald', sans-serif; */
    background: #2e83e0;
    background: #2e83e0;
}
.price-box:hover .yellow-btn {
    color: #fff !important;
    background: rgb(32,32,32);
    background: linear-gradient(356deg, rgba(32,32,32,1) 0%, rgba(0,0,0,1) 72%);
}

.price-chat {
    display: flex;
    margin-left: 20px;
}

    .price-chat .price-cht-icon {
        margin-right: 10px;
    }

    .price-chat span {
        font-size: 14px;
        display: block;
        margin-bottom: 0;
        line-height: 1;
        padding: 0;
        color: #5ac175;
    }

    .price-chat a {
        font-size: 20px;
        color: #0a1c13;
        text-decoration: none;
        font-weight: 500;
    }
/*design-services*/
/*inner-pages-designserv*/
/*ghostwriitng-new-sesc*/
/*ghostwriitng-new-sesc*/
/*inner-serv-pages*/
.ghostwriter-new-sec.inner-serv-pg-st-txt {
    padding: 0;
}

.inner-serv-pg-st-sec .row {
    align-items: center;
}

.inner-serv-pg-st-sec .home-about-head {
    padding: 2em 15em 2em 2em;
}

.inner-serv-pg-st-sec .home-about-head-2 {
    padding: 2em 2em 2em 15em;
}

.inner-serv-pg-st-sec .home-about-img img {
    width: 100%;
    width: 973em;
    height: 40em;
    object-fit: cover;
    top: 4px;
    position: relative;
}




.price-box.popular {
    background-color: #2e83e0;
    position: relative;
}
.price-box.popular .yellow-btn {
    color: #fff !important;
    background: rgb(32,32,32);
    background: linear-gradient(356deg, rgba(32,32,32,1) 0%, rgba(0,0,0,1) 72%);
}

.popular .price-inner h6 {
    color: #fff;
}
.popular .price-list li {
    color: #fff;
}
.popular .price-list li i {
    color: #fff;
}
.popular .price-chat a {
    color: #fff;
}



.price-list::-webkit-scrollbar {
    width: 7px;
    background-color: #eaeaea;
}

.price-list::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: none;
}

.price-list::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
}

.price-list::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: #eaeaea;
}
.file-blk label {
    margin-left: 14px;
    margin-right: 13px;
    margin-top: 6px;
    border: 1px solid rgba(0, 0, 0, 0.37);
    border-radius: 10px;
}
.field-inner label {
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.mainTitle h2 {
    /* font-family: 'Oswald', sans-serif; */
    font-size: 2em;
    font-weight: 800;
    color: #202020;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.mainTitle h2 span {
    color: #2859a3;
}
/*inner-serv-pages*/
