label.error {
    display: none !important;
}

.form-control.error {
    border: red 2px solid !important;
}
body {
 font-family: 'Poppins', sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;

}

img{max-width: 100% }

.topbar-sec {
    display: none;
}
header ul li {
    list-style: none;
    margin-left: 25px;
    text-align: right;
}

header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    margin-top: 13px;
}

header .info-box ul li a {
    color: #fff;
    display: block;
    padding: 7px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

header .info-box ul li .chat-btn {
    background: #3489c1;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    padding: 8px 30px;
}
.actions a.chat {
    text-align: right !important;
}
header .info-box ul li a i {
    margin-right: 9px;
    background: #20292f;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: #3489c1;
    padding: 8px 8px;
    font-size: 15px;
    text-align: center;
}




/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



 section#cta .col-lg-12 {
    padding: 0 30%;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  background: url(../img/banner.webp) no-repeat left top;
  padding: 120px 0;
  background-size: cover;
  /* margin-top: -110px; */
}

#hero .container {
  padding-top: 40px;
}

#hero h1 {
  font-size: 50px;
  font-weight: 600;
  margin: 35px 0 20px 0;
  color: #fff;
  width: 80%;
}

#hero h1 .lets{
  font-weight: 100;
}

#hero h1 .ideas{
  color: #3489c1;
  font-weight: 800;
}

#hero h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-right: 21%;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 10px !important;
}

#hero .btn-get-started {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  padding: 15px 28px 15px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 6px 0;
  color: #fff;
  background: #3489c1;
  font-family: 'Poppins', sans-serif;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
 
@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

.section-bg {
  background-color: transparent;
  border-bottom: 1px solid #209dd8;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #3688c0;
  padding-top: 23px;
  letter-spacing: -1px;
}

.section-title h2 span{
  color: #000;
}

/* .section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
} */

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 22px 0;
  text-align: center;
}

.clients img {
  transition: all 0.4s ease-in-out;
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

 

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 0;
  text-align: l;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 25px;
  color: #000;
  margin-bottom: 13px;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0;
  width: 92%;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 0;
}

.why-us .accordion-list li {
  padding: 9px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  position: relative;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 14px;
  top: 19px;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  background-color: #000;
  padding: 22px 30px;
  color: #fff;
  text-align: left;
  border-radius: 0px 0px 25px 25px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
  background-color: #f1f7fb;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}
 

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: url(../img/blue-bg-1.webp) repeat-x;
  padding: 70px 0 25px;
  overflow: inherit;
  background-size: cover;
}

.cta .container-fluid {
}

.cta h3 {
  color: #fff;
  font-size: 33px;
  font-weight: 700;
}

.cta p {
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

 

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 30px 13px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 13px;
  margin: 0 10px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 18px;
  color: #fff;
  background-color: #000;
  padding: 12px 5px;
  text-align: center;
}

.pricing h4 {
  font-size: 48px;
  color: #318bc7;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
  position: relative;
  padding-left: 33px;
}

.pricing h4 sup {
  font-size: 48px;
  top: 0 ;
}

.pricing h4 span {
  color: #9b9393;
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  right: 80px;
  top: 6px;
}

.scrollbar {
  margin-left: 0;
  float: left;
  height: 347px;
  width: 100%;
  overflow-y: scroll;
  margin-bottom: 15px;
  overflow-x: hidden;
}

.pricing ul {
  font-size: 14px;
  padding: 20px;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
  border: 1px solid #f4f4f4;
  border-radius: 0px;
  float: none;
}

.pricing ul li {
  padding: 10px 0 10px 20px;
  position: relative;
}

.pricing ul i {
  color: #3a86c4;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  color: #ffffff;
  transition: none;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.3s;
  border: 1px solid #3489c1;
  background: #3489c1;
}

.pricing .buy-btn:hover {
  background: #209dd8;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}
 
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #47b2e4;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}
 

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}
 
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #3489c1;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 200px 0 30px 0;
  background: #08070e;
  margin-top: -157px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}


/* Custom css start */

.info-box span {
  color: white;
  margin-left: 8px;
  cursor: pointer;
  font-family: 'proxima-nova', sans-serif;
  font-size: 17px;
}

.info-box i{
  color: #31a9e1;
}

.form{
  background: white;
  padding: 50px 30px;
  margin: 0;
  border-radius: 20px;
  width: 90%;
  position: relative;
}

.form h3{
  text-align: left;
  font-weight: 700;
  font-size: 35px;
  color: #000;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 50px;
}

.form h2{
  font-size: 40px !important;
  margin: 0px 0px 30px 0px !important;
  text-align: center;
  color: #3489c1 !important;
  font-weight: 700 !important;
  padding: 0 !important;
  text-transform: uppercase;
}

.form-control{
  border-radius: 10px !important;
  background-color: #f4f5f5 !important;
  padding: 25px 17px !important;
  border: 0px none !important;
  color: #000 !important;
}

[type=button], [type=reset], [type=submit], button{
  background-color: #3489c1;
  border: none;
  color: white;
  margin: 0 auto;
  border-radius: 50px;
  padding: 10px 20px 10px 20px ;
  transition: 0.2s ease-in-out;
  display: block;
  margin: 0 auto;
}

[type=submit]:hover{
  background-color: #209dd8;
}


#why-us{
  background: url(../img/accordion_bg.webp) no-repeat right bottom;
  padding: 117px 0;
}


.why-us h1{
  text-align: center;
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
  font-size: 40px;
}

.why-us h1 span{
  color: #209dd8;
  font-weight: bold;
}

.why-us p{
  text-align: center;
  padding-bottom: 74px;
}






.accordion-list ul li a.collapse {
  background-color: #0080d3 ;
  padding: 20px 28px ;
  color: #fff ;
  border-radius: 20px 18px 0px 0px ;
}

.accordion-list ul li {
  padding: 0 0 ;
  border-radius: 20px ;
}

.accordion-list ul li a.collapse span {
  color: #fff ;
}

.collapse show p {
  background-color: #000;
}

div#accordion-list-1 {}

.collapse p {/* background-color: #000; *//* padding: 22px 30px ; *//* color: #fff ; *//* text-align: left ; *//* border-radius: 0px 0px 25px 25px; */}

.accordion-list ul li a.collapse i {
}

.accordion-list ul li .collapse.collapsed {
  background-color: #0080d3 ;
  color: #fff ;
  padding: 22px 30px ;
}

.accordion-list ul li .collapse.collapsed span {
  color: #fff ;
}

.accordion-list ul li .collapse.collapsed i {
  padding: 0;
}

.accordion-list ul li a.collapsed {
  background-color: #f1f7fb;
  padding: 20px 28px ;
  border-radius: 10px;
  color: #000 ;
}

.accordion-list ul li a.collapsee span {
  color: #fff ;
}

.accordion-list ul li a.collapsee i {
  padding: 0;
}

.work{
  background-color: #000;
  padding-bottom: 92px;
}

.work h2 span{
  color: white;
}

.work h2{
  color: #3287be;
  font-weight: bold;
}

.work_content .screen img{
  /* transition: 0.8s ease-in-out; */
  /* position: relative; */
  /* z-index: 99999; */
}

.work_content .screen:hover{
  transform: scale(1.1);
  border: #142331 9px solid;
}


.work_content {
  position: relative;
  margin-bottom: 30px;
  padding: 0;
}

.screen {
  transition: 0.8s ease-in-out;
  display: block;
  width: 100%;
  position: relative;
  transform: scale(1);
  border-radius: 0;
  margin: 0 auto;
  max-height: 50vh;
  z-index: 0;
  border: black 12px solid;
  overflow: hidden;
  background: #fff;
  padding: 15px;
}

.screen img {
  width: 100%;
}

.accordion-list ul li a.collapsee {
    background-color: #0080d3;
    padding: 20px 28px;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
}

.accordion-list ul li a.collapse span {
    color: #fff ;
}

/* .left-col,.right-col{
  width: 100px;
  height: 100px;
} */

.cta h3:before {
  content: url(../img/service_left.webp);
  position: absolute;
  left: -16%;
  top: -94px;
  transform: scale(0.8);
  z-index: 1000;
  overflow: visible;
  background-repeat: no-repeat;
}

.cta h3:after {
  content: "";
  position: absolute;
  right: 0;
  top: -17px;
  z-index: 1000;
  overflow: visible;
  background-repeat: no-repeat;
  width: 400px;
  background: url(../img/cta-right.webp) no-repeat;
  height: 380px;
  background-size: cover;
}

section#cta ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

section#cta ul li {
  list-style: none;
  padding: 26px 5px;
}

section#cta ul li [type=submit]:hover {
  background-color: transparent ;
  border: 1px solid #fff ;
  color: #fff ;
}

section#cta ul li [type=submit] {
  background-color: #ffffff;
  color: #3489c1;
  border: 1px solid #fff;
  font-weight: 500;
  padding: 10px 37px !important;
  height: auto !important;
  font-size: 16px;
  font-weight: bold;
}

a.click_live_chat {
  float: right;
  margin-top: 0px;
  color: #000;
  font-size: 14px;
  margin-right: 19px;
  line-height: 20px;
}

i.fa.fa-comments{
  color: #3a86c4;
}

span.live_chat{
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.card_inner h5 {
  color: #3287be;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.inner_row {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}

.inner_row h6 {
  font-size: 11px;
  color: #282828ba;
  margin-bottom: 10px;
}

.inner_row h6 span {
  color: #3985be;
}

.section-title h2:before {
  content: url(../img/price_plane.webp);
  position: absolute ;
  top: -59px ;
  left: 0 ;
  right: 0 ;
  z-index: 1000 ;
}

#rtw .container{
  background: url(../img/blue-bg-2.webp) no-repeat left top;
  height: 320px;
  background-size: cover;
  border-radius: 16px;
}

#rtw h3{
  color: white;
  font-size: 50px;
  position: relative;
  top: 40px;
  left: 30px;
  line-height: 58px;
  font-weight: 700;
  text-shadow: #0000008f 0 1px 1px;
}

#rtw p {
  position: relative;
  left: 30px;
  color: #fff;
  font-size: 18px;
  top: 42px;
  font-family: 'Poppins', sans-serif;
}

.rtw_button {
  position: relative;
  left: 30px;
  top: 50px;
  margin-top: 30px;
}

.rtw_button a{
  color: #3988c0;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 7px 20px;
  background: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  margin-right: 12px;
}

.rtw_button a:hover{
  background-color: #fff;
  color: #368bc2;
}

.rtw_image {
  height: 380px;
  position: relative;
  top: -20px;
  right: 50px;
}

.rtw_image img {
  height: 100%;
}

#website_process{
  background-color: #000;
  color: white;
  padding: 115px 0;
  margin-top: 60px;
}

#website_process h3{
  font-weight: 700;
  font-size: 51px;
}

#website_process h3 span{
  color: #368bc2;
}

#website_process p {
  font-size: 16px;
  margin-top: 22px;
  line-height: 27px;
  padding-left: 32px;
  font-family: 'Poppins', sans-serif;
}

#website_process .step {
  margin-top: 80px;
}

#website_process h2 {
  font-size: 70px;
  font-weight: 800;
  line-height: 80px;
  margin-bottom: 0;
}

#website_process h4{
  color: #368bc2;
  font-size: 21px;
  margin-left: 10px;
  font-weight: 700;
  margin-bottom: 23px;
}

#website_process ul {
  line-height: 40px;
  padding: 0;
}

#website_process ul li {
  list-style: none;
  font-size: 17px;
  line-height: 2.6;
  font-family: 'Poppins', sans-serif;
}

#industries h6{
  text-align: center;
  color: #000;
  font-size: 18px;
}

#industries h2{
  text-align: center;
  color: #000000;
  font-size: 46px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 13px;
}

#industries p{
  text-align: center;
  padding: 0 20%;
  color: #7f7f7f;
  margin-bottom: 33px;
  font-family: 'Poppins', sans-serif;
}

section#industries ul {
  display: flex ;
  margin: 60px 0 0 0 ;
  align-items: center;
}

section#industries ul li img {
  padding: 0 0 ;
  margin-right: 15px;
}

section#industries ul li {
  list-style: none ;
  padding: 0 1px ;
}

section#industries ul li {
  font-size: 15px;
  color: #666666;
  font-weight: 400;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
}


section#package_cx .col-md-12 {
  background: url(../img/bg-pattren.webp) repeat;
  border-radius: 22px;
  padding: 40px 38px 77px;
  position: relative;
}

section#package_cx .col-md-12 h3 {
  color: #fff ;
  font-size: 33px ;
  line-height: 40px ;
  font-weight: 600 ;
  width: 54% ;
  margin-top: 0px ;
  margin-bottom: -20px ;
}

section#package_cx .col-md-12 p {
  float: right;
  margin: 0;
  color: #fff;
  position: relative;
  top: -40px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
}

section#package_cx .row:nth-child(2) {
  background-color: #fff ;
  box-shadow: 0px 1px 15px 2px #88888861;
  border-radius: 30px ;
  padding: 50px 50px ;
  margin-top: -50px ;
  z-index: 1000 ;
  position: relative ;
  margin-left: 0 ;
  margin-right: 0 ;
}

section#package_cx .row:nth-child(2) 
.col-md-4:nth-child(2) ul {
  margin: 110px 0 0 0 ;
}

section#package_cx .row:nth-child(2) p.mina-text {
  width: 200% ;
  color: #000 ;
  font-weight: 700 ;
  margin-bottom: 40px ;
}

section#package_cx .row:nth-child(2) .col-md-4 ul {
  margin: 0 0 60px 0;
}

section#package_cx .row:nth-child(2) .col-md-4 ul h5 {}

section#package_cx .row:nth-child(2) p.mina-text {
    width: 200%;
    color: #000;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}

section#package_cx .row:nth-child(2) .col-md-4 ul {
    margin: 0 0 60px 0;
}

section#package_cx .col-md-4 ul h5 {
    font-weight: 600;
    color: #3c85c2;
    font-size: 21px;
}

section#package_cx .row:nth-child(2) .col-md-4:nth-child(2) ul h5 {}

section#package_cx .row:nth-child(2) .col-md-4 ul li {
    list-style: none;
    padding: 6px 0;
    font-size: 16px;
    color: #272727;
    font-weight: 400;
}

section#package_cx .row:nth-child(2) .col-md-4 ul {}

section#package_cx .row:nth-child(2) .col-md-4 ul h4 {
    font-size: 20px ;
}

section#package_cx .row:nth-child(2) .col-md-4 ul li:before {}

.pc_card {
    overflow: hidden;
    background: url(../img/bundle-pkg-bg.webp) repeat;
    padding: 120px 30px 60px;
    border-radius: 20px;
    position: relative;
}

.pc_card h3 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 6px;
    background-color: #3b86c2;
    padding: 12px 41px 12px 22px;
    border-radius: 0px 21px 20px 0px ;
    color: #fff;
    position: absolute;
    left: 0;
    top: 40px;
    box-shadow: #3b86c2 0px 6px 29px;
}

.pc_card h2 {
    text-align: center;
    font-size: 44px;
    color: #000;
    font-weight: 700;
    line-height: 37px;
}


.pc_card span {
    margin: 0 auto;
    display: table ;
    font-size: 30px ;
    color: #000 ;
    font-weight: 700;
}

.pc_card h1 {
    text-align: center ;
    color: #4283c2 ;
    font-size: 70px ;
    font-weight: 700;
}

.pc_card  del {
    font-weight: 500 ;
    font-size: 29px ;
    color: #0000005c ;
}

.pc_card p {
    text-align: center ;
    text-transform: uppercase ;
    font-weight: 600 ;
    margin: 0 0 ;
}

.pc_card p strong {
    text-transform: initial ;
    font-size: 14px ;
    margin: 0px 0 0 0 ;
}

.pc_card h4 {
    text-align: center ;
    margin: 30px 0 0 0 ;
    font-weight: 600 ;
    color: #000000;
}

.pc_card a {
    width: 250px;
    display: block;
    padding: 20px 30px;
    background-color: #4283c2;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0px 1px 13px 4px #4282c291;
    font-weight: 600;
    text-align: center;
    margin: 30px auto auto;
    width: 100%;
    font-weight: 600;
    font-size: 21px;
    padding: 10px 3px;
    height: auto !important;
}

section#package_cx .row:nth-child(2) .col-md-4 ul li:before {
  content: url(../img/ti.webp);
  position: absolute;
  left: -36px ;
  top: 11px ;
}

section#package_cx .row:nth-child(2) .col-md-4 ul li {
  margin: 0 0 0px 35px;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

header#header {
    /* position: sticky; */
    width: 100%;
    top: 0;
    left: 0;
    padding: 12px 0;
    z-index: 999;
    background: #000;
}

.form input[type="submit"] {
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    padding: 13px 3px;
    height: auto !important;
}

.why-us .accordion-list a.collapsed span {
    color: #000 ;
}
#why-us .col-lg-7 img {max-width: max-content;}

.work_content .screen:hover {transform: scale(1.1);z-index: 9;}

.work:after {
    background: url(../img/blueblur.webp) no-repeat right top;
    width: 522px;
    height: 610px;
    position: absolute;
    background-size: cover;
    left: 0;
    bottom: 0;
    z-index: 0;
    content: "";
}
.work .container, .work .container-fluid {
    position: relative;
    z-index: 1;
}

section#cta ul li:nth-child(2) [type=submit] {
    background: transparent ;
    color: #fff ;
}section#pricing {
    padding: 80px 0 110px;
    background: #f9f9f9;
}

.card_inner {padding: 16px 8px 0;}

.pricing ul li:before {
    content: "";
    font-family: boxicons;
    content: "\ee8f";
    color: #3a86c4;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 10px;
}

section#website_process hr:not([size]) {
    opacity: 0.9;
    width: 80%;
}

.rtw_button a+a {
    background: transparent;
    color: #fff;
}

section#rtw {
    padding: 130px 0 90px;
}

#industries h2 span {
    color: #3085be;
}

section#testamonial-main-sec h2.main-h2:before {
    content: url(../../assets/img/Testimonials.webp);
    position: absolute;
    left: 0;
    top: -120px;
}

section#testamonial-main-sec {
    padding: 110px 0 160px;
    text-align: center;
    background: #f9f9f9;
}

section#testamonial-main-sec h2.main-h2 {
    position: relative;
}


.main-h2 span {
 color: #3b86c2;
 font-weight
}
section#testamonial-main-sec h2.main-h2 {
    font-size: 57px;
    color: #000;
    font-weight: 600;
    margin-bottom: 43px;
    padding: 0 9%;
    letter-spacing: -2px;
}

section#testamonial-main-sec .item .arthur {
    text-align: left;
    position: relative;
    padding-left: 84px;
    color: #000;
    font-weight: 600;
    margin-bottom: 43px;
}

section#testamonial-main-sec .item {
    text-align: left;
    padding: 0 40px;
    font-size: 16px;
}

section#testamonial-main-sec .item .arthur img {
    max-width: 100%;
    border-radius: 100%;
}

section#testamonial-main-sec .item .arthur i {
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
}

section#testamonial-main-sec .item .arthur h6 {
    font-size: 19px;
    padding-top: 21px;
}

section#testamonial-main-sec  .owl-nav button {
    background: #fff;
    font-size: 36px;
    color: #4282c2;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    box-shadow: #0000002b 0 0 4px;
}

section#testamonial-main-sec .owl-dots {
    display: none;
}

section#testamonial-main-sec .owl-nav {
    margin-top: 33px;
}

section#before_footer {
    margin-top: -195px;
}


#footer .footer-top {
  padding: 220px 0 30px 0;
  background: #000;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 50px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 65px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  position: relative ;
}

#footer .footer-top .footer-contact p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #fff;
  margin: 30px 0 36px 0 ;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 70px;
  padding-bottom: 10px;
  color: #000;
  position: relative;
}

#footer .copyright {
  float: left;
  color: #fff;
  font-family: 'Poppins' !important;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}


.form_footer input#name, .form_footer input#phone, .form_footer input#email, .form_footer input#desc {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  border-bottom: 1px solid #ccc !important;
  color: #fff !important;
  font-size: 13px !important;
}

.form_footer input[type="submit"] {
  margin: 30px 0 0 0;
  padding-left: 40px;
  padding-right: 40px;
  height: auto !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 16px;
  font-weight: 900;
}



.footer-top .col-lg-6:nth-child(1) {
    margin: 0 100px 0 9px ;
    width: 41% ;
}

.footer-top .col-lg-6:nth-child(2) {
    margin: 0 0px 0 0px ;
    width: 50% ;
}

.footer-top .form_footer input#name {
    background-color: transparent ;
}

.footer-top input#phone {
    background-color: transparent ;
}

.footer-top input#email {
    background-color: transparent;
    color: #fff;
}

.footer-top input#desc {
    background-color: transparent ;
}


.footer-top ul li {
  list-style: none ;
  padding: 10px 0 ;
}

.footer-top ul {
  margin: 0 0 20px -30px ;
}

.footer-top ul li:nth-child(1) a {
  font-size: 18px;
  text-decoration: revert ;
  margin: 0 0 0 0 ;
}

.footer-top ul li:nth-child(2) a, .footer-top ul li:last-child a {
  color: #fff ;
  font-size: 21px;
  margin: 0 0 0 0 ;
}
@media screen and (max-width: 1320px){
.cta h3:before {
    transform: scale(.4);
    left: -270px;
}
.cta h3:after {transform: scale(.5);right: -110px;}

.cta h3 {
    font-size: 30px;
}

.cta p {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
}    
}



section.packages {
    padding: 50px 0 100px;
    font-size: 14px;
    color: #848894;
    line-height: 23px
}

section.packages h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #388cc4;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
}

section.packages h2 a.grad-btn {
    color: #fff
}

section.packages a.grad-btn {
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    display: table;
    top: 20px;
    background: #388dc4;
    font-family: 'Poppins', sans-serif !important;
}

section.packages p {
    font-size: 15px;
    width: 81%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 21px;
    color: #696969;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
}

section.packages a.border-btn {
    font-weight: 600;
    padding: 6px 30px;
    background: linear-gradient(to right, #ef4e28 0%, #ec6d28 21%, #f7a358 74%, #f7c158 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #ef4e28 0%, #ec6d28 21%, #f7a358 74%, #f7c158 100%);
    border-image-slice: 5;
    text-transform: uppercase
}

 
section.packages .col-md-4 {
    margin: 30px 0
}
section.packages ul#pills-tab {
    margin-top: 30px;
}
section.packages ul#pills-tab .nav-link {
    border-radius: 6px 6px 0px 0px;
    border: 1px solid #DEE2E6;
    background: #000;
}
section.packages ul#pills-tab .nav-link {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    border-radius: 10px;
    background: #000;
    padding: 0 40px;
    display: block;
    height: 60px;
}
section.packages ul#pills-tab li.nav-item {
    padding: 10px 20px;
}
section.packages ul#pills-tab .nav-link.active {
    border-radius: 6px 6px 0px 0px;
    border: 1px solid #DEE2E6;
    background: #2b79ab;
}
section.packages [class^=col-md-4]>div {
    border-radius: 5px;
    padding: 20px 20px 0;
    position: relative;
    border: 2px solid #d8dfe6;
    border-radius: 14px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
   transition: all 0.3s ease-in-out;

}

section.packages [class^=col-md-4]>div h2 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif !important;
}

section.packages [class^=col-md-4]>div i {
    position: absolute;
    right: -2px;
    top: 0
}

section.packages [class^=col-md-4]>div .pricebox {
    position: relative;
    text-align: left;
    margin-bottom: 13px;
}

section.packages [class^=col-md-4]>div .pricebox sup {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    color: #000000;
}

section.packages [class^=col-md-4]>div .pricebox h3 {
    display: inline-block;
    font-size: 53px;
    margin: 0;
    font-weight: 700;
    color: #000000;
    padding-right: 10px
}

section.packages [class^=col-md-4]>div .pricebox strike {
    font-size: 16px;
    color: #6c6c6c;
    position: relative;
    top: -10px;
    font-weight: 700
}

section.packages [class^=col-md-4]>div .pricebox span {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 700
}

  
section.packages [class^=col-md-4]>div ul li {
    font-size: 14px;
    color: #676767;
    font-weight: 500;
    padding-left: 15px;
    position: relative;
    margin-bottom: 0;
    padding-right: 12px;
    font-family: 'Poppins', sans-serif !important;
    list-style: none;
    line-height: 25px;
}

section.packages [class^=col-md-4]>div ul li:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7px;
    top: 9px;
    position: absolute;
    left: 0;
    color: #3387c1;
}

section.packages [class^=col-md-4]>div ul {
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: left;
    padding-left: 18px !important;
}

p.addontag {
    font-size: 12px;
    color: #000;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    font-weight: 700;
    text-align: v;
    margin: 7px 0
}

p.addontag strong {
    color: #50b9b6;
}

section.packages [class^=col-md-4]>div a.mr-det {
    display: block;
    text-transform: uppercase;
    color: #000;
    margin: 10px 0 0;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    margin-left: 5px
}

section.packages [class^=col-md-4]>div h2+p {
    font-size: 12px;
    color: black;
    text-align: left;
    width: 89%;
    margin: 0 0 16px;
    font-weight: 600 !important;
    line-height: 14px;
    font-family: 'Poppins', sans-serif !important;
}

section.packages [class^=col-md-4]>div:hover {
   background: rgb(255 255 255);
   background: linear-gradient(90deg, rgb(55 138 197) 0%, rgb(78 159 211) 100%);
}

section.packages [class^=col-md-4]>div:hover h2 {
   color: #fff;
   transition: all 0.3s ease-in-out;
}

section.packages [class^=col-md-4]>div:hover p {
   color: #fff;
   transition: all 0.3s ease-in-out;
}

section.packages [class^=col-md-4]>div:hover h3 {
   color: #fff;
   transition: all 0.3s ease-in-out;
}

section.packages [class^=col-md-4]>div:hover sup {
   color: #fff;
   transition: all 0.3s ease-in-out;
}

section.packages [class^=col-md-4]>div:hover strike {
   color: #fff;
   transition: all 0.3s ease-in-out;
}

section.packages [class^=col-md-4]>div:hover strike span {
   color: #fff;
   transition: all 0.3s ease-in-out;
}

section.packages [class^=col-md-4]>div:hover ul li {
   color: #fff;
   transition: all 0.3s ease-in-out;
}


section.packages [class^=col-md-4]>div:hover ul li:before {
   color: #fff;
   transition: all 0.3s ease-in-out;
}

section.packages [class^=col-md-4]>div:hover .addontag strong {
   color: #fff;
   transition: all 0.3s ease-in-out;
}

section.packages [class^=col-md-4]>div:hover small {
   color: #fff;
   transition: all 0.3s ease-in-out;
}

section.packages [class^=col-md-4]>div:hover span {
   color: #fff;
   transition: all 0.3s ease-in-out;
   font-family: 'Poppins', sans-serif !important;
}







.style-14::-webkit-scrollbar-track {
    background-color: #2789c3;
}

.style-14::-webkit-scrollbar {
    width: 5px;
    background-color: #3387c1;
}

.style-14::-webkit-scrollbar-thumb {
    background-color: #2789c3;
}

.scrollbar {
    margin-left: 0;
    float: left;
    height: 274px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 15px;
    overflow-x: hidden
}

.force-overflow {
    min-height: 450px
}

section.br-sol {
    background: url(img/br-sol-bg.webp);
    color: #fff;
    padding: 50px 0;
    position: relative;
    background-size: cover
}

section.br-sol .col-md-7 h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 49px;
    margin: 50px 0 20px
}

section.br-sol .col-md-7 h2+p {
    font-size: 16px;
    line-height: 26px
}

section.br-sol .col-md-7 a {
    background: #5d3c83;
    padding: 10px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 0;
    display: inline-block;
    border-radius: 5px
}

section.br-sol [class^=col-md-4]>div {
    border-radius: 14px;
    padding: 0 30px 0;
    position: relative;
    background: -moz-linear-gradient(left, rgba(219, 51, 76, 1) 0%, rgba(249, 124, 21, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(219, 51, 76, 1)), color-stop(100%, rgba(249, 124, 21, 1)));
    background: -o-linear-gradient(left, rgba(219, 51, 76, 1) 0%, rgba(249, 124, 21, 1) 100%);
    background: -ms-linear-gradient(left, rgba(219, 51, 76, 1) 0%, rgba(249, 124, 21, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#db334c', endColorstr='#f97c15', GradientType=1);
    position: relative;
    top: 0;
    border: 2px solid #fff
}

section.br-sol [class^=col-md-4]>div h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10p
}

section.br-sol [class^=col-md-4]>div i {
    position: absolute;
    right: -2px;
    top: 0
}

section.br-sol [class^=col-md-4]>div .pricebox {
    position: relative
}

section.br-sol [class^=col-md-4]>div .pricebox sup {
    font-size: 25px;
    font-weight: 600;
    position: relative
}

section.br-sol [class^=col-md-4]>div .pricebox h3 {
    display: inline-block;
    font-size: 87px;
    margin: 0;
    font-weight: 700;
    color: #fff
}

section.br-sol [class^=col-md-4]>div .pricebox strike {
    font-size: 16px;
    color: #fff;
    position: relative;
    top: -10px;
    font-weight: 700
}

section.br-sol [class^=col-md-4]>div .pricebox span {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 700
}


section.br-sol [class^=col-md-4]>div ul li {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px
}

section.br-sol [class^=col-md-4]>div ul li:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7px;
    top: 9px;
    position: absolute;
    left: 0
}

section.br-sol [class^=col-md-4]>div ul {
    margin-bottom: 20px
}

section.br-sol [class^=col-md-4]>div p.addontag {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    margin-bottom: 7px
}

section.br-sol [class^=col-md-4]>div p.addontag strong {
    color: #fff
}

section.br-sol [class^=col-md-4]>div a.mr-det {
    display: block;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 0;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 2px;
    margin-left: 5px
}

section.br-sol [class^=col-md-4]>div h2+p {
    font-size: 12px;
    text-align: left;
    width: 100%;
    margin-bottom: 15px
}

section.br-sol [class^=col-md-4]>div a.various {
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 700;
    position: relative;
    margin: 0 auto;
    display: table;
    top: 20px
}

section.solution {
    padding: 100px 0 50px;
    text-align: center
}

section.solution h2 {
    text-align: center;
    font-size: 47px;
    font-weight: 800;
    margin: 0 0 20px;
    color: #282828
}

section.solution h2+p {
    color: #848894;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
    line-height: 28px
}


p.addontag {
    font-size: 12px;
    color: #000;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    font-weight: 700;
    text-align: v;
    margin: 7px 0
}

p.addontag strong {
    color: #3387c1;
}


.actions {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: space-between !important;
    left: 0;
}

.actions a {
    vertical-align: top;
    min-width: inherit;
    margin: 0;
    position: relative;
    color: #7b7b7b;
    font-size: 9px;
}

.actions a span {
    font-size: 13px;
    display: block;
    font-weight: 700;
    color: #7f7b7b;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    cursor: pointer;
}

.actions a span small {
    display: block;
    font-size: 12px;
    line-height: normal;
    color: #000000;
    font-family: 'Poppins', sans-serif !important;
}


/*new css*/
#hero .livechat {
    margin-left: 10px;
}


.popup {
  width: 100%;
  height: 100%;
  background: #000000d6;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 9;
  padding: 0% 5% 5% 5%;
  position: fixed;
  text-align: left;
  z-index: 9999;
}


.popup .close {
      position: absolute !important;
      right: -10px;
      top: -10px;
      width: 40px;
      display: block !important;
      background: #209dd8 !important;
      height: 40px !important;
      border-radius: 20px !important;
      cursor: pointer !important;
}

.popup .close span {
        position: absolute !important;
        width: 20px;
        height: 3px;
        background: #ffffff;
        opacity: 1 !important;
        right: 0;
        left: 0;
        margin: auto !important;
        top: 0;
        bottom: 0;
        cursor: pointer;
}

.popup .close span:nth-child(1)
{
  transform: rotate(45deg);
}
.popup .close span:nth-child(2)
{
  transform: rotate(135deg);
}
.popup form {
    .form1 {
    background: white;
    padding: 50px 40px;
    margin: 0;
    border-radius: 20px;
    border: #3075a2 4px solid;
    width: 90%;
}

}

.popup form input, .popup form select {
    width: 100%;
    background: transparent !important;
    padding: 25px 20px !important;
    border-color: #00000014 !important;
    border-radius: 10px !IMPORTANT;
    margin: 0 !important;
    border: 2px solid #0000001a !important;
}

.popup form h6 {color: #000000;font-family: "Merriweather", Sans-serif;font-weight: 400;font-size: 18px;margin-bottom: 20px;}

.popup form input::placeholder {
    color: #000;
}

.popup form input[type="textarea"] {
    padding: 10px 20px 60px 20px !important;
    height: auto !important;
}

.popup input[type="submit"] {
    font-family: "Roboto", Sans-serif;
    padding: 13px 30px !important;
    background-color: #209dd8 !important;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 10px !IMPORTANT;
    font-weight: bold;
    letter-spacing: 1px;
    width: 58% !IMPORTANT;
    height: auto !important;
}

.popup h2 {
    font-size: 31px;
    color: #000000;
    font-weight: 800;
    padding-left: 15px;
    border-left: #209dd8 6px solid;
    line-height: 40px;
    margin-bottom: 30px;
}

.popup__content {
    background: #fff;
    width: 27%;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    padding: 3% 2% 3% 2%;
    border-radius: 20px;
    height: 610px;
    max-height: 660px;
}
#hero h1 br {
    display: none;
}


#hero ul.yel-list li {
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 600;
    width: 41%;
    display: inline-block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

#hero ul.yel-list {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 0 !IMPORTANT;
}

#hero ul.yel-list li img {
    padding-right: 10px;
    max-width: 22px;
}

#hero .row {
    align-items: center;
}

.rate-img img {
    margin-top: 40px;
}

.links {position: absolute;right: 0;top: 20px;}

.links ul {
    padding: 0 !important;
    display: flex;
}

.links ul li {
    list-style: none;
    margin-left: 30px;
}

.links ul li a {
    color: #fff;
    font-family: 'Poppins' !important;
}
.rtw_button button.get-btn1[type=submit] {
    background-color: #ffffff;
    color: #3489c1;
    border: 1px solid #fff;
    font-weight: 500;
    padding: 16px 20px;
    width: 38%;
    margin: 0 !important;
    float: left;
    margin-top: -7px !IMPORTANT;
    margin-right: 10px !important;
    height: auto;
    font-size: 15px;
    transition: 0.5s ease;
    font-weight: 700;
}
.page-terms section.main-heding-page h3 {
    color: #4396cb;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 0 15px 0;
    position: relative;
    letter-spacing: -1px;
    font-size: 20px !IMPORTANT;
}

.page-terms h2{
    color: #171717;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 0 15px 0;
    position: relative;
    letter-spacing: -1px;
}

.page-terms section.term-maian-sec li {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    width: 102% !important;
    color: #687087;
}

.page-terms section.term-maian-sec p {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    width: 100% !important;
    color: #687087;
}
.page-terms #hero h2 {
    text-align: center;
    padding: 0 !important;
    font-size: 30px;
    font-weight: 700;
}
.page-terms section.term-maian-sec {
    padding-bottom: 200px;
}
.page-privacy section.main-heding-page h3 {
    color: #4396cb;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 0 15px 0;
    position: relative;
    letter-spacing: -1px;
    font-size: 20px !IMPORTANT;
}

.page-privacy h2{
    color: #171717;
    line-height: 1.2;
    font-weight: 700;
    padding: 0 0 15px 0;
    position: relative;
    letter-spacing: -1px;
}

.page-privacy section.term-maian-sec li {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    width: 102% !important;
    color: #687087;
}

.page-privacy section.term-maian-sec p {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    width: 100% !important;
    color: #687087;
}
.page-privacy #hero h2 {
    text-align: center;
    padding: 0 !important;
    font-size: 30px;
    font-weight: 700;
}
.page-privacy section.term-maian-sec {
    padding-bottom: 200px;
}
.form::before {
    content: "LIMITED TIME OFFER";
    background: #3489c1;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    transform: rotate(-90deg);
    position: absolute;
    left: -119px;
    top: 110px;
    letter-spacing: 2px;
}
.popup form input#number {
    padding: 25px 20px 25px 90px !important;
}
#hero input#number2 {
    padding-left: 70px !important;
}

footer input#number3 {
    padding-left: 50px !important;
    background: transparent !important;
    border-bottom: 1px solid #ffffffbf !important;
    border-radius: 0 !important;
}
section#cta ul li a {
    background: #fff;
    padding: 13px 20px;
    color: #3a97d2;
    border-radius: 50px;
    font-size: 16px;
    border: 1px solid #fff;
    transition: 0.5s ease;
    font-weight: bold;
}
#hero .order-lg-2 {
    position: relative;
}

#hero .order-lg-2::before {
    position: absolute;
    content: "";
    background: #3489c1;
    width: 80%;
    height: 104%;
    top: -12px;
    right: 9%;
    border-radius: 20px !IMPORTANT;
}

#hero .iti__selected-flag {
    background-color: #00000014 !important;
    padding: 0px 20px 0 10px;
    border-radius: 10px 10px 10px 10px !important;
}
#hero .form-control::placeholder {
        font-family: 'Poppins', sans-serif;
}

#hero input[type=textarea] {
    padding: 10px 10px 50px 20px !important;
    height: auto !important;
}
.popup form input::placeholder {
    font-family: 'Poppins';
    color:#00000096;
}

.popup .iti__selected-flag {border-radius: 10px 0px 0px 10px !important;padding: 0px 20px 0 20px;background: #00000017;}
section#cta ul li a:hover {
    background: transparent;
    transition: 0.5s ease;
    color: #ffff;
}

.rtw_button button.get-btn1[type=submit]:hover {
    transition: 0.5s ease;
    color: #fff;
    background: transparent;
}
header img {
    height: 80px;
}
p {
    font-family: 'Poppins', sans-serif !important;
}

.footer-top .form_footer input::placeholder {
    font-family: 'Poppins' !important;
    font-size: 16px !IMPORTANT;
}



@media only screen and (min-width: 320px) and (max-width: 1000px){

.rate-img {
    display: none;
}

#hero .order-lg-2 {
    margin-top: 63px;
}



.form_footer input#name, .form_footer input#phone, .form_footer input#email, .form_footer input#desc {background: white !important;border-radius: 30px !important;}

.form_footer input[type="submit"] {
    width: 100%;
    margin-top: 0;
}

section.packages {
    padding-bottom: 30px;
}

section.packages [class^=col-md-4]>div ul li {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 4px;
}
.topbar-sec {
    display: block;
    margin-bottom: 0px;
    background: #3587bf;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.topbar-sec ul {
    margin: 0;
    padding: 0;
}
.topbar-sec ul li {
    list-style: none;
}
.topbar-sec ul li a {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.topbar-sec ul li a i {
    margin-right: 5px;
}
  div#mbl-num {
      position: fixed;
      width: 100%;
      z-index: 11;
  }
  header#header {
    text-align: center;
    padding-top: 50px;
}

header ul {
    display: none;
}
.form::before {
    display: none;
}
#hero .container {
    text-align: center;
    padding: 0 0;
}

#hero h1 {
    font-size: 29px;
    margin: 0px 0 11px 0;
    display: block;
    width: 100%;
    padding: 0 13px;
    line-height: 42px;
}

#hero h2 {
    padding: 0 14px !important;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 13px;
    text-align: center;
}

#hero .form {
    width: 93%;
    margin: 20px 15px;
}

#hero .btn-get-started {
    width: 320px;
    padding: 16px 12px;
    font-size: 14px;
    height: initial;
    margin: 7px 0 !important;
}

.form h3 {
    font-size: 23px;
    text-align: center;
    line-height: normal;
}

#hero .form {padding: 20px;}

#hero .form h2 {
    color: #5c9dd3;
    font-size: 32px !important;
    font-weight: 600;
}

.form input[type="submit"] {
    font-size: 17px;
}

section#hero {
    padding: 70px 0 30px;
}

section#why-us {
    padding: 40px 0;
}

.why-us h1 {
    font-size: 25px;
    margin-bottom: 23px;
}

.why-us p {
    padding: 0;
}

section {
    text-align: center;
}

.why-us .content h3 {
    font-size: 22px;
    margin-top: 33px;
}

.why-us .accordion-list {
    width: 100%;
}

.accordion-list ul li a.collapsee {
    text-align: left;
    font-size: 13px;
}

.why-us .accordion-list p {
    font-size: 12px;
}

#why-us .col-lg-7 img {
    max-width: 100%;
}

section#work {
    background-color: #000;
}

.work h2 {
    font-size: 32px;
    letter-spacing: 2px;
}

.work h2 {
    margin-bottom: 0;
}

section#pricing {
    padding: 30px 10px;
}

.section-title h2 {
    font-size: 32px;
    margin-bottom: 0;
    padding: 0;
}

.pricing .row {
    padding-top: 0;
}
section.packages ul#pills-tab {
    margin-top: 20px;
}
section.packages ul#pills-tab li.nav-item {
    padding-bottom: 0;
}
.pricing h4 {
    text-align: left;
    font-size: 42px;
}

.pricing h4 span {
    right: 20px;
}

#website_process {
    padding: 40px 0;
}

#website_process h3 {
    font-size: 33px;
}

#website_process p {
    padding: 0;
}

#website_process .step {
    margin: 0;
    text-align: c;
}

section#website_process hr:not([size]) {
    width: 100%;
}

#rtw h3 {
    font-size: 28px;
    left: inherit;
    line-height: 42px;
}

#rtw p {
    left: inherit;
    font-size: 12px;
}

.rtw_image img {
    display: none;
}

.rtw_image {
    display: none;
}

.cta h3:before {
    display: none;
}

.screen {
    width: 80%;
    background: #fff;
}

.work_content {
    padding-bottom: 0;
}

.cta h3:after {
    display: none;
}

.cta h3 {
    font-size: 25px;
}

.cta h3 br {
    display: none;
}

section#cta ul li {
    width: 100%;
    padding: 7px 10px;
}

section#cta ul {
    display: block;
    padding: 0;
}

section#cta ul li [type=submit] {
    width: 100%;
}

#industries h2 {
    font-size: 23px;
}

section#rtw {
    padding: 32px 20px;
}

#industries p {
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 0;
}

section#industries {padding: 20px 0;}

section#industries ul {
    display: inline-block;
    padding: 0;
}

section#industries ul li {
    font-size: 13px;
    margin: 0 10px;
    text-align: center;
}

section#industries ul li img {
    margin: 0;
}
  margin-topsection#package_cx .col-md-12 h3 {
    width: 100%;
    font-size: 16px;
    margin: 0;
    line-height: normal;
}

section#package_cx .col-md-12 p {
    float: none;
    top: 2px;
    font-size: 13px;
}

section#package_cx .row:nth-child(2) {padding: 20px;}

section#package_cx .row:nth-child(2) p.mina-text {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
}

section#package_cx .row:nth-child(2) .col-md-4 ul {
    margin: 0 0 30px;
    text-align: left;
    padding: 0;
}

section#package_cx .row:nth-child(2) .col-md-4 ul h5 {
    font-size: 16px;
}

section#package_cx .row:nth-child(2) .col-md-4 ul li {
    font-size: 14px;
    padding: 0 0 4px 15px;
    margin-left: 0;
}

section#package_cx .row:nth-child(2) .col-md-4 ul li:before {
    background: #3588bd;
    content: "";
    left: 0;
    top: 9px;
    padding: 3px;
}

section#package_cx .row:nth-child(2) .col-md-4:nth-child(2) ul {
    margin: 20px 0 0;
}

.pc_card h3 {
    font-size: 11px;
    letter-spacing: 4px;
}

.pc_card h2 {
    font-size: 32px;
}

.pc_card h1 {
    font-size: 60px;
}

.pc_card span {
    font-size: 20px;
}

.pc_card del {
    font-size: 23px;
}

h2:before {
    display: none;
}

section#testamonial-main-sec {
    padding: 60px 0 80px;
}
.links {
    width: 100%;
    left: 0;
}
.links ul {
    justify-content: center;
    margin-bottom: 0;
}
section#testamonial-main-sec h2.main-h2 {
    font-size: 18px;
    letter-spacing: 1px;
}

section#testamonial-main-sec .item {text-align: left;font-size: 14px;padding: 0 7%;}

section#testamonial-main-sec .item .arthur {}

section#testamonial-main-sec .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 26px;
}

section#testamonial-main-sec .owl-nav {
    margin-top: 22px;
}

section#before_footer {
    margin-top: -110px;
}

#footer .footer-top {
    padding: 110px 0 30px 0;
}

.footer-top .col-lg-6:nth-child(1) {
    width: 93%;
}

.footer-top .col-lg-6:nth-child(2) {
    width: 100%;
    text-align: center;
}

#footer .footer-top .footer-contact h3 {
    font-size: 30px;
    line-height: 34px;
    margin-top: 42px;
}

#footer .footer-top .footer-contact {
    margin-bottom: 0;
}

.container.footer-bottom.clearfix {
    text-align: center;
}

#footer .credits {
    text-align: center;
    float: inherit;
    margin-top: 33px;
}

section#package_cx .col-md-12 h3 {
    width: 100%;
    font-size: 19px;
    line-height: 33px;
    margin: 0;
}

#rtw .container {
    background-repeat: repeat;
}

.rtw_button {
    left: 0;
    top: 15px;
}

.popup__content {
    width: 94%;
    padding: 5%;
    height: fit-content;
}

.popup h2 {
    font-size: 24px;
    line-height: 25px;
    margin-top: 13px;
}

.popup input[type="submit"] {
    width: 100% !important;
}

#rtw h3 br {
    display: none;
}

.rtw_button button.get-btn1[type=submit] {
    width: 100%;
    margin: 10px 0 !important;
    padding: 13px 5px;
}
#hero ul.yel-list li {
    font-size: 11px;
    text-align: left;
}

.rate-img img {
    margin: 20px 0 40px;
}

#hero .form img {
    max-width: 90px;
    right: -10px;
}
}
.form img {
    position: absolute;
    width: 140px;
    right: -60px;
    top: -60px;
}

/*step-2 css*/
.step-2 #hero {
    padding: 140px 0;
}

.step-2 .step2-title.container {
    padding-top: 100px;
}

.step-2 .step2-title.container h1 {font-family: 'Poppins';color: #000;}

.step-2 h3.step-section-title-n span {
    font-family: 'Poppins';
    color: #000;
}

.step-2 .step-top-area ul li label {
    font-family: 'Poppins';
    color: #000;
}

.step-2 input.btn-step2 {
    font-size: 16px;
    height: auto;
    background: #3489c1 !important;
    letter-spacing: 0 !important;
    font-family: 'Poppins' !important;
    padding: 20px 90px !important;
    width: auto !important;
    font-weight: bold !important;
}
.step-2 .step2.step2.step2-new.container {
    padding-bottom: 70px;
}
.step-2 .step2-title.container h1 i {
    display: none;
}
.step-2 #hero h2 {
    text-align: center;
    padding: 0 !important;
    margin: 0 !IMPORTANT;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 800;
}
/*step-2 css*/

/*step-3 css*/

.step-3 #hero h1 {
    text-align: center;
    padding: 0 !important;
    margin: 0 !IMPORTANT;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 800;
    width: 100%;
}
.step-3 label {
    font-family: 'Poppins';
    color: #000;
    font-size: 16px;
}

.step-3 b {
    font-weight: 700 !important;
}
.step-3 input#payNow {
    height: auto !important;
    background: #3489c1;
    letter-spacing: 0;
    font-family: 'Poppins';
    font-weight: 700;
}
.step-3 .headbar-heading {
    background: #3489c1;
}

.step-3 .badge-secondary {
    color: #3489c1 !important;
}
/*step-3 css*/

/*thank css*/
.thank section.banner {
    height: 100vh;
}

.thank h1 {
    font-size: 60px;
    color: #000;
    font-weight: bold;
    position: relative;
    padding-bottom: 100px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.thank span {
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    color: #000;
    font-family: 'Poppins';
}


.thank h1::before {
    position: absolute;
    content: "\f00c";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    font-family: 'FontAwesome';
    color: #059017;
    font-size: 90px;
}

.thank .banner .col-md-12 {
    padding: 100px 0px;
}

.thank a {
    font-weight: 800;
}
/*thank css*/

@media screen and (max-width: 1000px)
{
 .step-2 .step2.step2.step2-new {
    width: 100%;
}

.step-2 #hero h2 {
    font-size: 20px;
}

.step-2 #hero {
    padding: 140px 0px 50px 0px;
}

.step-2 .step2-title.container {padding-top: 40px;}

.step-2 .step2-title.container h1 span {
    font-size: 30px;
    line-height: 30px;
}

.step-2 .step2-title.container h1 span {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
}

.step-2 .step2-title.container p {
    font-size: 14px;
    width: 90%;
    margin: 30px auto 0 auto;
}

.step-2 h3.step-section-title-n span {
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
}

.step-2 ul {
    padding: 0 20px !important;
}

.step-2 .step-top-area ul li label {
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
}

.step-2 h3.step-section-title-n {
    text-align: center;
}

.step-2 .step2.step2.step2-new.container {
    padding-bottom: 20px;
}

.step-2 .links {
    left: 0;
    right: 0;
}

.step-2 footer ul {
    padding: 0 !important;
    justify-content: space-evenly;
}

.step-2 .links ul li {
    margin: 0 !important;
}
.step-3 #hero h1 {
    font-size: 20px;
    line-height: 30px;
}

.step-3 #hero {
    padding: 140px 0px 50px 0px;
}

section.billinginfos {
    margin: 0 !important;
}

.step-3 .headbar-heading {
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
}

section.billinginfos {
    text-align: left;
}

.step-3 b {
    font-size: 14px;
}

.step-3 .billinginfos .col-lg-4 {
    margin-top: 10px;
    padding: 0 !important;
}
.step-3 .links {
    left: 0;
    right: 0;
}

.step-3 footer ul {
    padding: 0 !important;
    justify-content: space-evenly;
}

.step-3 .links ul li {
    margin: 0 !important;
}

.thank .banner .col-md-12 {
    padding: 0;
}

.thank h1 {
    font-size: 40px;
}

.thank span {
    font-size: 14px !important;
    padding: 0 24px;
}

.thank .links {
    left: 0;
    right: 0;
}

.thank footer ul {
    padding: 0 !important;
    justify-content: space-evenly;
}

.thank .links ul li {
    margin: 0 !important;
}


.thank footer span {
    margin: 0 !important;
    color: #fff;
}

.thank section.banner {
    height: 72vh;
}
 .step-3 input#payNow {
    font-size: 16px;
}
  section#cta .col-lg-12 {
    padding: 0 20px;
}

section#cta ul li a {
    display: block;
}
}


.cus-error{
    color: red;
    font-size: 12px;
}





.disclamier {
    background: #ff0000;
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
#hero .btn-get-started+a {
    background: #ff6d00 !important;
}


section.packages ul#pills-tab .nav-link {
    font-size: 16px;
    height: 50px;
    background: #184f73;
}