@font-face {
    font-family: regux;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/regux.eot');
    src: url('../../fonts/regux.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../../fonts/regux.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../../fonts/regux.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../../fonts/regux.ttf') format('truetype');
}

.rtl {
    direction: rtl !important;
    text-align: right !important;
}

.rtl-direction {
    direction: rtl !important;
}

.theme-color {
    color: #582fd7;
}

body {
    font-family: regux;
    color: #0c0c0c;
    background-color: #ffffff;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.layout_padding2 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}

.heading_container h2 {
    position: relative;
    font-weight: 100;
    text-transform: uppercase;
}

/*header section*/
.hero_area {
    height: 600px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: linear-gradient(180deg, rgb(44 3 88) 0%, rgb(52 0 98) 35%, rgb(40 4 88) 100%);

}

.sub_page .hero_area {
    height: auto;
    background: none;
    background-color: #371e71;
}

.sub_page .footer_bg {
    background: none;
    background-color: #371e71;
}

.sub_page .footer_bg .info_section {
    padding-top: 50px;
}

.header_section .container {
    padding: 0;
}

.header_section .nav_container {
    margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 7px 20px;
    margin: 10px 5px;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 15px;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link, .custom_nav-container .navbar-nav .nav-item:hover .nav-link {
    background-color: #582fd7;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    font-weight: 100;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
}

.navbar-brand span {
    font-size: 24px;
    font-weight: 100;
    color: #ffffff;
    text-transform: uppercase;
}

.custom_nav-container {
    z-index: 99999;
}

.navbar-expand-lg .navbar-collapse {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
}

.custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #ffffff;
    margin: 7px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
    margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
    display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
    margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
    -webkit-transform: none;
    transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    color: #3b3a3a;
    padding-bottom: 90px;
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section div#carouselExampleIndicators {
    width: 100%;
    position: unset;
}

.slider_section .detail_box {
    color: #ffffff;
    direction: ltr;
    text-align: left;
    font-size: 28px;
}

.slider_section .detail_box span {
    color: #ff6600;
}

.slider_section .detail_box p {
    margin-top: 20px;
    font-size: 17px;
}

.slider_section .detail_box a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #582fd7;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 35px;
}

.slider_section .detail_box a:hover {
    background-color: #6944db;
}

.slider_section .img-box img {
    width: 100%;
}

.slider_section .slider_number-container {
    position: absolute;
    top: 8%;
    left: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider_section .carousel_btn-container {
    width: 95px;
    position: absolute;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    right: 50%;
    z-index: 999;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.slider_section .carousel_btn-container .carousel-control-prev,
.slider_section .carousel_btn-container .carousel-control-next {
    position: relative;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center;
}

.slider_section .carousel_btn-container .carousel-control-prev {
    background-image: url(../../img/main/prev.png);
    background-color: #ffffff;
}

.slider_section .carousel_btn-container .carousel-control-next {
    background-image: url(../../img/main/next.png);
    background-color: #582fd7;
}

.service_section {
    text-align: center;
}

.service_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service_section .service_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 35px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service_section .service_container .box {
    margin: 25px 1%;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    border: 1px solid #d7d6d6;
    padding: 45px 25px 25px;
}

.service_section .service_container .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 15px;
}

.service_section .service_container .box .img-box img {
    width: 75px;
}

.service_section .service_container .box .img-box .img2 {
    display: none;
}

.service_section .service_container .box .detail-box {
    margin-top: 25px;
}

.service_section .service_container .box .detail-box h5 {
    font-weight: 100;
    position: relative;
}

.service_section .service_container .box:hover .img-box .img1, .service_section .service_container .box.active .img-box .img1 {
    display: none;
}

.service_section .service_container .box:hover .img-box .img2, .service_section .service_container .box.active .img-box .img2 {
    display: inline-block;
}

.service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.service_section .btn-box a {
    display: inline-block;
    padding: 10px 35px;
    background-color: #582fd7;
    color: #ffffff;
    border-radius: 5px;
}

.service_section .btn-box a:hover {
    background-color: #6944db;
}

.about_section {
    background-color: #f8f7fb;
}

.about_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_section .img-box {
    margin-left: 10%;
    margin-right: 5%;
}

.about_section .img-box img {
    width: 100%;
}

.about_section .detail-box {
    margin-right: 15%;
}

.about_section .detail-box p {
    margin-top: 25px;
}

.about_section .detail-box a {
    display: inline-block;
    padding: 10px 35px;
    background-color: #582fd7;
    color: #ffffff;
    border-radius: 5px;
    margin: 25px 0 45px 0;
}

.about_section .detail-box a:hover {
    background-color: #6944db;
}

.portfolio_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.portfolio_section .col-md-4 {
    padding: 0;
}

.portfolio_section .img-box {
    position: relative;
    margin: 10px;
}

.portfolio_section .img-box img {
    width: 100%;
}

.portfolio_section .img-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    opacity: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.portfolio_section .img-box a img {
    width: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.portfolio_section .img-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: rgba(37, 28, 229, 0.8);
    border-radius: 7px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.portfolio_section .img-box:hover::before {
    width: 90%;
    height: 90%;
}

.portfolio_section .img-box:hover a {
    opacity: 1;
}

.portfolio_section .img-box:hover a img {
    opacity: 1;
}

.portfolio_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 55px;
}

.portfolio_section .btn-box a {
    display: inline-block;
    padding: 10px 35px;
    background-color: #582fd7;
    color: #ffffff;
    border-radius: 5px;
}

.portfolio_section .btn-box a:hover {
    background-color: #6944db;
}

/* contact section */
.contact_section .heading_container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact_section .contact-form {
    padding: 25px;
    border-radius: 20px;
}

.contact_section .contact-form input {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    margin: 15px 0;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 30px;
}

.contact_section .contact-form input.input_message {
    height: 175px;
}

.contact_section .contact-form input::-webkit-input-placeholder {
    color: #3d3c3c;
}

.contact_section .contact-form input:-ms-input-placeholder {
    color: #3d3c3c;
}

.contact_section .contact-form input::-ms-input-placeholder {
    color: #3d3c3c;
}

.contact_section .contact-form input::placeholder {
    color: #3d3c3c;
}

.contact_section .contact-form button {
    border: none;
    outline: none;
    display: inline-block;
    padding: 10px 45px;
    background-color: #582fd7;
    color: #ffffff;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 25px;
}

.contact_section .contact-form button:hover {
    background-color: #6944db;
}

/* end contact section */
.footer_bg {
    background-image: url(../../img/main/footer-bg.webp);
    background-size: cover;
    background-position: top;
}

.info_section {
    color: #ffffff;
    padding-top: 120px;
    padding-bottom: 25px;
}

.info_section h5 {
    font-size: 24px;
}

.info_section .info_insta .insta_container > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info_section .info_insta .insta_container img {
    width: 100%;
}

.info_section .info_insta .insta_container .insta-box {
    margin: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #ffffff;
    padding: 10px 20px;
}

.info_section .info_contact .img-box {
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info_section .info_contact p {
    margin: 0;
}

.info_section .info_contact > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

.info_section .info_contact > div img {
    height: auto;
    margin-right: 12px;
}

.info_section .info_form form input {
    outline: none;
    width: 100%;
    padding: 7px 10px;
}

.info_section .info_form form button {
    border: none;
    display: inline-block;
    padding: 8px 30px;
    background-color: #582fd7;
    color: #ffffff;
    border-radius: 0;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 15px;
}

.info_section .info_form form button:hover {
    background-color: #6944db;
}

.info_section .info_form .social_box {
    margin-top: 35px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info_section .info_form .social_box a {
    margin-right: 25px;
}

/* footer section*/
.footer_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.footer_section div.footer-div-section {
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding: 13px 0px 0px 0px;
    border-top: 1px solid #ffffff;
}

.footer_section a {
    color: #ffffff;
}

/* HR Style */

hr.style14 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #fff, #cec9c9, #fff);
    background-image: -moz-linear-gradient(left, #fff, #cec9c9, #fff);
    background-image: -ms-linear-gradient(left, #fff, #cec9c9, #fff);
    background-image: -o-linear-gradient(left, #fff, #cec9c9, #fff);
}

/* HR Style */


/* Service Box */

.services-block-three > a {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;

}

.services-block-three > a:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #9c57f7;
    border-right: 2px solid #9c57f7;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three > a:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #9c57f7;
    border-left: 2px solid #9c57f7;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.padding-15px-bottom {
    padding-bottom: 15px;
}

.services-block-three h4 {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 100;
}

.services-block-three p {
    margin-bottom: 0;
    color: #757575;
}

.services-block-three > a:hover {
    opacity: 1;
    border-color: #d5d5d5;
}

a:hover, a:active {
    color: #03a9f5;
    text-decoration: none;
}

.services-block-three > a:hover:before, .services-block-three > a:hover:after {
    width: 95%;
    height: 90%;
}


.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}


.first-page-icons {
    width: 100px;
}

.service-header {
    font-size: 20px;
    font-weight: 100;
}

.service-text {
    font-size: 15px;
    direction: ltl;
    text-align: justify;
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}

/* Service Box */

/* Blog Box */

.blog-img {
    width: 100%;
    height: 225px;
}

.cart-body-title {
    font-size: 17px;
}

.cart-body-text {
    font-size: 15px;
    text-align: justify;
    font-weight: 100;
}

/* Blog Box */


.footer-copyright-fa {
    font-size: 15px;
    text-align: center;
    direction: rtl;
    color: rgb(219, 219, 219);
    margin-bottom: 0px;
}

.footer-copyright-en {
    font-size: 14px;
    text-align: center;
    direction: ltr;
    color: rgb(219, 219, 219);
}


/* Animated HR */

.footer .info .heading .heading-title, .footer .info .crumina-heading .heading-title {
    color: inherit;
}

.crumina-heading {
    position: relative;
    float: right;
}


.heading-decoration {
    position: relative;
    margin-top: 1px;
}

.heading-decoration .first {
    width: 60px;
}

.heading-decoration .second {
    width: 170px;
}

.heading-decoration > span {
    display: inline-block;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    transition: width .4s linear;
    border-top: 3px solid;
}

/*------------- HEADING --------------*/
.crumina-heading {
    position: relative;
    cursor: default;

}

.crumina-heading .title-text-wrap {
    position: relative;
    z-index: 5;
    cursor: default;

}

.crumina-heading .title-text-wrap > * {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    cursor: default;

}

.crumina-heading:hover .first {
    width: 0;
    animation: move-short 1.5s infinite linear;
}

@keyframes move-short {
    100% {
        width: 241px;
        margin-right: 0;
    }
}

.crumina-heading:hover .second {
    width: 230px;
    animation: move 1.5s infinite linear;
}

@keyframes move {
    100% {
        width: 0;
    }
}

.crumina-heading > *:last-child {
    margin-bottom: 0;
}

.crumina-heading > *:first-child {
    margin-top: 1px;
}

/* Animated HR */


/* Footer */

div.social_box a {
    padding: 0 14px 0 14px;
}


.footer-ul {
    list-style: none;
}

.footer-ul li {
    padding-bottom: 15px;
    text-align: right;
}

.footer-ul li a {
    color: white;
    transition: 0.4s;
}

.footer-ul li a:hover {
    padding-right: 8px;
    transition: 0.4s;
}

.footer-ul li a i {
    padding-left: 10px;
}

/* Footer */

/* Logo */

.logo-img {
    height: 50px;
}

.logo-footer {
    padding-top: 10px;
}

/* Logo */

/* Page */

.blog-container {
    margin: 20px 40px 20px 40px;
}

.blog-area {
    background-color: rgb(243, 243, 243);
    padding: 40px;

}

.blog-image {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

.blog-area h2 {
    font-size: 22px;
    padding-top: 20px;
    color: #ab1c1c;
}

.blog-area h3 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 0px;
}

.blog-area p {
    font-size: 14px;
    line-height: 30px;
}

.blog-area ul li {
    font-size: 14px;
}

.landing-div h2 {
    font-size: 20px;
    text-align: center;
}

.landing-div p {
    font-size: 15px;
    text-align: justify;
}

.dark-shadow {
    background-color: #100133;
    opacity: 0.80;
    height: 300px;
}

.blog-title {
    color: white;
    padding-top: 100px;
}

/* Page */

/* Login */
.login-area {
    background-color: white;
    padding: 40px;
    padding-right: 20%;
    padding-left: 20%;

}

.login-area h2 {
    font-size: 25px;

}

.login-hr {
    display: none;
    padding-bottom: 0px;
}

/* Login */

/* Category */
.category-area {
    background-color: rgb(243, 243, 243);
    padding: 20px;
    margin-bottom: 20px;
}

.comment-area {
    background-color: rgb(243, 243, 243);
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.category-area h2 {
    font-size: 20px;
}

.category-area a {
    font-size: 14px;
}

.category-area ul {
    list-style: none;
}

/* Category */

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 5px;
    border-radius: 4px;
    direction: ltr;
    text-align: left;
    max-height: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    font-size: 14px;
}

.page-img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.modal-header, .modal-footer {
    flex-direction: row-reverse;
}

.modal-header .close {
    margin: -1rem auto -1rem -1rem;
}

h1, .h1 {
    font-size: 2rem;
}

.package-list-img {
    pointer-events: none;
    width: 100px;
}

.post-image {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: unset;
    border: 1px solid #dbdada;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
}

.h1-header {
    font-size: 30px;
    display: inline-block;
}

.slider-link {
    font-size: 16px;
}

.send-ticket-button {
    background-color: #ff6600 !important
}

.font-size-24 {
    font-size: 24px;
}

.font-size-30 {
    font-size: 30px;
}

img.vert-move {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.img-hover-zoom--zoom-n-rotate img {
    transform-origin: 50% 65%;
    transition: transform 1s, filter 1s ease-in-out;
    filter: brightness(100%);
}

/* The Transformation */
.img-hover-zoom--zoom-n-rotate:hover img {
    filter: brightness(80%);
    transform: scale(1.2);
}

.img-hover-zoom {
    background: #222f3e;
    overflow: hidden;
}

.seo-site-checkup-section {
    background-image: url(../../img/main/seo-check-section.webp);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    padding-top: 100px !important;
    padding-bottom: 100px;
    margin-top: 50px;
}

.btn-theme-color {
    background-color: #582fd7;
}

.color-white {
    color: white;
}

.justify-align {
    text-align: justify;
    direction: ltr;
}

.seo-check-header {
    color: #ff6600;
    font-size: 30px;
}

.seo-check-body {
    font-size: 17px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
}

@media only screen and (max-width: 786px) {
    .form-padding {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .slider_section .detail_box a {
        margin-top: 15px;
    }

    .slider_section .detail_box {
        text-align: center !important;
    }

    .seo-input {
        width: 400px !important;
    }

    #result-container {
        margin-left: 10px !important;
        margin-right: 10px !important;

    }

    .seo-report-box {
        font-size: 17px;
        text-align: justify;
    }
}


.alert-error {
    color: #444242;
    background-color: #ff00003b;
    border-color: #fd9090;
}

.svg-devider {
    height: 6.5px;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 20px;
}

.svg-devider-landing {
    height: 6.5px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sub-header {
    text-align: center;
    font-size: 17px;
}

.header-color {
    color: #323232;
}

.height-width-100px {
    height: 100px;
    width: 100px;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #f1edff;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #054a85;
}

.section-title p {
    margin-bottom: 0;
    font-style: italic;
}

/*--------------------------------------------------------------
# Portfoio
--------------------------------------------------------------*/
.portfoio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

.portfoio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 18px 10px 18px;
    font-size: 14px;
    font-weight: 100;
    line-height: 1;
    color: #444444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    border-radius: 50px;
}

.portfoio #portfolio-flters li:hover,
.portfoio #portfolio-flters li.filter-active {
    color: #fff;
    background: #6944db;
}

.portfoio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfoio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.portfoio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfoio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: #6944db;
    padding: 15px 20px;
    text-align: left;
    font-family: 'regux';
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.portfoio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-family: 'regux';
    direction: rtl;
}

.portfoio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    font-family: 'regux';
}

.portfoio .portfolio-item .portfolio-info .preview-link,
.portfoio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: white;
    transition: ease-in-out 0.3s;
}

.portfoio .portfolio-item .portfolio-info .preview-link:hover,
.portfoio .portfolio-item .portfolio-info .details-link:hover {
    color: #8ec8fb;
}

.portfoio .portfolio-item .portfolio-info .details-link {
    right: 15px;
}

.portfoio .portfolio-item:hover img {
    top: -30px;
}

.portfoio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.port-icon {
    top: unset !important;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #0880e8;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0880e8;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(246, 176, 36, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 100;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li + li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    text-align: left;
    font-family: "regux";
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "regux";
    font-size: 16px;
    line-height: 24px;
    outline: none;
    cursor: pointer;
    padding-left: 50px;
    text-align: right;
    direction: rtl;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 50px;
    color: #6944db;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 8px;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 20px 20px 0px 0px;
    font-size: 15px;
    direction: rtl;
}

.faq .faq-list h3 {
    margin-bottom: 0;
    padding: 20px 20px 0px 0px;
    direction: rtl;
    text-align: right;
    font-size: 18px;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}

.faq .faq-list a.collapsed:hover {
    color: #6944db;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

/* Custom CSS */

.glightbox-clean .gslide-title {
    text-align: right;
    font-family: 'regux';
}

.text-center {
    text-align: center !important;
}

.blog-image img {
    max-width: 100%;
}

.modal-data-body {
    direction: ltr !important;
    text-align: left !important;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.pricing h3 {
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 100;
    color: #2c4964;
    background: #f8f8f8;
}

.pricing h4 {
    font-size: 22px;
    color: #5846f9;
    font-weight: 100;
    margin-bottom: 20px;
}

.pricing h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 100;
}

.pricing ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.pricing ul li {
    padding-bottom: 16px;
}

.pricing ul i {
    color: #5846f9;
    font-size: 18px;
    padding-right: 4px;
}

.pricing ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: linear-gradient(42deg, #5846f9 0%, #7b27d8 100%);
    display: inline-block;
    padding: 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 15px;
    font-weight: 100;
    transition: 0.3s;
}

.pricing .btn-buy:hover {
    background: linear-gradient(180deg, #5846f9 0%, #7b27d8 100%);
}

.pricing .featured h3 {
    color: #fff;
    background: #5846f9;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #5846f9;
    color: #fff;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 100;
    line-height: 1;
    color: #444444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #f4f4f4;
    border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #582fd7;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: #582fd7;
    padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 100;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    left: 90px;
    font-size: 14px;
    font-weight: 100;
    top: calc(50% - 18px);
    color: white;
    transition: ease-in-out 0.3s;
    background-color: #ff6600;
    border-color: #ff6600;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: rgb(0, 0, 0);
}

.portfolio .portfolio-item .portfolio-info .details-link {
    left: 10px;
}

.portfolio .portfolio-item:hover img {
    top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #009961;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #009961;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(40, 40, 40, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 100;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

.landing {
    direction: rtl;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: justify;
}

.landing-image {
    max-width: 100%;
    height: auto;
}

.landing-header {
    text-align: center;
    font-size: 27px;
}

.landing p {
    font-size: 16px;
}

.info-box-image img {
    float: right;
    max-width: 40px;
    margin-left: 10px;
}

.idea-box {
    padding-top: 25px;
}

.idea-container {
    padding-right: 10px;
    padding-left: 10px;
}

.center-align {
    text-align: center !important;
}

.theme-config-form {
    text-align: right;
}

/* Chat CSS */
.chat-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 350px;
    max-width: 100%;
    z-index: 1000;
    text-align: right;
}

.chat-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #8e3584;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.chat-button img {
    width: 30px;
    height: 30px;
}

.chat-box {
    display: none;
    flex-direction: column;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Ensure it's on top */
}

.chat-header {
    background-color: #1979d6;
    color: white;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
}

.chat-header button {
    background: none;
    border: none;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.chat-body {
    height: 250px;
    padding: 1rem !important;
    overflow-y: auto;
    border-bottom: 1px solid #ccc;
    text-align: right;
    direction: rtl;
    font-size: 13px;
}

.chat-footer {
    display: flex;
    padding: 10px;
    border-radius: 0 0 8px 8px;
    background-color: #f9f9f9;
    direction: rtl;
    font-size: 13px;
}

.chat-footer input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: 10px;
}

.chat-footer button {
    padding: 10px 20px;
    background-color: #1979d6;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.bg-support-reply {
    background-color: #fff9c4;
    margin-bottom: 4px;
    margin-right: 60px;
    border-radius: 10px;
    padding: 15px !important;
}

.bg-user-reply {
    background-color: rgb(25 121 214 / 24%);
    margin-bottom: 4px;
    margin-left: 60px;
    border-radius: 10px;
    padding: 15px !important;
}

.chat-img {
    animation: Shake 0.5s linear infinite;
}

.chat-img-disable {
    animation: none !important;
}

@keyframes Shake {
    0% {
        transform: rotate(5deg);
    }

    25% {
        transform: rotate(-6deg);
    }

    50% {
        transform: rotate(5deg);
    }

    75% {
        transform: rotate(-6deg);
    }

    100% {
        transform: rotate(5deg);
    }
}

/* CHAT CSS */

.halfway-hr {
    position: relative;
    width: 30%;
    margin-left: 70%;
    border: none;
    border-top: 1px solid #c7bdbd;
}


.seo-button {
    height: 50px
}

.seo-input {
    width: 500px;
    height: 50px;
    border: 2px #ff6600 solid;
}

.danger {
    border-width: 4px;
    border-color: red;
    height: 200px;
    overflow: auto;
}

.warning {
    border-width: 4px;
    border-color: orange;
    height: 200px;
    overflow: auto;
}

.info {
    border-width: 3px;
    border-color: lightskyblue;
    height: 200px;
    overflow: auto;
}

.card-body h3 {
    font-size: 17px;
}

.ltr {
    direction: ltr;
    text-align: left;
}

.white {
    color: white
}

#result-container {
    margin-left: 50px;
    margin-right: 50px;

}