body {
	font-family: 'Farro', sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}


input,
textarea,
select {}

a {
	text-decoration: none;
	color: #6ebe44;
}

a:hover {
	text-decoration: none;
	color: #5d5e5e;
}

input:focus,
textarea:focus,
select:focus,
a:focus,
button:focus {
	outline: none;
	box-shadow: none;
}

header.header {position: absolute;top: 0;left: 0;right: 0;margin: 0 auto;z-index: 2;background: #fff0;font-size: 15px;transition: all ease .4s;}

section {
	height: auto;
	overflow: hidden;
}

footer {
	height: auto;
	position: relative;
	z-index: 0;
	color: #fff;
	background: linear-gradient(222deg, #3d3d3d, #0b5994);
	border-top: 5px solid #0e69b0;
}

.logo {
    float: left;
    margin: 14px 0;
    transition: all ease .4s;
}

#access .menu-header ul,
div.menu ul {
	list-style: none outside none;
	margin: 0;
}

#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}

#access a {}

#access ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
	width: 180px;
	z-index: 99999;
}

#access ul ul li {
	min-width: 180px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {
	background: none repeat scroll 0 0 #a31c22;
	border: medium none;
	height: auto;
	line-height: 1em;
	padding: 10px;
	width: 160px;
}

#access ul li:hover>ul {
	display: block;
}

.top {
    border-top: 1px solid rgb(255 255 255 / 5%);
}

.social {
    float: left;
    margin: 10px 0;
}

.social a {
	font-size: 25px;
}

.head {

font-weight: 400;

border-top: 5px solid #0e69b0;
}

#searchform input[type="submit"] {}

#searchform input[type="text"] {}

#searchform label {
	display: none;
}

.main {
	height: auto;
	overflow: hidden;
}

.copy {
	height: auto;
	overflow: hidden;
	padding: 40px 0;
	width: 100%;

	position: relative;
	margin-top: 40px;
}

footer a {
    color: #fff;
    display: block;
}

.copy .right {
	text-align: right;
}

footer .widgets {
	height: auto;
	overflow: visible;
}

.social a {
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	height: 30px;
	line-height: 32px;
	margin-right: 5px;
	position: relative;
	text-align: center;
	width: 30px;
	background: #0e69b0;
	border-radius: 100px;
}

.single-post-loop-section article.single-post-item {
	margin-bottom: 50px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 40px;
}

article.single-post-item>div.post-item-inner {
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
}

article.single-post-item .post-thumb {
	overflow: hidden;
	margin-bottom: 20px;
}

article.single-post-item .post-thumb span.imgsc {
	display: block;
	width: 100%;
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ddd;
}

article.single-post-item .post-meta {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-bottom: 0;
	margin-top: -7px;
	float: left;
}

article.single-post-item .post-meta .date {
	float: left;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
}

article.single-post-item .post-meta ul.info-meta {
	float: right;
	line-height: 24px;
	list-style: none;
	padding: 0;
}

article.single-post-item .post-meta ul.info-meta li {
	display: inline-block;
	padding: 0 0 0 15px;
	position: relative;
	font-size: 14px;
	color: #e8c1ba;
}

article.single-post-item .info-meta .post-author strong {
	text-transform: capitalize;
	letter-spacing: 0;
	color: #e8c1ba;
}

article.single-post-item h2.post-title {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 30px;
	padding-bottom: 20px;
	position: relative;
	display: inline-block;
}

article.single-post-item h2.post-title:before {
	content: "";
	border-bottom: 1px solid #e8c1ba;
	width: 45px;
	position: absolute;
	bottom: 0;
	left: 0;










}

article.single-post-item h2.post-title a {
	color: #000;
}

article.single-post-item .post-content {
	padding-bottom: 20px;
	line-height: 28px;
}

article.single-post-item .post-content p {
	margin: 0;
}

.single-post-loop-section {
	height: auto;
	overflow: hidden;
	padding: 30px 0;
}

.sidebars.sidebar-widget-area h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin: 30px 0 15px;
	padding-bottom: 15px;
}

.sidebars.sidebar-widget-area ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #ddd;
}

.sidebars.sidebar-widget-area ul li {
	border-bottom: 1px solid #ddd;
}

.sidebars.sidebar-widget-area ul li a {
	color: #505050;
	padding: 5px 15px;
	display: block;
}

.sidebars.sidebar-widget-area {
	margin: 0 0 30px 0;
}

.sidebars.sidebar-widget-area ul li:last-child {
	border-bottom: 0;
}

.sidebars.sidebar-widget-area .featured-posts {
	border: 1px solid #ddd;
	padding: 15px;
}

.sidebars.sidebar-widget-area .featured-posts .featured-post {
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px 100px;
	margin: 0 0 15px 0;
	height: auto;
	overflow: hidden;
	position: relative;
}

.sidebars.sidebar-widget-area .featured-posts .featured-post img {
	position: absolute;
	top: 0;
	left: 0;
}

.sidebars.sidebar-widget-area .featured-posts .featured-post h4 a {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	display: block;
}

.sidebars.sidebar-widget-area .featured-posts .featured-post .post-time {
	font-size: 12px;
}

.sidebars.sidebar-widget-area .featured-posts .featured-post:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.sidebarsocial.social {
	float: left;
	margin: 10px 0;
}

.sidebars.sidebar-widget-area .tagcloud {
	padding: 5px;
}

.sidebar-widget-area h3 {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	border-bottom: 2px solid;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.single-entgry {
	padding: 40px 0 0 0;
}

article.single-post-item .post-thumb a {
	display: block;
}

article.single-post-item .post-info {
	padding: 10px 30px 30px;
}

.single-entgry.blogsli {
	background: #fff;
}

.single-post-loop-section article.single-post-item:last-child {
	margin-bottom: 0;
	border: 0;
	padding-bottom: 20px;
}

.single-entgry.blogsli .entry-image {
	margin: 20px 0 30px 0;
	display: block;
}

.single-entgry.blogsli h1.inner-page-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 26px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin: 30px 0 15px;
	padding-bottom: 15px;
}

.single-entgry.blogsli h1.inner-page-title:after {}

.single-entgry.blogsli .entry-content {
	margin: 30px 0;
	font-size: 18px;
	line-height: 1.8;
}

.single-entgry.blogsli .entry-content p:last-child {
	margin: 0;
}

.single-entgry.blogsli .entry-content p {
	margin: 0 0 30px 0;
}

.single-entgry.blogsli .entry-meta {
	font-size: 16px;
	color: #999;
	border-bottom: 1px solid #ddd;
	padding: 0 0 30px 0;
}

.sidebars.sidebar-widget-area:first-child {
	margin-top: 10px;
}

h3#wc-comment-header,
#wpcomm {
	max-width: 100%;
}

.wpb_text_column.wpb_content_element.click-and-collect-ul {
	margin-bottom: 0;
}

.sidebars.sidebar-widget-area:first-child h3 {
	margin-top: 0;
}

.single-page-sidebar {
	margin-top: 40px;
}
.section-1:before {content: "";background: linear-gradient(0deg, #0e69b000, #000000);display: block;height: 100vh;position: absolute;z-index: -1;left: 0;right: 0;width: 100%;opacity: 0.7;}

.section-1 {
    display: flex;
    position: relative;
    z-index: 0;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    align-items: center;
    background-position: center bottom;
}

.topsvgtop {
    margin: 100px -360px 0px 0;
}
.logo img {
    width: 100px;
    transition: all ease .8s;
}

div#access {
    float: left;
    margin: 30px 0;
    transition: all ease .4s;
}

div#access > .header-menu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

div#access > .header-menu > ul > li {

    float: left;
}

div#access > .header-menu > ul > li > a {
    display: block;
    padding: 0px 0;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin: 0 15px;
    color: #fff;
    font-size: 16px;
}
.headlinks {
    float: left;
    margin: 0 0 0 30px;
}

.phonecu {
    float: right;
    margin: 0;
    font-size: 12px;
}

.singbtns {
    float: left;
    margin: 25px 0;
}

.headlinks a {
    color: #fff;
}
.logo svg {
    width: 100%;
    height: auto;
}
.top-slider-text {
    color: #fff;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    text-shadow: 0 0 50px rgb(0 0 0 / 44%);
}

.phonecu a i.flaticon-call {
    font-size: 22px;
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    position: absolute;
    left: 3px;
    top: 0px;
    transform: rotate(10deg);
    transition: all cubic-bezier(0.04, 0.81, 0.58, 1) .2s;
}

.phonecu a {
    display: block;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 0;
    padding: 0 0 0 30px;
    color: #fff;
    float: left;
}

.phonecu a:hover i.flaticon-call {
    transform: rotate(40deg);
    left: 10px;
}

div#access > .header-menu > ul > li > a:after {content: "";background: #fff;width: 0%;height: 3px;display: block;position: absolute;left: 0;right: 0;margin: 0 auto;border-radius: 100px;opacity: 0;transition: all linear .2s;}

div#access > .header-menu > ul > li:hover > a:after {
    width: 100%;
    opacity: 0.5;
}

.singbtns a {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 20px;
}

.dskbtn {
    display: inline-block;
    position: relative;
    z-index: 0;
    background: #0e69b0;
    border-radius: 100px;
    padding: 0 45px 0 20px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    transition: all ease .4s;
    color: #fff;
    box-shadow: 5px 5px 30px rgb(0 0 0 / 0%);

}

.dskbtn span svg {
    position: absolute;
    width: 14px;
    height: 50px;
    line-height: 50px;
    margin: 0 0 0 0;
    right: 20px;
    fill: #fff;
    transition: all ease .2s;
}

.dskbtn:before {content: "";background: linear-gradient(45deg, #0e69b0, #000000);height: 100%;width: 100%;display: block;position: absolute;bottom: 0;left: 0;transition: all ease .4s;z-index: -1;opacity: 0;transform: scaleX(0);border-radius: 100px;transform-origin: left center;}

.dskbtn:hover span svg {
    transform: rotate(180deg) translate(5px, 0px);
    fill: #fff;
}

.dskbtn:hover {
    padding-right: 50px;
    color: #fff;
    box-shadow: 5px 5px 30px #0e69b0;
}

.dskbtn:hover:before {
    opacity: 1;
    transform: scaleX(1);
}
.phonecu strong {
    font-weight: 400;
}

header.header.fixeds {
}

header.header.fixeds .headlinks a {
    color: #666;
}

header.header.fixeds .headlinks a.dskbtn:hover {
    color: #fff;
}

header.header.fixeds div#access > .header-menu > ul > li > a {
    color: #666;
}

g#Background_Screen {
    filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 20%));
}

g#Left_Screen {
    filter: drop-shadow(-10px 5px 15px rgb(0 0 0 / 12%));
}

.topsvgtop svg {overflow: visible;}

g#Main_Screen {
    filter: drop-shadow(-10px 5px 15px rgb(0 0 0 / 12%));
}
.top-slider-text h1 {
    font-size: 65px;
    line-height: 1.1;
    margin: 0 0 0px 0;
    font-weight: 900;
}

.top-slider-text h1 strong {
    color: #00FFFF;
}

.headlinks a.dskbtn {
    color: #000;
}

.headlinks a.dskbtn:hover {
    color: #fff;
}
.top-slider-text p {
    font-size: 18px;
    margin: 0 0 0 0;
    line-height: 2;
}

form.nesletter-form {
    background: #fff;
    max-width: 400px;
    height: 60px;
    line-height: 40px;
    text-align: center;








    border-radius: 100px;
    padding: 10px;
    position: relative;
    z-index: 0;
    font-size: 14px;
}

form.nesletter-form input.inputemail {
    height: 40px;
    width: 100%;
    border: 0;

    border-radius: 100px;
    padding: 0 20px;

    color: #666;
}

form.nesletter-form input.inputemail::placeholder {
    color: #999;
}

form.nesletter-form .inputsubmit {
    border: 0;
    position: absolute;
    top: 6px;
    right: 5px;
    box-shadow: none !important;
}
.clients-logos {
    text-align: center;
}

.clients-logos ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clients-logos ul li {
    display: inline-block;
}

.clients-logos ul li img {
    filter: blur(0) grayscale(1);
    transform: scale(0.7);
    transition: all ease .6s;
}

.clients-logos ul li img:hover {
    filter: blur(0px) grayscale(0);
    transform: scale(1);
}

.about-post-system {
    margin: 0 auto 60px;
}

.about-post-system h2 {font-weight: 900;font-size: 45px;margin: 0 0 20px 0;line-height: 1;text-transform: capitalize;letter-spacing: -2px;}

.about-post-system p {
    font-size: 15px;
}

.section-2 {
    padding: 50px 0 100px 0;
}

.single-about-sec-item {
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 10px;
}

.single-about-sec-item i {
    background: linear-gradient(90deg, #005BFF, #e761ff);
    height: 150px;
    display: block;
    width: 150px;
    border-radius: 100%;
    color: #fff;
    line-height: 180px;
    font-size: 80px;
    margin: 0 auto 30px;
}

.section-3 {
    padding: 80px 0;
    background-image: url("../images/circle2112.png");
    background-position: 5% 50%;
    background-repeat: no-repeat;
    background-size: 485px auto;
    position: relative;
    z-index: 0;
}

.col-md-4:nth-child(3) .single-about-sec-item i {
    background: linear-gradient(90deg, #e761ff, #00FFFF);
}

.col-md-4:nth-child(4) .single-about-sec-item i {
    background: linear-gradient(90deg, #00FFFF, #005BFF);
}

.single-about-sec-item h3 {
    font-weight: 700;
    margin: 0 0 20px 0;
    font-size: 22px;
}

.single-about-sec-item p {
    color: #666;
    font-weight: 300;

    font-size: 14px;
    margin: 0 0 20px 0;
}

.section-4 {
    padding: 50px 0px 50px 0;
    position: relative;
    z-index: 0;
}
.single-product-item h2 {font-weight: 700;font-size: 32px;margin: 0 0 20px 0;line-height: 1.2;text-transform: uppercase;color: #83b6dd;}

.single-product-item h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 25px 0;
    line-height: 1.6;
}

.single-product-item p {margin: 0;}

.single-product-item .dskbtn {
}

.single-product-item.active:before {width: 100%;}
.pos-images ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pos-images ul li {
    margin: 0;
}

.pos-images ul li img {
    width: 100%;
    visibility: hidden;
    right: -200px;
    margin: 0 0 0 0;
    opacity: 0;
    transition: opacity ease .4s, right ease .4s;
}

.pos-images ul li.active img {
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
}
.single-product-item:before {
    content: "";
}

.section-4.nopadding .single-product-item.active {background: #2f2f2f;padding: 30px;color: #fff;}

.single-product-item.active a.dskbtn {
    opacity: 1;
    visibility: visible;
}

.single-product-item.active p {font-size: 13.4px;margin: 0 0 17px 0;}

.pos-images {
    position: relative;
    height: auto;
    max-height: 528px;
    z-index: 0;
    overflow: visible;
}

.pos-images ul li#selfse-img img {
    top: 90px;
}

.pos-images ul li#hardware-img img {
    top: 130px;
    max-width: 750px;

    right: -240px;
}

.pos-images ul li#tableprdr-img img {
    top: 100px;
    width: 95%;
}

.pos-images ul li#pos-img img {
    max-width: 870px;
    top: 0;
    width: 870px;
}

.pos-images ul li#good-img img {
    max-width: 600px;
    top: 50px;
}

.pos-images ul li#hardware-img.active img {
    right: -40px;
}
.section-5 {
    padding: 100px 0;
    position: relative;
    z-index: 0;
}

.about-post-system .dskbtn {
    margin-top: 20px;
}

.centralised-Workspace-img {
    text-align: center;
}

.section-6 {
    position: relative;
    z-index: 0;
    padding: 140px 0;
    color: #fff;
}

.section-6:after {content: "";background: linear-gradient(
45deg, #005BFF, #E761FF);display: block;height: 100%;transform: skewY(
-4deg);position: absolute;z-index: -1;top: 0;left: 0;right: 0;width: 100%;}

.industries-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.industries-grid ul li {
    padding: 0 30px 0 90px;
    text-align: center;
    display: inline-block;
    height: 70px;
    background: #fff;
    line-height: 70px;
    color: #000;
    font-weight: 700;
    margin: 0 5px 20px;
    border-radius: 100px;
    position: relative;
    z-index: 0;
}

.industries-grid {
    text-align: center;
}

.industries-grid ul li i {
    background: #eee;
    display: block;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
}

.industries-grid ul li i::before {
    display: block;
    height: 50px;
    line-height: 50px;
}

.industries-grid ul li:before {content: "";background: linear-gradient(45deg, #005BFF, #E761FF);display: block;font-size: 35px;height: 70px;line-height: 70px;width: 60px;position: absolute;left: 0;opacity: 0;transition: all ease .4s;z-index: -1;border-radius: 100px;}

.industries-grid ul li:hover:before {
    left: 0;
    width: 100%;
    opacity: 1;
}

.industries-grid ul li:hover {
    color: #fff;
}

.industries-grid ul li:hover i {
    color: #000;
}

.section-5:before {content: "";background: linear-gradient(transparent, white);display: block;width: 100%;height: 60%;z-index: 0;position: absolute;bottom: 0;left: 0;right: 0;}
.section-7 {
    position: relative;
    z-index: 0;
    padding: 100px 0;
    background: url('../images/bg2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-testimonial {
    text-align: center;
    max-width: 1220px;
    margin: 10px auto;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 2%);
    padding: 50px;
    border-radius: 10px;
}

.owl-carousel .owl-item .single-testimonial img {
    width: 110px;
    margin: 60px auto 30px;
    border-radius: 100%;
}

.single-testimonial p {
    font-size: 22px;
}
span.arrowlef svg {
    width: 20px;
}

span.arrowlef.left-arrow svg {
    transform: rotate(-180deg);
}

span.arrowlef {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    display: inline-table;
    padding: 0;
    border-radius: 60px;
    line-height: 56px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

span.arrowlef:hover {
    background: #0e69b0;
    border-color: #0e69b0;
    fill: #fff;
}

.owl-theme .owl-nav {margin: 0;}

.owl-theme .owl-nav button {
    position: absolute;
    top: calc(50% - 30px);
    left: 0;
}

.owl-theme .owl-nav button.owl-next {
    right: 0;
    left: auto;
}

.single-testimonial h3 {
    font-weight: 700;
    font-size: 30px;
    margin: 0;
}

.single-testimonial small {
    font-weight: 700;

}
.pricing-div {
    background: #fcfcfc;
    padding: 20px;
    border-radius: 20px;
}

.pricing-left-text h5 {
    font-size: 20px;
    font-weight: 700;
}

.pricing-left-text h2 {
    font-size: 80px;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0 0 20px 0;
}

.pricing-left-text h2 strong {
    color: #01ffff;
}

.pricing-left-text p {




    font-size: 22px;
    letter-spacing: -1px;
    margin: 0 0 50px 0;
}

.pricing-right-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-right-text ul li {
    margin: 0 0 70px 0;
    position: relative;
    padding: 0 0 0 90px;
}

.pricing-right-text ul li:last-child {
    margin: 0;
}

.pricing-right-text ul li i {
    background: rgb(255 255 255 / 25%);
    width: 60px;
    height: 60px;
    display: block;
    font-size: 40px;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pricing-right-text ul li i::before {
    display: block;
    line-height: 60px;
}

.minibtn {
    transition: all ease .4s;
    color: #0e69b0;
}
a.minibtn span svg {
    width: 16px;
    fill: #0e69b0;
    margin: 0 0 0 10px;
    transition: all ease .4s;
    position: relative;
    top: -1px;
    right: 5px;
}

a.minibtn:hover span svg {
    right: -5px;
    transform: rotate(-180deg);
}

a.minibtn:hover {
}

.pricing-right-text ul li h4 {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 5px 0;
}

.pricing-right-text ul li p {

    font-weight: 300;
}

.section-8 {
    padding: 0 0 120px 0;
}
.bottom-sections-2 span.single-sbottom-img img {width: 100%;height: auto;}

.bottom-sections-2 span.single-sbottom-img {
    display: block;
}

.bottom-sections-2 {position: relative;z-index: 0;overflow: hidden;}

.col-md-6:nth-child(2) .bottom-sections-2 {
    padding: 0 0 0 50px;
}

.bottom-sections-2 h3 {
    padding: 0;
    font-weight: 700;
    font-size: 21px;
    margin: 0 0 10px 0;
    color: #fff;
}

.bottom-sections-2 p {
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 30px;
}

.bottom-sections-2 a.minibtn {
    padding: 0;
    color: #fff;
    font-size: 12px;
}

.bottom-sections-2 a.minibtn svg {
    fill: #fff;
}

.section-9 {
    padding: 60px 0 100px;
    background: #e6eaf3;
}
footer:before {
    content: "";
    background-image: url('../images/pattern.png');
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    background-size: 40px;
    opacity: 0.15;
}

.start-free-trail .about-post-system {
    margin: 0 auto 100px;
}

.start-free-trail .about-post-system form.nesletter-form {
    margin: 50px auto 0;
}

.start-free-trail .about-post-system form.nesletter-form button.dskbtn.inputsubmit {
    top: -15px;
}

footer a:hover {
    color: rgb(255 255 255 / 69%);
}

.footer-widget-area h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 80px 0 0 0;
}

.footer-widget-area {}

.footer-widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget-area ul li {
    margin: 0 0 12px 0;
}

.footer-widget-area ul li a {
    font-size: 16px;
}

.footer-widget-area img {
    margin: 50px 0 30px;
}

.copy p {
    margin: 0;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}

.copy:before {content: "";background: #ffffff36;width: 1290px;height: 2px;display: block;margin: 0 auto;top: 0;position: absolute;left: 0;right: 0;}

.scrollup a {
    box-shadow: 5px 5px 30px rgb(0 0 0 / 27%);
    display: inline-block;
    z-index: 0;
    background: #0e69b0;
    border-radius: 100px;
    padding: 0;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    transition: all ease .4s;
    width: 50px;
    text-align: center;
    position: fixed;
    bottom: 40px;
    right: 40px;
    transform: scale(0);
}

.scrollup a svg {
    width: 20px;
    transform: rotate(-90deg);
    fill: #fff;
}

.scrollup a.fixeds {
    transform: scale(1);
}

.scrollup a.fixeds:hover {
    transform: scale(1.5);
}
.phonecu a i {
    margin-right: 5px;
    background: #0e69b0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}

.topvider {
    text-align: center;
}

.topvider iframe {
    border: 10px solid #fff;
    border-radius: 50px;
    box-shadow: 10px 10px 40px rgb(0 0 0 / 10%);
}

.section-1:after {
    content: "";
}
.footer-widget-area img.flogo {
    width: 120px;
}

footer .widgets .col-md-6 .footer-widget-area {
    padding-right: 80px;
}

footer .widgets .col-md-6 .footer-widget-area .dskbtn {
    margin-top: 20px;
}

.single-about-sec-item > span {max-width: 330px;display: block;margin: 0 auto 25px;}

.single-about-sec-item > span > img {
    width: 100%;
    height: auto;
}
.pos-images > img {
    width: 100%;
    height: auto;
}
.social.footersocial {
    float: right;
    margin: 0;
}
header.header.fixeds .logo {}

header.header.fixeds .logo img {
    width: 70px;
}

header.header.fixeds div#access {
    margin: 15px 0 22px 0;
}
.section-1.propagesection.aboutpoi3::after {
    display: none;
}

.section-1.propagesection.aboutpoi3:before {
    height: 100%;
    top: 0;
    transform: none;
}

.section-1.propagesection.aboutpoi3 .top-slider-text {
    padding: 270px 0 70px 0;
}
textarea#messageare {
    height: 140px;
}

button.dskbtn {
    border: 0;
}

.cinfo.pricing-div h3 {
    font-size: 24px;
    margin: 30px 0 0px 0;
}

.cinfo.pricing-div h3 strong {
    display: block;
    font-size: 14px;
}

.cinfo.pricing-div {
    padding: 40px;
}

.pricing-div .map-left-text iframe {
    border-radius: 20px;
    width: 100%;
    display: block;
}

.bottom-about-text h3 {
    font-weight: 700;
    font-size: 30px;
    margin: 30px 0 20px 0;
}

.bottom-about-text strong {font-weight: 700;}

.gfdimage > img {
    width: 100%;
    height: auto;
    border-radius: 40px;
    box-shadow: 10px 10px 40px rgb(0 0 0 / 30%);
    margin: 0 0 40px;
}
.about-text-videos .topvider iframe {
    width: 100%;
    height: 360px;
    border-width: 5px;
}

.about-text-videos {
    padding: 50px 0 20px;
    background: #eee;
}

.about-text-videos .topvider {
    margin: 0 0 30px;
}
.top-slider-text h3 {
    font-size: 36px;
    margin: 20px 0;
}

.section-4 .row {display: flex;align-items: center;margin: 0;}

.jointoday {
    float: right;
    margin: 23px 0 0 0;
}

.dskbtn i {
    margin-left: 5px;
    margin-right: 10px;
}
.about-left-image .the-image img {
    width: 100%;
    height: auto;
}

.section-3:before {
    content: "";
    background: rgb(255 255 255 / 85%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
}

.about-left-image .the-descr {
    background: #0e69b0;
    position: relative;
    z-index: 0;
    color: #fff;
    padding: 30px;
}

.the-descr:before {
    content: "";
    background-image: url('../images/gorsrsoxol8.jpg');
    background-position: center center;
    background-size: cover;
    opacity: .08;
    transition: background .3s,border-radius .3s,opacity .3s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.about-left-image .the-descr p {
    margin: 0;
    font-size: 15px;
}

.about-left-image .the-descr h3 {
    font-size: 22px;
    margin: 0 0 30px 0;
}

.commetment-dic h5 {
    font-size: 16px;
    color: #0e69b0;
}

.commetment-dic h2 {font-size: 55px;font-weight: 700;margin: 20px 0 20px 0;line-height: 1.2;}

.thelotion {
    background: #fafafa;
    position: relative;
    z-index: 0;
    padding: 40px;
    height: auto;
    overflow: hidden;
    margin: 0 0 30px 0;
}

.thelotion:before {
    content: "";
    background-image: url('../images/circle2112.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 10px;
    left: 10px;
    opacity: 0.5;
}

.thelotion > h3 {
    margin: 0;
    width: 30%;
    float: left;
    font-size: 19px;
}

.thelotion > p {
    float: left;
    width: 70%;
    font-size: 14px;
    margin: 0;
}

.image-videos1 {
    margin: 0;
}

.image-videos1 p {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin: 0 0 40px 0;
}
.image-videos1 .vvideo iframe {
    width: 95%;
    height: 222px;
}
.menusliasd ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menusliasd ul li:before {
    content: "\f004";
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    color: #0e69b0;
    position: absolute;
    left: 0;
    top: 0;
}

.menusliasd ul li {
    position: relative;
    z-index: 0;
    margin: 0 0 15px 0;
    padding: 0 0 15px 30px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.menusliasd p {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin: 0 0 20px 0;
}

.menusliasd img {
    width: 130px;
    opacity: 0.5;
    margin: 0;
}

.menusliasd h4 {
    margin: 5px 0 0 0;
    font-weight: 700;
    font-size: 20px;
}
.vvideo:before {
    content: "";
    background: url('../images/use1931.png');
    width: 180px;
    height: 89px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    position: absolute;
    bottom: -20px;
    right: -5px;
    z-index: -1;
}

.vvideo {
    position: relative;
    z-index: 0;
}
.menusliasd {
    padding: 0;
}
.section-4.nopadding:before {
    content: "";
    background: #e6eaf3;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    display: block;
    position: absolute;
}
.section-4.nopadding .row>* {
    padding: 0;
}
.bottom-sections-2 .details {
    padding: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    background-color: #09090900;
    text-align: left;
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 1;
    right: 40px;
    transition: all .2s ease-in 0s;
    transform: scale(0.7);
    opacity: 0;
}

.port-box {
    background-color: #424242;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: all .7s cubic-bezier(.5, 0, .4, 1);
    opacity: 0;
}

.port-box:before {
    background-color: #000;
    top: -200%;
    height: 100%;
    width: 273%;
    display: block;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    right: -100%;
    -webkit-transition: all .7s cubic-bezier(.5, 0, .4, 1);
    -moz-transition: all .7s cubic-bezier(.5, 0, .4, 1);
    -ms-transition: all .7s cubic-bezier(.5, 0, .4, 1);
    -o-transition: all .7s cubic-bezier(.5, 0, .4, 1);
    transition: all .7s cubic-bezier(.5, 0, .4, 1);
}

.bottom-sections-2:hover .port-box {
    opacity: 0.8;
}

.bottom-sections-2:hover .port-box::before {
    top: 40%;
    right: -80%;
}

.bottom-sections-2:hover .details {
    transform: scale(1) translateY(0);
    opacity: 1;
}
.section-7:before {
    content: "";
    background: linear-gradient(45deg, #0e69b0, #004b85);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: multiply;
}

.section-7 .about-post-system h2 {
    color: #fff;
}

.accordion-item {
    background: none;
    margin: 20px 0;
    border-radius: 0 !important;
    color: #fff;
    border: 2px solid #fff;
}

.accordion-item button.accordion-button {
    background: none;
    color: #fff;
    padding: 20px 20px 0;
    font-size: 20px;
}

.accordion-item:not(:first-of-type) {
    border-top: 2px solid #fff;
}

.accordion-button::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-item button.accordion-button.collapsed {
    padding: 20px 20px 20px;
}

.accordion-item button.accordion-button:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}
.section-7 .about-post-system {
    margin: 0 auto;
    color: #fff;
}
.pos-images.pos-images21 {
    max-height: 650px;
}
.section-1.innerpage2 {
    min-height: 50vh;
    align-items: flex-end;
    background-position: center bottom;
}

.section-1.innerpage2::before {
    height: 50vh;
    background: #000;
}

.section-1.innerpage2 .top-slider-text {
    margin-bottom: 80px;
}
.section-9.impoimts .about-post-system.text2a {
    margin: 0 auto;
}

.section-9.impoimts .about-post-system.text2a h2 {
    font-size: 30px;
    letter-spacing: -1px;
}

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

.section-9.impoimts .bottom-sections-2 {
    margin: 15px auto;
}
.about-post-system.makeitcenter {
    margin: 55px auto 0;
    text-align: center;
}

.res {
    display: none;
}
