@charset "utf-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
body a:focus,
body a:hover,
body a {
  color: initial;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:focus {
  text-decoration: none;
}
.slick-slide:focus,
a:focus,
button,
button:focus,
select:focus,
textarea:focus {
  outline: 0;
}
input {
  outline: 0 !important;
}
input:focus,
textarea:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a img,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
p,
ul {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
textarea {
  resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
}
input:-webkit-autofill {
  border: 1px solid #e4e4e5;
  -webkit-text-fill-color: #313233;
  -webkit-box-shadow: 0 0 0 1000px #f5f5f6 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input:-internal-autofill-selected {
  background-color: #f5f5f6 !important;
  -webkit-box-shadow: 0 0 0 1000px #f5f5f6 inset;
}
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  border: 1px solid #e4e4e5;
  -webkit-text-fill-color: #313233;
  -webkit-box-shadow: 0 0 0 1000px #f5f5f6 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  outline: 0;
}
.clr {
  clear: both;
  height: 0;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#return-to-top,
#return-to-top i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top {
  position: fixed;
  bottom: 85px;
  right: 10px;
  background: var(--mc);
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-radius: 6px;
  display: none;
  z-index: 9999;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 12px;
  top: 6px;
  font-size: 26px;
}
#return-to-top p {
  display: none;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
:root {
  --mc: #50b0dd;
  --sc: #14c3bf;
}
@font-face {
  font-family: "Product Sans";
  src: url("../fonts/ProductSans-Regular.woff2") format("woff2"),
    url("../fonts/ProductSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Product Sans";
  src: url("../fonts/ProductSans-Bold.woff2") format("woff2"),
    url("../fonts/ProductSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* main banenr */
.main-wrap {
  position: relative;
}
.mainbg {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 65%;
  z-index: -1;
}
header {
  padding: 10px 0;
}
header .logo a {
  font-size: 0 !important;
}
header .logo a img {
  max-width: 259px;
}
.call-right a {
  color: #010101;
  font-size: 22px;
  font-weight: 600;
}
.call-right a:hover {
  color: var(--mc);
}
.call-right a img {
  max-width: 26px;
}
.banner-caption {
  padding: 100px 0;
}
.captext h1 {
  font-size: 73px;
  line-height: 76px;
  color: #414141;
  text-transform: uppercase;
  font-family: "Product Sans";
  font-weight: bold;
}
.banner-caption {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.se-logs img {
  display: inline-block;
  object-fit: contain;
}
.se-logs ul {
  display: flex;
  padding-top: 40px;
  flex-wrap: wrap;
  align-items: center;
}
.captext {
  width: 100%;
  max-width: 40%;
}
.chat-form {
  padding: 35px;
  background: #fff;
  box-shadow: 1px 0 21px rgb(1 2 2 / 20%);
  border-radius: 7px;
  max-width: 540px;
  margin-right: 150px;
  margin-left: auto;
}
.form-head h2 {
  font-size: 23px;
  color: #000000;
  margin-bottom: 20px;
}
.form-head p,
.form-head {
  font-size: 18px;
  color: #4c4d4d;
  padding: 0 0 20px;
}
.capform input,
.capform textarea {
  border: 0;
  border-radius: 0;
  font-size: 18px;
  padding: 10px 0;
  padding-right: 15px;
  border-bottom: 1px solid #ccc;
  background: transparent;
}
.capform {
  position: relative;
  width: 100%;
  max-width: 60%;
}
.chat-talk {
  background: #57cafc;
  padding: 25px 15px;
  border-radius: 7px;
  position: absolute;
  right: 0;
  width: 267px;
  bottom: -40px;
  box-shadow: 1px 0 34px rgb(1 2 2 / 19%);
}
.chat-talk h2 {
  font-size: 20px;
  font-weight: 600;
}
.chat-talk h3 {
  font-size: 29px;
  padding-top: 10px;
  font-weight: 400;
  color: #000;
}
.chat-talk ul a {
  display: flex;
  align-items: center;
}
.chat-ta img {
  max-width: 43px;
}
.chat-talk li a {
  display: flex;
  align-items: center;
}
.chat-talk li a:hover h2,
.chat-talk li a:hover p {
  color: #fff !important;
  transition: 0.5s;
}
.con-wrap {
  padding-left: 10px;
  color: #000;
}
.con-wrap h2 {
  font-size: 20px;
}
.con-wrap p {
  font-size: 16px;
  font-weight: 500;
}
.chat-talk li {
  list-style: none;
  margin-top: 25px;
  margin-bottom: 20px;
}
.submit button {
  padding: 8px 20px;
  border: 0;
  background: var(--mc);
  border-radius: 6px;
  font-size: 20px;
  color: #fff;
  min-width: 150px;
  margin: auto;
  display: table;
}
.chat-form form {
  padding-right: 98px;
}
.chat-form {
  position: relative;
}
.chat-talk:after {
  content: "";
  background: url("../img/blue-handle-1.webp") no-repeat center center;
  background-size: contain;
  padding: 21px;
  position: absolute;
  top: 53px;
  right: -26px;
}
.chat-talk:before {
  content: "";
  background: url("../img/blue-handle-2.webp") no-repeat center center;
  background-size: contain;
  padding: 21px;
  position: absolute;
  bottom: 53px;
  right: -26px;
}
.page-wrap {
  display: flex;
}
.sidefix {
  width: 100%;
  max-width: 70px;
  padding: 20px;
}
.content {
  width: 100%;
  padding-right: 70px;
}
.call-action a {
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px 1px #0001;
  border-radius: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
}
.call-action img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.call-action {
  margin-top: 15px;
}
.emu li a {
  position: relative;
  display: flex;
  padding: 6px 10px;
  transition: 0.5s;
  height: 49px;
}
.emu li p {
  position: absolute;
  left: -180px;
  opacity: 0;
  visibility: hidden;
  background: #57cafc;
  padding: 11px 25px;
  top: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  color: #fff;
  min-width: 180px;
  font-size: 18px;
  box-shadow: -5px 0 4px 1px #0001;
  transition: 0.5s;
}
.emu li {
  margin: 20px 0;
}
.emu a {
  display: block;
  text-align: center;
}
.emu a img {
  margin: auto;
  max-height: 38px;
  width: auto;
}
.sidefix {
  padding: 20px 0;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  height: 100vh;
  border-left: 1px solid #ccc;
}
.emu li a:hover {
  background: #57cafc;
  transition: 0.5s;
}
.emu li a:hover p {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.sidefix-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.get-quote {
  padding: 0 15px 15px;
  text-align: center;
}
.get-quote a,
.get-quote button {
  display: block;
  white-space: nowrap;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  transform-origin: 0 0;
  writing-mode: tb-rl;
  text-align: center;
  margin: auto;
}
.home-services {
  padding: 50px 0;
}
.ser-head h3 {
  color: #0d0d0d;
  font-size: 34px;
  text-align: center;
  font-weight: 400;
}
.ser-head {
  margin-bottom: 30px;
}
.ser-box {
  width: 100%;
  background: #f0f2f3;
  height: 100%;
  border-radius: 8px;
}
.box-large {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ser-inner {
  max-width: 310px;
}
.ser-box h5 {
  font-size: 24px;
  color: #0d0d0d;
  font-weight: 400;
  letter-spacing: 0;
}
.ser-box p {
  font-weight: normal;
  font-size: 18px;
  color: #0d0d0d;
  padding: 10px 0;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.ser-box .explore-btn {
  font-size: 17px;
  color: #0d0d0d;
  letter-spacing: 3px;
  font-weight: 500;
  margin-top: 40px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}
.ser-box img {
  display: block;
  margin: auto;
  max-height: 230px;
  width: auto;
}
.ser-box p {
  display: block;
  width: 100%;
}
.ser-box {
  display: block;
  text-align: center;
}
.home-services .row .row [class*="col-"]:nth-child(1),
.home-services .row .row [class*="col-"]:nth-child(2) {
  margin-bottom: 20px;
}
.home-services .row > [class*="col-"] {
  margin-bottom: 20px;
}
.home-services .row .row [class*="col-"]:nth-child(3),
.home-services .row .row [class*="col-"]:nth-child(4) {
  margin-bottom: 0px;
}
.ser-box {
  padding: 15px;
  transition: 0.5s;
}
.ser-box:hover {
  box-shadow: 0 0 10px 1px #0002;
  transition: 0.5s;
}
.ser-box h4,
.ser-box {
  font-size: 17px;
  font-weight: 400;
  color: #0d0d0d;
  letter-spacing: 3px;
}
.home-services .row {
  margin: 0px -10px;
}
.home-services .row [class*="col-"] {
  padding: 0px 10px;
}
.home-services .row .row [class*="col-"]:nth-child(3) img,
.home-services .row .row [class*="col-"]:nth-child(4) img {
  max-height: 170px;
}
.ser-box.theme-serv {
  background: #ccdcfc;
}
.ser-box.plugin-serv {
  background: #aaa0c1;
}
.ser-box.wpdev-serv {
  background: #bee5e2;
}
.ser-box.support-serv {
  background: #dbdfe2;
}
.ser-box.ecommerce-serv {
  background: #f2eeeb;
}
.ser-box.cms-serv {
  background: #f8f8f8;
}
.ser-box.wpui-serv {
  background: #adbecb;
}
/* */
.pro-inner img {
  margin: auto;
  display: table;
}
.process-items .proicon {
  width: 170px;
  height: 170px;
  border: 7px solid #ccc;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proicon p {
  font-weight: 700;
}
.toolicon {
  padding: 20px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 10px 3px #0001;
  min-width: 380px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  display: none;
  max-width: 380px;
  z-index: 9;
}
.pro-it:hover .toolicon {
  display: block;
}
.pro-it {
  position: relative;
}
.pro-it:first-child,
.pro-it:nth-child(6) {
  bottom: -310px;
}
.pro-it:nth-child(2) {
  bottom: 10%;
}
.pro-inner {
  position: relative;
  margin: auto;
  padding-top: 60px;
  max-width: 1259px;
}
.pro-it:nth-child(3) {
  bottom: 30%;
  left: -30px;
}
.pro-it:nth-child(4) {
  bottom: 40%;
  right: -50px;
}
.pro-it:nth-child(2),
.pro-it:nth-child(5) {
  bottom: -108px;
}
.process-items {
  display: flex;
  justify-content: space-between;
}
.pro-it:nth-child(2) {
  left: -80px;
}
.pro-it:nth-child(5) {
  right: -100px;
}
.pro-it {
  cursor: pointer;
}
.pro-it:first-child .proicon,
.pro-it:nth-child(6) .proicon,
.pro-it:nth-child(4) .proicon {
  border-color: #16edac !important;
}
.pro-it:nth-child(2) .proicon,
.pro-it:nth-child(5) .proicon {
  border-color: #06b9e3;
}
.pro-it:nth-child(3) .proicon {
  border-color: #ebf550;
}
.pro-inner h2 {
  font-size: 38px;
  text-align: center;
  font-weight: 400;
  padding: 10px 0;
}
.devprocess {
  padding-bottom: 30px;
}
.pro-it .proicon:before {
  animation: process 1s infinite;
  content: "";
  background: url("../img/pro-arrow.webp") no-repeat center center;
  background-size: contain;
  padding: 21px;
  position: absolute;
  bottom: 53px;
  right: -26px;
  display: block !important;
  transform-origin: right;
}
.pro-it:last-child .proicon:before {
  animation-delay: 0.5s;
  display: none !important;
}
.pro-it:nth-child(2) .proicon:before {
  animation-delay: 1s;
  transform: rotate(24deg);
  top: -61px;
  right: -50px;
}
.pro-it:nth-child(3) .proicon:before {
  animation-delay: 1.5s;
  transform: rotate(45deg);
  top: 20px;
  left: 209px;
}
.pro-it:nth-child(4) .proicon:before {
  animation-delay: 2s;
  transform: rotate(74deg);
  bottom: 2px;
  right: -60px;
  left: auto;
}
.pro-it:nth-child(5) .proicon:before {
  animation-delay: 2.5s;
  transform: rotate(105deg);
  top: auto;
  bottom: -66px;
  left: 80px;
  right: auto;
}
.pro-it:first-child .proicon:before {
  top: -68px;
  bottom: auto;
  left: 19px;
}
.process-items .proicon p {
  font-size: 18px;
}
@keyframes process {
  0% {
    padding: 20px;
  }
  50% {
    padding: 22px;
  }
  100% {
    padding: 20px;
  }
}

[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: 18px;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: "";
  border: 24px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  min-width: 370px;
  overflow: hidden;
  padding: 16px;
  border-radius: 6px;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 15%);
  background: #fff;
  color: #121212;
  z-index: 1000;
}
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}
[tooltip]:not([flow])::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}
[tooltip][flow^="down"]::before {
  top: 96%;
  border-top-width: 0;
  border-bottom-color: #fff;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 1.5em);
}
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}
/* metting */
.met-inner {
  display: flex;
  align-items: center;
}
.met-img {
  width: 100%;
  max-width: 60%;
}
.met-content {
  width: 100%;
  max-width: 40%;
}
.met-img img {
  margin: auto;
  display: table;
  position: relative;
  right: 0;
  max-width: 640px;
}
.met-content h2 {
  color: #010101;
  font-size: 31px;
  text-align: center;
  font-family: "Product Sans";
  color: #000;
  max-width: 90%;
}
.met-content p {
  font-size: 25px;
  color: #555555;
  text-align: center;
  font-weight: 300;
  padding: 15px 0;
}
.met-content p strong {
  color: #000;
  font-weight: 600;
}
a.metting-btn {
  background: #ffef9b;
  padding: 13px 30px;
  margin: auto;
  display: table;
  margin-top: 10px;
  color: #000;
  font-size: 24px;
  border-radius: 5px;
  border: 1px solid #a3a3a3;
  font-weight: 500;
}
a.metting-btn:hover {
  background: #333;
  color: #fff;
}
.metting {
  padding: 80px 0;
}
.metting:after {
  content: "";
  width: 300%;
  height: 500px;
  background: #fef2e6;
  position: absolute;
  top: 2520px;
  z-index: -1;
  transform: rotate(328deg);
  left: -100%;
  right: 0;
  transform-origin: left;
}
.metting {
  position: relative;
}
.page-wrap {
  overflow: hidden;
}
.work-b {
  background: #ffe979;
  padding: 30px 20px;
  border-radius: 5px;
  text-align: center;
  min-height: 495px;
}
.work-b h2 {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 15px;
}
.work-b p {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 20px 0;
}
.work-b a {
  border: 1px solid #fff;
  padding: 10px 16px;
  width: 100%;
  display: block;
  border-radius: 4px;
  color: #000;
  max-width: 220px;
  font-weight: 500;
  margin: auto;
  font-size: 18px;
}
.how-boxes .row {
  margin: 0px -10px;
}
.how-boxes .row > div {
  padding: 0px 10px;
}
.how-boxes .row > div:nth-child(2) {
  margin-top: -80px;
}
.work-b img {
  max-height: 160px;
  width: auto;
}
.how-boxes .row > div:nth-child(2) .work-b {
  background: #b7f598;
}
.how-boxes .row > div:nth-child(3) .work-b {
  background: #7ed5f0;
}
.we-content h2 {
  font-size: 39px;
  color: #333;
  font-weight: 400;
}
.we-content p {
  font-size: 21px;
  color: #666666;
}
.how-work {
  padding: 100px 0;
}
.done-sites {
  padding: 30px 0 50px 0;
}
.done-sites h2 {
  color: #333;
  font-size: 34px;
  text-align: center;
  padding-bottom: 30px;
}
.web-box a.top-img {
  background: #fff;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  box-shadow: 0 0 19px 2px #0001;
  padding: 20px;
}
.done-sites .row {
  margin: 0px -20px;
}
.done-sites .row > div {
  padding: 0px 20px;
}
.web-box h3 a {
  text-transform: uppercase;
  font-size: 22px;
  display: block;
  text-align: center;
  color: #333;
  margin: 15px 0;
}
.web-box a.top-img {
  flex-wrap: wrap;
}
a.top-img ul {
  width: 100%;
  padding: 20px 0 0;
}
a.top-img ul li {
  padding-left: 32px;
  position: relative;
  color: #000;
  font-size: 20px;
  margin-bottom: 5px;
}
a.top-img ul li:after {
  content: "";
  background: url("../img/black-check.webp") no-repeat center center;
  background-size: contain;
  padding: 11px;
  position: absolute;
  top: 2px;
  left: 0;
}
a.top-img ul {
  max-height: 0px;
  transition: 0.3s linear;
  overflow: hidden;
}
.web-box:hover .top-img ul {
  max-height: 1000px;
  transition: 0.3s linear;
}
a.top-img img {
  transition: 0.3s linear;
  width: 100%;
  object-fit: contain;
  max-width: 230px;
  padding-top: 50px;
}
.web-box:hover a.top-img {
  background: #d0fbb8;
  transition: 0.3s linear;
}
.web-box:hover a.top-img img {
  max-width: 210px;
  padding-top: 0;
}
.guarantee {
  background: #f4faff;
  padding: 70px 0;
}
.commtment {
  display: flex;
  margin-bottom: 20px;
}
.comm-img {
  max-width: 83px;
  padding-right: 10px;
  width: 100%;
}
.comm-data h2 {
  font-size: 26px;
}
.comm-data p {
  color: #555555;
  font-size: 19px;
  padding: 8px 0;
}
.sec-head h2 {
  font-size: 39px;
  text-align: center;
}
.sec-head p {
  font-size: 21px;
  text-align: center;
}
.sec-head {
  max-width: 1100px;
  margin: auto;
  display: table;
  margin-bottom: 50px;
}
/* accordian */
.acc {
  margin: 0 auto;
  margin-bottom: 40px;
}
.acc__card {
  position: relative;
  margin-bottom: 20px;
}
.acc__title {
  background: #fff;
  border: 1px solid #ccc;
  color: #212121;
  cursor: pointer;
  display: block;
  padding: 15px 20px;
  position: relative;
  text-align: left;
  border-radius: 40px;
  font-size: 21px;
  padding-right: 50px;
  font-weight: 500;
}
.acc__title::after {
  width: 15px;
  height: 15px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  position: absolute;
  right: 20px;
  content: " ";
  top: 18px;
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.acc__title.active::after {
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}
.acc__panel {
  color: #212121;
  display: none;
  margin: 0;
  padding: 15px;
  text-align: left;
  font-size: 18px;
}
.faq {
  padding: 70px 0 0 0;
}
.faq .justify-content-center {
  align-items: flex-end;
}
/* */
footer {
  background: url(../img/footer-bg.webp) no-repeat center center;
  background-size: cover;
  padding: 50px 0 20px 0;
}
.footer-contacts li a,
.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
}
.footer-des {
  max-width: 560px;
  text-align: center;
}
.footer-des p {
  color: #010101;
  font-size: 19px;
  padding: 10px 0;
}
.footer-contacts li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-contacts p {
  padding-left: 10px;
  font-size: 19px;
  font-weight: 600;
  color: #000;
}
.footer-links li {
  margin-bottom: 9px;
}
.footer-copy p,
.footer-links li a {
  font-size: 19px;
  color: #000;
  font-weight: 500;
}
.footer-social a {
  border: 3px solid #ccc;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  line-height: 43px;
  text-align: center;
  color: #333;
  font-size: 20px;
}
.footer-social a {
  font-size: 0 !important;
  line-height: 57px;
}
.footer-social a i {
  font-size: 20px !important;
}
.footer-social ul li {
  margin-right: 15px;
}
.footer-social {
  margin: auto;
  display: table;
}
.twitter-icon {
  border-color: #36b0e1 !important;
  color: #36b0e1 !important;
}
.google-icon {
  border-color: #e03731 !important;
  color: #e03731 !important;
}
.linkedin-icon {
  color: #0075b5 !important;
  border-color: #0075b5 !important;
}
.footer-social a:hover {
  border-color: #000;
  color: #000 !important;
}
.footer-social a p {
  display: none;
}
.footer-contacts li {
  margin-bottom: 10px;
}
.footer-social ul {
  display: flex;
}
.submit button:hover {
  background: #57cafc;
}
.work-b a:hover {
  background: #50b0dd;
  border-color: #50b0dd;
  color: #fff;
}
.footer-social a:hover {
  border-color: #000 !important;
  color: #000 !important;
}
.footer-contacts li a:hover p {
  color: #50b0dd !important;
}
/*11 jan 22*/
.sticky_header .container {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sticky_header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.get-quote a:hover,
.get-quote button:hover {
  color: #00b1ff;
}
.ser-box img {
  margin-bottom: 10px;
}
.sticky-logo {
  margin-left: -25px;
  margin-top: -7px;
}
.flip-card {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  min-height: 290px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  animation: aa 2s 1 forwards ease-in-out;
}
.flip-card:hover .flip-card-inner {
  animation: a 2s 1 forwards ease-in-out;
}
.ser-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  place-content: center;
}
@keyframes a {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}
@keyframes aa {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-back {
  transform: rotateY(180deg);
}
.ser-box img {
  width: 100%;
  object-fit: contain;
  max-height: 160px;
}
.box-large img {
  max-height: 330px;
}
.pro-inner img {
  max-width: 790px;
}
.done-sites .row > div:nth-of-type(1) .web-box:hover a.top-img {
  background: #cecef9;
}
.done-sites .row > div:nth-of-type(3) .web-box:hover a.top-img {
  background: #e4bfff;
}
.done-sites .row > div:nth-of-type(4) .web-box:hover a.top-img {
  background: #fdc7b2;
}
.captext h1 {
  max-width: 300px;
  min-height: 200px;
}
.footer-des img {
  max-width: 300px;
}
.se-logs li {
  margin-right: 25px;
  font-size: 0 !important;
}
.work-b a.hirebtn:hover {
  background: #edd76b;
  border-color: #edd76b;
}
.work-b a.demobtn:hover {
  background: #78cb4f;
  border-color: #78cb4f;
}
.form-head h2 {
  line-height: 30.5px;
  font-weight: 600;
}
.ser-box h4 a {
  text-decoration: underline;
}
/*corporate*/
.inner-banner {
  padding: 150px 0 60px;
}
.inner-banner h2,.inner-banner h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #000;
}
.inner-banner h2 + p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 32px;
  max-width: 670px;
}
.banner-list {
  margin-top: 30px;
  text-align: center;
}
.banner-list ul {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner-list ul li {
  height: 190px;
  width: calc(25% - 15px);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  place-content: center;
  flex-wrap: wrap;
  background: #fff6cb;
  box-shadow: 5px 0 16px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}
.banner-list h4 {
  font-size: 52px;
  font-weight: bold;
  line-height: 55px;
  margin-bottom: 10px;
}
.banner-list p,
.banner-list ul li {
  font-size: 25px;
  font-weight: 400;
  color: #000;
  line-height: 32px;
}
.banner-list ul li:nth-of-type(2) {
  background: #e4fcd8;
}
.banner-list ul li:nth-of-type(3) {
  background: #d8f6ff;
}
.banner-list ul li:nth-of-type(4) {
  background: #ebe4ff;
}
.wpteam-content h2 {
  font-size: 54px;
  font-weight: 400;
  color: #000;
  line-height: 60px;
  margin-bottom: 10px;
}
.wpteam-content h3 {
  font-size: 35px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 15px;
}
.wpteam-content p {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  line-height: 32px;
}
.wp-team .row {
  align-items: center;
}
.contact-info {
  padding-top: 15px;
}
.contact-info h4 {
  font-size: 39px;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 10px;
}
.contact-info p {
  font-size: 29px;
  font-weight: 400;
}
.contact-info p a {
  font-weight: 500;
  color: #1d63ae;
}
.wp-team {
  padding: 70px 0;
}
.choose-sec .row {
  justify-content: flex-end;
  align-items: center;
}
.choose-sec .met-content {
  padding: 0;
  max-width: 100%;
  margin-top: 60px;
}
.choose-sec {
  padding: 70px 0 100px;
  text-align: center;
}
.choose-sec h3 {
  font-size: 33px;
  font-weight: 500;
  color: #000;
  line-height: 40px;
  margin-bottom: 15px;
}
.wp-box p {
  font-size: 20px;
  color: #3a3a3a;
  line-height: 30px;
  font-weight: 400;
}
.wp-box {
  background: #ffe979;
  padding: 30px 20px;
  border-radius: 7px;
}
.wp-add {
  background: #b7f598;
}
.ideal-wp {
  margin-bottom: -220px;
}
.choose-box li {
  background: url(../img/black-check2.webp) no-repeat left top;
  background-position-y: 5px;
  font-size: 20px;
  color: #3a3a3a;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: left;
  padding-left: 35px;
}
.choose-sec .met-content p {
  padding-top: 5px;
}
.choose-sec .met-content h2 {
  max-width: 100%;
}
.emu li a.active {
  background: #57cafc;
}
/*contact*/
.contact-sec {
  padding: 100px 0;
}
.contact-sec h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 54px;
  margin-bottom: 10px;
}
.contact-sec p {
  font-size: 29px;
  line-height: 34px;
  color: #505050;
  margin-bottom: 30px;
}
.contact-form .form-row {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.contact-form .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 15px;
}
.contact-form .form-control {
  font-size: 20px;
  font-weight: 300;
  color: #a8a8a8;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  padding: 0;
}
.contact-form .form-control::placeholder {
  color: #a8a8a8;
}
.contact-form input.form-control {
  height: 55px;
  padding-top: 15px;
}
.contact-form textarea.form-control {
  height: 190px;
}
.contact-form {
  border: 1px solid #b0b0b0;
  padding: 35px 30px;
  border-radius: 10px;
  box-shadow: 1px 0 16px rgb(0 0 0 / 26%);
}
.contact-sec .row,
.contact-form .form-row {
  align-items: center;
}
.checklist .form-check {
  min-height: 29px;
  padding-left: 35px;
  width: 50%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.checklist input {
  width: 29px;
  height: 29px;
  float: none !important;
  margin-left: -35px !important;
  margin-top: 0;
  margin-right: 6px;
}
.checklist .form-check label {
  font-size: 20px;
  font-weight: 300;
  color: #a8a8a8;
}
.checklist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 25px 0 10px;
}
.contact-submit {
  padding: 12px 20px;
  border: 0;
  background: #50b0dd;
  border-radius: 6px;
  font-size: 20px;
  color: #fff;
  min-width: 177px;
  display: inline-block;
}
.social-contact a {
  display: flex;
  position: relative;
  padding-left: 92px;
  min-height: 75px;
  margin-bottom: 30px;
  align-items: center;
  font-size: 22px;
  line-height: 30px;
  flex-wrap: wrap;
}
.social-contact a img {
  position: absolute;
  top: 0;
  left: 0;
}
.checklist .form-check {
  max-width: 330px;
}
.social-contact a strong {
  display: block;
  width: 100%;
}
.contact-form {
  max-width: 900px;
}
/*experties*/
.experties-sec h2 {
  max-width: 1000px;
  font-size: 46px;
  line-height: 54px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}
.experties-sec p,
.experties-sec li {
  font-size: 20px;
  line-height: 32px;
  color: #505050;
  margin-bottom: 15px;
}
.experties-sec h3 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.experties-sec .row {
  margin-bottom: 60px;
  align-items: center;
}
.experties-sec .row:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.experties-sec img {
  max-height: 450px;
}
.experties-sec li {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-left: 75px;
  background: url(../img/black-checkmark.webp) no-repeat top left;
}
.experties-sec li:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 27px;
  height: 100%;
  width: 7px;
  background: #ffe979;
  z-index: -1;
}
.experties-sec li:last-child:before {
  display: none;
}
.shadow-box {
  margin-left: auto;
  width: calc(100% - 30px);
  text-align: center;
  padding: 30px;
  position: relative;
  border-radius: 10px;
  background: #fceea6;
  box-shadow: 1px 0 22px rgb(1 2 2 / 21%);
}
.shadow-box:before {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 1px 0 22px rgb(1 2 2 / 21%);
  z-index: -1;
  background: #fdf6d4;
}
.experties-sec .row:nth-of-type(odd) .shadow-box:before {
  right: inherit;
  left: 25px;
}
.experties-sec .row:nth-of-type(odd) .shadow-box {
  margin-left: inherit;
}
.experties-sec .contact-info {
  text-align: center;
  padding-top: 60px;
}
.experties-sec .contact-info h4 {
  color: #585858;
}
.experties-sec .contact-info p {
  font-size: 28px;
  font-weight: 600;
}
.experties-sec .contact-info p a {
  font-weight: 400;
}
.experties-sec .contact-info p a:nth-of-type(1) {
  color: #00adff;
}
.experties-sec .contact-info p a:nth-of-type(2) {
  color: #ff9f00;
}
/*service*/
.mainser-box {
  background: #87daff;
  padding: 30px;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  height: calc(100% - 20px);
}
.mainser-box h2 {
  font-size: 42px;
  font-family: "Product Sans";
  color: #000;
  line-height: 48px;
  margin-bottom: 7px;
}
.mainser-box p {
  font-family: "Product Sans";
  font-size: 25px;
  color: #4e4d4d;
  line-height: 35px;
  margin-bottom: 10px;
}
.mainser-box img {
  position: absolute;
  left: -61px;
  bottom: -190px;
  width: 550px;
}
.service-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.service-list li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 12px;
  margin-bottom: 20px;
}
.ser_box h3 {
  font-family: "Product Sans";
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  max-height: 60px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ser_box p {
  font-size: 20px;
  line-height: 26px;
  color: #101010;
  max-height: 130px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ser_box img {
  max-height: 65px;
  max-width: 110px;
  margin-bottom: 15px;
}
.ser_box {
  transition: 0.4s ease-in-out;
  padding: 15px;
  background: #e6f0f6;
  border-radius: 12px;
  min-height: 310px;
}
.ser_box:hover {
  box-shadow: 1px 0 17px rgb(1 2 2 / 16%);
}
.mainser-box:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 30px solid #fff;
  border-bottom: 20px solid transparent;
}
.cms_box {
  background: #f7f5f4;
}
.swd_box {
  background: #fbf1be;
}
.mms_box {
  background: #fcf0e4;
}
.wtc_box {
  background: #e1fcd3;
}
.psdtw_box {
  background: #effafb;
}
.service-sec {
  padding: 60px 0;
}
.wp-development {
  padding: 60px 0;
  text-align: center;
}
.wp-development h2 {
  font-size: 42px;
  font-family: "Product Sans";
  color: #000;
  line-height: 50px;
  margin-bottom: 15px;
}
.wp-development h2 + p {
  font-size: 25px;
  color: #4e4d4d;
  font-family: "Product Sans";
  line-height: 35px;
  max-width: 1120px;
  margin: 0 auto 45px;
}
.development-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
  justify-content: flex-start;
}
.development-list li {
  width: 33.33%;
  margin-bottom: 80px;
  padding: 0 40px;
}
.dev-box {
  padding: 30px;
  background: #e2fff8;
  border-radius: 10px;
  min-height: 300px;
  position: relative;
  border: 1px solid #ccc;
  box-shadow: 1px 0 22px rgb(1 2 2 / 21%);
}
.dev-box h3 {
  font-size: 29px;
  color: #000;
  font-family: "Product Sans";
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 15px;
}
.dev-box p {
  font-size: 20px;
  font-weight: 300;
  color: #101010;
  line-height: 27px;
}
.dev-box:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: #e2fff8;
  width: calc(100% - 30px);
  height: 100%;
  z-index: -1;
  border-radius: 10px;
  border: 1px solid #9a9a9a;
  box-shadow: 1px 0 22px rgb(1 2 2 / 21%);
}
.service-banner .row {
  align-items: center;
}
.service-banner p {
  font-size: 20px;
  line-height: 32px;
  color: #656565;
  font-weight: 400;
}
.development-list li:nth-of-type(2) .dev-box,
.development-list li:nth-of-type(2) .dev-box:before {
  background: #dceafe;
}
.development-list li:nth-of-type(3) .dev-box,
.development-list li:nth-of-type(3) .dev-box:before {
  background: #f2ffe2;
}
.development-list li:nth-of-type(4) .dev-box,
.development-list li:nth-of-type(4) .dev-box:before {
  background: #f8f9dc;
}
.development-list li:nth-of-type(5) .dev-box,
.development-list li:nth-of-type(5) .dev-box:before {
  background: #eae2ff;
}
.development-list li:nth-of-type(6) .dev-box,
.development-list li:nth-of-type(6) .dev-box:before {
  background: #ffe2f8;
}
/*portfolio*/
.portfolio-sites h2 + p {
  text-align: left;
  font-size: 20px;
  color: #505050;
  line-height: 34px;
  margin-bottom: 40px;
  max-width: 1100px;
  margin-left: 0;
}
.portfolio-sites h2 {
  text-align: left;
  font-size: 46px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.portfolio-sites .web-box {
  margin-bottom: 50px;
}
/*.portfolio-sites:before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: url(../img/shape-portfolio.webp) no-repeat right center; width: 2619px; height: 2433px;z-index: -1; }*/
.portfolio-banner h2 + p {
  max-width: 700px;
}
.portfolio-sites .web-box:hover a.top-img {
  background: #d0fbb8 !important;
}
.quote-form .form-row {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.quote-form .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 15px;
}
.quote-form .form-control {
  outline: none !important;
  box-shadow: none !important;
  font-size: 21px;
  font-weight: 300;
  color: #a8a8a8;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  padding: 0;
}
.quote-form .form-control::placeholder {
  color: #a8a8a8;
}
.quote-form input.form-control,
.quote-form select.form-control {
  height: 50px;
  padding-top: 10px;
}
.quote-form textarea.form-control {
  height: 200px;
}
.getquote_model .modal-header {
  border: none;
  flex-wrap: wrap;
  position: relative;
}
.getquote_model .modal-header h5 {
  font-size: 32px;
  line-height: 40px;
  display: block;
  width: 100%;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 7px;
}
.getquote_model .modal-header p {
  color: #999;
  font-size: 21px;
  font-weight: 300;
}
.getquote_model .btn-close {
  box-shadow: none !important;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.getquote_model .modal-dialog {
  max-width: 1000px;
}
.quote-form label,
input.wpcf7-file {
  font-size: 21px;
  font-weight: 300;
  color: #a8a8a8;
}
.quote-form select.form-control {
  background-position-y: 18px;
}
.quote-form label {
  margin-bottom: 7px;
  display: inline-block;
}

.getquote_model .modal-header,
.getquote_model .modal-body {
  padding: 30px;
}

/*28 jan*/
.capform textarea {
  height: 66px;
}
.capform .wpcf7-submit {
  transition: 0.4s ease-in-out;
  padding: 8px 20px;
  border: 0;
  background: #50b0dd;
  border-radius: 6px;
  font-size: 20px;
  color: #fff;
  min-width: 150px;
  margin: auto;
}
.capform .wpcf7-submit:hover {
  background: #57cafc;
  color: #fff;
}

/*29 jan*/
.service-sec {
  position: relative;
}
.service-sec:after {
  content: "";
  width: 300%;
  height: 500px;
  background: #fef2e6;
  position: absolute;
  top: 2520px;
  z-index: -1;
  transform: rotate(328deg);
  left: -100%;
  right: 0;
  transform-origin: left;
}

/*port detail*/
.port-detail {
  padding: 70px 0;
}
.port-banner h2 {
  max-width: 650px;
}
.port-detail h3 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #000;
  text-transform: capitalize;
}
.port-detail p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.port-des {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.used-tech li {
  font-size: 18px;
  line-height: 27px;
  color: #656565;
  font-weight: 400;
  margin-bottom: 5px;
  position: relative;
  padding-left: 27px;
}
.used-tech li:before {
  content: "\f005";
  font-family: "FontAwesome";
  color: #00b1ff;
  position: absolute;
  top: 0;
  left: 0;
}
.prev-btn a {
  transition: 0.4s ease-in-out;
  padding: 18px 25px;
  border: 0;
  background: #50b0dd;
  border-radius: 6px;
  font-size: 21px;
  color: #fff;
  font-family: "Product Sans";
  display: inline-block;
}
.prev-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.port-img img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.port-img {
  padding: 10px;
  box-shadow: 1px 0 10px rgb(0 0 0 / 30%);
}
.port-content {
  padding-left: 60px;
}
.prev-btn a:hover {
  background: #57cafc;
  color: #fff;
}
.prev-btn a i {
  margin-right: 5px;
  display: inline-block;
  font-size: 20px;
  line-height: 17px;
}

/* Load more*/
#loader {
  z-index: 1;
  width: 20px;
  height: 20px;
  margin-left: 7px;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}
@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
#myDiv {
  display: none;
  text-align: center;
}
.load-more-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 1px solid #50b0dd;
  color: #50b0dd;
  padding: 7px 20px;
  border-radius: 4px;
  transition: 0.6s ease-in-out;
}
.loader-container {
  text-align: center;
}
.load-more-button:hover {
  color: #50b0dd;
}

/*service detail*/
.wp-ecom {
  padding: 60px 0;
}
.wp-ecom .row {
  align-items: center;
}
.wp-ecom h2 {
  font-size: 42px;
  font-family: "Product Sans";
  color: #000;
  line-height: 50px;
  margin-bottom: 15px;
}
.wp-ecom p {
  font-size: 20px;
  line-height: 32px;
  color: #656565;
  font-weight: 400;
  margin-bottom: 25px;
}
.wp-ecom li {
  font-size: 20px;
  line-height: 32px;
  color: #656565;
  font-weight: 400;
  margin-bottom: 12px;
  position: relative;
  padding-left: 27px;
}
.wp-ecom li:before {
  content: "\f005";
  font-family: "FontAwesome";
  color: #00b1ff;
  position: absolute;
  top: 0;
  left: 0;
}
.detail-wp h2 {
  margin-bottom: 45px;
}
a.free-esti {
  transition: 0.4s ease-in-out;
  padding: 18px 25px;
  border: 0;
  background: #50b0dd;
  border-radius: 6px;
  font-size: 21px;
  color: #fff;
  font-family: "Product Sans";
  display: inline-block;
}
a.free-esti:hover {
  background: #57cafc;
  color: #fff;
}
.done-sites p {
  text-align: center;
  max-width: 900px;
  margin: auto;
  margin-bottom: 15px;
  font-size: 21px;
  color: #666666;
}
.done-sites p + .row {
  margin-top: 40px;
}
.ser_box h3 a:hover {
  color: #00b1ff;
}

/*01 fab*/
.checklist .form-check .form-check-input {
  width: auto;
  border: none;
  margin: 0;
  height: auto;
}
.checklist .form-check label > br {
  display: none;
}
.checklist .form-check .wpcf7-list-item {
  margin: 0;
}
.checklist .form-check label {
  display: flex;
  align-items: center;
}

.web-box a.top-img {
  background: #cecef9;
  overflow: hidden;
  place-content: center;
}
.capform .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 25px;
}

/*blog*/
.blog-item > ul,
.blog-detail-item > ul {
  display: flex;
}
.blog-item > ul img,
.blog-detail-item > ul img {
  max-width: 20px;
}
.blog-item > ul li,
.blog-detail-item > ul li {
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
.blog-img img {
  border-radius: 10px;
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.blog-img {
  margin-bottom: 15px;
  max-width: 500px;
}
.blog-head {
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 28px;
  display: block;
  text-align: left;
  color: #010101;
}
.blog-item p {
  font-size: 18px;
  line-height: 27px;
  color: #505050;
  margin-bottom: 15px;
  height: 58px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-cnt {
  max-width: 600px;
  margin-left: auto;
  margin-top: -160px;
  padding: 20px;
  background: #fff;
  position: relative;
  box-shadow: 1px 0 10px rgb(0 0 0 / 30%);
  border-radius: 10px;
}
.blog-item a.borderbtn1 {
  background: #50b0dd;
  color: #fff;
  display: inline-block;
  padding: 7px 20px;
  font-size: 16px;
  border-radius: 3px;
}
.blog-item:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
.blog-sider {
  padding-left: 40px;
}
.blog-item a.borderbtn1:hover {
  background: #57cafc;
  color: #fff;
}
.side-heading {
  font-size: 24px;
  font-weight: 600;
  color: #010101;
  line-height: 30px;
  margin-bottom: 15px;
}
.follow-side ul {
  display: flex;
}
.blog-sider > div:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.follow-side a {
  background: #555;
  width: 45px;
  height: 45px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.follow-side ul li {
  margin-right: 10px;
}
.follow-side a img {
  max-width: 25px;
}
.search-blog form {
  display: flex;
  width: 100%;
}
.search-blog form input:not(.search_btn) {
  width: calc(100% - 150px);
  height: 50px;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #505050;
  border: 1px solid #ccc;
  border-radius: 3px 0 0 3px;
}
.search_btn {
  background: #50b0dd;
  color: #fff;
  border: none;
  font-size: 18px;
  min-width: 150px;
  border-radius: 0 3px 3px 0;
}
.search-blog form input:not(.search_btn)::placeholder {
  color: #505050;
}
.search_btn:hover {
  background: #57cafc;
  color: #fff;
}
.blog-category li {
  display: flex;
  align-items: flex-start;
}
.side-list-content {
  width: calc(100% - 150px);
}
.side-list-img {
  max-width: 165px;
  padding-right: 15px;
}
.side-list-img img {
  height: 90px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.side-list-content a {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #010101;
  max-height: 58px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.side-list-content p img {
  margin-right: 5px;
  max-width: 30px;
}
.blog-category li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.side-list-content a:hover,
.blog-head:hover {
  color: #50b0dd;
}
.blog-content,
.blog-detail {
  padding: 60px 0;
}
.blog-detail{padding-top: 0;}
.cat-box li,
.cat-box li a {
  font-size: 18px;
  line-height: 27px;
  color: #505050;
}
.cat-box li:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.pagination {
  margin-top: 60px;
  justify-content: center;
}
.pagination .page-numbers {
  border: 1px solid #50b0dd;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 35px;
  margin-right: 10px;
  background: #50b0dd;
  color: #fff;
  padding: 5px 7px;
  border-radius: 3px;
}
.pagination .page-numbers.current {
  background: transparent;
  color: #50b0dd;
}
.blog-detail-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 5px;
}
.blog-detail-img {
  margin-bottom: 20px;
}
.blog-detail-item h2 {
  font-size: 31px;
  font-family: "Product Sans";
  color: #010101;
  line-height: 38px;
  margin-bottom: 15px;
}
.blog-detail-item h2 strong {
  font-weight: 500;
}

.blog-detail-item p {
  font-size: 18px;
  line-height: 27px;
  color: #505050;
  margin-bottom: 15px;
}
.blog-detail-item ul {
  display: flex;
}
.blog-detail-item p strong {
  font-weight: 600;
  color: #010101;
}
.wpcf7-response-output {
  border-width: 1px !important;
  font-size: 14px;
  margin-top: 15px !important;
  margin-left: 0 !important;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}

.error-page {
  text-align: center;
  padding: 60px 0;
}
.error-page .go-home {
  margin-top: 30px;
  background: #50b0dd;
  color: #fff;
}

/*03 jan*/
.follow-side a:hover {
  background: #50b0dd;
  color: #fff;
}
.contact-submit:hover {
  background: #57cafc;
  color: #fff;
}
#return-to-top {
  display: none !important;
}

/*09 fab*/
.wpcf7-not-valid-tip ~ .wpcf7-not-valid-tip {
  display: none !important;
}
.submitting {
  position: relative;
}
.submitting:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*thank you*/
.thanks {
  text-align: center;
  padding-bottom: 60px;
  padding-top: 70px;
}
.thanks img {
  max-width: 100%;
  margin-bottom: 0;
}
.thanks h2 {
  font-size: 94px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #0e0c0c;
  font-weight: 900;
}
.thanks h4 {
  color: #504f4f;
  font-size: 15px;
  max-width: 560px;
  margin: 0 auto 25px;
  line-height: 26px;
}

.thanks .main-content-checkmark {
  font-size: 54px;
  margin: 0px 0 20px;
  color: #24b663;
  width: 90px;
  height: 90px;
  border: 3px solid;
  border-radius: 100px;
  line-height: 84px;
}
.thanks p {
  font-size: 15px;
  margin-bottom: 25px;
  color: #666;
}
.thanks a {
  background: #50b0dd;
  border-radius: 4px;
  font-weight: 400;
  font-size: 18px;
  padding: 8px 24px;
  border: 1px solid #50b0dd;
  color: #fff;
  display: inline-block;
}
.thanks a:hover {
  background: #57cafc;
  color: #fff;
  border: 1px solid #57cafc;
}

/* 05 May */
.badges_sec {
  margin: 0 0 40px;
}
.badges_sec .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}
.badges_sec img {
  width: 150px;
  max-width: 115px;
  max-height: 100px;
  margin: auto;
  object-fit: contain;
}
.badges_sec li {
  padding: 20px 15px;
}
.badges_sec h3 {
  font-size: 27px;
  text-align: center;
  color: #212121;
  margin: 0 0 7px;
}
.badges_sec h3 span {
  color: #f5520e;
}
.badges_sec p {
  font-size: 16px;
  color: #212121;
  line-height: 28px;
  margin: 0 0 10px;
  text-align: center;
  margin: 0 0 30px;
}
.badges_sec li a {
  display: block;
  text-align: center;
  box-shadow: 7px 7px 7px rgb(0 0 0 / 20%);
  background: #fff;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.badges_sec .slick-prev:before,
.badges_sec .slick-next:before {
  content: "\f105" !important;
  color: #f5520e;
  font-family: FontAwesome;
  font-size: 40px;
  opacity: 1;
  line-height: 40px;
}
.badges_sec .slick-prev:before {
  content: "\f104" !important;
}
.badges_sec .slick-prev {
  left: -15px;
}
.badges_sec .slick-next {
  right: -15px;
}

/* 23-05-2022 CLS issue css start */
.home{
  opacity: 0;
  animation: cls .2s ease 2s forwards;
}
@keyframes cls {
  0%{opacity: 0;}
  100%{opacity: 1;}
}
/* 23-05-2022 CLS issue css end */

.icon-bar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.icon-bar a {
  display: block;
  text-align: center;  
  transition: all 0.3s ease;
  color: white;
}

.facebook {
  background: #3B5998;
}

.twitter {
  background: #55ACEE;
}

.linkedin {
  background: #007bb5;
}

.icon-bar a { font-size: 16px; padding: 10px; border-radius: 0 45px 45px 0; margin: 0 0 2px; padding-right: 15px; padding-left: 7px; }
.icon-bar a:hover,.icon-bar a:focus {color: #fff;}
.side_layer{z-index: 9999999;}
.follow-side{display: none;}


.social-box {margin: 30px 0;}
.social-box p { font-size: 20px; color: #000; font-weight: 600; margin: 0 0 7px; }
.social-btn a {font-size: 20px;background: #000;width: 40px;display: inline-flex;align-items: center;justify-content: center;border-radius: 4px;margin-right: 5px;height: 35px;color: #fff !important;}
.social-btn a.sbtn.s-twitter {background: #55ACEE;}
.social-btn a.sbtn.s-facebook {background: #3B5998;}
.social-btn a.sbtn.s-facebook {}
.social-btn a.sbtn.s-whatsapp {background: #25d366;}
.social-btn a.sbtn.s-pinterest {background: #bd081c;}
.social-btn a.sbtn.s-linkedin {background: #0a66c2;}

/*02 Jun*/
.blog-detail-item h3 { font-size: 18px; font-weight: 600; margin: 25px 0 15px; }
.blog-detail-item ul {display: block;padding-left: 20px;}
.blog-detail-item ul li {margin: 0;list-style: disc;color: #505050;font-size: 16px;margin: 0 0 15px;}
.blog-detail-item ul li strong {display: block;margin: 0 0 7px;color: #000;}
ul.bstwp-stats img {max-width: 24px;
    min-width: 24px;
    margin-right: 5px;}

ul.bstwp-stats li {display: inline-block;
    padding-right: 15px;}




/* responsive */
@media (min-width: 1299px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1430px) {
  .container {
    max-width: 1299px;
  }
}
@media (min-width: 1200px){
  .icon-bar{left: -40px;}
  .side_layer { position: fixed;bottom: 50%;transform: translateY(-50%); left: 0; width: 35px; display: flex; align-items: center; }
  .side_layer:hover .icon-bar{animation: social .4s ease forwards;}
  .side_layer>a { padding: 10px; padding-left: 5px; padding-right: 10px; background: #57cafc; border-radius: 0 45px 45px 0; }
  .side_layer:hover>a{opacity: 0;}
  @keyframes social {
    0%{opacity: 0;left: -40px;}
    100%{opacity: 1;left: 0;}
  }

}
@media (min-width: 1530px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 992px) {
  .toggle_btn {
    display: none;
  }
}
@media (max-width: 1429px) {
  header .logo a img {
    max-width: 189px;
  }
  .call-right a {
    font-size: 18px;
  }
  .banner-caption {
    padding: 60px 0;
  }
  .captext h1 {
    font-size: 55px;
    line-height: 65px;
  }
  /*.se-logs img{max-width:50px;max-height:35px;}*/
  .captext,
  .capform {
    max-width: 50%;
  }
  .form-head p,
  .form-head {
    font-size: 15px;
    padding: 0 0 10px;
  }
  .form-head h2 {
    margin-bottom: 10px;
  }
  .capform input,
  .capform textarea {
    font-size: 15px;
  }
  .chat-talk h3 {
    font-size: 20px;
  }
  .chat-talk h2 {
    font-size: 18px;
  }
  .con-wrap p {
    font-size: 15px;
  }
  .chat-talk h2 {
    font-size: 16px;
  }
  .chat-talk li a img {
    max-width: 38px;
  }
  .chat-talk {
    padding: 20px;
  }
  .ser-head h3 {
    font-size: 26px;
  }
  .submit button,
  .capform .wpcf7-submit {
    font-size: 17px;
  }
  .ser-box h5 {
    font-size: 20px;
  }
  .ser-box p {
    font-size: 16px;
  }
  .ser-inner {
    max-width: 320px;
  }
  .pro-inner {
    padding-top: 30px;
  }
  .process-items .proicon p {
    font-size: 14px;
  }
  .process-items .proicon {
    width: 130px;
    height: 130px;
    border-width: 5px;
  }
  .pro-inner h2 {
    font-size: 28px;
  }
  .pro-it:first-child .proicon:before {
    top: -70px;
    left: 70px;
  }
  .pro-it:nth-child(2) .proicon:before {
    right: -80px;
  }
  .pro-it:nth-child(3) .proicon:before {
    left: 180px;
  }
  [tooltip]::before,
  [tooltip]::after {
    font-size: 15px;
  }
  .pro-inner {
    max-width: 989px;
  }
  .pro-inner img {
    max-width: 610px;
  }
  .met-img {
    max-width: 45%;
  }
  .met-content {
    max-width: 55%;
  }
  .met-img img {
    right: 0;
  }
  .met-content {
    padding-left: 60px;
  }
  .met-content p {
    font-size: 18px;
  }
  a.metting-btn {
    padding: 13px 25px;
    font-size: 18px;
  }
  .met-content h2 {
    max-width: 100%;
  }
  .met-img img {
    max-width: 490px;
    width: 100%;
  }
  .metting {
    padding: 80px 0 50px 0;
  }
  .work-b p {
    font-size: 15px;
  }
  .work-b a {
    font-size: 16px;
  }
  .work-b h2 {
    font-size: 18px;
  }
  .how-boxes .row > div:nth-child(2) {
    margin-top: -50px;
  }
  .how-work {
    padding: 50px 0;
  }
  .we-content h2 {
    font-size: 28px;
  }
  .we-content p {
    font-size: 16px;
  }
  .done-sites h2 {
    font-size: 26px;
  }
  .done-sites h3 a {
    font-size: 18px;
  }
  .done-sites .row > div {
    padding: 0px 15px;
  }
  .done-sites .row {
    margin: 0px -15px;
  }
  a.top-img ul li {
    font-size: 16px;
  }
  a.top-img img {
    max-width: 150px;
  }
  .web-box:hover a.top-img img {
    max-width: 150px;
  }
  .sec-head h2 {
    font-size: 28px;
    padding-bottom: 6px;
  }
  .sec-head p {
    font-size: 18px;
  }
  .comm-data h2 {
    font-size: 21px;
  }
  .comm-data p {
    font-size: 16px;
  }
  .acc__title {
    font-size: 16px;
  }
  .acc__panel {
    font-size: 16px;
  }
  .acc__title::after {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
  .footer-contacts p {
    font-size: 16px;
  }
  .footer-des img {
    max-width: 170px;
  }
  .footer-des p {
    font-size: 16px;
    padding: 20px 0;
  }
  .footer-copy p,
  .footer-links li a {
    font-size: 16px;
  }
  .emu a img {
    max-height: 25px;
  }
  .emu li {
    margin: 3px 0;
  }
  .call-action a {
    padding: 8px;
    width: 37px;
    height: 37px;
  }
  .call-action img {
    max-width: 15px;
    margin: auto;
    display: table;
  }
  .web-box a.top-img {
    height: 310px;
  }
  .get-quote a,
  .get-quote button {
    font-size: 16px;
  }
  /*11 jan 22*/
  .se-logs li {
    margin-right: 20px;
  }
  /*corporate*/
  .inner-banner {
    padding: 100px 0 60px;
  }
  .inner-banner h2,.inner-banner h1 { font-size: 36px; line-height: 40px; margin-bottom: 15px; }
  .inner-banner h2 + p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-list h4 {
    font-size: 36px;
    line-height: 38px;
  }
  .banner-list p,
  .banner-list ul li {
    font-size: 20px;
    line-height: 26px;
  }
  .banner-list ul li {
    height: 160px;
  }
  .banner-list ul {
    max-width: 1000px;
  }
  .wpteam-content h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .wpteam-content h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .wpteam-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .contact-info h4 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 7px;
  }
  .contact-info {
    padding-top: 30px;
  }
  .contact-info p {
    font-size: 22px;
    line-height: 28px;
  }
  .choose-sec {
    padding: 30px 0 60px;
  }
  .choose-sec h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .wp-box p,
  .choose-box li {
    font-size: 16px;
    line-height: 24px;
  }
  .choose-sec .met-content h2 {
    font-size: 28px;
  }
  /*contact*/
  .contact-sec h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .contact-sec p {
    font-size: 20px;
    line-height: 28px;
  }
  .contact-form .form-control {
    font-size: 16px;
  }
  .contact-form input.form-control {
    height: 40px;
    padding-top: 12px;
  }
  .checklist input {
    width: 20px;
    height: 20px;
  }
  .checklist .form-check label {
    font-size: 16px;
  }
  .checklist .form-check {
    min-height: 24px;
    max-width: 260px;
  }
  .checklist {
    margin: 15px 0 0;
  }
  .contact-form textarea.form-control {
    height: 120px;
  }
  img.catcha {
    max-width: 250px;
  }
  .contact-submit {
    font-size: 18px;
    padding: 10px 20px;
    min-width: 150px;
  }
  .social-contact a img {
    max-width: 50px;
    top: 5px;
  }
  .social-contact a {
    font-size: 16px;
    min-height: inherit;
    padding-left: 60px;
  }
  .contact-form {
    max-width: 780px;
  }
  /*experties*/
  .experties-sec h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .experties-sec p,
  .experties-sec li {
    font-size: 16px;
    line-height: 24px;
  }
  .experties-sec li {
    background-size: 50px;
  }
  .experties-sec li:before {
    left: 21px;
  }
  .experties-sec h3 {
    font-size: 28px;
    line-height: 35px;
  }
  /*service*/
  .mainser-box img {
    position: absolute;
    left: -34px;
    bottom: -160px;
    width: 450px;
  }
  .service-banner p {
    font-size: 16px;
    line-height: 24px;
  }
  .mainser-box h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .mainser-box p {
    font-size: 22px;
    line-height: 30px;
  }
  .ser_box h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .ser_box p {
    font-size: 16px;
    line-height: 23px;
  }
  .ser_box {
    min-height: 290px;
  }
  .wp-development h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .wp-development h2 + p {
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto 30px;
  }
  .dev-box h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .dev-box p {
    font-size: 16px;
  }
  .dev-box {
    min-height: 250px;
  }
  .development-list ul {
    margin: 0 -20px;
  }
  .development-list li {
    padding: 0 20px;
    margin-bottom: 55px;
  }
  .service-banner h2 {
    font-size: 40px;
  }
  /*portfolio*/
  .portfolio-sites h2 + p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  /*port detail*/
  .prev-btn a {
    font-size: 17px;
    padding: 8px 15px;
  }
  .port-detail h3 {
    font-size: 22px;
    line-height: 27px;
  }
  .port-detail p {
    font-size: 16px;
    line-height: 24px;
  }
  .used-tech li {
    font-size: 16px;
    line-height: 24px;
  }

  /*service detail*/
  .wp-ecom h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .wp-ecom p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .wp-ecom li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  a.free-esti {
    font-size: 18px;
    padding: 10px 25px;
  }
  .done-sites p {
    font-size: 16px;
  }
  /*get a quote*/
  .quote-form .form-control {
    font-size: 16px;
  }
  .quote-form input.form-control,
  .quote-form select.form-control {
    height: 40px;
  }
  .getquote_model .modal-header {
    border: none;
    flex-wrap: wrap;
    position: relative;
  }
  .getquote_model .modal-header h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .getquote_model .modal-header p {
    font-size: 16px;
  }
  .getquote_model .modal-dialog {
    max-width: 700px;
  }
  .quote-form label,
  input.wpcf7-file {
    font-size: 16px;
  }
  .quote-form label,
  input.browser-btn {
    font-size: 16px;
  }
    
  .getquote_model .modal-header,
  .getquote_model .modal-body {
    padding: 15px;
  }

  .capform .wpcf7-form-control-wrap {
    margin-bottom: 15px;
  }
  /*blog*/
  .blog-head {
    font-size: 18px;
  }
  .blog-item p {
    font-size: 16px;
    height: 50px;
    line-height: 25px;
  }
  .blog-item a.borderbtn1 {
    font-size: 15px;
  }
  .blog-item > ul li,
  .blog-detail-item > ul li {
    font-size: 14px;
  }
  .side-heading {
    font-size: 20px;
    line-height: 27px;
  }
  .follow-side a img {
    max-width: 18px;
  }
  .follow-side a {
    width: 40px;
    height: 40px;
  }
  .blog-img {
    max-width: 400px;
  }
  .blog-cnt {
    max-width: 450px;
  }
  .search-blog form input:not(.search_btn) {
    font-size: 16px;
    height: 45px;
    width: calc(100% - 100px);
  }
  .search_btn {
    font-size: 16px;
    min-width: 100px;
  }
  .side-list-content a {
    font-size: 15px;
    line-height: 24px;
    max-height: 48px;
  }
  .side-list-img {
    max-width: 120px;
  }
  .side-list-img img {
    height: 80px;
  }
  .side-list-content p {
    font-size: 16px;
  }
  .cat-box li,
  .cat-box li a {
    font-size: 16px;
    line-height: 24px;
  }
  .cat-box li:not(:last-child) {
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .blog-detail-item p {
    font-size: 16px;
    line-height: 25px;
  }
  .quote-form textarea.form-control {
    height: 85px;
  }
  /*03 jan*/
  .ser-box h4,
  .ser-box {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
@media (max-width: 1199px) {
  .captext h1 {
    font-size: 44px;
  }
  .chat-form {
    padding: 20px;
  }
  .banner-caption {
    padding: 30px 0 60px 0;
  }
  .pro-it:first-child .proicon:before {
    left: 10px;
    top: -61px;
  }
  .pro-it:nth-child(2) .proicon:before {
    right: -49px;
  }
  .pro-it:nth-child(3) .proicon:before {
    left: 153px;
  }
  .we-content {
    margin-bottom: 30px;
    text-align: center;
  }
  .how-boxes .row > div:nth-child(2) {
    margin-top: 0;
  }
  .web-box a.top-img {
    padding: 15px;
  }
  .done-sites {
    padding: 30px 0;
  }
  .acc__title::after {
    top: 45%;
  }
  .commtment-list {
    display: flex;
    flex-wrap: wrap;
  }
  .commtment {
    flex: 0 0 50%;
    margin-bottom: 30px;
  }
  .commtment:nth-child(odd) {
    padding-right: 50px;
  }
  .guarantee {
    padding: 50px 0 40px 0;
  }

  /*11 jan 22*/
  .chat-talk {
    width: 220px;
    padding: 15px;
  }
  .chat-form form {
    padding-right: 50px;
  }
  .captext h1 {
    line-height: 55px;
    max-width: 225px;
    min-height: 170px;
    margin-bottom: 15px;
  }
  .se-logs img {
    max-width: 65px;
    max-height: 40px;
  }
  .se-logs ul {
    padding-top: 0;
  }
  .ser-box h4,
  .ser-box {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .ser-box h5 {
    font-size: 20px;
  }
  .ser-box p {
    padding: 7px 0 0;
    font-size: 15px;
    line-height: 23px;
  }
  .work-b h2 {
    font-size: 16px;
  }
  .work-b p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
  }
  .work-b a {
    font-size: 15px;
  }
  .form-head p,
  .form-head {
    font-size: 15px;
  }
  .form-head h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .done-sites h3 a {
    font-size: 16px;
  }
  .sticky-logo img {
    max-width: 190px;
  }
  .sticky-logo {
    margin-left: -15px;
    margin-top: 0;
  }
  .faq .row {
    flex-direction: column-reverse;
  }
  .faqimg,
  .commitment-img img {
    display: none !important;
  }
  .pro-inner h2 {
    font-size: 22px;
  }
  .web-box a.top-img img {
    max-width: 150px;
    padding-top: 0;
  }
  .web-box .top-img ul {
    max-height: 100%;
  }
  a.top-img ul li {
    font-size: 15px;
  }
  a.top-img ul li:after {
    background-size: 18px;
  }
  .web-box a.top-img {
    background: #d0fbb8;
    transition: 0.3s linear;
  }
  .done-sites .row > div:nth-of-type(3) .web-box a.top-img {
    background: #e4bfff;
  }
  .done-sites .row > div:nth-of-type(1) .web-box a.top-img {
    background: #cecef9;
  }
  .done-sites .row > div:nth-of-type(4) .web-box a.top-img {
    background: #fdc7b2;
  }
  .web-box a.top-img {
    height: 285px;
    justify-content: flex-start;
  }
  /*corporate*/
  .inner-banner h2,.inner-banner h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .banner-list h4 {
    font-size: 32px;
    line-height: 34px;
  }
  .banner-list p,
  .banner-list ul li {
    font-size: 18px;
  }
  .wpteam-content h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .wpteam-content h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .choose-sec h3 {
    font-size: 22px;
    line-height: 28px;
  }
  /*contact*/
  .contact-banner {
    padding-bottom: 0;
  }
  .contact-sec h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .contact-sec p {
    font-size: 16px;
    line-height: 24px;
  }
  /*experties*/
  .experties-sec {
    padding: 40px 0 0;
  }
  .experties-sec h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .experties-sec p,
  .experties-sec li {
    font-size: 18px;
    line-height: 28px;
  }
  .experties-sec h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .experties-sec li {
    background-size: 40px;
    padding-left: 55px;
  }
  .experties-sec li:before {
    left: 16px;
  }
  .shadow-box {
    width: calc(100% - 20px);
  }
  .shadow-box:before {
    top: 15px;
    right: 15px;
  }
  .experties-sec .row:nth-of-type(odd) .shadow-box:before {
    left: 15px;
  }
  .experties-sec .contact-info p {
    font-size: 22px;
  }
  /*service*/
  .service-banner p {
    font-size: 16px;
    line-height: 25px;
  }
  .ser_box h3 {
    font-size: 17px;
    line-height: 23px;
  }
  .ser_box img {
    max-height: 50px;
    max-width: 83px;
    margin-bottom: 10px;
  }
  .ser_box p {
    font-size: 15px;
    line-height: 22px;
  }
  .mainser-box p {
    font-size: 18px;
    line-height: 28px;
  }
  .mainser-box img {
    bottom: -115px;
    width: 360px;
  }
  .mainser-box h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .wp-development h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .wp-development h2 + p {
    font-size: 17px;
    line-height: 24px;
  }
  .dev-box {
    padding: 20px;
  }
  .dev-box h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 7px;
  }
  .dev-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .dev-box:before {
    top: 15px;
  }
  .development-list ul {
    margin: 0 -15px;
  }
  .development-list li {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .wp-development,
  .service-sec {
    padding: 40px 0;
  }
  /*portfolio*/
  .portfolio-sites h2 + p {
    font-size: 16px;
    line-height: 24px;
  }
  .portfolio-sites .web-box {
    margin-bottom: 30px;
  }
  .portfolio-sites .web-box a.top-img {
    background: #d0fbb8 !important;
  }
  /*01 fab*/
  .blog-sider {
    padding-left: 0;
  }
  .blog-item:not(:last-child) {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  .side-list-content p img {
    max-width: 22px;
  }
  .side-list-content p {
    font-size: 14px;
  }

  /*02 fab*/
  .blog-detail-img img {
    height: 310px;
  }
  .blog-detail-item h2 {
    font-size: 27px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  /* 06 May 22 */
  .badges_sec h3 {
    font-size: 20px;
  }
  .badges_sec p {
    font-size: 15px;
    margin: 0 0 7px;
  }
  .badges_sec {
    padding: 0;
    margin: 0 0 10px;
  }
  /* End */

  .banner-caption {
    display: block;
  }
  .captext,
  .capform {
    max-width: 100%;
  }
  .capform {
    margin-top: 50px;
  }
  .met-content {
    padding-left: 40px;
  }
  .work-b {
    padding: 15px;
  }
  .commtment {
    flex: 0 0 100%;
    padding-right: 0 !important;
  }
  .footer-des {
    max-width: 320px;
  }
  .acc {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .faq {
    padding: 40px 0;
  }
  .devprocess .pro-it {
    position: relative;
    flex: 0 0 100%;
    left: 0 !important;
    top: 0 !important;
    bottom: 0px !important;
    right: 0 !important;
    margin-bottom: 30px;
  }
  .pro-it .proicon:before {
    display: none !important;
  }
  .process-items {
    flex-wrap: wrap;
    order: 2;
    margin-top: 30px;
  }
  body [tooltip][flow^="down"]::after {
    opacity: 1 !important;
    display: block !important;
    transform: none !important;
    top: 0 !important;
    left: 140px !important;
  }
  body [tooltip][flow^="down"]:after {
    height: 100%;
  }
  body [tooltip][flow^="down"]::before {
    opacity: 1 !important;
    display: block !important;
    left: 111px !important;
    top: 36%;
    transform: rotate(271deg);
    border-width: 15px;
  }
  .pro-inner img {
    order: 1 !important;
  }
  .pro-inner {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
  }
  .pro-inner h2 {
    text-align: center !important;
    display: block !important;
    width: 100%;
  }
  .metting {
    padding: 50px 0;
  }
  .pro-inner img {
    width: 100%;
  }
  /*12 jan 22*/
  .captext h1 {
    max-width: 100%;
    min-height: 37px;
    margin: 40px 0 30px;
    font-size: 32px;
    line-height: 37px;
  }
  .box-large img {
    max-height: 200px;
  }
  body [tooltip][flow^="down"]::after {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .work-b {
    min-height: 471px;
    padding: 20px 15px;
  }
  .footer-social a {
    width: 40px;
    height: 40px;
    line-height: 45px;
  }
  .footer-social a i {
    font-size: 17px !important;
  }

  .toggle_btn {
    width: 40px;
    height: 35px;
    color: #010101;
    position: absolute;
    right: 0;
    border: none;
    background: transparent;
    font-size: 25px;
    padding: 0;
    outline: none !important;
  }
  .toggle_btn {
    overflow: hidden;
  }
  .toggle_btn span {
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    position: absolute;
    top: 16px;
    left: 7px;
    height: 3px;
    width: 26px;
    background: #010101;
  }
  .toggle_btn:before {
    content: "";
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform-style: preserve-3D;
    transform-style: preserve-3D;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 3px;
    width: 26px;
    background: #010101;
  }
  .toggle_btn:after {
    content: "";
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform-style: preserve-3D;
    transform-style: preserve-3D;
    position: absolute;
    bottom: 7px;
    right: 7px;
    height: 3px;
    width: 26px;
    background: #010101;
  }
  .toggle_btn.active span {
    left: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .toggle_btn.active:before {
    -webkit-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    transform: rotate(-36deg);
    width: 30px;
  }
  .toggle_btn.active:after {
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
    width: 30px;
  }

  .header-inner {
    padding-right: 50px;
    position: relative;
  }
  .sidefix {
    width: 0;
    opacity: 0;
    transition: 1s ease-in-out;
  }
  .content {
    padding-right: 0;
  }
  .sidefix.show {
    width: 55px;
    opacity: 1;
  }
  .sticky_header .container {
    padding-right: 65px;
  }
  .sticky_header .toggle_btn {
    right: 8px;
    top: 15px;
  }
  .emu li a {
    height: 42px;
    padding: 6px;
  }
  .emu li p {
    font-size: 15px;
    height: 100%;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ccc;
  }
  .ser-box h5 {
    font-size: 17px;
    line-height: 24px;
  }
  .faq .sec-head {
    margin-bottom: 0;
  }
  .comm-data h2 {
    font-size: 18px;
  }
  .sec-head p {
    font-size: 16px;
  }
  .ser-box h4,
  .ser-box {
    letter-spacing: 2px;
  }
  .comm-data p {
    font-size: 15px;
  }
  .footer-copy p,
  .footer-links li a,
  .footer-des p,
  .footer-contacts p {
    font-size: 15px;
  }
  header .container {
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
  /*corporate*/
  .inner-banner {
    padding: 70px 0 0;
  }
  .inner-banner h2,.inner-banner h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .inner-banner h2 + p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-list h4 {
    font-size: 24px;
    line-height: 26px;
  }
  .banner-list p,
  .banner-list ul li {
    font-size: 16px;
  }
  .wpteam-img {
    margin-bottom: 20px;
  }
  .wpteam-content h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .contact-info h4 {
    font-size: 27px;
  }
  .contact-info p {
    font-size: 20px;
  }
  .wp-team {
    padding: 30px 0;
  }
  .ideal-wp {
    margin-bottom: 0;
  }
  .choose-sec h3 br {
    display: none;
  }
  .wp-box {
    margin-bottom: 20px;
  }
  .choose-sec .met-content {
    margin-top: 25px;
  }
  .choose-sec {
    padding: 30px 0 30px;
  }
  .wpteam-content p,
  .wp-box p,
  .choose-box li {
    font-size: 16px;
    line-height: 25px;
  }
  .choose-sec .met-content h2 {
    font-size: 24px;
  }
  /*contact*/
  .social-contact {
    margin-top: 30px;
  }
  .social-contact a {
    margin-bottom: 20px;
  }
  .contact-sec {
    padding: 60px 0 30px;
  }
  /*experties*/
  .experties-sec h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .experties-sec p,
  .experties-sec li {
    font-size: 16px;
    line-height: 25px;
  }
  .experties-sec .row {
    margin-bottom: 35px;
  }
  .experties-sec h3 {
    font-size: 20px;
    line-height: 27px;
  }
  .experties-sec .row .col-lg-5 {
    text-align: center;
  }
  .shadow-box {
    margin-top: 10px;
  }
  .experties-sec .contact-info {
    padding-top: 10px;
  }
  .experties-sec .contact-info p {
    font-size: 18px;
  }
  /*service*/
  .service-banner h2 br {
    display: none;
  }
  .mainser-box {
    min-height: auto;
    height: auto;
  }
  .mainser-box img {
    display: none;
  }
  .mainser-box {
    min-height: auto;
    height: auto;
    margin-bottom: 15px;
    padding: 0;
    background: transparent;
  }
  .mainser-box:after {
    display: none;
  }
  .mainser-box h2,
  .wp-development h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .mainser-box p {
    font-size: 16px;
    line-height: 24px;
  }
  .wp-development,
  .service-sec {
    padding: 30px 0;
  }
  .development-list li {
    width: calc(50% - 15px);
    margin-bottom: 40px;
  }
  .dev-box {
    padding: 20px;
    min-height: auto;
  }
  /*29-jan*/
  [tooltip]::after {
    z-index: 0;
  }

  /*protfolio detail*/
  .port-content {
    padding-left: 0;
    padding-top: 30px;
  }

  /*service detail*/
  .wp-ecom {
    padding: 35px 0;
  }
  .wp-ecom h2 {
    font-size: 24px;
    line-height: 28px;
  }
  a.free-esti {
    font-size: 16px;
    padding: 8px 20px;
  }
  .wp-ecom img {
    margin-bottom: 20px;
  }

  /*blog*/
  .pagination {
    margin: 30px 0;
  }

  .thanks h2 {
    font-size: 64px;
  }
  .thanks a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ser-box {
    height: auto;
    min-height: 230px;
  }
  .home-services .row [class*="col-"] {
    margin-bottom: 15px !important;
  }
  .home-services .row [class*="col-lg-8"] {
    margin-bottom: 0 !important;
  }
  .ser-box img {
    max-height: 130px !important;
  }
  .captext h1 {
    font-size: 36px;
  }
  .metting {
    padding: 20px 0;
  }
  .met-inner {
    display: block;
  }
  .met-content,
  .met-img {
    max-width: 100%;
    padding: 0;
  }
  .met-img {
    margin-bottom: 25px;
  }
  .work-b {
    min-height: auto;
    margin-bottom: 15px;
    padding: 30px;
  }
  .how-work {
    padding-bottom: 0;
  }
  .done-sites h2 {
    font-size: 23px;
    padding-bottom: 30px;
  }
  .acc__title {
    padding: 10px 16px;
    padding-right: 40px;
    border-radius: 7px;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
  .footer-contacts {
    width: 100%;
    order: 2;
  }
  .footer-des {
    max-width: 100%;
    width: 100%;
    order: 1;
  }
  .footer-links {
    width: 100%;
    order: 3;
  }
  .footer-contacts ul {
    display: flex;
    justify-content: center;
    margin: 30px 0;
  }
  .footer-contacts li {
    margin-right: 30px;
  }
  footer {
    padding: 30px 0 15px 0 !important;
  }
  .commtment:last-child {
    margin-bottom: 0;
  }
  .ser-head h3 {
    font-size: 19px;
  }
  .pro-inner h2 {
    font-size: 22px;
  }
  /*12 jan 22*/
  .sec-head h2 {
    font-size: 22px;
  }
  .captext h1 {
    font-size: 27px;
    line-height: 30px;
  }
  .capform {
    margin-top: 30px;
  }
  .form-head h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .capform input,
  .capform textarea {
    font-size: 15px;
  }
  .home-services,
  .how-work,
  .done-sites,
  .guarantee {
    padding: 25px 0;
  }
  .ser-head h3 {
    font-size: 19px;
    line-height: 27px;
  }
  .flip-card {
    min-height: 240px;
  }
  .met-content h2 {
    font-size: 20px;
  }
  .met-content p {
    font-size: 16px;
  }
  .met-content {
    text-align: center;
  }
  a.metting-btn,
  .work-b a {
    padding: 7px 15px;
    font-size: 15px;
    margin: 0 auto;
    display: inline-block;
    width: auto;
  }
  .we-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .we-content p {
    font-size: 16px;
  }
  .we-content p br {
    display: none;
  }
  .we-content {
    margin-bottom: 15px;
  }
  .done-sites h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .web-box a.top-img {
    height: 260px;
  }
  a.top-img ul li {
    font-size: 14px;
    padding-left: 27px;
  }
  a.top-img ul li:after {
    background-size: 17px;
    top: 0;
  }
  .faq {
    padding: 25px 0 10px;
  }
  .acc {
    margin-top: 15px;
  }
  .footer-contacts ul {
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .footer-links {
    border-bottom: 1px solid #ccc;
  }
  .footer-inner {
    padding-bottom: 15px;
  }
  .flip-card {
    min-height: 230px;
  }
  /*corporate*/
  .inner-banner h2,.inner-banner h1 {
    font-size: 24px;
    line-height: 27px;
  }
  .banner-list ul li {
    height: auto;
    width: calc(50% - 10px);
    min-height: 118px;
    margin-bottom: 20px;
  }
  .wpteam-content h2,
  .contact-info h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .wpteam-content h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-info {
    padding-top: 20px;
  }
  .contact-info p {
    font-size: 16px;
    line-height: 24px;
  }
  .wp-team {
    padding: 25px 0;
  }
  .wp-box {
    padding: 15px;
  }
  .choose-sec h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .choose-sec .met-content {
    margin-top: 15px;
  }
  .choose-sec .met-content h2 {
    font-size: 22px;
  }
  /*contact*/
  .contact-sec {
    padding: 25px 0 0;
  }
  .contact-sec h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .contact-sec p {
    margin-bottom: 16px;
  }
  .contact-submit {
    font-size: 16px;
  }
  .contact-form {
    padding: 25px;
  }

  /*service*/
  .service-list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ser_box {
    min-height: auto;
  }
  .wp-development,
  .service-sec {
    padding: 20px 0;
  }
  .dev-box p {
    font-size: 15px;
    line-height: 23px;
  }

  /*portfolio*/
  .portfolio-sites h2 + p {
    margin-bottom: 15px;
  }
  .portfolio-sites .web-box {
    margin-bottom: 20px;
  }
  .portfolio-sites h2 {
    padding-bottom: 0 !important;
  }

  .quote-form .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .quote-form .col:not(:last-child),
  .quote-form .form-row {
    margin-bottom: 15px;
  }
  .quote-form .col.d-flex.align-items-center.justify-content-end {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .quote-form .contact-submit {
    margin-left: inherit;
  }
  .getquote_model .modal-header {
    padding-bottom: 0;
  }
  .getquote_model .modal-dialog {
    margin: 0.5rem;
  }
  .quote-form .form-control,
  .quote-form label,
  input.browser-btn {
    font-size: 15px;
  }

  /*portfolio detail*/
  .port-detail {
    padding: 25px 0;
  }
  .prev-btn a {
    font-size: 16px;
    padding: 7px;
  }
  .port-detail h3 {
    font-size: 20px;
    line-height: 26px;
  }

  /*service detail*/
  .wp-ecom {
    padding: 15px 0;
  }
  .wp-ecom h2 {
    font-size: 20px;
    line-height: 27px;
  }
  .detail-wp h2 {
    margin-bottom: 20px;
  }
  .done-sites p + .row {
    margin-top: 0;
  }
  /*01 fab*/
  .blog-img {
    max-width: 100%;
  }
  .blog-cnt {
    max-width: 100%;
    margin-top: 0;
    padding: 0;
    box-shadow: none;
  }
  .blog-item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .blog-item > ul {
    flex-wrap: wrap;
  }
  .blog-item > ul li {
    width: 50%;
    margin: 0 0 10px;
  }
  .blog-item > ul li:nth-of-type(even) {
    text-align: right;
  }
  .blog-img img {
    height: 200px;
  }
  /*02 fab*/
  .blog-detail-item h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .blog-detail-img img {
    height: auto;
  }
  .thanks h2 {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  header .logo a img {
    max-width: 159px;
  }
  .call-right a {
    font-size: 16px;
  }
  .chat-form {
    margin-right: 0;
  }
  .capform {
    margin-top: 30px;
  }
  .chat-talk {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
  }
  .sidefix {
    max-width: 60px;
    padding: 20px 10px;
  }
  .content {
    padding-right: 60px;
  }
  .call-action a {
    margin: 10px auto !important;
  }
  .sidefix-inner {
    left: 0;
  }
  .chat-form form {
    padding-right: 0;
  }
  .se-logs ul {
    padding-top: 10px;
    flex-wrap: wrap;
  }
  .se-logs img {
    margin-top: 10px;
    margin-right: 11px;
  }
  body [tooltip][flow^="down"]:after {
    min-width: auto;
  }
  .met-content h2 {
    font-size: 22px;
  }
  /*a.metting-btn{padding:10px 25px;font-size:16px;}*/
  .banner-caption {
    padding: 30px 0 0px 0;
  }
  .we-content h2 {
    font-size: 24px;
  }
  .we-content p {
    font-size: 16px;
  }
  .work-b {
    margin-bottom: 15px;
  }
  .done-sites h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .sec-head h2 {
    font-size: 22px;
  }
  .sec-head p {
    font-size: 16px;
  }
  .comm-data h2 {
    font-size: 19px;
  }
  .footer-contacts ul {
    display: block;
  }
  header .logo a img {
    max-width: 150px;
  }
  .call-right a {
    font-size: 0;
  }
  .captext h1 {
    font-size: 31px;
  }
  .ser-head {
    margin-bottom: 20px;
  }
  .ser-box h4,
  .ser-box {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .home-services {
    padding: 40px 0 20px 0;
  }
  .emu li {
    margin: 13px 0;
  }

  /*12 jan 22*/
  .se-logs img {
    max-width: 50px;
    max-height: 35px;
  }
  .captext h1 {
    font-size: 22px;
    margin: 15px 0 0;
  }
  .se-logs img {
    margin-right: 0;
  }
  .content {
    padding-right: 0;
  }
  .submit button,
  .capform .wpcf7-submit {
    font-size: 15px;
    margin-left: 0;
    width: auto;
    min-width: auto;
  }
  .home-services {
    padding: 25px 0 0 0;
  }
  .pro-inner h2,
  .met-content h2,
  .we-content h2,
  .sec-head h2 {
    font-size: 20px;
  }
  .metting {
    padding: 15px 0;
  }
  .home-services,
  .how-work,
  .done-sites,
  .guarantee {
    padding: 15px 0;
  }
  .done-sites h2 {
    padding-bottom: 10px;
  }
  .sec-head {
    margin-bottom: 15px;
  }
  .devprocess {
    padding-bottom: 0;
  }
  .comm-data h2 {
    font-size: 17px;
  }
  .sticky_header .call-action a {
    margin: 0 auto !important;
  }
  .ser-box p {
    padding: 0;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .ser-box h4 a {
    font-size: 15px;
  }
  .se-logs li {
    margin-right: 10px;
  }
  .se-logs img {
    max-width: 45px;
    max-height: 30px;
  }
  .ser-box img {
    max-height: 160px;
  }
  .ser-box h4,
  .ser-box {
    font-size: 15px;
  }
  .home-services {
    padding-bottom: 0;
  }
  .comm-img {
    max-width: 60px;
  }
  .acc__title,
  .acc__panel {
    font-size: 15px;
  }
  .form-head h2 {
    font-size: 18px;
    line-height: 22px;
  }

  /*corporate*/
  .inner-banner h2,.inner-banner h1 {
    font-size: 22px;
    line-height: 27px;
  }
  .wpteam-content h2,
  .contact-info h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .wpteam-content h3 {
    font-size: 17px;
    line-height: 27px;
  }
  .wp-team,
  .choose-sec {
    padding: 15px 0;
  }
  .contact-info p {
    max-width: 270px;
    line-height: 27px;
  }
  .choose-sec .met-content h2 {
    font-size: 20px;
  }
  .footer-social a i {
    font-size: 15px !important;
  }
  .footer-social a {
    width: 35px;
    height: 35px;
    line-height: 40px;
    border-width: 2px;
  }
  .footer-social ul li {
    margin-right: 10px;
  }
  .inner-banner {
    padding: 45px 0 0;
  }
  /*contact*/
  .contact-form .form-row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-form .form-row .col ~ .col {
    margin-top: 15px;
  }
  .contact-submit {
    display: inline-block;
    min-width: auto;
  }
  .checklist .form-check {
    max-width: 100%;
    width: 100%;
  }
  .contact-form {
    padding: 15px;
  }

  /*experties*/
  .experties-sec {
    padding: 20px 0 0;
  }
  .experties-sec .contact-info p {
    max-width: 300px;
    font-size: 16px;
    margin: auto;
  }

  /*service*/
  .mainser-box h2,
  .wp-development h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .service-list li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .wp-development,
  .service-sec {
    padding: 15px 0;
  }
  .development-list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .dev-box {
    padding: 15px;
    min-height: auto;
  }

  /*09 fab*/
  input.wpcf7-file {
    font-size: 14px;
    width: 100%;
    overflow: hidden;
  }
  .thanks h2 {
    font-size: 30px;
  }
}
.smush-detected-img{
  box-shadow: none !important;
}
/* 24-05-2022 */


.blog-detail-item p {
  text-align: justify; 
}
.linkedin-icon {
  filter: brightness(0) invert(1);
}
.category-3.tags-category {
  margin: 8px 0px 0px 0px;
}
.comment-respond {
  width: 100%;
}

.comment-respond input,textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.comment-respond .submit {
  background: #50b0dd;
  color: white;
  font-size: 24px;
  padding: 8px 0px 8px 0px;
}

.comment-respond .submit:hover {
  background: #57cafc;
}
.error {
  color: red;
}

p.comment-form-cookies-consent input#wp-comment-cookies-consent {
  width: auto;
}

@media (max-width: 480px) {


  .process-items .proicon {
    margin: auto;
  }
  
  body [tooltip][flow^="down"]:after {
    width: 100%;
    margin: 0 !important;
    left: 0 !important;
    top: 15px !important;
    height: auto;
    box-shadow: 0 -5px 13px 1px rgb(0 0 0 / 8%);
    position: relative;
  }
  .devprocess .pro-it {
    margin-bottom: 40px !important;
  }
  body [tooltip][flow^="down"]::before {
    top: 119px !important;
    transform: rotate(359deg);
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.mainbg {
  animation: main-bg 7s linear;
}
@keyframes main-bg {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media(max-width: 767px) {
  .icon-bar a {
    font-size: 12px;
    padding: 10px;
  }
}
@media (max-width: 380px) {
  /*corporate*/
  .banner-list p,
  .banner-list ul li {
    font-size: 14px;
    line-height: 21px;
  }
  .banner-list h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.container.extra-content {
  text-align: center;
  padding: 70px 0 0;
}
.container.extra-content p {
  color: #666666;
  font-size: 16px;
  max-width: 800px;
  margin: auto;
  margin-top: 20px;
}
.container.extra-content h2 {
  padding: 0;
  margin: 0;
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  font-family: "Product Sans";
  color: #000;
}
