

.sect{ height: 782px;}

.lilast{margin-bottom: 9px;}

.mydos{
background-color: #fff;
border-radius: 5px;
padding: 10px;
/* z-index: 1111111; */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
/* position: relative; */
}

.mydos h2{ font-size: 17px; color:#9F2B68 !important;}

.mydos h3{ font-size: 16px;}


.button {
border: 1px solid black;
border-radius: 3px;
width: 50%;
/* height: 30px; */
padding: 10px;
text-align: center;
margin: 0 auto;
background: linear-gradient(to right, black 50%, white 50%);
background-size: 200% 100%;
background-position: right bottom;
transition: all .5s ease-out;
}

.button:hover {
background-position: left bottom;
}

.rdcshape {
position: relative;
background-position: 150% -280%;
background-size: cover;
background-repeat: no-repeat;
z-index:1;
}


/*BG SHAPE*/
.shape {
position: absolute;
width: 100%;
left: 0;
top: 0;
line-height: 0;
direction: ltr;
overflow: hidden;
z-index: -1;
}

.shape-top {
top: -1px;
}



.shape-bottom {
bottom: -51px;
-webkit-transform: rotate(180deg);
/* transform: rotate(180deg); */
z-index: 11;
}
.shape-bottom svg {
display: block;
height: 275px;
width: calc(228% + 1.3px);
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
display: none;
}

.homepage-2 .welcome-area .shape-bottom {
top: auto;
-webkit-transform: inherit;
transform: inherit;
}

.homepage-2 .welcome-area .shape-bottom svg {
height: 126px;
width: calc(118% + 1.3px);
}

@media (max-width: 991px) {
.shape-bottom svg {
height: 112px;
}

.homepage-2 .welcome-area .shape-bottom svg {
height: 68px;
}
}

@media (max-width: 575px) {
.homepage-2 .welcome-area .shape-bottom svg {
height: 41px;
}
}

.bg-shape {
position: absolute;
height: 190%;
width: 100%;
display: block;
border-radius: 120px;
background: linear-gradient(-47deg, #8731E8 0%, #4528DC 100%);
bottom: 0;
right: 0;
-webkit-transform: translate(35%, -28%) rotate(-35deg);
transform: translate(35%, -28%) rotate(-35deg);
z-index: 0;
}

@media (max-width: 991px) {
.bg-shape {
height: 130%;
}
}

/*BACKGROUND OVERLAY*/
.bg-overlay,
.overlay-dark {
position: relative;
z-index: 0;
}

.bg-overlay::after,
.overlay-dark:after {
position: absolute;
content: '';
height: 100%;
width: 100%;
top: 0;
left: 0;
}

.bg-overlay::after {
opacity: 0.95;
z-index: -1;
}

.overlay-dark::after {
background-color: rgba(16, 16, 45, 1);
opacity: 0.95;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
z-index: -1;
}



.shape-top {
top: -1px;
z-index: 11;
}

/* .shape-1 svg {
display: block;
width: calc(122% + 1.3px);
height: 134px;
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
} */

.shape-bottom svg {
display: block;
height: 275px;
width: calc(228% + 1.3px);
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.bg-grey {
    background-color: #869ff2 !important;
}

.register-section {
    margin-bottom: 10px;
    margin-top: 100px !important;
}

.mrgt{    padding-top: 0%;
    text-align: center;}

.main-banner2::after {
display: block;
content: '';
height: 100%;
top: -490px;
position: relative;
}
.shape-bottom svg {
display: block;
height: 55px;
width: calc(228% + 1.3px);
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}

.homepage-2 .welcome-area .shape-bottom {
top: auto;
-webkit-transform: inherit;
transform: inherit;
}

.homepage-2 .welcome-area .shape-bottom svg {
height: 126px;
width: calc(118% + 1.3px);
}

@media (max-width: 991px) {
.shape-bottom svg {
height: 112px;
}

.homepage-2 .welcome-area .shape-bottom svg {
height: 68px;
}
}

@media (max-width: 575px) {
.homepage-2 .welcome-area .shape-bottom svg {
height: 41px;
}
}

.bg-shape {
position: absolute;
height: 190%;
width: 100%;
display: block;
border-radius: 120px;
background: linear-gradient(-47deg, #8731E8 0%, #4528DC 100%);
bottom: 0;
right: 0;
-webkit-transform: translate(35%, -28%) rotate(-35deg);
transform: translate(35%, -28%) rotate(-35deg);
z-index: 0;
}

@media (max-width: 991px) {
.bg-shape {
height: 130%;
}
}

/*BACKGROUND OVERLAY*/
.bg-overlay,
.overlay-dark {
position: relative;
z-index: 0;
}

.bg-overlay::after,
.overlay-dark:after {
position: absolute;
content: '';
height: 100%;
width: 100%;
top: 0;
left: 0;
}

.bg-overlay::after {
opacity: 0.95;
z-index: -1;
}

.overlay-dark::after {
background-color: rgba(16, 16, 45, 1);
opacity: 0.95;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
z-index: -1;
}

/*BACKGROUND COLORS*/
.color-1 {
color: #be63f9;
}


.swing {
animation: swing ease-in-out 1s infinite alternate;
transform-origin: center -20px;
float:left;
}
.swing img {
display: block;
}
.swing:after{
content: '';
position: absolute;  
width: 20px; height: 20px;  
top: -10px; left: 50%;
z-index: 0;
border-bottom: none;
border-right: none;
transform: rotate(45deg);
}
/* nail */
.swing:before{
content: '';
position: absolute;
width: 5px; height: 5px;
top: -14px;left: 54%;
z-index: 5;
border-radius: 50% 50%;
background: #000;
}

@keyframes swing {
0% { transform: rotate(3deg); }
100% { transform: rotate(-3deg); }
}



.page-banner-section {
padding-top: 27px;
padding-bottom: 27px;
min-height: 490px;
background-repeat: no-repeat;
background-size: cover;
background-position: top bottom;
position: relative;
overflow: hidden;
z-index: 1;
/* border-top: 5px solid #3363ff; */
}

.page-banner-section .shape-1 {
position: absolute;
left: -42%;
top: -35%;
z-index: -1;
}

.page-banner-section .shape-2 {
position: absolute;
left: -22%;
top: -30%;
z-index: -1;
}

.page-banner-section .shape-3 {
position: absolute;
right: -2%;
bottom: -27%;
z-index: -1;
}

.page-banner-section .shape-4 {
position: absolute;
right: -36%;
bottom: -81%;
z-index: -1;
}

@media only screen and (max-width: 1199px) {

.page-banner-section .shape-1 {
left: -70%;
top: -47%;
}
.page-banner-section .shape-2 {
left: -30%;
top: -55%;
}
.page-banner-section .shape-3 {
right: -15%;
bottom: -45%;
}
.page-banner-section .shape-4 {
right: -50%;
bottom: -130%;
}
}

@media only screen and (max-width: 991px) {

.page-banner-section .shape-1 {
left: -95%;
top: -58%;
}
.page-banner-section .shape-2 {
left: -41%;
top: -79%;
}
.page-banner-section .shape-3 {
right: -25%;
bottom: -60%;
}
.page-banner-section .shape-4 {
right: -90%;
bottom: -125%;
}
}

@media only screen and (max-width: 767px) {

.page-banner-section .shape-1 {
display: none;
}
.page-banner-section .shape-2 {
display: none;
}
.page-banner-section .shape-3 {
display: none;
}
.page-banner-section .shape-4 {
display: none;
}
}

.page-banner .title {
font-size: 60px;
line-height: 1.25;

display: inline-block;
font-weight: 600;
color: #ffffff;
position: relative;
z-index: 1;
}

@media only screen and (max-width: 1199px) {
.page-banner .title {
font-size: 48px;
}
}

@media only screen and (max-width: 767px) {
.page-banner .title {
font-size: 30px;
}
}

.page-banner .breadcrumb {
margin-bottom: 0;
margin-top: 10px;
}

.page-banner .breadcrumb .breadcrumb-item {
color: #ffffff;
font-size: 20px;
}

@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
.page-banner .breadcrumb .breadcrumb-item {
font-size: 16px;
}
}

.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item {
padding-left: 8px;
}

.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
content: "/";
font-family: flaticon !important;
font-size: 20px;
padding-right: 5px;
color: #ffffff;
}

/*--
/*  17 - Blog Standard CSS
/*----------------------------------------*/
.blog-standard-wrap {
margin-top: -40px;
}

.blog-standard-wrap .blog-post-wrap {
padding-right: 30px;
}

@media only screen and (max-width: 991px) {
.blog-standard-wrap .blog-post-wrap {
padding-right: 0;
}
}

.blog-standard-wrap .blog-post-wrap .pagination {
margin-top: 55px;
}

.single-blog-post {
margin-top: 40px;
}

.single-blog-post.single-blog .blog-content {
padding: 40px 35px 0px;
width: 94%;
left: 50%;
bottom: 10px;
transform: translateX(-50%);
margin-top: -60px;
}

@media only screen and (max-width: 767px) {
.single-blog-post.single-blog .blog-content {
padding: 40px 30px 0px;
}
}

@media only screen and (max-width: 575px) {
.single-blog-post.single-blog .blog-content {
padding: 25px 0px 0px;
width: 100%;
margin-top: 0;
}
}

.single-blog-post.single-blog .blog-content .blog-meta .tag {
font-size: 15px;
line-height: 30px;
font-weight: 500;
color: #086ad8;
}

.single-blog-post.single-blog .blog-content .title {
font-size: 36px;
line-height: 1.1;
}

@media only screen and (max-width: 767px) {
.single-blog-post.single-blog .blog-content .title {
font-size: 30px;
}
}

@media only screen and (max-width: 575px) {
.single-blog-post.single-blog .blog-content .title {
font-size: 26px;
}
}

.single-blog-post.single-blog .blog-content p {
font-size: 16px;
line-height: 30px;
margin-top: 20px;
}

.single-blog-post.single-blog .blog-btn .blog-btn-link {
font-size: 12px;

font-weight: 600;
color: #086ad8;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 15px;
transition: all 0.3s linear;
}

.single-blog-post.single-blog .blog-btn .blog-btn-link i {
transition: all 0.3s linear;
}

.single-blog-post.single-blog .blog-btn .blog-btn-link:hover i {
margin-left: 5px;
}

.blog-sidebar {
margin-top: 40px;
margin-left: 30px;
position: sticky;
top: 0;
}

@media only screen and (max-width: 1199px) {
.blog-sidebar {
margin-left: 15px;
}
}

@media only screen and (max-width: 991px) {
.blog-sidebar {
margin-left: 0px;
}
}

.blog-sidebar .sidebar-widget-1 {
margin-top: 0;
}

.sidebar-widget {
margin-top: 45px;
}

.sidebar-widget .search-form {
position: relative;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
width: 100%;
height: 50px;
margin-bottom: 0;
border: 0;
padding-right: 35px;
background: #f2f4f7;
color: #415674;
font-weight: 700;
outline: none;
overflow: hidden;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
opacity: 0.95;
font-size: 14px;

color: #898c94;
font-weight: 400;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
opacity: 0.95;
font-size: 14px;

color: #898c94;
font-weight: 400;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
opacity: 0.95;
font-size: 14px;

color: #898c94;
font-weight: 400;
}

.sidebar-widget .search-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
opacity: 0.95;
font-size: 14px;

color: #898c94;
font-weight: 400;
}

.sidebar-widget .search-form button {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
width: 50px;
height: 50px;
background: transparent;
border: 0;
border-radius: 5px;
font-size: 14px;
color: #111111;
transition: all 0.3s linear;
}

.sidebar-widget .search-form button:hover {
background: #086ad8;
color: #ffffff;
}

.sidebar-widget .widget-title {
margin-bottom: 25px;
}

.sidebar-widget .widget-title .title {
font-size: 20px;

font-weight: 700;
color: #0e0e0e;
display: inline-block;
}

.sidebar-widget .recent-posts ul li {
border-top: 1px solid #e5e5e5;
padding-top: 30px;
margin-top: 30px;
}

.sidebar-widget .recent-posts ul li:first-child {
border-top: 0;
padding-top: 0;
margin-top: 0;
}

.sidebar-widget .recent-posts ul li .post-link {
display: flex;
align-items: center;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb {
margin-right: 20px;
}

.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
border-radius: 50%;
image-rendering: crisp-edges;
}

.sidebar-widget .recent-posts ul li .post-link .post-text {
flex: 1;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .title {
font-size: 16px;
line-height: 18px;

font-weight: 600;
transition: all 0.3s linear;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
font-size: 12px;

font-weight: 400;
line-height: 24px;
color: #838383;
display: inline-block;
margin-top: 5px;
}

.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
color: #086ad8;
margin-right: 5px;
}

.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
color: #086ad8;
}

.sidebar-widget .widget-banner {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
border-radius: 5px;
overflow: hidden;
padding: 60px 40px 90px;
}

.sidebar-widget .widget-banner .banner-content {
max-width: 160px;
}

.sidebar-widget .widget-banner .banner-content .title {
font-size: 36px;
line-height: 1;
font-weight: 600;
color: #ffffff;
}

.sidebar-widget .widget-banner .banner-content .btn {
height: 40px;
line-height: 38px;
font-size: 14px;
padding: 0 40px;
margin-top: 30px;
}

.sidebar-widget .category .cate-item {
border-top: 1px solid #ebebeb;
padding-top: 10px;
margin-top: 15px;
}

.sidebar-widget .category .cate-item:first-child {
border-top: 0;
padding-top: 0;
margin-top: 0;
}

.sidebar-widget .category .cate-item a {
display: flex;
font-size: 15px;

font-weight: 500;
color: #29303c;
transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a i {
font-size: 10px;
line-height: 24px;
color: #086ad8;
margin-right: 5px;
}

.sidebar-widget .category .cate-item a .post-count {
margin-left: auto;
align-items: flex-start;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 50%;
background: #e4f2f8;
font-size: 14px;

font-weight: 400;
color: #086ad8;
transition: all 0.3s linear;
}

.sidebar-widget .category .cate-item a:hover {
color: #086ad8;
}

.sidebar-widget .category .cate-item a:hover .post-count {
background: #086ad8;
color: #ffffff;
}

.sidebar-widget .sidebar-tag li {
display: inline-block;
margin-bottom: 10px;
margin-right: 4px;
}

.sidebar-widget .sidebar-tag li a {
display: inline-block;
border-radius: 5px;
padding: 8px 15px;
font-size: 14px;

font-weight: 400;
color: #666666;
line-height: 18px;
background: #f9f9f9;
transition: all 0.3s linear;
}

.sidebar-widget .sidebar-tag li a:hover {
background-color: #086ad8;
color: #ffffff;
}

/*--Page Pagination--*/
.techwix-pagination {
margin-top: 60px;
}

.techwix-pagination .pagination li a {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
border-radius: 50%;
font-size: 14px;
transition: all 0.3s linear;
}

.techwix-pagination .pagination li a.active {
background-color: #086ad8;
color: #ffffff;
}

/*--
/*  18 - Blog Details CSS
/*----------------------------------------*/
.blog-details-section .blog-details-wrap {
margin-top: -40px;
}

.blog-details-post {
padding-right: 30px;
}

.blog-details-post .single-blog-post {
margin-top: 40px;
}

.blog-details-post .single-blog-post.single-blog .blog-content {
padding: 30px 0px 0px;
width: 100%;
left: 0;
bottom: 0px;
transform: translateX(0);
margin-top: 0px;
}

.blog-details-post .single-blog-post.single-blog .blog-content .blog-meta .tag {
font-size: 15px;
line-height: 30px;
font-weight: 500;
color: #086ad8;
}

.section-title .title {
font-size: 27px;
line-height: 54px;

font-weight: 600;
color: #0e0e0e;
text-align: left;
}

@media only screen and (max-width: 767px) {
.section-title .title {
font-size: 28px;
line-height: 36px;
text-align: center;
}

.about-content-wrap p{ text-align: center;}
.imgdis {
padding: 30px;
margin-top: 0 !important;
text-align: center;
z-index: 111111;
position: relative;
}

.main-banner2::after {
display: block;
content: '';
height: 100%;
top: -499px;
position: relative;
}

}

.section-title .title.white {
color: #ffffff;
}

.section-title .sub-title {
font-size: 14px;
line-height: 30px;
font-family: "Jost", sans-serif;
font-weight: 500;
color: #086ad8;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 12px;
}

.section-title {
text-align: center;
margin-bottom: 0px;
}

.section-title .sub-title.color-2 {
color: #ff5538;
}

.section-title .sub-title.color-3 {
color: #11ddf5;
}

.section-title .sub-title.white {
color: #ffffff;
}

/*--Section Title Two--*/
.section-title2 {
max-width: 690px;
margin: 0 auto;
}

.section-title2 .title {
font-size: 48px;
line-height: 54px;
font-weight: 800;
color: #333333;
}

.section-title2 .title span {
color: #086ad8;
}

@media only screen and (max-width: 1199px) {
.section-title2 .title {
font-size: 36px;
line-height: 48px;
}
}

@media only screen and (max-width: 767px) {
.section-title2 .title {
font-size: 28px;
line-height: 36px;
}
}

.section-title2 .sub-title {
font-size: 12px;
line-height: 30px;

font-weight: 800;
color: #a1a1a1;
text-transform: uppercase;
margin-bottom: 10px;
}

.section-title2 p {
font-size: 16px;
line-height: 30px;

font-weight: 600;
color: #4c4d56;
padding: 0 50px;
margin-top: 20px;
}

.techwix-about-section-07 .about-img-wrap .about-img:last-child {
padding-left: 15px;
margin-top: 75px;
}

.techwix-about-section-07 .about-img-wrap .about-img {
overflow: hidden;
}

.techwix-about-section-07 .about-img-wrap {
display: flex;
position: relative;
z-index: 1;
}

.techwix-about-section-07 .about-img-wrap .shape-1 {
position: absolute;
right: 165px;
bottom: -110px;
opacity: 0.2;
z-index: -1;
}

.main-banner2:before {
position: absolute;
content: '';
/* background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85), rgba(150, 41, 230, 0.95)); */
width: 100%;
background-image: linear-gradient(to right, rgba(132, 158, 0242, 0.65), rgba(132, 158, 0242, 0.95), rgba(132, 158, 0242, 0.90), rgba(132, 158, 0242, 0.85), rgba(132, 158, 0242, 0.5));
height: 100%;
top: 0;
left: 0;
z-index: -1;
}

.main-banner2 {
    position: relative;
    height: 490px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: #5FC0E2;
    background: linear-gradient(135deg, #5FC0E2, #2B69D8);
    overflow: hidden;
    z-index: 1;
    border-top: 0px dashed #869ff2;
}
.imgdis {
    padding: 30px;
    margin-top: -68px;
    text-align: center;
    z-index: 111111;
    position: relative;
}
.font-size-19 {
font-size: 19px;
color: #fff;
text-align: center;
padding-top: 18px;
}




.wall {
width: 60em;
height: 40em;
font-size: 10px;
/* border: 1em solid rgba(255, 255, 255, 0.5); */
border-radius: 2em;
display: grid;
grid-template-columns: 0 4fr 1fr;
overflow: hidden;
float: right;
}


.back,
.side {
display: flex;
align-items: center;
}

.back {
justify-content: flex-end;
}

.side {
perspective: 1000px;
}

.wall ul {
list-style-type: none;
padding: 0;
--max-price: 1449;
display: flex;
flex-direction: column;
}

.back ul {
width: 75%;
align-items: flex-end;
}

.side ul {
width: 100%;
transform-origin: left;
transform: rotateY(-75deg) scaleX(4);
}

.wall ul li {
height: 5em;
background: var(--c);
animation: show 1s linear forwards;
transform-origin: right;
transform: scaleX(0);
}

@keyframes show {
to {
transform: scaleX(1);
}
}

.wall ul li.xs-max {
--c: tomato;
--high-price: 1449;
--low-price: 1099;
--c2: orangered;
z-index: 5;
}

.wall ul li.xs {
--c: coral;
--high-price: 1349;
--low-price: 999;
--c2: tomato;
z-index: 4;
}

.wall ul li.xr {
--c: lightsalmon;
--high-price: 899;
--low-price: 749;
--c2: coral;
z-index: 3;
}

.wall ul li.x {
--c: deepskyblue;
--high-price: 1149;
--low-price: 999;
--c2: dodgerblue;
z-index: 2;
}

.back ul li {
width: calc(var(--high-price) / var(--max-price) * 100%);
--percent: calc(var(--low-price) / var(--high-price) * 100%);
background: linear-gradient(
to left,
var(--c) var(--percent),
var(--c2) var(--percent)
);
position: relative;
filter: drop-shadow(0 1em 1em rgba(0, 0, 0, 0.3));
animation-delay: 1s;
}

.back ul li::before {
content: '';
position: absolute;
width: 0;
height: 0;
transform: translateX(-3em);
border-right: 3em solid var(--c2);
border-top: 2.5em solid transparent;
border-bottom: 2.5em solid transparent;
}

.back ul li span {
position: absolute;
width: 95%;
text-align: right;
font-size: 1.25em;
line-height: 4em;
color: white;
font-family: sans-serif;
}

.side ul li {
padding-right: 30%;
text-align: right;
color: white;
font-family: sans-serif;
line-height: 5em;
}

.register-section{
background-image: url('../img/registernow-bg.png');
background-repeat:no-repeat;
background-position:center;
background-size:cover;
padding:50px;
margin-bottom:10px;
}
.register-section h5{
color:#fff;
margin-top:10px;
}

