@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
*,
* button:focus {
    outline: 0;
}

body {
    font-family: 'Almarai', sans-serif;
    text-decoration: none;
    font-size: .9em;
    overflow-x: hidden;
    position: relative;
    background-color: #fff;
    direction: rtl;
}

body p {
    font-size: 14px;
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: 0;
}

body ul {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    outline: 0;
}


/* ==================== global style ============================== */

a,
span,
img {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
}

a:hover {
    color: #999;
}

ul {
    padding: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

p {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.text {
    font-size: 14px;
    line-height: 2;
    color: #777;
}

small.text {
    font-size: 12px;
}

.main_color {
    color: #E1006E !important;
}

.section_padding {
    padding: 80px 0;
}

.bg_gray {
    background-color: #FDFAFA;
}

.swiper-pagination-bullet-active {
    background: #E1006E;
}

.swiper-button-next,
.swiper-button-prev {
    bottom: 0;
    top: auto;
    width: 35px;
    height: 35px;
    border: 1px solid #9995;
    border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
    color: #333;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 50%;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 50%;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
}

.butn, #commentform .submit {
    padding: 13px 50px;
    border-radius: 8px;
    background-color: #E1006E;
    color: #fff;
    text-align: center;
    border: 1px solid #E1006E;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#commentform .submit{
    width: 100%;
}
.butn:hover, #commentform .submit:hover {
    background-color: transparent;
    color: #E1006E;
}

.butn.border_btn {
    background-color: transparent;
    color: #E1006E;
    border: 1px solid #E1006E;
}

.butn.border_btn:hover {
    background-color: #E1006E;
    color: #fff;
}

.butn.sub_color {
    background-color: #3B378D;
    border: 1px solid #3B378D;
}

.butn.sub_color:hover {
    background-color: transparent;
    color: #3B378D;
}

.grad_btn {
    position: relative;
    padding: 11px 40px;
    border-radius: 100px;
    background-color: #ee368f;
    overflow: hidden;
}

.grad_btn::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ee368f), color-stop(#6f6ad8), to(#ee368f));
    background: linear-gradient(90deg, #ee368f, #6f6ad8, #ee368f);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grad_btn span {
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 3;
}

.grad_btn:hover::before {
    left: -100%;
}

.section_head {
    margin-bottom: 40px;
    position: relative;
    z-index: 5;
}

.section_head h2 {
    color: #3b3a40;
    font-size: 45px;
}

.section_head h2 span {
    color: #3b3a40;
    position: relative;
    margin: 0 3px;
}

.section_head h2 span::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 70%;
    z-index: -1;
    background-color: #E6DCED;
    pointer-events: none;
}

.section_head h3 {
    position: relative;
    display: inline-block;
    font-size: 38px;
    line-height: 1.5;
}

.section_head h3::before {
    position: absolute;
    content: "";
    right: 0;
    top: 20px;
    width: 100px;
    height: 30px;
    background-color: #9993;
}

.section_head p {
    color: #6d6b72;
    font-size: 15px;
    line-height: 1.8;
    margin: 15px 0;
}

.form-control, #commentform input[type="text"],  #commentform textarea{
    border: 1px solid #9993;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 14px;
    min-height: 45px;
}
#commentform input[type="text"], #commentform textarea{
    display: block;
    width: 100%;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-size: 9px;
    -webkit-filter: invert(0%) sepia(6%) saturate(7487%) hue-rotate(275deg) brightness(0%) contrast(101%);
    filter: invert(0%) sepia(6%) saturate(7487%) hue-rotate(275deg) brightness(0%) contrast(101%);
}


/* -------------------- navbar ------------------------- */

.navbar .navbar-collapse {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #3B3A40;
    font-size: 15px;
    font-weight: 500;
    margin: 0 10px;
    padding: 15px 0.5rem;
}

.navbar .navbar-collapse .navbar-nav .nav-item.active, .navbar .navbar-collapse .navbar-nav .nav-item:focus {
    position: relative;
}

.navbar .navbar-collapse .navbar-nav .nav-item.active::after, .navbar .navbar-collapse .navbar-nav .nav-item:focus::after {
    position: absolute;
    content: "";
    left: 5px;
    bottom: 10px;
    width: 60%;
    height: 30%;
    z-index: -1;
    background-color: #E1006E20;
    pointer-events: none;
}

.navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link {
    color: #E1006E;
}

.navbar .l_side .grad_btn {
    position: relative;
    padding: 15px 40px;
    border-radius: 100px;
    background-color: #ee368f;
    overflow: hidden;
}

.navbar .l_side .grad_btn::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ee368f), color-stop(#6f6ad8), to(#ee368f));
    background: linear-gradient(90deg, #ee368f, #6f6ad8, #ee368f);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar .l_side .grad_btn span {
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 3;
}

.navbar .l_side .grad_btn:hover::before {
    left: -100%;
}

.navbar .dropdown_menu {
    position: relative;
    z-index: 999;
}

.navbar .dropdown_menu::after {
    position: absolute;
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    bottom: 15px;
    left: 5px;
    bottom: 16px;
    left: 4px;
    font-size: 10px;
}

.navbar .dropdown_menu:hover .dropdown_body {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown_menu .dropdown_body {
    position: absolute;
    top: 150%;
    right: 0;
    min-width: 230px;
    background-color: #FFF9FE;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 5px 0;
}

.navbar .dropdown_menu .dropdown_body li {
    position: relative;
}

.navbar .dropdown_menu .dropdown_body li a {
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    position: relative;
}

.navbar .dropdown_menu .dropdown_body li a::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 0;
    height: 2px;
    background-color: #E1006E;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar .dropdown_menu .dropdown_body li a i {
    font-size: 11px;
    color: #3B378D;
    float: left;
    margin-top: 4px;
}

.navbar .dropdown_menu .dropdown_body li a:hover {
    background-color: #fff4f4;
    color: #3B378D;
    padding-right: 30px;
    font-weight: bold;
}

.navbar .dropdown_menu .dropdown_body li a:hover::before {
    width: 20px;
}

.navbar .dropdown_menu .dropdown_body li a .img_icon {
    margin-left: 4px;
    width: 9px;
}

.navbar .dropdown_menu .dropdown_body li .sub_menu {
    position: absolute;
    top: 100%;
    right: 100%;
    min-width: 230px;
    background-color: #F1F0FC;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 5px 0;
}

.navbar .dropdown_menu .dropdown_body li:hover .sub_menu {
    opacity: 1;
    top: 0%;
    visibility: visible;
}

.navbar .dropdown_full_body {
    position: absolute;
    width: 100vw;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 40px 0px #0002;
    box-shadow: 0px 1px 40px 0px #0002;
    z-index: 999;
    right: 0;
    left: 0;
    top: 100%;
    border-top: 2px solid #9996;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar .dropdown_full_body .content {
    padding: 50px;
}

.navbar .dropdown_full_body .right_side h5 {
    font-size: 17px;
    line-height: 1.6;
}

.navbar .dropdown_full_body .right_side p {
    font-size: 13px;
    margin: 10px 0 30px;
    max-width: 80%;
}

.navbar .dropdown_full_body .right_side .butn {
    padding: 10px 40px;
    border-color: #E1006E;
}

.navbar .dropdown_full_body .right_side .butn span {
    font-size: 12px;
    font-weight: bold;
}

.navbar .dropdown_full_body .links_content {
    padding: 0 30px;
}

.navbar .dropdown_full_body .links_content .links_tit {
    color: #E1006E;
    position: relative;
    padding: 10px 0;
    margin-bottom: 15px;
}

.navbar .dropdown_full_body .links_content .links_tit::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #E1006E;
}

.navbar .dropdown_full_body .links_content a {
    font-size: 14px;
    padding: 7px 0;
    position: relative;
    font-weight: 600;
    color: #666;
}

.navbar .dropdown_full_body .links_content a:hover {
    color: #E1006E;
}

.navbar .dropdown_full_body .l_shap {
    position: absolute;
    right: 30px;
    top: 30px;
}

.navbar .dropdown_full_body .r_shap {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.navbar .dropdown_full .dropdown_full_head {
    position: relative;
}

.navbar .dropdown_full .dropdown_full_head::after {
    position: absolute;
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    bottom: 16px;
    left: -4px;
    font-size: 10px;
}

.navbar .dropdown_full:hover .dropdown_full_body {
    visibility: visible;
    opacity: 1;
    top: 105px;
}


/* -------------------- header ------------------------- */

header {
    position: relative;
}

header .content {
    text-align: center;
}

header .content .section_head {
    margin-bottom: 0;
}

header .content .section_head h1 {
    color: #3b3a40;
    font-size: 55px;
}

header .content .section_head h1 span {
    color: #a94092;
}

header .content p {
    color: #6d6b72;
    font-size: 16px;
    padding: 25px 50px;
    line-height: 1.8;
}

header .content .butn {
    margin: 5px;
}

header .content .butn.border_btn {
    padding: 15px 20px;
}

header .head_img {
    margin-top: 80px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

header .head_img.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

header .head_r {
    position: absolute;
    right: 0;
    top: 50%;
}

header .head_l {
    position: absolute;
    left: 0;
    top: 40%;
}


/* -------------------- how_work ------------------------- */

.how_work {
    position: relative;
}

.how_work .info ul {
    margin: 0;
}

.how_work .info ul li {
    margin: 10px 0;
}

.how_work .info ul li a {
    padding: 15px 0;
    position: relative;
    display: block;
}

.how_work .info ul li a::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #E1006E;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.how_work .info ul li a h6 {
    margin-bottom: 15px;
}

.how_work .info ul li a h6 i {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.how_work .info ul li a h6 span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.how_work .info ul li a p {
    color: #64626a;
    font-size: 12px;
}

.how_work .info ul li a:hover::after {
    width: 100%;
}

.how_work .info ul li a:hover h6 {
    color: #000;
}

.how_work .info ul li a:hover h6 i {
    opacity: 1;
}

.how_work .info ul li a:hover h6 span {
    margin-right: 20px;
}

.how_work .info ul li a img {
    margin-left: 10px;
    width: 50px;
}

.how_work .steps_img {
    position: absolute;
    top: 80px;
    bottom: 80px;
    left: 0;
    right: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    width: 50%;
    max-height: calc(100% - 160px);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

.how_work .steps_img.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


/* -------------------- services ------------------------- */

.services {
    position: relative;
    z-index: 2;
}

.services::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 30%;
    background-color: #FDFAFA;
    z-index: -1;
}

.services .content .nav-pills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top: 1px solid #9993;
    margin-bottom: 50px;
}

.services .content .nav-pills .nav-item a {
    padding: 20px 0;
    position: relative;
    display: block;
}

.services .content .nav-pills .nav-item a::after {
    position: absolute;
    content: "";
    right: 0;
    top: -1px;
    width: 0;
    height: 2px;
    background-color: #E1006E;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.services .content .nav-pills .nav-item a h6 {
    margin-bottom: 15px;
}

.services .content .nav-pills .nav-item a h6 i {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services .content .nav-pills .nav-item a h6 span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services .content .nav-pills .nav-item a p {
    color: #64626a;
    font-size: 12px;
}

.services .content .nav-pills .nav-item a.active::after {
    width: 100%;
}

.services .content .nav-pills .nav-item a.active h6 {
    color: #000;
}

.services .content .nav-pills .nav-item a.active h6 i {
    opacity: 1;
}

.services .content .nav-pills .nav-item a.active h6 span {
    margin-right: 20px;
}

.services .content .img img {
    width: 100%;
}


/* -------------------- show_more ------------------------- */

.show_more {
    position: relative;
}

.show_more .content .items {
    text-align: center;
    padding: 30px 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 15px 0;
}

.show_more .content .items:hover {
    background: #fff;
    -webkit-box-shadow: 0px 13px 6px rgba(225, 0, 110, 0.04);
    box-shadow: 0px 13px 6px rgba(225, 0, 110, 0.04);
}

.show_more .content .items .icon {
    margin-bottom: 15px;
}

.show_more .content .items .info h6 {
    color: #3b3a40;
    font-size: 20px;
}

.show_more .content .items .info p {
    font-size: 12px;
    color: #64626a;
    line-height: 2;
}

.show_more .content .items a {
    color: #E1006E;
    margin-top: 30px;
}

.show_more .content .items a i {
    margin-bottom: 0 3px;
}

.show_more .more_l {
    position: absolute;
    left: 3%;
    top: 10%;
    pointer-events: none;
}

.show_more .more_r {
    position: absolute;
    right: 3%;
    bottom: 5%;
    pointer-events: none;
}


/* -------------------- subscribe ------------------------- */

.subscribe {
    padding-bottom: 80px;
}

.subscribe .content {
    padding: 70px 50px;
    border-radius: 15px;
    background-color: #F5F6F9;
    position: relative;
}

.subscribe .content .info h5 {
    font-size: 28px;
    color: #3b3a40;
    margin-bottom: 10px;
}

.subscribe .content .info p {
    font-size: 15px;
    color: #64626a;
}

.subscribe .content .form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.subscribe .content .form .form-group .form-control {
    min-height: 50px;
}

.subscribe .content .form .form-group .butn {
    padding: 12px 30px;
    margin-right: 15px;
}

.subscribe .content .head_l {
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
}

.subscribe.half_subs {
    position: relative;
}

.subscribe.half_subs::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #FDFAFA;
}


/* -------------------- footer ------------------------- */

footer {
    padding-top: 60px;
    background-color: #3B378D;
    background-size: cover;
}

footer .content {
    margin-bottom: 50px;
}

footer .content .logo {
    width: 130px;
    margin-bottom: 1rem;
}

footer .content p {
    color: #BCBCBC;
    line-height: 1.6rem;
    font-size: 12px;
}

footer .content .social-links a {
    color: #fff;
    display: inline-block;
    margin: 10px 6px 0;
}

footer .content .social-links a img {
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(65deg) brightness(1000%) contrast(101%);
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(65deg) brightness(1000%) contrast(101%);
}

footer .content .social-links a:hover {
    color: #E1006E;
}

footer .content .social-links a:hover img {
    -webkit-filter: invert(15%) sepia(84%) saturate(6238%) hue-rotate(322deg) brightness(86%) contrast(106%);
    filter: invert(15%) sepia(84%) saturate(6238%) hue-rotate(322deg) brightness(86%) contrast(106%);
}

footer .content h5 {
    margin-bottom: 2rem;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-right: 15px;
    padding-bottom: 7px;
}

footer .content h5::before {
    position: absolute;
    content: "\f053";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    right: 0;
    color: #E1006E;
    font-size: 11px;
    top: 5px;
}

footer .content h5::after {
    position: absolute;
    content: "";
    right: 15px;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #E1006E88;
}

footer .content .links a {
    display: block;
    margin: 20px 0px;
    color: #bcbcbc;
    font-size: 13px;
}

footer .content .links a i {
    font-size: 9px;
    margin-left: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #E1006E;
}

footer .content .links a .icon {
    color: #E1006E;
}

footer .content .links a .icon img {
    -webkit-filter: invert(97%) sepia(100%) saturate(34%) hue-rotate(342deg) brightness(99999%) contrast(102%);
    filter: invert(97%) sepia(100%) saturate(34%) hue-rotate(342deg) brightness(99999%) contrast(102%);
}

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

footer .content .links a:hover .icon {
    background: linear-gradient(-135deg, #ee368f, #E1006E);
}

footer .content .links a:hover i {
    margin-left: 15px;
}

footer .content .links .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    background-color: #f3f3f3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

footer .content .links .icon i {
    margin: 0;
    font-size: 13px;
}

footer .content .links .icon img {
    -webkit-filter: invert(14%) sepia(100%) saturate(5737%) hue-rotate(322deg) brightness(0%) contrast(110%);
    filter: invert(14%) sepia(100%) saturate(5737%) hue-rotate(322deg) brightness(0%) contrast(110%);
    width: 15px;
    height: 15px;
    opacity: 0.8;
}

footer .content .links.contact-links a {
    font-size: 12px;
}

footer .content .links.contact-links a:hover i {
    margin: 0;
    color: #fff;
}

footer .copyright {
    padding: 25px 0;
    background-color: #2E2A7A;
}

footer .copyright p {
    margin-bottom: 0;
    color: #bcbcbc;
}


/* -------------------- overview ------------------------- */

html::-webkit-scrollbar {
    height: 20px;
    width: 10px;
    background: #f1f1f1;
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

html::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
}


/* -------------------- pages style ------------------------- */

.inner_header {
    background-color: #3B378D;
    padding: 30px;
    position: relative;
}

.inner_header .inner_l {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.inner_header .inner_r {
    position: absolute;
    right: 15px;
    bottom: 20px;
    z-index: 2;
}

.inner_header .links {
    display: inline-block;
}

.inner_header .links li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.inner_header .links li::after {
    position: absolute;
    content: "\f053";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    left: -4px;
    bottom: 2px;
    color: #E1006E;
    font-size: 10px;
}

.inner_header .links li a {
    color: #fff;
    font-size: 12px;
    opacity: 0.7;
}

.inner_header .links li:last-of-type a {
    opacity: 1;
}

.inner_header .links li:last-of-type::after {
    display: none;
}

.inner_header .title {
    text-align: center;
    margin-bottom: 30px;
}

.inner_header .title h3 {
    display: inline-block;
    position: relative;
}

.inner_header .title h3 span {
    color: #fff;
    font-size: 50px;
    position: relative;
    z-index: 5;
}

.inner_header .title h3::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 45%;
    height: 20px;
    background-color: #E1006E;
}


/* -------------------- pricing style ------------------------- */

.pricing_head {
    text-align: center;
}

.pricing_head h3 {
    color: #222;
    font-size: 50px;
    font-weight: 400;
}

.pricing_head p {
    font-size: 17px;
    padding: 10px 100px;
}

.pricing_content .nav-pills {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.pricing_content .nav-pills .nav-item .nav-link {
    border: 1px solid #5d58b9;
    border-radius: 30px;
    margin: 5px;
    padding: 10px 40px;
    font-weight: bold;
}

.pricing_content .nav-pills .nav-link.active,
.pricing_content .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #5d58b9;
}

.pricing_content .price_items {
    border: 1px solid transparent;
    margin: 15px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 30px #0001;
    box-shadow: 0 0 30px #0001;
}

.pricing_content .price_items.active,
.pricing_content .price_items:hover {
    border: 1px solid #5d58b9;
}

.pricing_content .price_items .price_head {
    background-color: #2E2A7A;
    padding: 20px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pricing_content .price_items .price_head h6 {
    color: #fff;
    font-weight: 300;
}

.pricing_content .price_items .price_head h4 {
    color: #fff;
    font-size: 21px;
}

.pricing_content .price_items .price_head h2 {
    color: #fff;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 0;
}

.pricing_content .price_items .price_head h2 small {
    font-size: 16px;
    color: #fff;
}

.pricing_content .price_items .info {
    padding: 30px;
}

.pricing_content .price_items a {
    position: relative;
    padding: 15px 40px;
    border-radius: 100px;
    background-color: #ee368f;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.pricing_content .price_items a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 200%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#ee368f), color-stop(#6f6ad8), to(#ee368f));
    background: linear-gradient(90deg, #ee368f, #6f6ad8, #ee368f);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pricing_content .price_items a span {
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 3;
}

.pricing_content .price_items a:hover::before {
    left: -100%;
}

.pricing_content .price_items ul li {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}
.project_details .top_slider .l_side ul li, .pricing_content .price_items ul li {
    position: relative;
    padding-right: 20px;
}
.pricing_content .price_items ul li::after, .project_details .top_slider .l_side ul li::after{
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    background-image: url(../images/icons/menu_icon.svg);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: right;
    width: 15px;
    height: 15px;
    z-index: 10000;
}

.pricing_content .price_items ul li i {
    margin: 0 5px;
}

.pricing_content .price_items ul li img {
    width: 15px;
    margin-left: 10px;
}

.pricing_content .pricing_focus .headd h4 {
    margin-bottom: 50px;
    color: #3b3a40;
    line-height: 1.6;
}

.pricing_content .pricing_focus .content .items {
    margin-top: 30px;
}

.pricing_content .pricing_focus .content .items .icon img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: invert(33%) sepia(90%) saturate(601%) hue-rotate(208deg) brightness(89%) contrast(84%);
    filter: invert(33%) sepia(90%) saturate(601%) hue-rotate(208deg) brightness(89%) contrast(84%);
    opacity: 0.7;
}

.pricing_content .pricing_focus .content .items h6 {
    font-weight: 400;
    margin: 25px 0 10px;
}


/* -------------------- about style ------------------------- */

.about .items {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about .items .icon {
    width: 80px;
}

.about .items .icon img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: invert(33%) sepia(90%) saturate(601%) hue-rotate(208deg) brightness(89%) contrast(84%);
    filter: invert(33%) sepia(90%) saturate(601%) hue-rotate(208deg) brightness(89%) contrast(84%);
    opacity: 0.7;
}

.about .items h6 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #5d58b9;
}

.about .about_form {
    padding: 50px;
    height: 100%;
}

.about .about_form h6 {
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 20px;
}

.about_testi {
    padding: 80px 9vw;
    background-color: #5d58b9;
}

.about_testi h6 {
    color: #fff;
    line-height: 1.7;
    margin-bottom: 15px;
    font-weight: 500;
}

.about_testi .name {
    color: #fff;
    display: inline-block;
    padding: 5px;
    border-bottom: 1px dashed #fff5;
}

.restate {
    padding: 80px 9vw;
}

.restate .r_side {
    padding-left: 80px;
}

.restate .r_side h3 {
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 35px;
}

.restate .l_side ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.restate .l_side ul li {
    width: 50%;
    padding-left: 50px;
    line-height: 1.7;
    color: #777;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
}

.restate .l_side ul li i {
    margin-left: 10px;
    margin-top: 5px;
    color: #5d58b9;
}


/* -------------------- blog style ------------------------- */

.blog .top_blog .img img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog .top_blog .info {
    background-color: #FDFAFA;
}

.blog .top_blog .info a {
    color: #5d58b9;
    margin-top: 10px;
    border-bottom: 1px dashed #5d58b922;
    padding: 5px 0;
}

.blog .blog_img_det {
    text-align: left;
    padding-top: 20px;
}

.blog .blog_img_det a {
    margin-right: 30px;
}

.blog .content .about_form {
    padding: 30px;
    border-radius: 5px;
    margin-top: 20px;
}

.blog .content .about_form h6 {
    font-weight: 400;
    margin-bottom: 20px;
}

.blog .content .blog_content .items {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog .content .blog_content .items:hover {
    -webkit-box-shadow: -5px 5px 20px #0001;
    box-shadow: -5px 5px 20px #0001;
}

.blog .content .blog_content .items .img {
    width: 42%;
}

.blog .content .blog_content .items .img img {
    height: 230px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog .content .blog_content .items .info {
    padding: 20px;
    background-color: #FDFAFA;
    width: 58%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.blog .content .blog_content .items .info h6 {
    font-size: 20px;
    color: #2E2A7A;
}

.blog .content .blog_content .items .info p {
    color: #000;
    font-size: 13px;
}

.blog .content .blog_content .items .info a {
    color: #E1006E;
    margin-top: 5px;
    border-bottom: 1px dashed #5d58b922;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
}

.blog .tags ul {
    margin: 0;
}

.blog .tags ul li {
    display: inline-block;
}

.blog .tags a {
    text-decoration: none;
    padding: 10px 40px !important;
    border: 1px solid #9992 !important;
    border-radius: 50px;
    margin-top: 15px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: bold;
}

.single_blog {
    position: relative;
}

.single_blog::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
    background-color: #FDFAFA;
}

.single_blog .sing_info {
    background-color: #fff !important;
}

.single_blog .sing_info p {
    margin: 15px 0;
    font-size: 15px;
}

.single_blog .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single_blog .author .img {
    margin-left: 15px;
}

.single_blog .author .img img {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single_blog .author .info {
    text-align: right !important;
    padding: 15px 30px;
}

.single_blog .author .info h6 {
    margin: 0;
}

.single_blog .author .info p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
}

.single_blog .pricing_focus .headd h4 {
    margin-bottom: 50px;
    color: #3b3a40;
    line-height: 1.6;
}

.single_blog .pricing_focus .content .items {
    margin-top: 30px;
}

.single_blog .pricing_focus .content .items .icon img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: invert(33%) sepia(90%) saturate(601%) hue-rotate(208deg) brightness(89%) contrast(84%);
    filter: invert(33%) sepia(90%) saturate(601%) hue-rotate(208deg) brightness(89%) contrast(84%);
    opacity: 0.7;
}

.single_blog .pricing_focus .content .items h6 {
    font-weight: 400;
    margin: 25px 0 10px;
}


/* -------------------- pricing_tables style ------------------------- */

.pricing_tables .thead-dark th {
    color: #444;
    background-color: #FDFAFA;
    border-color: #FDFAFA;
    border: 0;
    border-bottom: 1px solid #9992;
}

.pricing_tables .table-bordered td,
.pricing_tables .table-bordered th {
    border: 0;
    border-bottom: 1px solid #9992;
}

.pricing_tables .table-responsive>.table-bordered {
    border: 1px solid #9992 !important;
}

.pricing_tables .table .fa-check {
    color: #E1006E;
}

.pric_faq .section_head p a {
    color: #E1006E;
}

.pric_faq .accordion .fa {
    margin-left: 0.5rem;
}

.pric_faq .accordion button,
.pric_faq .accordion button:hover,
.pric_faq .accordion button:focus {
    text-decoration: none;
}

.pric_faq .accordion .card {
    border: 0;
    background: transparent;
}

.pric_faq .accordion .card .card-header {
    border: 0;
    border-bottom: 1px solid #9992;
    background: transparent;
    margin: 0;
}

.pric_faq .accordion .card .card-header .btn-link {
    width: 100%;
    text-align: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    color: #444;
}

.pric_faq .accordion .card .card-header .btn-link i {
    font-size: 12px;
    color: #E1006E;
}

.pric_faq .accordion .card .card-body {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 5px 15px #0001;
    box-shadow: 0 5px 15px #0001;
    margin: 15px;
}

.pric_faq .accordion .card .card-body h6 {
    color: #E1006E;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
}

.pric_faq .accordion .card .card-body p {
    font-size: 13px;
}


/* -------------------- contact style ------------------------- */

.contact {
    position: relative;
}

.contact::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    background-color: #FDFAFA;
    z-index: -2;
}

.contact .info .contact_boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact .info .contact_boxes .items {
    padding: 20px;
    border-radius: 20px;
    margin: 20px;
    border: 1px solid #E1006E;
    width: 40%;
}

.contact .info .contact_boxes .items h6 {
    color: #E1006E;
    font-weight: 400;
    font-size: 14px;
}

.contact .info .contact_boxes .items p {
    color: #E1006E;
    font-size: 13px;
}

.contact .info .contact_boxes .items:nth-of-type(1) {
    margin-right: 0;
    background-color: #E1006E;
}

.contact .info .contact_boxes .items:nth-of-type(1) h6 {
    color: #fff;
}

.contact .info .contact_boxes .items:nth-of-type(1) p {
    color: #fff;
}

.contact .info .contact_boxes .box {
    padding: 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 15px #0001;
    box-shadow: 0 0 15px #0001;
    background-color: #fff;
    text-align: center;
    margin-top: 30px;
}

.contact .info .contact_boxes .box .icon {
    width: 50px;
    height: 50px;
    margin: auto;
}

.contact .info .contact_boxes .box .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.contact .info .contact_boxes .box .info {
    margin-top: 20px;
}

.contact .info .contact_boxes .box .info h5 {
    color: #2E2A7A;
    font-size: 18px;
}

.contact .info .contact_boxes .box .info .grad_btn {
    margin-top: 30px;
    min-width: 100%;
    text-align: center;
}

.contact .info .contact_boxes .box .info .grad_btn span {
    font-size: 12px;
}

.contact .contact_form {
    position: relative;
    padding: 30px;
    -webkit-box-shadow: 0 5px 15px #0001;
    box-shadow: 0 5px 15px #0001;
    border-radius: 20px;
    background-color: #fff;
}

.contact .contact_form .shap {
    position: absolute;
    right: -50px;
    top: 10%;
    z-index: -1;
}

.contact .contact_form .shap2 {
    position: absolute;
    left: -50px;
    bottom: 10%;
    z-index: -1;
}

.contact .contact_form h6 {
    font-weight: 400;
    color: #E1006E;
}

.contact .contact_form p {
    margin-bottom: 20px;
    font-size: 13px;
}

.contact .contact_form .form label {
    font-size: 13px;
}

.contact .offices .items {
    border-radius: 20px;
    overflow: hidden;
    margin: 20px 0;
}

.contact .offices .items .img img {
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.contact .offices .items .info {
    padding: 20px;
    background-color: #FDFAFA;
}

.contact .offices .items .info h6 {
    color: #000;
    font-size: 22px;
}

.contact .offices .items .info a {
    color: #E1006E;
    border-bottom: 1px dashed #5d58b922;
    padding: 5px 0;
}

.contact .offices .items .info ul {
    margin: 0;
    margin-top: 15px;
}

.contact .offices .items .info ul li {
    margin: 10px 0;
    color: #777;
}

.contact .offices .items .info ul li i {
    margin-left: 5px;
    opacity: 0.5;
    font-size: 13px;
}

.users {
    padding: 150px 0;
    background: url(../images/users.png) #FDFAFA;
    background-repeat: no-repeat;
}


/* -------------------- make_app style ------------------------- */

.how_mach .tab_img {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.how_mach .tab_img::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#E1006E), to(transparent));
    background: linear-gradient(90deg, transparent, #E1006E, transparent);
}

.how_mach .tab_img img {
    max-width: 350px;
}

.how_mach .section_head h6 {
    color: #E1006E;
    margin-bottom: 15px;
    font-size: 21px;
}

.how_mach .section_head h2 {
    font-size: 35px;
}

.how_mach .section_head p {
    font-size: 19px;
}

.how_mach .icons_cont {
    margin-top: 70px;
}

.how_mach .icons_cont .icons_items:hover .icons {
    background-color: #E1006E44;
}

.how_mach .icons_cont .icons_items:hover h6 {
    color: #E1006E;
}

.how_mach .icons_cont .icons_items .icons {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff5f5;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 30px;
}

.how_mach .icons_cont .icons_items .icons img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.how_mach .icons_cont .icons_items h6 {
    color: #3B378D;
    margin-top: 15px;
}

.price_now {
    text-align: center;
}

.price_now .content {
    display: inline-block;
    padding: 50px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #FDFAFA;
    min-width: 30%;
}

.price_now .content h5 {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}

.price_now .content h2 {
    color: #E1006E;
}

.app_features h4 {
    padding: 15px 0;
    border-bottom: 1px dashed #9993;
    margin-bottom: 20px;
    font-size: 21px;
}

.app_features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #ffecec;
    position: relative;
    overflow: hidden;
}

.app_features li strong {
    margin: 0 15px;
}

.app_features li a.edit {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: #ee368f;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app_features li a.edit:hover {
    background-color: #3B378D;
}


/* -------------------- project_details style ------------------------- */

.project_details {
    background-color: #FDFAFA;
    border-bottom: 1px solid #9991;
}

.project_details .top_slider .r_side .slider_info {
    padding: 30px;
    background-color: #F5F5F5;
}

.project_details .top_slider .r_side .slider_info p {
    color: #64626A;
    line-height: 2;
}

.project_details .top_slider .l_side {
    background-color: #fff;
    padding: 30px;
    min-height: 100%;
}

.project_details .top_slider .l_side .top {
    border-bottom: 2px solid #9992;
    padding: 10px 0;
    margin-bottom: 20px;
}

.project_details .top_slider .l_side .top .prc {
    font-size: 35px;
}

.project_details .top_slider .l_side .top .prc small {
    font-size: 17px;
    margin: 5px;
}

.project_details .top_slider .l_side ul li {
    margin: 25px 0;
    font-weight: 500;
    font-size: 13px;
}

.project_details .top_slider .l_side ul li img {
    margin-left: 5px;
    width: 10px;
}

.project_details .proj_tabs {
    margin-top: 50px;
}

.project_details .proj_tabs .content {
    background-color: #F8F8FF;
}

.project_details .proj_tabs .content .nav-pills {
    padding: 0 30px;
}

.project_details .proj_tabs .content .nav-pills .nav-item a {
    margin-left: 30px;
    padding: 25px 0;
    border-bottom: 1px solid transparent;
    color: #888;
}

.project_details .proj_tabs .content .nav-pills .nav-item a.active {
    border-color: #E1006E;
    color: #2E2A7A;
}

.project_details .proj_tabs .content .cont {
    padding: 30px;
    background-color: #fff5;
}

.project_details .proj_tabs .content .cont .text {
    color: #555;
    line-height: 2;
    margin: 15px 0;
}

.project_details .proj_tabs .accordion .fa {
    margin-left: 0.5rem;
}

.project_details .proj_tabs .accordion button,
.project_details .proj_tabs .accordion button:hover,
.project_details .proj_tabs .accordion button:focus {
    text-decoration: none;
}

.project_details .proj_tabs .accordion .card {
    border: 0;
    background: transparent;
}

.project_details .proj_tabs .accordion .card .card-header {
    border: 0;
    background: transparent;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px dashed #E1006E55;
}

.project_details .proj_tabs .accordion .card .card-header .btn-link {
    width: 100%;
    text-align: inherit;
    font-size: 15px;
    font-weight: bold;
    color: #222;
}

.project_details .proj_tabs .accordion .card .card-header .btn-link i {
    font-size: 12px;
    color: #E1006E;
    margin-left: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.project_details .proj_tabs .accordion .card .card-header .btn-link.collapsed i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.project_details .proj_tabs .accordion .card .card-body {
    margin: 20px 0;
    background-color: #fff9;
    padding: 20px;
}

.project_details .proj_tabs .accordion .card .card-body p {
    font-size: 14px;
    line-height: 2;
}

.project_details .products .content {
    margin-top: 40px;
}

.project_details .products .content .swiper_products {
    padding-bottom: 80px;
}

.project_details .products .content .swiper_products .img {
    position: relative;
}

.project_details .products .content .swiper_products .img img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}

.project_details .products .content .swiper_products .img .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0005;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 50px;
}

.project_details .products .content .swiper_products .img:hover .info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0;
    letter-spacing: 0;
}

.project_details .slide_immg {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.project_details .slide_immg .img_over {
    position: absolute;
    width: 100% !important;
    height: auto !important;
    top: 0;
    left: 0;
    max-width: inherit;
    max-height: inherit;
    -webkit-transition: all 4s linear;
    transition: all 4s linear;
}

.project_details .top_slider .r_side:hover .slide_immg .img_over {
    -webkit-transform: translateY(calc(-100% + 400px));
    transform: translateY(calc(-100% + 400px));
}


/* -------------------- site_steps style ------------------------- */

.site_steps {
    position: relative;
}

.site_steps .inner_l {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 0;
}

.site_steps .inner_r {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 0;
}

.site_steps .content .items {
    display: block;
    padding: 40px;
    background-color: #FEFEFE;
    min-height: calc(100% - 30px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 15px 0;
    position: relative;
    z-index: 1;
}

.site_steps .content .items .icons {
    margin-bottom: 20px;
    position: relative;
    padding-top: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site_steps .content .items .icons img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.site_steps .content .items .info h6 {
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site_steps .content .items .info p {
    font-size: 12px;
}

.site_steps .content .items:hover {
    -webkit-box-shadow: 0 10px 30px #2E2A7A22;
    box-shadow: 0 10px 30px #2E2A7A22;
}

.site_steps .content .items:hover .icons::before {
    background-color: #E1006E55;
}

.site_steps .content .items:hover .info h6 {
    color: #2E2A7A;
}


/* -------------------- features style ------------------------- */

.features {
    position: relative;
}

.features .inner_l {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 0;
}

.features .inner_r {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 0;
}

.features .content .items {
    display: block;
    padding: 40px;
    background-color: #FEFEFE;
    min-height: calc(100% - 30px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 15px 0;
    position: relative;
    z-index: 2;
}

.features .content .items .icons {
    margin-bottom: 20px;
    position: relative;
    padding-top: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.features .content .items .icons img {
    width: 50px;
    position: relative;
    z-index: 2;
}

.features .content .items .info h6 {
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.features .content .items .info p {
    font-size: 12px;
}

.features .content .items:hover {
    -webkit-box-shadow: 0 10px 30px #2E2A7A22;
    box-shadow: 0 10px 30px #2E2A7A22;
}

.features .content .items:hover .info h6 {
    color: #2E2A7A;
}


/* -------------------- partners style ------------------------- */

.partners .info {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.partners .info .form {
    width: 100%;
}

.partners .info .form .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.partners .info .form .form-group input {
    height: 60px;
    background-color: #fff;
    width: 100%;
    padding: 15px;
    border: 0;
    text-align: left;
}

.partners .info .form .form-group button {
    width: 70px;
    height: 60px;
    background-color: #2E2A7A;
    color: #fff;
    border: 0;
    font-size: 21px;
}

.solutions {
    position: relative;
}

.solutions .content .items {
    opacity: 0.9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.solutions .content .items .icons {
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #9993;
}

.solutions .content .items .icons::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: #E1006E;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.solutions .content .items .icons img {
    width: 60px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

.solutions .content .items .info {
    padding: 20px 0;
}

.solutions .content .items .info h6 {
    font-size: 18px;
    color: #3b378d;
    margin-bottom: 10px;
}

.solutions .content .items .info p {
    font-size: 13px;
    color: #64626a;
}

.solutions .content .items:hover {
    opacity: 1;
}

.solutions .content .items:hover .icons::after {
    width: 100%;
}

.solutions .shape {
    position: absolute;
    right: 5vw;
    top: 0;
    pointer-events: none;
}

.order_details {
    position: relative;
}

.order_details::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #FDFAFA;
}

.order_details .form input.code {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 0;
    padding: 10px 15px;
}

.order_details .form ul {
    padding: 20px 5px;
    border-bottom: 1px solid #9993;
}

.order_details .form ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0;
}

.order_details .payment_choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.order_details .payment_choose .item {
    text-align: center;
}

.order_details .payment_choose .item .custom-control-label {
    cursor: pointer;
    border: 1px solid transparent;
    padding: 10px 15px;
    border-radius: 15px;
}

.order_details .payment_choose .item img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
    background-color: #f5f5f5;
    display: block;
    margin-bottom: 10px;
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.order_details .payment_choose .item .custom-control {
    padding: 0;
}

.order_details .payment_choose .item .custom-control-label::after,
.order_details .payment_choose .item .custom-control-label::before {
    display: none;
}

.order_details .payment_choose .item .custom-control-input:checked~.custom-control-label::after {
    border-color: #2E2A7A;
}

.order_details .payment_choose .item .custom-control-input:checked~.custom-control-label {
    border: 1px solid #9995;
    background-color: #2E2A7A22;
}

.order_details .r_side {
    padding: 4vw;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px #0001;
    box-shadow: 0 0 15px #0001;
    border-radius: 30px;
}

.order_details .input_form {
    padding: 4vw;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px #0001;
    box-shadow: 0 0 15px #0001;
    border-radius: 30px;
}

.order_details .input_form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.order_details .input_form .form-group label {
    position: absolute;
    color: #888;
    font-size: 13px;
    right: 15px;
    top: 12px;
    pointer-events: none;
    padding: 0px 10px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.order_details .input_form .form-group input {
    width: 100%;
    border: 1px solid #9992;
    border-radius: 5px;
    height: 50px;
    padding: 5px 15px;
}

.order_details .input_form .form-group input.show_val,
.order_details .input_form .form-group input:focus,
.order_details .input_form .form-group input:valid {
    border: 1px solid #2E2A7A;
}

.order_details .input_form .form-group input.show_val~label,
.order_details .input_form .form-group input:focus~label,
.order_details .input_form .form-group input:valid~label {
    font-size: 11px;
    color: #2E2A7A;
    top: -8px;
    right: 5px;
    font-weight: bold;
}

.order_details .upload_group {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

.order_details .avatar-upload {
    position: relative;
}

.order_details .avatar-upload .avatar-preview {
    width: 100%;
    height: 210px;
    position: relative;
    border: 2px solid #9993;
    border-radius: 10px;
    cursor: pointer;
}

.order_details .avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.order_details .avatar-upload .avatar-preview input {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.modal-content {
    border-radius: 30px;
    border: 0;
    padding: 30px;
}

.modal_status .icons {
    margin-bottom: 20px;
}

.modal_status .icons img {
    width: 80px;
}

.modal_status .info h5 {
    color: #E1006E;
    margin-bottom: 15px;
    font-size: 25px;
}

.modal_status .info p {
    font-size: 16px;
    color: #777;
    line-height: 2;
}

.upload_sec .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.upload_sec .box {
    display: block;
    width: 100%;
    height: 300px;
    margin: 10px;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

.upload_sec .upload-options {
    position: relative;
    height: 75px;
    background-color: #f0f0f0;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    -webkit-transition: background-color ease-in-out 150ms;
    transition: background-color ease-in-out 150ms;
}

.upload_sec .upload-options:hover {
    background-color: #ff1587;
}

.upload_sec .upload-options input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload_sec .upload-options label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
}

.upload_sec .upload-options label::after {
    content: 'add';
    font-family: 'Material Icons';
    position: absolute;
    font-size: 2.5rem;
    color: #000;
    top: calc(50% - 1.8rem);
    left: calc(50% - 1.25rem);
    z-index: 0;
}

.upload_sec .upload-options label span {
    display: inline-block;
    width: 50%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
}

.upload_sec .upload-options label span:hover i.material-icons {
    color: lightgray;
}

.upload_sec .js--image-preview {
    height: 225px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("");
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.upload_sec .js--image-preview::after {
    content: "photo_size_select_actual";
    font-family: 'Material Icons';
    position: absolute;
    font-size: 4.5em;
    color: #e6e6e6;
    top: calc(50% - 3rem);
    left: calc(50% - 2.25rem);
    z-index: 0;
}

.upload_sec .js--image-preview.js--no-default::after {
    display: none;
}

.upload_sec i.material-icons {
    -webkit-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
    font-size: 2.25em;
    line-height: 55px;
    color: white;
    display: block;
}

.upload_sec .drop {
    display: block;
    position: absolute;
    background: rgba(225, 0, 110, 0.2);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.upload_sec .animate {
    -webkit-animation: ripple 0.4s linear;
    animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

.projects_pg .project_pills {
    padding: 25px 15px;
    border-radius: 15px;
    position: relative;
}

.projects_pg .project_pills .head_l {
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
    width: 50px;
}

.projects_pg .project_pills .head_r {
    position: absolute;
    left: 10px;
    bottom: 10px;
    pointer-events: none;
    width: 50px;
}

.projects_pg .nav-pills {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.projects_pg .nav-pills .nav-item .nav-link {
    background: transparent;
    border: 1px dashed #9993;
    font-size: 14px;
    font-weight: bold;
    color: #777;
    border-radius: 0;
    padding: 12px 40px;
    border-radius: 30px;
    margin: 0 5px;
}

.projects_pg .nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-color: #E1006E;
}

.projects_pg .projects_content {
    margin-top: 30px;
}

.projects_pg .projects_content .items {
    margin: 20px 0;
    display: block;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #2E2A7A;
    padding: 10px;
    background-color: #f5f5f5;
}

.projects_pg .projects_content .items .img {
    height: 330px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.projects_pg .projects_content .items .img .img_over {
    position: absolute;
    width: 100% !important;
    height: auto !important;
    top: 0;
    left: 0;
    max-width: inherit;
    max-height: inherit;
    -webkit-transition: all 1.5s linear;
    transition: all 1.5s linear;
}

.projects_pg .projects_content .items .img .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px 15px 15px;
    z-index: 10;
    width: 100%;
    background-color: #ffffffdc;
    -webkit-box-shadow: 0 0 10px #0001;
    box-shadow: 0 0 10px #0001;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.projects_pg .projects_content .items .img .btns a {
    padding: 10px 40px;
}

.projects_pg .projects_content .items:hover .img .img_over {
    -webkit-transform: translateY(calc(-100% + 250px));
    transform: translateY(calc(-100% + 250px));
}

.projects_pg .projects_content .items:hover .btns {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.projects_pg .projects_content .items .info {
    padding: 30px 15px 15px;
    text-align: center;
    overflow: hidden;
}

.projects_pg .projects_content .items .info .title {
    color: #2E2A7A;
    font-size: 14px;
    margin: 0;
}


/* ========= pagination ========= */

.pagination ul {
    margin: auto;
    margin-top: 30px;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li a {
   /* width: 40px;
    height: 40px;
    line-height: 40px;*/
    border-radius: 7px;
    margin: 0 8px;
    padding:10px;
    padding-bottom: 10px;
    background-color: #f0f0f0;
}

.pagination ul li a:hover {
    background-color: #2E2A7A;
    color: #fff;
}


/* -------------------- responsive style ------------------------- */

@media screen and (max-width: 991px) {
    .navbar {
        padding: 15px;
        background: #f9f9f9;
        overflow: hidden;
    }
    .navbar .w-100 {
        width: auto !important;
    }
    .navbar-brand {
        width: calc(100% - 80px);
        margin-bottom: 30px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item.active::after {
        display: none;
    }
    header .content .section_head h2 {
        font-size: 35px;
    }
    header .content p {
        padding: 15px 0;
    }
    header .head_img {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    .how_work .steps_img {
        display: none;
    }
    .subscribe .content .info p {
        margin: 15px 0;
    }
    .section_head h3 {
        font-size: 30px;
    }
    .templates .img {
        margin-top: 30px;
    }
    .input_form {
        margin-top: 30px;
    }
}

.pagination ul li a.prev, .pagination ul li a.next{
    padding: 10px;
    border-radius: 8px;
    background-color: #E1006E;
    color: #fff;
    text-align: center;
    border: 1px solid #E1006E;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}
/* ======== */


/* ======= */
/* .remove_after */
.upload_sec .remove_after::after{
    display: none!important;
}

/*# sourceMappingURL=styles.css.map */