* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:focus {
  -moz-outline-style: none;
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: normal;
  overflow: hidden;
  background: #fff;
  padding: 99px 0 0 0;
}

*::-moz-selection {
  color: #fff;
  background: #12b4eb;
}

*::selection {
  color: #fff;
  background: #12b4eb;
}

*::-moz-selection {
  color: #fff;
  background: #12b4eb;
}

*::-webkit-selection {
  color: #fff;
  background: #12b4eb;
}

*::-ms-selection {
  color: #fff;
  background: #12b4eb;
}

*::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

*:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  outline: none !important;
}

body a:focus {
  outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div input,
div select,
div textarea,
div button {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: normal;
}

input,
select,
textarea,
.site textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: normal;
  width: 100%;
  background: #fff;
}

body input[type=text],
body input[type=email],
body input[type=url],
body input[type=password],
body input[type=search],
body input[type=number],
body input[type=tel],
body input[type=range],
body input[type=date],
body input[type=month],
body input[type=week],
body input[type=time],
body input[type=datetime],
body input[type=datetime-local],
body input[type=color],
body .site textarea,
body .site select {
  background: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  height: 55px;
  line-height: normal;
  padding: 0 15px;
  text-align: left;
  width: 100%;
  box-shadow: none;
  margin: 0;
  border: 1px solid #e6e6e6;
  color: #4d4d4d;
  outline-offset: unset;
  border-radius: 5px;
  font-size: 15px;
  outline: none !important;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}

* {
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
  border: 0;
  outline: none;
}

body textarea {
  resize: none;
  overflow: auto;
  height: 115px !important;
  padding-top: 15px !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: normal;
  color: #000;
  margin: 0 0 15px;
}

body h2 {
  font-size: 22px;
}

body h3 {
  font-size: 18px;
}

body h4 {
  font-size: 16px;
}

body h5 {
  font-size: 12px;
}

body h6 {
  font-size: 10px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
  margin-bottom: 0;
}

div select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: normal;
}

img {
  margin: 0;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
  max-width: 100%;
}

body p {
  color: #3d4a58;
  text-align: left;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}

body p:empty {
  margin: 0;
  line-height: 0;
}

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

.container {
  width: 1400px;
  max-width: 100% !important;
  padding: 0px !important;
  margin: 0 auto !important;
}

body ul,
body li,
body ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

a,
span,
b,
i {
  display: inline-block;
  vertical-align: top;
}

html #wpadminbar {
  display: none !important;
}

html[lang=en-US] {
  margin-top: 0 !important;
}

.site-header {
  padding: 0px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 999;
}

.fixed {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
}

.header-main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0px 25px;
  align-items: center;
}

.header-main .logo a {
  display: block;
}

.header-main .logo a img {
  max-width: 225px;
}

.header-right-inner-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0px 23px;
}

.header-right-inner-wrap ul.menu {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 35px;
}

.header-right-inner-wrap ul.menu li a {
  color: #081725;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-right-inner-wrap .contact-btn a {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50px;
  background: #12b4eb;
  padding: 12px 31px;
}
.header-right-inner-wrap .contact-btn a:hover {
  background: #000;
}

/*-----------------res-nav-Start-------------------*/
.header .header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-main .logo {
  float: left;
  width: 227px;
  position: relative;
  top: 0px;
  margin-left: 0;
  z-index: 9;
}
.header .header-main .logo a {
  width: auto;
  float: left;
  width: auto;
}
.header .header-main .logo a img {
  margin: 0 auto;
  display: inline-block;
}
.header .header-right {
  float: right;
  position: relative;
  z-index: 9;
}
.header .header-right .nav-main {
  float: right;
  width: auto;
}
.header .header-right .nav-main ul.menu {
  height: auto;
}
.header .header-right .nav-main ul.menu .menu-item-39 ul.sub-menu {
  width: 150px;
}
.header .header-right .nav-main ul.menu li {
  float: left;
  width: auto;
  position: relative;
  padding: 38px 0;
}
.header .header-right .nav-main ul.menu li.current-menu-item a {
  color: #12b4eb !important;
}
.header .header-right .nav-main ul.menu li:last-child {
  padding-right: 0;
}
.header .header-right .nav-main ul.menu li:last-child::after {
  display: none;
}
.header .header-right .nav-main ul.menu li.current-menu-item a {
  color: #081725;
  opacity: 1;
}
.header .header-right .nav-main ul.menu li:hover a {
  opacity: 1;
}
.header .header-right .nav-main ul.menu li a {
  float: left;
  width: auto;
  height: auto;
  padding: 2px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #081725;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.header .header-right .nav-main ul.menu li a:hover {
  color: #12b4eb;
}
.header .header-right .nav-main ul.menu li .hover {
  color: #081725;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 2;
  left: 0;
  width: 0;
  overflow-x: hidden;
  transition: all 0.5s ease;
  white-space: nowrap;
  font-weight: 700;
  overflow: hidden;
}
.header .header-right .nav-main ul.menu li .hover a {
  opacity: 1;
}
.header .header-right .nav-main ul.menu li:hover .hover {
  width: 100%;
}
.header .header-right .nav-main ul.menu li ul.sub-menu {
  width: 298px !important;
  left: 0;
  gap: 0px 50px;
  position: absolute;
  padding: 20px !important;
  top: 99px;
  display: none;
  overflow: visible;
  opacity: 0;
  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  transform-origin: top;
  float: left;
  transition: all 0.35s ease;
}
.header .header-right .nav-main ul.menu li ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0 0 0;
  position: relative;
  padding: 0px;
  float: left;
  text-align: left;
  border: 0px;
  border-bottom: 1px solid rgba(61, 74, 88, 0.2);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.header .header-right .nav-main ul.menu li ul.sub-menu li:last-child {
  border-bottom: unset;
  margin-bottom: 0;
  padding-bottom: 0;
}
.header .header-right .nav-main ul.menu li ul.sub-menu li a {
  float: left;
  background: none;
  width: 100%;
  height: auto;
  color: #081725 !important;
  line-height: 125%;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.25s;
}
.header .header-right .nav-main ul.menu li ul.sub-menu li a:hover {
  color: #12b4eb !important;
}
.header .header-right .nav-main ul.menu li ul.sub-menu li a p {
  color: #3d4a58;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 150% */
  max-width: 304px;
  margin-top: 5px;
}
.header .header-right .nav-main ul.menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header .header-right .nav-main ul.menu li.menu-item-has-children {
  padding-right: 20px;
  background: url("../images/ic-menu-dropdown-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: right center;
}

.res_navigation {
  display: none;
  width: 72px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 17px;
}

.nav-toggle {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 999999;
  padding: 5px 30px 13px 0;
  cursor: pointer;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle.active .top {
  transform: translateY(12px) translateX(0) rotate(45deg);
  background: #333;
}
.nav-toggle.active .bottom {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #333;
}
.nav-toggle.active .middle {
  opacity: 0;
  background: #fff;
}
.nav-toggle span {
  background: #333;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.nav-toggle span:nth-of-type(2) {
  top: 7px;
}
.nav-toggle span:nth-of-type(3) {
  top: 16px;
}

/*-----------------res-nav-end-------------------*/
.post-type-archive-services .header .header-right .nav-main ul.menu li.menu-item-239 > a {
  color: #12b4eb;
}

#header .header .header-right .nav-main ul.menu li ul.sub-menu li ul.sub-menu {
  width: 200px;
  position: absolute;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  overflow: visible;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  left: auto;
  top: 0;
  transition: all 0.25s ease 0s;
  border-radius: 10px !important;
  right: -314px;
}

#header .header .header-right .nav-main ul.menu li ul.sub-menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: initial;
}

.header .header-right .nav-main ul.menu li ul.sub-menu li.menu-item-has-children {
  background: url("../images/right-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 6px;
}

/* section css start */
.banner-section .banner-content-wrap {
  position: relative;
}

.banner-section .banner-img,
.banner-section .banner-img img {
  height: 778px;
}

.banner-section .banner-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-section .content-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  transform: translateY(-50%);
}

.banner-section .content-wrap .inner-wrap {
  max-width: 550px;
}

.banner-section .content-wrap h1 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 62px;
  font-style: normal;
  font-weight: 800;
  line-height: 120.968%;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.banner-section .content-wrap h1 .star-icon {
  position: absolute;
  top: auto;
  left: auto;
  right: -30px;
  bottom: 5px;
  background-image: url("../images/banner-star-icon.svg");
  background-repeat: no-repeat;
  width: 27px;
  height: 26px;
}

.banner-section .content-wrap span.banner-span {
  display: block;
  margin-bottom: 20px;
  color: #12b4eb;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}

.banner-section .content-wrap p {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}

.banner-section .content-wrap .banner-btn-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 17px;
}

.banner-section .content-wrap .banner-btn-wrap a {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 0.36px;
  border-radius: 50px;
  padding: 17px 47px;
  display: block;
}

.banner-section .content-wrap .banner-btn-wrap a.banner-primary-btn {
  background: #12b4eb;
}

.banner-section .content-wrap .banner-btn-wrap a.banner-outline-btn {
  border: 1px solid #fff;
}

.banner-section .content-wrap .banner-btn-wrap a.banner-primary-btn:hover {
  background: #254e9f;
}

.banner-section .content-wrap .banner-btn-wrap a.banner-outline-btn:hover {
  background: #254e9f;
  border: 1px solid #254e9f;
}

.banner-section .slick-dots {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 70px;
  max-width: 1400px;
  margin: 0px auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 15px;
}

.banner-section .slick-dots li {
  line-height: 0;
}

.banner-section .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  background: #fff;
  border-radius: 100%;
  outline: none;
  border: unset;
}

.banner-section .slick-dots li.slick-active button {
  border: 1px solid #12b4eb;
  background: transparent;
}

.services-section {
  padding-top: 100px;
  padding-bottom: 90px;
  background: #f0f8fb;
}

.services-section .section-content-wrap {
  margin-bottom: 45px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.common-h2-span {
  display: block;
  color: #3d4a58;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.common-h2 {
  color: #071725;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 62px;
  font-style: normal;
  font-weight: 800;
  line-height: 117.742%;
  margin-bottom: 20px;
}

.common-h2 span {
  color: #12b4eb;
}

.services-section .section-content-wrap p {
  color: #3d4a58;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.services-section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-bottom: 55px;
}

.services-section ul li {
  border-radius: 10px;
  background: #fff;
  padding: 50px 50px 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  cursor: pointer;
}

.services-section ul li:hover {
  box-shadow: 0px 0px 50px 20px rgba(9, 23, 37, 0.1);
}

.services-section ul li:hover .see-more-btn a {
  color: #10273f;
  border: 1px solid #12b5ec;
}

.services-section ul li .content-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.services-section ul li .icon-wrap {
  margin-bottom: 40px;
}

.services-section ul li .icon-wrap img {
  margin: 0px auto;
}

.services-section ul li h3 {
  color: #071725;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-bottom: 20px;
}

.services-section ul li p {
  color: #3d4a58;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  margin-bottom: 34px;
}

.services-section ul li .see-more-btn {
  text-align: center;
  margin-top: auto;
}

.services-section ul li .see-more-btn a {
  color: #888;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #ddd;
  padding: 9px 40px;
}

.see-all-common-btn {
  text-align: center;
}

.see-all-common-btn a {
  color: #12b4eb;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 172.222%;
  letter-spacing: 0.36px;
  border-bottom: 2px solid #12b4eb;
  padding-bottom: 4px;
}
.see-all-common-btn a:hover {
  color: #000;
  border-bottom: 2px solid #000;
}

.solution-tab .tab-content-wrap .tab-panel .inner .left a:hover {
  background-color: #000;
}

.see-all-common-btn a::after {
  content: "";
  display: inline-block;
  background-image: url("../images/btn-arrow.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.see-all-common-btn a:hover::after {
  filter: brightness(0) saturate(100%) invert(0%) sepia(76%) saturate(6282%) hue-rotate(119deg) brightness(85%) contrast(96%);
}

.who-we-are-section .see-all-common-btn a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.who-we-are-section .see-all-common-btn a:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.solutions-section .tab-content-wrap .tab-panel {
  display: none;
}

.solutions-section {
  padding-top: 100px;
  padding-bottom: 85px;
}

.solutions-section .wrap {
  max-width: 985px;
  margin: 0px auto;
}

.solutions-section .section-content-wrap {
  max-width: 830px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.solutions-section .section-content-wrap p {
  color: #3d4a58;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.solutions-section .tab-wrap {
  margin-bottom: 50px;
}

.solutions-section .tab-title-wrap {
  margin-bottom: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.solutions-section .tab-title-wrap ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
}

.solutions-section .tab-title-wrap ul li {
  color: #071725;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  border-radius: 10px;
  background: #f0f8fb;
  padding: 8px 20px;
  cursor: pointer;
}

.solutions-section .tab-title-wrap ul li.active {
  color: #fff;
  background: #12b5ec;
}

.solutions-section .tab-content-wrap {
  max-width: 854px;
  margin: 0px auto;
}

.solutions-section .tab-content-wrap .inner-wrap {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
}

.solutions-section .tab-content-wrap button.slick-arrow {
  position: absolute;
  top: 50%;
  left: -70px;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  font-size: 0;
  background-image: url("../images/slider-left-arrow.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 22px;
  background-color: transparent;
  outline: none;
  z-index: 99;
}

.solutions-section .tab-content-wrap button.slick-arrow.slick-disabled {
  cursor: no-drop;
  opacity: 0.5;
}

.solutions-section .tab-content-wrap button.slick-next.slick-arrow {
  left: auto;
  right: -70px;
  background-image: url("../images/slider-right-arrow.svg");
}

.solutions-section .tab-content-wrap .icon-title-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
  padding: 20px 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0 0;
}

.solutions-section .tab-content-wrap .icon-title-wrap .icon-wrap {
  min-width: 54px;
  max-width: 54px;
}

.solutions-section .tab-content-wrap .icon-title-wrap h3 {
  padding-left: 15px;
  color: #071725;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.667%;
}

.solutions-section .tab-content-wrap .bottom-list-wrap {
  background: #f4f9fb;
  padding: 35px 55px;
  display: grid;
  grid-template-columns: 33% 54%;
  grid-gap: 30px 95px;
  border-radius: 0px 0px 20px 20px;
}

.solutions-section .tab-content-wrap .bottom-list-wrap span {
  display: block;
  color: #3d4a58;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.4px;
  position: relative;
  padding-left: 20px;
}

.solutions-section .tab-content-wrap .bottom-list-wrap span::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: auto;
  bottom: auto;
  background-image: url("../images/check-icon.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

.who-we-are-section {
  background: #112b46;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.who-we-are-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/pattern-img.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.who-we-are-section .wrap {
  max-width: 995px;
  margin: 0px auto;
  position: relative;
  z-index: 9;
}

.who-we-are-section h2.common-h2 {
  color: #fff;
}

.who-we-are-section p {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 172.222%;
  margin-bottom: 30px;
}

.who-we-are-section .see-all-common-btn {
  margin-top: 35px;
}

.who-we-are-section h3 {
  color: #12b4eb;
  font-family: "Plus Jakarta Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 81.579%;
  letter-spacing: -0.76px;
  text-align: center;
  margin-top: 55px;
}

.solutions-section .tab-content-wrap .tab-panel .slick-list {
  overflow: visible;
}

.solutions-section .tab-content-wrap .tab-panel .slick-list .slick-slide.slick-active {
  opacity: 1;
}

.solutions-section .tab-content-wrap .tab-panel .slick-list .slick-slide {
  opacity: 0;
}

.businesses-unlock-section {
  padding: 100px 0;
}

.businesses-unlock-section .wrap {
  display: grid;
  grid-template-columns: 1fr 718px;
  gap: 135px;
}

.businesses-unlock-section .wrap h2.common-h2 {
  font-size: 44px;
  text-align: left;
}

.businesses-unlock-section .wrap .right p {
  line-height: 160%;
}

.businesses-unlock-section .wrap .right p strong {
  color: #061725;
}

.our-mission-section {
  position: relative;
}

.our-mission-section .image-box {
  background-image: url("../images/our-mission-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.our-mission-section .image-box .wrap {
  padding: 70px 16px 210px 16px;
}

.our-mission-section .image-box .wrap h2.common-h2 {
  color: #fff;
}

.our-mission-section .image-box .wrap p {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.22px;
}

.why-choose {
  padding: 100px 0;
}

.why-choose h2.common-h2 {
  margin-bottom: 50px;
}

.why-choose .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 100px;
}

.why-choose .wrap .wrap-box {
  display: flex;
  gap: 35px;
}

.why-choose .wrap .wrap-box .img-box {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 2px 30px rgba(16, 39, 63, 0.25);
  border-radius: 50%;
  flex-shrink: 0;
}

.why-choose .wrap .wrap-box .text-box .heading {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 5px;
}

.why-choose .wrap .wrap-box .text-box .text {
  color: #3d4a58;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: 170%;
}

.who-serve-section {
  background: #f0f8fb;
  padding: 100px 0;
}

.who-serve-section .wrap {
  display: grid;
  grid-template-columns: 575px 1fr;
  gap: 100px;
}

.who-serve-section .wrap .right {
  margin-top: 30px;
}

.who-serve-section .wrap .right p {
  color: #3d4a58;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: -0.44px;
}

.service-banner {
  background-image: url("../images/services-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 116px 0 135px 0;
}

.service-banner .wrap {
  max-width: 500px;
}

.service-banner .wrap p {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 25px;
}

.service-banner .wrap .banner-btn-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 17px;
}

.service-banner .wrap .banner-btn-wrap a.banner-primary-btn {
  background: #12b4eb;
}

.service-banner .wrap .banner-btn-wrap a.banner-primary-btn:hover {
  background: #000;
}

.service-banner .wrap .banner-btn-wrap a.banner-outline-btn:hover {
  background: #000;
}

.gform_footer input:hover {
  background-color: #000 !important;
}

.service-banner .wrap .banner-btn-wrap a.banner-outline-btn {
  border: 1px solid #fff;
}

.service-banner .wrap .banner-btn-wrap a {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 0.36px;
  border-radius: 50px;
  padding: 17px 47px;
  display: block;
}

.deployment-configuration {
  padding: 100px 0;
}

.deployment-configuration h2.common-h2 {
  max-width: 880px;
  margin: 0 auto;
  margin-bottom: 54px;
}

.deployment-configuration .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.deployment-configuration .wrap .wrap-box {
  background: #f0f8fb;
  border-radius: 10px;
  padding: 50px 18px;
  cursor: pointer;
  transition: all 0.5s all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.deployment-configuration .wrap .wrap-box:hover {
  border-radius: 10px;
  border: 0px solid #12b5ec;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(9, 23, 37, 0.1);
}

.deployment-configuration .wrap .wrap-box .content-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.deployment-configuration .wrap .wrap-box .icon-wrap img {
  margin: 0 auto;
}

.deployment-configuration .wrap .wrap-box .icon-wrap {
  margin-bottom: 20px;
}

.deployment-configuration .wrap .wrap-box .heading {
  color: #071725;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%;
  margin-bottom: 10px;
}

.deployment-configuration .wrap .wrap-box .text {
  color: #3d4a58;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 166.667%;
  margin-bottom: 34px;
}

.deployment-configuration .wrap .wrap-box .see-more-btn {
  text-align: center;
  margin-top: auto;
}

.deployment-configuration .wrap .wrap-box .see-more-btn a {
  color: #888;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #ddd;
  padding: 9px 40px;
}

.deployment-configuration .wrap .wrap-box:hover .see-more-btn a {
  color: #10273f;
  border: 1px solid #12b5ec;
}

.insight-banner {
  background-color: #10273f;
  background-image: url("../images/Insights-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.insight-banner .wrap {
  padding: 210px 0 260px 0;
  display: flex;
  align-items: end;
  gap: 20px;
}

.insight-banner h1 {
  margin: 0;
}

.blog-list-section {
  padding: 100px 0;
}

.blog-list-section .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.blog-list-section .wrap-box {
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease 0s;
}

.blog-list-section .wrap-box:hover {
  box-shadow: 0px 10px 35px 10px rgba(16, 39, 63, 0.35);
}

.blog-list-section .wrap .wrap-box .text-wrap {
  padding: 0 20px 20px;
}

.blog-list-section .wrap .wrap-box .text-wrap .date {
  color: #12b5ec;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 20px;
}

.blog-list-section .wrap .wrap-box .text-wrap .heading {
  color: #10263f;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.blog-list-section .wrap .wrap-box .text-wrap .text p {
  color: #3d4a58;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-list-section .wrap .wrap-box .text-wrap a {
  color: #888;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border-radius: 100px;
  border: 1px solid #ddd;
  padding: 12px 30px;
}

.blog-list-section .wrap-box:hover .text-wrap a {
  color: #081725;
}

.contact-Us-section {
  padding: 100px 0;
  background: #f0f8fb;
}

.contact-Us-section .wrap .heading-box {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 20px;
  margin-right: -50px;
}

.contact-Us-section .wrap .heading-box h1 {
  color: #10263f !important;
  text-align: center;
}

.contact-Us-section .wrap .heading-box h1 span {
  color: #12b4eb;
}

.contact-Us-section .wrap p {
  color: #3d4a58;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.22px;
  max-width: 778px;
  margin: 0 auto;
}

.contact-Us-section .form-box {
  display: grid;
  grid-template-columns: auto 558px;
  gap: 65px;
  margin-top: 44px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(16, 39, 63, 0.08);
  padding: 30px;
}

.contact-Us-section .form-box .right img {
  border-radius: 12px;
}

.contact-Us-section .form-box .left .form-wrap .gform_footer input {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  border: 0;
  border-radius: 100px;
  background: #12b4eb;
  padding: 20px 43px;
  width: auto;
  margin: 0px auto;
}

/* ===close== */
.our-partners-logo-section {
  padding-top: 110px;
  padding-bottom: 90px;
  background: #f0f8fb;
}

.our-partners-logo-section .common-h2 {
  margin-bottom: 60px;
}

.our-partners-logo-section ul .slick-track {
  display: flex;
  align-items: center;
}

.our-partners-logo-section ul .slick-list {
  margin: 0px -25px;
}

.our-partners-logo-section ul li.slick-slide {
  height: inherit;
  margin: 0px 25px;
}

.our-partners-logo-section ul li .logo-wrap {
  padding: 30px 25px;
  cursor: pointer;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-partners-logo-section ul li .logo-wrap:hover {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.our-partners-logo-section ul li .logo-wrap img {
  margin: 0px auto;
  filter: brightness(0) saturate(100%) invert(54%) sepia(0%) saturate(1067%) hue-rotate(69deg) brightness(91%) contrast(85%);
}

.our-partners-logo-section ul li .logo-wrap:hover img {
  filter: unset;
}

.solutions-section .tab-content-wrap button.slick-arrow,
.solutions-section .tab-content-wrap button.slick-next.slick-arrow {
  border: unset !important;
}

.ready-to-get-section .right {
  width: 100%;
}

.top-footer {
  position: relative;
  z-index: 99;
}

.herobanner {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 186px 0;
}
.herobanner .inner h1 {
  display: flex;
  margin-bottom: 21px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
}
.herobanner .inner h1 img {
  position: relative;
  top: 17px;
}
.herobanner .inner p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 150% */
}

h1 {
  color: #fff !important;
  font-size: 72px;
  font-style: normal;
  font-weight: 800 !important;
  line-height: 104.167%;
  /* 104.167% */
  letter-spacing: -0.72px;
}

.partners-banner {
  background-position: right !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.patners-logo {
  padding: 100px 0;
}
.patners-logo .inner {
  display: flex;
  flex-direction: column;
}
.patners-logo .inner ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 42px;
}
.patners-logo .inner ul li {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 35px 0px rgba(85, 85, 85, 0.12);
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.patners-logo .inner ul li:hover {
  cursor: pointer;
  box-shadow: 0px 20px 40px 0px rgba(17, 42, 68, 0.3);
}

.page-template-partners .ready-to-get-section,
.page-template-insights .ready-to-get-section,
.page-template-contact-us .ready-to-get-section {
  display: none;
}
.page-template-partners .footer-section,
.page-template-insights .footer-section,
.page-template-contact-us .footer-section {
  margin-top: 0px;
  padding-top: 75px;
}

div#pagination-container ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}
div#pagination-container ul li {
  height: 35px;
  display: flex;
  align-items: center;
}
div#pagination-container ul li a,
div#pagination-container ul li span {
  padding: 0;
  border: 0;
  color: #9fabbd;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 175% */
  padding: 0 15px;
  background-color: transparent !important;
}
div#pagination-container ul li a:hover,
div#pagination-container ul li span:hover {
  color: #2c343f;
}
div#pagination-container ul .current {
  color: #2c343f;
}
div#pagination-container ul .prev {
  font-size: 0;
  position: relative;
  width: 15px;
  height: 11px;
}
div#pagination-container ul .prev:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  background-image: url("../images/arrowleft.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
  background-size: contain;
  display: inline-block;
}
div#pagination-container ul .next {
  font-size: 0;
  position: relative;
  width: 15px;
  height: 11px;
}
div#pagination-container ul .next:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  background-image: url("../images/rightarrow.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
  background-size: contain;
  display: inline-block;
}

.deployment-configuration h2.common-h2 {
  max-width: 100%;
}

.read-more-btn a {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%;
  letter-spacing: 0.36px;
  border-radius: 50px;
  padding: 17px 47px;
  display: block;
  background: #12b4eb;
}
.read-more-btn a:hover {
  background: #000;
}

.page-not-found-section .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-not-found-section .content-wrap h1 {
  color: #000 !important;
}

.page-not-found-section {
  padding: 80px 0;
  background-color: #f0f8fb;
}

.gform_wrapper.gravity-theme .gfield textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  height: 163px !important;
  padding: 0 20px;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
  width: 100%;
  color: #333f48;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.16px;
}
.gform_wrapper.gravity-theme .gfield input::-moz-placeholder, .gform_wrapper.gravity-theme .gfield select::-moz-placeholder, .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
  color: #333f48;
}
.gform_wrapper.gravity-theme .gfield input::placeholder,
.gform_wrapper.gravity-theme .gfield select::placeholder,
.gform_wrapper.gravity-theme .gfield textarea::placeholder {
  color: #333f48;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
  width: 100%;
  height: 64px;
  padding: 0 20px;
}

.gform_footer input.gform_button {
  background: #12b4eb;
  border: unset;
  height: 64px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.36px;
  border-radius: 100px;
  max-width: 219px;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: transparent !important;
  border: unset !important;
  font-size: 14.992px !important;
  margin-top: 8px !important;
  padding: 0 !important;
}

.gform_validation_errors {
  display: none;
}

.location {
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}
.location .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.location .inner .left {
  display: flex;
  flex-direction: column;
  padding: 42px;
  border-radius: 10px;
  background: #112b46;
  padding-top: 70px;
}
.location .inner .left:last-child .address {
  max-width: 385px;
  line-height: 170%;
}
.location .inner .left h2 {
  color: #fff;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 57.692% */
  padding-bottom: 30px;
  margin-bottom: 0;
}
.location .inner .left .locationtext {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 136.364%; /* 136.364% */
  padding-bottom: 28px;
}
.location .inner .left span {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%; /* 166.667% */
  padding-bottom: 9px;
}
.location .inner .left span b {
  color: #fff;
  padding-right: 5px;
}
.location .inner .left a {
  color: #fff;
}
.location .inner .left .address {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%; /* 256.667% */
  margin-bottom: 20px;
  padding-left: 55px;
  position: relative;
}
.location .inner .left .address:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/addressmap.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 41px;
  height: 41px;
}
.location .inner .left a.phoneno {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 256.667% */
  margin-bottom: 20px;
  padding-left: 55px;
  position: relative;
}
.location .inner .left a.phoneno:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/callicon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 41px;
  height: 41px;
}

.locations {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 70px;
}

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

.hero-solution .wrap {
  max-width: 520px;
}

.solution-tab {
  padding: 80px 0;
}
.solution-tab .tab-title-wrap ul {
  display: flex;
}
.solution-tab .tab-title-wrap ul li {
  color: #3d4a58;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 500% */
  letter-spacing: 1.12px;
  text-transform: uppercase;
  margin-right: 50px;
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
  cursor: pointer;
}
.solution-tab .tab-title-wrap ul li:hover {
  color: #12b4eb;
  border-bottom: 1px solid #12b4eb;
}
.solution-tab .tab-title-wrap ul li.active {
  color: #12b4eb;
  border-bottom: 1px solid #12b4eb;
}
.solution-tab .tab-content-wrap {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(9, 23, 37, 0.1);
  margin-top: 60px;
}
.solution-tab .tab-content-wrap .tab-panel {
  padding: 52px;
}
.solution-tab .tab-content-wrap .tab-panel:nth-child(2) {
  background: #f0f8fb;
}
.solution-tab .tab-content-wrap .tab-panel:last-child {
  background: #f0f0f0;
}
.solution-tab .tab-content-wrap .tab-panel .inner {
  display: grid;
  grid-template-columns: 544px auto;
  gap: 87px;
}
.solution-tab .tab-content-wrap .tab-panel .inner .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.solution-tab .tab-content-wrap .tab-panel .inner .left h3 {
  color: #061725;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.4px;
  padding-bottom: 17px;
  margin-bottom: 0;
}
.solution-tab .tab-content-wrap .tab-panel .inner .left p {
  color: #3d4a58;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 166.667%; /* 166.667% */
  margin-bottom: 45px;
}
.solution-tab .tab-content-wrap .tab-panel .inner .left a {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 166.667%; /* 166.667% */
  letter-spacing: 0.36px;
  border-radius: 100px;
  background-color: #12b4eb;
  padding: 17px 47px;
}
.solution-tab .tab-content-wrap .tab-panel .inner .right ul {
  display: grid;
  gap: 75px;
  grid-template-columns: repeat(2, 1fr);
}
.solution-tab .tab-content-wrap .tab-panel .inner .right ul li a img {
  margin-bottom: 20px;
}
.solution-tab .tab-content-wrap .tab-panel .inner .right ul li a p {
  line-height: 150%;
}

.staricon {
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
}
.staricon:after {
  content: "";
  position: absolute;
  bottom: 11px;
  right: -34px;
  background-image: url("../images/Star-icon.svg");
  width: 27px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-template-our-solutions .ready-to-get-section::before,
.post-type-archive-services .ready-to-get-section::before,
.page-template-privacy-policy .ready-to-get-section::before {
  display: none;
}

.top-footer .right .inner-wrap .cloudpoint-wrap ul li {
  padding-top: 0;
  padding-bottom: 0;
}

.single-post {
  overflow: visible;
}
.single-post .site-header {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
}
.single-post .ready-to-get-section::before {
  display: none;
}

.page-template-privacy-policy .site-header {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
}

.blog-single {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  padding-top: 100px;
}
.blog-single .inner {
  display: grid;
  grid-template-columns: auto 440px;
  gap: 91px;
}
.blog-single .inner .left {
  display: flex;
  flex-direction: column;
}
.blog-single .inner .left .innerleft {
  display: flex;
}
.blog-single .inner .left .innerleft p {
  padding-bottom: 0;
  position: relative;
  font-size: 16px;
  width: auto;
}
.blog-single .inner .left .innerleft p.dates {
  padding-right: 25px;
  margin-right: 25px;
}
.blog-single .inner .left .wrap {
  display: flex;
  padding: 40px 40px 58px 57px;
  margin-bottom: 55px;
  float: none;
  clear: both;
  background: #fff2ff;
  margin-top: 40px;
  border-radius: 15px;
}
.blog-single .inner .left .wrap .left {
  min-width: 140px;
  max-width: 140px;
  width: 140px;
  height: 140px;
  position: relative;
  display: block;
  background: #ddd;
  overflow: hidden;
  border: 7px solid #12b4eb;
  border-radius: 100%;
}
.blog-single .inner .left .wrap .left img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-single .inner .left .wrap .right {
  padding-left: 30px;
}
.blog-single .inner .left .wrap .right .author-wrap h2 {
  color: #12b4eb;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.blog-single .inner .left .wrap .right .author-wrap h2 span {
  color: #111;
}
.blog-single .inner .left .wrap .right p {
  padding-bottom: 2px;
}
.blog-single .inner .left .wrap .right .share-social-wrap {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.blog-single .inner .left .wrap .right .share-social-wrap a span {
  background: #12b4eb !important;
  border-radius: 50px;
  width: 35px;
  height: 35px;
}
.blog-single .inner .left .wrap .right .share-social-wrap a span svg {
  width: 24px;
  height: 34px;
}
.blog-single .inner .left .wrap .right .share-social-wrap h4 {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 183.333% */
  width: auto;
}
.blog-single .inner .left .innerpost {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}
.blog-single .inner .left .innerpost h1 {
  color: #000 !important;
  margin-bottom: 0;
  font-size: 62px;
}
.blog-single .inner .left .innerpost .text {
  display: flex;
  flex-direction: column;
  padding-top: 28px;
}
.blog-single .inner .left .innerpost .text p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 140% */
}
.blog-single .inner .left .innerpost h2 {
  color: #1f1e37;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.667%; /* 116.667% */
  padding-bottom: 15px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.blog-single .inner .left .innerpost p {
  padding-bottom: 20px;
  margin-bottom: 0 !important;
}
.blog-single .inner .left .innerpost p a {
  color: #12b4eb;
}
.blog-single .inner .left .innerpost p a:hover {
  color: #000;
  text-decoration: underline;
}
.blog-single .inner .left .innerpost ul,
.blog-single .inner .left .innerpost ol {
  display: flex;
  flex-direction: column;
}
.blog-single .inner .left .innerpost ul li,
.blog-single .inner .left .innerpost ol li {
  margin-bottom: 15px;
  padding-left: 0px;
  color: #111111;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.blog-single .inner .left .innerpost ul li b,
.blog-single .inner .left .innerpost ol li b {
  padding-bottom: 5px;
  float: left;
  width: 100%;
}
.blog-single .inner .left .innerpost .imgs {
  padding-bottom: 30px;
}
.blog-single .inner .left .innerpost .imgs img {
  height: auto;
  border-radius: 15px;
  width: 100%;
}
.blog-single .inner .right {
  display: flex;
  flex-direction: column;
}
.blog-single .inner .right .backtop {
  background-image: url("../images/backto.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
  background-position: center left;
  margin-bottom: 47px !important;
  float: left;
  width: 100%;
  color: #414141;
}
.blog-single .inner .right .backtop:hover {
  text-decoration: underline;
}
.blog-single .inner .right .recent-post {
  background-color: #f0f8fb;
  padding: 30px 20px;
  margin-top: 40px;
  border-radius: 15px;
  position: sticky;
  top: 8rem;
}
.blog-single .inner .right .recent-post h3 {
  color: #000;
  margin-bottom: 0;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  line-height: 100%; /* 87.5% */
}
.blog-single .inner .right .recent-post ul {
  margin-top: 22px;
}
.blog-single .inner .right .recent-post ul li {
  border-top: 1px solid #ddd;
  padding-bottom: 18px;
  padding-top: 18px;
  position: relative;
}
.blog-single .inner .right .recent-post ul li:last-child {
  padding-bottom: 0;
}
.blog-single .inner .right .recent-post ul li a {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 127%;
}
.blog-single .inner .right .recent-post ul li a:hover {
  color: #12b4eb;
}

.policy {
  padding: 100px 0;
}
.policy .inner-page h1 {
  color: #000 !important;
}
.policy .privacy-policy-content {
  padding-top: 20px;
}
.policy .privacy-policy-content h2 {
  color: #000;
  text-align: left;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 117.742%; /* 117.742% */
}
.policy .privacy-policy-content ul,
.policy .privacy-policy-content ol {
  padding-left: 21px;
}
.policy .privacy-policy-content ul li,
.policy .privacy-policy-content ol li {
  padding-bottom: 14px;
  color: #3d4a58;
  text-align: left;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  list-style: disc;
}
.policy .privacy-policy-content a {
  color: #12b4eb;
}

a#backtotop {
  background: #12b4eb;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 99;
}
a#backtotop:hover {
  background-color: rgba(18, 180, 235, 0.7294117647);
}

.show {
  display: flex !important;
}

.gform_wrapper.gravity-theme .gfield select {
  color: #333f48;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-image: url("../images/ic-menu-dropdown-arrow-black.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 10px center;
}

form.search-form {
  position: relative;
}

.search-form button.search-submit {
  position: absolute;
  right: 15px;
  border: unset;
  background: transparent;
  height: 100%;
  top: 0;
  outline: unset !important;
}

form.search-form label {
  margin-bottom: 0;
}

.search-form input.search-field {
  border-radius: 100px;
  height: 45px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 40px;
}

.search .ready-to-get-section::before,
.page-template-book-call .ready-to-get-section::before {
  display: none !important;
}

.seachpage {
  padding: 100px 0;
}

.seachpage h1.entry-title {
  color: #000 !important;
  text-align: center;
  font-size: 35px;
  margin-bottom: 20px;
}

.no-results p {
  text-align: center;
}

.seachpage .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 40px !important;
}

.seachpage .list article a img {
  width: 100%;
}

.seachpage .list article {
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease 0s;
  display: flex;
  flex-direction: column;
}

.seachpage .list article h2.entry-title a {
  color: #10263f;
  font-size: 22px;
  font-weight: 700 !important;
  line-height: normal;
  margin-top: 10px;
}

.seachpage .list article header {
  order: 2;
}

.seachpage .list article .entry-summary p {
  display: none;
}

.page-template-book-call .policy .inner-page h1 {
  text-align: center;
}

.location .inner .left:last-child a.address:before {
  top: 4px;
}

.header-wrap .country {
  width: 84px;
}
.header-wrap .language-selector {
  width: 64px;
  height: 36px;
  border: 1px solid rgba(8, 23, 37, 0.2);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  position: relative;
  cursor: pointer;
}
.header-wrap .language-selector .selected-language {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.header-wrap .flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-wrap .arrow {
  font-size: 16px;
  color: #081725;
}
.header-wrap .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid rgba(8, 23, 37, 0.2);
  border-radius: 8px;
  margin-top: 0;
  width: 63px;
  z-index: 10;
  list-style: none;
  padding: 8px 0;
}
.header-wrap .dropdown.show {
  display: flex !important;
  flex-direction: column;
}
.header-wrap .language-selector:hover .dropdown {
  display: block;
}
.header-wrap .dropdown li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  justify-content: center;
}
.header-wrap .dropdown li:hover {
  background-color: #f0f0f0;
}

.ready-to-get-section {
  background: transparent;
  position: relative;
  z-index: 9;
}

.ready-to-get-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 135px;
  background: #f0f8fb;
}

.ready-to-get-section .wrap {
  border-radius: 14px;
  background-image: url("../images/footer-banner.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 120px 80px 120px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 68px;
  overflow: hidden;
}

.ready-to-get-section .wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/cta-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.ready-to-get-section .left {
  min-width: 530px;
  max-width: 530px;
}

.ready-to-get-section .left h2.common-h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 110px;
}

.ready-to-get-section .left .bottom ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px 45px;
}

.ready-to-get-section .left .bottom ul li p {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.08px;
  margin-bottom: 25px;
}

.ready-to-get-section .left .bottom ul li a {
  display: block;
  margin-bottom: 10px;
}

.ready-to-get-section .left .bottom ul li a:last-child {
  margin-bottom: 0;
}

.ready-to-get-section .left .bottom ul li a.mobile {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.ready-to-get-section .left .bottom ul li a.mobile span {
  font-size: 18px;
  padding-right: 4px;
  font-weight: 400;
  position: relative;
  top: 1px;
}

.ready-to-get-section .left .bottom ul li a.email {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ready-to-get-section .right {
  padding-top: 14px;
}

.ready-to-get-section .right .form-wrap .gform_heading {
  display: none;
}

.ready-to-get-section .right .form-wrap .gform_fields input,
.ready-to-get-section .right .form-wrap .gform_fields textarea {
  color: #343f49;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0px 20px;
  border-radius: 4px;
  background: #fff;
  border: 0;
  height: 55px;
}

.ready-to-get-section .right .form-wrap .gform_fields textarea {
  height: 90px !important;
}

.ready-to-get-section .right .form-wrap .gform_footer {
  margin: 30px 0 0 0;
  padding: 0;
  position: relative;
}

.ready-to-get-section .right .form-wrap .gform_footer input {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  border: 0;
  border-radius: 100px;
  background: #12b4eb;
  padding: 20px 43px;
  width: auto;
  margin: 0px auto;
}

.ready-to-get-section .right .form-wrap .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 24px;
  left: 72%;
  right: auto;
  bottom: auto;
  display: block;
}

.ready-to-get-section .right .form-wrap .instruction.validation_message {
  display: none;
}

.ready-to-get-section .right .form-wrap .gfield_validation_message {
  background: none;
  border: 0;
  margin: 2px 0 0 0;
  padding: 0;
}

.ready-to-get-section .right .form-wrap .gform_confirmation_message {
  color: green;
}

.footer-section {
  padding-top: 235px;
  padding-bottom: 40px;
  background: #112b46;
  position: relative;
  margin-top: -135px;
}

.footer-section::before {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: -60px;
  right: auto;
  bottom: 20px;
  background-image: url("../images/footer-before-img.svg");
  background-repeat: no-repeat;
  width: 596px;
  height: 450px;
}

.top-footer {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 12px !important;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.top-footer .left {
  min-width: 430px;
  max-width: 430px;
}

.top-footer .left .footer-logo-wrap {
  margin-bottom: 25px;
}

.top-footer .left .footer-logo-wrap a {
  display: block;
}

.top-footer .left .footer-logo-wrap a img {
  max-width: 253px;
}

.top-footer .left p {
  color: #b8c5d1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.top-footer .left ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 11px;
}

.top-footer .right {
  width: 100%;
}

.top-footer .right .inner-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 90px;
  justify-content: flex-end;
}

.top-footer .right .inner-wrap .inner-left {
  min-width: 100px;
  max-width: 100px;
}

.top-footer .right h4 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 15px;
}

.top-footer .right .inner-wrap .inner-left ul li {
  margin-bottom: 15px;
}

.top-footer .right .inner-wrap .inner-left ul li:last-child {
  margin-bottom: 0;
}

.top-footer .right .inner-wrap .inner-left ul li a {
  color: #b8c6d1;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}

.top-footer .right .inner-wrap .inner-left ul li a:hover {
  color: #12b4eb;
}

.top-footer .right .inner-wrap .cloudpoint-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0px 33px;
}

.top-footer .right .inner-wrap .cloudpoint-wrap h6 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
}

.top-footer .right .inner-wrap .cloudpoint-wrap p {
  color: #12b4eb;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
}

.top-footer .right .inner-wrap .cloudpoint-wrap ul li {
  margin-bottom: 16px;
  padding-left: 30px;
  position: relative;
}

.top-footer .right .inner-wrap .cloudpoint-wrap ul li p {
  margin-bottom: 3px;
}

.top-footer .right .inner-wrap .cloudpoint-wrap ul li a {
  margin-bottom: 10px;
}

.top-footer .right .inner-wrap .cloudpoint-wrap ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  right: auto;
  bottom: auto;
  background-repeat: no-repeat;
  width: 19px;
  height: 21px;
}

.top-footer .right .inner-wrap .cloudpoint-wrap ul li.location::before {
  background-image: url("../images/footer-location-icon.svg");
}

.top-footer .right .inner-wrap .cloudpoint-wrap ul li.number::before {
  background-image: url("../images/footer-number-icon.svg");
}

.top-footer .right .inner-wrap .cloudpoint-wrap ul li.email::before {
  background-image: url("../images/footer-email-icon.svg");
}

.top-footer .right .inner-wrap .cloudpoint-wrap ul li:last-child {
  margin-bottom: 0;
}

.top-footer .right .inner-wrap .cloudpoint-wrap ul li.location a {
  color: #b8c6d1;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  max-width: 209px;
}

.top-footer .right .inner-wrap .cloudpoint-wrap ul li.number a {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.top-footer .right .inner-wrap .cloudpoint-wrap ul li.email a {
  color: #b8c6d1;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.16px;
  margin-bottom: 20px;
}

.bottom-footer {
  padding-top: 33px;
}

.bottom-footer .copyright-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 15px;
  justify-content: space-between;
}

.bottom-footer .copyright-wrap .left p {
  color: #b8c6d1;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.14px;
}

.bottom-footer .copyright-wrap .right {
  display: flex;
  flex-wrap: nowrap;
  gap: 0px 30px;
}

.bottom-footer .copyright-wrap .right a {
  color: #b8c6d1;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.14px;
}

.top-footer .right .inner-wrap .cloudpoint-wrap ul li.location a br {
  display: none;
}

@media only screen and (min-width: 1600px) and (max-width: 1899px) {
  .banner-section .content-wrap h1 {
    font-size: 52px;
  }
  .banner-section .content-wrap p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .banner-section .content-wrap .banner-btn-wrap a {
    font-size: 17px;
    padding: 17px 37px;
  }
  .banner-section .banner-img,
  .banner-section .banner-img img {
    height: 728px;
  }
  .common-h2 {
    font-size: 52px;
  }
  .services-section ul li h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .solutions-section .tab-content-wrap .icon-title-wrap h3 {
    font-size: 25px;
  }
  .who-we-are-section h3 {
    font-size: 32px;
    margin-top: 38px;
  }
  .our-partners-logo-section .common-h2 {
    margin-bottom: 30px;
  }
  .our-partners-logo-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .ready-to-get-section .wrap {
    padding: 80px 80px 80px 80px;
  }
  .businesses-unlock-section .wrap h2.common-h2 {
    font-size: 40px;
  }
  .why-choose .wrap .wrap-box .text-box .heading {
    font-size: 30px;
  }
  .why-choose .wrap .wrap-box {
    gap: 32px;
  }
  .why-choose .wrap {
    gap: 35px 90px;
  }
  .herobanner {
    padding: 126px 0;
  }
  .patners-logo .inner ul {
    grid-gap: 36px;
  }
  .patners-logo {
    padding: 80px 0;
  }
  div#pagination-container ul {
    padding-top: 40px;
  }
  /**/
  .service-banner {
    padding: 86px 0 105px 0;
  }
  .deployment-configuration {
    padding: 80px 0;
  }
  /**/
  .insight-banner .wrap {
    padding: 150px 0 150px 0;
  }
  /*contact*/
  h1 {
    font-size: 62px;
  }
  .contact-Us-section .wrap p {
    font-size: 19px;
  }
  .contact-Us-section {
    padding: 80px 0;
  }
  .location {
    padding: 80px 0;
  }
  .location .inner .left h2 {
    font-size: 45px;
    padding-bottom: 23px;
  }
  .location .inner .left .locationtext {
    font-size: 19px;
    padding-bottom: 23px;
  }
  .location .inner .left .address {
    margin-bottom: 14px;
  }
  /*solution*/
  .solution-tab .tab-content-wrap {
    margin-top: 40px;
  }
  .solution-tab .tab-content-wrap .tab-panel {
    padding: 42px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .left h3 {
    font-size: 35px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .left p {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul li a p {
    font-size: 18px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul {
    gap: 45px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul li a img {
    margin-bottom: 10px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .left a {
    font-size: 17px;
    padding: 17px 37px;
  }
  .solution-tab .tab-title-wrap ul li {
    margin-right: 40px;
  }
  /*blog page*/
  .blog-single {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .blog-single .inner .left .innerpost h1 {
    font-size: 56px;
  }
  .blog-single .inner .left .innerpost {
    padding-top: 10px;
  }
  .blog-single .inner .left .innerpost p,
  .blog-single .inner .left .innerpost ul li,
  .blog-single .inner .left .innerpost ol li {
    font-size: 18px;
  }
  .blog-single .inner .right .recent-post h3 {
    font-size: 36px;
    line-height: 100%;
  }
  .policy {
    padding: 70px 0;
  }
  .privacy-policy-content p,
  .policy .privacy-policy-content ul li,
  .policy .privacy-policy-content ol li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1599px) {
  .container {
    width: 1200px !important;
  }
  .header-wrap .container {
    width: 100% !important;
    padding: 0 20px !important;
  }
  .header-right-inner-wrap ul.menu {
    gap: 0px 15px;
  }
  .header-main .logo a img {
    max-width: 215px;
  }
  .header .header-main .logo {
    width: 215px;
  }
  .banner-section .slick-dots {
    max-width: 1200px;
    bottom: 40px;
  }
  .banner-section .content-wrap h1 {
    font-size: 50px;
  }
  .banner-section .content-wrap p {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .banner-section .content-wrap .banner-btn-wrap a {
    font-size: 16px;
    padding: 17px 37px;
  }
  .banner-section .banner-img,
  .banner-section .banner-img img {
    height: 568px;
  }
  .common-h2 {
    font-size: 45px;
  }
  .services-section ul li h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .solutions-section .tab-content-wrap .icon-title-wrap h3 {
    font-size: 25px;
  }
  .who-we-are-section h3 {
    font-size: 27px;
    margin-top: 38px;
  }
  .our-partners-logo-section .common-h2 {
    margin-bottom: 30px;
  }
  .our-partners-logo-section ul li .logo-wrap {
    padding: 30px 5px;
    height: auto;
  }
  .our-partners-logo-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ready-to-get-section .wrap {
    padding: 80px 80px 80px 80px;
  }
  .services-section ul {
    grid-gap: 20px;
  }
  .services-section ul li .icon-wrap {
    margin-bottom: 20px;
  }
  .solutions-section,
  .who-we-are-section,
  .services-section,
  .businesses-unlock-section,
  .why-choose,
  .who-serve-section,
  .deployment-configuration,
  .blog-list-section,
  .contact-Us-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .top-footer {
    gap: 0px 92px;
    padding-bottom: 40px;
  }
  .businesses-unlock-section .wrap h2.common-h2 {
    font-size: 35px;
  }
  .businesses-unlock-section .wrap {
    grid-template-columns: 1fr 650px;
    gap: 60px;
  }
  .why-choose .wrap .wrap-box .text-box .heading {
    font-size: 28px;
  }
  .why-choose .wrap .wrap-box {
    gap: 28px;
  }
  .why-choose .wrap {
    gap: 30px 70px;
  }
  .why-choose h2.common-h2 {
    margin-bottom: 45px;
  }
  .who-serve-section .wrap {
    gap: 50px;
  }
  .deployment-configuration h2.common-h2 {
    margin-bottom: 45px;
  }
  .service-banner .wrap h1 {
    font-size: 60px;
  }
  .insight-banner h1 {
    font-size: 60px;
  }
  .blog-list-section .wrap {
    gap: 36px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap .date {
    margin-top: 28px;
    margin-bottom: 18px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap .heading {
    font-size: 21px;
    margin-bottom: 18px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap .text p {
    margin-bottom: 26px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap a {
    padding: 11px 28px;
  }
  .contact-Us-section .wrap .heading-box h1 {
    font-size: 60px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu {
    padding: 30px;
  }
  .herobanner {
    padding: 126px 0;
  }
  .patners-logo .inner ul {
    grid-gap: 36px;
  }
  .patners-logo {
    padding: 80px 0;
  }
  div#pagination-container ul {
    padding-top: 40px;
  }
  h1 {
    font-size: 60px;
  }
  /**/
  .service-banner {
    padding: 70px 0 90px 0;
  }
  .deployment-configuration {
    padding: 70px 0;
  }
  /**/
  .insight-banner .wrap {
    padding: 150px 0 150px 0;
  }
  /*contact*/
  .contact-Us-section .wrap p {
    font-size: 19px;
  }
  .contact-Us-section {
    padding: 80px 0;
  }
  .location {
    padding: 80px 0;
  }
  .location .inner .left h2 {
    font-size: 45px;
    padding-bottom: 23px;
  }
  .location .inner .left .locationtext {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .location .inner .left .address {
    margin-bottom: 14px;
  }
  .location .inner .left {
    padding: 32px;
    padding-top: 40px;
  }
  .location .inner {
    gap: 30px;
  }
  .location .inner .left span {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .locations {
    padding-left: 80px;
    padding-right: 80px;
  }
  .contact-Us-section .form-box {
    gap: 25px;
  }
  /*solution*/
  .solution-tab .tab-content-wrap {
    margin-top: 40px;
  }
  .solution-tab .tab-content-wrap .tab-panel {
    padding: 42px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .left h3 {
    font-size: 30px;
    max-width: 380px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .left p {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul li a p {
    font-size: 16px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul {
    gap: 45px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul li a img {
    margin-bottom: 10px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .left a {
    font-size: 17px;
    padding: 17px 37px;
  }
  .solution-tab .tab-title-wrap ul li {
    margin-right: 40px;
    font-size: 15px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner {
    gap: 17px;
  }
  /*blog page*/
  .blog-single {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .blog-single .inner .left .innerpost h1 {
    font-size: 50px;
  }
  .blog-single .inner .left .innerpost {
    padding-top: 10px;
  }
  .blog-single .inner .left .innerpost p,
  .blog-single .inner .left .innerpost ul li,
  .blog-single .inner .left .innerpost ol li {
    font-size: 17px;
  }
  .blog-single .inner .right .recent-post h3 {
    font-size: 32px;
    line-height: 100%;
  }
  .blog-single .inner {
    grid-template-columns: auto 400px;
    gap: 51px;
  }
  .blog-single .inner .left .innerpost h2 {
    font-size: 27px;
  }
  .policy {
    padding: 60px 0;
  }
  .privacy-policy-content p,
  .policy .privacy-policy-content ul li,
  .policy .privacy-policy-content ol li {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1349px) {
  .container {
    width: 1110px;
  }
  .header-wrap .container {
    width: 100% !important;
    padding: 0 20px !important;
  }
  form.search-form {
    position: relative;
    max-width: 189px;
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 14px;
  }
  .header-right-inner-wrap ul.menu {
    gap: 0px 15px;
  }
  .header-main .logo a img {
    max-width: 215px;
  }
  .header .header-main .logo {
    width: 215px;
  }
  header#header .container {
    width: 100%;
    padding: 0 20px !important;
  }
  .banner-section .content-wrap h1 {
    font-size: 50px;
  }
  .banner-section .content-wrap p {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .banner-section .content-wrap .banner-btn-wrap a {
    font-size: 16px;
    padding: 17px 37px;
  }
  .banner-section .banner-img,
  .banner-section .banner-img img {
    height: 568px;
  }
  .common-h2 {
    font-size: 45px;
  }
  .services-section ul li h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .solutions-section .tab-content-wrap .icon-title-wrap h3 {
    font-size: 22px;
  }
  .who-we-are-section h3 {
    font-size: 27px;
    margin-top: 38px;
  }
  .our-partners-logo-section .common-h2 {
    margin-bottom: 30px;
  }
  .our-partners-logo-section ul li .logo-wrap {
    padding: 30px 5px;
    height: auto;
  }
  .our-partners-logo-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ready-to-get-section .wrap {
    padding: 80px 80px 80px 80px;
  }
  .banner-section .slick-dots {
    max-width: 1110px;
    bottom: 40px;
  }
  .services-section ul {
    grid-gap: 20px;
  }
  .services-section ul li .icon-wrap {
    margin-bottom: 20px;
  }
  .solutions-section,
  .who-we-are-section,
  .services-section,
  .businesses-unlock-section,
  .why-choose,
  .who-serve-section,
  .deployment-configuration,
  .blog-list-section,
  .contact-Us-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .top-footer {
    gap: 0px;
    padding-bottom: 40px;
  }
  .services-section ul li {
    padding: 20px;
  }
  .solutions-section .tab-content-wrap .bottom-list-wrap span {
    font-size: 16px;
  }
  .footer-section {
    padding-top: 195px;
  }
  .top-footer .right .inner-wrap .inner-left ul li a {
    font-size: 15px;
  }
  .top-footer .right .inner-wrap {
    gap: 0px 40px;
  }
  .businesses-unlock-section .wrap h2.common-h2 {
    font-size: 30px;
  }
  .businesses-unlock-section .wrap {
    grid-template-columns: 1fr 650px;
    gap: 60px;
  }
  .our-mission-section .image-box .wrap p {
    font-size: 20px;
  }
  .why-choose .wrap .wrap-box .text-box .heading {
    font-size: 26px;
  }
  .why-choose .wrap .wrap-box {
    gap: 26px;
  }
  .why-choose .wrap {
    gap: 30px 50px;
  }
  .why-choose h2.common-h2 {
    margin-bottom: 40px;
  }
  .who-serve-section .wrap .right p {
    font-size: 20px;
  }
  .who-serve-section .wrap {
    grid-template-columns: 500px 1fr;
    gap: 30px;
  }
  .who-serve-section .wrap .right h2.common-h2 {
    margin-bottom: 18px;
  }
  .deployment-configuration .wrap .wrap-box .heading {
    font-size: 22px;
  }
  .deployment-configuration .wrap .wrap-box {
    padding: 40px 16px;
  }
  .deployment-configuration .wrap {
    gap: 30px;
  }
  .deployment-configuration h2.common-h2 {
    margin-bottom: 40px;
  }
  .service-banner .wrap h1 {
    font-size: 55px;
  }
  .service-banner .wrap .banner-btn-wrap a {
    font-size: 16px;
    padding: 17px 37px;
  }
  .insight-banner h1 {
    font-size: 55px;
  }
  .blog-list-section .wrap {
    gap: 32px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap .date {
    margin-top: 26px;
    margin-bottom: 16px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap .heading {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap .text p {
    margin-bottom: 24px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap a {
    padding: 11px 26px;
  }
  .contact-Us-section .wrap .heading-box h1 {
    font-size: 55px;
  }
  .contact-Us-section .wrap p {
    font-size: 20px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu {
    padding: 20px 30px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li a p {
    font-size: 14px;
    margin-top: 3px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li a {
    font-size: 14px;
  }
  .herobanner {
    padding: 106px 0;
  }
  .patners-logo .inner ul {
    grid-gap: 16px;
  }
  .patners-logo {
    padding: 70px 0;
  }
  div#pagination-container ul {
    padding-top: 30px;
  }
  .patners-logo .inner ul li {
    padding: 20px;
    justify-content: center;
  }
  h1 {
    font-size: 60px;
  }
  .herobanner .inner p {
    font-size: 17px;
  }
  .service-banner {
    padding: 70px 0;
  }
  /**/
  .insight-banner .wrap {
    padding: 120px 0 130px 0;
  }
  /*contact*/
  .contact-Us-section .wrap p {
    font-size: 18px;
  }
  .contact-Us-section {
    padding: 70px 0;
  }
  .location {
    padding: 70px 0;
  }
  .location .inner .left h2 {
    font-size: 40px;
    padding-bottom: 18px;
  }
  .location .inner .left .locationtext {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .location .inner .left .address {
    margin-bottom: 14px;
  }
  .location .inner .left {
    padding: 32px;
    padding-top: 40px;
  }
  .location .inner {
    gap: 30px;
  }
  .location .inner .left span {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .locations {
    padding-left: 80px;
    padding-right: 80px;
  }
  .contact-Us-section .form-box {
    gap: 25px;
  }
  .gform_wrapper.gravity-theme .gfield input.large,
  .gform_wrapper.gravity-theme .gfield select.large {
    height: 55px;
  }
  .gform_wrapper.gravity-theme input[type=color],
  .gform_wrapper.gravity-theme input[type=date],
  .gform_wrapper.gravity-theme input[type=datetime-local],
  .gform_wrapper.gravity-theme input[type=datetime],
  .gform_wrapper.gravity-theme input[type=email],
  .gform_wrapper.gravity-theme input[type=month],
  .gform_wrapper.gravity-theme input[type=number],
  .gform_wrapper.gravity-theme input[type=password],
  .gform_wrapper.gravity-theme input[type=search],
  .gform_wrapper.gravity-theme input[type=tel],
  .gform_wrapper.gravity-theme input[type=text],
  .gform_wrapper.gravity-theme input[type=time],
  .gform_wrapper.gravity-theme input[type=url],
  .gform_wrapper.gravity-theme input[type=week],
  .gform_wrapper.gravity-theme select,
  .gform_wrapper.gravity-theme textarea {
    font-size: 13px;
  }
  .gform_wrapper.gravity-theme .gfield textarea {
    height: 103px !important;
    padding: 0 20px;
    font-size: 13px !important;
  }
  .gform_footer input.gform_button {
    height: 54px;
    font-size: 15px;
    max-width: 199px;
  }
  /*solution*/
  .solution-tab .tab-content-wrap {
    margin-top: 40px;
  }
  .solution-tab .tab-content-wrap .tab-panel {
    padding: 39px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .left h3 {
    font-size: 28px;
    max-width: 380px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .left p {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul li a p {
    font-size: 16px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul {
    gap: 34px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul li a img {
    margin-bottom: 10px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .left a {
    font-size: 16px;
    padding: 15px 30px;
  }
  .solution-tab .tab-title-wrap ul li {
    margin-right: 30px;
    font-size: 15px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner {
    gap: 17px;
    grid-template-columns: 444px auto;
  }
  /*blog page*/
  .blog-single {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .blog-single .inner .left .innerpost h1 {
    font-size: 45px;
  }
  .blog-single .inner .left .innerpost {
    padding-top: 10px;
  }
  .blog-single .inner .left .innerpost p,
  .blog-single .inner .left .innerpost ul li,
  .blog-single .inner .left .innerpost ol li {
    font-size: 16px;
  }
  .blog-single .inner .right .recent-post h3 {
    font-size: 32px;
    line-height: 100%;
  }
  .blog-single .inner {
    grid-template-columns: auto 340px;
    gap: 51px;
  }
  .blog-single .inner .left .innerpost h2 {
    font-size: 27px;
  }
  .policy {
    padding: 60px 0;
  }
  .privacy-policy-content p,
  .policy .privacy-policy-content ul li,
  .policy .privacy-policy-content ol li {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 100%;
    padding: 0 50px !important;
  }
  .header-wrap .container {
    width: 100% !important;
    padding: 0 20px !important;
  }
  form.search-form {
    position: relative;
    max-width: 189px;
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 14px;
  }
  .header-right-inner-wrap ul.menu {
    gap: 0px 15px;
  }
  .header-main .logo a img {
    max-width: 165px;
  }
  .header .header-main .logo {
    width: 165px;
  }
  .header-right-inner-wrap ul.menu {
    gap: 0px 19px;
  }
  .header-right-inner-wrap {
    gap: 0px 12px;
  }
  header#header .container {
    width: 100%;
    padding: 0 20px !important;
  }
  .banner-section .content-wrap h1 {
    font-size: 40px;
  }
  .banner-section .content-wrap p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .banner-section .content-wrap .banner-btn-wrap a {
    font-size: 16px;
    padding: 17px 37px;
  }
  .banner-section .banner-img,
  .banner-section .banner-img img {
    height: 568px;
  }
  .common-h2 {
    font-size: 35px;
  }
  .services-section ul li h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .solutions-section .tab-content-wrap .icon-title-wrap h3 {
    font-size: 22px;
  }
  .who-we-are-section h3 {
    font-size: 27px;
    margin-top: 38px;
  }
  .our-partners-logo-section .common-h2 {
    margin-bottom: 30px;
  }
  .our-partners-logo-section ul li .logo-wrap {
    padding: 30px 5px;
    height: auto;
  }
  .our-partners-logo-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ready-to-get-section .wrap {
    padding: 50px;
  }
  .banner-section .slick-dots {
    max-width: 100%;
    padding: 0 50px !important;
    bottom: 40px;
  }
  .services-section ul {
    grid-gap: 20px;
  }
  .services-section ul li .icon-wrap {
    margin-bottom: 20px;
  }
  .solutions-section,
  .who-we-are-section,
  .services-section,
  .businesses-unlock-section,
  .why-choose,
  .who-serve-section,
  .deployment-configuration,
  .blog-list-section,
  .contact-Us-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .top-footer {
    gap: 0px;
    padding-bottom: 40px;
  }
  .services-section ul li {
    padding: 20px;
  }
  .solutions-section .tab-content-wrap .bottom-list-wrap span {
    font-size: 16px;
  }
  .footer-section {
    padding-top: 195px;
  }
  .top-footer .right .inner-wrap .inner-left ul li a {
    font-size: 15px;
  }
  .top-footer .right .inner-wrap {
    gap: 0px 40px;
  }
  .ready-to-get-section .left {
    min-width: 390px;
    max-width: 390px;
  }
  .ready-to-get-section .left h2.common-h2 {
    margin-bottom: 50px;
  }
  .ready-to-get-section .left .bottom ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .ready-to-get-section .left .bottom ul li a.mobile {
    font-size: 19px;
  }
  .ready-to-get-section .left .bottom ul li p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .ready-to-get-section .right .form-wrap .gform_footer input {
    font-size: 15px;
    padding: 16px 23px;
  }
  .top-footer .right .inner-wrap .cloudpoint-wrap {
    gap: 0px 13px;
  }
  .top-footer .left p {
    padding-right: 50px;
  }
  .bottom-footer {
    padding-top: 13px;
  }
  .footer-section {
    padding-bottom: 10px;
  }
  .top-footer .right .inner-wrap .cloudpoint-wrap ul li.location a {
    font-size: 14px;
  }
  .businesses-unlock-section .wrap h2.common-h2 {
    font-size: 26px;
  }
  .businesses-unlock-section .wrap {
    grid-template-columns: 1fr 630px;
    gap: 60px;
  }
  .our-mission-section .image-box .wrap p {
    font-size: 18px;
  }
  .why-choose .wrap .wrap-box .text-box .heading {
    font-size: 24px;
  }
  .why-choose .wrap .wrap-box .text-box .text {
    font-size: 18px;
  }
  .why-choose .wrap .wrap-box {
    gap: 20px;
  }
  .why-choose .wrap {
    gap: 30px 50px;
  }
  .why-choose h2.common-h2 {
    margin-bottom: 35px;
  }
  .who-serve-section .wrap .right p {
    font-size: 20px;
  }
  .who-serve-section .wrap {
    grid-template-columns: 460px 1fr;
    gap: 30px;
  }
  .who-serve-section .wrap .right h2.common-h2 {
    margin-bottom: 16px;
  }
  .deployment-configuration .wrap .wrap-box .heading {
    font-size: 22px;
  }
  .deployment-configuration .wrap {
    gap: 20px;
  }
  .deployment-configuration .wrap .wrap-box {
    padding: 30px 16px;
  }
  .deployment-configuration h2.common-h2 {
    margin-bottom: 35px;
  }
  .service-banner .wrap h1 {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .service-banner {
    padding: 70px 0;
  }
  .service-banner .wrap .banner-btn-wrap a {
    font-size: 16px;
    padding: 17px 37px;
  }
  .insight-banner h1 {
    font-size: 50px;
  }
  .insight-banner .wrap {
    padding: 100px 0;
  }
  .insight-banner {
    background-position: right center;
    background-size: contain;
  }
  .blog-list-section .wrap {
    gap: 26px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap .date {
    margin-top: 24px;
    margin-bottom: 15px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap .heading {
    font-size: 19px;
    margin-bottom: 14px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap .text p {
    margin-bottom: 20px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap a {
    padding: 10px 24px;
  }
  .contact-Us-section .wrap .heading-box h1 {
    font-size: 50px;
  }
  .contact-Us-section .wrap p {
    font-size: 18px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu {
    top: 99px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li a p {
    font-size: 14px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li a {
    font-size: 15px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu {
    padding: 20px 30px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li a p {
    font-size: 14px;
    margin-top: 3px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li a {
    font-size: 14px;
  }
  h1 {
    font-size: 59px;
  }
  .herobanner {
    padding: 106px 0;
  }
  .patners-logo .inner ul {
    grid-gap: 16px;
  }
  .patners-logo {
    padding: 70px 0;
  }
  div#pagination-container ul {
    padding-top: 30px;
  }
  .patners-logo .inner ul li {
    padding: 20px;
    justify-content: center;
  }
  /**/
  .insight-banner .wrap {
    padding: 120px 0 130px 0;
  }
  /*contact*/
  .contact-Us-section .wrap p {
    font-size: 18px;
  }
  .contact-Us-section {
    padding: 70px 0;
  }
  .location {
    padding: 70px 0;
  }
  .location .inner .left h2 {
    font-size: 40px;
    padding-bottom: 18px;
  }
  .location .inner .left .locationtext {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .location .inner .left .address {
    margin-bottom: 14px;
  }
  .location .inner .left {
    padding: 32px;
    padding-top: 40px;
  }
  .location .inner {
    gap: 30px;
  }
  .location .inner .left span {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .locations {
    padding-left: 80px;
    padding-right: 80px;
  }
  .location .inner .left .address,
  .location .inner .left a.phoneno {
    font-size: 16px;
    background-size: 35px;
    padding-left: 45px;
  }
  .contact-Us-section .form-box {
    gap: 25px;
    grid-template-columns: auto 458px;
  }
  .gform_wrapper.gravity-theme .gfield input.large,
  .gform_wrapper.gravity-theme .gfield select.large {
    height: 55px;
  }
  .gform_wrapper.gravity-theme input[type=color],
  .gform_wrapper.gravity-theme input[type=date],
  .gform_wrapper.gravity-theme input[type=datetime-local],
  .gform_wrapper.gravity-theme input[type=datetime],
  .gform_wrapper.gravity-theme input[type=email],
  .gform_wrapper.gravity-theme input[type=month],
  .gform_wrapper.gravity-theme input[type=number],
  .gform_wrapper.gravity-theme input[type=password],
  .gform_wrapper.gravity-theme input[type=search],
  .gform_wrapper.gravity-theme input[type=tel],
  .gform_wrapper.gravity-theme input[type=text],
  .gform_wrapper.gravity-theme input[type=time],
  .gform_wrapper.gravity-theme input[type=url],
  .gform_wrapper.gravity-theme input[type=week],
  .gform_wrapper.gravity-theme select,
  .gform_wrapper.gravity-theme textarea {
    font-size: 13px;
  }
  .gform_wrapper.gravity-theme .gfield textarea {
    height: 103px !important;
    padding: 0 20px;
    font-size: 13px !important;
  }
  .gform_footer input.gform_button {
    height: 54px;
    font-size: 15px;
    max-width: 199px;
  }
  /*solution*/
  .solution-tab .tab-content-wrap {
    margin-top: 40px;
  }
  .solution-tab .tab-content-wrap .tab-panel {
    padding: 39px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .left h3 {
    font-size: 28px;
    max-width: 380px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .left p {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul li a p {
    font-size: 15px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul {
    gap: 34px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul li a img {
    margin-bottom: 10px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .left a {
    font-size: 15px;
    padding: 15px 30px;
  }
  .solution-tab .tab-title-wrap ul li {
    margin-right: 20px;
    font-size: 14px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner {
    gap: 17px;
    grid-template-columns: 444px auto;
  }
  /*blog page*/
  .blog-single {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .blog-single .inner .left .innerpost h1 {
    font-size: 45px;
  }
  .blog-single .inner .left .innerpost {
    padding-top: 10px;
  }
  .blog-single .inner .left .innerpost p,
  .blog-single .inner .left .innerpost ul li,
  .blog-single .inner .left .innerpost ol li {
    font-size: 16px;
  }
  .blog-single .inner .left .innerpost p {
    padding-bottom: 12px;
  }
  .blog-single .inner .right .recent-post h3 {
    font-size: 32px;
    line-height: 100%;
  }
  .blog-single .inner {
    grid-template-columns: auto 340px;
    gap: 51px;
  }
  .blog-single .inner .left .innerpost h2 {
    font-size: 27px;
  }
  .policy {
    padding: 50px 0;
  }
  .privacy-policy-content p,
  .policy .privacy-policy-content ul li,
  .policy .privacy-policy-content ol li {
    font-size: 16px;
  }
}
@media (max-width: 1120px) {
  .container {
    width: 100%;
    padding: 0 50px !important;
  }
  .header-wrap .container {
    width: 100% !important;
    padding: 0 20px !important;
  }
  form.search-form {
    position: relative;
    max-width: 150px;
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 14px;
  }
  .header-right-inner-wrap ul.menu {
    gap: 0px 15px;
  }
  .top-footer .right .inner-wrap {
    justify-content: flex-start;
  }
  .location .inner .left a.phoneno:before,
  .location .inner .left .address:before {
    width: 28px;
    height: 28px;
  }
  .seachpage {
    padding: 50px 0;
  }
  .seachpage .list article h2.entry-title a {
    font-size: 18px;
  }
  .seachpage .list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  body {
    padding: 84px 0 0 0;
  }
  .header .header-right .nav-main ul.menu li a {
    font-size: 14px;
  }
  .header-main .logo a img {
    max-width: 125px;
  }
  .header .header-main .logo {
    width: 125px;
  }
  .header-right-inner-wrap .contact-btn a {
    font-size: 13px;
    padding: 12px 16px;
  }
  .header-right-inner-wrap ul.menu {
    gap: 0px 19px;
  }
  .header-right-inner-wrap {
    gap: 0px 12px;
  }
  header#header .container {
    width: 100%;
    padding: 0 20px !important;
  }
  .banner-section .content-wrap h1 {
    font-size: 40px;
  }
  .banner-section .content-wrap p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .banner-section .content-wrap .banner-btn-wrap a {
    font-size: 14px;
    padding: 12px 17px;
  }
  .banner-section .banner-img,
  .banner-section .banner-img img {
    height: 438px;
  }
  .common-h2 {
    font-size: 35px;
  }
  .services-section ul li h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .services-section ul {
    margin-bottom: 25px;
  }
  .solutions-section .tab-content-wrap .icon-title-wrap h3 {
    font-size: 22px;
  }
  .solutions-section .tab-content-wrap button.slick-arrow {
    left: -20px;
  }
  .solutions-section .tab-content-wrap button.slick-next.slick-arrow {
    right: -20px;
  }
  .solutions-section .tab-wrap {
    margin-bottom: 30px;
  }
  .who-we-are-section p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .who-we-are-section h3 {
    font-size: 21px;
    margin-top: 18px;
  }
  .see-all-common-btn a {
    font-size: 16px;
  }
  .our-partners-logo-section .common-h2 {
    margin-bottom: 30px;
  }
  .our-partners-logo-section ul li .logo-wrap {
    padding: 30px 5px;
    height: auto;
  }
  .our-partners-logo-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ready-to-get-section .right .form-wrap .gform_fields input,
  .ready-to-get-section .right .form-wrap .gform_fields textarea {
    font-size: 14px;
    height: 50px;
    padding: 0px 13px;
  }
  .ready-to-get-section .wrap {
    gap: 0px 8px;
  }
  .ready-to-get-section .wrap {
    padding: 50px;
  }
  .banner-section .slick-dots {
    left: auto;
    bottom: 20px;
    justify-content: flex-end;
    right: 40px;
  }
  .services-section ul {
    grid-gap: 20px;
  }
  .services-section ul li .icon-wrap {
    margin-bottom: 20px;
  }
  .solutions-section,
  .who-we-are-section,
  .services-section,
  .businesses-unlock-section,
  .why-choose,
  .who-serve-section,
  .deployment-configuration,
  .blog-list-section,
  .contact-Us-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .services-section .section-content-wrap p {
    font-size: 16px;
  }
  .services-section .section-content-wrap {
    margin-bottom: 25px;
    max-width: 100%;
  }
  .top-footer {
    gap: 0px;
    padding-bottom: 40px;
  }
  .services-section ul li {
    padding: 20px;
  }
  .solutions-section .tab-content-wrap .bottom-list-wrap span {
    font-size: 16px;
  }
  .footer-section {
    padding-top: 195px;
  }
  .top-footer .right .inner-wrap .inner-left ul li a {
    font-size: 15px;
  }
  .top-footer .right .inner-wrap {
    gap: 0px 40px;
  }
  .ready-to-get-section .left {
    min-width: 390px;
    max-width: 390px;
  }
  .ready-to-get-section .left h2.common-h2 {
    margin-bottom: 20px;
  }
  .ready-to-get-section .left .bottom ul {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .ready-to-get-section .left .bottom ul li a.mobile {
    font-size: 19px;
  }
  .ready-to-get-section .left .bottom ul li p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .ready-to-get-section .right .form-wrap .gform_footer input {
    font-size: 15px;
    padding: 16px 23px;
  }
  .top-footer .right .inner-wrap .cloudpoint-wrap {
    gap: 0px 13px;
  }
  .top-footer .left p {
    padding-right: 0;
  }
  .bottom-footer {
    padding-top: 13px;
  }
  .footer-section {
    padding-bottom: 10px;
  }
  .top-footer .right .inner-wrap .cloudpoint-wrap ul li.location a {
    font-size: 14px;
  }
  .top-footer .left {
    min-width: 100%;
    max-width: 100%;
  }
  .top-footer {
    flex-direction: column;
  }
  .top-footer .right {
    margin-top: 40px;
  }
  .top-footer .left ul {
    margin-top: 10px;
  }
  .our-partners-logo-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .businesses-unlock-section .wrap .right p {
    font-size: 16px;
  }
  .businesses-unlock-section .wrap h2.common-h2 {
    font-size: 24px;
  }
  .businesses-unlock-section .wrap {
    grid-template-columns: 300px 1fr;
    gap: 60px;
  }
  .our-mission-section .image-box .wrap p {
    font-size: 17px;
  }
  .our-mission-section .image-box .wrap h2.common-h2 {
    margin-bottom: 16px;
  }
  .why-choose .wrap .wrap-box .text-box .heading {
    font-size: 22px;
  }
  .why-choose .wrap .wrap-box .text-box .text {
    font-size: 18px;
  }
  .why-choose .wrap .wrap-box {
    gap: 18px;
  }
  .why-choose .wrap {
    gap: 30px 40px;
  }
  .why-choose h2.common-h2 {
    margin-bottom: 30px;
  }
  .why-choose .wrap .wrap-box .img-box {
    width: 60px;
    height: 60px;
  }
  .why-choose .wrap .wrap-box .img-box img {
    width: 35px;
  }
  .who-serve-section .wrap .right p {
    font-size: 18px;
  }
  .who-serve-section .wrap {
    grid-template-columns: 460px 1fr;
    gap: 30px;
  }
  .who-serve-section .wrap .right h2.common-h2 {
    margin-bottom: 14px;
  }
  .deployment-configuration .wrap .wrap-box .heading {
    font-size: 20px;
  }
  .deployment-configuration .wrap .wrap-box .text {
    font-size: 17px;
  }
  .deployment-configuration .wrap .wrap-box {
    padding: 25px 16px;
  }
  .deployment-configuration .wrap {
    gap: 20px;
  }
  .deployment-configuration h2.common-h2 {
    margin-bottom: 30px;
  }
  .service-banner .wrap h1 {
    font-size: 45px;
    margin-bottom: 8px;
  }
  .service-banner .wrap p {
    font-size: 18px;
  }
  .service-banner {
    padding: 50px 0;
  }
  .service-banner .wrap .banner-btn-wrap a {
    font-size: 14px;
    padding: 12px 17px;
  }
  .insight-banner h1 {
    font-size: 45px;
  }
  .insight-banner .wrap {
    padding: 90px 0;
  }
  .blog-list-section .wrap {
    gap: 24px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap .date {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap .heading {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap .text p {
    margin-bottom: 18px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap a {
    padding: 10px 24px;
    font-size: 15px;
  }
  .contact-Us-section .wrap .heading-box h1 {
    font-size: 45px;
  }
  .contact-Us-section .wrap p {
    font-size: 17px;
  }
  .header .container {
    width: 100%;
    padding: 0 30px !important;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 31px 0;
  }
  .header-right-inner-wrap ul.menu {
    display: flex;
    flex-wrap: nowrap;
    gap: 0px 27px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu {
    top: 73px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li a p {
    font-size: 14px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li a {
    font-size: 15px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu {
    padding: 30px;
  }
  h1 {
    font-size: 45px;
  }
  .herobanner {
    padding: 106px 0;
  }
  .patners-logo .inner ul {
    grid-gap: 16px;
  }
  .patners-logo {
    padding: 50px 0;
  }
  div#pagination-container ul {
    padding-top: 30px;
  }
  .patners-logo .inner ul li {
    padding: 20px;
    justify-content: center;
  }
  .herobanner .inner p {
    font-size: 17px;
  }
  /**/
  .insight-banner .wrap {
    padding: 120px 0 130px 0;
  }
  /*contact*/
  .contact-Us-section .wrap p {
    font-size: 18px;
  }
  .contact-Us-section {
    padding: 50px 0;
  }
  .location {
    padding: 50px 0;
  }
  .location .inner .left h2 {
    font-size: 30px;
    padding-bottom: 18px;
  }
  .location .inner .left .locationtext {
    font-size: 17px;
    padding-bottom: 20px;
  }
  .location .inner .left .address {
    margin-bottom: 20px;
    line-height: 160%;
  }
  .location .inner .left {
    padding: 19px;
    padding-top: 20px;
  }
  .location .inner {
    gap: 30px;
  }
  .location .inner .left span {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .locations {
    padding-left: 80px;
    padding-right: 80px;
  }
  .location .inner .left .address,
  .location .inner .left a.phoneno {
    font-size: 16px;
    background-size: 35px;
    padding-left: 45px;
  }
  .contact-Us-section .form-box {
    gap: 25px;
    grid-template-columns: auto 358px;
    margin-top: 24px;
  }
  .gform_wrapper.gravity-theme .gfield input.large,
  .gform_wrapper.gravity-theme .gfield select.large {
    height: 55px;
    padding: 0 10px;
  }
  .location .inner .left a.phoneno {
    margin-bottom: 10px;
  }
  .gform_wrapper.gravity-theme input[type=color],
  .gform_wrapper.gravity-theme input[type=date],
  .gform_wrapper.gravity-theme input[type=datetime-local],
  .gform_wrapper.gravity-theme input[type=datetime],
  .gform_wrapper.gravity-theme input[type=email],
  .gform_wrapper.gravity-theme input[type=month],
  .gform_wrapper.gravity-theme input[type=number],
  .gform_wrapper.gravity-theme input[type=password],
  .gform_wrapper.gravity-theme input[type=search],
  .gform_wrapper.gravity-theme input[type=tel],
  .gform_wrapper.gravity-theme input[type=text],
  .gform_wrapper.gravity-theme input[type=time],
  .gform_wrapper.gravity-theme input[type=url],
  .gform_wrapper.gravity-theme input[type=week],
  .gform_wrapper.gravity-theme select,
  .gform_wrapper.gravity-theme textarea {
    font-size: 13px;
  }
  .gform_wrapper.gravity-theme .gfield textarea {
    height: 103px !important;
    font-size: 13px !important;
    padding: 10px !important;
  }
  .gform_footer input.gform_button {
    height: 54px;
    font-size: 15px;
    max-width: 199px;
  }
  /*solution*/
  .solution-tab .tab-content-wrap {
    margin-top: 40px;
  }
  .solution-tab .tab-content-wrap .tab-panel {
    padding: 39px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .left h3 {
    font-size: 26px;
    max-width: 100%;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .left p {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul li a p {
    font-size: 15px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul {
    gap: 34px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul li a img {
    margin-bottom: 10px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .left a {
    font-size: 15px;
    padding: 15px 30px;
  }
  .solution-tab .tab-title-wrap ul li {
    margin-right: 20px;
    font-size: 14px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner {
    gap: 17px;
    grid-template-columns: auto;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .staricon:after {
    bottom: 3px;
  }
  .solution-tab {
    padding: 70px 0;
  }
  /*blog page*/
  .blog-single {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .blog-single .inner .left .innerpost h1 {
    font-size: 45px;
  }
  .blog-single .inner .left .innerpost {
    padding-top: 10px;
  }
  .blog-single .inner .left .innerpost p,
  .blog-single .inner .left .innerpost ul li,
  .blog-single .inner .left .innerpost ol li {
    font-size: 16px;
  }
  .blog-single .inner .left .innerpost p {
    padding-bottom: 12px;
  }
  .blog-single .inner .right .recent-post h3 {
    font-size: 32px;
    line-height: 100%;
  }
  .blog-single .inner {
    grid-template-columns: auto 290px;
    gap: 21px;
  }
  .blog-single .inner .left .innerpost h2 {
    font-size: 27px;
    padding-bottom: 3px;
  }
  .blog-single .inner .left .innerpost ul,
  .blog-single .inner .left .innerpost ol {
    padding-top: 15px;
  }
  .policy {
    padding: 50px 0;
  }
  .privacy-policy-content p,
  .policy .privacy-policy-content ul li,
  .policy .privacy-policy-content ol li {
    font-size: 16px;
  }
  .policy .privacy-policy-content ul li,
  .policy .privacy-policy-content ol li {
    padding-bottom: 7px;
  }
  .privacy-policy-content p {
    margin-bottom: 12px;
  }
  .policy .privacy-policy-content h2 {
    font-size: 25px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu {
    width: 268px !important;
  }
  #header .header .header-right .nav-main ul.menu li ul.sub-menu li ul.sub-menu {
    right: -283px;
  }
  .services-section ul li .icon-wrap img {
    height: 67px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    width: 100% !important;
    padding: 0 20px !important;
  }
  .site-header .header-right .nav-main {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    position: fixed;
    top: 62px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    float: none;
    margin: 0 !important;
    height: auto;
  }
  .site-header .header-right .nav-main .menu-main-menu-container ul.menu {
    margin: 0 !important;
    display: block !important;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    max-height: 560px;
  }
  .site-header .header-right .nav-main .menu-main-menu-container ul.menu li {
    float: none;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0px 20px;
  }
  .site-header .header-right .nav-main .menu-main-menu-container ul.menu li a {
    float: none;
    height: auto;
    line-height: 110%;
    display: block;
    font-size: 16px;
    padding: 0px;
    color: #0e031a;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
  .site-header .header-right .nav-main .menu-main-menu-container ul.menu li:last-child a {
    border: 0;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu {
    display: block;
    overflow: visible;
    opacity: 1;
    padding: 5px !important;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li.menu-item-has-children {
    background-image: inherit !important;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li.menu-item-has-children span {
    rotate: none;
  }
  .header .header-right .menu-main-menu-container ul.menu li:last-child a {
    background: none !important;
    color: #0e031a !important;
  }
  #header .header .header-right .nav-main ul.menu li ul.sub-menu li ul.sub-menu {
    right: 0;
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  #header .header .header-right .nav-main ul.menu li ul.sub-menu li:hover ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    height: 100%;
    overflow: initial;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li.menu-item-has-children.open .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    height: 100% !important;
    box-shadow: unset !important;
  }
  .header .header-right .menu-main-menu-container ul.menu li:last-child a::before {
    display: none;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li.menu-item-has-children span {
    right: -16px;
  }
  html.nav_open .site-header .header-right .nav-main {
    left: 0;
    transform: translateX(0) translateY(0);
  }
  html.nav_open {
    overflow: hidden;
  }
  .res_navigation {
    position: absolute;
    right: -10px;
    top: 10px;
    background-color: transparent;
    transition: all 0.3s;
    z-index: 99999;
    width: 60px;
    height: 22px;
    display: block;
  }
  .nav-toggle {
    transition: z-index 0s ease, opacity 0.2s 0.1s ease, border 0.2s ease, background 0.2s ease;
    display: block;
    width: 60px;
    height: auto;
  }
  .nav-toggle span {
    background: #000;
    border: none;
    height: 2px;
    width: 50%;
    position: absolute;
    top: -1px;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
  }
  .nav-toggle span:nth-of-type(2) {
    top: 7px;
  }
  .nav-toggle span:nth-of-type(3) {
    top: 16px;
    left: 0px;
  }
  html.nav_open .nav-toggle span.top {
    transform: translateY(12px) translateX(0) rotate(45deg);
    background: #000;
  }
  html.nav_open .nav-toggle span.bottom {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #000;
    width: 50%;
    left: 0;
  }
  html.nav_open .nav-toggle span.middle {
    opacity: 0;
    background: #000;
  }
  .mobile-services-menu {
    display: block;
    margin-top: auto;
    margin-bottom: 0;
    background: #0d1720;
    padding: 40px 20px;
    height: 100%;
  }
  .mobile-services-menu h4 {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 28px;
  }
  .header .header-right .mobile-services-menu ul.menu {
    display: block;
  }
  .header .header-right .mobile-services-menu ul.menu li {
    padding-bottom: 14px;
  }
  .header .header-right .mobile-services-menu ul.menu li a {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    background: none;
    padding: 0;
    text-align: left;
    text-transform: unset;
  }
  .site-header {
    padding: 10px 0px;
  }
  .header .header-right .mobile-services-menu ul.menu li:last-child {
    padding-bottom: 0;
  }
  .services-section ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .solutions-section .tab-content-wrap button.slick-arrow {
    left: 10px;
  }
  .solutions-section .tab-content-wrap button.slick-next.slick-arrow {
    right: 10px;
  }
  .solutions-section .tab-content-wrap .bottom-list-wrap span {
    font-size: 15px;
  }
  .our-partners-logo-section ul li .logo-wrap {
    padding: 0px 5px;
    height: auto;
  }
  .our-partners-logo-section .common-h2 {
    margin-bottom: 10px;
  }
  .ready-to-get-section .left {
    min-width: 270px;
    max-width: 270px;
  }
  .top-footer .right .inner-wrap .cloudpoint-wrap {
    gap: 0px 33px;
  }
  body {
    padding: 64px 0 0 0;
  }
  .banner-section .banner-img {
    position: relative;
  }
  form.search-form {
    margin-right: 42px;
  }
  .search-form input.search-field::-moz-placeholder {
    font-size: 14px;
  }
  .search-form input.search-field::placeholder {
    font-size: 14px;
  }
  .banner-section .banner-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
  }
  .businesses-unlock-section .wrap h2.common-h2 {
    font-size: 20px;
  }
  .businesses-unlock-section .wrap {
    grid-template-columns: 250px 1fr;
    gap: 30px;
  }
  .our-mission-section .image-box .wrap p {
    font-size: 16px;
  }
  .our-mission-section .image-box .wrap {
    padding: 40px 16px 130px 16px;
  }
  .our-mission-section .image-box .wrap h2.common-h2 {
    margin-bottom: 12px;
  }
  .why-choose .wrap .wrap-box .text-box .heading {
    font-size: 20px;
  }
  .why-choose .wrap .wrap-box .text-box .text {
    font-size: 16px;
  }
  .why-choose .wrap .wrap-box {
    gap: 18px;
  }
  .why-choose .wrap {
    gap: 30px;
  }
  .who-serve-section .wrap .right p {
    font-size: 16px;
  }
  .who-serve-section .wrap {
    grid-template-columns: 320px 1fr;
    gap: 30px;
  }
  .who-serve-section .wrap .right h2.common-h2 {
    margin-bottom: 12px;
  }
  .deployment-configuration .wrap .wrap-box .text {
    font-size: 16px;
  }
  .deployment-configuration .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .deployment-configuration h2.common-h2 {
    margin-bottom: 25px;
  }
  .service-banner .wrap h1 {
    font-size: 40px;
  }
  .service-banner .wrap p {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .service-banner {
    padding: 50px 0;
  }
  .insight-banner h1 {
    font-size: 40px;
  }
  .insight-banner .wrap {
    padding: 80px 0;
  }
  .blog-list-section .wrap {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap a {
    padding: 8px 24px;
    font-size: 14px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap {
    padding: 0 12px 15px;
  }
  .blog-list-section .wrap .wrap-box .text-wrap .heading {
    margin-bottom: 8px;
  }
  .contact-Us-section .wrap .heading-box h1 {
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 6px;
  }
  .contact-Us-section .wrap p {
    font-size: 16px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu {
    width: 100% !important;
    grid-template-columns: repeat(1, 1fr);
    padding: 0px 0px 0 0px;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    position: relative;
    box-shadow: none;
    transition: all 0s !important;
    top: 0;
    left: 0px;
    overflow-y: unset;
    padding-top: 5px;
    padding-left: 15px;
  }
  .header .header-right .nav-main ul.menu li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    border-radius: 10px;
    z-index: 9;
  }
  .header .header-right .nav-main ul.menu li span {
    display: inline-block;
    position: absolute;
    right: 4px;
    top: -7px;
    width: 50px;
    height: 50px;
    z-index: 111;
    background: url("../images/ic-menu-dropdown-arrow-black.svg") no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    cursor: pointer;
    border: none;
    padding-bottom: 0;
  }
  .header .header-right .nav-main ul.menu li.open span {
    rotate: 180deg;
    transition: all 0.5s;
  }
  .header .header-right .nav-main ul.menu li.menu-item-has-children {
    background-image: unset;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: unset;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li a p {
    max-width: 100%;
  }
  .nav-toggle {
    right: -21px;
  }
  .nav-toggle {
    top: 5px;
  }
  .contact-Us-section .form-box {
    grid-template-columns: auto;
  }
  .contact-Us-section .form-box .right {
    display: none;
  }
  .location .inner {
    gap: 10px;
  }
  .locations {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
  }
  .solution-tab {
    padding: 50px 0;
  }
  .solution-tab .tab-content-wrap .tab-panel {
    padding: 30px 15px;
  }
  .blog-single .inner {
    grid-template-columns: auto;
    gap: 21px;
  }
  .blog-single .inner .left .innerpost h1 {
    font-size: 35px;
  }
  .blog-single .inner .right .recent-post {
    border-radius: 15px;
    position: relative;
    top: 0;
    margin-top: 0;
  }
  #header .header .header-right .nav-main .menu-main-menu-container {
    margin: 6px 0 30px;
    height: calc(100vh - 325px);
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .contact-btn {
    display: none;
  }
  .seachpage .list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .services-section ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .solutions-section .tab-title-wrap ul {
    flex-direction: column;
  }
  .solutions-section .tab-content-wrap .bottom-list-wrap {
    padding: 18px 37px;
    grid-gap: 15px 95px;
  }
  .who-we-are-section h3 {
    font-size: 18px;
  }
  .ready-to-get-section .wrap {
    padding: 20px;
  }
  .ready-to-get-section .wrap {
    flex-direction: column;
  }
  .solutions-section .tab-content-wrap .bottom-list-wrap {
    grid-template-columns: auto;
  }
  .top-footer .right .inner-wrap {
    flex-direction: column;
  }
  .top-footer .right .inner-wrap .inner-right {
    margin-top: 30px;
  }
  .top-footer .right .inner-wrap .cloudpoint-wrap {
    flex-direction: column;
  }
  .top-footer .right .inner-wrap .cloudpoint-wrap .right-cloudpoint {
    margin-top: 30px;
  }
  .top-footer .right .inner-wrap .cloudpoint-wrap ul li.location a br {
    display: none;
  }
  .bottom-footer .copyright-wrap {
    flex-direction: column;
    align-items: center;
  }
  .bottom-footer .copyright-wrap .left {
    order: 2;
  }
  .banner-section .banner-img,
  .banner-section .banner-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  br {
    display: none;
  }
  .businesses-unlock-section .wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .businesses-unlock-section .wrap .right p {
    font-size: 15px;
  }
  .our-mission-section .image-box .wrap p {
    font-size: 15px;
  }
  .why-choose .wrap .wrap-box .text-box .text {
    font-size: 15px;
  }
  .why-choose .wrap {
    grid-template-columns: 1fr;
  }
  .why-choose .wrap .wrap-box {
    gap: 14px;
  }
  .who-serve-section .wrap .right p {
    font-size: 15px;
  }
  .who-serve-section .wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .who-serve-section .wrap .right {
    margin-top: 0px;
  }
  .who-serve-section .wrap .left {
    margin: 0 auto;
  }
  .who-serve-section .wrap .right h2.common-h2 {
    margin-bottom: 10px;
  }
  .deployment-configuration .wrap .wrap-box .text {
    font-size: 15px;
  }
  .service-banner .wrap p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .service-banner {
    background-position: center left;
  }
  .service-banner .wrap .banner-btn-wrap a {
    font-size: 11px;
    padding: 12px 13px;
  }
  .service-banner {
    padding: 50px 0;
  }
  .insight-banner {
    background-position: left center;
  }
  .insight-banner .wrap {
    padding: 60px 0;
  }
  .blog-list-section .wrap .wrap-box .text-wrap .text p {
    font-size: 15px;
  }
  .contact-Us-section .wrap p {
    font-size: 15px;
  }
  .res_navigation {
    top: 11px;
  }
  body {
    padding: 56px 0 0 0;
  }
  .header .container {
    width: 100%;
    padding: 0 20px !important;
  }
  .site-header .header-right .nav-main {
    top: 56px;
  }
  .nav-toggle {
    top: 2px;
  }
  h1 {
    font-size: 35px;
  }
  .herobanner {
    padding: 56px 0;
  }
  .herobanner .inner h1 {
    margin-bottom: 3px;
  }
  .patners-logo .inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .partners-banner {
    background-position: left !important;
  }
  .location .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .location .inner .left .address,
  .location .inner .left a.phoneno {
    font-size: 13px;
    background-size: 24px;
    padding-left: 50px;
    background-position: top 3px left;
  }
  .location .inner .left .locationtext {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .solution-tab .tab-title-wrap ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
  .solution-tab .tab-content-wrap .tab-panel {
    padding: 30px 15px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .left h3 {
    font-size: 24px;
    padding-bottom: 9px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .deployment-configuration .wrap {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .blog-list-section .wrap {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  header#header .container {
    padding: 0 10px !important;
  }
  .header-wrap .language-selector {
    padding: 0 4px;
  }
}
@media only screen and (max-width: 400px) {
  .header-main .logo a img {
    max-width: 104px;
  }
  form.search-form {
    max-width: 110px;
  }
}
@media only screen and (max-width: 350px) {
  .banner-section .content-wrap .banner-btn-wrap a {
    font-size: 11px;
    padding: 12px 13px;
  }
  .common-h2 {
    font-size: 25px;
  }
  .banner-section .content-wrap h1 {
    font-size: 30px;
  }
  .our-mission-section .image-box .wrap h2.common-h2 {
    margin-bottom: 8px;
  }
  .who-serve-section .wrap .right h2.common-h2 {
    margin-bottom: 8px;
  }
  .solution-tab .tab-content-wrap .tab-panel .inner .right ul {
    grid-template-columns: repeat(1, 1fr);
  }
}/*# sourceMappingURL=style.css.map */