
body {
  color: var(--ptc);
  background-color: var(--bc);
  padding: 0;
  margin: 0;
  font-family: var(--sf);
  font-size: var(--sfs);

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--shf);

    }
 h1{
font-size: var(--shs);
 }
  h2{
  font-size: calc(var(--shs)*0.8);
  }
  h3{
    font-size: calc(var(--shs)*0.7);
  }
  h4{
    font-size: calc(var(--shs)*0.6);
  }
  h5{
    font-size: calc(var(--shs)*0.5);
  }
  h6{
    font-size: calc(var(--shs)*0.4);
  }

h4
{
    margin-block-end:0;
}
ul,ol{
    line-height:30px;
}
a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--sc);
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  text-decoration: none;
  color: var(--ssc);
}

button, input {
  outline: 0 !important;
}

img {
  max-width: 100%;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.bg-f4f6fc {
  background-color: #f4f6fc;
}

.bg-f8fbfa {
  background-color: #f8fbfa;
}

.bg-f4f5fe {
  background-color: #f4f5fe;
}




.bg-f4e9da {
  background-color: #f4e9da;
}

.bg-f9f9f9 {
  background-color: #f9f9f9;
}


  .logo{
    float: left;
  }
  .logo img{
    width:39px;
  }

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.overflow-x-hide {
  overflow-x: hidden;
}

.tx-center {
  text-align: center;
}

.mwidth-1000 {
  max-width: 1000px !important;
}

.max-width-1290 {
  max-width: 1290px;
}

.blt-radius-0 {
  border-radius: 0px 30px 30px 30px !important;
}

p {
  margin-bottom: 12px;
}

p:last-child {
  margin-bottom: 0;
}

.border-radius-0 {
  border-radius: 0 !important;
}

/* Section title */
.section-title {
  text-align: center;
  /*max-width: 575px;*/
  text-transform: capitalize;
  margin-left: auto;
  margin-bottom: 60px;
  margin-right: auto;
}

.section-title h1 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}

.section-title h2 strong {
  display: inline-block;
  color: var(--mc);
}


.section-title.text-left {
  max-width: 576px;
  margin-left: 0;
  margin-right: 0;
}

.section-title.text-left .sub-title {
  font-weight: 600;
  color: var(--mc);
  display: block;
  margin-bottom: 10px;
}


/* default-btn&optional-btn */
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  background-color: var(--mc);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  padding-left: 50px;
  padding-right: 25px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.default-btn i {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--sc);
}

.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--ssc);
  -webkit-transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.default-btn:hover, .default-btn:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
}

.default-btn:hover span, .default-btn:focus span {
  width: 225%;
  height: 562.5px;
}

.optional-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: var(--sc);
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 500;
  font-size: 13px;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 16px;
  padding-bottom: 12px;
}

.optional-btn i {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--sc);
}

.optional-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.optional-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--ssc);
  -webkit-transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.optional-btn:hover, .optional-btn:focus {
  color: #ffffff;
}

.optional-btn:hover::before, .optional-btn:focus::before {
  border-color: var(--ssc);
}

.optional-btn:hover span, .optional-btn:focus span {
  width: 225%;
  height: 562.5px;
}

/*================================================
Navbar Area CSS
=================================================*/
.spacle-responsive-nav {
  display: none;
}

.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  height: auto;
  z-index: 1040;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-area .container {
  max-width: 1290px;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 0;
  padding-bottom: 0;
}


.navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn::before {
  border-color: var(--sc);
}

.navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn:hover, .navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn:focus {
  color: #ffffff;
}

.navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn:hover i, .navbar-area.is-sticky .spacle-nav .navbar .others-options .optional-btn:focus i {
  color: #ffffff;
}

.navbar-area.navbar-style-two {
  position: relative;
  background-color: #ffffff;
}

.navbar-area.navbar-style-two.is-sticky {
  position: fixed;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .navbar-nav {
  margin-left: auto;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options {
  margin-left: 25px;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn {
  color: var(--sc);
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn i {
  color: #ff612f;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn::before {
  border-color: var(--sc);
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn:hover, .navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn:focus {
  color: #ffffff;
}

.navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn:hover i, .navbar-area.navbar-style-two .spacle-nav .navbar .others-options .optional-btn:focus i {
  color: #ffffff;
}

.navbar-area.navbar-style-two .container {
  max-width: 1140px;
}

.spacle-nav {
  background-color: transparent;
}

.spacle-nav .navbar {
  background-color: transparent;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.spacle-nav .navbar .navbar-brand {
  padding: 0;
  font-weight: bold;
  font-size: 27px;
}

.spacle-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.spacle-nav .navbar .navbar-nav {
  margin-left: 110px;
}

.spacle-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  font-weight: 500;
  color: #4a6f8a;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 13px;
  margin-right: 13px;
}

.spacle-nav .navbar .navbar-nav .nav-item a:hover, .spacle-nav .navbar .navbar-nav .nav-item a:focus, .spacle-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--ssc);
}

.spacle-nav .navbar .navbar-nav .nav-item a i {
  font-size: 16px;
  position: absolute;
  top: 19px;
  display: inline-block;
  margin-left: -3px;
}

.spacle-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item:hover a, .spacle-nav .navbar .navbar-nav .nav-item.active a {
  color: var(--ssc);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  border-top: 2px solid var(--ssc);
  padding: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 13px 20px 11px;
  margin: 0;
  position: relative;
  color: #4a6f8a;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 14px;
  font-weight: 500;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: var(--ssc);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: var(--ssc);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--ssc);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--ssc);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: var(--ssc);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--sc);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: var(--ssc);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: var(--sc);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffffff;
  background-color: var(--ssc);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: var(--ssc);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--ssc);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--ssc);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: var(--ssc);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: var(--ssc);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: var(--ssc);
}

.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 0;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu {
  width: 500px;
  padding: 0 10px 5px;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu h3 {
  font-size: 17px;
  margin-top: 20px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu h3::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background: var(--ssc);
  width: 30px;
  height: 1px;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item a {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px dashed #e5e5e5 !important;
}

.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item a:last-child {
  border-bottom: none !important;
}

.spacle-nav .navbar .others-options {
  margin-left: auto;
}

.spacle-nav .navbar .others-options .default-btn {
  color: #ffffff;
  background-color: var(--ssc);
}

.spacle-nav .navbar .others-options .default-btn i {
  color: #ffffff;
}

.spacle-nav .navbar .others-options .default-btn span {
  background-color: var(--sc);
}

.spacle-nav .navbar .optional-btn {
  margin-left: 10px;
  color: #ffffff;
  background-color:var(--sc);

}
.spacle-nav .navbar .optional-btn.admin-btn {
 margin-right:auto;
 margin-left:auto!important;
}

.spacle-nav .navbar .others-options .optional-btn i {
  color: #ffffff;
}

.spacle-nav .navbar .others-options .optional-btn::before {
  border-color: #ffffff;
}

.spacle-nav .navbar .others-options .optional-btn span {
  background-color: var(--ssc);
}

.spacle-nav .navbar .others-options .optional-btn:hover::before, .spacle-nav .navbar .others-options .optional-btn:focus::before {
  border-color: var(--sc);
}

@media only screen and (max-width: 991px) {
  .spacle-responsive-nav {
    display: block;
  }
  .spacle-responsive-nav .spacle-responsive-menu {
    position: relative;
  }
  .spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav {
    margin-top: 55px;
  }
  .spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }
  .spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav ul li a.active {
    color: var(--ssc);
  }
  .spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }
  .spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav .mega-dropdown-menu {
    padding: 0 15px;
  }
  .spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav .mega-dropdown-menu h3 {
    font-size: 16px;
    margin-top: 0;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
  }
  .spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav .mega-dropdown-menu h3::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: var(--ssc);
    width: 30px;
    height: 1px;
  }



  .spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav .others-options {
    display: none;
  }
  .spacle-responsive-nav .spacle-responsive-menu.mean-container .navbar-nav {
    height: fit-content;
    height: -moz-fit-content;
    max-height: calc(100vh - 150px) !important;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
}
  .spacle-responsive-nav .mean-container a.meanmenu-reveal {
    color: var(--sc);
  }
  .spacle-responsive-nav .mean-container a.meanmenu-reveal span {
    background: var(--sc);
  }
  .spacle-responsive-nav .logo {
    position: relative;
    z-index: 999;
    font-weight: bold;
    font-size: 25px;
  }
  .navbar-area {
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-area.is-sticky {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .spacle-nav {
    display: none;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  position: relative;
  z-index: 1;
}

.main-banner .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.main-banner .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.main-banner .container-fluid .row .col-lg-5, .main-banner .container-fluid .row .col-lg-7 {
  padding-left: 0;
  padding-right: 0;
}

.banner-section {
  position: relative;
  z-index: 1;
}

.banner-section .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.banner-section .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.banner-section .container-fluid .row .col-lg-7, .banner-section .container-fluid .row .col-lg-5 {
  padding-left: 0;
  padding-right: 0;
}

.main-banner-content {
  width: 100%;
  height: 100%;
}

.main-banner-content .content {
  max-width: 755px;
  padding-right: 150px;
  margin-left: auto;
  margin-top: 80px;
}
.main-banner-content .content h1 {
  font-size: 34px;
  font-weight: 600;
}

.main-banner-content .content h1 span {
  display: inline-block;
  color: #ff612f;
}

.main-banner-content .content p {
  margin-top: 18px;
  max-width: 540px;
  color: var(--ptsc);
}

.main-banner-content .content .default-btn {
  margin-top: 20px;
  background-color: var(--sc);
}

.main-banner-content .content .default-btn i {
  color: #ff612f;
}

.banner-content {
  padding-top: 215px;
  padding-bottom: 125px;
}

.banner-content .content {
  max-width: 755px;
  padding-right: 150px;
  margin-left: auto;
}

.banner-content .content h1 {
  font-size: 57px;
  font-weight: 600;
}

.banner-content .content h1 span {
  display: inline-block;
  color: #ff612f;
}

.banner-content .content p {
  margin-top: 18px;
  max-width: 540px;
}

.banner-content .content .default-btn {
  margin-top: 15px;
  background-color: var(--sc);
}

.banner-content .content .default-btn i {
  color: #ff612f;
}

.banner-image {

  border-radius: 0 0 0 80px;

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-image img {
  display: none;
}

.banner-image.bg-1 {
  background-image: url(../../assets/img/banner-img1.jpg);
}

.banner-image.bg-2 {
  background-image: url(../../assets/img/banner-img2.jpg);
}

.banner-image.bg-3 {
  background-image: url(../../assets/img/banner-img3.jpg);
}

.banner-image.mbanner-bg-one {
  background-image: url(../../assets/img/banner-img2.jpg);
}

.banner-image.mbanner-bg-one .animate-banner-image {
  padding: 15px;
  margin-top: 65px;
}



.banner-img {
  height: 100%;
  width: 100%;
  border-radius: 0 0 0 80px;
  background-color: #ff612f;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img img {
  display: none;
}

.banner-img.bg-1 {
  background-image: url(../../assets/img/banner-img1.jpg);
}

.banner-img.bg-2 {
  background-image: url(../../assets/img/banner-img2.jpg);
}

.banner-img.bg-3 {
  background-image: url(../../assets/img/banner-img3.jpg);
}

.banner-content-slides {
  padding-right: 40px;
}

.banner-content-slides.owl-theme .owl-nav {
  text-align: left;
  margin-top: 50px;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-] {
  color: var(--sc);
  font-size: 25px;
  margin: 0 5px;
  background: #f4f6fc;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 45px;
  height: 45px;
  line-height: 52px;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: var(--ssc);
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-].owl-prev {
  border-radius: 0 0 0 10px;
  margin-left: 0;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  margin-right: 0;
  border-radius: 0 10px 0 0;
}

.shape19 {
  position: absolute;
  right: 35%;
  bottom: -25px;
  z-index: -1;
}

.shape19 img {
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}

.shape20 {
  position: absolute;
  right: 55%;
  bottom: 5%;
  z-index: -1;
}

.shape20 img {
  -webkit-animation:animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.shape21 {
  position: absolute;
  left: 0;
  top:30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.shape21 img {
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

.shape22 {
  position: absolute;
  left: 5%;
  top: 15%;
  z-index: -1;
}

.shape22 img {
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.shape23 {
  position: absolute;
  left: 10%;
  bottom: 10%;
  z-index: -1;
}

.shape23 img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape24 {
  position: absolute;
  left: 25%;
  top: 17%;
  z-index: -1;
}

.shape24 img {
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.shape25 {
  position: absolute;
  left: 40%;
  bottom: 71%;
  z-index: -1;
}

.shape25 img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape26 {
  position: absolute;
  left: 30%;
    bottom: 0%;
  z-index: -1;
}

.shape26 img {
  -webkit-animation: moveLeftBounce 3s linear infinite;
          animation: moveLeftBounce 3s linear infinite;
}

.chat-wrapper {
  position: absolute;
  left: -20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 510px;
  height: auto;
}

.chat-wrapper .chat-container {
  height: 400px;
  overflow: hidden;
}

.chat-wrapper .chat ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.chat-wrapper .chat ul li:last-child {
  margin-bottom: 0 !important;
}

.chat-wrapper .spinme-right {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.5;
}

.chat-wrapper .spinme-left {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  color: #f4f6fc;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.5;
}

.chat-wrapper .spinner {
  margin: 0;
  width: 30px;
  text-align: center;
}

.chat-wrapper .spinner > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background: var(--sc);
}

.chat-wrapper .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.chat-wrapper .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

.message-left {
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
}

.message-left img {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
}

.message-left .message-time {
  color: #8097b1;
  position: absolute;
  right: 13px;
  bottom: 8px;
  font-size: 11px;
  font-weight: 400;
}

.message-left .message-text {
  max-width: 80%;
  display: inline-block;
  background: #f4f6fc;
  padding: 15px 30px 30px 15px;
  position: relative;
  color: #2e384d;
  border-radius: 15px 15px 15px 0;
  line-height: 1.8;
  font-weight: 400;
  font-size: 13px;
}

.message-left .message-text::before {
  content: '';
  position: absolute;
  left: 3.4px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #f4f6fc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.message-right {
  text-align: right;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  padding-right: 50px;
}

.message-right .message-time {
  color: #e4e8f0;
  position: absolute;
  right: 13px;
  bottom: 8px;
  font-size: 11px;
  font-weight: 400;
}

.message-right img {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
}

.message-right .message-text {
  line-height: 1.8;
  display: inline-block;
  background: #2e5bff;
  padding: 15px 30px 30px 15px;
  position: relative;
  color: #ffffff;
  border-radius: 15px 15px 0 15px;
  text-align: left;
  max-width: 80%;
  font-weight: 400;
  font-size: 13px;
}

.message-right .message-text::before {
  content: '';
  position: absolute;
  right: 2px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #2e5bff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.message-right .spinner > div {
  background: #ffffff;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

.main-banner-two .banner-image-slider .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

.main-banner-two .banner-image-slider .owl-dots .owl-dot.active span, .main-banner-two .banner-image-slider .owl-dots .owl-dot:hover span {
  background-color: var(--ssc);
}

.banner-img.banner-video {
  background-image: url(../../assets/img/banner-video-bg.jpg) !important;
  height: 100vh;
  position: relative;
}

.banner-img.banner-video .video-box .video-btn {
  background-color: var(--ssc);
}

.banner-img.banner-video .video-box .video-btn::after, .banner-img.banner-video .video-box .video-btn::before {
  border: 1px solid var(--ssc);
}

.banner-img.banner-video .video-box .video-btn:hover, .banner-img.banner-video .video-box .video-btn:focus {
  background-color: #ff612f;
}

.banner-img.banner-video .video-box .video-btn:hover::after, .banner-img.banner-video .video-box .video-btn:hover::before, .banner-img.banner-video .video-box .video-btn:focus::after, .banner-img.banner-video .video-box .video-btn:focus::before {
  border-color: #ff612f;
}

/* Animate banner image */
.animate-banner-image {
  position: relative;
}

.animate-banner-image img {
  display: block !important;
  -webkit-animation: border-transform 10s linear infinite alternate forwards;
  animation: border-transform 10s linear infinite alternate forwards;
  margin: auto;
}

@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

/*================================================
About Area CSS
=================================================*/
.about-content .sub-title {
  display: block;
  color: #ff612f;
  margin-bottom: 7px;
}

.about-content h2 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
}

.about-image {
  text-align: center;
}

.about-area .section-title.text-left {
  margin-bottom: 0;
}

.about-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.about-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.about-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.about-inner-area {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-inner-image {
  height: 100%;
  background-image: url(../../assets/img/marketing-agency/about-image.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-inner-image img {
  display: none;
}

.about-inner-content {
  background-color: #f4e9da;
  padding: 100px;
  margin-top: -60px;
  margin-bottom: -60px;
}

.about-inner-content .content {
  max-width: 455px;
}

.about-inner-content .content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 36px;
  font-weight: 600;
}

.about-inner-content .content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 30px;
}

.about-inner-content .content .features-list li {
  margin-bottom: 15px;
  color: #4a6f8a;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}

.about-inner-content .content .features-list li i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  color: var(--ssc);
  margin-right: 5px;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  top: 3px;
}

.about-inner-content .content .features-list li:last-child {
  margin-bottom: 0;
}

.about-inner-content .content .features-list li:hover i {
  background-color: var(--ssc);
  color: #ffffff;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area .container {
  max-width: 1290px;
}

.partner-area .row {
  margin-left: 0;
  margin-right: 0;
}

.partner-area .row .col-lg-3, .partner-area .row .col-lg-9 {
  padding-left: 0;
  padding-right: 0;
}

.partner-title h3 {
  color: #8791b0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.single-partner-item {
  text-align: left;
}

.single-partner-item a {
  display: inline-block;
}

.single-partner-item a img {
  width: auto !important;
  display: inline-block !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-partner-item a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}






.partner-area-two.ptb-70 {
  padding-top: 70px;
  padding-bottom: 40px;
}

.single-partner-box {
  margin-bottom: 30px;
  text-align: center;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.services-area.bg-right-color::before {
  position: absolute;
  right: 0;
  content: '';
  top: 0;
  width: 35%;
  height: 215%;
  z-index: -1;
  background-color: var(--ssc);
  -webkit-transform: skewY(-66deg);
          transform: skewY(-66deg);
}

.services-area.bg-left-color::before {
  position: absolute;
  left: 0;
  content: '';
  top: 0;
  width: 35%;
  height: 215%;
  z-index: -1;
  background-color: var(--ssc);
  -webkit-transform: skewY(66deg);
          transform: skewY(66deg);
}

.services-area.bg-right-shape::before {
  position: absolute;
  right: 0;
  content: '';
  top: 0;
  width: 45%;
  height: 215%;
  z-index: -1;
  background-color: #fbfbfb;
  -webkit-transform: skewY(-66deg);
          transform: skewY(-66deg);
}

.services-area.bg-left-shape::before {
  width: 45%;
}

.services-content {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.services-content .content {
  max-width: 615px;
  padding-left: 30px;
}

.services-content .content .icon {
  margin-bottom: 20px;
}

.services-content .content h2 {
  font-size: 40px;
  font-weight: 500;
}

.services-content .content h2 span {
  display: inline-block;
  color: #ff612f;
}

.services-content .content p {
  max-width: 435px;
  margin-top: 18px;
}

.services-content .content .default-btn {
  margin-top: 15px;
  background-color: var(--sc);
}

.services-content .content .default-btn i {
  color: #ff612f;
}

.services-content .content.left-content {
  padding-right: 30px;
  padding-left: 0;
  margin-left: auto;
}

.services-image {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.services-image .image {
  text-align: center;
}

.it-service-content .content p {
  margin-bottom: 30px;
  max-width: 540px;
  color: var(--ptsc);
}

.feature-box {
  color: #4a6f8a;
  background-color: #ffffff;
  border: 1px solid #f2effc;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
          box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
  border-radius: 30px;
  font-size: 15px;
  padding: 12px 22px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feature-box:hover {
  background-color: var(--ssc);
  color: #ffffff;
}

.feature-box:hover i {
  color: #ffffff;
}

.feature-box i {
  margin-right: 3px;
  color: var(--ssc);
}

/*================================================
Video Presentation Area CSS
=================================================*/
.video-presentation-area {
  position: relative;
  z-index: 1;
}

.video-box {
  position: relative;
  text-align: center;
  max-width: 750px;
  border-radius: 5px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.video-box .main-image {
  border-radius: 5px;
}

.video-box .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: #ff612f;
  border-radius: 5px;
  color: #ffffff;
  font-size: 60px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.video-box .video-btn::after, .video-box .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  border: 1px solid #ff612f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.video-box .video-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.video-box .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.video-box .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.video-box .video-btn:hover, .video-box .video-btn:focus {
  background-color: var(--ssc);
  color: #ffffff;
}

.video-box .video-btn:hover::after, .video-box .video-btn:hover::before, .video-box .video-btn:focus::after, .video-box .video-btn:focus::before {
  border-color: var(--ssc);
}

.shape-map1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 90%;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
  z-index: -1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.shape1 {
  position: absolute;
  left: -30px;
  top: -23px;
  z-index: -1;
}

.shape1 img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape2 {
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: -1;
}

.shape2 img {
  -webkit-animation: moveScale 3s linear infinite;
          animation: moveScale 3s linear infinite;
}

.shape3 {
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
}

.shape3 img {
  -webkit-animation: moveScale 3s linear infinite;
          animation: moveScale 3s linear infinite;
}

.shape4 {
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: -1;
}

.shape5 {
  position: absolute;
  right: -60px;
  bottom: -60px;
  z-index: -2;
}

.shape6 {
  position: absolute;
  left: -26px;
  top: -22px;
  z-index: -1;
}

.shape6 img {
  -webkit-animation: moveLeftBounce 5s linear infinite;
          animation: moveLeftBounce 5s linear infinite;
}

.shape7 {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  left: 10%;
  z-index: -1;
}

.shape7 img {
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

.shape8 {
  position: absolute;
  left: 12%;
  top: 60%;
  z-index: -1;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

.shape8 img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape9 {
  position: absolute;
  right: 10%;
  top: 40%;
  z-index: -1;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.shape9 img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes moveScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*================================================
FunFacts Area CSS
=================================================*/
.funfacts-inner {
  max-width: 1000px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.single-funfacts {
  margin-bottom: 30px;
  text-align: center;
}

.single-funfacts h3 {
  color: #ff612f;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.single-funfacts h3 .sign-icon {
  font-size: 28px;
}

.single-funfacts p {
  line-height: initial;
  margin-bottom: 0;
}

.funfact-style-two {
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  padding: 25px 0;
  border-radius: 5px;
}

.funfact-style-two i {
  font-size: 30px;
  color: var(--ssc);
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  position: relative;
  margin-bottom: 15px;
  background: #F6F4FD;
  border-radius: 100%;
  text-align: center;
}

.contact-cta-box {
  max-width: 750px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  padding: 30px 230px 30px 50px;
  position: relative;
  margin-left: auto;
  margin-top: 40px;
  margin-right: auto;
}

.contact-cta-box h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.contact-cta-box p {
  line-height: initial;
  margin-top: 6px;
  margin-bottom: 0;
}

.contact-cta-box .default-btn {
  background-color: var(--ssc);
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-cta-box .default-btn i {
  color: #ffffff;
}

.contact-cta-box .default-btn span {
  background-color: #ff612f;
}

.contact-cta-box .default-btn:hover i, .contact-cta-box .default-btn:focus i {
  color: #ffffff;
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
  overflow: hidden;
}

.single-features-box {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 45px;
}

.single-features-box .icon {
  background-color: var(--ssc);
  color: #ffffff;
  position: relative;
  z-index: 1;
  width: 85px;
  height: 85px;
  font-size: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.single-features-box .icon::before {
  width: 100%;
  height: 100%;
  right: -15px;
  bottom: -15px;
  border: 5px solid var(--ssc);
  content: '';
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-features-box h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.single-features-box:hover .icon {
  -webkit-animation: bounce 2s;
          animation: bounce 2s;
  bottom: 25px;
}

.single-features-box:hover .icon::before {
  right: 0;
  bottom: 0;
}

.features-box {
  overflow: hidden;
  border: 1px solid #efefef;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;

}

.features-box .icon {
  width: 85px;
  height: 85px;
  background-color: #bce9e5;
  color: var(--ssc);
  text-align: center;
  font-size: 45px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.features-box h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
      height: 26px;
    overflow: hidden;
}

.features-box p {
  margin-bottom: 0;
  color: var(--ptsc);
      height: 72px;
    overflow: hidden;
}

.features-box .back-icon {
  position: absolute;
  right: 10px;
  top: -52px;
  z-index: -1;
  color: var(--ssc);
  opacity: .06;
  font-size: 190px;
  line-height: 190px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-box:hover {
  background-color: #ffffff;
  border-radius: 0;
  border-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.features-box:hover .icon {
  background-color: var(--ssc);
  color: #ffffff;
}

.features-box:hover .back-icon {
  opacity: 0;
  visibility: hidden;
}

.features-box .read-more {
  margin-top: 5px;
  color: var(--ssc);
  display: inline-block;
}

.features-box .read-more i {
  color: var(--ssc);
  width: 0;
  height: 0;
  line-height: 1;
  font-size: 21px;
  margin: 0;
  top: 4px;
  position: relative;
}

.features-box .read-more:hover {
  letter-spacing: 1.1px;
}

.col-lg-4:nth-child(1) .single-features-box .icon {
  background-color: #ff612f;
}

.col-lg-4:nth-child(1) .single-features-box .icon::before {
  border-color: #ff612f;
}

.col-lg-4:nth-child(1) .features-box .icon {
  background-color: #ffd7cb;
  color: #ff612f;
}

.col-lg-4:nth-child(1) .features-box .back-icon {
  color: #ff612f;
}

.col-lg-4:nth-child(1) .features-box:hover .icon {
  background-color: #ff612f;
  color: #ffffff;
}

.col-lg-4:nth-child(3) .single-features-box .icon {
  background-color: var(--sc);
}

.col-lg-4:nth-child(3) .single-features-box .icon::before {
  border-color: var(--sc);
}

.col-lg-4:nth-child(3) .features-box .icon {
  background-color: #b2b3c3;
  color: var(--sc);
}

.col-lg-4:nth-child(3) .features-box .back-icon {
  color: var(--sc);
}

.col-lg-4:nth-child(3) .features-box:hover .icon {
  background-color: var(--sc);
  color: #ffffff;
}

.col-lg-4:nth-child(4) .single-features-box .icon {
  background-color: #fc4c86;
}

.col-lg-4:nth-child(4) .single-features-box .icon::before {
  border-color: #fc4c86;
}

.col-lg-4:nth-child(4) .features-box .icon {
  background-color: #fed2e1;
  color: #fc4c86;
}

.col-lg-4:nth-child(4) .features-box .back-icon {
  color: #fc4c86;
}

.col-lg-4:nth-child(4) .features-box:hover .icon {
  background-color: #fc4c86;
  color: #ffffff;
}

.col-lg-4:nth-child(5) .single-features-box .icon {
  background-color: #ffb300;
}

.col-lg-4:nth-child(5) .single-features-box .icon::before {
  border-color: #ffb300;
}

.col-lg-4:nth-child(5) .features-box .icon {
  background-color: #ffecbf;
  color: #ffb300;
}

.col-lg-4:nth-child(5) .features-box .back-icon {
  color: #ffb300;
}

.col-lg-4:nth-child(5) .features-box:hover .icon {
  background-color: #ffb300;
  color: #ffffff;
}

.col-lg-4:nth-child(6) .single-features-box .icon {
  background-color: #286efa;
}

.col-lg-4:nth-child(6) .single-features-box .icon::before {
  border-color: #286efa;
}

.col-lg-4:nth-child(6) .features-box .icon {
  background-color: #bcd2fd;
  color: #286efa;
}

.col-lg-4:nth-child(6) .features-box .back-icon {
  color: #286efa;
}

.col-lg-4:nth-child(6) .features-box:hover .icon {
  background-color: #286efa;
  color: #ffffff;
}

.col-lg-4:nth-child(7) .single-features-box .icon {
  background-color: #9c27b0;
}

.col-lg-4:nth-child(7) .single-features-box .icon::before {
  border-color: #9c27b0;
}

.col-lg-4:nth-child(7) .features-box .icon {
  background-color: #e6c0ed;
  color: #9c27b0;
}

.col-lg-4:nth-child(7) .features-box .back-icon {
  color: #9c27b0;
}

.col-lg-4:nth-child(7) .features-box:hover .icon {
  background-color: #9c27b0;
  color: #ffffff;
}

.col-lg-4:nth-child(8) .single-features-box .icon {
  background-color: #3f51b5;
}

.col-lg-4:nth-child(8) .single-features-box .icon::before {
  border-color: #3f51b5;
}

.col-lg-4:nth-child(8) .features-box .icon {
  background-color: #c3c8e9;
  color: #3f51b5;
}

.col-lg-4:nth-child(8) .features-box .back-icon {
  color: #3f51b5;
}

.col-lg-4:nth-child(8) .features-box:hover .icon {
  background-color: #3f51b5;
  color: #ffffff;
}

.col-lg-4:nth-child(9) .single-features-box .icon {
  background-color: #e91e63;
}

.col-lg-4:nth-child(9) .single-features-box .icon::before {
  border-color: #e91e63;
}

.col-lg-4:nth-child(9) .features-box .icon {
  background-color: #ffc0d6;
  color: #e91e63;
}

.col-lg-4:nth-child(9) .features-box .back-icon {
  color: #e91e63;
}

.col-lg-4:nth-child(9) .features-box:hover .icon {
  background-color: #e91e63;
  color: #ffffff;
}

.features-card-section .container {
  max-width: 1290px;
  width: 100%;
}

.single-features-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
  border-radius: 35px;
  padding: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-bottom: 30px;
}

.single-features-card:hover {
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
  margin-top: -5px;
}

.single-features-card i {
  font-size: 30px;
  color: var(--ssc);
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
  background: #F6F4FD;
  border-radius: 100%;
  text-align: center;
}

.single-features-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
      height: 52px;
    overflow: hidden;
}

.single-features-card h3 a {
  color: var(--sc);
}
.single-features-card h4 a {
font-size: 20px;
  color: black;
  font-weight: bold !important;
}
.single-features-card h3 a:hover {
  color: var(--ssc);
}

.single-features-card p {
  margin: 0;
      height: 120px;
    overflow: hidden;
}

.features-box-one {
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-box-one:hover {
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 50px rgba(0, 0, 0, 0.08);
  margin-top: -5px;
}

.features-box-one i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  margin-bottom: 25px;
}

.features-box-one h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.features-box-one p {
  margin: 0;
}

.features-box-one .read-more {
  margin-top: 5px;
  color: var(--ssc);
  display: inline-block;
}

.features-box-one .read-more i {
  color: var(--ssc);
  width: 0;
  height: 0;
  line-height: 1;
  font-size: 21px;
  margin: 0;
  top: 4px;
  position: relative;
}

.features-box-one .read-more:hover {
  letter-spacing: 1.1px;
}

.bg-13c4a1 {
  background-color: var(--ssc);
}

.bg-6610f2 {
  background-color: #6610f2;
}

.bg-ffb700 {
  background-color: #ffb700;
}

.bg-fc3549 {
  background-color: #fc3549;
}

.bg-00d280 {
  background-color: #00d280;
}

.bg-ff612f {
  background-color: #ff612f;
}

.bg-9c27b0 {
  background-color: #9c27b0;
}

.bg-3f51b5 {
  background-color: #3f51b5;
}

.bg-e91e63 {
  background-color: #e91e63;
}

/*================================================
Team Area CSS
=================================================*/
.single-team-box {
  margin-bottom: 30px;
  text-align: center;
}

.single-team-box .image {
  border: 4px solid #bce9e5;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image img {
  border-radius: 10px;
}

.single-team-box .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.single-team-box .image .social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}

.single-team-box .image .social li a {
  display: block;
  width: 33px;
  height: 33px;
  background-color: #f4f5fe;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: var(--sc);
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: var(--ssc);
}

.single-team-box .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.single-team-box .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-team-box .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-team-box .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.single-team-box .content {
  margin-top: 20px;
}

.single-team-box .content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.single-team-box .content span {
  display: block;
  color: var(--ssc);
  font-size: 14px;
  margin-top: 6px;
}

.single-team-box:hover .image {
  border-color: var(--ssc);
  background-color: #f4f5fe;
}

.single-team-box:hover .image .social li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.col-lg-3:nth-child(1) .single-team-box .image, .col-lg-3:nth-child(7) .single-team-box .image {
  border-color: #ffdacf;
}

.col-lg-3:nth-child(1) .single-team-box .image .social li a:hover, .col-lg-3:nth-child(7) .single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: #ff612f;
}

.col-lg-3:nth-child(1) .single-team-box .content span, .col-lg-3:nth-child(7) .single-team-box .content span {
  color: #ff612f;
}

.col-lg-3:nth-child(1) .single-team-box:hover .image, .col-lg-3:nth-child(7) .single-team-box:hover .image {
  border-color: #ff612f;
}

.col-lg-3:nth-child(3) .single-team-box .image, .col-lg-3:nth-child(5) .single-team-box .image {
  border-color: #b2b3c3;
}

.col-lg-3:nth-child(3) .single-team-box .image .social li a:hover, .col-lg-3:nth-child(5) .single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: var(--sc);
}

.col-lg-3:nth-child(3) .single-team-box .content span, .col-lg-3:nth-child(5) .single-team-box .content span {
  color: var(--sc);
}

.col-lg-3:nth-child(3) .single-team-box:hover .image, .col-lg-3:nth-child(5) .single-team-box:hover .image {
  border-color: var(--sc);
}

.col-lg-3:nth-child(4) .single-team-box .image, .col-lg-3:nth-child(6) .single-team-box .image {
  border-color: #fed2e1;
}

.col-lg-3:nth-child(4) .single-team-box .image .social li a:hover, .col-lg-3:nth-child(6) .single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: #fc4c86;
}

.col-lg-3:nth-child(4) .single-team-box .content span, .col-lg-3:nth-child(6) .single-team-box .content span {
  color: #fc4c86;
}

.col-lg-3:nth-child(4) .single-team-box:hover .image, .col-lg-3:nth-child(6) .single-team-box:hover .image {
  border-color: #fc4c86;
}






.team-area-two .section-title {
  margin-bottom: -60px;
}

.single-team-member {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.single-team-member .content {
  background-color: #f9f9f9;
  text-align: left;
  padding: 30px 20px 15px;
  position: relative;
}

.single-team-member .content h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.single-team-member .content span {
  margin-top: 6px;
  display: block;
  color: #4a6f8a;
}

.single-team-member .content i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #ff612f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border-radius: 2px;
  position: absolute;
  right: 20px;
  top: -16px;
  font-size: 18px;
  display: inline-block;
}

.single-team-member .image {
  position: relative;
}

.single-team-member .image .social-link {
  position: absolute;
  right: 20px;
  bottom: 25px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-team-member .image .social-link li {
  display: block;
  margin-bottom: 8px;
}

.single-team-member .image .social-link li:last-child {
  margin-bottom: 0;
}

.single-team-member .image .social-link li a {
  width: 32px;
  height: 32px;
  text-align: center;
  color: var(--sc);
  background-color: #ffffff;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  display: inline-block;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-team-member .image .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.single-team-member .image .social-link li a:hover {
  background-color: var(--ssc);
  color: #ffffff;
}

.single-team-member .image .social-link li:nth-child(2) a, .single-team-member .image .social-link li:nth-child(4) a, .single-team-member .image .social-link li:nth-child(6) a, .single-team-member .image .social-link li:nth-child(8) a {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.single-team-member:hover .content i {
  background-color: var(--sc);
  color: #ffffff;
}

.single-team-member:hover .image .social-link li a {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.col-lg-3:nth-child(1) .single-team-member {
  margin-top: 150px;
}

.col-lg-3:nth-child(2) .single-team-member {
  margin-top: 100px;
}

.col-lg-3:nth-child(3) .single-team-member {
  margin-top: 50px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
  overflow: hidden;
}

.single-feedback-item {
  position: relative;
  margin-top: 95px;
  margin-bottom: 30px;
}

.single-feedback-item img {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block !important;
  width: auto !important;
}

.single-feedback-item .feedback-desc {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
          box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
  padding: 30px 30px 30px 160px;
}

.single-feedback-item .feedback-desc p {
  margin-bottom: 0;
}

.single-feedback-item .feedback-desc .rating {
  margin-top: 13px;
  margin-bottom: 15px;
}

.single-feedback-item .feedback-desc .rating i {
  font-size: 17px;
  display: inline-block;
  margin-right: -1px;
  color: #ff612f;
}

.single-feedback-item .feedback-desc .client-info h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.single-feedback-item .feedback-desc .client-info span {
  display: block;
  color: var(--ssc);
  font-size: 14px;
  margin-top: 6px;
}

.single-feedback-item .feedback-desc::before {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  color: #f5f5f5;
  line-height: 95px;
  content: "\ed67";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 135px;
}

.feedback-slides.owl-theme .owl-stage-outer {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.feedback-slides.owl-theme .owl-item .single-feedback-item {
  margin-bottom: 40px;
}

.feedback-slides.owl-theme .owl-item .single-feedback-item .feedback-desc {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.feedback-slides.owl-theme .owl-item.active .single-feedback-item .feedback-desc {
  -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
          box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
}

.feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: initial;
  margin-bottom: 30px;
  margin-top: 10px;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid var(--ssc);
  position: relative;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: 2px;
  background-color: #ff612f;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-slides.owl-theme .owl-dots .owl-dot.active span::before, .feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.testimonials-area {
  background-color: var(--ssc);
}

.testimonials-area .section-title h2 {
  color: #ffffff;
}

.single-testimonials-item {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border-radius: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 30px;
  background-color: #fff;
  box-shadow:0 1px 5px #343a402b;
}

.single-testimonials-item .client-info {
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
          flex: 0 0 30%;
  max-width: 30%;
  text-align: center;
}

.single-testimonials-item .client-info img {
  border: 2px solid #f4f5fe;
  padding: 5px;
  border-radius: 5px;
  width: auto !important;
  display: inline-block !important;
}

.single-testimonials-item .client-info h3 {
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
}

.single-testimonials-item .client-info span {
  display: block;
  color: var(--ssc);
  font-size: 14px;
  margin-top: 5px;
}

.single-testimonials-item .testimonials-desc {
  -ms-flex: 0 0 70%;
  -webkit-box-flex: 0;
          flex: 0 0 70%;
  padding-left: 15px;
  max-width: 70%;
}

.single-testimonials-item .testimonials-desc p {
  margin-bottom: 0;
}

.single-testimonials-item .testimonials-desc .rating {
  margin-top: 13px;
}

.single-testimonials-item .testimonials-desc .rating i {
  font-size: 17px;
  display: inline-block;
  margin-right: -1px;
  color: #ff612f;
}

.single-testimonials-item::before {
  position: absolute;
  right: 10px;
  bottom:0;
  z-index: -1;
  color: #f5f5f5;
  line-height: 95px;
  content: '\F112D';
  font-family: 'Material Design Icons';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 100px;
}

.testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
  line-height: initial;
  margin-bottom: 30px;
  margin-top: 10px;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: relative;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: 2px;
  background-color: #ffffff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot.active span::before, .testimonials-slides.owl-theme .owl-dots .owl-dot:hover span::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}



.feedback-area .section-title.text-left {
  margin-bottom: 0;
}

.single-testimonials-box {
  position: relative;
  z-index: 1;
}

.single-testimonials-box p {
  font-size: 15px;
  color: var(--sc);
}

.single-testimonials-box .client-info {
  margin-top: 25px;
}

.single-testimonials-box .client-info img {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
}

.single-testimonials-box .client-info .title {
  margin-left: 15px;
}

.single-testimonials-box .client-info .title h3 {
  margin-bottom: 0;
  color: #ff612f;
  font-size: 18px;
  font-weight: 600;
}

.single-testimonials-box .client-info .title span {
  display: block;
  margin-top: 5px;
}

.single-testimonials-box::before {
  content: "\ed67";
  font-family: "boxicons" !important;
  position: absolute;
  right: 200px;
  bottom: -12px;
  color: #fff1ed;
  line-height: 1;
  font-size: 90px;
  z-index: -1;
}

.testimonials-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  text-align: left;
}

.testimonials-slides-two.owl-theme .owl-dots {
  margin-top: 30px !important;
  margin-left: 2px;
}

.testimonials-slides-two.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  background: transparent;
  border: 1px solid #fe9b81;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
}

.testimonials-slides-two.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ff612f;
  border-radius: 50%;
  margin: 2px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}

.testimonials-slides-two.owl-theme .owl-dots .owl-dot:hover span, .testimonials-slides-two.owl-theme .owl-dots .owl-dot.active span {
  border-color: #ff612f;
}

.testimonials-slides-two.owl-theme .owl-dots .owl-dot:hover span::before, .testimonials-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

/*================================================
Pricing Area CSS
=================================================*/
.single-pricing-table {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  padding-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-pricing-table .text-decoration-line-through{
text-decoration: line-through;
}
.single-pricing-table .pricing-header {
  padding-top: 25px;
  padding-bottom: 20px;
}

.single-pricing-table .pricing-header h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.single-pricing-table .price {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 8px;
  padding-bottom: 5px;
  border-top: 2px dashed #f4f5fe;
  border-bottom: 2px dashed #f4f5fe;
  font-weight: 600;
  font-size: 40px;
}
.single-pricing-table .price.monthly{
font-size: 23px;
color: #dc3545!important;

}
.single-pricing-table .price sup {
  top: -18px;
  font-size: 18px;
  font-weight: 500;
}

.single-pricing-table .price sub {
  bottom: 2px;
  color: #4a6f8a;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 500;
}

.single-pricing-table .old-price {
    padding-top: 8px;
    font-size: 28px;
    text-decoration: line-through;
}
.single-pricing-table .pricing-features {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left:10px;
  margin-right: 10px;
}

.single-pricing-table .pricing-features li {
  margin-bottom: 10px;
  position: relative;
  color: #444683;
  padding-left: 21px;
}

.single-pricing-table .pricing-features li:last-child {
  margin-bottom: 0;
}

.single-pricing-table .pricing-features li i {
  color: var(--ssc);
  position: absolute;
  left: 0;
  top: 3px;
}

.single-pricing-table .pricing-features li span {
  display: inline-block;
  color: #b7bad2;
  font-size: 20px;
  position: absolute;
  top: 1px;
  margin-left: 3px;
}

.single-pricing-table .btn-box {
  margin-top: 30px;
}

.single-pricing-table:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-pricing-table.left-align {
  text-align: left;
}

.single-pricing-table.left-align .pricing-header, .single-pricing-table.left-align .price {
  padding-left: 40px;
  padding-right: 40px;
}

.single-pricing-table.left-align .pricing-features {
  margin-left: 40px;
  margin-right: 40px;
}

.single-pricing-table.left-align .btn-box {
  padding-left: 40px;
}

.single-pricing-table.center-align {
  text-align: center;
}

.single-pricing-table.center-align .pricing-features li {
  padding-left: 0;
  padding-right: 21px;
}

.single-pricing-table.center-align .pricing-features li i {
  left: auto;
  right: 0;
}

.pricing-list-tab .tabs {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 40px;
}

.pricing-list-tab .tabs li {
  display: inline-block;
}

.pricing-list-tab .tabs li a {
  display: block;
  background-color: #ffffff;
  color: #8d8fb4;
  padding: 10px 30px 10px 53px;
  position: relative;
  border-radius: 5px;
  margin-left: -1px;
  margin-right: -1px;
  font-size: 16px;
  font-weight: 500;
}

.pricing-list-tab .tabs li a i {
  color: #ff612f;
  margin-right: 2px;
  position: absolute;
  font-size: 18px;
  top: 48%;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
  left: 30px;
}

.pricing-list-tab .tabs li.current a {
  color: #ffffff;
  background-color: var(--sc);
}

.pricing-list-tab .tabs li:nth-child(1) a {
  border-radius: 30px 0 0 30px;
}

.pricing-list-tab .tabs li:nth-child(2) a {
  border-radius: 0 30px 30px 0;
}


.single-pricing-table .sub .pricing-features {
    margin-top: 19px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}
.single-pricing-table .sub .pricing-features li {
    padding-right: 0;
}
.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn {
  background-color: var(--sc);
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn i {
  color: #ff612f;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn {
  background-color: var(--ssc);
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn i {
  color: #ff612f;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn span {
  background-color: #ff612f;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn:hover i, .col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn:focus i {
  color: var(--sc);
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
  margin-left: auto;
  max-width: 700px;
}

.faq-accordion h3 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
}

.faq-accordion h3 span {
  display: inline-block;
  color: #ff612f;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}


.faq-accordion .accordion .accordion-item {
  display: block;
  background: #f5f5ff;
  margin-bottom: 10px;
  border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 12px 40px 10px 20px;
  color: var(--sc);
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--sc);
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\F0374";
  color: #ff612f;
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    padding: 15px 20px;
    font-size: 14px;
    border: none !important;
    border-top: 1px solid #ff612f !important;
    color: #4a6f8a;
    height: fit-content;
    height: -moz-fit-content;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-image {
  text-align: center;
}

.bg-color-f4f5fe {
  background-color: #f4f5fe;
}

.bg-color-f4f5fe .faq-accordion .accordion .accordion-item {
  background: #ffffff;
  border-radius: 5px;
}

/*================================================
App Download Area CSS
=================================================*/
.app-download-area {
  background-color: #f4f5fe;
  background-image: url(../../assets/img/white-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.app-download-image {
  text-align: center;
}

.app-download-content .sub-title {
  display: inline-block;
  background-color: var(--ssc);
  color: #ffffff;
  padding: 5px 25px;
  border-radius: 35px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}

.app-download-content h2 {
  font-size: 40px;
  font-weight: 500;
}

.app-download-content .btn-box {
  margin-top: 30px;
}

.app-download-content .btn-box .play-store-btn {
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  padding: 12px 25px 12px 74px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  color: #666786;
  font-size: 13px;
  font-weight: 400;
}

.app-download-content .btn-box .play-store-btn span {
  display: block;
  color: var(--sc);
  font-size: 20px;
  font-weight: 600;
}

.app-download-content .btn-box .play-store-btn img {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.app-download-content .btn-box .play-store-btn:hover, .app-download-content .btn-box .play-store-btn:focus {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.app-download-content .btn-box .apple-store-btn {
  margin-right: 8px;
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  padding: 12px 25px 12px 74px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  color: #666786;
  font-size: 13px;
  font-weight: 400;
}

.app-download-content .btn-box .apple-store-btn span {
  display: block;
  color: var(--sc);
  font-size: 20px;
  font-weight: 600;
}

.app-download-content .btn-box .apple-store-btn img {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.app-download-content .btn-box .apple-store-btn:hover, .app-download-content .btn-box .apple-store-btn:focus {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Our Loving Clients Area CSS
=================================================*/
.clients-logo-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-top: -10px;
}

.single-clients-logo {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.single-clients-logo a {
  text-align: center;
  display: block;
  background-color: #ffffff;
  padding: 30px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-clients-logo a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-clients-logo a:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-clients-logo a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-clients-logo:nth-child(6) {
  margin-left: 10%;
}

.bg-color-f8fbfa .single-clients-logo a {
  background-color: #f8fbfa;
}

.bg-color-f8fbfa .single-clients-logo a:hover {
  background-color: #ffffff;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-post {
  border-radius: 2px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
      overflow: hidden;
}

.single-blog-post .post-image {
  overflow: hidden;
  position: relative;
}

.single-blog-post .post-image a {
  display: block;
}

.single-blog-post .post-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px 5px 0px 0px;
}

.single-blog-post .post-image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 0 5px 0 0;
  padding: 10px 25px 0;
  z-index: 1;
  color: var(--sc);
  font-size: 15px;
  font-weight: 300;
}

.single-blog-post .post-image .date i {
  color: #ff612f;
  margin-right: 1px;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.single-blog-post .post-content {
  padding: 25px;
}

.single-blog-post .post-content h4{
  line-height: 1.4;
  font-size: 14px;
  font-weight: 700;
  margin-bottom:0;
  height: 53px;
  overflow: hidden;

}

.single-blog-post .post-content h4 a {
  display: inline-block;
  -webkit-line-clamp: 2;
    line-clamp: 2;
      text-overflow: ellipsis;
}

.single-blog-post .post-content .post-info {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.single-blog-post .post-content .post-info .post-by {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  position: relative;
  max-width: 50%;
  padding-left: 52px;
}

.single-blog-post .post-content .post-info .post-by img {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid #dde4ff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-blog-post .post-content .post-info .post-by h6 {
  margin-bottom: 0;
  padding-top:5px;
  color: #8891b5;
  font-size: 10px;
  font-weight: 500;
}

.single-blog-post .post-content .post-info .details-btn {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  text-align: right;
  max-width: 50%;
}

.single-blog-post .post-content .post-info .details-btn a {
  display: inline-block;
  width: 43px;
  height: 43px;
  position: relative;
  border-radius: 50%;
  background-color: #ebefff;
  color: var(--sc);
  text-align: center;
  font-size: 25px;
}

.single-blog-post .post-content .post-info .details-btn a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-blog-post .post-content .post-info .details-btn a:hover {
  color: #ffffff;
  background-color: var(--sc);
}

.single-blog-post:hover .post-image a img {
  -webkit-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}
.single-blog-post:hover .post-image a img:hover{
    border-radius: 5px;
}

.blog-notes {
  margin-top: 10px;
  text-align: center;
}

.blog-notes p {
  line-height: initial;
}

.blog-notes p a {
  display: inline-block;
  color: var(--lc);
}

.blog-notes p a:hover {
  color: var(--ssc);
}






.single-blog-post-item {
  margin-bottom: 30px;
  position: relative;
  background-color: #fffaf3;
}

.single-blog-post-item .post-image {
  border-radius: 5px 5px 0 0;
}

.single-blog-post-item .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.single-blog-post-item .post-image a img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.single-blog-post-item .post-content {
  padding: 20px;
}

.single-blog-post-item .post-content .category {
  display: inline-block;
  margin-bottom: 10px;
  color: #4a6f8a;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.single-blog-post-item .post-content .category:hover {
  color: #ff612f;
}

.single-blog-post-item .post-content h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 600;
}

.single-blog-post-item .post-content h3 a {
  display: inline-block;
}

.single-blog-post-item .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 18px;
}

.single-blog-post-item .post-content .post-content-footer li {
  color: #4a6f8a;
  font-size: 15px;
  position: relative;
  padding-left: 28px;
  padding-right: 7px;
}

.single-blog-post-item .post-content .post-content-footer li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.single-blog-post-item .post-content .post-content-footer li .post-author span {
  color: #ff612f;
}

.single-blog-post-item .post-content .post-content-footer li i {
  color: var(--ssc);
  position: absolute;
  left: 7px;
  top: 3px;
}

.single-blog-post-item .post-content .post-content-footer li:first-child {
  padding-left: 7px;
}

.single-blog-post-item:hover .post-image a img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.blog-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -105px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-] {
  color: #ff612f;
  font-size: 35px;
  margin: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 3px 0 0 0 !important;
  background: #fcf8f4;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  margin-left: 10px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #ff612f;
  color: #ffffff;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
    margin-top: 30px;
    line-height: 35px;
    font-size: 115%;
}

.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: var(--sc);
  margin-right: 20px;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #4a6f8a;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: var(--ssc);
}

.blog-details-desc .article-content .entry-meta ul li i {
  color: #ff612f;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: var(--ssc);
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 500;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
  color: #4a6f8a;
}

.blog-details-desc .article-content .features-list li i {
  color: var(--ssc);
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #ffffff;
  background-color: #ff612f;
  padding: 4px 12px;
  border-radius: 5px;
  margin-right: 3px;
  font-size: 14px;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: #ffffff;
  background-color: var(--ssc);
}

.comments-area {
  margin-top: 25px;
}

.comments-area .comments-title, .blog-swiper.swiper .swiper-title{
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
  font-weight: 500;
}
@media(max-width: 576px){
.blog-swiper{
    padding-inline: 0px;
}
.blog-swiper.swiper .single-blog-post{
    max-width: 255px;
}
.blog-swiper.swiper .single-blog-post h4{
    margin-bottom: 5px;
}
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  color: var(--sc);
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: var(--sc);
  display: inline-block;
  padding: 6px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: var(--ssc);
  border-color: var(--ssc);
}

.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.2em;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
  height:50px;
}

.comments-area .comment-author .fn {
  font-weight: 500;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: .8em;
  color: #4a6f8a;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.comments-area .comment-metadata a {
  color: #4a6f8a;
}

.comments-area .comment-metadata a:hover {
  color: var(--ssc);
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  font-weight: 500;
  color: var(--sc);
  margin-bottom: 5px;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
  border-color: var(--ssc);
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #4a6f8a;
  font-weight: normal;
  position: relative;
  top: -2px;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: var(--ssc);
  border: none;
  color: #ffffff;
  padding: 11px 25px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #ff612f;
}

.spacle-post-navigation {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

.prev-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: var(--ssc);
}

.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: var(--ssc);
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.prev-link-wrapper .prev-link-info-wrapper {
  color: var(--sc);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}

.prev-link-wrapper .meta-wrapper {
  display: block;
  color: #4a6f8a;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

.next-link-wrapper {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-left: 15px;
}

.next-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
  color: var(--ssc);
}

.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next img {
  border-radius: 5px;
}

.next-link-wrapper .image-next::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: var(--ssc);
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--sc);
}

.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
  display: block;
  color: #4a6f8a;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  color: var(--sc);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::before, .blockquote::before {
  color: #efefef;
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  content: "\ed67";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 135px;
}

blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--ssc);
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-title-area {
  background-color: #ff612f;
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 120px;
  top: 83px;
}

.page-title-area::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .6;
  height: 100%;
  z-index: -1;
  -webkit-animation: animatedBackground 15s linear infinite;
          animation: animatedBackground 15s linear infinite;
  background-image: url(/statics/images/bg_lines.svg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
}

.page-title-content {
  text-align: center;
}

.page-title-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}
.page-title-content h1 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}
.page-title-content p {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 0;
}

@-webkit-keyframes animatedBackground {
  0% {
    background-position: center center;
  }
  100% {
    background-position: 300px center;
  }
}

@keyframes animatedBackground {
  0% {
    background-position: center center;
  }
  100% {
    background-position: 300px center;
  }
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  height:100%;
}

.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.error-content h3 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 15px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 25px;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 35px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 48px;
  color: var(--sc);
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 18px;
  font-weight: 500;
}

.pagination-area .page-numbers.active, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: var(--ssc);
  color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
}

/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 500;
  font-size: 21px;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  background: var(--ssc);
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 40px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: var(--ssc);
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 40px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: var(--mc);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.widget-area .widget_search form button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.widget-area .widget_search form button:hover {
  background-color: var(--ssc);
  color: #ffffff;
}

.widget-area .widget_spacle_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_spacle_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_spacle_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_spacle_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_spacle_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_spacle_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/img/blog-image/7.jpg);
}

.widget-area .widget_spacle_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/img/blog-image/8.jpg);
}

.widget-area .widget_spacle_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/img/blog-image/9.jpg);
}

.widget-area .widget_spacle_posts_thumb .item .info {
  overflow: hidden;

}

.widget-area .widget_spacle_posts_thumb .item .info time {
  display: block;
  color: #4a6f8a;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 12px;
}

.widget-area .widget_spacle_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 500;
  height: 59px;
    overflow: hidden;
}
}

.widget-area .widget_spacle_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: var(--sc);
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
  background: var(--ssc);
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_entries ul li a {
  display: inline-block;
  color: var(--sc);
}

.widget-area .widget_recent_entries ul li a:hover {
  color: var(--ssc);
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #4a6f8a;
  margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #4a6f8a;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
  background: var(--ssc);
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: var(--sc);
}

.widget-area .widget_recent_comments ul li a:hover {
  color: var(--ssc);
}

.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: var(--sc);
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
  background: var(--ssc);
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_archive ul li a {
  display: inline-block;
  color: var(--sc);
}

.widget-area .widget_archive ul li a:hover {
  color: var(--ssc);
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #4a6f8a;
  padding-left: 14px;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: var(--ssc);
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: var(--sc);
  display: block;
}

.widget-area .widget_categories ul li a:hover {
  color: var(--ssc);
}

.widget-area .widget_categories ul li .post-count {
  float: right;
}

.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: var(--sc);
  padding-left: 14px;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
  background: var(--ssc);
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_meta ul li a {
  display: inline-block;
  color: var(--sc);
}

.widget-area .widget_meta ul li a:hover {
  color: var(--ssc);
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: var(--sc);
  font-weight: 500;
  font-size: 14px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: var(--ssc);
  border-color: var(--ssc);
}

/*================================================
Features Area CSS
=================================================*/
.subscribe-area.bg-f4f5fe {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.subscribe-area.bg-f4f5fe::before {
  width: 100%;
  height: 50%;
  background-color: #f4f5fe;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  position: absolute;
}

.subscribe-content {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  text-align: center;
  padding: 70px;
  background-color: #ff612f;
}

.subscribe-content h2 {
  color: #ffffff;
  max-width: 610px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 500;
}

.subscribe-content form {
  max-width: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-content form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.subscribe-content form .row .col-lg-8, .subscribe-content form .row .col-lg-4, .subscribe-content form .row .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}

.subscribe-content form #validator-newsletter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  color: #ffffff;
}

.subscribe-content form .input-newsletter {
  display: block;
  width: 100%;
  border: none;
  height: 50px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #c32f00;
  padding: 0 0 0 15px;
  font-size: 14px;
  font-weight: 500;
}

.subscribe-content form .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content form .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content form .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content form .input-newsletter::placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.subscribe-content form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.subscribe-content form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.subscribe-content form .input-newsletter:focus::placeholder {
  color: transparent;
}

.subscribe-content form button {
  background-color: var(--sc);
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  border-radius: 5px;
  height: 50px;
  padding: 0 0;
  line-height: 50px;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}

.subscribe-content form button i {
  margin-right: 2px;
  color: #ff612f;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  top: 4px;
}

.subscribe-content form button:hover, .subscribe-content form button:focus {
  background-color: var(--ssc);
}

.subscribe-content form button:hover i, .subscribe-content form button:focus i {
  color: var(--sc);
}

.shape14 {
  position: absolute;
  left: 5%;
  top: 0;
  z-index: -1;
}

.shape14 img {
  -webkit-animation: moveLeftBounce 5s linear infinite;
          animation: moveLeftBounce 5s linear infinite;
}

.shape15 {
  position: absolute;
  right: 2%;
  top: 4%;
  z-index: -1;
}

.shape16 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.shape17 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.shape18 {
  position: absolute;
  z-index: -1;
  right: 20%;
  top: 32%;
}

/*================================================
Free Trial Area CSS
=================================================*/
.free-trial-area {
  position: relative;
  z-index: 1;
}

.free-trial-content {
  text-align: center;
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-content h2 {
  font-size: 40px;
  font-weight: 500;
}

.free-trial-content p {
  margin-top: 20px;
}

.free-trial-content .default-btn {
  margin-top: 20px;
}

.shape10 {
  position: absolute;
  right: 30%;
  bottom: 25%;
  z-index: -1;
}

.shape10 img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape11 {
  position: absolute;
  left: 25%;
  bottom: 27%;
  z-index: -1;
}

.shape11 img {
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

.shape12 {
  position: absolute;
  left: 10%;
  bottom: 50%;
  z-index: -1;
}

.shape12 img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.shape13 {
  position: absolute;
  right: 18%;
  bottom: 60%;
  z-index: -1;
}

.shape13 img {
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
          box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
  padding: 50px 30px;
}

.contact-features-list {
  padding-right: 15px;
  border-right: 1px solid #eeeeee;
}

.contact-features-list h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
}

.contact-features-list p {
  margin-bottom: 10px;
}

.contact-features-list p:last-child {
  margin-bottom: 0;
}

.contact-features-list ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.contact-features-list ul li {
  color: #4a6f8a;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.contact-features-list ul li i {
  color: var(--ssc);
  position: absolute;
  left: 0;
  top: 4px;
}

.contact-features-list ul li:last-child {
  margin-bottom: 0;
}

.contact-form h3 {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 500;
}

.contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.contact-form form .row .col-lg-6, .contact-form form .row .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}

.contact-form form .form-group {
  margin-bottom: 15px;
}

.contact-form form .form-control {
  height: 48px;
  padding: 0 15px;
  line-height: initial;
  color: var(--sc);
  background-color: transparent;
  border: 1px solid #cecfdf;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  font-size: 14px;
  font-weight: 400;
}

.contact-form form .form-control:focus {
  border-color: var(--ssc);
}

.contact-form form .form-control::-webkit-input-placeholder {
  color: #999999;
}

.contact-form form .form-control:-ms-input-placeholder {
  color: #999999;
}

.contact-form form .form-control::-ms-input-placeholder {
  color: #999999;
}

.contact-form form .form-control::placeholder {
  color: #999999;
}

.contact-form form textarea.form-control {
  height: auto !important;
  padding-top: 15px;
}

.contact-form form .default-btn {
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.3) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.3) !important;
}

.contact-form form .default-btn:hover, .contact-form form .default-btn:focus {
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
}

.contact-form .with-errors ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-form .with-errors ul li {
  color: red;
}

.contact-form #msgSubmit {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.contact-form #msgSubmit.text-danger {
  margin-top: 5px;
}

.contact-info {
  text-align: center;
  margin-top: 50px;
}

.contact-info .contact-info-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
}

.contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}

.contact-info .contact-info-content h2 a {
  display: inline-block;
  color: var(--ssc);
}

.contact-info .contact-info-content h2 a:hover {
  color: #ff612f;
}

.contact-info .contact-info-content h2 a:not(:first-child) {
  color: #ff612f;
}

.contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: var(--ssc);
}

.contact-info .contact-info-content h2 span {
  display: block;
  color: #4a6f8a;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
}

.contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 25px;
}

.contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 2px;
}

.contact-info .contact-info-content .social li a {
  width: 40px;
  display: block;
  height: 40px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #aba5a5;
  font-size: 20px;
  position: relative;
}

.contact-info .contact-info-content .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: var(--ssc);
  background-color: var(--ssc);
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: var(--fc);
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.footer-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: imageChange 1s linear 1s infinite;
          animation: imageChange 1s linear 1s infinite;
  background-image: url(/statics/images/footer-shape1.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-area::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: imageChangeTwo 1s linear 1s infinite;
          animation: imageChangeTwo 1s linear 1s infinite;
  background-image: url(/statics/images/footer-shape2.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.divider {
  width: 100%;
  position: absolute;
  height: 100px;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  background: var();
  top: -100px;
  left: 0;
  z-index: -1;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget h3 {
  color: var(--tfc);
  margin-bottom: 29px;
  font-weight: 500;
}

.single-footer-widget .logo {
  margin-bottom: 15px;
  float:none;
}

.single-footer-widget .logo a {
  display: inline-block;
}

.single-footer-widget p {
  color: var(--pfc);
}

.single-footer-widget .services-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .services-list li {
  color: #acc5db;
  margin-bottom: 10px;
}

.single-footer-widget .services-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .services-list li a {
  display: inline-block;
  color: var(--pfc);
}
.single-footer-widget .services-list li a i{
    position: relative;
    top: 2px;
}

.single-footer-widget .services-list li a:hover {
  color: var(--ssc);
  padding-left: 5px;
}

.single-footer-widget .support-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .support-list li {
  color: #acc5db;
  margin-bottom: 0px;
}

.single-footer-widget .support-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .support-list li a {
  display: inline-block;
  color: var(--pfc);
      text-overflow: ellipsis;
    overflow: hidden;
    max-width: 158px;
    white-space: nowrap;
}

.single-footer-widget .support-list li a:hover {
  color: var(--ssc);
  padding-left: 5px;
}

.single-footer-widget .footer-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
  color: var(--tfc);
  margin-bottom: 10px;
}

.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-contact-info li a {
  display: inline-block;
  color: var(--pfc);
}

.single-footer-widget .footer-contact-info li a:hover {
  color: var(--ssc);
}

.single-footer-widget .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;

}

.single-footer-widget .social li {
  display: inline-block;
  margin-right: 5px;
}

.single-footer-widget .social li a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 33px;
  text-align: center;
  font-size: 17px;
  border-radius: 2px;
}

.single-footer-widget .social li a:hover {
  color: var(--sc);
  background-color: #ffffff;
      border-radius: 8px;
}

.copyright-area {
  border-top: 1px solid #1c2250;
  text-align: center;
  margin-top: 4px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.copyright-area p {
  line-height: initial;
  color: var(--pfc);
}

.copyright-area p a {
  display: inline-block;
  color: #ff612f;
}

.copyright-area p a:hover {
  color: var(--pfc);
}

@-webkit-keyframes imageChange {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes imageChange {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes imageChangeTwo {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes imageChangeTwo {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 15px;
  color: var(--sc);
  background-color: #ffffff;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 40px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top:86%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top:hover {
  background-color: #ff612f;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*================================================
SaaS Home Page CSS
=================================================*/
.black-btn {
  background-color: var(--sc) !important;
}

.black-btn span {
  background-color: var(--ssc) !important;
}

.black-btn i {
  color: #ffffff;
}

/* Saas banner */
.saas-banner {
  height: 840px;
  background: var(--ssc);
  position: relative;
  z-index: 1;
}

.saas-banner .saas-image {
  z-index: 1;
}

.saas-banner .saas-image.mt-70 {
  margin-top: 70px;
}

.saas-banner .hero-content {
  z-index: 1;
  position: relative;
}

.saas-banner .hero-content h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 600;
  margin: 0;
}

.saas-banner .hero-content p {
  color: #ffffff;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.saas-banner .hero-content .default-btn {
  background-color: var(--sc);
}

.saas-banner .hero-content .default-btn i {
  color: #ff612f;
}

.saas-banner .hero-content .default-btn:hover i {
  color: #fff;
}

.saas-banner .hero-content .default-btn span {
  background-color: #ff612f;
}

.saas-banner .hero-content .video-btn {
  margin-left: 15px;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin-top: 6px;
  -webkit-transform: .6s;
          transform: .6s;
  font-size: 15px;
  font-weight: 600;
}

.saas-banner .hero-content .video-btn i {
  font-size: 20px;
  position: relative;
  margin-left: inherit;
  background: #fff;
  color: #ff612f;
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  padding-left: 3px;
  margin-right: 6px;
}

.saas-banner .hero-content .video-btn:hover i {
  background-color: var(--sc);
  color: #fff;
}

.saas-banner .saas-image {
  position: relative;
}

.saas-banner .saas-image img {
  position: absolute;
}

.saas-banner .saas-image img:nth-child(1) {
  top: -200px;
  left: 0;
}

.saas-banner .saas-image img:nth-child(2) {
  left: 55px;
  top: -100px;
}

.saas-banner .saas-image img:nth-child(3) {
  left: 36%;
  z-index: 1;
  top: -170px;
}

.saas-banner .saas-image img:nth-child(4) {
  right: 27%;
  top: 110px;
  z-index: 2;
}

.saas-banner .saas-image img:nth-child(5) {
  right: 15%;
  top: 80px;
  z-index: 2;
}

.saas-banner .saas-image img:nth-child(6) {
  right: 25%;
  top: -170px;
}

.saas-banner .saas-image img:nth-child(7) {
  right: 47%;
  top: 96px;
  z-index: 2;
}

.saas-banner .saas-image img:nth-child(8) {
  right: 22%;
  top: 45px;
  z-index: 1;
}

.saas-banner .saas-image img:nth-child(9) {
  right: 75px;
  top: 20px;
}

.saas-banner .saas-image img:nth-child(10) {
  left: 32%;
  top: -76px;
  z-index: 1;
}

.saas-banner .saas-image img:nth-child(11) {
  right: 40%;
  top: -20px;
}

.saas-banner .saas-image img:nth-child(12) {
  top: -292px;
  left: 45px;
}

.saas-banner .saas-image img:last-child {
  display: none;
}

.saas-banner #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#particles-js {
  width: 100%;
  height: 100%;
}

/* End Saas banner */
/* Shape rotate */
.shape-rotate {
  position: absolute;
  left: 13%;
  top: 23%;
  z-index: -1;
  opacity: .3;
}

.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}

/* End Shape rotate */
/* Features inner content */
.features-inner-content .features-item {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
  text-align: left;
}

.features-inner-content .features-item:last-child {
  margin-bottom: 0;
}

.features-inner-content .features-item i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

.features-inner-content .features-item:hover i {
  border-radius: 50% !important;
}

.features-inner-content .features-item h3 {
  font-size: 22px;
}

.features-inner-content .features-item p {
  margin: 0;
}

.fun-facts-inner-content h2 {
  font-weight: 600;
}

.fun-facts-inner-content p {
  margin-bottom: 15px !important;
}

.fun-facts-inner-content ul {
  margin: 0;
  padding: 0;
}

.fun-facts-inner-content ul li {
  list-style-type: none;
  margin-bottom: 6px;
  color: #4a6f8a;
}

.fun-facts-inner-content ul li i {
  color: var(--ssc);
  padding-right: 3px;
}

.fun-facts-inner-content .default-btn {
  margin-top: 20px !important;
}

/* End Features inner content */
/* Overview section */
.overview-item {
  margin-bottom: 50px;
  border-bottom: 1px solid #edf0f7;
  padding-bottom: 50px;
}

.overview-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.overview-content .number {
  background-color: var(--ssc);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600;
}

.overview-content h3 {
  font-size: 25px;
}

.overview-content p {
  margin: 0;
}

.overview-content ul {
  margin: 15px 0 0;
  padding: 0;
}

.overview-content ul li {
  list-style-type: none;
  margin-bottom: 6px;
  color: #4a6f8a;
}

.overview-content ul li:last-child {
  margin-bottom: 0;
}

.overview-content ul li i {
  color: var(--ssc);
  padding-right: 3px;
}

.overview-content .default-btn {
  margin-top: 25px;
}

/* End Overview section */
/* Service details */
.service-details-image {
  margin-bottom: 30px;
}

.service-details-content {
  margin-top: 5px;
}

.service-details-content h1 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content h2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content h4 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content h6 {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content ul, .service-details-content ol {
  padding-left: 17px;
}

.service-details-content ul li, .service-details-content ol li {
  line-height: 1.7;
  margin-bottom: 5px;
}

.service-details-content ul li:last-child, .service-details-content ol li:last-child {
  margin-bottom: 0;
}

.service-details-content .service-details-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  background: #f4f5fe;
  padding: 30px 20px;
  border-radius: 10px;
}

.service-details-content .service-details-info .single-info-box {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.service-details-content .service-details-info .single-info-box h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.service-details-content .service-details-info .single-info-box span {
  display: block;
  color: #4a6f8a;
  font-size: 15px;
}

.service-details-content .service-details-info .single-info-box .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.service-details-content .service-details-info .single-info-box .social li {
  display: inline-block;
  margin-right: 5px;
}

.service-details-content .service-details-info .single-info-box .social li a {
  background-color: #ffffff;
  color: #4a6f8a;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  line-height: 32px;
}

.service-details-content .service-details-info .single-info-box .social li a:hover {
  color: var(--ssc);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.service-details-content .service-details-info .single-info-box .default-btn {
  display: inline-block;
  padding: 12px 30px;
  color: #ffffff;
  text-transform: capitalize;
  background-color: var(--ssc);
  border: 1px solid var(--ssc);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}

.service-details-content .service-details-info .single-info-box .default-btn:hover {
  background-color: #ffffff;
  color: var(--ssc);
}

.service-details-content .service-details-info .single-info-box:last-child {
  text-align: center;
}

/* End Service details  */
/*================================================
Digital Agency Banner Area CSS
=================================================*/
.digital-agency-banner {
  padding-top: 235px;
  padding-bottom: 235px;
  background-image: url(../../assets/img/marketing-agency/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.digital-agency-banner .container {
  max-width: 1230px;
}

.digital-agency-banner-content {
  max-width: 540px;
}

.digital-agency-banner-content h1 {
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.3;
  font-size: 57px;
  font-weight: 700;
}

.digital-agency-banner-content h1 span {
  color: var(--ssc);
}

.digital-agency-banner-content p {
  color: #ffffff;
}

.digital-agency-banner-content .default-btn {
  margin-top: 18px;
}

/*================================================
Featured Area CSS
=================================================*/
.single-featured-box {
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.single-featured-box img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-featured-box h3 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.5;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  font-size: 24px;
  font-weight: 600;
}

.single-featured-box .read-more-btn {
  position: absolute;
  left: 20px;
  bottom: 25px;
  z-index: 2;
  font-weight: 600;
  color: #ffffff;
  padding-right: 22px;
  display: inline-block;
}

.single-featured-box .read-more-btn i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 21px;
  color: var(--ssc);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-featured-box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.single-featured-box::before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #000000;
  opacity: .55;
}

.single-featured-box:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*================================================
Services Area CSS
=================================================*/
.single-services-box {
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #f9f9f9;
}

.single-services-box .content {
  padding: 30px 0 30px 25px;
}

.single-services-box .content h3 {
  line-height: 1.4;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  margin-right: -20px;
}

.single-services-box .content .read-more-btn {
  font-weight: 600;
  padding-right: 22px;
  position: relative;
  display: inline-block;
}

.single-services-box .content .read-more-btn i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 21px;
  color: var(--ssc);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box .content .read-more-btn:hover {
  padding-right: 28px;
}

.single-services-box .image {
  height: 100%;
  -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-services-box .image.bg-1 {
  background-image: url(../../assets/img/marketing-agency/services-img1.jpg);
}

.single-services-box .image.bg-2 {
  background-image: url(../../assets/img/marketing-agency/services-img2.jpg);
}

.single-services-box .image.bg-3 {
  background-image: url(../../assets/img/marketing-agency/services-img3.jpg);
}

.single-services-box .image.bg-4 {
  background-image: url(../../assets/img/marketing-agency/services-img4.jpg);
}

.single-services-box .image img {
  display: none;
}

.services-btn-box {
  text-align: center;
  margin-top: 10px;
}

.services-btn-box .default-btn {
  background-color: transparent;
  border: 1px solid #ff612f;
  color: #ff612f;
  padding: 11.5px 35px 11px 65px;
}

.services-btn-box .default-btn i {
  left: 35px;
  color: #ff612f;
}

.services-btn-box .default-btn:hover {
  border-color: var(--ssc);
  color: #ffffff;
}

.services-btn-box .default-btn:hover i {
  color: #ffffff;
}

/*================================================
Case Studies Area CSS
=================================================*/
.case-studies-area {
  background-color: #00062f;
  overflow: hidden;
}

.case-studies-area .section-title h2 {
  color: #ffffff;
}

.case-studies-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.single-case-studies-item {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
}

.single-case-studies-item .image {
  border-radius: 5px 5px 0 0;
}

.single-case-studies-item .image img {
  border-radius: 5px 5px 0 0;
}

.single-case-studies-item .content {
  background-color: #f9f9f9;
  text-align: left;
  padding: 30px 25px 25px;
  border-radius: 0 0 5px 5px;
  position: relative;
}

.single-case-studies-item .content h3 {
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 600;
  font-size: 22px;
}

.single-case-studies-item .content .link-btn {
  width: 40px;
  height: 40px;
  line-height: 48px;
  text-align: center;
  background-color: #ff612f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border-radius: 3px;
  position: absolute;
  font-size: 30px;
  right: 20px;
  top: -20px;
  display: inline-block;
}

.single-case-studies-item .content .link-btn:hover {
  color: #ffffff;
  background-color: var(--ssc);
}

.case-studies-slides.owl-theme {
  left: calc((100% - 1110px) / 2);
  position: relative;
}

.case-studies-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 26.88%;
  top: -105px;
}

.case-studies-slides.owl-theme .owl-nav [class*=owl-] {
  color: #ff612f;
  font-size: 35px;
  margin: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 3px 0 0 0 !important;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case-studies-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  margin-left: 10px;
}

.case-studies-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #ff612f;
  color: #ffffff;
}

/*================================================
Company Preview Area CSS
=================================================*/
.company-preview-area {
  position: relative;
  z-index: 1;
  background-image: url(../../assets/img/marketing-agency/company-preview.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 265px;
  padding-bottom: 265px;
}

.company-preview-area::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  bottom: 0;
  background-color: #000000;
  opacity: 0.4;
}

.company-preview-video {
  text-align: center;
}

.company-preview-video .video-btn {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.79);
  border-radius: 50%;
  position: relative;
  color: #ff612f;
  font-size: 100px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.company-preview-video .video-btn::after, .company-preview-video .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.company-preview-video .video-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.company-preview-video .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
          animation: ripple 2s linear infinite;
}

.company-preview-video .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
          animation: ripple 2s linear 1s infinite;
}

.company-preview-video .video-btn:hover, .company-preview-video .video-btn:focus {
  background-color: var(--ssc);
  color: #ffffff;
}

.company-preview-video .video-btn:hover::after, .company-preview-video .video-btn:hover::before, .company-preview-video .video-btn:focus::after, .company-preview-video .video-btn:focus::before {
  border-color: var(--ssc);
}

/*================================================
Let's Talk Area CSS
=================================================*/
.lets-talk-content .sub-title {
  font-weight: 600;
  color: #ff612f;
  display: block;
  margin-bottom: 10px;
}

.lets-talk-content h2 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
}

.lets-talk-btn {
  text-align: right;
}
.contact-info .contact-info-content .social li a img{
    width: 25px;
   position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.single-features-card i {
    font-size: 39px;
    padding: 8px 17px;
}
body {
    direction: rtl;
    text-align: right;
}


.spacle-nav .navbar ul {
  padding-left: auto;
  padding-right: 0;
}
.navbar-area {
  left: auto;
  right: 0;
}
.navbar-area.is-sticky {
  left: auto;
  right: 0;
}
.navbar-area.navbar-style-two .spacle-nav .navbar .navbar-nav {
  margin-left: 0;
  margin-right: auto;
}
.navbar-area.navbar-style-two .spacle-nav .navbar .others-options {
  margin-left: 0;
  margin-right: 25px;
}
.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: auto;
  right: 220px;
}
.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: auto;
  right: -250px;
}
.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: auto;
  right: -250px;
}
.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: auto;
  right: -250px;
}
.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: auto;
  right: -250px;
}
.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item {
  float: right;
}
.optional-btn {
  padding-left: 30px;
  padding-right: 55px;
}
.optional-btn i {
  left: auto;
  right: 30px;
  color: var(--mc);
}
.optional-btn::before {
  left: auto;
  right: 0;
}
.shape9 {
  right: auto;
  left: 10%;
}
.services-content .content {
  padding-left: auto;
  padding-right: 30px;
}
.single-testimonials-item .testimonials-desc {
  padding-left: auto;
  padding-right: 15px;
}
.single-pricing-table .price sub {
  padding-right: auto;
  padding-left: 5px;
}
.single-pricing-table .pricing-features li span {
  margin-left: auto;
  margin-right: 3px;
}
.saas-banner .hero-content .video-btn i {
  margin-right: inherit;
  padding-left: auto;
  padding-right: 3px;
  margin-right: auto;
  margin-left: 6px;
}







.navbar-brand {
    margin-right: 0;
}
.mean-container .mean-nav {
    float: right;
    text-align: right;
}
.mean-container .mean-nav ul li {
    float: right;
    text-align: right;
}
.spacle-responsive-nav .spacle-responsive-menu.mean-container .mean-nav .mega-dropdown-menu h3::before {
    left: auto;
    right: 0;
}

.spacle-nav .navbar .others-options {
    margin-right: auto;
    margin-left: 0;
}

.spacle-nav .navbar .others-options .optional-btn {
    margin-right: 10px;
    margin-left: 0;
}
.spacle-nav .navbar .navbar-nav {
    margin-right: 110px;
    margin-left: 0;
}
.spacle-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-right: 0;
    margin-left: 13px;
}
.spacle-nav .navbar .navbar-nav .nav-item:nth-child(3) a {
    margin-right: 22px;
}
.spacle-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-left: 0;
    margin-right: 13px;
}
.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    right: 0;
    left: auto;
    text-align: right;
}
.spacle-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    right: -250px;
    left: auto;
}



.main-banner-content .content {
    margin-right: auto;
    margin-left: 0;
}
.main-banner-content .content {
    padding-left: 170px !important;
    padding-right: 0 !important;
}

.banner-content .content {
    margin-right: auto;
    margin-left: 0;
}
.banner-content .content {
    padding-left: 170px !important;
    padding-right: 0 !important;
}

    .shape26 {
    left: 42%;
    right: auto;
}
.shape20 {
    left: 57%;
    top: 71%;
    right: auto;
}
.shape21 {
    right: 14%;
    left: auto;
}

.shape22 {
    right: 5%;
    left: auto;
}
.shape23 {
    right: 15%;
    left: auto;
}
.shape24 {
    right: 45%;
    left: auto;
}
.shape25 {
    right: 30%;
    left: auto;
}

.banner-image {
    border-radius: 0 0 80px 0;
}
.banner-img {
    border-radius: 0 0 80px 0;
}
.services-content .content.left-content {
    padding-left: 30px;
    padding-right: 0;
    margin-right: auto;
    margin-left: 0;
}
.feature-box i {
    margin-left: 3px;
    margin-right: 0;
}
.services-area.bg-right-shape::before {
    left: 0;
    right: auto;
    transform: skewY(66deg);
}
.fadeInRight {
    animation-name: fadeInLeft;
}
.fadeInLeft {
    animation-name: fadeInRight;
}
.services-area.bg-left-color::before {
    right: 0;
    left: auto;
    transform: skewY(-66deg);
}
.contact-cta-box {
    padding: 30px 50px 30px 230px;
}
.contact-cta-box .default-btn {
    left: 50px;
    right: auto;
}
.single-feedback-item .feedback-desc {
    padding: 30px 160px 30px 30px;
    margin-right: 45px;
    margin-left: 0;
}
.single-feedback-item img {
    right: 0;
    left: auto;
}
.single-feedback-item .feedback-desc::before {
    left: 10px;
    right: auto;
}
.pricing-list-tab .tabs {
    padding-right: 0;
}
.tab .tabs_item .col-lg-3,.col-md-3{
padding-right: 5px;
padding-left: 5px;
}
.pricing-list-tab .tabs li:nth-child(1) a {
    border-radius: 0 30px 30px 0;
}
.pricing-list-tab .tabs li:nth-child(2) a {
    border-radius: 30px 0 0 30px;
}
.pricing-list-tab .tabs li a {
    padding: 10px 53px 10px 30px;
}
.pricing-list-tab .tabs li a i {
    margin-left: 2px;
    margin-right: 0;
    right: 30px;
    left: auto;
}
.single-pricing-table.left-align {
    text-align: right;
}
.single-pricing-table .pricing-features {
    padding-right: 0;
    text-align: right;
    font-size: 13px;
}
.single-pricing-table .pricing-features .title{
    font-size: 16px;

}
 .title{
    cursor: pointer;
}
.single-pricing-table .pricing-features li {
    padding-right: 0;
    padding-left: 9px;
}

.single-pricing-table.left-align .btn-box {
    padding-right: 40px;
    padding-left: 0;
}
.default-btn {
    padding-right: 50px;
    padding-left: 25px;
}
.default-btn i {
    right: 25px;
    left: auto;
}
.single-team-box .image .social {
    padding-right: 0;
}
.single-clients-logo:nth-child(6) {
    margin-right: 10%;
    margin-left: 0;
}
.faq-accordion {
    margin-right: auto;
    margin-left: 0;
}
.faq-accordion .accordion {
    padding-right: 0;
}
.faq-accordion .accordion .accordion-title {
    padding: 12px 20px 10px 40px;
}
.faq-accordion .accordion .accordion-title i {
    left: 20px;
    right: auto;
}
.subscribe-content form .input-newsletter {
    padding: 0 15px 0 0;
}
.subscribe-content form button i {
    margin-left: 2px;
    margin-right: 0;
}
.single-blog-post .post-image .date {
    right: 0;
    left: auto;
    border-radius: 5px 0 0 0;
}
.single-blog-post .post-image .date i {
    margin-left: 1px;
    margin-right: 0;
}
.single-blog-post .post-content .post-info .post-by {
    padding-right: 52px;
    padding-left: 0;
}
.single-blog-post .post-content .post-info .post-by img {
    right: 0;
    left: auto;
}
.single-blog-post .post-content .post-info .details-btn {
    position: absolute;
    left: 27px;
}
.single-footer-widget .services-list {
    padding-right: 0;
}
.single-footer-widget .support-list {
    padding-right: 0;
}
.single-footer-widget .footer-contact-info {
    padding-right: 0;
}
.single-footer-widget .social {
    padding-right: 0;
}
.single-footer-widget .social li {
    margin-left: 5px;
    margin-right: 0;
}
.go-top {
    right: 15px;
    left: auto;
}
.single-footer-widget .support-list li a:hover {
    padding-right: 5px;
    padding-left: 0;
}
.single-footer-widget .services-list li a:hover {
    padding-right: 5px;
    padding-left: 0;
}
.spacle-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu h3::before {
    right: 0;
    left: auto;
}
.features-box .back-icon {
    left: 10px;
    right: auto;
}
.single-testimonials-item::before {
    left: 10px;
    right: auto;
}
.single-pricing-table.center-align .pricing-features li {
    padding-right: 0;
    padding-left: 21px;
}
.single-pricing-table.center-align .pricing-features li i {
    right: auto;
    left: 0;
}
.banner-content-slides.owl-theme .owl-nav {
    text-align: right;
}
.banner-content-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    margin-left: 0;
    margin-right: 5px;
    border-radius: 0 0 0 10px;
}
.banner-content-slides.owl-theme .owl-nav [class*=owl-].owl-prev {
    margin-right: 0;
    margin-left: 5px;
    border-radius: 0 10px 0 0;
}
.app-download-content .btn-box .play-store-btn {
    padding: 12px 74px 12px 25px;
}
.app-download-content .btn-box .play-store-btn img {
    right: 25px;
    left: auto;
}
.app-download-content .btn-box .apple-store-btn {
    padding: 12px 74px 12px 25px;
}
.app-download-content .btn-box .apple-store-btn img {
    right: 25px;
    left: auto;
}
.mr-2, .mx-2 {
    margin-left: .5rem!important;
    margin-right: 0 !important;
}
.saas-banner .hero-content .video-btn {
    margin-right: 15px;
    margin-left: 0;
}
.pl-4, .px-4 {
    padding-right: 1.5rem!important;
    padding-left: 0 !important;
}
.features-inner-content .features-item {
    padding-right: 100px;
    padding-left: 0;
    text-align: right;
}
.features-inner-content .features-item i {
    right: 0;
    left: auto;
}
.overview-content ul li i {
    padding-left: 3px;
    margin-right: 0;
}
.chat-wrapper {
    right: -20%;
    left: auto;
}
.chat-wrapper .chat ul {
    padding-right: 0;
}
.message-right {
    text-align: left;
    padding-left: 50px;
    padding-right: 0;
}
.message-right img {
    left: 0;
    right: auto;
}
.message-right .message-text::before {
    left: 2px;
    right: auto;
}
.message-right .message-text {
    padding: 15px 15px 30px 30px;
    border-radius: 15px 15px 15px 0;
    text-align: right;
}
.message-right .message-time {
    left: 13px;
    right: auto;
}
.message-left {
    text-align: right;
    padding-right: 50px;
    padding-left: 0;
}
.message-left img {
    right: 0;
    left: auto;
}
.message-left .message-text::before {
    right: 3.4px;
    left: auto;
}
.message-left .message-text {
    border-radius: 15px 15px 0 15px;
    padding: 15px 15px 30px 30px;
}
.message-left .message-time {
    left: 13px;
    right: auto;
}
.single-partner-item {
    text-align: right;
}
.services-area.bg-right-color::before {
    left: 0;
    right: auto;
    transform: skewY(66deg);
}
.offset-lg-3 {
    margin-right: 25%;
    margin-left: 0;
}
.app-download-content .btn-box .apple-store-btn {
    margin-left: 8px;
    margin-right: 0;
}
.service-details-content .service-details-info .single-info-box .social {
    padding-right: 0;
}
.service-details-content .service-details-info .single-info-box .social li {
    margin-left: 5px;
    margin-right: 0;
}
.login-content .login-form form .forgot-password {
    text-align: left;
}
.login-content .login-form form .connect-with-social button i {
    right: 15px;
    left: auto;
}
.signup-content .signup-form form .connect-with-social button i {
    right: 15px;
    left: auto;
}
.widget-area .widget_search form button {
    left: 0;
    right: auto;
}
.widget-area .widget .widget-title::before {
    right: 0;
    left: auto;
}
.widget-area .widget_spacle_posts_thumb .item .thumb {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}
.widget-area .widget_categories ul {
    padding-right: 0;
}
.widget-area .widget_categories ul li {
    padding-right: 14px;
    padding-left: 0;
}
.widget-area .widget_categories ul li::before {
    right: 0;
    left: auto;
}
.widget-area .widget_archive ul {
    padding-right: 0;
}
.widget-area .widget_archive ul li {
    padding-right: 14px;
    padding-left: 0;
}
.widget-area .widget_archive ul li::before {
    right: 0;
    left: auto;
}
.widget-area .widget_meta ul {
    padding-right: 0;
}
.widget-area .widget_meta ul li {
    padding-right: 14px;
    padding-left: 0;
}
.widget-area .widget_meta ul li::before {
    right: 0;
    left: auto;
}
.widget-area .tagcloud a {
    margin-left: 4px;
    margin-right: 0;
}
.blog-details-desc .article-content .entry-meta ul {
    padding-right: 0;
}
.blog-details-desc .article-content .entry-meta ul li {
    margin-left: 20px;
    margin-right: 0;
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-left: 0;
}
.blog-details-desc .article-content .entry-meta ul li::before {
    left: -15px;
    right: auto;
}
blockquote::before, .blockquote::before {
    right: 50px;
    left: auto;
}
blockquote::after, .blockquote::after {
    right: 0;
    left: auto;
}
.blog-details-desc .article-content .wp-block-gallery.columns-3 {
    padding-right: 0;
}
.blog-details-desc .article-content .features-list {
    padding-right: 0;
}
.blog-details-desc .article-content .features-list li {
    padding-right: 28px;
    padding-left: 0;
}
.blog-details-desc .article-content .features-list li i {
    right: 0;
    left: auto;
}
.blog-details-desc .article-footer .article-tags a {
    margin-left: 3px;
    margin-right: 0;
}
.next-link-wrapper .image-next {
    margin-right: 20px;
    margin-left: 0;
}
.next-link-wrapper {
    text-align: left;
    padding-right: 15px;
    padding-left: 0;
}
.prev-link-wrapper .image-prev {
    margin-left: 20px;
    margin-right: 0;
}
.prev-link-wrapper {
    padding-left: 15px;
    padding-left: 0;
}
.comments-area .comment-body {
    padding-right: 65px;
    padding-left: 0;
}
.comments-area .comment-author .avatar {
    right: -65px;
    left: auto;
}
.comments-area .children {
    margin-right: 20px;
    margin-left: 0;
}
.comments-area .comment-respond .comment-form-cookies-consent {
    padding-right: 20px;
    padding-left: 0;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
    right: 0;
    left: auto;
}
.contact-form .with-errors ul {
    padding-right: 0;
}
.contact-form #msgSubmit.text-danger {
    margin-top: 15px;
    text-align: right !important;
}
.contact-info .contact-info-content .social {
    padding-right: 0;
}
.contact-features-list ul {
    padding-right: 0;
}
.contact-features-list ul li {
    padding-right: 20px;
    padding-left: 0;
}
.contact-features-list ul li i {
    right: 0;
    left: auto;
}
.contact-features-list {
    padding-left: 15px;
    border-left: 1px solid #eeeeee;
    padding-right: 0;
    border-right: none;
}








.navbar-area.p-relative .spacle-nav .navbar .navbar-nav {
    margin-left: 0;
    margin-right: auto;
}
.navbar-area.p-relative .spacle-nav .navbar .others-options {
    margin-left: 0;
    margin-right: 30px;
}
.single-featured-box .read-more-btn {
    left: auto;
    right: 20px;
    padding-left: 22px;
    padding-right: 0;
}
.single-featured-box .read-more-btn i {
    right: auto;
    left: 0;
}
.section-title.text-left {
    text-align: right !important;
}
.about-inner-content .content .features-list li i {
    margin-right: 0;
    margin-left: 5px;
}
.single-services-box .content {
    padding: 30px 25px 30px 0;
}
.single-services-box .content h3 {
    margin-right: 0;
    margin-left: -20px;
}
.single-services-box .image {
    -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}
.single-services-box .content .read-more-btn {
    padding-right: 0;
    padding-left: 22px;
}
.single-services-box .content .read-more-btn i {
    right: auto;
    left: 0;
}
.single-services-box .content .read-more-btn:hover {
    padding-left: 28px;
    padding-right: 0;
}
.case-studies-slides.owl-theme .owl-nav {
    right: auto !important;
    left: 26.88%;
}
.case-studies-slides.owl-theme {
    left: auto;
    right: calc((100% - 1110px) / 2);
}
.case-studies-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    margin-left: 0;
    margin-right: 10px;
}
.services-btn-box .default-btn {
    padding-left: 35px;
    padding-right: 65px;
}
.services-btn-box .default-btn i {
    left: auto;
    right: 35px;
}
.single-case-studies-item .content {
    text-align: right;
}
.single-case-studies-item .content .link-btn {
    right: auto;
    left: 20px;
}
.single-testimonials-box .client-info .title {
    margin-left: 0;
    margin-right: 15px;
}
.single-testimonials-box::before {
    right: auto;
    left: 200px;
}
.about-inner-content .content .features-list {
    padding-right: 0;
}
.testimonials-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
    text-align: right;
}
.single-team-member .image .social-link {
    right: auto;
    left: 20px;
}
.single-team-member .content {
    text-align: right;
}
.single-team-member .content i {
    right: auto;
    left: 20px;
}
.blog-slides.owl-theme .owl-nav {
    right: auto !important;
    left: 0;
}
.blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    margin-left: 0;
    margin-right: 10px;
}
.single-blog-post-item .post-content .post-content-footer {
    padding-right: 0;
}
.single-blog-post-item .post-content .post-content-footer li .post-author img {
    margin-right: 0;
    margin-left: 10px;
}
.single-blog-post-item .post-content .post-content-footer li:first-child {
    padding-left: 0;
    padding-right: 7px;
}
.single-blog-post-item .post-content .post-content-footer li {
    padding-left: 0;
    padding-right: 28px;
}
.single-blog-post-item .post-content .post-content-footer li i {
    left: auto;
    right: 7px;
}
.lets-talk-btn {
    text-align: left;
}

/*
Responsive CSS
============================*/
@media only screen and (max-width: 767px) {


.detail-header h5 ,.detail-header h4
{

    font-weight: 500;
    font-size: 20px!important;

}


    .main-banner-content .content {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .mean-container a.meanmenu-reveal {
        left: auto !important;
        right: 0 !important;
    }
    .services-content .content.left-content {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .single-feedback-item .feedback-desc {
        margin-right: 0 !important;
    }
    .single-clients-logo:nth-child(6) {
        margin-right: 0 !important;
    }
    .faq-accordion .accordion {
        text-align: right !important;
    }
    .faq-accordion .accordion .accordion-title {
        padding: 10px 15px 10px 40px !important;
    }
    .faq-accordion .accordion .accordion-title i {
        left: 15px !important;
        right: auto !important;
    }
    .chat-wrapper {
        left: 0% !important;
        right: auto !important;
    }
    .go-top {
     right: 10px !important;
    left: auto !important;
    }
    .comments-area .comment-body {
        padding-right: 0 !important;
    }
    .comments-area .comment-author .avatar {
    right: 0 !important;
    top: -14px;
    left: auto !important;
}
.comments-area .comment-author .fn {
    font-weight: 500;
    position: relative;
    right: 48px;
}
    .contact-features-list ul {
        text-align: right !important;
    }
    .banner-content .content {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }


    .case-studies-slides.owl-theme {
        right: 0;
    }
    .case-studies-slides.owl-theme .owl-nav {
        left: 0;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-banner-content .content {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .mean-container a.meanmenu-reveal {
        right: auto !important;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        width: 90%;
    }
    .services-content .content.left-content {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .faq-accordion .accordion {
        text-align: right !important;
    }
    .faq-accordion .accordion .accordion-title {
        padding: 10px 15px 10px 40px !important;
    }
    .faq-accordion .accordion .accordion-title i {
        left: 15px !important;
        right: auto !important;
    }
    .contact-cta-box .default-btn {
        left: 30px !important;
        right: auto !important;
    }
    .contact-cta-box {
        padding: 30px 30px 30px 200px !important;
    }
    .chat-wrapper {
        left: 0% !important;
        right: auto !important;
    }


    .case-studies-slides.owl-theme {
        right: 0;
    }
    .case-studies-slides.owl-theme .owl-nav {
        left: 0;
    }

}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .services-content .content.left-content {
        padding-left: 15px !important;
        padding-right: 0 !important;
    }


    .case-studies-slides.owl-theme {
        right: 0;
    }

    .case-studies-slides.owl-theme .owl-nav {
        left: 0;
    }

}

@media only screen and (min-width: 1824px) {


}




@media only screen and (min-width: 1550px) {

    .case-studies-slides.owl-theme .owl-nav {
        left: 41.7%;
    }

    .blog-slides.owl-theme .owl-nav {
        left: 0;
    }

}

#preloader {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFd;
}
#preloader ul {
  display: flex;
}
#preloader ul li {
  list-style: none;
  height: 20px;
  width: 20px;
  background-color: red;
  margin: 0 4px;
  border-radius: 50%;
  animation: bounce 1s linear infinite;
}
#preloader ul li:nth-child(1) {
  animation-delay: 0.2s;
  background-color: #961419;
}
#preloader ul li:nth-child(2) {
  animation-delay: 0.6s;
  background-color: #d11c23;
}
#preloader ul li:nth-child(3) {
  animation-delay: 0.1s;
  background-color: #e21e25;
}
#preloader ul li:nth-child(4) {
  animation-delay: 0.8s;
  background-color: #FF8152;
}
#preloader ul li:nth-child(5) {
  animation-delay: 0.5s;
  background-color: #FFC246;
}
#preloader ul li:nth-child(6) {
  animation-delay: 0.1s;
  background-color: #F9F871;
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
#toast.danger{
background-color: #c31313;
}
#toast.danger #img{
background-color: #6d0303;
}

#toast {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;

    position: fixed;
    z-index: 55555555555;
    left: 0;right:0;
    bottom: 30px;
    font-size: 11px;
    white-space: nowrap;
}
#toast #img{
    width: 50px;
    height: 50px;
    float: right;
    padding-top: 10px;
    padding-bottom: 16px;
    box-sizing: border-box;
    background-color: #111;
    color: #fff;
    position: absolute;
    top: 0;
    font-size: 24px;
}
#toast #desc{
    color: #fff;
    padding: 13px 55px 13px 13px;
    overflow: hidden;
	white-space: nowrap;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}
@-webkit-keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}
@-webkit-keyframes shrink {
    from {min-width: 350px;}
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 350px;}
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}
.cert-e
{
    width:100%;
}
form.form [class^="col"] > label:first-child {
    width: 100%;
    padding-top: 13px;
    position: relative;
}
form.form [class^="col"] > label span:first-child {
    position: absolute;
    color: #555555;
    background-color: #FFFFFF;
    font-size: 12px;
    height: 16px;
    top: 4px;
    right: 15px;
    padding: 0 4px;
    z-index: 1;
}
.carousel-dc
{
  position: absolute;
    overflow: hidden;
    color: #fff;
    text-shadow: 2px 2px #495057;
    font-size:20px;
}
.carousel-txt
{
   bottom: 40px;
   height: 44px;
    font-size: 19px;
    width: 84%;

    font-size: 18px;
}
.carousel-tlt
{
    bottom: 90px;
    font-size: 30px;
    height: 37px;
    width:100%;
    right:0;
}
.benefit
{
margin-top: 20px;
    font-size:40px;
      color: black;
      font-weight: 600;
}
.benefit span {
    display: inline-block;
    color: #ff612f;
}
@media(max-width: 767px){
element.style {
    font-size: 25px;
    margin-bottom: 18px;
}
.benefit{
    font-size:25px;
}
.section-title h1
{
    font-size: 21px;
    padding: 1px 47px;
}

.faq-txt h1
{font-size: 21px;
    margin: 10px 10px;}

.faq-txt-info
{margin: 10px;
color: #6c757d;}


.optional-btn.admin-btn
{
    width: 54%;
    padding-top: 12px!important;
    padding-bottom: 12px!importanty;
}

.ke-component.float-left
{
    width:100%!important;
}
.ke-component.float-right
{
    width:100%!important;
}
.carousel-tlt
{
    font-size: 18px;
    bottom: 75px;
    height: 20px;
}
.carousel-dc
{
    text-shadow: 1px 1px #495057;
    font-weight: bold;
}
.carousel-txt
{
   bottom: 36px;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
}
}
nav a.navbar-brand img
{
    width:39px;
}
.bg-as{
background-color:var(--sc)

}
.border-as {
    border-color: var(--sc)!important;
}
.rounded.title:after{
    content: "\F06B6";
    font-family: 'Material Design Icons';
    position: absolute;
    left: 1px;
}
.border-as {
    border-color: var(--sc);
}

.border-violet {
    border-color: #7c3af1!important;
}
.bg-violet {
    background-color: #4f03ca!important;
}
.ic-o li , .social li{
display:inline-block;
margin: 6px;
}



.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

.container-fluid {
    max-width: 2400px !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}
.bg-main-color{
    background-color: #fe602e;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}


.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}


.pricing-wrapper:hover .current {
  top: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}

.pricing-wrapper:hover .current .pricing-card {
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  box-shadow: none;
}

.pricing-wrapper:hover .current .pricing-footer {
  height: 80px;
}

.pricing-wrapper:hover .current .pricing-footer a {
  bottom: 0;
  position: relative;
}

.pricing-wrapper:hover .current:hover {
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-wrapper:hover .current:hover .pricing-card {
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
}

.pricing-wrapper:hover .current:hover .pricing-footer {
  height: 120px;
}

.pricing-wrapper:hover .current:hover .pricing-footer a {
  bottom: -20px;
  position: relative;
}

.stripped-table [class*=col-] {
  padding: 0;
  margin: -1px;
}

.stripped-table .pricing-col {
  padding: 20px 0;
}

.stripped-table.current {
  padding-left: 0;
  padding-right: 0;
}

.stripped-table .ribbon {
  left: calc(100% - 124px);
}

/* =================== */
/*   Pricing Cards     */
/* =================== */
.pricing-card {
  position: relative;
  border: 1px solid #ddd;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  z-index: 99;
}
.pricing-header .sub-plan{
background: #2196f3;
    color: #fff;
    font-size: 16px;
}

.pricing-header {
  background: #fff;
  position: relative;
  border-bottom: 1px solid #1976d2;
  margin: -1px;
  margin-bottom: 0;
  text-align: center;
}

.pricing-header h5 {
  background: #2196f3;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  margin: 0 auto;
  padding: 15px 20px;
  text-transform: uppercase;
}

.pricing-header p {
  margin: 0 auto;
  color: #fff;
  display: inline-block;
  font-style: italic;
}


.price-box {
    display: block;
    position: relative;
    max-width: 100%;
    height: 100px;
    width: 100px;
    width: 120px;
}

.pricing-card .price-more{
    height: 40px;
    padding: 9px;
    text-align: center;
    background-color: #424242;
    color: #FFF;
    display:none;
    font-size: 11px;
}

.price-box .price {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: -2px;
}

.price-box .price .monthly_price{
    color: #757575;
    font-size: 14px;
    letter-spacing: -1px;
    font-weight: 500;
}

.price-box .price span{
    font-size: 24px;
    position: relative;
    letter-spacing: -2px;
    display: inline-block;
    font-weight: 600;
}

.price-box .currency {
  font-size: 50%;
  font-weight: 600;
  left: -10px;
  line-height: inherit;
  position: absolute;
  top: -6px;
  letter-spacing: 0;
}

.price-box .plan {
    letter-spacing: 0px !important;
}


.pricing-feature-blogT {
  position: relative;
  text-align: left;
}
.pricing-feature {
  position: relative;
  text-align: left;
}
.pricing-feature-blogT {
    display: block;
    margin: 10px;
}
.pricing-feature .buy-btn{
    display: block;
    margin: 10px;
}
.price-more .buy-btn{
    height: 23px;
    padding: 2px 42px 0;
}

.pricing-feature-blogT li {
  list-style: none;
  padding: 13px 0;
  border-bottom: 1px solid #ddd;
  background: #eee;
}
.pricing-feature li {
  list-style: none;
  padding: 13px 0;
  border-bottom: 1px solid #ddd;
  background: #eee;
}

.pricing-feature-blogT li:last-child{
  border-bottom: none;
}
.pricing-feature li:last-child {
  border-bottom: none;
}

.pricing-feature-blogT li span{
  text-transform: capitalize;
  font-weight: bold;
}
.pricing-feature li span {
  text-transform: capitalize;
  font-weight: bold;
}

.pricing-feature-blogT li span {
  float: right;
}
.pricing-feature li span, .pricing-feature-blogT li i, .pricing-feature li i {
  float: right;
}

.pricing-feature-blogT li p{
  margin: 0;
  font-size: 13px;
  padding: 0 12px;
  line-height: normal;
}
.pricing-feature li p {
  margin: 0;
  font-size: 13px;
  padding: 0 12px;
  line-height: normal;
  float: right!important;
}


.pricing-footer {
  border-top: 1px solid #ddd;
  padding: 0 20px;
  height: 80px;
  -webkit-transition: height 0.2s linear 0s;
          transition: height 0.2s linear 0s;
  text-align: center;
}

.pricing-footer a {
  bottom: 0;
  margin-top: 20px;
  position: relative;
}


.ribbon {
  background: #222;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23), 0 1px 5px rgba(0, 0, 0, 0.16);
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  position: absolute;
  left: calc(100% - 110px);
  top: 70px;
  width: 35px;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
  border-radius: 100px;
  float: right;
  cursor: pointer;
}

.ribbon:hover {
  width: 90px;
}

.ribbon:hover span {
  visibility: visible;
  -webkit-transition: all 0.2s linear 0.18s;
          transition: all 0.2s linear 0.18s;
}

.ribbon span {
    top: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    float: right;
    margin-right: 5px;
  visibility: hidden;
}

.ribbon i {
    color: #FFC61B;
    font-weight: 800;
    font-size: 23px;
    margin: 17px 6px;
    z-index: 10;
    float: left;
    line-height: 0;
}


.comparison-table [class*=col-] {
  padding: 0;

}

.comparison-table .pricing-col {
  padding: 20px 0;
}

.comparison-table.current {
  padding-left: 0;
  padding-right: 0;
}

.comparison-table [class*=col-]:first-child {
  margin: 0;
}

.comparison-table [class*=col-]:first-child:hover {
  top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.comparison-table [class*=col-]:first-child:hover .pricing-card {
  margin: 0;
  box-shadow: none;
}
.pricing-feature-blogT li{
  background: #fff;
  text-align: center;
}
.comparison-table  .pricing-feature li {
  background: #fff;
  text-align: center;
}
.pricing-feature-blogT li i{
  line-height: normal;
}
.comparison-table .pricing-feature li i {
  line-height: normal;
}
.pricing-feature-blogT li span,.pricing-feature-blogT li i{
  float: none;
}
.comparison-table  .pricing-feature li span, .comparison-table  .pricing-feature li i {
  float: none;
}
.pricing-feature-blogT li:nth-child(2n+1){
  background: #d2fcf3;
}
.comparison-table .pricing-feature li:nth-child(2n+1) {
  background: #d2fcf3;
}

.comparison-table .ribbon {
  left: calc(100% - 124px);
}

.list-feature {
  z-index: 0;
}

.pt-38{ padding: 38px 0px !important; }
.pt-45{ padding-top: 45px !important; }
.pt-65{ padding-top: 65px !important; }
@media(max-width: 767px){
.pricing-header.pt-65{
padding-top: 41px !important;
}
}
.list-feature .pricing-header {
  background: #fff !important;
  padding: 43px 15px;
  border-bottom-color: #ddd !important;
  text-align: center;
  margin-top: -2px;
}
.list-feature .pricing-header.efficient{
padding: 44px 15px;
}
.seo-tariff .list-feature .pricing-header {
  padding: 45px 15px;
}
.depot-tariff .list-feature .pricing-header {
    padding: 24px 15px;
}
.club-tariff .list-feature .pricing-header {
    padding: 44px 15px;
}
.list-feature .pricing-header.pricing-advertise {
  padding: 0;
}


.list-feature .pricing-header h5 ,.list-feature .pricing-header span{
  background: #fff !important;
  color: #424242;
  font-weight: 500;
  font-size: 39px;
  padding: 0;
  margin-top: 30px;
  display: block;
}

.list-feature .pricing-header.pricing-advertise h5 {
  font-size: 25px;

}


.list-feature .pricing-header p {
  color: #444;
  margin-top: 5px;
}

.list-feature .pricing-feature {
  text-align: left;
}

.pricing-col {
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-col:hover {
  padding-bottom: 0;
  padding-top: 0;
}

.pricing-col:hover > .pricing-card {
  top: 0px;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  z-index: 101;
}

.pricing-col:hover > .pricing-card .pricing-footer {
  height: 120px;
}

.pricing-col:hover > .pricing-card .pricing-footer a {
  bottom: -20px;
  position: relative;
}

.pricing-col.current {

  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.current {
  top: 0;
}

.current .pricing-card {
  z-index: 100;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.25);
}

.current .pricing-footer {
  height: 120px;
}

.current .pricing-footer a {
  bottom: -20px;
  position: relative;
}

.current:hover {
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  top: -20px;
}

.current:hover .pricing-footer {
  height: 120px;
}

.current:hover .pricing-footer a {
  bottom: -20px;
  position: relative;
}

/* ======================== */
/*   Tooltips               */
/* ======================== */
.tooltip {
  outline: none;
  color: inherit;
  position: relative;
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  cursor: help;
  border-bottom: 1px dotted;
  font-weight: normal !important;
}

.tooltip .tooltip-content {
  border-radius: 4px;
  position: absolute;
  color: #111;
  border: 1px solid #ddd;
  background: #f9f9f9;
  line-height: 1.6;
  font-weight: normal;
  font-size: 12px;
  font-family: Roboto;
  padding: 15px;
  bottom: 36px;
  left: -10px;
  margin: 0 auto;
  z-index: 9999;
  width: 200px;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.25s ease-in;
          transition: all 0.25s ease-in;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  visibility: hidden;
  opacity: 0;
  display: block;
}

.tooltip .tooltip-content:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 20px;
  height: 20px;
  background: #f9f9f9;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 0;
}

.tooltip:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}


.btn-act {
  font-family: Roboto;
  line-height: normal;
  padding: 9px 26px;
  border: 2px solid;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #666;
  vertical-align: middle;
  will-change: opacity, transform;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.btn-act.rounded {
  border-radius: 50px;
}

.btn-act.boxed {
  border-radius: 0;
}

.btn-act.btn-uppercase {
  text-transform: uppercase;
  font-size: 13px;
}

.btn-act.btn-capitalize {
  text-transform: capitalize;
}

.btn-act span {
  position: relative;
  left: 0;
  -webkit-transition: left 0.2s linear;
          transition: left 0.2s linear;
}

.btn-act i {
  -webkit-transition: margin-left 0.2s linear;
          transition: margin-left 0.2s linear;
  opacity: 0;
  margin-left: 0;
  position: absolute;
  line-height: inherit;
}

.btn-act:hover {
  border-color: initial;
  background: initial;
}

.btn-act:hover span {
  left: -0.3em;
}

.btn-act:hover i {
  opacity: 1;
  margin-left: 0.25em;
}

.btn-act.btn-line {
  background: #fff;
  border-color: #616161;
  color: #616161;
}

.btn-act.btn-line:hover {
  border-color: #212121;
  background: #212121;
  color: #fff;
}

.btn-act.btn-bg {
  background: #616161;
  border-color: #616161;
  color: #fff;
}

.btn-act.btn-bg:hover {
  background: #212121;
  border-color: #212121;
}

.title-page{
  margin-bottom:60px;
  color: #484848;
  font-size:30px;
}

  .matraz_menu { width:100%; padding: 15px 0; z-index:999; display:block; float:left; background: #eee; border-bottom:1px solid #dedede;margin-bottom: 120px;}
  .matraz_mainmenu { float:right; display:block; margin-top:10px; margin-bottom: 10px;}
  .matraz_mainmenu li {
    float: left;
    margin: 0 5px 0 auto;
    overflow: hidden;
    padding: 15px 0;
  }
  .matraz_mainmenu li a {
    border-radius: 2px 2px 2px 2px;
    color: #2c3e50;
    font-family: Helvetica;
    padding: 10px;
    font-weight:600;
  }
  .matraz_mainmenu li:hover a,
  .matraz_mainmenu li.active a{
    background: #1abc9c;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .matraz_mainmenu li.active:hover a{
    background: #424242;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

/*=====================================================================
    MOBILE MENU
======================================================================*/
  .matraz_menu .logo {
    margin-left: auto;
    margin-top: 5px;
    width: 150px;
  }
  .trac_mobtrac_menu { text-align:center; display:none; }
  .trac_mobtrac_menu li { padding:10px 0; }
  .trac_mobilelink_button  { display:none; margin-right:10px; cursor:pointer; margin-top:10px; }


  .logo h1{
    margin-bottom: 0;
    margin-top: 10px;
  }
.style-2 .pricing-card,
.style-2 .pricing-footer {
  border: none;
}

.style-2 .pricing-header {
  margin: 0;
  border: none;
  height: 160px;
}
.pricing-feature-blogT li{
  background: none;
  border-color: #42a5f5;
}
.style-2 .pricing-feature li {
  background: none;
  border-color: #42a5f5;
}
.pricing-feature-blogT li p{
  color: #e3f2fd;
}
.style-2 .pricing-feature li p {
  color: #e3f2fd;
}
.pricing-feature-blogT li p i{
  float: right;
  color: #fff;
}
.style-2 .pricing-feature li p span, .style-2 .pricing-feature li p i {
  float: right;
  color: #fff;
}
.pricing-feature-blogT li p{
  color: #444;
}
.style-2 .pricing-feature li p .tooltip-content {
  color: #444;
}
.pricing-feature-blogT li:last-child{
  border-bottom: 1px solid transparent;
}
.style-2 .pricing-feature li:last-child {
  border-bottom: 1px solid transparent;
}

.style-2 .price-box {
  margin: 20px auto;
  border-radius: 0;
  width: auto;
  height: auto;
  line-height: normal;
}

.style-2 .price-box:before {
  display: none;
  position: relative;
}

.style-2 .plan {
  bottom: 12px;
  left: auto;
  margin: 0;
  left: calc(100% + 5px);
  font-weight: 400;
  font-size: 12px;
  width: 50px;
  text-align: left;
}

.style-2 .currency {
  top: auto;
  font-size: 30px;
  left: -20px;
  line-height: inherit;
  position: absolute;
  bottom: 10px;
  letter-spacing: 0;
  font-weight: 300;
}

.style-2 .price {
  font-size: 60px;
  font-weight: 400;
}

.style-2 .ribbon {
  top: 35%;
  right: -10px;
  left: auto;
  border-radius: 0;
}

.style-2 .ribbon:after {
  border-right: 10px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.5);
  bottom: -7px;
  content: "";
  position: absolute;
  right: 0;
}

.style-2 .pricing-footer a:before {
  background: inherit;
}
.pricing-feature-blogT li:nth-child(2n+1){
  background: inherit;
}
.style-2.comparison-table.pricing-feature li:nth-child(2n+1) {
  background: inherit;
}

.style-2.comparison-table .pricing-feature li p {
  color: #fff;
}
.pricing-feature-blogT li p span ,.pricing-feature-blogT li p span{
  float: none;
}
.style-2.comparison-table .pricing-feature li p span, .style-2.comparison-table .pricing-feature li p i {
  float: none;
}

.style-2.comparison-table .list-feature .pricing-header {
  margin: 0;
  margin-bottom: -1px;
}

.style-2.comparison-table .list-feature .pricing-header h5 {
  margin-top: 0;
  font-size: 38px;
}

.style-2 .btn-act.btn-line {
  background: none;
  border-color: #fff;
  color: #fff;
}

.style-2 .btn-act.btn-bg:hover {
  background: #212121;
  border-color: #212121;
}





.pricing-tbl .blogT-sm-tbl .pricing-card {
  border: 1px solid #ddd;
}

.pricing-tbl .blogT-sm-tbl .pricing-header {
  border-bottom: none;
  margin: 0;
  height:150px;
}
.pricing-tbl .blogT-sm-tbl .pricing-header.pricing-advertise {

  height:68px!important;
}

.pricing-tbl .blogT-sm-tbl .pricing-header h5 {
  background: #fff;
  color: #424242;
  border-bottom: 1px solid #ddd;
}

.pricing-tbl .blogT-sm-tbl .price-box {
    border-radius: 0;
    width: 100%;
    height: auto;
}

.pricing-tbl .blogT-sm-tbl .price {
  color: #616161;
  font-size: 27px;
  font-weight: 400;
}

.pricing-tbl .blogT-sm-tbl .currency {
  top: 12px;
  font-size: 22px;
  left: -16px;
  font-weight: 300;
}

.pricing-tbl .blogT-sm-tbl .plan {
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.pricing-feature-blogT li{
  background: #ffffff;
}
.pricing-tbl .pricing-feature li {
  background: #ffffff;
  height: 45px;
}




.pricing-tbl .blogT-sm-tbl .pricing-feature-blogT li i,.pricing-feature li i{
    line-height:1;
}
.pricing-tbl  .blogT-sm-tbl .pricing-feature-blogT li i.active,.pricing-feature li i.active{
    color:#0f9d58;
}
.pricing-tbl .blogT-sm-tbl .pricing-feature-blogT li i.deactive,.pricing-feature li i.deactive{
    color:#da4437;
}
.pricing-tbl .blogT-sm-tbl  .pricing-feature-blogT li i,.pricing-feature li i{

}

.pricing-tbl .blogT-sm-tbl .pricing-feature-blogT li:first-child, .pricing-feature li:first-child {
  border-top: 1px solid #ddd;
}

.blogT-sm-tbl .pricing-tbl .pricing-feature-blogT li .pricing-feature-blogT li span,.pricing-feature li span, .pricing-tbl .pricing-feature li i {
  float: right;
}

.pricing-tbl .pricing-feature-blogT li:nth-child(2n+1),.pricing-feature li:nth-child(2n+1) {
  background: #d2fcf3;
}
.pricing-tbl .price-sub-sec {
    font-weight: bold;
    background: #13c4a1 !important;
    padding: 8px;
}

.pricing-tbl .pricing-feature-blogT li.pricing-feature li.price-sub-sec h3{
     color: #FFF;
     font-weight: 600;
     font-size: 25px;
}
.blogT-sm-tbl li:nth-child(2n+1) {
  background: #d2fcf3;
  }
.pricing-tbl .ribbon {
  top: 35%;
  right: -10px;
  left: auto;
  border-radius: 0;
}

.pricing-tbl .ribbon:after {
  border-right: 10px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.5);
  bottom: -7px;
  content: "";
  position: absolute;
  right: 0;
}

.pricing-tbl .person .price {
  color: #2196f3;
}

.pricing-tbl .person .plan {
  color: #757575;
  font-size: 22px;
}

.pricing-tbl .corp .price {
  color: #4caf50;
}

.pricing-tbl .corp .plan {
  color: #757575;
  font-size: 22px;
}

.pricing-tbl .unlim .price {
  color: #f44336;
}

.pricing-tbl .unlim .plan {
  color: #757575;
  font-size: 22px;
}

.pricing-tbl .business .price {
  color: #ffc107;
}

.pricing-tbl .business .plan {
  color: #757575;
  font-size: 22px;
}

.pricing-tbl .pricing-footer {
  background: #fff;
}

.pricing-tbl.comparison-table [class*=col-]:first-child {
  margin: -1px;
}

.pricing-tbl.comparison-table .list-feature .pricing-header h5 ,.pricing-tbl.comparison-table .list-feature .pricing-header span{
  margin-top: 0;
  border-bottom: none;
}
.simp-pricing-tbl .pricing-header, .simp-pricing-tbl .detail-header{
  height: 100px;
  margin-top: 20px !important;
  margin-bottom: 20px;
}


.pricing-tbl.comparison-table .pricing-feature li p, .pricing-tbl.comparison-table .pricing-feature li i, .pricing-tbl.comparison-table .pricing-feature-blogT li span ,.pricing-feature li span {
  float: none;
}

.pricing-tbl .pricing-footer .btn-act.btn-line {
  background: none;
  border-color: #2196f3;
  color: #2196f3;
}

.pricing-tbl .pricing-footer .btn-act.btn-line:hover {
  background: #2196f3;
  border-color: #2196f3;
  color: #fff;
}

.pricing-tbl .pricing-footer .btn-act.btn-bg {
  background-color: #2196f3;
  border-color: #2196f3;
}

.pricing-tbl .pricing-footer .btn-act.btn-bg:hover {
  background: #212121;
  border-color: #212121;
}
.features-card-lg {
    margin:auto;
    padding: 20px;
    width: 84%;
}
.features-card-lg:hover {
    margin-top:0;
}
.features-card-lg h3 {

    font-size: 22px;

}
.features-card-lg p {
 height: auto!important;
 color: #4a6f8a;
}
@media (max-width: 768px){

.features-card-lg {
    width: 100%!important;
}
.features-card-lg p {
 height: auto!important;
}

.tariff-description {
    color: #6c757d;
}
.pricing-tbl .person .pricing-advertise .price ,.pricing-tbl .corp .pricing-advertise .price
{
   padding-top:20px;
}

.feature-advertise .tariff-pic {

    margin-right: 3px;
}
.pricing-tbl .pricing-feature-blogT .pricing-feature.pricing-content li {
    height: 64px!important;
}
.feature-advertise li {
    font-size: 14px!important;
    line-height: 1;
    padding:11px;
}
.feature-advertise li p {
    padding: 0 4px!important;
    font-size:12px!important;
}
.whatsapp-chat
{
  bottom:-17px;
}
.page-title-area {
    top:0!important;
}
.pricing-area h3
{
    font-size:16px;
}
.pricing-area p
{
    font-size:16px;
    text-align: justify;
}
.pricing-area h4
{
    font-size:15px;
}
.pricing-col:hover {
  padding-bottom: 0;
  padding-top: 20px;
}

 pricing-feature-blogT li p , .pricing-feature li p {

  font-size: 12.5px;
  padding: 0 10px;

}
.pricing-tbl .plan {

    font-size: 11px;

}
    .pricing-tbl .price {
        font-size: 20px;
    }
    .pricing-card .price-more{
        display:block;
    }
    .pricing-feature{
        display:none;
    }
}
.pricing-area .card-feature .card:nth-of-type(n+1)
{
    height:165px!important;
}
.pricing-area h3
{
    color: white;
}

.card:hover
{
       box-shadow: 0 0 20px -2px rgb(0 0 0 / 25%);
}
.card-header
{

    background-color:transparent!important;
    color:#ff612f;
    padding: .75rem 0.5rem!important;
}
.card-footer
{
    border-top:none!important;
    background-color:transparent!important;
}
.card-feature .card:hover
{

     top:-6px;

}
.card-body
{
    padding-top:10px!important;
    padding-bottom:0!important;
    padding:0.5rem;
}

.card:hover .card-description
{
     color:#343a40;
}
@media (min-width: 1200px){
.container.footer {
    max-width: 1279px;
}
}


.blog-details-desc img {
    max-width: 100%;
    height: auto!important;
    max-height: 75vh;
}
.spacle-responsive-menu .optional-btn {
    padding-left: 7px;
    padding-right: 21px;
    font-size: 12px;
        margin-right: 24px;
    display: inline-block;
    z-index:999;
}
.spacle-responsive-menu .optional-btn i{
right: 0;
font-size: 18px;
}
.tariff-pic
{
    width: 25px;
    float:right;
    margin-right:10px;
}
.tariff-description
{
    line-height:1.5;

}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

.table-bordered th{
    border: 0;
}
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table td::before {

    content: attr(data-label);
    float: right;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}
::selection {
  background: #ff7610;
  color:#ffff;
}
.whatsapp-chat
{
    position: fixed;
    z-index: 999;
    height: 60px;
    width: 60px;
    bottom: 15px;
    background-color: #0dc143;
    color: #ffff;
    border-radius: 100%;
      left: 10px;
}
.whatsapp-chat i {
  font-size: 47px;
    position: absolute;
    bottom: -31px;

    padding: 20px 6px;
}
.whatsapp-chat:hover {
  color:#fff;
}

.landing-register{
    margin-top: 131px;
}
.landing-register .c-btn {
    margin-top: 20px;
    background-color: var(--sc);
}
.landing-register .c-btn i,.landing-register .default-btn i{
color:#ffffff
}

@media (max-width: 600px) {
.landing-register .features-box .back-icon {
    display: none;
}
.landing-register {
    margin-top: 0;
}
}
.content.left-content .icon{
    width: 50px;
}
.link-btn{

    padding-right: 19px;
    padding-left: 19px;
    margin-top: 11px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #080a3c;

}
.box-btn{
    height: 53px;
}
@media(min-width:768px)
{

.rep-faq
{
       margin: auto;
}

.pricing-tbl pricing-feature-blogT .pricing-feature.feature-advertise li {
  font-size:14px;
}
.col-md-4 pricing-feature-blogT .pricing-feature.feature-advertise li p {

    font-size: 17px;

}

.features-box {
  height:370px;
}
.box-btn{
    position: absolute;
    bottom: 17px;
}
.d-table-cell .optional-btn.admin-btn {


    margin-right: 50px;
}
.main-banner-two .banner-image-slider .banner-image img {
border-radius: 0 0 80px 0;
}

}
.d-table-cell .optional-btn.admin-btn
{
    color: #ffffff;
    background-color: var(--sc);
}
.detail-header{
    border-bottom: none;
    margin: 0;
    height: 100px;
    justify-content: center;
    display: flex;
}
.detail-header h5 ,.detail-header h4, .detail-header span
{
    border-bottom: none;
    font-weight: 550;
    font-size: 23px;
    padding: 0;background: #fff !important;
     padding: 25px 15px;
    border-bottom-color: #ddd !important;
    text-align: center;
}

.more-info h5
{
    color:#13c4a1;
}
.tariff-title
{
    color:var(--mc) !important;
}
.features-box a span
{
    color:var(--ptsc);
}
.feature-box-align
{
    width: 233px;
    line-height: 1;
    display:inline-block;
}
.feature-box-items
{
    width:70%;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-dc {
    width: 100%;
    border-radius: var(--br);
}
.carousel-item {
    position: relative;
    display: none;
    float: none;
    max-width:1110px;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
     overflow: hidden;
    border-radius: var(--br);
}
.carousel-caption {
    text-shadow: 2px 2px #000000cf;
}
.carousel-control-next, .carousel-control-prev{
    width: calc((100% - 1110px)/2);
}
.carousel-control-prev {
    right: 0;
    left: auto;
}
.carousel-control-next {
    left: 0;
    right: auto;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3e%3cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3e%3c/svg%3e")!important;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 4%), 0 4px 8px 0 rgb(0 0 0 / 20%);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #abaaaa;
    outline: 0;
    border: 4px solid #abaaa;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3e%3cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3e%3c/svg%3e")!important;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 4%), 0 4px 8px 0 rgb(0 0 0 / 20%);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #abaaaa;
    outline: 0;
    border: 4px solid #abaaa;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
@media (min-width: 1200px) and (max-width: 1300px)
{
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
}

.landing-features-box
{
    height:auto!important;
}
.feature-box img
{
   width: 14px;
    position: absolute;
    top: 6px;
    right: 19px;
}
.feature-box-align
{
    position:relative;
}
.guild-area .container
{
    max-width: 1425px;
}
.guild-area .section-title h2
{
    color:var(--tc);
    font-size:30px;
}
.guild-area .testimonials-slide .owl-item
{

}
.guild-area .testimonials-desc p
{
    font-size:15px;
    height:70px;
    overflow:hidden;
}
.guild-area .testimonials-desc h3
{
    font-size:17px;
    height:21px;
    overflow:hidden;
}
.guild-area .single-testimonials-item::before
{
    display:none;
}
carousel .owl-nav.disabled
{
    display:block!important;
}

.testimonials-slide .owl-prev{
    left: 0;
}

.testimonials-slide .owl-next{
    right: 0;
}

.testimonials-slide .owl-prev,
.testimonials-slide .owl-next{
    position: absolute;
    top: 35%;
    border: none;
    background-color: #fff;
    box-shadow: 0 1px 5px #343a402b;
    padding-top: 4px;
    width: 35px;
    height: 35px;
}

.testimonials-slide button
{
    border-radius:50%;
}
.timeEstimate
{
    color:#495057;
}
.time-duration
{
    font-size:12px;
}
.post-by h6
{
    width: 121px;
    overflow: hidden;
    height: 15px;
}
.price-box .old-price {
  text-decoration:line-through;
}
.menu-info
 { width: 1178px;
    margin: auto;
    font-size: 25px;
    margin-bottom: 35px;}

.owl-carousel .owl-item img
{
    height:100%;
    object-fit: contain;
}
.accordion-open .accordion-content
{
    display:block!important;
}
.faq-accordion.fix .accordion .accordion-item
{
    display:inline-block!important;

}
.faq-accordion.fix {
max-width:none!important;
    }
@media(max-width: 1200px) {
.carousel-control-next, .carousel-control-prev{
    align-items: normal;
    display: inline-block;
      width: 36px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    border: 5px solid #abaaaa;
    width: 29px;
    height: 29px;

}

}

@media(max-width: 800px)
{

.carousel-control-next, .carousel-control-prev{
    top: 100%;
}
    .carousel-control-next{
    right: 50%;
    left: 0;
}

 .carousel-control-prev {
left: 50%;
    right: auto;
}
}

@media (min-width: 800px) and (max-width: 1130px)
{
.carousel-control-prev , .carousel-control-next
{
    top:50%;
}

.carousel-control-prev {
    right: 1%!important;
}
.carousel-control-next {
    left: 1%;
    right:auto!important;
}
}
@media (min-width: 1130px) and (max-width: 1200px)
{
.carousel-control-prev , .carousel-control-next
{top:50%;}
.carousel-control-prev {
    right: 5%!important;
}
.carousel-control-next {
    left: 5%;
    right:auto!important;
}

}


.faq-accordion.fix.agent-service .accordion .accordion-item , .faq-accordion.fix.menu-service .accordion .accordion-item
{
    height:119px;
}
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

iframe{
min-height: 400px;
}

@media only screen and (max-width: 700px){
iframe {
    min-height: 208px;
}
}

.faq-accordion.fix.agent-service .accordion.agent .accordion-item{
height: fit-content;
height: -moz-fit-content;
    padding-bottom: 20px;
}

.blog-tariff-jm{
background-color: #A0E1CE;
display:None;
}

.blogT-sm-tbl{
display: block;
}

.blogT-md-tbl{
}
pricing-feature-blogT{
display:block;}

.card-body div select{
height:32px !important;
}

.blog-tariff-button{
height:32px;
margin-top:10px;
text-align:center;
}
.blogT-Cb{
display:inline-block;
}
@media(max-width: 576px){
.single-blog-post .post-content .post-info .post-by h6{
    padding-top: 0;
}
}

.shopping-site{
    margin-top: 80px;
}
.shopping-site .notice{
    font-size: 13px;
    font-weight: 600;
    position: relative;
    top: -18px;
}
.shopping-site .feature-box{
    position: relative;
}
.shopping-site .mdi-check-decagram{
position: relative;
    float: right;
    margin-right: 9px;
}

.shopping-site .benefit-item{
        border: 1px solid #ff612f;
        background-color: white;
        position: relative;
}

.shopping-site .default-btn{
    float: left;
    color: white !important;
    text-align: center;
    padding-inline: 32px;
    transition: 0.5s;
    position: absolute;
    left: 18px;
    top: 12px;
}
.shopping-site .default-btn:hover{
    background-color: #13c4a1;
     color: white;
}
.shopping-site .carousel-control-next, .shopping-site .carousel-control-prev{
    background: none;
    border: none;
}


.shopping-site .single-features-card{
        box-shadow: 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.banner-blog-slider .carousel-item{
    margin: 0px !important;
    width: 100%;
    padding: 0px;
    max-width: 100%;
}

.single-features-card .title a{
    font-size: 20px;
    color: black;
    font-weight: bold !important;
}
.faq-accordion h2 {
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: 600;
}
.agent.faq-accordion h2{
    font-size: 35px;
}
.faq-accordion h2 span {
	display: inline-block;
	color: #ff612f;
}
.single-blog-post .post-content .post-info .post-by span{
    margin-bottom: 0;
    padding-top: 5px;
    color: #8891b5;
    font-size: 10px;
    font-weight: 500;
}
.bold-text{
    font-size: 23px;
    font-weight: 703;
}
.bold-text14{
    font-size: 14px;
    font-weight: 703;
}
.bold-text16{
    font-size: 16px;
    font-weight: 703;
}
.bold-text18{
    font-size: 18px;
    font-weight: 703;
}
.faq-accordion.fix.agent-service .accordion.agent .accordion-item{
    min-height: 350px;
}
.faq-accordion h3.title{
    font-size: calc(var(--shs)*0.6);
}

.title-size{
        font-size: var(--shs);
}
.pricing-area span{
        font-size: calc(var(--shs)*0.7);

}
.text-black{
    color: black !important;
}
.font25{
font-size: 25px;
}

.footer-cerfificates li, .footer-cerfificates img {
    max-width: 83px;
    padding: 3px;
    background-color: white;
    border-radius: 4px;
    margin-inline: 5px;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #a3a3a361;
    box-shadow: inset 0 0 3px #000000;
}

.footer-cerfificates li img, .footer-cerfificates li a {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-shadow: none;
    padding: 0;
    max-height: 100%;
    height: 100%;
}
.footer-cerfificates #nbqeoeuksizpwlaonbqergvj{
        height: 88px;
}
.help-video-box{
    width: 100%;
    max-width: 100%;

}
.video-item .wrap-pic-w .desc-vi{
    position: absolute;
    top: 0%;
    right: 0;
    background: #f16e46e0;
    width: 100%;
    padding-right: 22px;
    transition: top 0.5s;
}

.video-item:hover .wrap-pic-w .desc-vi{
    top: 18%;
}
.blog-swiper.swiper .single-blog-post {
    margin-left: 18px;
    overflow: hidden;
    height: fit-content;
    height: -moz-fit-content;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: fit-content;
    min-height: -moz-fit-content;
    position: relative;
}
.blog-swiper.swiper .single-blog-post .post-image {
    width: 270px;
}
.blog-swiper.swiper .single-blog-post h4{
    font-size: 15px;
    max-height: 42.59px;
    text-overflow: ellipsis;
}
.swiper .items {
    display: inline-flex;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.blog-swiper.swiper .single-blog-post .post-content{
    white-space: normal;
}
.shopping-site .benf-btn{
text-align: right;
}
.shopping-site .carousel-item{
position: relative;
}
.shopping-site .carousel-caption{
    right: 0;
    text-align: right;
    padding-right: 10%;
    top: 15%;
    font-size: 40px;
    color: #fe602e;
    text-shadow: none;
}
.shopping-site .carousel-caption p.title{
    font-size: 45px;
    color: black;
    font-weight: 600;
    margin-bottom: 17px;
}
.help-videos .wrap-pic-w.position-relative{
    margin-bottom: 25px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 10px #95929296;
}
.help-videos .wrap-pic-w.position-relative img{
    height: 180px;
    max-width: fit-content;
    max-width: -moz-fit-content;
}
.help-videos .wrap-pic-w.position-relative .img-bg{
    background: white;
    text-align: center;
}
.help-videos .wrap-pic-w.position-relative h5{
color: white;
cursor: pointer;
}
.efficient-table{
max-width: 100%;
    margin: auto;
}
.max-fit{
max-width: fit-content;
max-width: -moz-fit-content;
}
.item-w .card:hover{
box-shadow: 0 0 10px #2a2a2a4f !important;
}
.template-btn, .template-btn.able:hover{
    background-color: #13c4a1;
    color: white;
}
.template-btn.able, .template-btn:hover{
    background-color: #fe602e;
    color: white;
}

.factor-discount{
    color: #f44336;
    font-size: 10px;
    margin: 0;
    font-weight: bold;
}
.tariff-help{
cursor: pointer;
}

.t-service-grid .pricing-header{
    margin: 0;
    margin-top: 0 !important;
    height: -webkit-fill-available;
}
.t-service-grid .price-box {

    height: 108px;
}
.t-service-grid li{

font-size: 13px;
}
@media(max-width: 868px){

.pricing-tbl .pricing-feature li {
    background: #ffffff;
    min-height: 45px;
    height: auto;
}
.col-md-4 .pricing-feature.feature-advertise li p {
    font-size: 14px;
    float: none !important;
}
.col-md-4 .pricing-feature.feature-advertise li p {
    font-size: 14px;
    float: none !important;
}
.pricing-tbl.comparison-table .pricing-feature li p, .pricing-tbl.comparison-table .pricing-feature li i, .pricing-tbl.comparison-table .pricing-feature li span {
    float: none !important;
    white-space: break-spaces;
}
.default-btn {
    padding-right: 0;
    padding-left: 0;
}
.default-btn i {
    right: 5px;
    left: auto;
}
.pricing-area .card-feature .card:nth-of-type(n+1) {
    min-height: 145px!important;
    padding-bottom: 20px;
    height: auto !important;
}
}
.it-service-content .content .feature-box-items{
    justify-content: center;
    text-align: center;
}

@media screen and (max-width: 500px) {
  .container-questions .agent h2{
    font-size: 25px;
}
}
.list-feature .pricing-card .price-sub-sec span{
    color:white
}
 @media (min-width: 420px) and (max-width: 768px) {
 .readySitePriceBox{
    margin-top: 11%
}
.seoSitePriceBox{
    margin-top: 22%
}
 .appPlanePriceBox {
     margin-top: 14%;
 }
 .planePriceBox{
    margin-top: 13%;
}
 }
@media (min-width: 350px) and (max-width: 420px) {
.readySitePriceBox {
    margin-top: 15%;
}
.seoSitePriceBox{
    margin-top: 44%;
}
 .appPlanePriceBox {
     margin-top: 21%;
    }
    .planePriceBox{
    margin-top: 19%;
    }

 }
@media (max-width: 350px) {
.readySitePriceBox ,.seoSitePriceBox{
    margin-top: 37%;
}
 .appPlanePriceBox {
     margin-top: 51%;
    }
    .planePriceBox{
    margin-top: 19%;
    }

 }
 @media (max-width: 1000px) {
 .menuTariffPriceBox{
    margin-top: 12%;
 }
 }

 @media (min-width: 500px) and (max-width: 780px) {
.menuTariffPriceBox{
    margin-top: 19%;
 }

 }
 @media (min-width: 400px) and (max-width: 500px) {
.menuTariffPriceBox{
    margin-top: 28%;
 }

 }
@media  (max-width: 300px) {
.menuTariffPriceBox{
    margin-top: 30%;
 }

 }
@media (min-width: 300px) and (max-width: 400px) {
.menuTariffPriceBox{
    margin-top: 27%;
 }
 .pricing-header .star{
  margin-top: 4%;
  height: 90px;
 }

 }
@media (min-width: 425px) and (max-width: 768px) {
.advertiseTariffPricingHeader span{
    margin-bottom: 8%;
 }

 }
 @media (max-width: 425px) {
.advertiseTariffPricingHeader span{
    margin-bottom: 0px;
    padding: 0px;
    font-size: 35px;
 }

 }
 @media (max-width: 350px) {
.clubTariffPricingCol{
    margin-top: 7%;
 }

 }

@media (min-width: 400px) and(max-width: 768px){
.pricing-tbl .person .pricing-advertise .price{
    padding-top: 0px;
}
.list-feature .pricing-header span {
    padding: 5%;
    font-size: 28px;
}
.t-service-grid .price-box {
    height: 82px;
}
.pricing-tbl.comparison-table .list-feature .pricing-header span {
    margin-bottom: 0;
    }

}
@media (max-width: 400px) {
.list-feature .pricing-header span {
       font-size: 27px;
       margin-bottom: 12%;
}
.t-service-grid .price-box {
    height: 90px;
}
.pricing-tbl .person .pricing-advertise .price ,.pricing-tbl .corp .pricing-advertise .price  {
    padding-top: 2px;
}


 }
 @media (min-width: 990px) and (max-width: 1200px){
    .default-btn i {
     right: 7px;
    }
 }
  @media (min-width: 1000px) {
     .price-box {
     line-height:34px;
     height: 110px;
     height: 139px;
     }
    .list-feature .pricing-header.pricing-advertise  {
        padding: 3%;
     }

  }

.default-btn.buy-btn{
    color: white !important;
    font-weight: 700;
    cursor: pointer;
}
button, a{
cursor: pointer;
}
.modal{
background-color: #000000a6;
}
#fastRegisterModal input{
    font-size: 16px;
    height: 40px;
}
#fastRegisterModal img.refresh-captcha{
position: absolute;
    top: 14px;
    left: 1px;
    height: 37px;
}
#fastRegisterModal span.refresh-captcha {
    position: absolute;
    left: 1px;
    margin: 0;
    cursor: pointer;
    top: 33px;
    font-size: 18px;
}
.stock-room{

    padding:14px;
    font-size: 18px;
    font-weight: bold;
    background: #13c4a1 !important;
}
.stock-room-item{
    border: 1px solid rgba(0, 0, 0, .1) !important;
    box-sizing: border-box;
    position:relative;
    top:0;
    transition :all 0.2s linear 0s;

}
.stock-room-item:hover{
    box-shadow: 0 0 20px -2px rgb(0 0 0 / 25%);
    top:-6px;
}

.stock-room-item dd{
    margin-right: 16px;
    padding: 10px;
    text-align: justify;
}
.stock-room-item dt{
    padding-right: 10px;
}
.stock-room-item .stock-btn{
    display:flex;
    justify-content:end;
    margin-bottom:5px;
}
.stock-btn .btn-box{
    padding-left:10px;
}
@media only screen and (max-width: 991px) {
.stock-room-item .stock-btn{
    justify-content:center;
}

}