* {
	padding: 0;
	margin: 0;
	font-family: 'Rubik', sans-serif;
}

html {
	scroll-behavior: smooth;
}

body,
textarea,
input {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	font-weight: 400;
	color: #000000;
	font-family: 'Rubik', sans-serif;
}

body {
	background: #FAFAFA;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

a {
	display: inline-block;
	text-decoration: unset;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.wrapper {
	overflow: hidden;
	;
}

/*-_-_New-Header_CSS_Start_-_-*/
header.new-header {
	background: transparent;
	transition: 0.4s all ease;
}

header.new-header.headerbg {
	background: #171E44;
}

header.new-header.headerbg .navbar {
	padding: 20px 0;
}

header.fixed-header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
}

header.new-header .navbar {
	padding: 41px 0;
	transition: 0.4s all ease;
}

header.new-header .navbar-nav .nav-item .nav-link {
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	padding: 18px 16px !important;
	color: #FFFFFF;
	text-transform: unset;
	transition: 0.4s all ease;
}

header.new-header .navbar-nav .nav-item .nav-link:hover,
header.new-header .navbar-nav .nav-item .nav-link.active {
	color: #EA5B0C;
}

header.new-header .navbar-nav .nav-item {
	margin-right: 16px;
}

header.new-header .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

header.new-header .free-tiral.general-btn {
	line-height: 52px;
	padding: 0 30px;
}

/*-_-_New-Header_CSS_End_-_-*/

/*-_-_Banner_CSS_Start_-_-*/
.banner {
	background: url(../img/images/banner-bg.png) center center no-repeat;
	background-size: cover;
	position: relative;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner .banner-content {
	padding: 241px 0 150px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.banner .banner-content h1 {
	font-family: 'Ubuntu';
	font-weight: 700;
	font-size: 80px;
	line-height: 1.15;
	color: #FFFFFF;
	max-width: 980px;
	min-height: 184px;
	margin: 0 auto 38px;
}

.banner .banner-content h1 span {
	display: block;
}

.banner .banner-content P {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 20px;
	line-height: 1.5;
	color: #FFFFFF;
	max-width: 735px;
	min-height: 60px;
	margin: 0 auto 61px;
}

.banner .banner-content .banner-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80.95px;
}


.banner .banner-content .banner-btn a:last-child {
	line-height: 1.75;
	padding-top: 15px;
	padding-bottom: 15px;
}

.general-btn {
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: 18px;
	line-height: 54px;
	text-align: center;
	color: #FFFFFF;
	padding: 0 55px;
	background: #4F86FF;
	border: 1px solid #4F86FF;
	border-radius: 6px;
	transition: 0.4s all ease;
}

.general-btn:hover {
	color: #4F86FF;
	background: transparent;
}

.transparent-btn {
	font-family: 'Ubuntu';
	font-weight: 500;
	font-size: 18px;
	line-height: 54px;
	text-align: center;
	color: #FFFFFF;
	padding: 0 55px;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 6px;
	transition: 0.4s all ease;
}

.transparent-btn:hover {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.blue-transparent-btn {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 18px;
	line-height: 54px;
	text-align: center;
	color: #4F86FF;
	padding: 0 39px;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 6px;
	transition: 0.4s all ease;
	text-decoration-line: underline;
}

.blue-transparent-btn img {
	width: 24px;
	height: 24px;
	margin-left: 14px;
}

.blue-transparent-btn:hover {
	color: #4F86FF;
	border: 1px solid #4F86FF;
	text-decoration-line: underline;
}

.partners-wrap {
	background: url(../img/images/banner-bg.png) center center no-repeat;
	background-size: cover;
	padding: 60px 0;
	position: relative;
	z-index: 1;
}

.banner .banner-content ul,
.partners-wrap ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.banner .banner-content ul li,
.partners-wrap ul li {
	margin-right: 65px;
	text-align: center;
}

.banner .banner-content ul li:last-child,
.partners-wrap ul li:last-child {
	margin: 0;
}

.banner .banner-content ul li img,
.partners-wrap ul li img {
	max-width: 220.45px;
	max-height: 46.12px;
	object-fit: contain;
}

/*-_-_Banner_CSS_End_-_-*/

/*-_-_Content_CSS_Start_-_-*/
.why-use-wrap {
	padding: 110px 0 55px;
	position: relative;
}

.why-use-wrap::before {
	content: "";
	background: url(../img/images/blur-e.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	height: 646px;
	width: 646px;
	right: -290px;
	top: -306px;
	mix-blend-mode: normal;
	opacity: 0.8;
}

.why-use-wrap::after {
	content: "";
	background: url(../img/images/blur-d.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	height: 606px;
	width: 606px;
	left: -123px;
	top: 5px;
	mix-blend-mode: normal;
	opacity: 0.5;
}

.content {
	background: #FFFFFF;
}

.content h2 {
	font-family: 'Ubuntu';
	font-weight: 700;
	font-size: 60px;
	line-height: 1.4167;
	color: #171E44;
}

.why-use-wrap .why-use-content {
	position: relative;
	z-index: 1;
	max-width: 1170px;
	margin: 0 auto;
}

.why-use-wrap .why-use-content h2 {
	text-align: center;
	margin-bottom: 50px;
}

.why-use-row {
	justify-content: center;
	margin: 0 -8px;
	row-gap: 16px;
}

.why-use-row .why-use-col {
	padding: 0 8px;
}

.why-use-card {
	border: 1px solid rgba(4, 10, 22, 0.1);
	border-radius: 8px;
	padding: 30px 44px;
	transition: 0.6s all ease;
	height: 100%;
	text-align: center;
}

.why-use-card .why-use-img {
	width: 48px;
	height: 48px;
	display: block;
	margin: 0 auto 16px;
}

.why-use-card h4 {
	font-family: 'Ubuntu';
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: #171E44;
	margin-bottom: 16px;
}

.why-use-card p {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 16px;
	line-height: 1.625;
	color: rgba(23, 30, 68, 0.8);
	max-width: 210px;
	margin: 0 auto 16px;
}

.why-use-card a {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 16px;
	line-height: 1.25;
	display: inline-flex;
	align-items: center;
	color: rgba(23, 30, 68, 1);
}

.why-use-card a img {
	width: 10px;
	height: 10px;
	object-fit: contain;
	margin-left: 5px;
}

.how-works-wrap {
	padding: 55px 0;
}

.how-works-wrap .how-works-content {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.how-works-wrap h2 {
	text-align: center;
	margin-bottom: 55px;
}

.how-works-wrap .how-works-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	column-gap: 30px;
	margin-bottom: 80px;
}

.how-works-wrap .how-works-row:nth-child(2n - 1) {
	flex-direction: row-reverse;
}

.how-works-wrap .how-works-row:last-child {
	margin-bottom: 0;
}

.how-works-wrap .how-works-inner {
	max-width: 450px;
	width: 100%;
}

.how-works-inner>span {
	font-size: 14px;
	line-height: 18px;
	color: #171E44;
	position: relative;
	padding-left: 20px;
	display: block;
	font-family: "Roboto Mono", monospace;
	margin-bottom: 12px;
}

.how-works-inner>span::before {
	content: "";
	background: #4F86FF;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	border-radius: 50%;
	position: absolute;
}

.how-works-inner h3 {
	font-size: 34px;
	line-height: 1.25;
	color: #171E44;
	letter-spacing: -0.68px;
	margin-bottom: 12px;
}

.how-works-inner h3 span {
	font-weight: 700;
}

.how-works-inner ul {
	list-style: disc;
	padding-left: 25px;
}

.how-works-inner p,
.how-works-inner ul li {
	font-family: 'Poppins';
	font-size: 18px;
	line-height: 1.4;
	color: #171E44;
	margin-bottom: 25px;
}

.how-works-inner p:last-child,
.how-works-inner ul li:last-child {
	margin-bottom: 0;
}

.how-works-wrap .how-works-img {
	max-width: 420px;
	position: relative;
	width: 100%;
}

.how-works-wrap .how-works-img::before {
	content: "";
	background: url(../img/images/blur-d.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	height: 480px;
	width: 480px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mix-blend-mode: normal;
}

.how-works-row:nth-child(2n - 1) .how-works-img::before {
	background: url(../img/images/blur-e.png) center center no-repeat;
	background-size: contain;
}

.how-works-wrap .how-works-img lottie-player,
.how-works-wrap .how-works-img img,
.how-works-wrap .how-works-img iframe {
	position: relative;
	z-index: 1;
	max-width: 100%;
}

.training-course-wrap {
	padding: 55px 0 15px;
	position: relative;
}

.training-course-wrap::after {
	content: "";
	background: url(../img/images/blur-d.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	height: 606px;
	width: 606px;
	right: -243px;
	top: -17px;
	mix-blend-mode: normal;
}

.training-course-wrap .training-course-content {
	max-width: 1065px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.training-course-wrap .training-course-content h2 {
	margin-bottom: 30px;
}

.training-course-wrap .training-course-inner {
	text-align: center;
	margin-bottom: 50px;
}

.training-course-wrap .training-course-inner p {
	font-family: 'Poppins';
	/* font-weight: 500; */
	font-size: 18px;
	line-height: 1.5;
	color: #171E44;
	margin-bottom: 12px;
}

.training-course-slider .slick-arrow {
	width: 50px;
	height: 50px;
	top: 44%;
	border-radius: 50%;
}

.training-course-slider .slick-arrow img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.training-course-slider .slick-arrow::before {
	display: none;
}

.training-course-slider .slick-arrow.slick-prev {
	left: -89px;
}

.training-course-slider .slick-arrow.slick-next {
	right: -89px;
}

.training-course-slider .slick-slide {
	padding: 0 30px 40px;
}

.training-course-slide {
	background: #FFFFFF;
	border: 2px solid #F0F0F0;
	box-shadow: 5px 10px 40px rgba(23, 30, 68, 0.05);
	border-radius: 20px;
	position: relative;
}

.training-course-slide span {
	position: absolute;
	left: 10px;
	top: 11px;
	background: #C2D1D9;
	border-radius: 10px;
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 14.8px;
	line-height: 17px;
	color: #424B5A;
	padding: 6px 13px;
	z-index: 1;
}

.training-course-slide img {
	width: 100%;
	border-radius: 18px;
}

.training-course-slide .slide-content {
	padding: 20px 20px 18px;
}

.training-course-slide .slide-content h6 {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 16px;
	line-height: 1.563;
	color: #130F49;
	margin-bottom: 4px;
}

.training-course-slide .slide-content p {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 14px;
	line-height: 1.786;
	color: #A19FB6;
}

.we-are-wrap {
	padding: 55px 0 55px;
	position: relative;
}


.we-are-wrap::after {
	content: "";
	background: url(..img/images/blur-d.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	height: 646px;
	width: 646px;
	right: -179px;
	top: 440px;
}

.we-are-wrap::before {
	content: "";
	background: url(..img/images/blur-e.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	height: 606px;
	width: 606px;
	left: -238px;
	top: 386px;
	mix-blend-mode: normal;
	opacity: 0.8;
}

.we-are-wrap .we-are-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -17.5px;
	position: relative;
	z-index: 1;
}

.we-are-row .we-are-img-col {
	width: 49%;
	padding: 0 17.5px;
}

.we-are-row .we-are-content-col {
	/* width: 51%; */
	padding: 0 17.5px;
}

.we-are-wrap .we-are-img {
	width: 100%;
}

.we-are-wrap .we-are-img img {
	width: 100%;
	border-radius: 20px;
}

.we-are-row .we-are-content h2 {
	margin-bottom: 19.42px;
}

.we-are-row .we-are-content p {
	font-family: 'Poppins';
	/* font-weight: 500; */
	font-size: 18px;
	line-height: 1.889;
	color: #171E44;
	margin-bottom: 30px;
}

.we-are-row .we-are-content p:last-child {
	margin-bottom: 0;
}

.we-are-row .we-are-content ul li {
	padding-left: 49px;
	margin-bottom: 23.33px;
	position: relative;
}

.we-are-row .we-are-content ul li:last-child {
	margin-bottom: 0;
}

.we-are-row .we-are-content ul li::before {
	content: "";
	background: url(../img/images/check-icon.png) center center no-repeat;
	background-size: contain;
	width: 32px;
	height: 32px;
	left: 0;
	top: 2px;
	position: absolute;
}

.we-are-row .we-are-content ul li h4 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	color: #171E44;
	margin-bottom: 6.67px;
}


.we-are-row .we-are-content ul li span {
	font-family: 'Poppins';
	font-size: 16px;
	line-height: 1.875;
	color: #171E44;
}

.we-are-wrap.ai-used-wrap {
	padding: 69px 0 65.42px;
}

.we-are-wrap.ai-used-wrap::before {
	content: "";
	background: url(../img/images/blur-d.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	height: 606px;
	width: 606px;
	left: -204px;
	bottom: -257px;
	mix-blend-mode: normal;
	opacity: 0.8;
}

.we-are-wrap.ai-used-wrap::after {
	content: "";
	background: url(../img/images/blur-d.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	height: 646px;
	width: 646px;
	right: -183px;
	bottom: -297px;
	top: auto;
}

.we-are-wrap.ai-used-wrap .we-are-row {
	flex-direction: row-reverse;
}

.contact-wrap {
	padding: 70px 0 60px;
	position: relative;
	z-index: 1;
}

.contact-wrap h2 {
	text-align: center;
	margin-bottom: 49.5px;
}

.contact-row {
	align-items: center;
	margin: 0 -20px;
}

.contact-row .contact-col {
	padding: 0 20px;
}

.mapouter,
.mapouter .gmap_canvas,
.mapouter .gmap_canvas .gmap_iframe {
	height: 351px;
	width: 100%;
}

.contact-wrap .contact-content {
	max-width: 680px;
	margin: 0 auto;
}

.contact-wrap .contact-content h4 {
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	color: #171E44;
	margin-bottom: 15.42px;
}

.contact-wrap .contact-content p {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 16px;
	line-height: 1.875;
	color: #556987;
	margin-bottom: 33.5px;
}

.contact-wrap .contact-content ul li {
	margin-bottom: 26.73px;
}

.contact-wrap .contact-content ul li:last-child {
	margin-bottom: 0;
}

.contact-wrap .contact-content ul li a {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color: #556987;
	transition: 0.4s all ease;
}

.contact-wrap .contact-content ul li a:hover {
	color: #171E44;
}

.contact-wrap .contact-content ul li a img {
	width: 32px;
	height: 32px;
	object-fit: contain;
	margin-right: 21.33px;
}

/*-_-_Content_CSS_End_-_-*/

/*-_-_Footer_CSS_Start_-_-*/
footer {
	background: #FFFFFF;
}

footer .footer-content {
	text-align: center;
	padding-bottom: 50px;
}

footer .footer-content .footer-logo {
	max-width: 142px;
	margin: 0 auto 18.36px;
}

footer .footer-content .footer-logo img {
	width: 100%;
}

footer .footer-content p {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 16px;
	line-height: 1.875;
	text-align: center;
	/* color: #556987; */
	max-width: 684px;
	margin: 0 auto 41.91px;
}

footer .footer-content ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -24px;
}

footer .footer-content ul li {
	padding: 0 24px;
}

footer .footer-content ul li a {
	font-family: 'Ubuntu';
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #505D68;
	transition: 0.4s all ease;
}

footer .footer-content ul li a:hover {
	color: #171E44;
}

/*-_-_Footer_CSS_End_-_-*/

/*-_-_Signin_CSS_Start_-_-*/
.signin-banner.banner {
	min-height: 100vh;
	padding: 180px 0 90px;
	display: flex;
	align-items: center;
}

.signin-banner.banner .signin-row {
	justify-content: center;
}

.signup-card {
	max-width: 558px;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 20px;
	border: 2px solid #F0F0F0;
	box-shadow: 10px 25px 40px 0 rgba(0, 0, 0, 0.05);
	padding: 50px 100px 37px;
}

.signup-card .signup-logo {
	margin: 0 auto 26.77px;
	max-width: 142px;
	display: block;
}

.signup-card .signup-logo img {
	width: 100%;
}

.signup-card h3 {
	color: #0F1C49;
	text-align: center;
	font-size: 32px;
	line-height: 1.1875;
	font-family: "Ubuntu";
	font-weight: 700;
	margin-bottom: 15px;
}

.signup-card>p {
	color: #0F1C49;
	text-align: center;
	font-size: 18px;
	font-family: "Poppins";
	font-weight: 500;
	line-height: 1.556;
	margin-bottom: 17px;
	opacity: 0.4;
}

.signup-card form .form-group {
	margin-bottom: 24px;
}

.signup-card form .form-group:last-child {
	margin-bottom: 0;
}

.signup-card form label {
	color: #0F1C49;
	font-size: 16px;
	font-family: "Poppins";
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 6px;
}

.signup-card form input.form-control {
	border-radius: 8px;
	border: 1px solid #D5DAE1;
	background: #ffffff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	height: 46px;
	padding: 10px 14px;
	color: #0F1C49;
	font-size: 16px;
	font-family: "Poppins";
	line-height: 24px;
	transition: 0.4s all ease;
}

.signup-card form input.form-control:focus {
	border: 1px solid #4F86FF;
}

.signup-card form .password-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.signup-card form .forgot-pass {
	color: #4F86FF;
	font-size: 12px;
	font-family: "Poppins";
	font-weight: 500;
	line-height: 1.5;
}

.signup-card form .form-check {
	margin: 0;
	min-height: unset;
	padding-left: 21px;
	line-height: 1;
}

.signup-card form .form-check input {
	margin-left: -21px;
	margin-top: 1.25px;
}

.signup-card form .form-check label {
	color: #0F1C49;
	text-align: right;
	font-size: 12px;
	font-family: "Poppins";
	font-weight: 500;
	line-height: 18px;
	margin: 0;
}

.signup-card form p {
	color: #333F51;
	text-align: center;
	font-size: 12px;
	font-family: "Poppins";
	font-weight: 500;
	line-height: 18px;
}

.signup-card form p a {
	color: #4F86FF;
}

.signup-card form button {
	height: 46px;
	padding: 0 18px;
	border-radius: 6px;
	background: #4F86FF;
	border: 1px solid #4F86FF;
	box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
	color: #F0FDF4;
	font-size: 16px;
	font-family: "Ubuntu";
	font-weight: 500;
	line-height: 1.5;
	width: 100%;
	transition: 0.4s all ease;
}

.signup-card form button:hover {
	background: transparent;
	color: #4F86FF;
}

.signup-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.signup-content h2 {
	font-size: 65px;
	font-family: "Ubuntu";
	font-weight: 700;
	line-height: 85px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 38px;
}

.signup-content ul {
	text-align: center;
	max-width: 386px;
}

.signup-content ul li {
	padding-left: 37px;
	color: #EFF0F6;
	font-size: 20px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 32px;
	position: relative;
	margin-bottom: 24px;
}

.signup-content ul li:last-child {
	margin-bottom: 0;
}

.signup-content ul li::before {
	content: "";
	background: url(../img/images/check-white-icon.png) center center no-repeat;
	background-size: contain;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	position: absolute;
}

/*-_-_Signin_CSS_End_-_-*/

/*-_-_Signup_CSS_Start_-_-*/
.signup-banner.banner.signin-banner .signup-card {
	padding-bottom: 50px;
}

/*-_-_Signup_CSS_End_-_-*/

/*-_-_Signup_CSS_Start_-_-*/
.static-header.new-header {
	background: #171E44;
}

.static-header.new-header.headerbg {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
}

/*-_-_Signup_CSS_End_-_-*/

/*-_-_how-to-use-vertiapp_CSS_Start_-_-*/
.how-work-vertiapp.how-works-wrap {
	position: relative;
}

.how-works-wrap.how-work-vertiapp:first-child {
	padding-top: 100px;
}

.how-work-vertiapp.how-works-wrap::after {
	background: url(../img/images/blur-d.png) center center no-repeat;
	background-size: contain;
	height: 606px;
	width: 606px;
	left: -204px;
	top: 50%;
	transform: translateY(-50%);
}

.we-are-vertiapp.we-are-wrap:first-child {
	padding-top: 110px;
}

.why-use-vertiapp.why-use-wrap {
	padding-top: 55px;
}

.we-are-vertiapp.we-are-wrap .we-are-row .we-are-content-col {
	width: 51%;
}

.why-use-vertiapp.why-use-wrap::before {
	right: -164px;
	top: 50%;
}

.we-are-vertiapp.we-are-wrap::before {
	height: 646px;
	width: 646px;
	background-size: cover;
	left: auto;
	right: -327px;
	top: -40px;
	bottom: auto;
}

.we-are-vertiapp.we-are-wrap::after {
	height: 606px;
	width: 606px;
	right: -280px;
	top: 32%;
	bottom: auto;
}

.we-are-vertiapp.we-are-wrap.ai-used-wrap::before {
	background: url(../img/images/blur-e.png) center center no-repeat;
	background-size: contain;
	height: 646px;
	width: 646px;
	left: -140px;
	bottom: auto;
	top: 41%;
}

.we-are-vertiapp.we-are-wrap.ai-used-wrap::after {
	height: 606px;
	width: 606px;
	left: -140px;
	top: 75%;
	bottom: auto;
}

.no-before.we-are-vertiapp.we-are-wrap::before {
	display: none;
}

.no-after.we-are-vertiapp.we-are-wrap::after {
	display: none;
}

/*-_-_how-to-use-vertiapp_CSS_End_-_-*/

/*-_-_Training-Courses_CSS_Start_-_-*/
.training-courses-wrap {
	position: relative;
	padding: 110px 0 70px;
}

.training-courses-wrap::before {
	content: "";
	background: url(../img/images/blur-e.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	height: 646px;
	width: 646px;
	left: -138px;
	top: 41%;
	transform: translateY(-50%);
}

.training-courses-wrap::after {
	content: "";
	background: url(../img/images/blur-d.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	height: 606px;
	width: 606px;
	left: -145px;
	top: 50%;
	transform: translateY(-50%);
}

.training-courses-wrap .training-courses-content {
	text-align: center;
}

.training-courses-wrap .training-courses-content::before {
	content: "";
	background: url(../img/images/blur-e.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	height: 646px;
	width: 646px;
	right: -312px;
	top: 89%;
	transform: translateY(-50%);
	opacity: 0.8;
}

.training-courses-wrap .training-courses-content::after {
	content: "";
	background: url(../img/images/blur-d.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	height: 606px;
	width: 606px;
	right: -265px;
	top: 100%;
	transform: translateY(-50%);
}

.training-courses-content .training-courses-inner {
	text-align: left;
	margin-bottom: 50px;
}

.training-courses-wrap .training-courses-content h2 {
	margin-bottom: 30px;
}

.training-courses-wrap .training-courses-inner p {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #171E44;
	margin-bottom: 12px;
}

.training-courses-wrap .training-courses-inner p:last-child {
	margin-bottom: 0;
}


.training-courses-wrap .training-courses-inner h4 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	color: #171E44;
	margin-bottom: 15px;
}

.training-courses-wrap .training-courses-inner h5 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.5;
	color: #171E44;
	margin-bottom: 15px;
}

.training-courses-wrap .training-courses-inner ul,
.training-courses-wrap .training-courses-inner ol {
	padding-left: 17.5px;
	padding-bottom: 10px;
}

.training-courses-wrap .training-courses-inner ul:last-child,
.training-courses-wrap .training-courses-inner ol:last-child {
	padding-bottom: 0;
}

.training-courses-wrap .training-courses-inner ul li::marker,
.training-courses-wrap .training-courses-inner ol li::marker {
	color: #171E44;
}

.training-courses-wrap .training-courses-inner ol.roman {
	list-style-type: upper-roman;
}

.training-courses-wrap .training-courses-inner ol.alphabit {
	list-style-type: lower-alpha;

}

.training-courses-wrap .training-courses-inner ul ul,
.training-courses-wrap .training-courses-inner ol ul,
.training-courses-wrap .training-courses-inner ol ul,
.training-courses-wrap .training-courses-inner ol ol {
	padding-bottom: 0;
}

.training-courses-wrap .training-courses-inner ul {
	list-style-type: disc;
}

.training-courses-wrap .training-courses-inner p,
.training-courses-wrap .training-courses-inner ul li,
.training-courses-wrap .training-courses-inner ol li {
	font-family: 'Poppins';
	/* font-weight: 500; */
	font-size: 18px;
	line-height: 28px;
	color: #171E44;
	margin-bottom: 10px;
}

.training-courses-wrap .training-courses-inner p:last-child {
	margin-bottom: 0;
}


.training-courses-content .training-course-slide img {
	height: 209px;
}

.training-courses-content .training-course-slide.training-course-large img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-radius: 20px;
}

.training-course-slide.training-course-large .slide-content {
	margin-top: 209px;
	position: relative;
	z-index: 1;
	width: 50%;
}

.training-course-slide.training-course-large .slide-content h6,
.training-course-slide.training-course-large .slide-content p {
	color: #ffffff;
}

.training-courses-row {
	margin: 0 -10px 7px;
	text-align: left;
	position: relative;
	z-index: 1;
}

.training-courses-row .training-courses-col {
	padding: 0 10px 33.7px;
}

.training-courses-col .training-course-slide {
	height: 100%;
}

.training-courses-content .general-btn {
	padding: 0 40px;
}

/*-_-_Training-Courses_CSS_End_-_-*/

/*-_-_Contact-us_CSS_Start_-_-*/
.contact-banner.banner {
	position: static;
}

.contact-banner.banner .banner-content {
	padding: 180px 0 0px;
	margin-bottom: -321.75px;
	position: relative;
	z-index: 1;
}

.contact-banner.banner .banner-content h2 {
	color: #FFF;
	text-align: center;
	font-size: 60px;
	font-family: "Ubuntu";
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 91.5px;
}

.contact-banner.banner .banner-content .contact-card {
	border-radius: 15px;
	background-color: #F7F8F9;
	padding: 94.5px 113px 67.5px;
	margin: 0 auto;
	max-width: 1080px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.contact-banner.banner .banner-content .contact-card::before {
	content: "";
	background: url(../img/images/contact-bg.png) top center no-repeat;
	background-size: cover;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.4;
}

.contact-banner.banner .contact-card h3 {
	color: #171E44;
	font-size: 45px;
	font-family: "Ubuntu";
	font-weight: 700;
	line-height: 1.4223;
	margin-bottom: 12.5px;
	position: relative;
	z-index: 1;
}

.contact-banner.banner .contact-card p {
	color: #556987;
	font-size: 15px;
	font-family: "Poppins";
	font-weight: 500;
	line-height: 22.5px;
	max-width: 516.75px;
	margin: 0 0 33px;
	position: relative;
	z-index: 1;
}

.contactus-row {
	align-items: flex-start;
	position: relative;
	z-index: 1;
}

.contact-link-row {
	margin: 0 -12px -28px;
}

.contact-link-row .contact-link-col {
	padding: 0 12px 28px;
}

.contact-link-row .contact-link-col .icon-wrap {
	width: 36px;
	height: 36px;
	border-radius: 36px;
	background: #4F86FF;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-link-row .contact-link-col .icon-wrap img {
	max-width: 19.5px;
	max-height: 19.5px;
	object-fit: contain;
}

.contact-link-row .contact-link-col h6 {
	color: #2A3342;
	font-size: 22.5px;
	font-family: "Poppins";
	font-weight: 700;
	line-height: 28.5px;
	margin-bottom: 11.5px;
}

.contact-link-row .contact-link-col a,
.contact-link-row .contact-link-col span {
	color: #556987;
	font-size: 15px;
	font-family: "Poppins";
	font-weight: 500;
	line-height: 22.5px;
}

.contact-link-row .contact-link-col .social-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
}

.contact-link-row .contact-link-col .social-links li {
	margin-bottom: 0 !important;
	width: auto;
	margin-right: 24px;
}

.contact-link-row .contact-link-col .social-links li:last-child {
	margin-right: 0;
}

.contact-link-row .contact-link-col .social-links li a img {
	width: 18px;
	height: 18px;
}

form.contact-form {
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 18px 36px -5px rgba(85, 105, 135, 0.06);
	padding: 30px;
}

form.contact-form .form-group {
	position: relative;
	padding: 12px 0 0;
	margin: 0 0 20px;
}

form.contact-form .form-check {
	position: relative;
	padding: 12px 0 0;
	margin: 0 0 20px;
}

form.contact-form input,
form.contact-form select,
form.contact-form textarea {
	width: 100%;
	border: 0;
	outline: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #212121;
	padding: 0;
	height: 40px;
	border-bottom: 2px solid #4F86FF;
	background: transparent;
	transition: border-color 0.2s;
}

form.contact-form textarea {
	height: 180px;
	resize: unset;
}


form.contact-form input::placeholder,
form.contact-form textarea::placeholder {
	color: transparent;
}

form.contact-form input:placeholder-shown,
form.contact-form textarea:placeholder-shown,
form.contact-form select {
	border-bottom: 1px solid #d2d2d2;
}

form.contact-form input:placeholder-shown~label,
form.contact-form textarea:placeholder-shown~label {
	font-size: 16px;
	cursor: text;
	top: 20px;
}

form.contact-form label,
form.contact-form input:focus~label,
form.contact-form textarea:focus~label,
form.contact-form select:focus~label,
form.contact-form select:valid~label {
	position: absolute;
	top: 0;
	display: block;
	transition: 0.2s;
	font-size: 12px;
	color: #9b9b9b;
	pointer-events: none;
}

form.contact-form select~label {
	font-size: 16px;
	cursor: text;
	top: 20px;
}

form.contact-form input:focus~label,
form.contact-form textarea:focus~label {
	color: #4F86FF;
}

form.contact-form input:focus,
form.contact-form textarea:focus,
form.contact-form select:focus {
	border-bottom: 2px solid #4F86FF;
}

form.contact-form button {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-family: "Ubuntu";
	font-weight: 500;
	border-radius: 4.5px;
	background: #4F86FF;
	box-shadow: 0px 0.75px 1.5px 0px rgba(105, 81, 255, 0.05);
	height: 44px;
	padding: 0 20px;
	border: 1px solid #4F86FF;
	display: block;
	width: 100%;
	transition: 0.4s all ease;
}

form.contact-form button:hover {
	color: #4F86FF;
	background: transparent;
}

.faqs-contactus.faqs-wrap {
	padding-top: 420px;
}

.faqs-wrap {
	padding: 70px 0 82.5px;
	position: relative;
}

.faqs-wrap::before {
	content: "";
	background: url(../img/images/blur-d.png) center center no-repeat;
	background-size: contain;
	width: 454.5px;
	height: 454.5px;
	left: 0;
	top: 36.75px;
	position: absolute;
}

.faqs-wrap::after {
	content: "";
	background: url(../img/images/blur-e.png) center center no-repeat;
	background-size: contain;
	width: 484.5px;
	height: 484.5px;
	right: 55.5px;
	top: -39px;
	position: absolute;
}

.faqs-wrap .faqs-content {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.faqs-wrap .faqs-content h3 {
	text-align: center;
	color: #171E44;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.28;
	margin: 0 auto 45px;
}

.faqs-wrap .faqs-content>p {
	color: #556987;
	text-align: center;
	font-size: 12px;
	font-family: "Poppins";
	font-weight: 500;
	line-height: 1.875;
	max-width: 689.25px;
	margin: 0 auto 37.5px;
}

.faqs-accordion-new {
	width: 100%;
}

.faqs-accordion-new .accordion-item {
	border-radius: 15px;
	background: transparent;
	border: 1px solid rgba(23, 30, 68, 0.2);
	margin-bottom: 12px;
	overflow: hidden;
}

.faqs-accordion-new .accordion-button {
	padding: 24px 30px;
	color: #2A3342;
	font-size: 18px;
	line-height: 1.445;
	font-family: "Poppins";
	font-weight: 700;
	border-radius: 15px 15px 0 0 !important;
	box-shadow: unset;
	background: transparent;
	transition: 0.4s all ease;
	gap: 10px;
}

.faqs-accordion-new .accordion-button::after {
	content: "";
	width: 16px;
	height: 16px;
	margin-left: auto;
	background: url(../img/images/plus-icon-blue.svg) center center no-repeat;
	background-size: contain;
	background-size: 18px;
	transition: transform .2s ease-in-out;
}

.faqs-accordion-new .accordion-button:not(.collapsed)::after {
	background: url(../img/images/minus-icon-blue.svg) center center no-repeat;
	transform: unset;
}

.faqs-accordion-new .accordion-button:not(.collapsed) {
	box-shadow: unset;
	padding-bottom: 16px;
}

.faqs-accordion-new .accordion-item:last-child {
	margin-bottom: 0;
}

.faqs-accordion-new .accordion-body {
	padding: 0 30px 24px;
}

.faqs-accordion-new .accordion-body p {
	color: #556987;
	font-size: 16px;
	font-family: "Poppins";
	font-weight: 500;
	line-height: 1.5;
}

.map-wrap {
	padding-bottom: 52.5px;
}

.map-wrap .mapouter,
.map-wrap .mapouter .gmap_canvas,
.map-wrap .mapouter .gmap_canvas .gmap_iframe {
	width: 100%;
	height: 285px;
	margin: 0;
}


/*-_-_Contact-us_CSS_End_-_-*/

/*-_-_Cookies_CSS_Start_-_-*/
.cookies-wrap {
	position: fixed;
	z-index: 1050;
	right: 15px;
	bottom: 15px;
	width: 800px;
	max-width: calc(100% - 30px);
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	padding: 30px 20px 25px;
	box-shadow: 5px 10px 30px rgba(23, 30, 68, 0.05);
}

.cookies-wrap .close-btn {
	border: 0;
	background: transparent;
	outline: unset !important;
	font-weight: 400;
	font-size: 25px;
	line-height: 1;
	color: #556987;
	position: absolute;
	right: 8px;
	top: 5px;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cookies-wrap p {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #556987;
	margin-bottom: 10px;
}

.cookies-wrap .cookies-btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12.5px;
	padding-top: 5px;
}

.cookies-wrap .cookies-btn button {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 14px;
	line-height: 44px;
	text-align: center;
	color: #FFFFFF;
	padding: 0 20px;
	background: #171E44;
	border: 1px solid #171E44;
	border-radius: 30px;
	transition: 0.4s all ease;
}

.cookies-wrap .cookies-btn .cookies-settings-btn {
	color: #171E44;
	background: transparent;
	border: 1px solid #171E44;
}

/*-_-_Cookies_CSS_End_-_-*/

/*-_-_Why-Use-Detail-Page_CSS_Start_-_-*/
.why-use-detail-wrap {
	padding: 76px 0 96px;
}

.why-use-detail-wrap .why-use-detail-content-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 96px;

}

.why-use-detail-wrap .back-btn {
	font-size: 18px;
	line-height: 25px;
	color: #171E44;
	font-family: 'Poppins';
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	margin-left: -34px;
}

.why-use-detail-wrap .back-btn img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	margin-right: 10px;
}

.why-use-detail-content .why-use-detail-inner {
	padding-top: 48px;
}

.why-use-detail-content .why-use-detail-inner:first-child {
	padding-top: 44px;
}

.why-use-detail-inner hr {
	border-top: 1px solid #E5E7EB;
	background: transparent;
	height: 0;
	margin: 0;
	padding-bottom: 48px;
}

.why-use-detail-inner h3 {
	font-size: 36px;
	line-height: 1.1;
	color: #171E44;
	font-weight: 700;
	font-family: 'Ubuntu';
	letter-spacing: -0.02px;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.why-use-detail-inner h3 img {
	width: 48px;
	height: 48px;
	object-fit: contain;
	margin-right: 15px;
}

.why-use-detail-inner h2 {
	line-height: 1.1 !important;
	margin-bottom: 24px;
}

.why-use-detail-inner h2 span {
	font-size: 32px;
	font-weight: 500;
}

.why-use-detail-inner p,
.why-use-detail-inner ul li {
	font-size: 18px;
	line-height: 28px;
	color: #171E44;
	font-family: 'Poppins';
	margin-bottom: 16px;
}

.why-use-detail-inner ul {
	list-style: disc;
	padding-left: 28px;
	margin-bottom: 32px;
}

.why-use-detail-inner ul:last-child {
	margin-bottom: 0;
}

.why-use-detail-inner ul li {
	margin-bottom: 10.7px;
}

.why-use-detail-inner p:last-child,
.why-use-detail-inner ul li:last-child {
	margin-bottom: 0;
}

.why-use-detail-inner h4 {
	font-size: 24px;
	line-height: 1.667;
	color: #171E44;
	font-weight: 700;
	font-family: 'Ubuntu';
	letter-spacing: -0.02px;
	margin-bottom: 20px;
}

.why-use-detail-inner .detail-table-wrap {
	overflow-x: auto;
	margin-bottom: 20px;
}

.why-use-detail-inner .detail-table-wrap:last-child {
	margin-bottom: 0;
}

.why-use-detail-inner table {
	width: 100%;
}

.why-use-detail-inner table thead tr th {
	font-size: 14px;
	line-height: 20px;
	color: #171E44;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 20px;
	vertical-align: top;
}

.why-use-detail-inner table tbody tr td {
	font-size: 14px;
	line-height: 20px;
	color: #171E44;
	padding: 16px 20px;
}

.why-use-detail-inner table tfoot tr td {
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #171E44;
	padding: 12px 20px;
}

.why-use-detail-inner table tfoot tr td.borderTop {
	border-top: 1px solid #E5E7EB;
}

/*-_-_Why-Use-Detail-Page_CSS_End_-_-*/

/*-_-_Estimate-Section-Page_CSS_Start_-_-*/
.estimation-wrap {
	padding: 70px 0;
}

.estimation-wrap .estimation-content h2 {
	text-align: center;
	margin-bottom: 50px;
}

/* .estimation-wrap .estimation-content>.row {
	align-items: center;
} */

form.estimation-form.contact-form {
	padding: 0;
	box-shadow: unset;
	border-radius: 0;
	background: transparent;
}

form.estimation-form.contact-form button {
	background: #2085CD;
	border: 1px solid #2085CD;
}

form.estimation-form.contact-form button:hover {
	color: #2085CD;
	background: transparent;
}

.see-estimate {
	height: 100%;
	position: relative;
}

.see-estimate::before {
	content: "";
	background: rgba(32, 133, 205, 0.1);
	-webkit-backdrop-filter: blur(12.3px);
	backdrop-filter: blur(12.3px);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
}

.see-estimate>span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	font-size: 16px;
	line-height: 1.5;
	color: #171E44;
	font-weight: 700;
	text-align: center;
}

.see-estimate.show-estimate::before {
	display: none;
}

.see-estimate.show-estimate>span {
	display: none;
}

.see-estimate .project-detail {
	margin: 0 -5px 14px;
}

.see-estimate .project-detail li {
	padding: 0 5px;
}

.see-estimate .project-detail li .project-detail-card {
	padding: 13px 10px 12px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.see-estimate .project-detail-card span {
	font-size: 12px;
}

.see-estimate .project-detail-card h5 {
	font-size: 16px;
}

.see-estimate .project-detail-table table tr th {
	font-size: 14px;
	line-height: 20px;
	padding: 8px 12px;
}

.see-estimate .project-detail-table table tr td {
	font-size: 14px;
	line-height: 20px;
	padding: 7.5px 12px;
}

/*-_-_Estimate-Section_CSS_End_-_-*/

/*-_-_Add-Read-More-Btn_CSS_Start_-_-*/
.training-course-wrap .training-course-content .read-more-btn {
	max-width: 200px;
	display: block;
	margin: 0 auto;
	padding: 0 45px;
}

.we-are-row .we-are-content ul {
	margin-bottom: 24px;
}

.we-are-row .we-are-content .read-more-btn {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	color: #171E44;
	display: flex;
	align-items: center;
	
}

.we-are-row .we-are-content .read-more-btn img {
	width: 16px;
	height: 16px;
	margin-left: 8px;
}

/*-_-_Add-Read-More-Btn_CSS_End_-_-*/

/*-_-_Responsiveness_-_-*/
@media only screen and (min-width: 1440px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1264px;
	}
}

@media only screen and (max-width: 1399px) {
	header.new-header .navbar {
		padding: 35px 0;
	}

	header.new-header .navbar-nav .nav-item {
		margin-right: 15px;
	}

	header.new-header .navbar-nav .nav-item .nav-link {
		padding: 16px 14px !important;
	}

	header.new-header .free-tiral.general-btn {
		line-height: 48px;
		padding: 0 28px;
	}

	.banner .banner-content h1 {
		font-size: 74px;
		max-width: 945px;
		margin: 0 auto 35px;
	}

	.banner .banner-content P {
		margin: 0 auto 55px;
	}

	.transparent-btn,
	.general-btn {
		line-height: 50px;
		padding: 0 50px;
	}

	.blue-transparent-btn {
		line-height: 50px;
		padding: 0 35px;
	}

	.blue-transparent-btn img {
		margin-left: 10px;
	}

	.content h2 {
		font-size: 55px;
		line-height: 1.3;
	}

	.training-course-wrap .training-course-content {
		max-width: 1050px;
	}

	.training-course-slider .slick-slide {
		padding: 0 28px 40px;
	}

	.training-course-slider .slick-arrow {
		width: 48px;
		height: 48px;
	}

	.training-course-slider .slick-arrow.slick-prev {
		left: -55px;
	}

	.training-course-slider .slick-arrow.slick-next {
		right: -55px;
	}

	/*-_-_Signin_CSS_Start_-_-*/
	.signin-banner.banner {
		padding: 170px 0 80px;
	}

	.signup-card {
		padding: 45px 80px 37px;
	}

	.signup-card .signup-logo {
		margin: 0 auto 25px;
	}

	.signup-card h3 {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.signup-card>p {
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 18px;
	}

	.signup-card form .form-group {
		margin-bottom: 20px;
	}

	.signup-content h2 {
		font-size: 60px;
		line-height: 80px;
		margin-bottom: 34px;
	}

	.signup-content ul li {
		padding-left: 37px;
		font-size: 19px;
		line-height: 32px;
		margin-bottom: 22px;
	}

	.signup-content ul li:last-child {
		margin-bottom: 0;
	}

	.signup-content ul li::before {
		content: "";
		background: url(../img/images/check-white-icon.png) center center no-repeat;
		background-size: contain;
		left: 0;
		top: 0;
		width: 32px;
		height: 32px;
		position: absolute;
	}

	/*-_-_Signin_CSS_End_-_-*/

	/*-_-_Signup_CSS_Start_-_-*/
	.signup-banner.banner.signin-banner .signup-card {
		padding-bottom: 45px;
	}

	/*-_-_Signup_CSS_End_-_-*/

	/*-_-_Training-Courses_CSS_Start_-_-*/
	.training-courses-wrap {
		padding: 100px 0 70px;
	}

	.training-courses-content .training-course-slide img {
		height: 185px;
	}

	.training-course-slide.training-course-large .slide-content {
		margin-top: 185px;
	}

	/*-_-_Training-Courses_CSS_End_-_-*/

	/*-_-_Contact-us_CSS_Start_-_-*/
	.contact-banner.banner .banner-content {
		padding: 180px 0 0px;
		margin-bottom: -321.75px;
	}

	.contact-banner.banner .banner-content h2 {
		font-size: 54px;
		margin-bottom: 80px;
	}

	.contact-banner.banner .banner-content .contact-card {
		padding: 80px 90px 65px;
		max-width: 1020px;
	}

	.contact-banner.banner .contact-card h3 {
		font-size: 42px;
		line-height: 1.4223;
		margin-bottom: 12px;
	}

	.contact-banner.banner .contact-card p {
		font-size: 15px;
		line-height: 22px;
		max-width: 510px;
		margin: 0 0 30px;
	}

	.contact-link-row {
		margin: 0 -10px -26px;
	}

	.contact-link-row .contact-link-col {
		padding: 0 10px 26px;
	}

	.contact-link-row .contact-link-col .icon-wrap {
		width: 36px;
		height: 36px;
		border-radius: 36px;
		margin-bottom: 17px;
	}

	.contact-link-row .contact-link-col .icon-wrap img {
		max-width: 19.5px;
		max-height: 19.5px;
	}

	.contact-link-row .contact-link-col h6 {
		font-size: 21px;
		line-height: 27px;
		margin-bottom: 11px;
	}

	.contact-link-row .contact-link-col a,
	.contact-link-row .contact-link-col span {
		font-size: 15px;
		line-height: 22px;
	}

	.contact-link-row .contact-link-col .social-links li {
		margin-right: 22px;
	}

	.contact-link-row .contact-link-col .social-links li a img {
		width: 18px;
		height: 18px;
	}

	form.contact-form {
		border-radius: 15px;
		padding: 28px;
	}

	form.contact-form textarea {
		height: 160px;
	}

	.faqs-contactus.faqs-wrap {
		padding-top: 410px;
	}

	.faqs-wrap {
		padding: 60px 0 75px;
	}

	.faqs-wrap .faqs-content h3 {
		font-size: 46px;
		margin-bottom: 40px;
	}

	.faqs-wrap .faqs-content>p {
		max-width: 650px;
		margin: 0 auto 35px;
	}

	.faqs-accordion-new .accordion-item {
		border-radius: 14px;
	}

	.faqs-accordion-new .accordion-button {
		padding: 22px 28px;
		font-size: 17px;
		border-radius: 14px 14px 0 0 !important;
	}

	.faqs-accordion-new .accordion-button::after {
		width: 15px;
		height: 15px;
	}

	.faqs-accordion-new .accordion-button:not(.collapsed) {
		padding-bottom: 15px;
	}

	.faqs-accordion-new .accordion-body {
		padding: 0 28px 22px;
	}

	.faqs-accordion-new .accordion-body p {
		font-size: 15px;
	}

	.map-wrap {
		padding-bottom: 48px;
	}

	/*-_-_Contact-us_CSS_End_-_-*/

	/*-_-_Why-Use-Detail-Page_CSS_Start_-_-*/
	.why-use-detail-wrap {
		padding: 65px 0 80px;
	}

	.why-use-detail-wrap .back-btn {
		font-size: 18px;
		line-height: 24px;
		margin-left: -30px;
	}

	.why-use-detail-wrap .back-btn img {
		width: 23px;
		height: 23px;
		margin-right: 9px;
	}

	.why-use-detail-content .why-use-detail-inner {
		padding-top: 44px;
	}

	.why-use-detail-content .why-use-detail-inner:first-child {
		padding-top: 40px;
	}

	.why-use-detail-inner hr {
		padding-bottom: 44px;
	}

	.why-use-detail-inner h3 {
		font-size: 33px;
		line-height: 1.2223;
		margin-bottom: 22px;
	}

	.why-use-detail-inner h3 img {
		width: 46px;
		height: 46px;
		margin-right: 14px;
	}

	.why-use-detail-inner h2 {
		margin-bottom: 22px;
	}

	.why-use-detail-inner h2 span {
		font-size: 32px;
	}

	.why-use-detail-inner p,
	.why-use-detail-inner ul li {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 16px;
	}

	.why-use-detail-inner ul {
		margin-bottom: 30px;
	}

	.why-use-detail-inner ul li {
		margin-bottom: 10px;
	}

	.why-use-detail-inner table thead tr th {
		padding: 12px 18px;
	}

	.why-use-detail-inner table tbody tr td {
		padding: 14px 18px;
	}

	.why-use-detail-inner table tfoot tr td {
		padding: 12px 18px;
	}

	/*-_-_Why-Use-Detail-Page_CSS_End_-_-*/

	/*-_-_Estimate-Section_CSS_Start_-_-*/
	.see-estimate .project-detail-card h5 {
		font-size: 15px;
	}

	.see-estimate .project-detail-table table tr th,
	.see-estimate .project-detail-table table tr td {
		font-size: 13px;
		line-height: 19px;
	}

	/*-_-_Estimate-Section_CSS_End_-_-*/

	/*-_-_Add-Read-More-Btn_CSS_Start_-_-*/
	.training-course-wrap .training-course-content .read-more-btn {
		max-width: 180px;
		padding: 0 40px;
	}

	/*-_-_Add-Read-More-Btn_CSS_End_-_-*/
}

@media only screen and (max-width: 1199px) {
	header.new-header .navbar {
		padding: 30px 0;
	}

	header .navbar .navbar-brand img {
		max-width: 160px;
	}

	header.new-header .navbar-nav .nav-item .nav-link {
		font-size: 14px;
		line-height: 16px;
		padding: 12px 5px !important;
	}

	header.new-header .free-tiral.general-btn {
		line-height: 46px;
		padding: 0 24px;
	}

	.transparent-btn,
	.general-btn {
		font-size: 17px;
		line-height: 48px;
		padding: 0 45px;
	}

	.blue-transparent-btn {
		font-size: 17px;
		line-height: 48px;
		padding: 0 32px;
	}

	.banner .banner-content {
		padding: 200px 0 120px;
	}

	.banner .banner-content h1 {
		font-size: 68px;
		max-width: 750px;
		margin: 0 auto 32px;
	}

	.banner .banner-content P {
		font-size: 19px;
		max-width: 700px;
		margin: 0 auto 50px;
	}

	/* .banner .banner-content .banner-btn {
		margin-bottom: 60px;
	} */

	.partners-wrap {
		padding: 55px 0;
	}

	.banner .banner-content ul li,
	.partners-wrap ul li {
		margin-right: 55px;
	}

	.banner .banner-content ul li img,
	.partners-wrap ul li img {
		max-width: 200px;
		max-height: 44px;
	}

	.why-use-wrap {
		padding: 95px 0 50px;
	}

	.content h2 {
		font-size: 50px;
		line-height: 1.3;
	}

	.why-use-wrap .why-use-content h2 {
		margin-bottom: 45px;
	}

	.how-works-wrap {
		padding: 50px 0;
	}

	.how-works-wrap h2 {
		margin-bottom: 45px;
	}

	.how-works-wrap .how-works-row {
		margin-bottom: 65px;
	}

	.how-works-wrap .how-works-inner {
		max-width: 430px;
	}

	.how-works-inner h3 {
		font-size: 32px;
	}

	.how-works-inner p,
	.how-works-inner ul li {
		margin-bottom: 22px;
	}

	.how-works-wrap .how-works-img {
		max-width: 400px;
	}

	.how-works-wrap .how-works-img::before {
		height: 420px;
		width: 420px;
	}

	.training-course-wrap .training-course-inner {
		margin-bottom: 45px;
	}

	.training-course-wrap .training-course-content h2 {
		margin-bottom: 25px;
	}

	.training-course-slider .slick-slide {
		padding: 0 12.5px 35px;
	}

	.training-course-slide {
		box-shadow: 5px 10px 10px rgba(23, 30, 68, 0.05);
	}

	.training-course-slider .slick-arrow {
		width: 44px;
		height: 44px;
	}

	.training-course-slider .slick-arrow.slick-prev {
		left: -45px;
	}

	.training-course-slider .slick-arrow.slick-next {
		right: -45px;
	}

	.training-course-wrap .training-course-content {
		max-width: 860px;
	}

	.we-are-wrap {
		padding: 50px 0;
	}

	.we-are-row .we-are-content h2 {
		margin-bottom: 18px;
	}

	.we-are-wrap .we-are-row {
		margin: 0 -12.5px;
	}

	.we-are-row .we-are-img-col {
		padding: 0 12.5px;
	}

	.we-are-row .we-are-content-col {
		padding: 0 12.5px;
	}

	.we-are-row .we-are-content p {
		font-size: 16px;
		line-height: 1.7;
		margin-bottom: 25px;
	}

	.we-are-row .we-are-content ul li h4 {
		font-size: 22px;
		line-height: 1.5;
		margin-bottom: 6px;
	}

	.we-are-row .we-are-content ul li span {
		line-height: 1.7;
	}

	.we-are-row .we-are-content ul li {
		padding-left: 40px;
		margin-bottom: 18px;
	}

	.we-are-row .we-are-content ul li::before {
		width: 31px;
		height: 31px;
		top: 1px;
	}

	.we-are-wrap.ai-used-wrap {
		padding: 55px 0;
	}

	.contact-wrap {
		padding: 60px 0 50px;
	}

	.contact-wrap h2 {
		margin-bottom: 45px;
	}

	.contact-row {
		margin: 0 -12px;
	}

	.contact-row .contact-col {
		padding: 0 12px;
	}

	.mapouter,
	.mapouter .gmap_canvas,
	.mapouter .gmap_canvas .gmap_iframe {
		height: 320px;
	}

	.contact-wrap .contact-content h4 {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.contact-wrap .contact-content p {
		line-height: 1.7;
		margin-bottom: 28px;
	}

	.contact-wrap .contact-content ul li {
		margin-bottom: 22px;
	}

	.contact-wrap .contact-content ul li a img {
		width: 30px;
		height: 30px;
		object-fit: contain;
		margin-right: 18px;
	}

	footer .footer-content {
		padding-bottom: 45px;
	}

	footer .footer-content p {
		font-size: 16px;
		line-height: 1.7;
		max-width: 660px;
		margin: 0 auto 35px;
	}

	footer .footer-content ul {
		margin: 0 -20px;
	}

	footer .footer-content ul li {
		padding: 0 20px;
	}

	/*-_-_Signin_CSS_Start_-_-*/
	.signin-banner.banner {
		padding: 160px 0 65px;
	}

	.signup-card {
		padding: 40px 50px 35px;
	}

	.signup-card .signup-logo {
		margin: 0 auto 20px;
	}

	.signup-card h3 {
		font-size: 28px;
		margin-bottom: 14px;
	}

	.signup-card>p {
		font-size: 17px;
		line-height: 1.5;
		margin-bottom: 16px;
	}

	.signup-card form .form-group {
		margin-bottom: 18px;
	}

	.signup-card form label {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.signup-card form input.form-control {
		border-radius: 7px;
		height: 44px;
	}

	.signup-content h2 {
		font-size: 54px;
		line-height: 74px;
		margin-bottom: 30px;
	}

	.signup-content ul li {
		padding-left: 35px;
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 18px;
	}

	.signup-content ul li::before {
		width: 30px;
		height: 30px;
	}

	.signup-card form button {
		height: 44px;
	}

	/*-_-_Signin_CSS_End_-_-*/

	/*-_-_Signup_CSS_Start_-_-*/
	.signup-banner.banner.signin-banner .signup-card {
		padding-bottom: 40px;
	}

	/*-_-_Signup_CSS_End_-_-*/

	/*-_-_how-to-use-vertiapp_CSS_Start_-_-*/
	.why-use-vertiapp.why-use-wrap {
		padding-top: 50px;
	}

	.how-works-wrap.how-work-vertiapp:first-child,
	.we-are-vertiapp.we-are-wrap:first-child {
		padding-top: 95px;
	}

	/*-_-_how-to-use-vertiapp_CSS_End_-_-*/

	/*-_-_Training-Courses_CSS_Start_-_-*/
	.training-courses-wrap {
		padding: 85px 0 65px;
	}

	.training-courses-content .training-courses-inner {
		margin-bottom: 45px;
	}

	.training-courses-wrap .training-courses-content h2 {
		margin-bottom: 25px;
	}

	.training-courses-wrap .training-courses-inner h4 {
		font-size: 22px;
	}

	.training-courses-wrap .training-courses-inner h5 {
		font-size: 19px;
	}
	
	.training-courses-content .training-course-slide img {
		height: 209px;
	}

	.training-course-slide.training-course-large .slide-content {
		margin-top: 209px;
	}

	.training-courses-row {
		margin-bottom: 7px;
	}

	.training-courses-row .training-courses-col {
		padding-bottom: 28px;
	}

	.training-courses-content .general-btn {
		padding: 0 36px;
	}

	/*-_-_Training-Courses_CSS_End_-_-*/

	/*-_-_Contact-us_CSS_Start_-_-*/
	.contact-banner.banner .banner-content {
		padding: 160px 0 0px;
		margin-bottom: -321.75px;
	}

	.contact-banner.banner .banner-content h2 {
		font-size: 48px;
		margin-bottom: 65px;
	}

	.contact-banner.banner .banner-content .contact-card {
		padding: 70px 70px 55px;
		max-width: 920px;
	}

	.contact-banner.banner .contact-card h3 {
		font-size: 38px;
		margin-bottom: 12px;
	}

	.contact-banner.banner .contact-card p {
		max-width: 480px;
		margin: 0 0 28px;
	}

	.contact-link-row {
		margin: 0 -10px -24px;
	}

	.contact-link-row .contact-link-col {
		padding: 0 10px 24px;
	}

	.contact-link-row .contact-link-col .icon-wrap {
		width: 35px;
		height: 35px;
		margin-bottom: 16px;
	}

	.contact-link-row .contact-link-col .icon-wrap img {
		max-width: 19px;
		max-height: 19px;
	}

	.contact-link-row .contact-link-col h6 {
		font-size: 20px;
		line-height: 1.3;
		margin-bottom: 10px;
	}

	.contact-link-row .contact-link-col a,
	.contact-link-row .contact-link-col span {
		font-size: 15px;
		line-height: 21px;
	}

	.contact-link-row .contact-link-col .social-links li {
		margin-right: 20px;
	}

	form.contact-form {
		border-radius: 14px;
		padding: 25px;
	}

	form.contact-form textarea {
		height: 150px;
	}

	.faqs-contactus.faqs-wrap {
		padding-top: 400px;
	}

	.faqs-wrap {
		padding: 50px 0 70px;
	}

	.faqs-wrap::before {
		width: 420px;
		height: 420px;
		top: 30px;
		left: 0;
	}

	.faqs-wrap::after {
		width: 440px;
		height: 440px;
		right: 0px;
		top: -30px;
	}

	.faqs-wrap .faqs-content h3 {
		font-size: 42px;
		margin-bottom: 36px;
	}

	.faqs-wrap .faqs-content>p {
		max-width: 600px;
		margin: 0 auto 30px;
	}

	.faqs-accordion-new .accordion-item {
		border-radius: 13px;
	}

	.faqs-accordion-new .accordion-button {
		padding: 20px 26px;
		font-size: 16px;
		line-height: 22px;
		border-radius: 13px 13px 0 0 !important;
	}

	.faqs-accordion-new .accordion-button::after {
		width: 14px;
		height: 14px;
	}

	.faqs-accordion-new .accordion-button:not(.collapsed) {
		padding-bottom: 14px;
	}

	.faqs-accordion-new .accordion-body {
		padding: 0 26px 20px;
	}

	.faqs-accordion-new .accordion-body p {
		font-size: 14px;
	}

	.map-wrap {
		padding-bottom: 44px;
	}

	.map-wrap .mapouter,
	.map-wrap .mapouter .gmap_canvas,
	.map-wrap .mapouter .gmap_canvas .gmap_iframe {
		width: 100%;
		height: 285px;
	}

	/*-_-_Contact-us_CSS_End_-_-*/

	/*-_-_Why-Use-Detail-Page_CSS_Start_-_-*/
	.why-use-detail-wrap {
		padding: 55px 0 65px;
	}

	.why-use-detail-wrap .back-btn {
		font-size: 18px;
		line-height: 24px;
		margin-left: -20px;
	}

	.why-use-detail-wrap .back-btn img {
		width: 22px;
		height: 22px;
		margin-right: 8px;
	}

	.why-use-detail-content .why-use-detail-inner {
		padding-top: 40px;
	}

	.why-use-detail-content .why-use-detail-inner:first-child {
		padding-top: 35px;
	}

	.why-use-detail-inner hr {
		padding-bottom: 40px;
	}

	.why-use-detail-inner h3 {
		font-size: 30px;
		line-height: 1.2223;
		margin-bottom: 20px;
	}

	.why-use-detail-inner h3 img {
		width: 44px;
		height: 44px;
		margin-right: 12px;
	}

	.why-use-detail-inner h2 {
		margin-bottom: 20px;
	}

	.why-use-detail-inner h2 span {
		font-size: 28px;
	}

	.why-use-detail-inner p,
	.why-use-detail-inner ul li {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 16px;
	}

	.why-use-detail-inner ul {
		padding-left: 26px;
		margin-bottom: 28px;
	}

	.why-use-detail-inner ul li {
		margin-bottom: 10px;
	}

	.why-use-detail-inner h4 {
		font-size: 23px;
		line-height: 1.667;
		margin-bottom: 18px;
	}

	.why-use-detail-inner .detail-table-wrap {
		margin-bottom: 18px;
	}

	.why-use-detail-inner table thead tr th {
		padding: 10px 16px;
	}

	.why-use-detail-inner table tbody tr td {
		padding: 12px 16px;
	}

	.why-use-detail-inner table tfoot tr td {
		padding: 10px 16px;
	}

	/*-_-_Why-Use-Detail-Page_CSS_End_-_-*/

	/*-_-_Estimate-Section-Page_CSS_Start_-_-*/
	.estimation-wrap {
		padding: 60px 0;
	}

	.estimation-wrap .estimation-content h2 {
		margin-bottom: 45px;
	}

	.see-estimate .project-detail-table table tr th,
	.see-estimate .project-detail-table table tr td {
		padding-left: 10px;
		padding-right: 10px;
	}

	/*-_-_Estimate-Section_CSS_End_-_-*/

	/*-_-_Add-Read-More-Btn_CSS_Start_-_-*/
	.training-course-wrap .training-course-content .read-more-btn {
		max-width: 165px;
		padding: 0 35px;
	}

	.we-are-row .we-are-content ul {
		margin-bottom: 20px;
	}

	/*-_-_Add-Read-More-Btn_CSS_End_-_-*/
}

@media only screen and (max-width: 991px) {
	header.new-header .navbar {
		padding: 25px 0;
	}

	header .navbar .navbar-brand img {
		max-width: 150px;
	}

	header.new-header .navbar-nav .nav-item {
		margin: 0;
	}

	header.new-header .navbar-collapse {
		background: #171E44;
	}

	header.new-header .navbar-nav .nav-item .nav-link {
		font-size: 15px;
		line-height: 1.334;
		padding: 7px 5px !important;
	}

	header.new-header .free-tiral.general-btn {
		line-height: 40px;
		padding: 0 24px;
		margin: 0px 15px 12px;
		width: calc(100% - 30px);
	}

	.banner .banner-content {
		padding: 170px 0 90px;
	}

	.banner .banner-content h1 {
		font-size: 60px;
		max-width: 690px;
		margin: 0px auto 32px;
	}

	.banner .banner-content P {
		font-size: 18px;
		max-width: 690px;
		margin: 0 auto 40px;
	}

	.transparent-btn,
	.general-btn {
		font-size: 17px;
		line-height: 47px;
		padding: 0 43px;
	}

	.blue-transparent-btn {
		font-size: 17px;
		line-height: 47px;
		padding: 0 28px;
	}

	/* .banner .banner-content .banner-btn {
		margin-bottom: 45px;
	} */

	.partners-wrap {
		padding: 45px 0;
	}

	.partners-wrap ul {
		row-gap: 30px;
	}

	.banner .banner-content ul li {
		margin: 0 0 18px;
		width: 33.33%;
	}

	.partners-wrap ul li {
		width: 33.33%;
		margin: 0;
	}

	.banner .banner-content ul li img,
	.partners-wrap ul li img {
		max-width: 180px;
		max-height: 40px;
	}

	.why-use-wrap {
		padding: 75px 0 40px;
	}

	.why-use-wrap .why-use-content h2 {
		margin-bottom: 40px;
	}

	.content h2 {
		font-size: 44px;
	}

	.how-works-wrap {
		padding: 40px 0;
	}

	.how-works-wrap h2 {
		margin-bottom: 40px;
	}

	.how-works-wrap .how-works-row {
		margin-bottom: 50px;
	}

	.how-works-wrap .how-works-inner {
		max-width: 50%;
	}

	.how-works-inner h3 {
		font-size: 30px;
	}

	.how-works-inner p,
	.how-works-inner ul li {
		font-size: 17px;
		margin-bottom: 20px;
	}

	.how-works-wrap .how-works-img {
		max-width: 50%;
	}

	.how-works-wrap .how-works-img::before {
		height: 380px;
		width: 380px;
	}

	.training-course-wrap {
		padding: 40px 0 15px;
	}

	.training-course-wrap .training-course-content {
		max-width: 680px;
	}

	.training-course-slider .slick-slide {
		padding: 0 10px 25px;
	}

	.training-course-slider .slick-arrow {
		width: 40px;
		height: 40px;
	}

	.we-are-wrap {
		padding: 40px 0;
	}

	.we-are-row .we-are-img-col,
	.we-are-row .we-are-content-col {
		width: 100%;
	}

	.we-are-wrap .we-are-img {
		margin-bottom: 35px;
	}

	.we-are-row .we-are-content h2 {
		margin-bottom: 16px;
	}

	.we-are-row .we-are-content p {
		margin-bottom: 20px;
	}

	.we-are-wrap.ai-used-wrap {
		padding: 45px 0;
	}

	.we-are-row .we-are-content ul li h4 {
		font-size: 21px;
		margin-bottom: 5px;
	}

	.we-are-row .we-are-content ul li::before {
		width: 30px;
		height: 30px;
		top: 0.75px;
	}

	.contact-wrap {
		padding: 50px 0 40px;
	}

	.contact-wrap h2 {
		margin-bottom: 38px;
	}

	.mapouter {
		margin-bottom: 35px;
	}

	.mapouter,
	.mapouter .gmap_canvas,
	.mapouter .gmap_canvas .gmap_iframe {
		height: 350px;
	}

	.contact-wrap .contact-content {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.contact-wrap .contact-content h4 {
		font-size: 21px;
		margin-bottom: 10px;
	}

	.contact-wrap .contact-content p {
		margin-bottom: 22px;
	}

	.contact-wrap .contact-content ul li {
		margin-bottom: 18px;
	}

	.contact-wrap .contact-content ul li a {
		line-height: 28px;
	}

	.contact-wrap .contact-content ul li a img {
		width: 28px;
		height: 28px;
		margin-right: 15px;
	}

	footer .footer-content p {
		max-width: 600px;
		margin: 0 auto 30px;
	}

	footer .footer-content ul {
		margin: 0 -17.5px -15px;
	}

	footer .footer-content ul li {
		padding: 0 17.5px 15px;
	}

	/*-_-_Signin_CSS_Start_-_-*/
	.signin-banner.banner {
		padding: 140px 0 65px;
	}

	.signin-banner.banner .signin-row {
		flex-direction: column-reverse;
	}

	.signup-content {
		margin-bottom: 45px;
	}

	.signup-content h2 {
		font-size: 48px;
		line-height: 1.3;
		margin-bottom: 26px;
	}

	.signup-content ul li {
		padding-left: 34px;
		font-size: 17px;
		line-height: 28px;
		margin-bottom: 16px;
	}

	.signup-content ul li::before {
		width: 28px;
		height: 28px;
	}

	.signup-card {
		padding: 40px 65px 35px;
		max-width: 500px;
	}

	/*-_-_Signin_CSS_End_-_-*/

	/*-_-_how-to-use-vertiapp_CSS_Start_-_-*/
	.why-use-vertiapp.why-use-wrap {
		padding-top: 40px;
	}

	.how-works-wrap.how-work-vertiapp:first-child,
	.we-are-vertiapp.we-are-wrap:first-child {
		padding-top: 75px;
	}

	.we-are-vertiapp.we-are-wrap .we-are-row .we-are-content-col {
		width: 100%;
	}

	/*-_-_how-to-use-vertiapp_CSS_End_-_-*/


	/*-_-_Training-Courses_CSS_Start_-_-*/
	.training-courses-wrap {
		padding: 70px 0 60px;
	}

	.training-courses-content .training-courses-inner {
		margin-bottom: 40px;
	}

	.training-courses-wrap .training-courses-content h2 {
		margin-bottom: 20px;
	}

	.training-courses-content .training-course-slide img {
		height: 237px;
	}

	.training-course-slide.training-course-large .slide-content {
		margin-top: 237px;
		width: 100%;
	}

	.training-courses-row {
		margin-bottom: 7px;
	}

	.training-courses-row .training-courses-col {
		padding-bottom: 24px;
	}

	.training-courses-content .general-btn {
		padding: 0 32px;
	}

	/*-_-_Training-Courses_CSS_End_-_-*/

	/*-_-_Contact-us_CSS_Start_-_-*/
	.contact-banner.banner .banner-content {
		padding: 135px 0 0px;
		margin-bottom: -300px;
	}

	.contact-banner.banner .banner-content h2 {
		font-size: 42px;
		margin-bottom: 50px;
	}

	.contact-banner.banner .banner-content .contact-card {
		padding: 50px 40px 40px;
		max-width: 660px;
	}

	.contact-banner.banner .contact-card h3 {
		font-size: 34px;
		margin-bottom: 10px;
	}

	.contact-banner.banner .contact-card p {
		max-width: 100%;
		margin: 0 0 25px;
	}

	.contact-link-row {
		margin: 0 -10px 12px;
	}

	.contact-link-row .contact-link-col {
		padding: 0 10px 24px;
	}

	.contact-link-row .contact-link-col .icon-wrap {
		width: 35px;
		height: 35px;
		margin-bottom: 15px;
	}

	.contact-link-row .contact-link-col h6 {
		font-size: 19px;
		line-height: 1.3;
		margin-bottom: 8px;
	}

	.contact-link-row .contact-link-col a,
	.contact-link-row .contact-link-col span {
		font-size: 14px;
		line-height: 18px;
	}

	.contact-link-row .contact-link-col .social-links li {
		margin-right: 18px;
	}

	form.contact-form {
		border-radius: 10px;
		padding: 25px;
	}

	form.contact-form textarea {
		height: 140px;
	}

	.faqs-contactus.faqs-wrap {
		padding-top: 390px;
	}

	.faqs-wrap {
		padding: 45px 0 65px;
	}

	.faqs-wrap::before {
		width: 380px;
		height: 380px;
		top: 30px;
		left: 0;
	}

	.faqs-wrap::after {
		width: 400px;
		height: 400px;
		right: 0px;
		top: -30px;
	}

	.faqs-wrap .faqs-content h3 {
		font-size: 38px;
		margin-bottom: 32px;
	}

	.faqs-wrap .faqs-content>p {
		max-width: 560px;
		margin: 0 auto 28px;
	}

	.faqs-accordion-new .accordion-item {
		border-radius: 12px;
	}

	.faqs-accordion-new .accordion-button {
		padding: 18px 24px;
		border-radius: 12px 12px 0 0 !important;
	}

	.faqs-accordion-new .accordion-button:not(.collapsed) {
		padding-bottom: 13px;
	}

	.faqs-accordion-new .accordion-body {
		padding: 0 24px 18px;
	}

	.map-wrap {
		padding-bottom: 40px;
	}

	.map-wrap .mapouter,
	.map-wrap .mapouter .gmap_canvas,
	.map-wrap .mapouter .gmap_canvas .gmap_iframe {
		height: 270px;
	}

	/*-_-_Contact-us_CSS_End_-_-*/

	/*-_-_Why-Use-Detail-Page_CSS_Start_-_-*/
	.why-use-detail-wrap {
		padding: 45px 0 50px;
	}

	.why-use-detail-wrap .back-btn {
		font-size: 17px;
		line-height: 22px;
		margin-left: 0;
	}

	.why-use-detail-wrap .back-btn img {
		width: 20px;
		height: 20px;
		margin-right: 6px;
	}

	.why-use-detail-content .why-use-detail-inner {
		padding-top: 36px;
	}

	.why-use-detail-content .why-use-detail-inner:first-child {
		padding-top: 30px;
	}

	.why-use-detail-inner hr {
		padding-bottom: 36px;
	}

	.why-use-detail-inner h3 {
		font-size: 27px;
		line-height: 1.2223;
		margin-bottom: 19px;
	}

	.why-use-detail-inner h3 img {
		width: 40px;
		height: 40px;
		margin-right: 11px;
	}

	.why-use-detail-inner h2 {
		margin-bottom: 19px;
	}

	.why-use-detail-inner h2 span {
		font-size: 25px;
	}

	.why-use-detail-inner p,
	.why-use-detail-inner ul li {
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.why-use-detail-inner ul {
		padding-left: 22px;
		margin-bottom: 26px;
	}

	.why-use-detail-inner ul li {
		margin-bottom: 8px;
	}

	.why-use-detail-inner h4 {
		font-size: 22px;
		line-height: 1.667;
		margin-bottom: 16px;
	}

	.why-use-detail-inner .detail-table-wrap {
		margin-bottom: 18px;
	}

	.why-use-detail-inner table thead tr th {
		padding: 8px 12px;
	}

	.why-use-detail-inner table tbody tr td {
		padding: 10px 12px;
	}

	.why-use-detail-inner table tfoot tr td {
		padding: 8px 12px;
	}

	/*-_-_Why-Use-Detail-Page_CSS_End_-_-*/

	/*-_-_Estimate-Section-Page_CSS_Start_-_-*/
	.estimation-wrap {
		padding: 50px 0;
	}

	.estimation-wrap .estimation-content h2 {
		margin-bottom: 38px;
	}

	form.estimation-form.contact-form {
		margin-bottom: 30px;
	}

	.see-estimate .project-detail li {
		margin-bottom: 10px;
	}

	.see-estimate .project-detail li:last-child {
		margin-bottom: 0;
	}

	.see-estimate .project-detail-card h5 {
		font-size: 16px;
	}

	.see-estimate .project-detail-table table tr th,
	.see-estimate .project-detail-table table tr td {
		font-size: 14px;
		line-height: 20px;
	}

	.banner .banner-content .banner-btn {
		gap: 12px;
	}

	.banner .banner-content .banner-btn a {
		line-height: 1.75;
		padding: 12px 32px;
	}

	/*-_-_Estimate-Section_CSS_End_-_-*/
}

@media only screen and (max-width: 767px) {
	header.new-header .navbar {
		padding: 18px 0;
	}

	header.new-header.headerbg .navbar {
		padding: 18px 0;
	}

	header .navbar .navbar-brand img {
		max-width: 140px;
	}

	.banner .banner-content {
		padding: 160px 0 70px;
	}

	.banner .banner-content h1 {
		font-size: 48px;
		max-width: 100%;
		margin: 0px auto 28px;
	}

	.banner .banner-content P {
		font-size: 17px;
		max-width: 100%;
		margin: 0 auto 35px;
	}

	.partners-wrap {
		padding: 35px 0;
	}

	.banner .banner-content ul {
		max-width: 480px;
		margin: 0 auto -18px;
	}

	.partners-wrap ul {
		max-width: 480px;
		margin: 0 auto;
		row-gap: 30px;
	}

	.banner .banner-content ul li,
	.partners-wrap ul li {
		width: 50%;
	}

	.banner .banner-content ul li:last-child {
		margin: 0 0 18px;
	}

	.banner .banner-content ul li img,
	.partners-wrap ul li img {
		max-width: 170px;
		max-height: 40px;
	}

	.why-use-wrap::before {
		height: 400px;
		width: 400px;
		right: -200px;
		top: -200px;
	}

	.why-use-wrap::after {
		height: 400px;
		width: 400px;
		left: -200px;
		top: 5px;
	}

	.how-works-wrap h2 {
		margin-bottom: 30px;
	}

	.how-works-wrap .how-works-row,
	.how-works-wrap .how-works-row:nth-child(2n - 1) {
		flex-direction: column;
		margin-bottom: 45px;
	}

	.how-works-wrap .how-works-inner {
		max-width: 100%;
		margin-bottom: 25px;
	}

	.how-works-inner span {
		margin-bottom: 10px;
	}

	.how-works-inner h3 {
		font-size: 24px;
		letter-spacing: -0.5px;
		margin-bottom: 6px;
	}

	.how-works-inner p,
	.how-works-inner ul li {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.how-works-wrap .how-works-img::before {
		height: 380px;
		width: 380px;
	}

	.how-works-wrap .how-works-img {
		max-width: 100%;
	}

	.how-works-wrap .how-works-img::before {
		display: none;
	}

	.training-course-wrap::after {
		height: 400px;
		width: 400px;
		right: -200px;
		top: -17px;
	}

	.we-are-wrap::before {
		height: 400px;
		width: 400px;
		left: -200px;
		top: 50%;
		transform: translateY(-50%);
	}

	.we-are-wrap::after {
		height: 400px;
		width: 400px;
		right: -200px;
		top: auto;
		bottom: 0;
	}

	.we-are-wrap.ai-used-wrap::before {
		height: 400px;
		width: 400px;
		left: -200px;
		top: 50%;
		transform: translateY(-50%);
	}

	.we-are-wrap.ai-used-wrap::after {
		height: 400px;
		width: 400px;
		right: -200px;
		bottom: 0px;
	}

	.transparent-btn,
	.general-btn {
		font-size: 16px;
		line-height: 46px;
		padding: 0 38px;
	}

	.blue-transparent-btn {
		font-size: 16px;
		line-height: 46px;
		padding: 0px 25px;
	}

	.blue-transparent-btn img {
		width: 22px;
		height: 22px;
		margin-left: 8px;
	}

	.content h2 {
		font-size: 36px;
	}

	.transparent-btn,
	.general-btn {
		line-height: 44px;
		padding: 0 35px;
	}

	.blue-transparent-btn {
		line-height: 44px;
		padding: 0px 22px;
	}

	.blue-transparent-btn img {
		width: 21px;
		height: 21px;
		margin-left: 7px;
	}

	.training-course-wrap {
		padding: 35px 0 15px;
	}

	.training-course-wrap .training-course-inner {
		margin-bottom: 40px;
	}

	.training-course-wrap .training-course-content h2 {
		margin-bottom: 20px;
	}

	.training-course-slider {
		max-width: 320px;
		margin: 0 auto;
	}

	.training-course-slider .slick-arrow {
		width: 35px;
		height: 35px;
	}

	.we-are-wrap {
		padding: 35px 0;
	}

	.we-are-row .we-are-content h2 {
		margin-bottom: 12px;
	}

	.we-are-row .we-are-content p {
		line-height: 1.6;
		margin-bottom: 16px;
	}

	.we-are-wrap.ai-used-wrap {
		padding: 35px 0;
	}

	.we-are-row .we-are-content ul li::before {
		width: 28px;
		height: 28px;
		top: 1px;
	}

	.we-are-row .we-are-content ul li h4 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.we-are-row .we-are-content ul li span {
		line-height: 1.6;
	}

	.contact-wrap h2 {
		margin-bottom: 30px;
	}

	.mapouter,
	.mapouter .gmap_canvas,
	.mapouter .gmap_canvas .gmap_iframe {
		height: 300px;
	}

	.contact-wrap {
		padding: 45px 0 35px;
	}

	.contact-wrap .contact-content p {
		line-height: 1.6;
		margin-bottom: 18px;
	}

	.contact-wrap .contact-content ul li {
		margin-bottom: 14px;
	}

	.contact-wrap .contact-content ul li a img {
		width: 27px;
		height: 27px;
		margin-right: 14px;
	}

	footer .footer-content .footer-logo {
		max-width: 140px;
		margin: 0 auto 18px;
	}

	footer .footer-content p {
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 25px;
	}

	footer .footer-content ul {
		margin: 0 -10px -12px;
	}

	footer .footer-content ul li {
		padding: 0 10px 12px;
	}

	footer .footer-content {
		padding-bottom: 40px;
	}

	/*-_-_Signin_CSS_Start_-_-*/
	.signin-banner.banner {
		padding: 120px 0 60px;
	}

	.signup-content {
		margin-bottom: 40px;
	}

	.signup-content h2 {
		font-size: 44px;
		line-height: 1.3;
		margin-bottom: 22px;
	}

	.signup-content ul li {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.signup-card {
		border-radius: 18px;
		padding: 40px 40px 35px;
		max-width: 480px;
	}

	.signup-card .signup-logo {
		max-width: 140px;
		margin: 0 auto 18px;
	}

	.signup-card h3 {
		font-size: 25px;
		margin-bottom: 14px;
	}

	.signup-card>p {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 15px;
	}

	.signup-card form .form-group {
		margin-bottom: 16px;
	}

	.signup-card form input.form-control {
		border-radius: 6px;
	}

	/*-_-_Signin_CSS_End_-_-*/

	/*-_-_how-to-use-vertiapp_CSS_Start_-_-*/
	.how-work-vertiapp.how-works-wrap::after {
		height: 400px;
		width: 400px;
		left: -200px;
	}

	.why-use-vertiapp.why-use-wrap::before {
		right: -200px;
	}

	.we-are-vertiapp.we-are-wrap::before {
		height: 400px;
		width: 400px;
		right: -200px;
	}

	.we-are-vertiapp.we-are-wrap::after {
		height: 400px;
		width: 400px;
		right: -200px;
	}

	.we-are-vertiapp.we-are-wrap.ai-used-wrap::before {
		height: 400px;
		width: 400px;
		left: -200px;
		bottom: 0;
	}

	.we-are-vertiapp.we-are-wrap.ai-used-wrap::after {
		height: 400px;
		width: 400px;
		left: -200px;
	}

	/*-_-_how-to-use-vertiapp_CSS_End_-_-*/


	/*-_-_how-to-use-vertiapp_CSS_Start_-_-*/
	.why-use-vertiapp.why-use-wrap {
		padding-top: 35px;
	}

	.how-works-wrap.how-work-vertiapp:first-child,
	.we-are-vertiapp.we-are-wrap:first-child {
		padding-top: 55px;
	}

	/*-_-_how-to-use-vertiapp_CSS_End_-_-*/

	/*-_-_Training-Courses_CSS_Start_-_-*/
	.training-courses-wrap {
		padding: 55px 0;
	}

	.training-courses-col .training-course-slide {
		max-width: 320px;
		margin: 0 auto;
	}

	.training-courses-content .training-course-slide img {
		height: auto;
	}

	.training-courses-wrap .training-courses-inner h4 {
		font-size: 20px;
	}

	.training-courses-wrap .training-courses-inner h5 {
		font-size: 18px;
	}

	.training-course-slide.training-course-large .slide-content {
		margin-top: 225px;
		width: 100%;
	}

	.training-courses-row {
		margin-bottom: 10px;
	}

	.training-courses-row .training-courses-col {
		padding-bottom: 20px;
	}

	.training-courses-content .general-btn {
		padding: 0 28px;
	}

	/*-_-_Training-Courses_CSS_End_-_-*/

	/*-_-_Contact-us_CSS_Start_-_-*/
	.contact-banner.banner .banner-content .contact-card {
		padding: 35px 25px 30px;
		max-width: 100%;
	}

	.contact-banner.banner .contact-card h3 {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.contact-link-row {
		margin: 0 -10px 10px;
	}

	.contact-link-row .contact-link-col {
		padding: 0 10px 22px;
	}

	.contact-link-row .contact-link-col h6 {
		margin-bottom: 5px;
	}

	form.contact-form {
		border-radius: 10px;
		padding: 25px 20px;
	}

	form.contact-form textarea {
		height: 120px;
	}

	.faqs-contactus.faqs-wrap {
		padding-top: 380px;
	}

	.faqs-wrap {
		padding: 40px 0 60px;
	}

	.faqs-wrap::before {
		width: 400px;
		height: 400px;
		top: 30px;
		left: -200px;
	}

	.faqs-wrap::after {
		width: 400px;
		height: 400px;
		right: -200px;
		top: -30px;
	}

	.faqs-wrap .faqs-content h3 {
		font-size: 32px;
		margin-bottom: 28px;
	}

	.faqs-wrap .faqs-content>p {
		max-width: 100%;
		margin: 0 auto 25px;
	}

	.faqs-accordion-new .accordion-item {
		margin-bottom: 10px;
	}

	.faqs-accordion-new .accordion-button {
		padding: 16px 20px;
		border-radius: 10px 10px 0 0 !important;
	}

	.faqs-accordion-new .accordion-button:not(.collapsed) {
		padding-bottom: 12px;
	}

	.faqs-accordion-new .accordion-body {
		padding: 0 20px 16px;
	}

	.map-wrap {
		padding-bottom: 35px;
	}

	.map-wrap .mapouter,
	.map-wrap .mapouter .gmap_canvas,
	.map-wrap .mapouter .gmap_canvas .gmap_iframe {
		height: 240px;
	}

	/*-_-_Contact-us_CSS_End_-_-*/

	/*-_-_Cookies_CSS_Start_-_-*/
	.cookies-wrap {
		right: 0;
		bottom: 0;
		width: 800px;
		max-width: 100%;
		padding: 25px 12.5px 15px;
	}

	.cookies-wrap .close-btn {
		font-size: 22px;
		right: 6px;
		top: 5px;
		width: 22px;
		height: 22px;
	}

	.cookies-wrap p {
		font-size: 12px;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.cookies-wrap .cookies-btn {
		gap: 10px;
		padding-top: 0;
	}

	.cookies-wrap .cookies-btn button {
		font-size: 12px;
		line-height: 38px;
		padding: 0 15px;
	}

	/*-_-_Cookies_CSS_End_-_-*/

	/*-_-_Why-Use-Detail-Page_CSS_Start_-_-*/
	.why-use-detail-wrap {
		padding: 40px 0 45px;
	}

	.why-use-detail-wrap .back-btn {
		font-size: 16px;
		line-height: 1.25;
	}

	.why-use-detail-wrap .back-btn img {
		width: 18px;
		height: 18px;
		margin-right: 6px;
	}

	.why-use-detail-content .why-use-detail-inner {
		padding-top: 32px;
	}

	.why-use-detail-content .why-use-detail-inner:first-child {
		padding-top: 24px;
	}

	.why-use-detail-inner hr {
		padding-bottom: 32px;
	}

	.why-use-detail-inner h3 {
		font-size: 24px;
		line-height: 1.25;
		margin-bottom: 18px;
	}

	.why-use-detail-inner h3 img {
		width: 36px;
		height: 36px;
		margin-right: 10px;
	}

	.why-use-detail-inner h2 {
		line-height: 1 !important;
		margin-bottom: 18px;
	}

	.why-use-detail-inner h2 span {
		font-size: 22px;
	}

	.why-use-detail-inner p,
	.why-use-detail-inner ul li {
		font-size: 16px;
		line-height: 1.25;
		margin-bottom: 14px;
	}

	.why-use-detail-inner ul {
		padding-left: 20px;
		margin-bottom: 24px;
	}

	.why-use-detail-inner ul li {
		margin-bottom: 6px;
	}

	.why-use-detail-inner h4 {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 14px;
	}

	.why-use-detail-inner .detail-table-wrap {
		margin-bottom: 16px;
	}

	.why-use-detail-inner table thead tr th {
		padding: 6px 10px;
	}

	.why-use-detail-inner table tbody tr td {
		padding: 8px 10px;
	}

	.why-use-detail-inner table tfoot tr td {
		padding: 6px 10px;
	}

	/*-_-_Why-Use-Detail-Page_CSS_End_-_-*/

	/*-_-_Estimate-Section-Page_CSS_Start_-_-*/
	.estimation-wrap {
		padding: 45px 0;
	}

	.estimation-wrap .estimation-content h2 {
		margin-bottom: 30px;
	}

	/*-_-_Estimate-Section_CSS_End_-_-*/

	/*-_-_Add-Read-More-Btn_CSS_Start_-_-*/
	.training-course-wrap .training-course-content .read-more-btn {
		max-width: 150px;
		padding: 0 25px;
	}

	/*-_-_Add-Read-More-Btn_CSS_End_-_-*/
}

@media only screen and (max-width: 480px) {
	.banner .banner-content h1 {
		font-size: 40px;
		margin: 0px auto 25px;
	}

	.banner .banner-content P {
		font-size: 16px;
	}

	.content h2 {
		font-size: 34px;
	}

	.banner .banner-content ul li,
	.partners-wrap ul li {
		width: 100%;
	}

	.training-course-slider .slick-arrow.slick-prev {
		top: calc(100% - 10px);
		left: calc(50% - 25px);
		transform: translateX(-50%);
	}

	.training-course-slider .slick-arrow.slick-next {
		top: calc(100% - 10px);
		left: calc(50% + 25px);
		right: auto;
		transform: translateX(-50%);
	}

	.we-are-row .we-are-content ul li {
		padding-left: 35px;
	}

	/*-_-_Signin_CSS_Start_-_-*/
	.signin-banner.banner {
		padding: 110px 0 50px;
	}

	.signup-content {
		margin-bottom: 40px;
	}

	.signup-content h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.signup-content ul li {
		margin-bottom: 14px;
	}

	.signup-card {
		border-radius: 16px;
		padding: 35px 16px 30px;
		max-width: 420px;
	}

	.signup-card .signup-logo {
		max-width: 140px;
		margin: 0 auto 18px;
	}

	.signup-card h3 {
		font-size: 22px;
		margin-bottom: 12px;
	}

	.signup-card>p {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 14px;
	}

	.signup-card form .form-group {
		margin-bottom: 15px;
	}

	.signup-card form label {
		font-size: 14px;
	}

	.signup-card form input.form-control {
		font-size: 15px;
		border-radius: 6px;
		height: 42px;
	}

	.signup-card form button {
		font-size: 15px;
		height: 42px;
	}

	/*-_-_Signin_CSS_End_-_-*/

	/*-_-_Signup_CSS_Start_-_-*/
	.signup-banner.banner.signin-banner .signup-card {
		padding-bottom: 35px;
	}

	/*-_-_Signup_CSS_End_-_-*/

	/*-_-_Contact-us_CSS_Start_-_-*/
	.contact-banner.banner .banner-content {
		padding: 120px 0 0px;
		margin-bottom: -300px;
	}

	.contact-banner.banner .banner-content h2 {
		font-size: 32px;
		margin-bottom: 32px;
	}

	.contact-banner.banner .banner-content .contact-card {
		padding: 40px 18px 30px;
		max-width: 510px;
	}

	.contact-banner.banner .contact-card h3 {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.contact-banner.banner .contact-card p {
		line-height: 20px;
		margin: 0 0 24px;
	}

	.contact-link-row {
		margin: 0 -10px 12px;
	}

	.contact-link-row .contact-link-col {
		padding: 0 10px 24px;
	}

	.contact-link-row .contact-link-col .icon-wrap {
		width: 35px;
		height: 35px;
		margin-bottom: 12px;
	}

	.contact-link-row .contact-link-col h6 {
		font-size: 17px;
		line-height: 1.3;
		margin-bottom: 6px;
	}

	.contact-link-row .contact-link-col .social-links li:last-child {
		margin: 0;
	}

	form.contact-form {
		border-radius: 10px;
		padding: 25px 18px;
	}

	form.contact-form textarea {
		height: 130px;
	}

	form.contact-form button {
		padding: 0 18px;
	}

	.faqs-contactus.faqs-wrap {
		padding-top: 370px;
	}

	.faqs-wrap {
		padding: 35px 0 55px;
	}

	.faqs-wrap::before {
		width: 400px;
		height: 400px;
		top: 30px;
		left: -200px;
	}

	.faqs-wrap::after {
		width: 400px;
		height: 400px;
		right: -200px;
		top: -30px;
	}

	.faqs-wrap .faqs-content h3 {
		font-size: 28px;
		margin-bottom: 24px;
	}

	.faqs-wrap .faqs-content>p {
		max-width: 100%;
		margin: 0 auto 25px;
	}

	.faqs-accordion-new .accordion-button {
		padding: 15px 18px;
	}

	.faqs-accordion-new .accordion-body {
		padding: 0 18px 15px;
	}

	.contact-link-row .contact-link-col .social-links {
		margin-bottom: -8px;
	}

	.contact-link-row .contact-link-col .social-links li,
	.contact-link-row .contact-link-col .social-links li:last-child {
		margin-bottom: 8px !important;
	}

	.map-wrap {
		padding-bottom: 35px;
	}

	.map-wrap .mapouter,
	.map-wrap .mapouter .gmap_canvas,
	.map-wrap .mapouter .gmap_canvas .gmap_iframe {
		height: 220px;
	}

	/*-_-_Contact-us_CSS_End_-_-*/

	/*-_-_Add-Read-More-Btn_CSS_Start_-_-*/
	.training-course-wrap .training-course-content .read-more-btn {
		max-width: 140px;
		margin-top: 45px;
	}

	/*-_-_Add-Read-More-Btn_CSS_End_-_-*/
}

@media only screen and (max-width: 374px) {
	.banner .banner-content .banner-btn a {
		width: calc(50% - 6px);
		line-height: 1.5;
		padding: 12px 15px;
	}
}
