/* Footer CSS Start*/
.menu ul li.expert a {
  padding: 8px 0;
}
.menu ul li.expert a {
  border: 1px solid #ff0935;
}
.footmenu-column .nextlevel-menu {
  margin: 20px 0 12px 0 !important;
  line-height: 22px;
}
footer a {
  color: #cbd6e2;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
}
.company-links {
  margin: 20px 0 0;
}
.company-links ul li {
  display: inline-block;
  margin: 10px;
  position: relative;
}
.company-links ul {
  text-align: center;
}
.company-links ul li::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 60%;
  background: #cbd6e2;
  opacity: 0.3;
  right: -13px;
  top: 58%;
  transform: translateY(-50%);
}
.company-links ul li:last-child::after {
  display: none;
}
.fixed-header .menu ul li:after,
.indexpage .menu ul li:after {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 0;
  background: #008bff;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.menu ul li.expert a.request-demo {
  background: #fff !important;
  color: #ff0935 !important;
}
.link-center {
  float: left;
  text-align: center;
  width: 100%;
}
.link-center a {
  margin-top: 25px;
  margin-bottom: 50px;
}
.request-demo {
  visibility: visible;
  opacity: 1;
}
.lets-think-section-left .button.ripple.form-popup {
  width: 245px;
  letter-spacing: 1px;
}
.button.ripple.form-popup,
a.button.ripple {
  letter-spacing: 1px;
  font-weight: 600;
  padding: 8px 20px;
}
button.button {
  border: 1px solid transparent;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 13px;
  display: inline-block;
}
.button-center.button-link {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  justify-content: center;
  margin: 0;
}
.menu-list.join-up {
  display: none;
}
.angle-arrow-pos {
  position: relative;
  top: 4.5px;
}
.bottom-cta {
  padding: 50px 0;
}
.bottom-cta h6 {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  color: #000;
  text-align: center;
}
.bottom-cta span {
  display: block;
  font-size: 42px;
  line-height: 50px;
  
  font-weight: 800;
  margin: 15px 0;
}
.bottom-cta p {
  
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  color: #000;
  text-align: center;
  padding: 0 25px;
}
.bottom-cta a {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  border-radius: 6px;
  width: 175px;
  display: inline-block;
  margin: 35px auto 0;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  display: inline-block;
}
.bottom-cta a.cta-pricing-btn {
  border: 2px solid #fff;
  background-color: transparent;
  margin-left: 20px;
}
.footer-btn img {
  margin-right: 10px;
  cursor: pointer;
  transition: transform ease 0.4s;
}
.footer-btn img:hover {
  transform: translateX(5px);
}
.footer-btn {
  margin-top: 10px;
}
.footer-btn h6 {
  
  font-weight: 600;
  margin-bottom: 10px;
  color: #3c3c3c;
}
.footer-btn a {
  float: left;
}
.footer-btn img {
  height: 38px;
}
.bottom-cta a.cta-pricing-btn:hover {
  border: 2px solid #f37c2c;
}
.bottom-cta .cta-bacgrount {
  background-color: #5d5fea;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 72px 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border-radius: 20px;
  box-shadow: 0 40px 60px -30px rgb(31 98 255 / 70%);
  text-align: center;
}
.bottom-cta a:hover {
  -webkit-box-shadow: rgba(80, 95, 120, 0.2) 0 5px 20px;
  -moz-box-shadow: rgba(80, 95, 120, 0.2) 0 5px 20px;
  box-shadow: rgba(80, 95, 120, 0.2) 0 5px 20px;
  transform: translate(0, -2px);
}
.button-link {
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  
  font-weight: 700;
  color: #2650bb;
  margin-top: 40px;
}
.button-link:hover img {
  transform: translateX(5px);
}
.button-link i {
  display: inline-block;
}
.bottom-cta .rate-title {
  display: inline-block;
  font-size: 42px;
  margin: 0;
}
.button-link i img {
  width: 20px;
  height: auto;
  margin: 0 0 0 5px;
  transition: transform ease 0.4s;
}
.button-link.white {
  background: 0 0;
  color: #fff;
}
.button-link.white i svg {
  fill: #fff;
}
.footer-warapper {
  padding-top: 62px;
}
footer {
  background: #ededed;
  padding: 50px 0 0;
  overflow: hidden;
}
.footer-menus {
  display: flex;
}
.footer-products {
  width: 40%;
  display: flex;
}
.footer-innerpages {
  display: flex;
  flex: 1;
}
.footer-products .footmenu-column:first-child {
  width: 100%;
  padding-left: 0;
  position: relative;
}
.footer-products .footmenu-column:nth-child(2) {
  width: 44%;
  padding-left: 8px;
  position: relative;
}
.footmenu-column {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 0;
  padding-left: 20px;
}
.footer-innerpages .footmenu-column:nth-child(2) {
  width: 34%;
}
.social-media {
  margin-top: 24px;
}
.social-media li {
  display: inline-block;
  margin: 0 12px;
}
.social-media li a:hover {
  padding-left: 0 !important;
}
.social-media li:first-child {
  margin-left: 0;
}
.social-media li img {
  width: 32px;
  height: 32px;
}
.footmenu-column h6,
.footmenu-column .sub-heading {
  font-size: 16px;
  line-height: 22px;
  position: relative;
  margin-bottom: 15px;
  
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  height: 22px;
  display: block;
}
.footer-products .footmenu-column:nth-child(1):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #b1b1b1;
  opacity: 0.3;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.footer-bottom {
  text-align: center;
  padding: 30px 0;
}
.footerlogo a {
  display: inline-block;
  line-height: normal;
}
.footer-bottom img {
  height: auto;
  width: 50px;
  margin: 3px 0 2px 0;
}
.footerlogo {
  margin: 0 auto 5px;
  display: block;
}
.copyrights {
  font-size: 12px;
  color: #000000;
}
.footer-innerpages .footmenu-column:first-child {
  width: 34%;
}
ul.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0 15px 0;
  position: relative;
}
.footer-menu {
  display: flex;
}
.footmenu-column ul li a,
.footmenu-column ul li span {
  
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  display: block;
  margin: 0 0 6px 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.footmenu-column ul li a:hover {
  color: #000;
  padding-left: 6px;
}
.footmenu-column .arrow {
  display: none;
}
.footer-submenu {
  display: block;
}
.footer-bottom h6 {
  font-size: 14px;
  position: relative;
  margin-bottom: 5px;
  
  font-weight: 600;
  color: #000;
  height: 22px;
}
.footmenu-column ul li span.free-tag-footer {
  display: inline-block !important;
  text-transform: capitalize;
  font-size: 10px;
  background: #fc0;
  padding: 0 9px;
  margin-bottom: 0;
  color: #303235;
  font-weight: 600;
  border-radius: 10px;
  line-height: 23px;
  
  font-weight: 700;
  margin-left: 5px;
  transform: translateY(0);
  letter-spacing: 0;
}
span.book-meeting-call {
  border: solid 1px #e35634;
  padding: 10px 16px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}
span.book-meeting-call .icon {
  float: left;
  font-size: 24px;
  color: #e35634;
  margin-top: 3px;
}
span.book-meeting-call .text {
  float: left;
  margin-top: 3px;
  margin-left: 6px;
}
.footmenu-column span.book-meeting {
  text-transform: capitalize;
  line-height: 20px;
  margin-bottom: 30px;
}
p.book-meeting-content {
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer-innerpages .footmenu-column:nth-child(3) {
  width: 31%;
}
.footer-innerpages .footmenu-column:nth-child(4) {
  width: 30%;
}
@media (max-width: 1320px) {
  #header_container {
    height: 70px !important;
  }
  #header_container .menu-lists {
    padding: 0;
  }
}
@media (min-width: 769px) and (max-width: 1280px) {
  .bottom-cta {
    padding: 35px 0;
  }
}
@media (max-width: 1200px) {
  .comapny-profile svg.footer-logo {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-innerpages {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-menu {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-products {
    width: 54%;
  }
  .footmenu-column {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 30px;
  }
  .footmenu-column h6.book-meeting {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
   .footer-products {
    width: 100%;
  }
  .indexpage .fixed-header .menu ul li.active:after,
  .indexpage .menu ul li:hover:after {
    display: none;
  }
.footmenu-column h6,
.footmenu-column .sub-heading.title {
  border-bottom: solid 0.5px #ccc;
  padding-bottom: 36px;
}
  .button {
    
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    padding: 8px 18px;
    margin: 0 auto;
  }
  .button-link {
    font-size: 16px;
  }
  .bottom-cta a {
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;
  }
  .bottom-cta h6 {
    font-size: 26px;
    line-height: 34px;
  }
  footer {
    padding-top: 15px;
  }
  .bottom-cta span {
    font-size: 38px;
    line-height: 46px;
  }
  ul.social-links:after,
  ul.social-links:before {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu {
    flex-direction: column-reverse;
  }
  footer {
    padding: 20px 0 20px 0;
  }
  .footer-innerpages {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0 5px 0;
  }
  .new-cta.cta-right:after {
    display: none;
  }
  .new-cta.cta-right:after {
    right: 0;
    bottom: -12px;
  }
  .footmenu-column {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .footer-products {
    align-items: flex-start;
  }
  .footer-products .footmenu-column:nth-child(1):after {
    display: none;
  }
  .footer-products .footmenu-column:nth-child(2) {
    margin-bottom: 20px;
  }
  .footer-head.active svg {
    transform: rotate(180deg) translateY(-3px);
  }
  .footmenu-column .arrow {
    display: block;
    float: right;
    margin-right: 15px;
    width: 18px;
    height: 18px;
  }
  .footmenu-column ul li a img {
    height: 23px !important;
    width: auto;
  }
  .footer-submenu {
    display: none;
  }
  .footer-innerpages .footmenu-column {
    
    width: 100% !important;
  }
  ul.social-links:before {
    width: 15%;
  }
  ul.social-links:after {
    width: 15%;
  }
  .social-links svg {
    height: 18px;
  }
  .social-links li {
    margin: 0 10px;
  }
  .footer-bottom img {
    height: auto;
    width: 40px;
  }
  .footmenu-column h6 {
    font-size: 16px;
    white-space: nowrap;
  }
  .footmenu-column ul li a {
    
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
  }
  .bottom-cta {
    padding: 30px 0 0;
  }
  .bottom-cta .cta-bacgrount {
    padding: 30px 0;
  }
  .bottom-cta p {
    font-size: 18px;
    line-height: 26px;
    padding: 0 25px;
  }
  .footerlogo {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .details .footer-title {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .bottom-cta a.cta-pricing-btn {
    margin-right: 0;
    margin-left: 15px;
  }
  .bottom-cta h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .bottom-cta span {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px 0;
  }
  footer {
    padding: 10px 0 10px 0;
  }
  .bottom-cta .rate-title {
    font-size: 22px;
  }
  .bottom-cta p {
    font-size: 18px;
    line-height: 26px;
  }
  .bottom-cta {
    padding: 50px 0;
  }
  .bottom-cta a {
    font-size: 16px;
    line-height: 27px;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .bottom-cta span {
    font-size: 18px;
  }
  .bottom-cta .rate-title {
    display: block;
    font-size: 28px;
  }
  footer a {
    
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
  .company-links ul li {
    margin: 5px 7px;
  }
  .company-links ul li::after {
    right: -11px;
  }
  .company-links {
    margin: 0 0 0;
  }
  .company-links ul li:nth-child(5)::after {
    display: none;
  }
}
@media (max-width: 330px) {
  .footmenu-column h6 {
    font-size: 13px;
  }
  .bottom-cta a.cta-pricing-btn {
    margin-left: 0;
  }
  .company-links ul li:nth-child(5)::after {
    display: block;
  }
  .company-links ul li:nth-child(4)::after {
    display: none;
  }
}
.footmenu-column span {
  font-size: 16px;
  position: relative;
  
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
}
@media only screen and (min-width: 767px) {
  .footer-submenu {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .footmenu-column h6.nextlevel-menu {
    margin: 0 0 15px 0;
  }
  .footmenu-column.responsive .footer-head.last-line {
    border-top: solid 0.5px #ccc;
    display: block;
    padding-top: 12px;
    background: none;
  }
}
.footmenu-column ul li a.tech-support-link {
  font-weight: 700;
  position: relative;
  display: inline-block;
  color: #000000;
}
.footmenu-column ul li a.tech-support-link:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1.5px;
  bottom: 0;
  background: #fecb01;
  left: 0;
}
.footer-mobile-content {
  padding-top: 20px;
}
h6.footer-about-heading {
  
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}
p.footer-about {
  
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  width: 100%;
  text-align: center;
}
.footmenu-column h6.word-wrap,
.footmenu-column .word-wrap {
  white-space: nowrap;
  line-height: 22px;
}
.footmenu-column h6.word-wrap {
  white-space: nowrap;
  line-height: 22px;
}

/* Footer column menu */

.footmenu-column span.book-meeting {
  text-transform: capitalize;
  line-height: 28px;
  margin-bottom: 0px;
  margin-top: 0px;
  display: inline-block;
  height: auto;
}
p.book-meeting-content {
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 20px;
}
.meeting-wrap {
  margin-bottom: 32px;
}
p.about-txt {
  
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  width: 85%;
  margin-bottom: 30px;
}
.about-content {
  padding-top: 0px;
  white-space: nowrap;
}
.about-content p {
  
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  display: block;
  margin: 0 0 6px 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.about-content span.word-wrap.sub-heading {
  margin-bottom: 12px;
}
a.book-meeting {
  border: solid 1px #7100FF;
  background: #7100FF;
  padding: 7px 18px;
  width: 150px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0px;
  text-align: center;
}

/* Footer CSS End */
