*{
  margin:0; 
  padding:0; 
  outline:none;
}
/* Disable text selection */
html {
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}
html body{
  margin:0; 
  padding:0; 
  -ms-word-wrap:break-word; 
  word-wrap:break-word; 
  background-color:#FFFFFF; 
  position:relative; 
  font-size: 15px;
  color: #6c6c6c;
  font-weight: 300;
  overflow-x: hidden;
  padding: 0 !important;
}
section#topbar a:hover {
  color: #000000;
}
header#masthead {
  z-index: 99;
  position: relative;
}
a{
  text-decoration: none !important;
}
.header-wrap {
  background: #000000;
}
.home .header-wrap {
  background: unset;
}
.entry-title {
  font-family: Prompt;
  font-size: 25px;
  font-weight: 700;
  line-height: 42.53px;

  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.banner-image .card {
  padding: 50px;
}
.home #masthead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.background-box1 {
  grid-column-start: 2;
  grid-column-end: 17;
  grid-row-start: 3;
  grid-row-end: 9;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #017CF0 0%, #004383 100%);
  z-index: 1;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  position: absolute;
}
.background-box2 {
  grid-column-start: 1;
  grid-column-end: 18;
  grid-row-start: 2;
  grid-row-end: 8;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  background: linear-gradient(180deg, #017CF0 0%, #004383 100%);
  position: absolute;
  transform: translate(0px, 51px);
}
.background-box3 {
  grid-column-start: 1;
  grid-column-end: 18;
  grid-row-start: 1;
  grid-row-end: 6;
  width: 100%;
  height: 100%;
  z-index: -2;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  background: linear-gradient(180deg, #017CF0 0%, #004383 100%);
  position: absolute;
  transform: translate(0px, 98px);
}
.header-account-login a {
  font-family: Prompt;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  width: 130px;

}
.header-account-login a:hover {
  background: #FDB32F;
  border: 1px solid #FDB32F;
  color: #fff;
  transition: 0.8s ease-in-out;
}

.header-sign-up a:hover {
  background: #FDB32F;
  border: 1px solid #FDB32F;
  color: #fff;
  transition: 0.8s ease-in-out;
}
.header-sign-up a {
  font-family: Prompt;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  width: 130px;

}
.header-sign-up {
  padding-left: 14px;
}
.header-buttons {
  display: flex;
  align-items: center;
  justify-content: right;
}
.our-services-page {
  padding: 60px 0;
}
/* BANNER */
section#banner {
  background: linear-gradient(180deg, #0083FF 0%, #004383 100%);
  padding: 100px 0 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-contents h1 {
  font-family: Prompt;
  font-size: 64px;
  font-weight: 600;
  line-height: 95.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
.banner-social-icons a i {
  color: #FFFFFF;
  font-size: 24px;
  display: flex;
  padding: 12px;
}
.banner-social-icons a i:hover {
  color: #FCAC2F;
}
.banner-social-icons {
  background: #0083FF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  max-height: fit-content;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 10px;
  height: 274px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-contents h6 {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  background: #0083FF;
  max-width: fit-content;
  padding: 12px 26px;
  border-radius: 99px;
}
.banner-right-icons1 img {
  width: 100%;
  height: 100%;
}
.banner-right-icons2 img {
  width: 100%;
  height: 100%;
  animation: 4s pulse infinite;

}
.banner-right-images {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(8, 90px);
  animation: shake 14s linear infinite;
  transition-delay: 3s;

}
.banner-right-icons1{
  grid-column-start: 1;
  grid-column-end: 16;
  grid-row-start: 2;
  grid-row-end: 9;
  position: relative;
  z-index: 9;

}
.banner-right-icons2{
  grid-column-start: 21;
  grid-column-end: 13;
  grid-row-start: 3;
  grid-row-end: 7;
  position: relative;
  z-index: 9;
}


.banner-contact-button a {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
.banner-contact-button i {
  color: #FFFFFF;
  font-size: 20px;
  padding-left: 12px;
}
.banner-services-button i {
  color: #FFFFFF;
  font-size: 20px;
  padding-left: 12px;
}
.banner-services-button {
  border: 1.5px solid #FFFFFF;
  height: 65px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 29px;
  margin-left: 18px;


}
.banner-buttons {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 26px;

}
.banner-services-button a {
  font-family: Plus Jakarta Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
.banner-contact-button {
  border: 1.5px solid #FFFFFF;
    height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  padding: 10px 29px;
  

}

.banner-services-button:hover {
  background: #FDB32F;
  transition: 0.8s ease-in-out;
  border: 1.5px solid #FDB32F;
}
.banner-services-button:hover a{
  color: #FFFFFF;
  transition: 0.8s ease-in-out;
}
.banner-services-button:hover i{
  color: #FFFFFF;
  transition: 0.8s ease-in-out;

}


.banner-contact-button:hover {
  background: #FDB32F;
  transition: 0.8s ease-in-out;
  border: 1.5px solid #FDB32F;
}
.banner-contact-button:hover a{
  color: #FFFFFF;
  transition: 0.8s ease-in-out;
}
.banner-contact-button:hover i{
  color: #FFFFFF;
  transition: 0.8s ease-in-out;

}
/* about us */
#about-us {
  position: relative;
  padding: 120px 0;
}
.about-details h6 {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FDB32F;
}
.about-details h2 {
  font-family: Prompt;
  font-size: 44px;
  font-weight: 700;
  line-height: 66.53px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.about-details p {
  font-family: Prompt;
  font-size: 24px;
  font-weight: 300;
  line-height: 40.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
}

#about-us  .about-right-image {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  grid-template-rows: repeat(15, 28px);
  gap: 24px;
}
#about-us .about-right-image  .left-image-one{
  grid-column-start: 3;
  grid-column-end: 13;
  grid-row-start: 3;
  grid-row-end: 14;
  animation: shake 16s linear infinite;
  z-index: -1;
  position: relative;



}
.about-experience-text {
  border: 1px dashed #FFFFFF80;
  border-radius: 50%;
  width: 174px;
  height: 174px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

}
.about-us-button {
  margin-top: 52px;
  background: #FDB32F;
  padding: 19px 40px;
  border-radius: 100px;
  max-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-button:hover a{
  color: #fff;
  transition: 0.8s ease-in-out;
}
.services-button:hover a{
  color: #fff;
  transition: 0.8s ease-in-out;
}
.services-button:hover{
  background: #000000;
  transition: 0.8s ease-in-out;
}
.about-us-button:hover {
  background: #000000;
  transition: 0.8s ease-in-out;
}
.about-us-button a {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;

}
.about-us-button i {
  padding-left: 10px;
  color: #FFFFFF;
  font-size: 20px;
}
#about-us .about-right-image .left-image-two {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 9;
  grid-row-end: 16;
  animation: shake 16s linear infinite;
}
.newsletter-headings h2 {
  font-family: Prompt;
  font-size: 44px;
  font-weight: 700;
  line-height: 66.53px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}

.newsletter-right-image {
  animation: shake 16s linear infinite;
}
.newsletter-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-image-two img {
  width: 100%;
  height: 100%;
  border-radius: 30px;

}
.left-image-one img {
  width: 100%;
  height: 100%;
  border-radius: 30px;

}
.about-experience-text h5 {
  font-family: Prompt;
  font-size: 34px;
  font-weight: 800;
  line-height: 40.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFBC45;
}
.about-experience-text h6 {
  font-family: Prompt;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
.experience-content {
  background: #0083FF;
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  grid-column-start: 16;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 10;
  animation: flipInY 3s infinite;
}


/* Testimonial */

#testimonial {
  padding: 60px 0 180px;
  background: #F5FBFF;
  position: relative;
}
.testimonial-heading h2 {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0083FF;
}
.testimonial-heading h3 {
  font-family: Prompt;
  font-size: 44px;
  font-weight: 700;
  line-height: 66.53px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.items-testimonial {
  background: #FFFFFF;
  box-shadow: 0px 4px 44px 0px #0000001C;
  padding: 28px 58px;
  height: 100%;
  border-radius: 20px;
  margin: 0 55px;
}
.testi-title a {
  font-family: Prompt;
  font-size: 32px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.bottom-line-box svg {
  position: absolute;
  bottom: 0;
  left: 36px;
  right: 0;
  width: 94%;
}
.testi-title {
  text-align: center;
}
.testi-title p {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
}
.testimonial-content p {
  font-family: Prompt;
  font-size: 24px;
  font-weight: 400;
  line-height: 40.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
}
.clients-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

#testimonial .owl-nav button {
  background: #0083FF;
  border: unset;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#testimonial .owl-nav button i {
  color: #fff;
  font-size: 24px;
}

#testimonial .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#testimonial .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: translate(-214px, 0px);
}

#testimonial .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translate(214px, 0px);
}

.meta-testi-title h6 {
  font-family: Prompt;
  font-size: 24px;
  font-weight: 600;
  line-height: 40.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FCAC2F;
}
#testimonial .owl-carousel .owl-item {
  padding: 58px 46px 164px;
}
.clients-image {
  margin-top: -80px;
  animation: flipInY 3s infinite;
}
.testi-title a:hover {
  color: #FCAC2F;
}

.quotes-left-image {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  background: #F0F8FF;
  width: 86px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.quotes-right-image {
  position: absolute;
  right: 100px;
  bottom: 56px;
  margin: auto;
  display: flex;
  align-items: center;
  background: #F0F8FF;
  width: 86px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* our blogs */

#our-blogs {
  padding: 60px 0;
}

.blogs-image img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.blogs-headings h2 {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0083FF;
}
.blogs-headings h3 {
  font-family: Prompt;
  font-size: 44px;
  font-weight: 700;
  line-height: 66.53px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.blogs-inner-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 44px 0px #0000001C;
  padding: 60px 27px 40px;
    border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
}
.blog-title a {
  font-family: Prompt;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.blogs-content p {
  font-family: Prompt;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #707D95;
  margin-bottom: 0;
  padding-top: 18px;
}
#our-blogs .owl-nav button i {
  color: #626B7D;
  font-size: 20px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;

}
#our-blogs .owl-prev {
  position: absolute;
  left: 46%;
  bottom: 0;
}
#our-blogs .owl-next {
  position: absolute;
  right: 46%;
  bottom: 0;
}
#our-blogs .owl-nav button {
  background: unset;
  border: unset;
}
#our-blogs .owl-carousel .owl-item{
  padding: 20px 0 85px;

}
#our-blogs .owl-dots .owl-dot {
  background: #626B7D;
  border: unset;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 6px;
}
#our-blogs button.owl-dot.active {
  background: #FCAC2F !important;
  position: relative;
}
#our-blogs .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;

}
#our-blogs button.owl-dot.active::after {
  display: flex;
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #FCAC2F;
  position: absolute;
  top: -5px;
  align-items: center;
  justify-content: center;
  bottom: 3px;
  left: -5px;
  right: -14px;
}

.blog-read-button a {
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 10px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FDB32F;

}
.blog-contents-box:hover .blog-read-button i{
  color: #ffffff;
}
.blog-contents-box:hover .blog-read-button a{
  color: #ffffff;
}
.blog-contents-box:hover .blog-read-button{
  background: #FDB32F;
}
.blog-read-button {
  background: #ffffff;
  padding: 18px 20px;
  position: absolute;
  bottom: -18px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-read-button i {
  color: #FDB32F;
  font-size: 16px;
  padding-left: 11px;
}
.blogs-date {
  background: #FCAC2F;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 15px;
  position: absolute;
  top: -44px;
  transform: translate(0px, -44px);
  left: 27px;
  animation: flipInX 3s infinite;
}
.blog-contents-box:hover .blog-title a {
  color: #FCAC2F;
  transition: 0.8s ease-in-out;
}
.blogs-date h6 {
  font-family: Prompt;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  margin: 0;

}
.blog-contents-box:hover {
  transform: translateY(-20px);
  transition: 0.4s ease-in-out;
}
.blogs-date h5 {
  font-family: Prompt;
  font-size: 24px;
  font-weight: 800;
  line-height: 31.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  margin: 0;

  
}

/* services */
#services {
  padding: 60px 0;
  background: #F5FBFF;
}

.our-services-heading h2 {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
}
.our-services-heading h3 {
  font-family: Prompt;
  font-size: 44px;
  font-weight: 700;
  line-height: 57.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  width: 70%;

}
.our-services-heading p {
  font-family: Prompt;
  font-size: 24px;
  font-weight: 400;
  line-height: 40.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
  width: 76%;

}
.our-services-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.services-title a {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 700;
  line-height: 30.24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
.services-inner-content {
  position: relative;
}
.services-title {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.services-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDB32F;
  max-width: fit-content;
  height: 65px;
  padding: 25px;
  border-radius: 99px;
}

.services-button a {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}

.services-button i {
  font-size: 20px;
  color: #FFFFFF;
  padding-left: 10px;
}


.our-services-image img {
  width: 100%;
  height: 100%;
}
.our-services-image {
  height: 100%;
  width: 100%;
}
#services  .row {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(8, 62px);
  gap: 27px;
}
#services .row .services-inner-content:nth-child(1) {
  grid-column-start: 17;
  grid-column-end: 21;
  grid-row-start: 1;
  grid-row-end: 5;
}
#services .row .services-inner-content:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 9;
  grid-row-end: 5;
}

#services .row .services-inner-content:nth-child(3) {
  grid-column-start: 17;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 9;
}
#services .row .services-inner-content:nth-child(3) .services-title a {
  font-size: 36px;
}

#services .row .services-inner-content:nth-child(4) {
  grid-column-start: 17;
  grid-column-end: 21;
  grid-row-start: 5;
  grid-row-end: 9;
}
#services .row .services-inner-content:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 5;

}
.services-inner-content::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.68%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px;

}
.services-title a:hover {
  color: #FDB32F;
}
.services-inner-content img {
  border-radius: 15px;
}



/* Choose Plan */
#choose-plan {
  padding: 60px 0;
  position: relative;
  background: #F5FBFF;
}

.choose-plan-heading h6 {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0083FF;
}
.choose-plan-heading h2 {
  font-family: Prompt;
  font-size: 44px;
  font-weight: 700;
  line-height: 66.53px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.choose-plan-details-box h4 {
  font-family: Prompt;
  font-size: 44px;
  font-weight: 700;
  line-height: 66.53px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.choose-plan-details-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 44px 0px #00000012;
  padding: 120px 0 60px;
  border-radius: 15px;
  position: relative;
}
.choose-plan-price h6 {
  font-family: Prompt;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FCAC2F;
  margin-bottom: 0;
  padding: 8px 0;

}
.choose-plan-price h5 {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FCAC2F;
  margin-bottom: 0;
}
.choose-plan-price {
  width: 200px;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px 0px #00000012;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0px, -50%);
}
.choose-right-plan {
  margin-top: 90px;
}
.choose-plan-points h6 {
  font-family: Prompt;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin-bottom: 0;
  text-decoration-skip-ink: none;
  color: #626B7D;
  width: 274px;
  padding-left: 18px;
}
.choose-plan-points {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.choose-plan-points i {
  background: #0083FF;
  color: #fff;
  font-size: 16px;
  width: 27px;
  height: 27px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.choose-plan-item:nth-child(1) .choose-plan-details-box .choose-plan-points:nth-child(9){
  display: none;
}
.choose-plan-item:nth-child(1) .choose-plan-details-box .choose-plan-points:nth-child(7){
  display: none;
}
.choose-plan-item:nth-child(1) .choose-plan-details-box .choose-plan-points:nth-child(8){
  display: none;
}



.choose-plan-item:nth-child(3) .choose-plan-details-box .choose-plan-points:nth-child(8){
  display: none;
}
.choose-plan-item:nth-child(3) .choose-plan-details-box .choose-plan-points:nth-child(9){
  display: none;
}
.choose-plan-details-box:hover {
  transform: translateY(-20px);
  transition: 0.4s ease-in-out;
}
.choose-plan-details-box:hover {
  background: #0083FF;
  transition: 0.8s ease-in-out;
}
.choose-plan-details-box:hover h4 {
  transition: 0.8s ease-in-out;
  color: #FFBB51;
}
.choose-plan-details-box:hover h6 {
  transition: 0.8s ease-in-out;
  color: #FFFFFF;
}
.choose-plan-details-box:hover h5 {
  transition: 0.8s ease-in-out;
  color: #FFFFFF;
}
.choose-plan-details-box:hover .choose-plan-price{
  background: #0083FF;
  transition: 0.8s ease-in-out;
}

.choose-plan-details-box:hover .choose-plan-button {
  transition: 0.8s ease-in-out;
  background: #FCAC2F;
}

.choose-plan-button a {
  font-family: Prompt;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FCAC2F;
}
.choose-plan-details-box:hover .choose-plan-button a {
  transition: 0.8s ease-in-out;
  color: #FFFFFF;
}
.choose-plan-details-box:hover .choose-plan-button i {
  transition: 0.8s ease-in-out;
  color: #FFFFFF;
}
.choose-plan-button i {
  font-size: 18px;
  color: #FCAC2F;
  padding-left: 14px;

}
.choose-plan-button {
  background: #FFFFFF;
  width: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 8px 10px 0px #00000012;
  height: 65px;
  border-radius: 99px;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
}
/* SSM Services */
#smm-services {
  padding: 60px 0;
  position: relative;
}
.smm-services-heading h2 {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FDB32F;
}
.smm-services-heading h3 {
  font-family: Prompt;
  font-size: 44px;
  font-weight: 700;
  line-height: 57.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  width: 57%;

}
.smm-services-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 80px;

}
.ssm-services-inner-box:hover .ssm-services-button {
  background: #FDB32F;
}
.ssm-services-inner-box:hover .ssm-services-button I {
  color: #FFF;
}
.ssm-services-button a {
  color: #0083FF;
  font-family: Prompt;
  font-size: 16px;
  font-weight: 500;
  line-height: 10px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.ssm-services-button i {
  color: #0083FF;
  font-size: 16px;
  padding-left: 10px;

}
div#map embed {
  border-radius: 15px;
}
.ssm-services-button {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -22px;
  padding: 17px 31px;
  border-radius: 100px;
  box-shadow: 0px 13px 7px 0px #00000012;
}
.ssm-services-inner-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 64px 0px #00000012;
  padding: 69px 32px 40px;
  position: relative;
  margin-bottom: 80px;
  border-radius: 10px;
}
.ssm-services-inner-box:hover .ssm-services-icons a i{
  background: #fff;
}
.ssm-services-inner-box:hover .ssm-services-icons a i{
  color: #0083FF;
}
.ssm-services-inner-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ssm-services-inner-box p {
  font-family: Prompt;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
  margin-bottom: 0;
}
.ssm-services-inner-box:hover {
  background: #0083FF;
  transition: 0.8s ease-in-out;
}
.ssm-services-inner-box:hover .ssm-services-icons a{
  background: #0083FF;
  transition: 0.8s ease-in-out;
}
.ssm-services-inner-box:hover a{
  color: #FFFFFF;

}
.ssm-services-inner-box:hover p{
  color: #FFFFFF;

}
.ssm-services-title a {
  font-family: Prompt;
  font-size: 24px;
  font-weight: 700;
  line-height: 36.29px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.ssm-services-icons a i {
  width: 50px;
  height: 50px;
  background: #0083FF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
}
.ssm-services-icons a {
  background: #FFFFFF;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0px -16px 27px 0px  #00000012;
  animation: flipInY 3s infinite;
}

/* our process */

#our-process {
  padding: 100px 0;
  background: #F5FBFF;
  position: relative;
  z-index: 1;
}
.process-video-box::after {
  content: "";
  background: #0083FF;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.process-heading h6 {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
}
.process-heading h2 {
  font-family: Prompt;
  font-size: 44px;
  font-weight: 700;
  line-height: 57.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  width: 50%;

}
#our-process .process-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.our-process-details h4 {
  font-family: Prompt;
  font-size: 23px;
  font-weight: 700;
  line-height: 36.29px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  padding: 28px 0 10px;
  margin: 0;
}
.our-process-details p {
  font-family: Prompt;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
  margin-bottom: 0;
}
.our-process-icon img {
  background: #0083FF;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border-radius: 50%;
  animation: flipInY 3s infinite;
}


/* case Studies */
#case-studies {
  padding: 60px 0;
  position: relative;
}
.studies-image img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.studies-title a {
  font-family: Prompt;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.studies-content p {
  font-family: Prompt;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
  margin-bottom: 0;
  padding: 16px 0;

}
.case-studies-heading {
  padding-left: 26%;
}

#case-studies .owl-nav{
  display: none;
}
.studies-info-box {
  box-shadow: 0px 4px 44px 0px #00000012;
  background: #FFFFFF;
  padding: 23px 25px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.case-studies-heading h6 {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0083FF;
}
.case-studies-heading h2 {
  font-family: Prompt;
  font-size: 44px;
  font-weight: 700;
  line-height: 57.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #010F1C;
}
.studies-title a:hover {
  color: #FCAC2F;
  transition: 0.8s ease-in-out;
}

#case-studies .owl-carousel .owl-item {
  padding: 26px 0;

}
.case-studies-button a {
  font-family: Prompt;
  font-size: 16px;
  font-weight: 500;
  line-height: 10px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0083FF;
}
.case-studies-button i {
  color: #0083FF;
  font-size: 16px;
  padding-left: 10px;

}
.case-studies-button {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: left;
  background: #FFFFFF;
  padding: 10px 20px;
  border-radius: 99px;
  box-shadow: 0px 4px 6px 0px #00000012;
  max-width: fit-content;
  transform: translate(30px, -17px);
}
.get-touch-button a {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.get-touch-button {
  border: 1px solid #626B7D80;
  max-width: fit-content;
  padding: 10px 30px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  cursor: pointer;
}
.get-touch-button i {
  color: #000000;
  padding-left: 12px;
  font-size: 20px;
}
.browse-case-button a {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.browse-case-button {
  border: 1px solid #626B7D80;
  max-width: fit-content;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 99px;
  margin-left: 14px;
  cursor: pointer;
}

.items-studies-box:hover .case-studies-button {
  background: #FDB32F;
}


.items-studies-box:hover .case-studies-button a {
  color: #fff;
}
.items-studies-box:hover .case-studies-button i{
  color: #fff;
}
.get-touch-button:hover {
  background: #FDB32F;
  border: 1px solid #FDB32F;
  transition: 0.8s ease-in-out;
}
.get-touch-button:hover  a{
  color: #fff;
}
.get-touch-button:hover  i{
  color: #fff;
}
.browse-case-button:hover {
  background: #FDB32F;
  border: 1px solid #FDB32F;
  transition: 0.8s ease-in-out;
}
.browse-case-button:hover  a{
  color: #fff;
}
.browse-case-button:hover  i{
  color: #fff;
}
.browse-case-button i {
  color: #000000;
  font-size: 20px;
  padding-left: 12px;
}
.case-studies-buttons-box {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 26%;
  margin-top: 40px;
}

/* faqs */
#faqs {
  padding: 60px 0;
  position: relative;
}
.faqs-heading h6 {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0083FF;
}
.faqs-heading h2 {
  font-family: Prompt;
  font-size: 44px;
  font-weight: 700;
  line-height: 66.53px;
  letter-spacing: -1px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #010F1C;
}

.accordion-body::before {
  content: "";
  width: 94%;
  height: 1px;
  position: absolute;
  top: 0;
  background: #626B7D4D;
  left: 0;
  right: 0;
  margin: auto;
}
.accordion-collapse
{
  position: relative;
}

.accordion-button {

  font-family: Prompt;
  font-size: 24px !important;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000 !important;
  width: 85% !important;

}
.panel-body p {
  font-family: Prompt;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
  margin-bottom: 0;
}
.accordion-button:focus {
  border-color: unset !important;
  box-shadow: unset !important; 
}
.accordion-item {
  background: #FFFFFF !important;
  border: unset !important;
  box-shadow: 0px 4px 64px 0px #00000012;
  border-radius: 15px !important;
  margin-bottom: 20px;

}
.card-header {
  background-color: unset !important;
  border-bottom: unset !important;
}
.accordion-button:not(.collapsed) {
  background-color: unset !important;
  box-shadow: unset !important;
}
.accordion-button{
  padding: 14px 21px !important;
}
.accordion-button::after{
  background-image: none !important;
}
.accordion-button::after {
  background-image: none !important;
  content: "\f105" !important;
  position: absolute;
  top: 0px;
  font-family: 'FontAwesome';
  right: -85px;
  background: #0083FF;
  width: 34px !important;
  height: 34px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.accordion-button{
  padding: 0 !important;
}
.accordion-header {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-270deg) !important;
  background: #626B7D;
}
/* newsletter */

.newsletter-outer-box {
  background: #0083FF;
  height: 490px;
  border-radius: 30px;
  transform: translate(0px, 200px);

}
.newsletter-message-image {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(18px, -116px);
}
.newsletter-message-image img {
  animation: 2s pulse infinite;
  width: 90%;
}
.newsletter-right-image img {
  width: 100%;
  height: 100%;
  transform: translate(0px, -39px);
}
.newsletter-form input.wpcf7-form-control.wpcf7-text {
  background: #fff;
  border: unset;
  height: 65px;
  border-radius: 99px;
  padding: 30px 52px 30px 16px;
  width: 100%;
}
.newsletter-inner-form {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 28px;

}
.newsletter-inner-form p {
  margin-bottom: 0;
}
.newsletter-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 500;
  line-height: 30.24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: #FDB32F;
  border: unset;
  height: 65px;
  color: #FFFFFF;
  padding: 10px 60px 10px 30px;
    border-radius: 99px;
  margin-left: 18px;

}
.newsletter-submit-button:hover::after {
  color: #FDB32F;
  transition: 0.8s ease-in-out;
}
.newsletter-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  color: #FDB32F;
  background: #FFFFFF;
  transition: 0.8s ease-in-out;
}
.newsletter-submit-button::after {
  content: "\f061";
  position: absolute;
  right: 30px;
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #fff;
  bottom: 0;
  top: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-submit-button {
  position: relative;
}

/* Single blog page */
.main-single-div {
  padding: 60px 0;
}
.main-single-div h1 {
  font-family: Prompt;
  font-size: 34px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  padding: 22px 0;
}
.feature-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}
.form-submit input#submit {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 500;
  line-height: 30.24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: #FDB32F;
  border: unset;
  height: 65px;
  color: #FFFFFF;
  padding: 10px 30px;
  border-radius: 99px;
}
.single-post-content p {
  font-family: Prompt;
  font-size: 24px;
  font-weight: 300;
  line-height: 40.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
}
.comment-form-comment textarea {
  resize: vertical;
  width: 100%;
  height: 150px;
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #000;
  margin: 10px 0;
}
#comments h2 {
  font-family: Prompt;
  font-size: 34px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
div#respond {
  padding: 60px 0;
}
.socila_share {
  display: flex;
  align-items: center;
  justify-content: end;
}
.blog-meta-fields .social-icons a i {
  color: #FFFFFF;
  font-size: 20px;
  display: flex;
  padding: 12px;
  background: #0083FF;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  margin-left: 10px;

}
.comment-form-comment label {
  display: inline-block;
  font-family: Prompt;
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.metabox span {
  font-family: Plus Jakarta Sans;
  font-size: 16px;
    font-weight: 500;
  line-height: 10px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
}
.logged-in-as {
  font-family: Plus Jakarta Sans;
  font-size: 16px;
    font-weight: 500;
  line-height: 10px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
  padding: 12px 0;

}
.entry-date {
  padding: 0px 24px;
}
.metabox {
  padding-bottom: 16px;
}
.metabox span i {
  color: #FDB32F;
}
.metabox span a {
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 10px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
}
.no-comments.wp-block-latest-comments {
  font-family: 'Prompt';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
/*--------------------Video Section----------------*/

/* Outer */
#our-process .popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  right: 0px;
  background: rgba(0, 0, 0, 0.77);
  z-index: 9999;
  border-radius: 0;

}
#our-process .video-background-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
#our-process .our-process-video{
  position: relative;
}
.video-background-image {
  margin-top: 70px;
}
/* Inner */
#our-process .popup-inner {
  max-width:1000px;
  width:90%;
  position:absolute;
  top:50%;
  right:50%;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  border-radius:3px;
}
#our-process .popup-inner embed {
  height: 500px;
  border: 4px solid #FDB32FB2;
  border-radius: 30px;

}
/* Close Button */
#our-process .popup-close {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(-50%, -51%);
  border-radius: 1000px;
  background: #0083FF;
  font-size: 24px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#our-process .popup-close:hover {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  background: rgba(0,0,0,1);
  text-decoration: none;
  background: #FDB32F;
  color: #fff;

}


#our-process .over_video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
}


#our-process .ps_video{
  text-align: center;
}
#our-process .ps_video a i {
  color: #FFFFFF;
  font-size: 42px;
  background: #FDB32F;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
#our-process .ps_video a i:hover {
  background: #FFFFFF;
  color: #FDB32F;
  transition: 0.8s ease-in-out;
}
#our-process .outer_video {
  animation: pulse-animation 2s infinite;
  
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #FDB32F;
    opacity: 0.7;  

  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
#our-process .outer_video {

  border-radius: 50px;
}




#case-studies .ps_video i {
  background: #0083FF;
  color: #fff;
  width: 68px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-family: 'Font Awesome 5 Free';
  animation: 2s pulse infinite;

}

#case-studies .popup {
  width: 100%;
  height: 100%;
  display: none;

  

}
#case-studies .popup {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  right: 0px;
  background: rgba(0, 0, 0, 0.77);
  z-index: 9999;
  border-radius: 0;
  bottom: 0;
  
}
#case-studies .popup-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.studies-image {
  position: relative;
}
.case-studies-videos {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  left: 0;
}

#case-studies  .video {
  margin: 8px 20px 0;
}

#case-studies .video embed {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #FDB32F;
}
#case-studies .popup-close {
  position: absolute;
  top: 26px;
  background: #FDB32F;
  color: #000000;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  right: 16px;
}
/*------------------ Contact Page -----------------*/
.contact-page-details
{
  padding-bottom: 30px;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color:transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
    border: 1px solid #C9AF86;
  background-color: transparent;
  width: 100%;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  background: #fff;
  border: unset;
  height: 65px;
  border-radius: 15px;
  padding: 18px;
}
.outer_dpage h2 {
  font-family: Prompt;
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;

}

td.product-name a {
  color: #1A1819;
}
.wishlist_table .product-stock-status span.wishlist-in-stock {
  color: #0A2A2B;
}
.wishlist_table .product-add-to-cart a {
  display: table!important;
  margin: 0 auto 5px!important;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #FFFFFF;
  background: #1A1819;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 5px;

}
.woocommerce-MyAccount-content p a{
  font-family: 'Lato';
  color: #818181;
  font-weight: 600;
  font-size: 16px;
}
.woocommerce-MyAccount-content p {
  font-family: 'Lato';
  color: #1A1819;
  font-weight: 600;
  font-size: 16px;
}
nav.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  margin-bottom: 10px;
  border: 1px solid #0A2A2B;
  padding: 12px;
}


.outer_dpage {
  padding: 60px 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  padding: 13px;
  border-radius: unset;
  border: 1px solid #222222;
  border: 1px solid #58585833;
  margin-top: 10px;
}
.contact-box .contac_form input[type="submit"]:hover{
  background: #010F1C !important;
  color: #fff !important;
  transition: 0.8s ease-in-out;
}
.contact-box a:hover {
  color: #000000  ;
}
.contact-box .contac_form input[type="submit"] {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 500;
  line-height: 30.24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: #FDB32F;
  border: unset;
  height: 65px;
  color: #FFFFFF;
  padding: 10px 40px;
  border-radius: 99px;
  margin-top: 16px;


}
.contact-color-bg {
  background: #0083FF;
  border-radius: 30px;
  padding: 40px 20px;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
}


.special-deal-contents {
  padding-left: 36px;
}
.pagination span a {
  background: #0A2A2B !important;
  background: #fff;
  color: #1A1819;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: 0.6s ease-in-out;
  border: unset;
  margin-right: 6px;
}


.pagination span span {
  background: #0A2A2B !important;
  background: #fff;
  color: #1A1819;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: 0.6s ease-in-out;
  border: unset;
  margin-right: 6px;
}
.c_content span {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
.contact-page-details a {
  font-family: Prompt;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
section#contact-box{
  padding:0;
  margin:0;
}

.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
  width: 100%; 
}


.contac_form h3 {
  font-family: Prompt;
  font-size: 44px;
  font-weight: 700;
  line-height: 66.53px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  background: #fff;
  border: unset;
  height: 130px;
  border-radius: 15px;
  padding: 18px;

}
.background-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.contac_form label {
  font-family: Prompt;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
div#single-teams {
  padding: 60px 0;
}

.contact-box .wpcf7 input[type="text"]::placeholder {
  font-family: Prompt;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
  font-family: Prompt;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
}

.contact-info .head{
  color:#000;
}
.contact-address, .contact-email, .contact-phone {
  margin: 7px 0;
}
.order-track-hover.text-start p {
  font-family: Prompt;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
}
.wp-block-search__label {
  font-family: 'Plus Jakarta Sans';
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  margin-bottom: 0;

}
.wp-block-search__input{
  
    background: #F8F8F8;
    border: unset;
    width: 100%;
    padding: 14px;
    height: 48px !important;
    border-radius: 4px;
    border: unset !important;
}
button.wp-block-search__button.wp-element-button::after {
  content: "\f002";
  font-family: 'FontAwesome';
  color: #FFF;
  right: -10px;
  top: 0;
  position: absolute;
  font-size: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDB32F;
  max-width: fit-content;
  height: 65px;
  padding: 12px 44px;
  border-radius: 99px;
}
textarea#comment::placeholder {
  font-family: Prompt;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
}


span.post-title {
  font-size: 18px !important;
  color: #808080 !important;
  padding-left: 7px;
}
.nav-next span {
  color: #FDB32F;
  text-align: center;
  font-size: 22px;
  font-family: 'Plus Jakarta Sans';
  font-weight: 500;
  margin-bottom: 0;


}
div#single-testimonial {
  padding: 60px 0;
}
.test-info img {
  width: 72px;
  height: 72px;
  border-radius: 36px;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  max-width: fit-content;
  background: #FF7F0B;
  padding: 8px 29px;
}
span.post-title {
  font-size: 18px;
  color: #000000 !important;
  padding-left: 14px
}
.our-portfolio-box a:hover {
  color: #fff;
}
.nav-previous span {
  color: #ffffff !important;
  text-align: center;
  font-size: 22px;
  font-family: 'Jost';
  font-weight: 500;
  margin-bottom: 0;
}
.wp-block-search__button {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: unset !important;
  border: unset !important;
  font-size: 0 !important;
}
.single-page-content p {
  padding: 16px 0;
  font-family: 'Roboto';
  font-size: 19px;
  font-weight: 400;
  line-height: 30.13px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin-bottom: 0;
  transition: 0.8s ease-in-out;
}
.wp-block-search__inside-wrapper{
  position: relative;
}
.contac_form textarea, .contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color: transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #cccccc;
  background-color: transparent;
  width: 100%;
}
#sidebar {
  background: #0083FF;
  padding: 30px;
  height: fit-content;
  border-radius: 15px;
}
div#sidebar h2 {
  font-family: 'Prompt';
  font-size: 25px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  margin-bottom: 0;

}
div#sidebar ul li a {
  font-family: 'Prompt';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
.blog-box {
  position: relative;
}
.blog-box-content img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.singlepage-blog-title a {
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: right;
  color: #1A1819;
}
div#full-width-blog {
  padding: 60px 0;
}

.meta-blog-number h6 {
  font-family: Jost;
  font-size: 45px;
  font-weight: 700;
  line-height: 65.03px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: #000000;
  width: 113px;
  height: 113px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  border: 10px solid #FFFFFF;
  color: #FFFFFF;
  transform: translate(-52px, -74px);
}
.middle-align {
  padding: 60px 0;
}
.middle-align ul li a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center;
  color: #818181;
}
.c_content {
  color: #ffffff;
}
.contact-page-details .contact-address
{
  text-align: center;
  border: none;
  padding: 11px;
  height: 200px;
  background: #FCAC2F;
  border-radius: 15px;
  display: flex;
    align-items: center;
    justify-content: center;
}
aside#media_image-2 {
  padding-bottom: 60px;
  text-align: center;}

.footer1 .textwidget p {
  color: #000000CC;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 82%;

}
.contact-us-form input::placeholder {
   font-family: Prompt;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
}
.contact-us-form textarea::placeholder {
   font-family: Prompt;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
}
 .textwidget p {
  color: #000000CC;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.about_me ul li a {
  color: #231F20;
  font-family: Jost;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}



.footer1 .textwidget {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 18px;

}
.menu-footer-menus-container {
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 42px;
}
aside#media_image-2 img {
  width: auto;
}




.media-post-image img {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #0A2A2B;
}
.media.post-thumb {
  display: flex;
  align-items: center;
  justify-content: left;
}
#shop .yith-wcwl-add-button {
  display: none;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: .5;
  display: inline-block;
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #818181;
}
.woocommerce ul.products li.product .price ins {
  background: 0 0;
  font-weight: 700;
  display: inline-block;
  font-family: Lato;
  font-size: 18px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  color: #1A1819;
  text-decoration: none;
}
.contact-page-details .contact-email
{
  text-align: center;
  border: none;
  padding: 11px;
  height: 200px;
  background: #FCAC2F;
  border-radius: 15px;
  display: flex;
    align-items: center;
    justify-content: center;


}
.contact-page-details .contact-phone
{
  text-align: center;
  border: none;
  padding: 11px;
  height: 200px;
  background: #FCAC2F;
  border-radius: 15px;
  display: flex;
    align-items: center;
    justify-content: center;
}




.contact-box .wpcf7 input[type="text"]::placeholder, .contact-box .wpcf7 input[type="email"]::placeholder {
  font-family: Prompt;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
}




.contact-box {
  padding: 60px 0;
}
.contact-page-details .inner-cont i {
  font-size: 32px;
  color: #FFFFFF;
  padding: 14px 0;
}
.contac_form span.wpcf7-form-control-wrap input{
  margin: 0 12px 30px 0;
  border: 2px solid #cccccc;

}

.bradcrumbs a {
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FDB32F;
  padding: 12px;

}

.bradcrumbs {
  font-family: Plus Jakarta Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 10px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}


/* Single services page */
#singleService {
  padding: 60px 0;
}
#singleService .nav-item {
  width: 100%;
}

#singleService .nav-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDB32F;
  height: 65px;
  padding: 25px 0;
  border-radius: 99px;
  margin-bottom: 14px;
}
.service-single-body {
  font-family: Prompt;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}

#singleService .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: unset;
  background-color: black;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  height: 65px;
  padding: 25px 0;
  border-radius: 99px;
}
.single-srevice-title a {
  font-family: Prompt;
  font-size: 24px;
  font-weight: 700;
  line-height: 36.29px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
#singleService .service-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.service-paragraph {
  font-family: Prompt;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
  margin-bottom: 0;
}
.service-para {
  font-family: Prompt;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
  padding-top: 18px;
}
#singleService .service-image {
  margin: 18px 0;
}

#singleService .service-heading {
  font-family: Prompt;
  font-size: 20px;
  font-weight: 700;
  line-height: 35.29px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FDB32F;
  padding: 20px 0 0px;
}
#singleService img {
  width: 100%;
  height: 100%;
}

/* 404 page */
.error404 .page-content {
  padding: 100px 0;
}
.page-content h3 span {
  font-family: Prompt;
  font-size: 60px;
  font-weight: 700;
  line-height: 57.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.page-content h3 {
  text-align: center;
}
.text-404 {
  font-family: Prompt;
  font-size: 24px;
  font-weight: 400;
  line-height: 40.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #626B7D;
}
.read-moresec a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDB32F;
  max-width: fit-content;
  height: 65px;
  padding: 25px;
  border-radius: 99px;
  font-family: Prompt;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
}
.read-moresec {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Registration form */
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  /* margin-top: 52px; */
  background: #FDB32F;
  font-family: Prompt;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  margin-top: 20px;
  background: #FDB32F;
  padding: 19px 40px;
  border-radius: 100px;
  max-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}


.registration-form-page {
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce form {
  background: #0083FF;
  padding: 60px !important;
  width: 800px;
  border: unset !important;

}
.woocommerce {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  padding: 13px;
  border-radius: unset;
  border: 1px solid #222222;
  border: 1px solid #58585833;
  margin-top: 10px;
  background: #fff;
  border: unset;
  height: 65px;
  border-radius: 99px;
  padding: 18px;
}
.woocommerce form .form-row .required {
  color: #FDB32F !important;
}
.woocommerce-error {
  border-top-color: #FDB32F !important;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  list-style: none outside!important;
  padding-left: 0!important;
  margin-left: 0!important;
  font-family: 'Plus Jakarta Sans';
  color: #626B7D;
  font-size: 16px;
}
.registration-form-page .woocommerce-notices-wrapper{
  width: 100%;
}
.registration-form-page h2 {
  font-family: Prompt;
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
#sidebar [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  max-width: fit-content;
  height: 65px !important;
  padding: 25px;
  border-radius: 99px;
  border: unset;
  box-shadow: 0px 4px 64px 0px #00000012;
}

#testimonial .owl-nav button:hover {
  background: #FDB32F;
  transition: 0.8s ease-in-out;
}
#testimonial .owl-nav button:hover i {
  color: #000;
  transition: 0.8s ease-in-out;
}
.search-page-sec [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDB32F;
  max-width: fit-content;
  height: 65px !important;
  padding: 25px;
  border-radius: 99px;
  border: unset;
  box-shadow: 0px 4px 64px 0px #00000012;
}
.search [type=submit]{
  -webkit-appearance: button;
  border: 1px solid #626B7D80;
  max-width: fit-content;
  padding: 10px 30px;
  height: 65px;
  border-radius: 99px;
  cursor: pointer;
  background: unset;
  font-size: 16px;
  font-family: 'Plus Jakarta Sans';
  font-weight: 600;
}

/* faq page */
.faq-page {
  padding: 50px 0;
}
