@import url(https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap);
/* Varialbes */
:root {
    --font-default:"Montserrat", sans-serif;
    --font-secondary: "Montserrat", sans-serif;
    --black: #000000;
    --dark: #333;
    --tdark: #444;
    --white: #ffffff;
    --color-primary: #5e0acc;
    --color-secondary: #7E7F73;
    --color-heading: #2c3e50;
    --color-paragraph: #444;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body,
html {
    height: 100%;
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
body {
 font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
/*    color: #060606;*/
    background: #fff;
    background-position: top;
    background-repeat: repeat-x;
/*    padding-top: 110px;*/
overflow-x: hidden;
}
p {
    margin-bottom: 10px;
}       
a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.container-fluid{
     padding-left: 30px;
    padding-right: 30px;  
}
.container-custom{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
}
h1, h2,h3,h4{
    color: #060606;
}
footer p{
    color: #fff;
}
/*----------header-----------*/
header {
/*    background-color: #150c1a;*/
/*    background: rgb(0 0 0 / 87%);*/
/*    padding: 20px 0px;*/
    position: relative;
    top: 0;
z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
    padding:10px 0px;
      -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.logo_head
{
  display: inline-block;
  background-color: white;
  padding: 25px 0px;
}

 a.logo_main img {
    width: 100%;
    max-width: 220px;
      -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

ul.ul_menu {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}
ul.ul_menu li {
    padding: 10px 12px;
}
.text-align-right{
    text-align: right;
}
ul.ul_menu li a {
    font-weight: 600;
    color: #060606;
    text-decoration: none;
/*    text-transform: uppercase;*/
    font-size: 14px;
/*    letter-spacing: 1.8px;*/
}
ol li, ul li {
  padding-bottom: 15px;
}
.lan_ar{
    text-decoration: none;
color: var(--color-primary);
  font-family: "Cairo", serif;
   font-size: 14px;
}

.login_top{
     font-size: 14px;
    text-decoration: none;   
    background-color: var(--color-primary);
    display: inline-block;
    margin-left: 15px;
    color: #fff;
    padding: 5px 35px;
    border-radius: 25px;
vertical-align: middle;
}
.text-right{
    text-align: right;
}
.home_banner{
    padding-top: 7%;
}
.banner_btn{
    display: flex;
    gap: 30px;
    justify-content: center;
    padding-top: 15px;
}
 .banner_btn a{
    display: block;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 40px;
    border: 1px solid #eee;
    border-radius: 50px;
 }
 .banner_btn a.start_btn{
   background-color: var(--color-primary); 
     border-color: var(--color-primary); 
   color: #fff;
 }
 .banner_btn a.contact_btn{
  border-color: var(--color-primary); 
   color: var(--color-primary); 
 }
.home_banner h1 {
  font-weight: 600;
  font-size: 48px;
}
  .home_banner h1 span{
    font-weight: 700;
    color: transparent;
    background: linear-gradient(to right, rgb(94 10 204), rgb(68 107 216));
    -webkit-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
 }
 .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}
.slider.round {
  border-radius: 34px;
}
 .slider.round::before {
  border-radius: 50%;
}
.slider::before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 20px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 20px;
}
.switch {
  display: inline-block;
  height: 28px;
  position: relative;
  width: 50px;
}
.switch input {
  display: none;
}
input:checked + .slider::before {
  transform: translateX(22px);
}
input:checked + .slider::before {
  transform: translateX(22px);
}
input:checked + .slider {
  background-color: #66bb6a;
}
.switch_flex {
  display: inline-flex;
  align-items: center;
}
.home_price{
    padding: 80px 0px;
 background-color: #f7f7f7;
}
.price_list {
background-color: rgb(255, 255, 255);
border: 1px solid hsla(216,19.4805%,84.902%,1);
border-radius: 16px;
padding: 25px;
width: 100%;
}
.pricing_boxs{
    display: flex;
    gap: 25px;
}
.pricing_h3 h3 {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
}
.price_list p {
  font-size: 13px;
  font-weight: 400;
}
.pricing_h2 {
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}
.pricing_h2 span{
      font-size: 16px;
  font-weight: 600;
/*  color: #7e797b;*/
}
.list_pricing {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list_pricing li{
position: relative;
padding: 5px 0px;
padding-left: 22px;
font-size: 13px;
}
.list_pricing li:before{
    content: "\f046";
    position: absolute;
    left: 0;
    top: 10px;
    font: normal normal normal 14px / 1 FontAwesome;
color: var(--color-primary);
}
.box_keyfeature ul li {
  font-size: 13px;
}
.btn_price {
/*    background-color: var(--color-primary);*/
background-color: #000;
  border-color: var(--color-primary);
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px 15px;
  border-radius: 50px;
  text-decoration: none;
  margin: 18px 0px;
}
.price_list:hover a.btn_price {
  background-color: #000 !important;
}
.price_list:hover .best_active {
  background-color: #fff;
}
.box_keyfeature h6 {
  display: block;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.box_keyfeature ul{
    display: none;
}
.price_list.active{
border: 2px solid var(--color-primary);
}
.pricing_h3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.best_active {
  display: inline-block;
background-color: #5e0acc61;
  color: var(--color-primary);
  padding: 5px 15px;
  border-radius: 50px;
}
.price_list.active a.btn_price{
background-color: var(--color-primary);
}
.btn_more{
  background-color:  var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 12px 35px;
  border-radius: 50px;
  text-decoration: none;
  margin-top:40px;  
}
h2.title{
    font-size: 36px;
    font-weight: 600;
}
.section_01{
    padding: 80px 0px;
}
.card_box {
    display: flex;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 3%);
    margin: 50px 0px;
/*    background-color: #555;*/
}
.card-item {
  width: 50%;
}

.card-content {
    padding: 30px;
    text-align: left;
}
.card-content h3{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}
.card-content ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.card-content ul li{
position: relative;
padding: 3px 0px;
padding-left: 18px;
font-size: 15px;
color: #000;
font-weight: 500;
}

.card-content ul li:before{
  content: "\f105";
    position: absolute;
    left: 0;
    top: 8px;
    font: normal normal normal 14px / 1 FontAwesome;
color: var(--color-primary);
}
.card-image img{
    color: transparent;
  width: 100%;
  height: auto;
  object-fit: fill;
}
.mobile_content{
    padding-left: 25px;
}
.mobile_content ul{
display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 20px;
    flex-wrap: wrap;
}
.mobile_content ul li{
position: relative;
padding: 3px 0px;
padding-left: 20px;
font-size: 15px;
color: #000;
font-weight: 500;
width: 50%;
}

.mobile_content ul li::before {
  content: "\f046";
  position: absolute;
  left: 0;
  top: 10px;
  font: normal normal normal 14px / 1 FontAwesome;
  color: var(--color-primary);
}
#footer {
    background: #fdf8f8;
}
#footer .footer-inner {
    padding: 116px 0 62px;
}
#footer .widget.footer-widget .widget-title {
    color: #ffff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 38px;
    border-bottom: 0;
    padding-bottom: 0;
}
#footer .widget.footer-widget p {
    margin-bottom: 40px;
}
#footer .footer-menu {
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}
#footer .footer-menu li:not(:last-child) {
    margin-bottom: 10px;
}
#footer .footer-menu li a {
    display: block;
    color: #ffffff;
    font-weight: 400;
    line-height: 30px;
}
#footer .footer-menu li a:hover {
    color: #fa7070;
}
#footer .footer-logo {
    display: block;
    margin-bottom: 30px;
}
#footer .email-info {
    display: block;
    color: #fa7070;
    margin-bottom: 20px;
}
#footer .email-info i {
    margin-right: 10px;
}
#footer .widget-contact .widget-contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 240px;
}
#footer .widget-contact .widget-contact-info li {
    color: #b5b3be;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 10px;
}
#footer .widget-contact .widget-contact-info li i {
    margin-right: 10px;
    color: #12bf7c;
}
#footer .copyright-text {
    margin-bottom: 50px;
}
#footer .copyright-text a {
    color: #fa7070;
}
#footer .footer-social-link {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer .footer-social-link li {
    display: inline-block;
}
#footer .footer-social-link li:not(:last-child) {
    margin-right: 10px;
}
#footer .footer-social-link li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid #e6dbdb;
    display: block;
    border-radius: 50%;
    color: #ffff;
    text-align: center;
    font-size: 16px;
}
#footer .footer-social-link li a:hover {
    background: #fa7070;
    border-color: #fa7070;
    color: #fff;
    -webkit-box-shadow: 0 20px 30px 0 rgba(176, 70, 70, 0.3);
    box-shadow: 0 20px 30px 0 rgba(176, 70, 70, 0.3);
}
#footer .site-info {
    padding: 36px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e4d9d9;
    position: relative;
    z-index: 3;
}
#footer .site-info p {
    margin: 0;
}
#footer .site-info p a {
    color: #fa7070;
    font-weight: 500;
}
#footer .site-info p a:hover {
    color: #f83f3f;
}
#footer.footer-two {
    background: #1f1f1f;
}
#footer.footer-two .footer-menu li a:hover {
    color: #0688df;
}
#footer.footer-two .footer-social-link li a:hover {
    background: #0688df;
    border-color: #0688df;
    -webkit-box-shadow: 0 20px 30px 0 rgba(90, 70, 176, 0.3);
    box-shadow: 0 20px 30px 0 rgba(90, 70, 176, 0.3);
}
#footer.footer-two .site-info {
    border-color: #dad8e3;
}
#footer.footer-two .site-info p a {
    color: #ffffff;
}
#footer.footer-two .site-info p a:hover {
    color: #1e58a0;
}
#footer.footer-two .footer-social-link li a {
    border-color: #ffffff;
}
#footer.footer-two .site-info-menu li a:hover {
    color: #7052fb;
}
#footer.footer-three {
    position: relative;
}
#footer.footer-three .footer-inner {
    position: relative;
    z-index: 3;
}
#footer.footer-three .map-bg {
    text-align: center;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 0;
    width: 100%;
}
#footer.footer-four .site-info {
    background: #f8f2f2;
    border-top: 1px solid #e4d9d9;
    padding: 25px 0;
}
#footer.footer-four .site-info .site-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#footer.footer-five {
    background: #2c234d;
}
#footer.footer-five .widget.footer-widget .widget-title {
    color: #fff;
}
#footer.footer-five .footer-menu li a,
#footer.footer-five .widget p {
    color: #a39eb9;
}
#footer.footer-five .footer-menu li a:hover {
    color: #7052fb;
}
#footer.footer-five .footer-social-link li a {
    border-color: #615a7e;
    color: #a39eb9;
}
#footer.footer-five .footer-social-link li a:hover {
    background: #7052fb;
    -webkit-box-shadow: 0 20px 30px 0 rgba(90, 70, 176, 0.3);
    box-shadow: 0 20px 30px 0 rgba(90, 70, 176, 0.3);
    border-color: #7052fb;
    color: #fff;
}
#footer.footer-five .site-info-menu li a {
    color: #9c99a7;
}
#footer.footer-five .site-info-menu li a:hover {
    color: #7052fb;
}
#footer.footer-five .site-info {
    border-color: #3d355b;
}
#footer.footer-five .site-info p {
    color: #9c99a7;
}
#footer.footer-five .site-info p a {
    color: #7052fb;
}
#footer.footer-tax-service {
    background: #f2f7fe;
    position: relative;
}
#footer.footer-tax-service .footer-inner {
    padding: 116px 0 175px;
}
#footer.footer-tax-service .email-info {
    color: #f97bc5;
    margin-bottom: 20px;
}
#footer.footer-tax-service .copyright-text a {
    color: #f97bc5;
}
#footer.footer-tax-service .footer-social-link li a {
    border-color: #d6dee9;
    color: #9198a4;
}
#footer.footer-tax-service .footer-social-link li a:hover {
    background: #f97bc5;
    -webkit-box-shadow: 0 20px 30px 0 rgba(235, 56, 160, 0.3);
    box-shadow: 0 20px 30px 0 rgba(235, 56, 160, 0.3);
    color: #fff;
}
#footer.footer-tax-service .footer-menu li a {
    color: #505064;
}
#footer.footer-tax-service .footer-menu li a:hover {
    color: #f97bc5;
}
#footer.footer-tax-service .footer-bottom-element .shape-element {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
#footer.footer-tax-service .footer-bottom-element .shape-element li {
    position: absolute;
    bottom: 0;
}
#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(2) {
    bottom: 0;
    left: 70px;
}
#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(3) {
    bottom: 0;
    left: 20px;
}
#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(4) {
    bottom: 20px;
    left: 40%;
}
#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(5) {
    bottom: 0;
    right: 120px;
}
#footer.footer-tax-service .footer-bottom-element .shape-element li:nth-child(6) {
    bottom: 0;
    left: 200px;
}
#footer.footer-job-board {
    background-size: cover;
    background-position: 50%;
}
#footer.footer-job-board .footer-inner {
    padding: 115px 0 85px;
}
@media (max-width: 991px) {
    #footer.footer-job-board .footer-inner {
        padding: 75px 0 45px;
    }
}
#footer.footer-job-board .widget.footer-widget .widget-title {
    color: #fff;
}
#footer.footer-job-board .footer-social-link {
    margin-bottom: 22px;
}
#footer.footer-job-board .footer-social-link li a {
    background: hsla(0, 0%, 100%, 0.078);
    border: 0;
    color: #fff;
}
#footer.footer-job-board .footer-social-link li a:hover {
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(12, 118, 142, 0.2);
    box-shadow: 0 10px 20px 0 rgba(12, 118, 142, 0.2);
    color: #fd4d5c;
}
#footer.footer-job-board .footer-menu li:not(:last-child) {
    margin-bottom: 5px;
}
#footer.footer-job-board .footer-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
#footer.footer-job-board .footer-menu li a:hover {
    color: #fd4d5c;
}
#footer.footer-job-board .copyright-text {
    color: hsla(0, 0%, 100%, 0.502);
}
#footer.footer-job-board .copyright-text a {
    color: #fd4d5c;
}
#footer.footer-app {
    padding-bottom: 50px;
}
#footer.footer-app .widget.footer-widget .widget-title {
    color: #fff;
}
#footer.footer-app .widget.widget-about {
    max-width: 240px;
}
#footer.footer-app .widget.widget-about p {
    color: #b5b3be;
    margin-bottom: 26px;
}
#footer.footer-app .widget.widget-about .footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
#footer.footer-app .footer-menu li:not(:last-child) {
    margin-bottom: 5px;
}
#footer.footer-app .footer-menu li a {
    color: #b5b3be;
}
#footer.footer-app .footer-menu li a:hover {
    color: #12bf7c;
}
#footer.footer-app .site-info {
    display: block;
    border-top-color: #2f3255;
    padding: 25px 0;
}
#footer.footer-app .site-info p {
    color: #9997a2;
}
#footer.footer-app .site-info p a {
    color: #12bf7c;
}
#footer.footer-marketing {
    background: #f8f9fd;
    position: relative;
}
#footer.footer-marketing .footer-inner {
    padding: 116px 0 112px;
    position: relative;
    z-index: 222;
}
#footer.footer-marketing .widget.footer-widget .widget-title {
    color: #1a133b;
}
#footer.footer-marketing .footer-menu li:not(:last-child) {
    margin-bottom: 5px;
}
#footer.footer-marketing .footer-menu li a {
    color: #615f6b;
    font-size: 14px;
}
#footer.footer-marketing .footer-menu li a:hover {
    color: #f98e47;
}
#footer.footer-marketing .footer-bottom-shape {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.site-info-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-info-menu li {
    display: inline-block;
}
.site-info-menu li a {
    display: inline-block;
    color: #797687;
}
.site-info-menu li a:hover {
    color: #fa7070;
}
@media (max-width: 991px) {
    #footer .footer-inner {
        padding: 76px 0 22px;
    }
    #footer .site-info {
        padding: 21px 0;
    }
    #footer .widget.footer-widget {
        margin-bottom: 30px;
    }
    #footer .widget.footer-widget .widget-title {
        margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
    #footer .footer-menu {
        margin-bottom: 40px;
    }
    #footer .site-info {
        padding: 21px 0;
        display: block;
        text-align: center;
    }
    #footer.footer-four .copyright {
        margin-bottom: 20px;
    }
    #footer.footer-four .site-info .site-info-inner {
        display: block;
    }
}
.accordion-button {
  border: 0px solid #fff;
  background-color: #fff;
  font-size: 22px;
  padding: 20px 0px;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.0);
}
.accordion-item {
  background-color: #fff;
  border: 0px solid rgba(0,0,0,.125);
  border-bottom: 2px solid rgba(0,0,0,.125);
}
.accordion-body {
  text-align: left;
    padding:10px 0px;
}
.table_pricing{
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-collapse: collapse;
    border-radius: 5px;
}
.table_pricing th{
    padding: 10px;
background-color: #eee;
font-weight: 600;



}
.table_pricing td{
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.table_pricing tr:last-child td{
    padding: 10px;
    border-bottom: 0px solid #eee;
}
#contact_information{
    box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 3%);
    border-radius: 25px;
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
}
#contact_information .form-control{
font-size: 13px;
padding:15px;
margin-bottom: 15px;
}
.btn_form{
    background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 12px 50px;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 40px;
}
.loc_text {
  padding-left: 80px;
}
.loction_box {
  position: relative;
  margin-bottom: 25px;
  margin-top: 5px;
}
.loction_box img {
  width: 60px;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #fff;
  border-radius: 50%;
  padding: 3px;
}
.loc_text h5{
    color: #000;
}
.blog_listmain {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.blog-list {
width: 48%;
}
.blog_listmain .blog-list h4 a{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    min-height: 50px;
    color: #000;
}
.blog_listmain .blog-list p.blog-date {
    /* font-size: 15px; */
    margin-bottom: 0;
     padding-top: 5px;
    padding-bottom: 10px;
    color: #333333;
}
.blog_listmain .blog-readmore  {
    padding-top: 15px;
    text-align: right;
    padding-right: 10px;
    color: var(--color-primary) !important;
}
.blog_listmain .blog-readmore a {

    color: var(--color-primary);
}
.popularblog-list {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    padding-top: 15px;
}
.popularblog-list img {
    float: left;
    margin-right: 15px;
    width: 100px;
}
.popularblog-list p {
    font-weight: 600;
    padding-bottom: 0;
    line-height: 1.3;
    font-size: 12px;
}
.popularblog-list p a {
    font-weight: 600;
    color: #333333;
}
.sidebar-sticky .menu_side {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
 .blog-details h4 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
    min-height: 50px;
}
.blog-details .blog-date {
    padding: 10px 0 !important;
}
.box_keyfeature.show ul{
display: block;
}
.hamburger {
    color: #000;
    top: 15px;
    position: absolute;
    font-size: 20px;
    display: none;
}


.button {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
/*  background: #f72359;*/
/*  padding: 1em 2em;*/
  border: none;
  color: white;
/*  font-size: 1.2em;*/
  cursor: pointer;
  outline: none;
  overflow: hidden;
/*  border-radius: 100px;*/
}
.button span {
  position: relative;
  pointer-events: none;
  z-index: 99;
}
.button::before {
  --size: 0;
  content: '';
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, #466bda, transparent);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: width .2s ease, height .2s ease;
}
.button:hover::before {
  --size: 200px;
}
.button:hover{
   color: #fff; 
}
.btn-6 {
position: relative;
overflow: hidden;
}
.btn-6 span{
    position: relative;
    z-index: 9;
}
.btn-6 span.hover {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
     background: radial-gradient(circle closest-side, #466bda, transparent);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.btn-6:hover {
  color: #e5eddf;
}
.btn-6:hover span.hover {
  width: 220%;
  height: 562.5px;
}
.btn-6:active {
  background-color: #4369d8;
}
.banner_btn a.contact_btn:hover {
   background-color: var(--color-primary);
  color: #fff;
}
.price_list:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.price_list:hover ul li i{
/*  background-color: var(--color-primary);*/
  color: #fff;
}
.price_list:hover .list_pricing li::before {
  color: #fff;
}
.table_pricing tr:hover td{
background-color: #f4f4f4;
}
.mob_form{
    position: relative;
}
.mob_form>span{
    position: absolute;
    left: 10px;
    top: 13px;
}
.mob_form>span img{
    width: 22px;
    border: 2px solid #ddd;
    border-radius: 50%;
}
.mob_form input{
    padding-left: 80px !important;
}
.table_checkout{
    width: 100%;
box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 3%);
  border-radius: 25px;
  background-color: #fff;
  padding: 20px;
}
.table_checkout table{
    width: 100%;

}
.table_checkout th {
padding: 12px 10px;
font-weight: 600;

}
.table_checkout td {
padding: 10px 20px;
text-align: right;
font-weight: 600;
color: #474747;
}
.table_checkout td strong{
    color: var(--color-primary);
}
.table_checkout  tr{
    border-bottom: 1px solid #ddd;
}
.table_checkout  tr:last-child{
    border-bottom: 0px solid #ddd;
}
.checkmark__circle{stroke-dasharray: 166;stroke-dashoffset: 166;stroke-width: 2;stroke-miterlimit: 10;stroke: #5e0acc;fill: none;animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards}
.checkmark{width: 56px;height: 56px;border-radius: 50%;display: block;stroke-width: 2;stroke: #fff;stroke-miterlimit: 10;margin: 5% auto;box-shadow: inset 0px 0px 0px #5e0acc;animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both}
.checkmark__check{transform-origin: 50% 50%;stroke-dasharray: 48;stroke-dashoffset: 48;animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards}
@keyframes stroke{100%{stroke-dashoffset: 0}}@keyframes scale{0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}}
@keyframes fill{100%{box-shadow: inset 0px 0px 0px 30px #5e0acc}}
a.btn_form:hover{
color: #fff;
}
@media(max-width:768px){
    .pricing_boxs {
    flex-wrap: wrap;
}
.hide_mobmenu{
    display: none;
}
.home_banner h1 {
    font-weight: 600;
    font-size: 36px;
}
.banner_btn {
    gap: 10px;
}
.banner_btn a {
    display: block;
    font-size: 14px;
}
h2.title {
    font-size: 26px;
    font-weight: 600;
}
.card_box {
       flex-wrap: wrap;
}
.card-item {
    width: 100%;
}
.mobile_content{
    margin-top: 20px;
}
a.logo_main img {
    width: 100%;
    max-width: 140px;
}
.login_top {
    font-size: 12px;
    margin-left: 8px;
    padding: 4px 12px;
}
.lan_ar {
    font-size: 12px;
}
.hamburger {
    display: inline-block;
        z-index: 99;
}
a.logo_main {
    margin-left: 22px;
}
.mob_head{
    position: absolute;
}
.menu_header.openmenu {
    display: block;
    position: absolute;
    background-color: #fff;
    padding: 20px;
            top: 50px;
            left: 0;
}
ul.ul_menu {
    flex-wrap: wrap;
}
ul.ul_menu li{
    width: 100%;
}
.accordion-button {
    font-size: 18px;
    font-weight: 600;
}
.accordion-body {
    overflow-x: auto;
}
.blog-list {
    width: 100%;
}
#contact_information {
    margin-bottom: 30px;
}
.order-first {
  order:  0 !important;
}
}

.circle,
.circle-border {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
}

.circle {
  z-index: 1;
  position: relative;
  background: white;
  transform: scale(1);
  animation: success-anim 700ms ease;

}

.circle-border {
  z-index: 0;
  position: absolute;
  transform: scale(1.1);
  animation: circle-anim 400ms ease;
  background: #ff3900;
  left: 0;
  right: 0;
}

@keyframes success-anim {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circle-anim {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.1);
  }
}
.error::before,
.error::after {
  content: "";
  display: block;
  height: 4px;
  background: #ff3900;
  position: absolute;
}

.error::before {
  width: 40px;
  top: 48%;
  left: 16%;
  transform: rotateZ(50deg);
}

.error::after {
  width: 40px;
  top: 48%;
  left: 16%;
  transform: rotateZ(-50deg);
}
.style-three {
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 40px 60px 0 rgba(79, 35, 35, 0.14);
  box-shadow: 0 40px 60px 0 rgba(79, 35, 35, 0.14);
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 22;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
    margin-bottom: 25px;
      border: 5px double #ffff;
        -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pixsass-icon-box-content {

  font-weight: 600;
  font-size: 16px;
}
.bg_section{
    padding: 80px 0px;
    background-color: var(--color-primary);
}
.bg_section h2.title{
    color: #fff;
}
.style-three .saaspik-icon-box-icon {
  width: 70px;
  margin-right: 30px;
  margin-bottom: 0;
}
.style-three:hover .pixsass-icon-box-content{
    color: var(--color-primary);
}
.style-three:hover{
    border: 5px double #5e0acc;
      -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.text_div h5{
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #060606;
}
.text_div h6{
    color: #060606;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}