* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

html {
    scroll-behavior: smooth;
}

.content {
    max-width: 1250px;
    margin: auto;
    padding: 0px 30px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.navbar {
    position: fixed;
    z-index: 5;
    width: 100%;
    padding: 15px 0px;
    background-color: rgba(15, 14, 58, 0.384);
    transition: all 0.3s ease;
}

.navbar .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .menu-list {
    display: inline-flex;
}

.logo a img {
    width: 60%;
}

.menu-list li {
    list-style: none;
}

.navbar.sticky {
    background: rgba(7, 36, 163, 0.918);
    padding: 10px 0px;

}

.menu-list li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-left: 35px;
    transition: all 0.3s ease;
}

.menu-list li a:hover {

    color: black;
}

.icon {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.icon.cancel-btn {
    position: absolute;
    right: 30px;
    top: 20px;
}



@media (max-width: 940px) {
    .icon {
        display: block;
    }

    .navbar .menu-list {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 100%;
        max-width: 400px;
        background: #222;
        display: block;
        padding: 40px 0;
        text-align: center;
        transition: all 0.3s ease;
    }



    .navbar .menu-list.active {
        left: 0%;
    }

    .navbar .menu-list li {
        margin-top: 45px;
    }

    .navbar .menu-list li a {
        font-size: 23px;
    }

}

.parent {
    position: relative;

}



.top-buttons {
    position: absolute;
    top: 660px;
    left: 80px;
}

.top-buttons a img {
    width: 260px;
    height: 80px;
}

.btnn2{
    margin-left: 50px;

}


@media (max-width: 500px) {

    .top-buttons {
        top: 180px;
        left: 20px;
        width: 20%;

    }

    .btnn2{
        margin-left: 0px;
    
    }



    .top-buttons a img{
        width: 100px;
        height: 30px;
    }


}


.btn {
    display: inline-block;
    width: 300px;

    font-weight: bold;
    padding: 30px;
    color: #fff;
    border: 4px solid #fff;
    text-align: center;
    outline: none;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.btn:hover,
.btn:active {
    background-color: #fff;
    color: #000;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;

}

.small-title {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 20px;
}

.big-title {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.container {
    display: flex;
    flex-wrap: wrap;
    margin: 20px;

}

.container .box {

    position: relative;
    width: 175px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.02);
    margin: 50px;
    height: 200px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;


}

.container .box .iconx {
    width: 85px;
    height: 80px;
    color: #fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 40px;
    font-weight: 700;
    transition: 0.5s;
    margin-bottom: 20px;
}

.contentx {
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.contentx {
    display: inline-flex;
    font-size: 16px;
    text-align: center;
}

.container .box:hover .contentx {
    color: #fff;
}

.container .box:nth-child(1) .iconx {
    box-shadow: 0 0 0 0 #8308bd;
    background: #8308bd;
}

.container .box:nth-child(1):hover .iconx {
    box-shadow: 0 0 0 400px #8308bd;

}

.container .box:nth-child(2) .iconx {
    box-shadow: 0 0 0 0 #1390d8;
    background: #1390d8;
}

.container .box:nth-child(2):hover .iconx {
    box-shadow: 0 0 0 400px #1390d8;

}

.container .box:nth-child(3) .iconx {
    box-shadow: 0 0 0 0 #ee4040;
    background: #ee4040;
}

.container .box:nth-child(3):hover .iconx {
    box-shadow: 0 0 0 400px #ee4040;

}

.container .box:nth-child(4) .iconx {
    box-shadow: 0 0 0 0 #fd843e;
    background: #fd843e;
}

.container .box:nth-child(4):hover .iconx {
    box-shadow: 0 0 0 400px #fd843e;

}

.container .box:nth-child(5) .iconx {
    box-shadow: 0 0 0 0 #259709;
    background: #259709;
}

.container .box:nth-child(5):hover .iconx {
    box-shadow: 0 0 0 400px #259709;

}

hr.new4 {
    border: 2px solid;
    width: 420px;
}

hr.new5 {
    border: 2px solid;
    width: 520px;
}

table {
    border-spacing: 0;
}

td,
th {
    padding: 0.5em;
}

th {
    font-weight: bold;
    text-align: left;
}

thead th {
    background-color: #999;
    color: white;
}

td>div {
    float: right;
}

.faq2 {
    width: 50%;
}

.tablex {
    padding: 0px;
}

@media only screen and (max-width: 40em) {
    .tablex {
        padding: 0;
    }

   

    .faq2 {
        width: 100px;
        margin-left: 250px;
    }

    thead th:not(:first-child) {
        display: none;
    }

    td,
    th {
        display: block;
        clear: both;
    }

    td[data-th]:before {
        content: attr();
        float: left;
    }




}

@media (max-width: 550px) {

    hr.new4 {
        width: 200px;
    }


}


@media (max-width: 700px) {

    hr.new5 {
        width: 200px;
    }


}



/* SCREENSHOT SLIDE STYLE */

.myslides {
    display: none;
}

.imgs {
    vertical-align: middle;
}

.slideshow-container {
    max-width: 80%;
    position: relative;
    margin: auto;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0px 3px 3px 0px;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 8px;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 7px;
    width: 7px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6 ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


.powerful {
    padding-left: 120px;
}

.powerful2 {

    width: 50%;
    padding-right: 120px;

}

@media only screen and (max-width: 40em) {


    .powerful2 {
        width: auto;
        padding: 0px;
    }

    .powerful{
        padding-left: 20px;
    }
}


.myslidesX {
    display: none;
}

.imgs {
    vertical-align: middle;
}

.slideshow-container2 {
    max-width: 80%;
    position: relative;
    margin: auto;
}

.prev2,
.next2 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0px 3px 3px 0px;
    user-select: none;
}

.next2 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev2:hover,
.next2:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.text2 {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 8px;
}

.numbertext2 {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot2 {
    cursor: pointer;
    height: 7px;
    width: 7px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6 ease;
}

.active,
.dot2:hover {
    background-color: #717171;
}

.fade1 {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.flex-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;


}

.flex-item {
    padding: 10px;
    border: 1px solid rgb(211, 210, 210);
    box-shadow: 0 0px 0.5px 0.5px rgba(226, 225, 225, 0.37);
    width: 250px;


}





.flex-inside {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.flex-inside li {
    display: inline-block;

    margin: 15px;
    border-radius: 50%;
}

.flex-inside li a {
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: 80px;
    width: 80px;
}

.flex-inside div h1 {
    color: rgb(63, 62, 62);
}

.flex-inside div h6 {
    color: #999;
    font-size: 14px;
}

.testi-img {
    padding-left: 50px;
}


@media (max-width: 650px) {

    .testi-img {
        padding-left: 0px;
        margin: 0px;
    }

}


.test-sli {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.sli-icons {
    display: flex;

}

.sli-icons li {
    display: inline-block;

    margin: 15px;
    border-radius: 50%;

}

.sli-icons li a {

    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: 80px;
    width: 80px;
}

.test-sli h2 {

    color: #ee4040;

}

.test-sli h5 {
    color: #918f8f;
    padding-top: 10px;
}

.testimonial-data {
    padding-right: 180px;
}

@media (max-width: 650px) {

    .testimonial-data {
        padding-right: 40px;
    }

}


.container-fluid {


    margin-right: 120px;
    margin-left: -50px;
}

.accordion {
    width: 100%;
    padding: 0 5px;

    border: 0.5px solid #c2c2c2;
    cursor: pointer;
    border-radius: 0px;
    box-shadow: 1px 1px 1px 1px rgb(211, 210, 210);
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    height: 70px;
    justify-content: space-between;
}

.accordion .iconfaq {
    color: #8308bd;
    transition: all .5s ease-in;
    padding-right: 5px;
    font-size: 35px;
}

.accordion h3 {
    font-size: 22px;
    margin: 0;
    padding: 3px 0px 0px 5px;
    font-weight: 600;
    color: #222324;

}

.panel {
    padding: 0 15px;
    border-left: 2px solid #ff9e1e;
    margin-left: 25px;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    max-height: 00px;
    transition: all .5s ease-in;
    margin-bottom: 20px;
}

.activex {
    background-color: #ff9e1e;
}

@media (max-width: 1000px) {

    .container-fluid {


        margin-right: 0px;
        margin-left: -0px;
    }

}

.column1 {
    padding-left: 120px;
}

hr.new6 {
    width: 230px;
    border: 2px solid;
}

.tablexx {
    padding-top: 70px;
}

.CTA {

    position: absolute;
    display: inline-flex;

    top: 280px;
    left: 430px;


}

.CTA a img {
    width: 260px;
    height: 80px;
}

@media (max-width: 600px) {

    .CTA {
        top: 75px;
        left: 95px;
    }

    .CTA a img {
        width: 80px;
        height: 25px;
    }

    .column1 {
        padding-left: 0px;
        width: 100%;
        padding-left: 50px;
    }

    .column1 img{
        width: 90%;
    }

}