@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext");

*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #212112;
  background-color: #fff;
  /* overflow-x: hidden; */
  transition: all 200ms linear;
}

a:before,
a:after,
a > span:before,
a > span:after {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
}
::selection {
  color: #fff;
  background-color: #0575e5;
}

::-moz-selection {
  color: #fff;
  background-color: #0575e5;
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 0px;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
  height: 60px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  padding: 0;
}

.navbar-brand img {
  height: 60px;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  color: #212121 !important;
  font-weight: 500;
  transition: all 200ms linear;
}

.nav-item:hover .nav-link {
  color: #0575e5 !important;
}

.nav-item.active .nav-link {
  color: #0575e5 !important;
  border-bottom: 2px solid;
}

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #0575e5;
  opacity: 0;
  transition: all 200ms linear;
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

.bg-light {
  background-color: #fff !important;
  transition: all 200ms linear;
}

.section {
  position: relative;
  width: 100%;
  display: block;
}

.full-height {
  height: 100vh;
}

.over-hide {
  overflow: hidden;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

h1 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
  color: #212112;
  text-align: center;
}

p {
  text-align: center;
  margin: 0;
  padding-top: 10px;
  opacity: 1;
  /* transform       : translate(0);
    transition      : all 300ms linear;
    transition-delay: 1700ms; */
}

body.hero-anime p {
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1700ms;
}

h1 span {
  display: inline-block;
  transition: all 300ms linear;
  opacity: 1;
  transform: translate(0);
}

body.hero-anime h1 span:nth-child(1) {
  opacity: 0;
  transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(2) {
  opacity: 0;
  transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(3) {
  opacity: 0;
  transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(4) {
  opacity: 0;
  transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(5) {
  opacity: 0;
  transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(6) {
  opacity: 0;
  transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(7) {
  opacity: 0;
  transform: translateY(-40px);
}

body.hero-anime h1 span:nth-child(8) {
  opacity: 0;
  transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(9) {
  opacity: 0;
  transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(10) {
  opacity: 0;
  transform: translateY(-20px);
}

h1 span:nth-child(1) {
  transition-delay: 1000ms;
}

h1 span:nth-child(2) {
  transition-delay: 700ms;
}

h1 span:nth-child(3) {
  transition-delay: 900ms;
}

h1 span:nth-child(4) {
  transition-delay: 800ms;
}

h1 span:nth-child(5) {
  transition-delay: 1000ms;
}

h1 span:nth-child(6) {
  transition-delay: 700ms;
}

h1 span:nth-child(7) {
  transition-delay: 900ms;
}

h1 span:nth-child(8) {
  transition-delay: 800ms;
}

h1 span:nth-child(9) {
  transition-delay: 600ms;
}

h1 span:nth-child(10) {
  transition-delay: 700ms;
}

body.hero-anime h1 span:nth-child(11) {
  opacity: 0;
  transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(12) {
  opacity: 0;
  transform: translateY(50px);
}

body.hero-anime h1 span:nth-child(13) {
  opacity: 0;
  transform: translateY(20px);
}

body.hero-anime h1 span:nth-child(14) {
  opacity: 0;
  transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(15) {
  opacity: 0;
  transform: translateY(50px);
}

h1 span:nth-child(11) {
  transition-delay: 1300ms;
}

h1 span:nth-child(12) {
  transition-delay: 1500ms;
}

h1 span:nth-child(13) {
  transition-delay: 1400ms;
}

h1 span:nth-child(14) {
  transition-delay: 1200ms;
}

h1 span:nth-child(15) {
  transition-delay: 1450ms;
}

#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #0575e5;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
  transition: all 300ms linear;
  transition-delay: 1900ms;
}

body.hero-anime #switch {
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1900ms;
}

#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}

.switched {
  border-color: #000 !important;
  background: #0575e5 !important;
}

.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #fff;
}

/* .nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}

.nav-item.showdrop .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #0575e5;
  background-color: transparent;
} */

body.dark {
  color: #fff;
  background-color: #1f2029;
}

body.dark h1 {
  color: #fff;
}

body.dark h1 span {
  transition-delay: 0ms !important;
}

body.dark p {
  color: #fff;
  transition-delay: 0ms !important;
}

body.dark .bg-light {
  background-color: #14151a !important;
}

body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

body.dark .nav-link {
  color: #fff !important;
}

body.dark .nav-item.active .nav-link {
  color: #0575e5 !important;
}

body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

body.dark .dropdown-item {
  color: #fff;
}

body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
  background-color: #fff;
}

body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}


@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  .nav-item:after {
    display: none;
  }

  /* .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  } */

  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
  }

  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }

  body.dark .nav-item::before {
    background-color: #fff;
  }

  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }

  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}

.link-to-portfolio {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 200;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 3px;
  background-position: center center;
  background-size: cover;
  background-image: url("https://ivang-design.com/ig-logo.jpg");
  box-shadow: 0 0 0 2px rgba(12, 12, 12, 0.1);
  transition: opacity 0.2s, border-radius 0.2s, box-shadow 0.2s;
  transition-timing-function: ease-out;
}

.link-to-portfolio:hover {
  opacity: 0.8;
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(12, 12, 12, 0.1);
}

.contact-btn-info {
  background-color: #0575e5;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
  font-weight: 500;
}

.contact-btn-info:hover {
  color: #fff;
  text-decoration: none;
}

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

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

.section1 {
  height: 900px;
}

.section1 .left-img {
  position: absolute;
  left: 0;
  padding: 0;
  top: 100px;
}

.section1 .right-img {
  position: absolute;
  right: 0;
  top: 250px;
}

.h-900 {
  height: 800px;
  width: 910px;
}

.section1 .home-banner-info {
  position: relative;
  top: -650px;
  padding: 0 50px 0 200px;
  text-align: left;
  color: #fff;
}

.section1 .home-banner-info h1 {
  color: #fff;
  text-align: left;
  font-size: 46px;
  line-height: 66px;
  font-weight: 500;
}

.section1 .home-banner-info p {
  text-align: left;
  font-size: 26px;
  line-height: 40px;
  padding: 50px 0;
}

.section1 .home-btn-info {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 20px;
}

.section1 .home-btn-info:hover {
  text-decoration: none;
  background-color: #0575e5;
  color: #fff;
}

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

h2.title {
  color: #444;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.line-height-35 {
  line-height: 35px;
}

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

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

.w-100 {
  width: 100px !important;
  height: 100px;
}

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

.color-theme {
  color: #444;
}

.font-size-22 {
  font-size: 22px;
}

.bg-blue-info {
  background-color: #0575e5;
  height: 800px;
  padding: 50px;
}

.section4 h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
}

.color-white {
  color: #fff !important;
}

.pricing-active {
  background-color: #0575e5;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.second-sec,
.third-sec,
.four-sec,
.five-sec {
  border: 2px solid #eaeaea;
  border-radius: 10px;
}

.font-weight-600 {
  font-weight: 600;
}

.sign-in-active {
  background-color: #fff;
  color: #0575e5;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px;
  margin-top: 10px;
}

.sign-in-deactive {
  background-color: #daeafb;
  color: #0575e5;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px;
  margin-top: 10px;
}

.pricing-deactive {
  background-color: #fff;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricing-list-info {
  padding: 20px 40px;
}

.h-180 {
  height: 180px;
}

.color-blue-theme {
  color: #0575e5;
}

.section6 {
  height: 800px;
}

.blud-dot-img-info {
  position: absolute;
  left: 0;
  padding: 0;
}

.pos-relative {
  position: relative;
}

.section6 .right-side-info {
  position: absolute;
  right: 0;
  padding-right: 300px;
  padding-left: 90px;
  top: 200px;
}

.section6 .left-text-info {
  position: absolute;
  top: 200px;
  padding: 0 100px 0 400px;
}

.section6 .left-text-info h2.color-white {
  color: #fff;
  text-align: left;
}

.get-api-key a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  padding: 10px 40px;
}

.get-api-key a:hover {
  text-decoration: none;
}

.blud-dot-img-info img {
  height: 600px;
  width: 900px;
}

.contact-info-form {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15) !important;
}

.submit-btn {
  background-color: #0575e5;
  color: #fff;
  text-decoration: none;
  padding: 12px 40px;
  border-radius: 5px;
  font-weight: 500;
}

.submit-btn:hover {
  color: #fff;
  text-decoration: none;
}

.bgcolor-blue {
  background-color: #0575e5;
}

.footer-info {
  background-color: #0575e5;
  /* margin-right           : 80px;
	border-top-right-radius   : 200px; */
  padding-bottom: 40px;
  position: relative;
}
.fixed-bottom-quote {
  position: fixed;
  display: none;
  background-color: #0575e5;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
.fixed-bottom-quote a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 17px;
  z-index: 10;
}
.footer-info h2 {
  color: #fff;
  text-align: left;
}

.get-started-btn {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  padding: 12px 40px;
  border-radius: 5px;
  font-weight: 500;
  border: 1px solid #fff;
}

.get-started-btn:hover {
  text-decoration: none;
  color: #fff;
}

.footer-desc h4 {
  margin-top: 9%;
  font-size: 20px;
  color: #fff;
  line-height: 27px;
}

.footer-desc p {
  text-align: left;
  color: #fff;
  font-size: 16px;
}

.footer-desc p a {
  color: #fff;
  position: relative;
  cursor: pointer;
  padding: 5px;
}

.footer-desc p a:hover {
  background-color: #fff;
  color: #0575e5;
}

.topborder {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.topborder p {
  margin-top: 10px;
  text-align: left;
  color: #fff;
}

.bottomborder {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.social-footer a {
  font-size: 18px;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  margin: 10px 9px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(158, 153, 153, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.social-footer a i {
  line-height: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(148, 143, 143, 0.3) 0px 30px 60px -30px,
    rgba(101, 121, 139, 0.35) 0px -2px 6px 0px inset;
  display: inline-block;
  padding: 8px;
  border-radius: 8px;
}

/*about-us css start*/

.sec1-about {
  height: 800px;
}

.sec1-about .bg-blue-info {
  background-color: #0575e5;
  padding: 150px 50px 150px 380px;
  position: absolute;
  left: 0;
  height: 800px;
}

.sec1-about .right-info {
  position: absolute;
  right: 0;
  margin: 0 auto;
  top: 300px;
}

.sec1-about h1 {
  color: #fff;
  text-align: left;
  font-size: 54px;
  line-height: 66px;
  font-weight: 500;
}

.sec1-about p {
  text-align: justify;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
}

.sec1-about .about-btn-info {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 20px;
}

.sec1-about .about-btn-info:hover {
  text-decoration: none;
  background-color: #0575e5;
  color: #fff;
}

.sec4-about .box-info {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15) !important;
}

.sec4-about .number-info {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.sec4-about .about-text-info {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.blue-link {
  color: #0575e5 !important;
}
.link-blue {
  color: #000;
}
.link-blue:hover {
  color: #0575e5;
}
/*about-us css end*/

/*contact-us css start*/

ul li {
  list-style: none;
}

.sec1-contact {
  height: 700px;
}

.sec1-contact .bg-blue-info {
  background-color: #0575e5;
  padding: 150px 50px 150px 380px;
  position: absolute;
  left: 0;
  height: 700px;
}

.sec1-contact .right-info {
  position: absolute;
  right: 0;
  margin: 0 auto;
  top: 150px;
}

.sec1-contact h1 {
  color: #fff;
  text-align: left;
  font-size: 54px;
  line-height: 66px;
  font-weight: 500;
}

.sec1-contact p {
  text-align: justify;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
}

.socila-links ul li a {
  margin-right: 20px;
}

.contactt-us h3 {
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 47px;
  color: #ffffff;
  font-weight: 500;
}

.contactt-us p {
  font-size: 16px;
  line-height: 31px;
  color: #ffffff;
  text-align: left;
}

.call {
  font-size: 30px;
  color: #fff;
  line-height: 70px;
}

.contactt-us .contact-small-text {
  font-size: 16px !important;
  padding-bottom: 0px !important;
}

.contactt-us .contact-big-text {
  padding-top: 0px;
  font-size: 16px !important;
  color: #fff !important;
}

.color {
  background-color: #02386d94;
  padding: 5px;
  border-radius: 10px;
  margin: 15px 0px;
}

.mt-100 {
  margin-top: 100px;
}

/* form */
.side_contactbox {
  padding: 60px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  top: -130px;
}

.form-title h4 {
  font-size: 32px;
}

.form-title p {
  font-size: 16px;
  text-align: left;
  padding-top: 0px;
}
#message {
  resize: none;
}

#Requirement,
#message,
#number,
#email,
#uname {
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-bottom-color: #999 !important;
  border-bottom-width: 1px;
  outline: none;
  box-shadow: none;
  margin-top: 20px;
  width: 100% !important;
}

textarea::placeholder,
input::placeholder {
  color: #000;
  padding: 4px;
}

/* form closed */

/*contact-us css end*/

/*Faq css start*/

.sec1-faq {
  height: 700px;
}

.sec1-faq .bg-blue-info {
  background-color: #0575e5;
  padding: 82px 50px 150px 380px;
  position: absolute;
  left: 0;
  height: 700px;
}

.sec1-faq .right-info {
  position: absolute;
  right: 0;
  margin: 0 auto;
  top: 150px;
}

.sec1-faq h1 {
  color: #fff;
  text-align: left;
  font-size: 54px;
  line-height: 66px;
  font-weight: 500;
}

.sec1-faq p {
  text-align: justify;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
}

.sec1-faq .faq-btn-info {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 20px;
}

.sec1-faq .faq-btn-info:hover {
  text-decoration: none;
  background-color: #0575e5;
  color: #fff;
}

.sec2-faq .panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}

.sec2-faq .panel-title > a.collapsed:before {
  float: right !important;
  content: "\f067";
}

.sec2-faq .panel-title > a:hover,
.sec2-faq .panel-title > a:active,
.sec2-faq .panel-title > a:focus {
  text-decoration: none;
}

.sec2-faq .panel-title > a {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.sec2-faq .panel.panel-default {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 40px;
}

/*Faq css end*/

/*blog page css start*/
.b-content {
  display: flex;
  justify-content: space-between;
}

.blog-bg-info {
  /*background-color:#0575E5;*/
  padding: 50px;
  height: 500px;
  margin-top: 90px;
}
.blog-bg {
  background-image: url(../images/Blog/reviewgators-blogs-bg-Image.png);
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 400px;
}
.blog-bg-main-title h1 {
  font-size: 40px;
  text-align: left;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
}
.blog-children {
  padding: 20px;
  margin-bottom: 20px;
  /* overflow: hidden; */
  transition: 0.5s;
  border: 1px solid #0575e5;
}
.blog-children:hover {
  /* box-shadow: #0575e5 0px 5px 15px; */
  box-shadow: rgba(0, 0, 0, 0.479) 0px 5px 15px;
}

.h_button {
  margin: 20px auto;
  border: none;
  padding: 7px 20px;
  font-size: 18px;
  position: relative;
}
.h_button::before {
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: "";
  width: 50%;
  height: 100%;
  /* background: #000; */
  position: absolute;
  top: 0;
  left: 0;
}
.h_button:hover::before {
  width: 100%;
}
.h_button.rounds .text-green {
  color: #000;
}
.h_button.rounds::before {
  width: 2%;
  background: #0575e5;
  z-index: -1;
}
.h_button.rounds:hover::before {
  background: #0575e5;
  width: 100%;
  z-index: -1;
}
.h_button.rounds:hover .text-green {
  color: #fff !important;
  transition: all 0.85s;
}
.font-19 {
  font-size: 19px;
  font-weight: 500;
  padding-top: 20px;
}

.font-20 {
  font-size: 20px;
  font-weight: 500;
  padding-top: 20px;
}

.font-22 {
  font-size: 22px;
  font-weight: 500;
  padding-top: 20px;
}

.date {
  margin-top: 15px;
  /* font-size: 14px !important; */
  text-align: center;
}
.common-field {
  padding: 5px;
  border: 1px solid #0575e5;
}

.search-box {
  width: fit-content;
  height: fit-content;
  position: relative;
}
.input-search {
  height: 50px;
  width: 50px;
  border-style: none;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  border-radius: 25px;
  transition: all 0.5s ease-in-out;
  background-color: #0575e5;
  padding-right: 40px;
  color: #000;
}
.input-search::placeholder {
  color: #000;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
  z-index: 0;
}
.btn-search {
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none !important;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color: #fff;
  background-color: #0575e5;
  pointer-events: painted;
}
.btn-search:focus ~ .input-search {
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid #0575e5;
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}
.input-search:focus {
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid #0575e5;
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

.blog-ig {
  position: relative;
  overflow: hidden;
  flex-basis: 40%;
}
.b-desce {
  flex-basis: 60%;
  padding: 15px;
}
.b-desce p {
  text-align: left;
  margin-bottom: 20px;
}
.grayscale-effect img {
  filter: grayscale(100%);
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.grayscale-effect:hover img {
  filter: grayscale(0%);
}
.blog-date {
  position: absolute;
  left: 15px;
  bottom: 15px;
  text-align: center;
  padding: 6px 20px;
  background: #0575e5;
  color: #fff;
  z-index: 99;
  font-weight: 500;
  border-radius: 3px;
}

.blog-small-title {
  margin-bottom: 10px;
}
.read-more {
  position: relative;
  color: #0575e5;
}
.blog-small-desc {
  font-size: 22px;
  line-height: 28px;
  text-transform: capitalize !important;
}
.blog-author {
  margin-bottom: 15px;
}
.blog-author span {
  font-size: 15px;
}
.blog-small-title p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 26px;
}

.read-more:hover i {
  margin-left: 8px;
  transition: all 0.3s ease 0s;
}
.recent-post-bar {
  margin-bottom: 30px;
  position: sticky;
  top: 120px;
  /* box-shadow: #0575e5 0px 5px 15px; */
}

.list-show {
  background-color: #0575e5;
  color: #0575e5 !important;
}
.list-show > a {
  color: #fff !important;
}
.blog-ul-list .post-link li a:hover {
  color: #0575e5;
}

.post-title {
  position: relative;
  margin-bottom: 40px;
}
.post-title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  top: 40px;
  left: 0px;
  background-color: #0575e5;
}
.blog-ul-list ul li:first-child {
  border-top: none;
}
.blog-ul-list ul li {
  text-align: left;
  padding: 10px 0px;
  border-top: 1px solid #6a78863b;
  font-size: 15px;
}
.blog-ul-list ul li a {
  color: #000;
}
/* .blog-ul-list ul li a:hover {
  color: #0575e5;
}
.blog-ul-list ul li:hover {
  color: #0575e5;
  transition: all 0.3s ease;
  cursor: pointer;
} */
.blog-ul-list ul {
  padding-left: 0px;
}
/* .blog-children:first-child {
  border-top: none;
} */

.blog-children {
  padding-top: 30px;
}

.inner-bg {
  background-image: url(../images/single-post.jpg);
}
.Amazon-bg {
  background-image: url(../images/Blog/September/Scrape-Amazon-Reviews-with-Scrapy-Using-Python/amazon-bg-images.png);
  background-size: auto;
  width: 100%;
  height: 400px;
}
.webscraping-bg {
  background-image: url(../images/Blog/September/using-an-api-for-web-scraping/blog-banner.jpg);
  background-size: auto;
  width: 100%;
  /* height: 400px; */
}
.Tripadvisor-bg {
  background-image: url(../images/BG-Image.jpg);
  background-size: auto;
  width: 100%;
  height: 420px;
}
.ecommerce-bg {
  background-image: url(../images/Blog/October/scrape-product-reviews-from-ecommerce-sites/ecommerce.jpg);
  background-size: auto;
  width: 100%;
  height: 400px;
}
.foood-bg {
  background-image: url(../images/Blog/2022/january/how-web-scraping-is-used-to-find-the-reviews-for-best-burgers-in-toronto/food.jpg);
  background-size: auto;
  width: 100%;
  height: 400px;
}

.blog-inner-bg h1 {
  text-align: left;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}
.blog-inner-bg p {
  text-align: left;
  color: #fff;
  font-size: 18px;
}
.blog-img-space {
  margin: 15px 0px;
}
.blog-page h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  margin-top: 25px;
  margin-bottom: 5px;
}
.blog-page p {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 5px;
  word-wrap: break-word;
  text-align: left !important;
}

.zoomhover {
  overflow: hidden !important;
}
.zoomhover img {
  transition: transform 0.5s ease;
}
.zoomhover:hover img {
  transform: scale(1.2);
}

.quote-img {
  margin: 20px;
  padding: 45px 60px 35px 60px;
  background-image: url(../images/quote-left.png);
  background-repeat: no-repeat;
  background-position: left 20px top 20px;
  background-size: 55px;

  font-style: italic;
}
.quote-img p {
  font-size: 18px;
  line-height: 30px;
}
.semi-bold {
  font-weight: 600;
  font-size: 20px;
  margin: 26px 0px;
}
.styling-list {
  margin-left: 0px;
}
.styling-list li {
  position: relative;
  padding-left: 22px;
  line-height: 34px;
  border: none;
}
.styling-list li::before {
  position: absolute;
  content: "\2192";
  left: 0;
  top: 0;
  display: block;
  z-index: 99;
}

ol li {
  line-height: 34px;
}

.sec1-blog p {
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.sec1-blog .has-search .form-control {
  padding-left: 2.375rem;
}

.sec1-blog .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

a:hover {
  text-decoration: none;
}

a.color-theme:hover {
  color: #444;
}

.sec1-blog .form-control {
  height: 50px;
  border-radius: 10px;
}

.blog-info-list {
  background-color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15) !important;
  border-radius: 5px;
}

.effect5 {
  display: inline-block;
  overflow: hidden;
}
.effect5:before,
.effect5:after {
  right: 0;
  bottom: 0;
  background: #e60023;
}
.effect5:before {
  width: 100%;
  height: 2px;
  transform: translateX(-100%);
}
.effect5:after {
  width: 2px;
  height: 100%;
  transform: translateY(100%);
}
.effect5 > span {
  display: block;
  padding: 10px;
}
.effect5 > span:before,
.effect5 > span:after {
  left: 0;
  top: 0;
  background: #e60023;
}
.effect5 > span:before {
  width: 100%;
  height: 2px;
  transform: translateX(100%);
}
.effect5 > span:after {
  width: 2px;
  height: 100%;
  transform: translateY(-100%);
}
.effect5:hover:before,
.effect5:hover:after,
.effect5:hover > span:before,
.effect5:hover > span:after {
  transform: translate(0, 0);
}

/*blog page css end*/

.light-theme a,
.light-theme span {
  width: 40px;
  height: 40px;
  font-size: 19px;
  line-height: 40px;
  border-radius: 50%;
}

.light-theme .current {
  background-color: #0575e5 !important;
}

/*Industries css start*/

.sec1-Industries {
  height: 700px;
}

.sec1-Industries .bg-blue-info {
  background-color: #0575e5;
  padding: 150px 50px 150px 380px;
  position: absolute;
  left: 0;
  height: 700px;
}

.sec1-Industries .right-info {
  position: absolute;
  right: 0;
  margin: 0 auto;
  top: 150px;
}

.sec1-Industries h1 {
  color: #fff;
  text-align: left;
  font-size: 54px;
  line-height: 66px;
  font-weight: 500;
}

.sec1-Industries p {
  text-align: justify;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
}

.sec1-Industries .Industries-btn-info {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 20px;
}

.sec1-Industries .Industries-btn-info:hover {
  text-decoration: none;
  background-color: #0575e5;
  color: #fff;
}

.sec2-Industries .Industries-info-list {
  background-color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15) !important;
  border-radius: 10px;
  text-align: center;
  height: 480px;
}

/*Industries css end*/

/*Industries other pages css start*/

.sec1-indus-airbnb {
  /*background-color:#0575E5;*/
  padding: 50px;
  height: auto;
  /*height  :600px;*/
  margin-top: 90px;
}

.sec1-indus-airbnb h1 {
  color: #fff;
  text-align: center;
  font-size: 54px;
  line-height: 66px;
  font-weight: 500;
}

.sec1-indus-airbnb p {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
}

.airbnb-indus-info {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 40px 20px;
  height: 300px;
}

.sec3-indus-airbnb .bg-blue-info {
  background-color: #0575e5;
  height: 950px;
  padding: 50px;
}

.sec1-Affiliate {
  height: 700px;
}

.sec1-Affiliate .bg-blue-info {
  background-color: #0575e5;
  padding: 150px 50px 150px 380px;
  position: absolute;
  left: 0;
  height: 700px;
}

.sec1-Affiliate .right-info {
  position: absolute;
  right: 50px;
  margin: 0 auto;
  top: 150px;
}

.sec1-Affiliate h1 {
  color: #fff;
  text-align: left;
  font-size: 54px;
  line-height: 66px;
  font-weight: 500;
}

.sec1-Affiliate p {
  text-align: justify;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
}

.sec1-Affiliate .Affiliate-btn-info {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 20px;
}

.sec1-Affiliate .Affiliate-btn-info:hover {
  text-decoration: none;
  background-color: #0575e5;
  color: #fff;
}

.sec2-Affiliate .Affiliate-indus-info {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 40px 20px;
  height: 350px;
}

.sec1-Research {
  height: 700px;
}

.sec1-Research .bg-blue-info {
  background-color: #0575e5;
  padding: 150px 50px 150px 380px;
  position: absolute;
  left: 0;
  height: 700px;
}

.sec1-Research .right-info {
  position: absolute;
  right: 50px;
  margin: 0 auto;
  top: 150px;
}

.sec1-Research h1 {
  color: #fff;
  text-align: left;
  font-size: 54px;
  line-height: 66px;
  font-weight: 500;
}

.sec1-Research p {
  text-align: justify;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
}

.sec1-Research .Research-btn-info {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 20px;
}

.sec1-Research .Research-btn-info:hover {
  text-decoration: none;
  background-color: #0575e5;
  color: #fff;
}

.sec2-Research .research-info-list {
  background-color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15) !important;
  border-radius: 10px;
  text-align: center;
  height: 440px;
  border: 1px solid #d0d0d0;
}

.sec2-Research .research-info-list img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sec1-supervisor {
  height: 700px;
}

.sec1-supervisor .bg-blue-info {
  background-color: #0575e5;
  padding: 150px 50px 150px 380px;
  position: absolute;
  left: 0;
  height: 700px;
}

.sec1-supervisor .right-info {
  position: absolute;
  right: 50px;
  margin: 0 auto;
  top: 150px;
}

.sec1-supervisor h1 {
  color: #fff;
  text-align: left;
  font-size: 54px;
  line-height: 66px;
  font-weight: 500;
}

.sec1-supervisor p {
  text-align: justify;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
}

.supervisor-learn-more {
  color: #0575e5;
  border: 1px solid #0575e5;
  border-radius: 5px;
  padding: 10px 40px;
  font-weight: 500;
}

.sec1-platforms {
  height: 700px;
}

.sec1-platforms .bg-blue-info {
  background-color: #0575e5;
  padding: 150px 50px 150px 380px;
  position: absolute;
  left: 0;
  height: 700px;
}

.sec1-platforms .right-info {
  position: absolute;
  right: 0;
  margin: 0 auto;
  top: 150px;
}

.sec1-platforms h1 {
  color: #fff;
  text-align: left;
  font-size: 54px;
  line-height: 66px;
  font-weight: 500;
}

.sec1-platforms p {
  text-align: justify;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
}

.sec1-platforms .platforms-btn-info {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 20px;
}

.sec1-platforms .platforms-btn-info:hover {
  text-decoration: none;
  background-color: #0575e5;
  color: #fff;
}

.sec2-platforms .platforms-info-list {
  background-color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.15) !important;
  border-radius: 10px;
  text-align: center;
  height: 450px;
  border: 1px solid #d0d0d0;
}

.carousel-inner .carousel-item img {
  width: 1000px !important;
}

.carousel-indicators-info {
  text-align: left;
}

.carousel-indicators-info a {
  background-color: #0575e5;
  padding: 10px;
}

.carousel-indicators-info a.next {
  position: relative;
  top: -85px;
  left: -74px;
  padding: 12px;
}

.carousel-indicators-info a.next i {
  font-size: 20px;
}

.carousel-indicators-info a i {
  color: #fff;
}

.carousel-indicators-info a.prev {
  position: relative;
  top: -35px;
  left: -16px;
  padding: 10px;
}

.carousel-indicators-info a.prev i {
  font-size: 20px;
}

.carousel-indicators {
  display: none;
}

/*Industries other pages css end*/

.color-black {
  color: #000 !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.margin-top-ext-100 {
  margin-top: -100px !important;
}

.bg-navy {
  background-color: #21325b !important;
}

.space-2,
.space-bottom-2 {
  padding-bottom: 4rem !important;
}

.space-2,
.space-top-2 {
  padding-top: 4rem !important;
}

.w-lg-75 {
  width: 75% !important;
}

/* @media (min-width: 992px) {
	.w-lg-75 {
		width: 75% !important;
	}
}

@media (min-width: 992px) {
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
}

.position-relative {
	position: relative !important;
}

@media (min-width: 992px) {
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
}
 */

.bg-navy {
  background-color: #21325b !important;
}

.font-size-1 {
  font-size: 0.875rem;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}

.p-6 {
  padding: 2.5rem !important;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.font-weight-normal {
  font-weight: 400 !important;
}

.h4 {
  font-size: 1.125rem;
}

.img-wh-128 {
  height: 128px;
  width: 128px;
}

/* additional css */
.text-align {
  text-align: center !important;
}
.bg-color-code {
  background-color: aliceblue;
  color: #000;
  padding: 15px;
  line-height: 1.6;
  margin: 20px 0;
}
.bg-color-code pre {
  color: #000;
  margin-bottom: 0px;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

.h-100 {
  height: 100vh !important;
}

.review-sec h2 {
  padding: 0 11%;
  line-height: 1.4;
}

.review-sec p {
  font-size: 16px;
}

.service-col {
  margin-bottom: 60px;
}

.service-col h4 {
  margin-left: 140px;
  font-size: 20px;
  font-weight: 600;
}

.service-col .hr-line {
  position: relative;
}

.service-col .hr-line::before {
  position: absolute;
  content: "";
  width: 135px;
  height: 2px;
  background-color: #0575e5;
  top: 12px;
  left: -142px;
}

.service-col p {
  text-align: left;
  font-size: 16px;
  word-wrap: break-word;
}

.service-bt a {
  display: inline-block;
  font-size: 18px;
  border: 2px solid #0575e5;
  padding: 12px 20px;
  border-radius: 5px;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
}

.service-bt1 a {
  display: inline-block;
    font-size: 18px;
    border: 2px solid #0575e5;
    padding: 8px 17px;
    border-radius: 5px;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
}

.service-bt1 a:hover {
  background-color: #0575e5;
  color: #fff !important;
}

.service-bt a:hover {
  background-color: #0575e5;
  color: #fff !important;
}
.hoverover a {
  background-color: transparent;
  color: #0575e5 !important;
  border: 1px solid #0575e5;
}
.hoverover a:hover {
  cursor: pointer;
  background-color: #0575e5;
  color: #fff !important;
  border: 1px solid #0575e5;
  transition: 0.5s all ease-in;
}
.main-service .mini-icons-shadow {
  text-align: center;
  width: 120px !important;
  height: 120px !important;
  border-radius: 5px;
  filter: drop-shadow(0 0 4px rgba(5, 117, 229, 0.15));
  background-color: #ffff;
  margin-bottom: 14px;
}
.main-service .mini-icons-shadow img {
  width: 100px !important;
  margin-top: 10px;
}

.mll-0 p {
  line-height: 1.8;
}

.icon-size {
  text-align: center;
  width: 130px;
  height: 146px;
  border-radius: 5px;
  filter: drop-shadow(0 0 4px rgba(5, 117, 229, 0.15));
  background-color: #ffffff;
  margin: 15px 10px !important;
}

.icon-size:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 15px 4px rgba(5, 117, 229, 0.15));
  transition: all 0.5s ease-in-out;
}

.icon-size img {
  width: 70px;
}

.icon-size p {
  text-transform: capitalize;
}

.b-img img {
  max-width: 100%;
  width: 600px;
  height: 302px;
  border-radius: 5px;
}

.h-client {
  background-color: #0575e5;
  padding: 51px 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  color: #fff;
  border-radius: 5px;
}

.experience {
  background-color: #0575e5;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 51px 10px;
  width: 220px;
  height: 187px;
}

.customer {
  border-radius: 5px;
  color: #fff;
  background-color: #0575e5;
  text-align: center;
  padding: 93px 20px;
  width: 255px;
}

.new-proj h2 {
  margin-bottom: 50px;
  line-height: 1.3;
}

.proj-desc {
  margin-top: 100px;
}

.proj-desc h2 {
  margin-bottom: 20px;
}

.reviews {
  border-radius: 5px;
  padding: 30px 20px;
  text-align: left !important;
  height: 290px;
}
.shadow-blue {
  border-radius: 5px;
  padding: 30px 20px;
  text-align: left !important;
  background-color: #fff;
  filter: drop-shadow(0 0 3.5px rgba(14, 54, 87, 0.356));
  height: 100%;
}
.api-box h3,
.border-style h3,
.shadow-blue h3,
.reviews h3 {
  font-size: 20px;
  margin-bottom: 0px !important;
}
.api-box{
  height: 100%;
}

.api-box p{
  height: 45%;
}
.api-box h3{
  margin-top: 20px;
}

.api-box p,
.border-style p,
.shadow-blue p,
.reviews p {
  text-align: left;
}

.right-hover{
  transition: all .4s ease-in-out;
}

.span-line{
  width: 15%;
  height: 3px;
  text-align: center;
  background-color: #0575e5;
  display: inline-block;
}

.right-hover:hover i{
  margin-left: 10px;
  transition: all .2s ease-in-out;

}

.border-style {
  padding: 40px 15px;
  /* margin-top: 30px; */
  border-top: 1px solid #0575e5;
}

.border-style h3 {
  margin-bottom: 15px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.flex-box {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.flex-box .shadow-blue {
  flex-basis: 50%;
  filter: none;
  height: 100%;
}

.flex-box .shadow-blue img {
  display: flex;
  justify-content: end;
}

.reviews:hover {
  filter: drop-shadow(0 0 14.5px rgba(0, 0, 0, 0.08));
  background-color: #ffffff;
}

/* Slider Section */
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Slider Section closed */
/* hover */

.img-pos {
  position: relative;
  cursor: pointer;
}

.showig {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.img-pos:hover .showig {
  display: inline !important;
}

.round-border {
  border-radius: 8px;
  background-color: #0575e5;
  position: relative;
}

.round-border::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 550px;
  border: 2px solid #0575e5;
  border-radius: 8px;
  top: -35px;
  right: -50px;
  z-index: -1;
}

/* closed */

/* Customer Slider */

.potrait-box {
  position: relative;
  width: 200px;
  height: 355px;
  top: 26px;
  border: 3px solid #0575e5;
  border-radius: 15px;
  left: 107px;
}

.client-comments {
  background-color: #fff;
  height: 280px;
  position: relative;
  top: 0px;
  left: 3px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px;
  border-radius: 15px;
  margin-left: 10px;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
}

.client-comments p {
  line-height: 30px;
  font-size: 16px;
}

.client-name {
  margin-top: 4px;
}

.client-name h4 {
  text-align: left;
  font-size: 20px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.client-name p {
  font-size: 16px;
  text-align: left;
  padding-top: 0px;
}

.width-height {
  position: relative;
  left: 0px;
  top: 78px;
}

.transparent {
  background-color: transparent !important;
}

.swiper-button-next {
  right: 60px;
}

.swiper-button-next::after {
  position: absolute;
  font-size: 20px;
  background-color: #0575e5;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  top: 75px;
  text-align: center;
  line-height: 40px;
}

.swiper-button-prev::after {
  position: absolute;
  right: -450px;
  top: 75px;
  font-size: 20px;
  background-color: #0575e5;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

.extraslide {
  position: relative;
  left: 50px;
  overflow: hidden;
}

.opacity {
  z-index: -1;
  position: relative;
  background-color: #0575e5;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.c-comment h3 {
  font-size: 32px;
}

.half-width img {
  width: 75%;
}

.extraslide .bg-none .swiper-slide {
  background: none !important;
}
.extraslide .bg-none .swiper-slide .half-width img {
  z-index: 1;
}

.fixheight {
  height: 650px;
  overflow: hidden;
}

.boxheight {
  height: 445px;
  position: relative;
  left: 71px;
  top: -13px;
  overflow: hidden;
}

/* Customer Slider Closed */

/* mobile Swiper */
.mobileshow {
  display: none;
}

.mob-client-desc {
  text-align: left;
  padding: 10px;
}

.mob-client-desc h4 {
  margin-bottom: 0px;
}

.mob-client-desc p {
  text-align: left;
  margin-bottom: 15px;
  font-size: 16px;
}

/* Closed */

/* Service Page */
.main-service {
  margin-left: 390px;
  margin-top: 72px;
}
.main-service h3, .main-service h1 {
  font-size: 40px;
  line-height: 1.3;
  text-align: left;
}



.main-service p {
  text-align: left;
  margin-bottom: 35px;
  font-size: 18px;
}

.main-reviews {
  padding: 18px;
  background-color: #fff;
  box-shadow: rgba(92, 90, 90, 0.24) 0px 3px 8px;
  width: 280px;
  text-align: left;
  /* margin-bottom: 20px; */
  margin-right: 20px;
}
.main-reviews img {
  width: 15%;
  height: auto;
}
figure {
  margin-bottom: 0px;
}
figcaption {
  margin-top: 5px;
  font-size: 16px;
}
.main-reviews .round-ig img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.rating-color i {
  color: orange;
  font-size: 15px;
}

.main-reviews p {
  text-align: left;
  font-size: 15px;
  width: 100%;
  display: -webkit-box;
  line-height: 1.5;
  color: #2f2c2c;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* .main-reviews p:hover{
	cursor: pointer;
	overflow: visible;
	transition: all 0.5s ease-in-out;
	display: block;
} */
.main-reviews-height {
  height: 343px !important;
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}
.main-reviews-height::before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 70px;
  width: 80%;
  height: 200px;
  background: -webkit-gradient(
    linear,
    0 0,
    0 50%,
    from(rgba(255, 255, 255, 0.514)),
    to(rgba(255, 255, 255, 0))
  );
}
.main-reviews-height::after {
  content: "";
  position: absolute;
  z-index: 99999;
  bottom: 0;
  right: 0;
  left: 70px;
  width: 80%;
  height: 200px;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.418) 100%,
    #fff 90%,
    #fff 50%
  );
}

.power-box {
  padding: 25px;
  background-color: #0575e5;
  color: #fff;
  border-radius: 13px;
  box-shadow: rgb(0 0 0 / 15%) 0px 54px 55px, rgb(0 0 0 / 10%) 0px -12px 30px,
    rgb(0 0 0 / 8%) 0px 4px 6px, rgb(0 0 0 / 12%) 0px 12px 13px,
    rgb(0 0 0 / 8%) 0px -3px 5px;
}

/* swiper changes */

.vSwiper > .swiper-wrapper {
  transform: none !important;
  animation: moveSlideshow 5000ms linear infinite;
}
@keyframes moveSlideshow {
  100% {
    transform: translateY(-200%);
  }
}

/* swiper changes done */

.power-box p {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 500;
}

.light-gray {
  background-color: rgba(121, 238, 238, 0.089);
}

.shadow_effect {
  box-shadow: 1px 1px 18px 0px rgba(185, 182, 182, 0.616);
  -webkit-box-shadow: 1px 1px 18px 0px rgba(185, 182, 182, 0.616);
  -moz-box-shadow: 1px 1px 18px 0px rgba(185, 182, 182, 0.616);
  padding: 70px 20px;
  border-radius: 10px;
  margin: 40px 0px;
}

.side_content_sec {
  text-align: left;
  padding: 20px;
}

.side_content_sec h4 {
  font-size: 32px;
  margin-bottom: 30px;
}

.side_content_sec p {
  margin: 10px 0px;
  text-align: left;
  font-size: 16px;
  color: rgb(128, 121, 121);
  font-weight: 300;
}

.side_content_sec i {
  color: #0575e5;
}

.side_content_sec_img {
  background-color: rgba(121, 238, 238, 0.089);
  text-align: center;
  padding: 20px;
}

.accordion .card-header:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
  cursor: pointer;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  cursor: pointer;
  content: "\f067";
}

.custom_accord > .card {
  border: none !important;
}

.custom_accord .card .card-header {
  border-bottom: none !important;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: rgba(123, 190, 245, 0.123);
}

.custom_accord .card .card-header .card-title {
  font-weight: 600 !important;
}
.show_sequence {
  display: none;
}
/* Service Page Closed */

h2.title {
  font-size: 32px;
  font-weight: 600;
}

#linkbutton a {
  cursor: pointer;
}
#linkbutton a:hover {
  background-color: #fff;
  transition: 0.5s all ease-in-out;
  color: #0575e5;
}
/* popup page */

.modal-dialog {
  max-width: 100% !important;
  border-radius: 0px;
  top: 50px;
}

.modal-open {
  overflow: visible !important;
}
.modal-open .modal {
  overflow: hidden !important;
}
.modal {
  border-radius: 80px !important;
  z-index: 100000000;
}
.modal > .show {
  padding-right: 0px !important;
}
.modal-open {
  padding-right: 0px !important;
}
.modal-content {
  border-radius: 20px;
}
.popupform {
  padding: 50px 20px;
  position: relative;
  text-align: left;
}

.popupform h3 {
  font-size: 28px;
  font-weight: 600;
}

.popupform p {
  color: #000;
  text-align: left;
  margin: 0px 0px 60px;
}
#popupname,
#popupemail,
#popupmobile,
#popupRequirement,
#popupmessage {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: #999;
  color: #000 !important;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
#popupmessage {
  padding: 6px 12px;
}

#popupname::placeholder,
#popupemail::placeholder,
#popupmobile::placeholder,
#popupRequirement::placeholder,
#popupmessage::placeholder {
  font-size: 18px;
  color: #000 !important;
  font-weight: 500;
}
.closebutton {
  position: absolute;
  right: 20px;
  top: 20px;
}

.closebutton img {
  width: 19px;
  height: 19px;
  cursor: pointer;
}

/* popup page closed */

/* contact page  */
#comment,
#sel1,
#phn,
#emil,
#usr {
  box-shadow: none;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  /* border-bottom-color:transparent; */
  /* border-width: 1px; */
  /* border-bottom-color: #0575E5; */
  border-radius: 0px;
  margin-bottom: 35px;
  background-color: transparent;
}
#comment {
  resize: none;
}
#contactForm {
  /* padding: 40px; */

  border-radius: 10px;
}
.box-shadow-form {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  padding: 40px;
}
.contact-bg-color {
  background-color: #0c80f5;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}
.location {
  padding: 40px;
}
.location h2 {
  text-align: center;
  margin-bottom: 30px;
}
.location p {
  text-align: left;
  margin-bottom: 30px;
}
.phone-call {
  position: relative;
}
.phone {
  margin-top: 40px;
}
.call-desc h5 {
  margin-bottom: 10px;
}

.phone-call a {
  color: #0575e5;
  font-size: 40px;
  background-color: #fff;
  width: 50px;
  display: inline-block;
  height: 50px;
  line-height: 1.3;
  border-radius: 10px;
}
.call-desc h6 a {
  color: #fff;
}
/* contact page closed */

.our-locations2 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 40px;
  width: 100%;
  height: 350px;
  border-radius: 10px;
}
.our-locations2 a,
.our-locations2 p,
.our-locations2 h5 {
  margin-bottom: 20px;
  font-size: 20px;
  word-wrap: break-word;
}

.thank {
  background-image: url(../images/thank-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px;
}
.thank-space {
  margin-bottom: 67px;
}
.thank-space h1 {
  margin-top: 150px;
  /* color: #fff; */
}
.thank-space a {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.thank-space .button {
  color: #000;
  padding: 10px 22px;
  background-color: transparent;
  border: 1px solid #0575e5;
  border-radius: 5px;
  margin: 20px auto;
  text-align: center;
  display: inline-block;
}
.thank-space .button {
  background-color: #0575e5;
  color: #fff;
}

.bg_img_sec {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100%;
  height: 72vh;
}
.swiper-slide {
  background-color: transparent;
}
/* animation */
.box div {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 67%;
  right: 68%;
  animation: animate 10s linear infinite;
}

.box div:nth-child(1) {
  top: 32%;
  left: 10%;
  animation: animate 10s linear infinite;
}
.box div:nth-child(2) {
  top: 62%;
  left: 15%;
  animation: animate 4s linear infinite;
}
.box div:nth-child(3) {
  top: 12%;
  left: 40%;
  animation: animate 8s linear infinite;
}
.box div:nth-child(4) {
  top: 52%;
  left: 40%;
  animation: animate 10s linear infinite;
}
.box div:nth-child(5) {
  top: 82%;
  left: 50%;
  animation: animate 4s linear infinite;
}
.box div:nth-child(6) {
  top: 60%;
  left: 70%;
  animation: animate 8s linear infinite;
}

.box div:nth-child(7) {
  top: 12%;
  left: 40%;
  animation: animate 8s linear infinite;
}
.box div:nth-child(8) {
  top: 38%;
  right: 40%;
  animation: animate 10s linear infinite;
}
.box div:nth-child(9) {
  top: 22%;
  left: 90%;
  animation: animate 4s linear infinite;
}
.box div:nth-child(10) {
  top: 40%;
  right: 30%;
  animation: animate 8s linear infinite;
}

@keyframes animate {
  0% {
    transform: scale(0) translateY(0) rotate(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.3) translateY(-90px) rotate(360deg);
    opacity: 0;
  }
}

.modal-content {
  background-image: linear-gradient(to right, #e9f3fd 2%, #fcfcfc);
}

.margin-top {
  padding-top: 130px;
}
.margin-top1 {
  padding-top: 100px;
}
.stickyright {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
}
.sticky-sidebar {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 100px;
}
.sticky-sidebar ul {
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 15px;
}
.sticky-sidebar ul li {
  padding: 5px;
  margin-bottom: 10px;
  background-color: #0575e5;
  border-radius: 7px;
}
.sticky-sidebar ul li a {
  color: #fff;
  padding-left: 10px;
  display: block;
}

.stickyright p {
  text-align: left;
}

.mySwiper {
  overflow: hidden;
}
.bluecolor {
  background-color: #0575e5 !important;
}

/* Additional Menu Css */

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 10px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img {
  /* height: 24px; */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar {
  padding: 0;
}
.navbar-brand img {
  /* height: 28px; */
  /* width: auto; */
  display: block;
  /* filter: brightness(10%); */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link {
  color: #212121 !important;
  font-weight: 500;
  transition: all 200ms linear;
}
.nav-item:hover .nav-link {
  color: #0575e5 !important;
}
.nav-item.active .nav-link {
  color: #0575e5 !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #0575e5;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after {
  opacity: 0;
}
.nav-item {
  position: relative;
  transition: all 200ms linear;
}
.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #0575e5;
}

@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
  .nav-item:after {
    display: none;
  }
  /* .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  } */
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  body.dark .nav-item::before {
    background-color: #fff;
  }
  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }
  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}

/* Additional Menu Css Closed*/

.service---page h1 {
  color: #fff;
}
.service---page p {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}
.service---btn {
  text-align: center;
}
.service---btn a {
  margin-top: 25px;
  display: inline-block;
  font-size: 20px;
  background-color: transparent;
  color: #fff !important;
  padding: 10px 13px;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
}
.service---btn a:hover {
  background-color: #fff;
  transition: 0.5s all ease-in-out;
  color: #0575e5 !important;
}
.service---blocktitle h2 {
  text-align: center;
}

.service---desc {
  padding: 10px 20px;
}
.service---fleximg {
  display: block;
  height: 100%;
}
.service---fleximg {
  display: flex;
  align-items: center;
}

.service---desc .service---pointbox1 p,
.service---desc .service---pointbox2 p,
.service---desc .service---pointbox3 p,
.service---desc .service---pointbox4 p,
.service---desc .service---pointbox5 p,
.service---desc .service---pointbox6 p,
.service---desc .service---pointbox3 h3,
.service---desc .service---pointbox2 h3,
.service---desc .service---pointbox1 h3,
.service---desc .service---pointbox4 h3,
.service---desc .service---pointbox5 h3,
.service---desc .service---pointbox6 h3 {
  text-align: left;
}

.service---desc .service---pointbox3,
.service---desc .service---pointbox2,
.service---desc .service---pointbox1,
.service---desc .service---pointbox4,
.service---desc .service---pointbox5,
.service---desc .service---pointbox6 {
  position: relative;
  padding-left: 50px;
}

.service---desc .service---pointbox2::after,
.service---desc .service---pointbox1::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #0575e5;
  left: 0;
  top: 0;
  z-index: -1;
}

.service---desc .service---pointbox3::after, .service---desc .service---pointbox4::after,
.service---desc .service---pointbox5::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #0575e5;
    left: 0;
    top: 0;
    z-index: -1;
}

/* .vline{
  position: relative;
}
.vline::before{
  position: absolute;
  content: "";
  width: 3px;
  height:80%;
  background-color: #000;
} */

.service---desc .service---pointbox3::before,
.service---desc .service---pointbox2::before,
.service---desc .service---pointbox1::before,
.service---desc .service---pointbox4::before,
.service---desc .service---pointbox5::before,
.service---desc .service---pointbox6::before {
  position: absolute;
  width: 50px;
  height: 50px;
  left: -25px;
  color: #0575e5;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgb(0 0 3 / 4%);
  border: 1px solid rgb(196, 196, 219);
  font-size: 30px;
  text-align: center;
  line-height: 1.7;
  border-radius: 50%;
}

.service---desc .service---pointbox4::before {
  content: "4";
}
.service---desc .service---pointbox5::before {
  content: "5";
}

.service---desc .service---pointbox6::before {
  content: "6";
}

.service---desc .service---pointbox3::before {
  content: "3";
}
.service---desc .service---pointbox2::before {
  content: "2";
}
.service---desc .service---pointbox1::before {
  content: "1";
}

.site---link {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.site---title {
  flex-basis: 25%;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  color: #000;
}

.site---title h4 {
  margin-left: 15px;
  margin-bottom: 0;
  font-size: 20px;
}

.site---title h4 a{
  color: #000;
}
.site---title h4 a:hover{
  color: #0575e5;
}



/* Responsive */
@media (max-width: 1440px) {
  .main-service {
    margin-left: 158px;
    margin-top: 72px;
  }
  .main-reviews {
    width: auto;
  }
  .section1 .home-banner-info {
    padding: 0 50px 0 134px;
  }

  .right-side-info-res {
    padding-right: 79px !important;
  }

  .left-text-info-res {
    padding-left: 100px !important;
  }

  .bg-blue-info-res {
    padding: 180px 50px 50px !important;
  }

  .sec1-faq .bg-blue-info {
    background-color: #0575e5;
    padding: 150px 50px;
    position: absolute;
    left: 0;
    height: 700px;
  }

  .sec1-contact .bg-blue-info {
    background-color: #0575e5;
    padding: 229px 50px 150px;
    position: absolute;
    left: 0;
    height: 700px;
  }
}

@media (max-width: 1366px) {
  .section1 .home-banner-info {
    padding: 0 50px 0 20px;
  }

  .bg-blue-info {
    padding: 27px;
  }

  .right-side-info-res {
    padding-right: 79px !important;
  }

  .left-text-info-res {
    padding-left: 100px !important;
  }
}
@media (max-width: 1220px) {
  .main-service {
    margin-left: 79px;
    margin-top: 72px;
  }
}
@media (max-width: 1024px) {
  .main-service {
    margin-left: 38px;
    margin-top: 50px;
  }

  .section1 .home-banner-info {
    top: -700px;
    padding: 10px;
  }

  .section1 .home-banner-info h1 {
    font-size: 45px;
    line-height: 60px;
  }

  .section1 .home-banner-info p {
    font-size: 22px;
    line-height: 35px;
  }

  .bg-blue-info {
    /* background-color: #0575E5; */
    height: auto;
    padding: 10px !important;
  }

  .section6 .left-text-info {
    padding: 23px;
  }

  .section6 .right-side-info {
    right: 42px;
    padding-left: 90px;
    padding-right: 0px;
    top: 200px;
  }

  h2.title {
    font-size: 32px;
    font-weight: 600;
  }
  .title_text {
    font-size: 32px !important;
   
}
  .get-started-btn {
    padding: 12px 10px;
  }

  .bg-blue-info .about-res {
    padding-top: 100px;
  }

  .sec1-faq .bg-blue-info {
    padding-top: 77px !important;
  }

  .sec1-contact .contact-res {
    padding-top: 207px !important;
  }

  .supervisor-res {
    padding-top: 200px;
  }

  .customer {
    width: auto;
  }

  .experience {
    width: auto;
  }

  .client-name {
    margin-top: 28px;
  }

  .client-comments {
    top: 0;
  }

  .width-height {
    position: relative;
    left: 6px;
    top: 60px;
  }

  .swiper-button-prev::after {
    right: -359px;
  }

  #next,
  #prev {
    top: 163px;
  }
  .bg_img_sec {
    height: auto;
  }
}
.christmas2{
 width: 100%;
}
.christmas1{
  display: none;
}
@media (max-width: 768px) {
  .christmas1{
    width: 100%;
    display: block;
  }
  .christmas2{
    display: none;
  }
  .main-service {
    margin-left: 38px;
    margin-top: 2px;
  }

  .section6 .right-side-info {
    right: 0px;
    padding: 10px;
    top: 200px;
  }

  h2.title {
    font-size: 32px;
    font-weight: 600;
  }

  .footer-info {
    background-color: #0575e5;
    margin-right: 0px;
    border-top-right-radius: 00px;
  }

  .get-started-btn {
    padding: 12px 10px;
    font-size: 15px;
  }

  .text-align {
    text-align: left !important;
  }

  .centercontent {
    text-align: center !important;
  }

  .text-align p {
    text-align: left;
  }

  .space-2,
  .space-top-2 {
    padding-top: 10px !important;
  }

  .pt-100 {
    padding-top: 60px !important;
  }

  .pb-100 {
    padding-bottom: 50px !important;
  }

  .section1 {
    height: 1500px;
  }

  .section1 .right-img {
    position: absolute;
    right: 0;
    top: 927px;
    text-align: center;
  }

  .section1 .home-banner-info {
    top: -700px;
    padding: 62px;
  }

  .section6 {
    height: 840px;
  }

  .right-side-info-res {
    top: 434px !important;
  }
  .right-info {
    display: none;
  }

  .left-text-info-res {
    top: 63px !important;
  }

  .blud-dot-img-info img {
    height: 316px;
    width: 900px;
  }

  .airbnb-indus-info {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 40px 20px;
    height: 348px;
  }

  .right-side-info-res {
    padding-right: 0px !important;
  }

  .w-lg-75 {
    width: auto !important;
  }

  .bg-blue-info .about-res {
    padding-top: 35px;
  }

  .about-img {
    padding-top: 188px;
  }

  .opacity-res img {
    display: none;
  }

  .contact-img img {
    display: none;
  }

  .supervisor-img img {
    display: none;
  }

  .boxheight {
    left: 0;
  }

  .potrait-box {
    display: none;
  }

  .fixheight {
    display: none;
  }

  .swiper-button-prev::after {
    right: -532px;
  }

  .opacity {
    background-color: transparent;
  }

  .opacity img {
    margin: 0px 6%;
  }

  .h-client {
    background-color: #0575e5;
    padding: 51px 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    color: #fff;
    border-radius: 5px;
    left: 333px;
  }

  .b-img img {
    max-width: 100%;
    width: 287px;
    height: 302px;
    border-radius: 5px;
  }

  .mobileshow {
    display: block;
  }

  .round-border::after {
    display: none;
  }

  .hide_sequence {
    display: none;
  }
  .mobileSwiper {
    overflow: hidden !important;
  }
  .styling-list li::before {
    z-index: 1;
  }
  .fixed-bottom-quote {
    display: block;
  }
  .modal-open .modal {
    overflow: scroll !important;
  }
  .hideonsmall {
    display: none;
  }
}

@media (max-width: 540px) {
  .bg_img_sec .box {
    display: none;
  }
  .section1 .home-banner-info {
    top: -700px;
    padding: 0px;
  }

  .btnspace {
    margin-top: 25px;
  }

  .centeralign {
    text-align: center !important;
  }

  .right-side-info-res {
    padding-right: 17px !important;
  }

  .sec1-about h1 {
    font-size: 35px;
    line-height: 46px;
  }

  .sec1-about p {
    font-size: 20px;
    line-height: 36px;
  }

  .bg-blue-info-res {
    height: 700px !important;
  }

  .sec2-about {
    padding-top: 10px !important;
  }

  .sec1-supervisor h1 {
    color: #fff;
    text-align: left;
    font-size: 35px;
    line-height: 58px;
    font-weight: 500;
  }

  .sec1-supervisor p {
    text-align: left;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
  }

  .supervisor-res {
    padding-top: 285px;
  }

  .opacity {
    display: none;
  }

  .blockhide {
    display: none;
  }

  .side_content_sec p {
    font-size: 18px;
  }
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .blog-inner-bg h1 {
    font-size: 32px;
  }
  .Amazon-bg,
  .blog-bg {
    height: auto;
  }
}

@media only screen and (min-width: 539px) and (max-width: 540px) {
  .h-client {
    background-color: #0575e5;
    padding: 51px 20px;
    text-align: center;
    position: absolute;
    bottom: -226px;
    color: #fff;
    border-radius: 5px;
    left: 16px;
    width: 310px;
  }

  .experience {
    height: 178px;
  }

  .customer {
    margin-top: 10px;
    padding: 33px 20px;
  }
}

@media (max-width: 415px) {
  .accordion .card-header.collapsed:after {
    /* cursor: pointer;
		content: "\f067";
		margin-right: -10px;
		margin-top: -4px; */
    display: none;
  }
  .accordion .card-header::after {
    display: none;
  }
  .section1 .home-banner-info h1 {
    font-size: 32px;
    line-height: 43px;
  }

  .section1 .home-banner-info p {
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0px 40px;
  }

  .home-btn-info-res {
    padding: 10px !important;
  }

  .section1 .home-banner-info {
    top: -388px;
    padding: 0px;
  }

  .h-900 {
    height: auto;
  }

  .right-img-res {
    top: 527px !important;
  }

  .section1 {
    height: 930px;
  }

  .left-text-info-res {
    padding-left: 41px !important;
  }

  .right-side-info-res {
    padding-right: 15px !important;
  }

  .blog-bg-info h1 {
    font-size: 30px;
    line-height: 47px;
  }

  .sec1-indus-airbnb {
    padding: 0px;
  }

  .sec3-indus-airbnb .bg-blue-info {
    /* background-color: #0575E5; */
    height: auto;
    /* padding: 50px; */
  }

  .about-img {
    padding-top: 244px;
  }

  .sec1-faq h1 {
    text-align: left;
    font-size: 40px;
    line-height: 40px;
  }

  .sec1-faq p {
    text-align: left;
    font-size: 22px;
    line-height: 40px;
  }

  .sec1-contact h1 {
    color: #fff;
    text-align: left;
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
  }

  .sec1-contact p {
    text-align: left;
    font-size: 26px;
    line-height: 40px;
    color: #fff;
  }

  .sec1-contact .contact-res {
    padding-top: 80px !important;
  }

  .contact-img img {
    display: block;
    padding-top: 204px;
  }

  .supervisor-res {
    padding-top: 53px;
  }

  .supervisor-img img {
    display: block;
    padding-top: 250px;
    padding-left: 70px;
    margin: 0px auto !important;
  }

  .h-client {
    bottom: -225px;
    left: 15px;
  }

  .customer {
    margin-top: 10px;
  }

  .experience {
    height: 177px;
    width: 190px;
  }

  .mobileshow {
    display: block;
  }

  .review-sec h2 {
    font-size: 22px;
    padding: 0px;
  }

  .new-proj h2 {
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 22px;
  }

  .footer-desc {
    padding-left: 10px !important;
  }

  .main-service h3 {
    font-size: 32px;
  }

  .mll-0 {
    margin-left: 10px !important;
  }

  .side_content_sec h4 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .round-border span {
    font-size: 15px;
  }
  .side_contactbox {
    padding: 25px;
  }
  .popupform {
    padding: 20px;
    position: relative;
  }

  .popupform h3 {
    font-size: 22px;
  }
  .popupform p {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .closebutton img {
    width: 15px;
    height: 15px;
    cursor: pointer;
  }
  .modal {
    border-radius: 0px !important;
  }
  .bg-blue-info-res {
    height: auto !important;
  }
  .blog-inner-bg h1 {
    font-size: 32px;
  }
  .styling-list {
    padding-left: 5px;
  }
  #file {
    width: 100%;
  }
  .modal-open .modal {
    overflow: scroll !important;
  }
  .brand-colum {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
  }
}

@media (max-width: 375px) {
  .h-900 {
    height: 413px;
  }

  .section1 .home-banner-info h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .home-btn-info-res {
    font-size: 14px !important;
  }

  .f-28 {
    font-size: 22px !important;
    line-height: 38px !important;
  }

  .contact-info-form-res {
    padding: 23px !important;
  }

  .about-res p {
    text-align: left !important;
  }

  .about-img {
    padding-top: 276px;
  }

  .about-res .about-btn-info {
    padding: 10px 14px;
    border-radius: 5px;
    font-size: 13px;
  }

  .about-img {
    padding-top: 271px;
  }

  .experience {
    width: 140px;
  }

  .bottomspace {
    padding-bottom: 0px !important;
  }

  .round-border span {
    font-size: 13px;
  }

  .side_content_sec h4 {
    font-size: 28px;
  }

  .side_content_sec p {
    font-size: 16px;
  }

  .custom_accord .card-header.collapsed:after {
    cursor: pointer;
    content: "\f067";
    position: absolute;
    right: 8px;
  }

  .custom_accord .card-header:after {
    cursor: pointer;
    position: absolute !important;
    right: 8px;
  }
}

@media (max-width: 320px) {
  .about-img {
    padding-top: 310px;
  }

  .bg-blue-info .about-res {
    padding-top: 15px;
  }

  .sec1-faq .bg-blue-info {
    padding-top: 37px !important;
  }

  .h-client {
    padding: 51px 1px;
  }
  .custom_accord .card-header.collapsed:after {
    cursor: pointer;
    content: "\f067";
    position: absolute;
    right: 8px;
    display: none;
  }

  .custom_accord .card-header:after {
    cursor: pointer;
    position: absolute !important;
    right: 8px;
    display: none;
  }
  .contactt-us .contact-big-text {
    padding-top: 0px;
    font-size: 15px !important;
    color: #fff !important;
  }
  .form-title h4 {
    font-size: 22px;
  }
  #file {
    width: 100%;
  }
}

@media (max-width: 280px) {
  .section1 {
    height: 768px;
  }

  .h-900 {
    height: 376px;
  }

  .section1 .home-banner-info {
    top: -347px;
    padding: 0px;
  }

  .right-img-res {
    top: 495px !important;
  }

  .section1 .home-banner-info h1 {
    font-size: 20px;
    line-height: 32px;
  }

  .section1 .home-banner-info p {
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0px 33px;
  }

  .home-btn-info-res {
    font-size: 12px !important;
  }

  .home-btn-info-res {
    padding: 7px !important;
  }

  .f-28 {
    font-size: 20px !important;
  }

  .right-side-info-res {
    padding-right: 12px !important;
  }

  .left-text-info-res {
    padding-left: 26px !important;
  }

  .get-api-key a {
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    padding: 6px 10px;
  }

  .font-size-22 {
    font-size: 17px;
  }

  .font-size-20 {
    font-size: 14px;
  }

  .sec1-about h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .sec1-about p {
    font-size: 18px;
    line-height: 34px;
  }

  .pt-50 {
    padding-top: 22px;
  }

  .sec1-faq h1 {
    text-align: left;
    font-size: 30px;
    line-height: 30px;
  }

  .sec1-faq p {
    text-align: left;
    font-size: 19px;
    line-height: 37px;
  }

  .sec1-contact h1 {
    color: #fff;
    text-align: left;
    font-size: 29px;
    line-height: 19px;
    font-weight: 500;
  }

  .sec1-contact p {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
  }

  .supervisor-img img {
    padding-top: 361px;
  }

  .side_contactbox {
    padding: 20px;
  }

  .contactt-us .contact-big-text {
    padding-top: 0px;
    font-size: 13px !important;
    color: #fff !important;
  }

  .footer-desc {
    padding-left: 10px !important;
  }

  .customer {
    border-radius: 5px;
    color: #fff;
    background-color: #0575e5;
    text-align: center;
    padding: 17px 20px;
    width: 255px;
  }

  .h-client h3,
  .customer h3,
  .experience h3 {
    font-size: 15px;
  }

  .h-client {
    padding: 47px 1px;
    width: 107px;
  }
  .round-border span {
    display: none;
  }
  .main-service h3 {
    font-size: 30px;
  }
  .main-service p {
    text-align: left;
    margin-bottom: 35px;
    font-size: 16px;
  }
  .power-box p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
  }
  .side_content_sec {
    text-align: left;
    padding: 0px;
  }
  .service-col .hr-line::before {
    display: none;
  }
  .service-col h4 {
    margin-left: 10px;
  }
  #file {
    width: 100%;
  }
  .blog-bg-main-title h1 {
    font-size: 30px;
    line-height: 39px;
  }
  .blog-date {
    padding: 6px;
    font-size: 10px;
  }
  .styling-list li::before {
    display: none;
  }
  .styling-list li {
    list-style: disc;
    padding-left: 0px;
    font-size: 15px;
  }
  .contactt-us h3,
  .blog-page h2,
  .blog-inner-bg h1 {
    font-size: 24px;
  }
  .blog-inner-bg p {
    font-size: 16px;
  }
}

/* Responsive Closed */

#preloader2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff82;
}

#preloader2:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0575e5;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

.navbar {
  padding: 0;
}
.navbar-brand img {
  height: 60px;
}

.navbar-nav li {
  padding: 15px 0;
  margin: 0 13px;
}
.navbar-nav li a:hover {
  color: #318dea;
}
.navbar-nav li a {
  text-decoration: none;
  color: #000;
  font-size: 17px;
}

.dropdown-hover {
  position: relative;
}

.dropdown-hover .subdropdown-menu {
  position: absolute;
  min-width: 270px;
  background-color: #ffffff;
  top: 100%;
  display: none;
  padding: 3px;
}
.dropdown-hover:hover .subdropdown-menu {
  display: block;
}
.subdropdown-menu li {
  padding: 7px !important;
  list-style: none !important;
}
.dropdown-menu .view-more,
.subdropdown-menu .view-more {
  color: #318dea;
  text-align: center;
  margin-bottom: 10px;
  display: list-item;
  padding: 7px;
  list-style-type: none;
}
.dropdown-menu .view-more a,
.subdropdown-menu .view-more a {
  color: #318dea !important;
  font-weight: 600;
}

.subdropdown-menu li a {
  transition: all 0.5s ease-in-out;
  color: rgb(2, 1, 1);
  position: relative;
}

.subdropdown-menu li a:hover {
  display: inline-block;
  margin-left: 13px;
  transition: all 0.5s ease-in-out;
  color: #318dea;
}
.subdropdown-menu span a:hover {
  margin-left: 0;
}

.dropdown-menu {
  border: none;
}

/* Hamburger Menu Icon */

.hamburger {
  padding: 17px;
  width: 30px;
  height: 45px;
  position: relative;
  margin-top: 20px;
  display: none;
}
.hamburger .bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}
.hamburger .bar:nth-child(1) {
  top: 0;
}
.hamburger .bar:nth-child(2) {
  transition: 0.25s ease-in-out;
  top: 10px;
}
.hamburger .bar:nth-child(3) {
  top: 20px;
}
.change .bar:nth-child(1) {
  top: 14px;
  transform: rotate(135deg);
}
.change .bar:nth-child(2) {
  opacity: 0;
  left: -10px;
  transition: 0.25s ease-in-out;
}
.change .bar:nth-child(3) {
  top: 14px;
  transform: rotate(-135deg);
}

/* Hamburger Menu Icon Closed*/

.showon-small {
  display: none;
}

.submenu-dropdown {
  position: relative;
}
.open-submenu {
  padding-left: 0;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 200px;
  background-color: #fff;
  display: none;
  /* border: 1px solid #318dea; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  z-index: 10000;
}

.submenu-dropdown:hover .open-submenu {
  display: block;
  z-index: 10000;
}

@media (max-width: 1023px) {
  .dropdown-hover .subdropdown-menu {
    display: block;
    height: auto;
  }
  .hamburger {
    display: block;
  }
  .open-submenu {
    position: relative;
    top: 10px;
    left: 0;
    margin-bottom: 15px;
  }

  .dropdown-hover .subdropdown-menu {
    position: relative;
    top: auto;
    height: 200px;
    overflow: scroll;
  }
  .dropdown-hover .auto-height {
    height: auto !important;
  }
  .navbar-nav {
    height: 100vh;
    z-index: 100000;
  }
  .dropdown-menu .view-more,
  .subdropdown-menu .view-more {
    display: inline-block;
    margin-left: 15px;
  }
  .hideon-small {
    display: none;
  }
  .showon-small {
    display: block;
  }
  .navbar-nav li {
    padding: 6px 0;
    margin: 0 13px;
  }
}

@media (min-width: 250px) and (max-width: 540px) {
  .hamburger {
    right: 10px;
  }
}

@media (max-width: 1024px) {
  /* .dropdown-hover .subdropdown-menu {
    display: block;
    height: auto;
  } */
  .open-submenu {
    display: none;
  }
}

.block-display {
  display: block !important;
}

/* Hide & Show Jquery tab section ( cutom ) */

.cat-tab-ul {
  display: flex;
  /* justify-content: space-around; */
}
.cat-tab-ul li {
  display: inline-block;
  margin: 5px 15px;
}
.cat-tab-ul a {
  padding: 5px;
  font-size: 15px;
  display: inline-block;
  border: 1px solid #0c80f5;
  border-radius: 7px;
}
.cat-tab-ul a:hover {
  background-color: #0c80f5;
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.cat-tab-ul a.cat-on {
  border-bottom: 1px solid white;
  background-color: #0c80f5;
  color: #fff;
}
.cat-pannel {
  display: none !important;
}
.cat-pannel.cat-on {
  display: block !important;
}
.cat-pannel.cat-cont-on {
  display: block !important;
}

/* Hide & Show Jquery tab section ( cutom ) Closed */

@media (max-width: 590px) {
  .cat-tab-ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
  .cat-tab-ul li {
    margin: 10px 0;
  }
}

/* animation */
.swirl-out-bck {
  -webkit-animation: swirl-out-bck 0.6s ease-in both;
  animation: swirl-out-bck 0.6s ease-in both;
}
@-webkit-keyframes swirl-out-bck {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-540deg) scale(0);
    transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
}
@keyframes swirl-out-bck {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-540deg) scale(0);
    transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
}

.slide-in-elliptic-top-fwd {
  -webkit-animation: slide-in-elliptic-top-fwd 0.7s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
}
@-webkit-keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1;
  }
}

/* animation Closed */

.catSwiper {
  overflow: hidden;
}
.catSwiper .swiper-button-prev::after {
  display: none;
}
.catSwiper .swiper-button-next::after {
  display: none;
}
.catSwiper .swiper-button-next i,
.catSwiper .swiper-button-prev i {
  font-size: 30px;
}
.catSwiper .swiper-button-next,
.catSwiper .swiper-button-prev {
  top: 20px;
}
.catSwiper .swiper-button-next {
  right: -25px;
}

@media (max-width: 1000px) {
  .catSwiper .swiper-button-next {
    right: 33px;
  }
  .catSwiper .swiper-button-prev {
    left: 33px;
  }
}
@media (max-width: 540px) {
}

@media (max-width: 280px) {
}

.fordesktop {
  display: block;
}
.formobile {
  display: none;
}

@media (max-width: 1000px) {
  .fordesktop {
    display: none;
  }
  .formobile {
    display: flex;
  }
}

.blog-page h4 {
  margin-top: 20px;
  font-weight: 600;
}

.badge {
  text-transform: capitalize !important;
}

@media (max-width: 540px) {
  .orderdesc {
    flex-direction: column;
  }
  .orderasc {
    flex-direction: column-reverse;
  }
}

.web-primary{
  background-image: url('../images/Services/web-scraping-api/Web-Scraping-API-Banner.png');
  background-repeat: no-repeat;
  background-size: cover;
}



.right_arrow li{
  list-style: url('../images/right_arrow.png') !important;
  list-style-position: outside;
  padding-left: 6px;
}


@media(max-width:768px){
  .shadow-blue
  {
    height: auto;
    margin-bottom: 20px;
  }
  .f-small{
    font-size: 30px;
  }
}

.bg-travel-hotel{
  background-image: url('../images/Services/Travel-Hotels-Reviews/Travel-Hotels-Reviews-Banner.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-restaurant{
  background-image: url('../images/Services/Restaurant-Reviews/Restaurant-Reviews-Banner.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-movie-rev{
  background-image: url('../images/Services/Movie-Reviews-Scraper/Movie-Reviews-Scraper-Banner.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-company-rev{
  background-image: url('../images/Services/Company-Reviews-Scraper/Company-Reviews-Scraper-Banner.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-seller-rev{
  background-image: url('../images/Services/Sellers-Reviews-Scraper/Sellers-Reviews-Scraper-Banner.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-ecom{
  background-image: url('../images/Services/E-Commerce-Product-Reviews-Scraper/E-Commerce-Product-Reviews-Scraper-Banner.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-flight{
  background-image: url('../images/Services/Flight-Review-Scraper/Flight-Review-Scraper-Banner.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-fin{
  background-image: url('../images/Services/Financial-Reviews-Scraper-Financial-Reviews-API/Financial-Reviews-Scraper--Financial-Reviews-API-Banner.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-job{
  background-image: url('../images/Services/Job-Posting-Reviews-for-a-Company/Job-Posting-Reviews-Scraper-Banner.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.feature-box{
  margin-top: 20px;
  padding: 0 15px;
  border: 2px solid #0575e5;
}
.feature-box .font-19{
  margin-top: 0;
}
.feature-box ul{
  background-color: rgb(173 216 230 / 16%);
  padding: 10px 10px !important;
}



/*change cta css*/
.line {
  position: absolute;
  width: 279px;
  height: 268.22px;
  left: 102px;
  top: -155px;
  background: linear-gradient(22.91deg, #00dd69 29.78%, #01606a 53.18%);
  box-shadow: inset 0px -2px 2px rgba(255, 255, 255, 0.25);
}
.strip-banner {
  background: #087dff;
  height: 280px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 17px;
  margin-top: 2%;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 6px #087dff;
}
.new {
  bottom: 0px;
    position: absolute;
    height: 11px;
    background: #9dccff;
    z-index: -1;
    width: 100%;
    margin-left: -1.8%;
}
.new2 {
  top: 0px;
    position: absolute;
    height: 11px;
    background: #9dccff;
    z-index: -1;
    width: 30%;
    margin-left: -1.8%;
}

.strip-content .strip-text {
  color: #ffffff;
  font-size: 32px;
  padding: 13px 0 0 30px;
  line-height: 40px;
}
.strip-content .strip-text span {
  color: #08055a;
  padding: 6px;
}
.strip-content a {
  border: 1px solid #ffffff;
  padding: 7px 12px;
  display: inline-block;
  margin: 40px 0 20px 30px;
  color: #ffffff;
  border-radius: 4px;
}

.strip-img {
  display: flex;
  align-items: end;
  justify-content: center;
}
.strip-img img {
  max-width: 274px;
}

@media (max-width: 768px) {
  .strip-banner {
    height: auto;
    flex-direction: column;
  }
  .strip-img {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .btn {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-device-width: 280px) and (max-device-width: 768px) {
  .new2 {
    top: 0px;
    position: absolute;
    height: 3px;
    background: #087dff;
    z-index: -1;
    width: 100%;
    margin-left: -1.8%;
  }
  .new {
    height: 3px;
  }
  .strip-img img {
    max-width: 240px;
  }

  .mainfooter{
    text-align: center !important;
  }
}

@media(max-width:576px){
 
  .strip-img img {
    max-width: 100%;
}
.strip-content  a{
  width: 100%;
  text-align: center;
  margin: 40px 0 17px 0px;
}
}

/* @media (max-width: 480px) {
  #images1{
    display: none !important;
  }
  #images2{
    display: block !important;
  }
}
@media (min-width: 481px) {
  #images1{
    display: block !important;
  }
  #images2{
    display: none !important;
  }
} */


@media screen and (min-device-width: 768px) and (max-device-width: 991px) { 
 .hideonsmall{
  display: none;
 }
}

@media screen and (min-device-width: 1400px) and (max-device-width: 1600px) { 
  .mainslider{
  margin-top: 10% !important;
  }
 }