h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.25rem;
}

#navbar {
    background: #0b254c;
    color: #fff;
}

#navbar .login {
    color: #f83a01;
}

#navbar .login:hover {
    font-weight: bold;
    color: #f53900;
}

ul#menu li:last-child a, .btn-demo {
    background: linear-gradient(to right, #facc22, #f83600);
    padding: 0.25rem 0.8rem;
    border-radius: 0.35rem;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
}

.btn-demo icon {
    font-size: 1rem;
}

.btn-demo:hover {
    box-shadow: 0px 0px 5px 0px #636363;
}

.btn-learn-more, .btn-request-demo {
    background: linear-gradient(to right, #facc22, #f83600);
    padding: 0.65rem 2rem;
    border-radius: 0.15rem;
    box-shadow: 0px 0px 2px 1px #fff;
    color: #fff !important;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    margin: 0.25rem;
}

.btn-learn-more:hover, .btn-request-demo:hover {
    box-shadow: 0px 0px 8px 1px #fff;
}

.btn-request-demo {
    font-size: 1rem;
    text-transform: uppercase;
}

.btn-learn-more icon, .btn-request-demo icon {
    font-size: 1.25rem;
}

.particles-banner {
    background: url(../images/banner-bg-with-network.jpg) no-repeat fixed;
    background-size: cover;
    padding: 0;
    height: 105vh;
    overflow: hidden;
    display: inline-grid;
    align-items: center;
    color: #ffffff;
}

.particles-banner .carousel-indicators {
    position: absolute;
    bottom: -30%;
    z-index: 3;
}

.particles-banner .carousel-indicators li {
    background-color: #fff;
    transition: all ease 0.25s;
    height: 0.5rem;
    width: 0.5rem;
    border: 0px solid #fff;
}

.particles-banner .carousel-indicators .active {
    background-color: #f9c120;
    height: 0.5rem;
    width: 1.5rem;
    margin: 1px;
}

.particles-banner .content {
    height: 40vh;
    padding-left: 12rem;
    /*margin-top: 3rem;*/
}

.particles-banner .content h2 {
    font-size: 2.5rem;
    font-weight: 200;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-shadow: 2px 2px 5px #636363;
}

.particles-banner .content h2 span {
    font-weight: 700;
}

.particles-banner .content label {
    font-size: 1rem;
    font-weight: 300;
    line-height: 2rem;
    letter-spacing: 0px;
}

.particles-banner canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/*-------------------*/
#action {
    padding: 10rem 8rem 3rem;
    background: #000000b8;
}

.action-for-mobile {
    display: none;
}

#action ul.our_services_lists{
    text-align: left;
    padding: 30px;
}

#action ul.our_services_lists li{
    list-style: disc;
    font-size: 16px;
    margin-bottom: 10px;
}

#action .action-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#action .top-card {
    position: absolute;
    width: 75%;
    margin: 0 auto;
    margin-top: -218px;
    display: inline-flex;
    align-items: center;
    background: #26313c;
    padding: 2.5rem;
    left: 0;
    right: 0;
    border: 1px solid #93b4d5;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.45);
}

#action .top-card .left {
    display: inline-block;
    width: 40%;
    font-size: 1.75rem;
    font-weight: 400;
    color: #fdb61f;
}

#action .top-card .left img {
    padding-right: 40px;
    display: block;
}

#action .top-card .right{
    display: inline-block;
    width: 70%;
    color: #ececec;
    font-weight: 500;
}

#action .timeline .right {
    display: inline-block;
    width: 40%;
}

#action .timeline .left {
    display: inline-block;
    width: 59%;
}

.company_overview {
    display: inline-flex;
    text-align: left;
    padding: 30px 20px 60px 20px;
    border-bottom: 1px solid #d9cfcf8a;
}

.company_overview_part_2 {
    display: inline-flex;
    flex-direction: row-reverse;
    text-align: left;
    padding: 60px 20px 20px 20px;
}

.company_overview_part_2 .left p{
    width: 95%;
    text-align: right;
    float: right;
}

.company_overview_part_2 p {
    margin-bottom: 15px !important;
    width: 95%;
}

.company_overview p {
    margin-bottom: 15px !important;
    width: 95%;
}

#action .timeline {
    text-align: center;
    margin-top: 40px;
}

#action .timeline h2 {
    font-size: 1.75rem;
}

#action p {
    margin: 0;
}

#action .timeline-item {
    display: flex;
    align-items: center;
    margin-top: 3rem;
    justify-content: center;
}

#action .timeline-item:nth-of-type(3) {
    margin-top: 6rem;
}

#action .timeline-item:nth-of-type(2) .left .group {
    justify-content: flex-end;
}

#action .timeline-item:nth-of-type(2) .right .group {
    justify-content: end;
    padding-bottom: 4.5rem;
}

#action .timeline-item:nth-of-type(2) .right .group:last-child {
    padding-bottom: 0;
}

#action .timeline-item .group {
    position: relative;
    padding-bottom: 2.5rem;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#action .timeline-item .group:last-child {
    padding-bottom: 0;
}

#action .timeline-item .group img {
    position: absolute;
    width: 8.25rem;
    height: auto;
    object-fit: contain;
    top: auto;
    bottom: auto;
    right: -6%;
}

#action .timeline-item:nth-of-type(2) .group img {
    left: -3%;
    /*transform: scaleX(-1);*/
}

#action .timeline-item:nth-of-type(1) .left .group:nth-of-type(2) img {
    right: 0%;
}

#action .timeline-item:nth-of-type(3) .left .group:nth-of-type(1) img {
    right: 0%;
}

#action .timeline-item .group img:nth-of-type(2) {

}

#action .timeline-item .left {
    width: 42.5%;
}

#action .timeline-item .center {
    position: relative;
    width: 15%;
}

#action .timeline-item .right {
    width: 42.5%;
}

#action .timeline-item .right .group {
    justify-content: end;
    display: flex;
    align-items: center;
}

#action .timeline-item .timeline-linear {
    border: 2px solid rgb(34, 172, 185);
    border-radius: 15rem;
    line-height: 1rem;
    display: inline-block;
    padding: 0.35rem 1.75rem;
    margin: 0;
    z-index: 1;
    background: #f1f1f1;
    font-size: 0.85rem;
    font-weight: 600;
}

#action .timeline-item:nth-of-type(1) .timeline-linear {
    margin-right: 28%;
}

#action .timeline-item:nth-of-type(1) .left .group:nth-of-type(2) p {
    margin-right: 34%;
}

#action .timeline-item:nth-of-type(2) .timeline-linear {
    margin-left: 30%;
}

#action .timeline-item:nth-of-type(3) .timeline-linear {
    margin-right: 34%;
}

#action .timeline-item .center .action-icon {
    background: linear-gradient(to right, rgb(34, 172, 185), rgb(63, 202, 160));
    width: 8rem;
    height: 8rem;
    padding: 1.25rem;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 8px 0px #636363;
    z-index: 1;
}

#action .timeline-item .timeline-fill {
    background: #1c8fa6;
    color: #fff;
    border-radius: 15rem;
    line-height: normal;
    display: inline-block;
    padding: 0.75rem 1rem;
    text-align: right;
    font-size: 1rem;
    margin-left: 5%;
    font-weight: 600;
}

#action .timeline-item:nth-of-type(2) .timeline-fill {
    margin-right: 5%;
}

#action .timeline-item .timeline-fill br {
    display: none;
}

.horizontal-line {
    transform: rotate(90deg);
    width: 0.25rem !important;
    left: 0;
    opacity: 0.6;
}

.vertical-line {
    width: 0.25rem !important;
    height: 5rem;
    position: absolute;
    top: 9rem;
    opacity: 0.6;
}

.vertical-line:first-child {
    top: -6rem;
}

#action .timeline-item:nth-of-type(2) .horizontal-line {
    right: 0 !important;
    left: auto !important;
}

#ourservice{
    padding: 5rem 8rem 5rem;
    background: #3093B0;
}

#ourservice .timeline {
    text-align: center;
}

#ourservice .timeline h2 {
    font-size: 1.75rem;
}

#ourservice p {
    margin-bottom: 20px;
}

#ourservice ul.our_services_lists li{
    list-style: disc;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}

#features {
    padding: 4rem 10rem;
    text-align: center;
    background-color: #f1f1f1;
    color: #000;
}

#features h2 {
    font-size: 1.75rem;
}

#features .content {
    display: flex;
    text-align: left;
    margin-top: 3rem;
}

#features .content .edge-card {
    width: 25%;
    margin: 0 0.8rem;
    color: #3e3e3e;
    padding: 1.5rem 1rem;
    border: 3px solid #1c8fa6;
}

#features .content .edge-card .edge-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 0.5rem;
}

#features .content .edge-card .edge-icon img {
    object-fit: contain;
}

#features .content .edge-card h3 {
    font-size: 1.25rem;
    text-align: center;
}

#features .content .edge-card p {
    font-weight: 500;
}

#revenue {
    background: url("../images/feature-bg-with-network.jpg") no-repeat fixed;
    background-size: cover;
    padding: 4rem 10rem;
    text-align: center;
}

#revenue .revenue-bg {
    position: absolute;
    top: 0;
    left: 0;
}

#revenue h2, #revenue p {
    color: #fff;
}

#revenue .revenue-timeline {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

#revenue .revenue-timeline .revenue-icon {
    background: linear-gradient(90deg, #fad126, #ff544f);
    width: 5rem;
    height: 5rem;
    padding: 1rem;
    border-radius: 100%;
    margin: auto 1rem;
}

#revenue .revenue-timeline .left {
    position: relative;
    width: 40%;
    text-align: right;
}

#revenue .revenue-timeline .left .timeline-link {
    border-right: 3px solid #6f6f6f;
    height: 80%;
    top: 10%;
    bottom: 10%;
    right: -5px;
    position: absolute;
}

#revenue .revenue-timeline .left .group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 3.5rem;
}

#revenue .revenue-timeline .left .group:nth-of-type(3) {
    margin: 0;
}

#revenue .revenue-timeline .left .group .bullet {
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    border: 2px solid #b9b9b9;
    background: #000;
    padding: 2px;
    position: absolute;
    right: -10px;
    top: 40%;
    z-index: 3;
}

#revenue .revenue-timeline .center {
    width: 10%;
    height: 34rem;
    justify-content: center;
    display: flex;
}

#revenue .revenue-timeline .center hr {
    justify-content: center;
    border: none;
    border-right: 5px solid #6f6f6f;
    border-radius: 15rem;
    height: 100%;
    width: unset;
}

#revenue .revenue-timeline .right {
    position: relative;
    width: 40%;
    text-align: left;
}

#revenue .revenue-timeline .right .timeline-link {
    position: absolute;
    border-right: 3px solid #6f6f6f;
    height: 60%;
    top: 20%;
    bottom: 12.5%;
    left: -5px;
}

#revenue .revenue-timeline .right .group {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 3.5rem;
}

#revenue .revenue-timeline .right .group:nth-of-type(2) {
    margin: 0;
}

#revenue .revenue-timeline .right .group .bullet {
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    border: 2px solid #b9b9b9;
    background: #000;
    padding: 2px;
    position: absolute;
    left: -10px;
    top: 40%;
    z-index: 3;
}

#pricing {
    background: url("../images/price-bg.png") no-repeat fixed;
    background-size: cover;
    padding: 4rem 10rem;
    text-align: center;
    color: #000;
}

/* #pricing h2, #pricing p {
    color: #fff;
} */

#pricing h2 {
    margin-bottom: 50px;
}

#pricing .table-bg {
    position: relative;

}

#pricing .table-bg .price-arrow {
    position: absolute;
    top: 12.75%;
    left: 0;
    width: 35%;
    height: 69%;
    opacity: 0.75;
    object-fit: contain;
    background: linear-gradient(to right, #1f597900, #1f597900, #165b76);
    clip-path: polygon(0% -150%, 100% 50%, 75% 100%, 0% 100%);
}

#pricing table {
    width: 100%;
    color: #fff;
    margin-top: 2rem;
}

#pricing .bottom-row {
    padding: 1.75rem 0.75rem !important;
    position: absolute;
}

#pricing table tr {
    background: linear-gradient(to right, rgba(49, 105, 136, 0.65), rgba(65, 137, 113, 0.65));
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#pricing table tr:nth-child(1) {
    background: transparent;
}

#pricing table tr:nth-child(2) {
    font-size: 1.25rem;
}

#pricing table tr:last-child {
    background: rgba(31, 89, 121, 0.72);
}

#pricing table tr:last-child > td:nth-child(1) {
    font-size: 1.25rem;
}

#pricing table th {
    background: linear-gradient(to right, rgba(49, 105, 136, 0.9), rgba(65, 137, 113, 0.9));
    font-size: 1.25rem;
    padding: 1rem;
}

#pricing table th:first-child {
    background: transparent;
}

#pricing table th:nth-child(3) {
    background: transparent;
}

#pricing table th:last-child {

}

#pricing table tr td {
    padding: 0.75rem;
}

#pricing table tr td .fa-circle {
    color: #52cee9;
    font-size: 0.5rem;
}

#pricing table tr td .fa-check {
    font-size: 1.25rem;
}

#pricing table tr td:nth-child(2) {
    background: rgba(49, 105, 136, 0.15);
}

#pricing table img {
    width: 2rem;
    height: auto;
    display: block;
    margin: 0 auto;
}

#pricing table p {
    font-weight: 400;
    margin-bottom: 0;
}

#contact-us {
    background: #0B254C;
    padding: 4rem 15rem;
    text-align: center;
}

form {
    text-align: left;
    /* margin-top: 3rem; */
}

form .form-group {
    width: 49.5%;
    margin-bottom: 1rem;
    display: inline-block;
    padding: 0 0.8rem;
}
.dummy-div{
    height: 8vw;
}
form .form-group-block {
    width: 100%;
    margin-bottom: 1rem;
    display: inline-block;
    padding: 0 1rem;
}

form label {
    display: block;
    font-weight: 800;
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
    text-align: left !important;
}

form input {
    display: block;
    width: 100%;
    padding: 0.75rem 0.5rem;
    border-radius: 0.25rem;
    border: 0.5px solid #d0d0d0;
    box-shadow: 0px 0px 8px 0px #d0d0d0;
}

form textarea {
    display: block;
    width: 100%;
    padding: 0.75rem 0.5rem;
    border-radius: 0.25rem;
    border: 0.5px solid #d0d0d0;
    box-shadow: 0px 0px 8px 0px #d0d0d0;
    resize: vertical;
}

form input::placeholder, form textarea::placeholder {
    color: #d0d0d0;
}

form button, button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background: linear-gradient(to right, #0bbafb, #4285ec);
    position: relative;
    padding: 0.5rem 2.5rem;
    margin: 0 auto;
    display: block;
    border-radius: 10rem;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff !important;
    box-shadow: 0px 1px 4px 0px #636363;
    width: auto;
}
.wpcf7-not-valid-tip{
    text-align: left;
}

form button img {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 1rem;
    height: auto;
}

footer {
    padding: 0.5rem 10rem;
    background: #373434;
    font-weight: 300;
}

footer .follow-links {
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

footer .follow-links a {
    font-size: 0.85rem;
}

footer .follow-links a:hover {
    color: #fff;
}

footer .quick-links {
    display: flex;
    align-items: baseline;
    justify-content: center;
    width: 45%;
    margin: 0 auto;
}

footer .quick-links a {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
}

footer .quick-links a:hover {
    color: #fff;
}

footer .left, footer .center, footer .right {
    width: 33.3%;
    padding: 0.75rem;
}

footer img {
    width: 1.25rem;
}

#footer-bottom {
    padding: 0.8rem;
    text-align: center;
    font-size: 0.65rem;
    color: #3e3e3e;
}

/* Mobile Styles */
@media only screen and (max-width: 360px) {
    .dummy-div{
        height:45vw
    }
    .particles-banner .content {
        height: 70vh !important;
    }    
}
@media (min-width: 767px) and (max-width:1024px) {
    .dummy-div{
        height: 0vw;
    }
}
/* Tablet Styles */
@media only screen and (max-width: 768px) {

    .particles-banner {
        height: 95vh;
    }

    .particles-banner .content {
        padding: 0 1.5rem;
        height: 60vh;
        margin: 0;
    }

    .particles-banner .carousel-indicators {
        position: absolute;
        bottom: -10%;
    }

    #action {
        display: none;
    }
    .action-for-mobile {
        display: block !important;
    }
    .action-for-mobile {
        padding: 1rem .5rem !important;
    }

    .action-for-mobile .top-card {
        display: block !important;
        width: 92% !important;
        padding: .75rem !important;
        position: relative !important;
        margin-top: 0 !important;
    }

    .action-for-mobile .top-card .left img {
        padding-right: 0px !important;
    }

    .action-for-mobile .dummy-div {
        height: 0;
    }

    #action .top-card .left, #action .top-card .right {
        width: 100%;
    }

    #action .timeline-item {
        margin-top: 1rem;
    }

    #action .timeline-item:nth-of-type(3) {
        margin-top: 3.5rem;
    }

    #action .timeline-item .left, #action .timeline-item .right {
        width: 37.5%;
    }

    #action .timeline-item .center {
        width: 25%
    }

    .action-for-mobile .timeline {
        margin-top: 2rem;
    }
    
    .action-for-mobile .company_overview {
        display: block;
        padding: 20px 20px 20px 20px;
        border-bottom: unset;
    }

    .action-for-mobile .company_overview .right, .action-for-mobile .company_overview .left{
        width: 100% !important;
    }

    .action-for-mobile .company_overview .left {
        margin-top: 20px;
    }

    #action .timeline-item .group {
        position: relative;
        padding-bottom: 1.5rem;
    }

    #action .timeline-item .right .group {
        /*justify-content: flex-end;*/
    }

    #action .timeline-item .timeline-linear {
        padding: 0.25rem 0.5rem;
        font-size: 0.4rem;
        border-radius: 3rem;
        line-height: normal;
    }

    #action .timeline-item:nth-of-type(2) .left .group {
        /*justify-content: end;*/
    }

    #action .timeline-item .timeline-linear br {
        display: none;
    }

    #action .timeline-item .center .action-icon {
        width: 4.5rem;
        height: 4.5rem;
        padding: 0.8rem;
    }

    #action .timeline-item .group img {
        right: -15%;
    }

    #action .timeline-item:nth-of-type(1) .left .group:nth-of-type(2) img,
    #action .timeline-item:nth-of-type(3) .left .group:nth-of-type(1) img {
        right: -10%;
    }

    #action .timeline-item:nth-of-type(2) .group img {
        left: -10%;
    }

    #action .timeline-item .timeline-fill {
        padding: 0.3rem 1rem;
        font-size: 0.5rem;
        border-radius: 3rem;
        line-height: normal;
        margin-left: 25%;
    }

    #action .timeline-item:nth-of-type(2) .timeline-fill {
        margin-right: 25%;
    }

    #action .timeline-item .timeline-fill br {
        display: block;
    }

    .vertical-line {
        width: 0.2rem !important;
        height: 3rem;
        top: 5rem;
    }

    .vertical-line:first-child {
        top: -3.5rem;
    }

    .horizontal-line {
        width: 0.2rem !important;
        left: 10%;
    }

    #action .timeline-item:nth-of-type(2) .horizontal-line {
        right: 10% !important;
    }

    #ourservice {
        padding: 3rem 2rem 3rem;
    }

    #features {
        padding: 2.5rem 1.5rem;
    }

    #features .content {
        display: block;
        text-align: left;
        margin-top: 2rem;
    }

    #features .content .edge-card {
        width: 100%;
        margin: 0;
        margin-bottom: 1rem;
    }

    #revenue {
        padding: 2.5rem 1.5rem;
    }

    #revenue h2, #revenue p {
        line-height: normal;
    }

    #revenue .revenue-timeline {
        margin-top: 2rem;
    }

    #revenue .revenue-timeline .center {
        height: 20rem;
    }

    #revenue .revenue-timeline .left, #revenue .revenue-timeline .right {
        width: 45%;
    }

    #revenue .revenue-timeline .left .group, #revenue .revenue-timeline .right .group {
        margin-bottom: 2.5rem;
    }

    #revenue .revenue-timeline .group p {
        font-size: 0.6rem;
    }

    #revenue .revenue-timeline .group br {
        display: none;
    }

    #revenue .revenue-timeline .revenue-icon {
        width: 3rem;
        height: 3rem;
        padding: 0.75rem;
        margin: auto 0.5rem;
    }

    #revenue .revenue-timeline .revenue-icon img {
        width: 1.5rem;
        height: 1.5rem;
    }

    #pricing {
        padding: 2.5rem 1rem;
    }

    #pricing .bottom-row {
        padding: 0.75rem !important;
    }

    #pricing .table-bg .price-arrow {
        top: 11.5%;
        height: 74.5%;
    }

    #pricing table th {
        font-size: 1rem;
        padding: 0.5rem;
    }

    #pricing table tr td {
        padding: 0.5rem;
    }

    #pricing table tr {
        font-size: 0.6rem;
    }

    #pricing table tr:nth-child(2) {
        font-size: 1rem;
    }

    #pricing table tr:last-child > td:nth-child(1) {
        font-size: 1rem;
    }

    #pricing table img {
        width: 1.5rem;
    }

    #pricing table p {
        line-height: normal;
        font-size: 0.25rem;
    }

    #contact-us {
        padding: 2.5rem 1.5rem;
    }

    form .form-group, form .form-group-block {
        width: 100%;
        padding: 0;
    }

    footer {
        padding: 0.5rem 1rem;
    }

    footer .follow-links a {
        font-size: 0.65rem;
        display: block;
    }

    footer img {
        display: block;
        margin: 0 auto;
    }

    footer .quick-links {
        width: 100%;
    }

    footer .left, footer .center, footer .right {
        padding: 0.25rem;
    }
}

/* Responsive layout - makes a two column-layout instead of four columns */
/*@media screen and (max-width: 800px) {*/

/*}*/