:root {
  --ds-bg: #2b3647;
  --ds-bg-dark: #191f2a;
  --ds-primary: #f48226;
  --ds-secondary: #27ae60;
  --ds-text: #212832;
  --ds-text-white: #fff;
  --ds-subtitle: #131327;
  --ds-icon: #ffd23c;
  --ds-btn-text: #fff;
  --ds-border-form: #000;
  --ds-form-bg: #fff;
  --ds-form-text: #000;
  --ds-bg-navy-blue: #0c2442;
  --ds-bg-gray: #f4f7f6;
  --ds-bg-black-light: #151921;
}
html {
  font-size: 100%;
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://www.dotsquares.com/css/assets_shopify/fonts/FontAwesome.woff2") format("woff2"),
    url("https://www.dotsquares.com/css/assets_shopify/fonts/FontAwesome.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: url("https://www.dotsquares.com/css/assets_shopify/fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("https://www.dotsquares.com/css/assets_shopify/fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("https://www.dotsquares.com/css/assets_shopify/fonts/Poppins-Light.woff2") format("woff2"),
    url("https://www.dotsquares.com/css/assets_shopify/fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("https://www.dotsquares.com/css/assets_shopify/fonts/Poppins-Medium.woff2") format("woff2"),
    url("https://www.dotsquares.com/css/assets_shopify/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("https://www.dotsquares.com/css/assets_shopify/fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("https://www.dotsquares.com/css/assets_shopify/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
body {
  font-family: "Poppins" !important;
  font-weight: normal;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
.row {
  padding-left: 15px;
  padding-right: 15px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
button,
span,
table,
tr,
td,
th,
div,
span,
ul,
input {
  font-family: "Poppins" !important;
}
p {
  font-family: "Poppins" !important;
  font-weight: normal;
}
.text-end {
  text-align: right;
}
.text-center {
  text-align: center;
}
.padding-top {
  padding-top: 50px;
}
.padding-bottom {
  padding-bottom: 50px;
}
.margin-tb2 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.padding-tb2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.margin-top {
  margin-top: 40px;
}
.margin-bottom {
  margin-bottom: 40px;
}
.margin-b {
  margin-bottom: 80px;
}
.margin-t {
  margin-top: 80px;
}
.margin-tb {
  margin-top: 50px;
  margin-bottom: 50px;
}
.padding-tb {
  padding-top: 50px;
  padding-bottom: 50px;
}
.container-two {
  max-width: 1500px;
  margin: auto;
  padding: 0 15px;
}
.container-two::after,
.container-two::before {
  display: table;
  clear: both;
  content: "";
}
.btn {
  background: var(--ds-secondary);
  border: none;
  border-radius: 40px;
  padding: 15px 60px;
  font-size: 15px;
  color: var(--ds-btn-text);
  font-weight: 600 !important;
  line-height: 28px;
}
.btn:hover {
  color: #fff;
  background: var(--ds-bg) !important;
}
.divflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-control {
  border: none;
  border-bottom: 1px solid var(--ds-border-form);
  background: none;
  padding: 15px;
  width: 100%;
  color: var(--ds-form-text);
}
.bg-dark-blue {
  background: var(--ds-bg-dark);
  color: var(--ds-text-white);
}
.bg-dark-blue-navy {
  background: var(--ds-bg-navy-blue);
  color: var(--ds-text-white);
}
.banner-sec .coll-lg-8 {
  width: 65.66666667%;
  display: inline-block;
}
.banner-sec .coll-lg-4 {
  width: 34%;
  display: inline-block;
  float: right;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  z-index: 99;
  background: var(--ds-bg);
}
.site-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-header .header-inner:before,
.site-header .header-inner:after {
  display: none;
}
.site-header .header-inner button.btn:hover {
  background: #49cb80 !important;
}
.top-section {
  padding-top: 153px;
  color: #fff;
  background: -moz-linear-gradient(
    150deg,
    rgba(44, 56, 74, 1) 0%,
    rgba(36, 45, 60, 1) 100%
  );
  background: -webkit-linear-gradient(
    150deg,
    rgba(44, 56, 74, 1) 0%,
    rgba(36, 45, 60, 1) 100%
  );
  background: linear-gradient(
    150deg,
    rgba(44, 56, 74, 1) 0%,
    rgba(36, 45, 60, 1) 100%
  );
  background: var(--ds-bg);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c384a",endColorstr="#242d3c",GradientType=1);
  padding-bottom: 50px;
}
.top-section h5 {
  font-size: 1.188rem;
  line-height: 3.625rem;
  font-weight: normal !important;
  margin: 0;
}
span.start-amt {
  color: #f48226;
  font-weight: bold !important;
}
.top-section h2 {
  font-size: 45px;
  line-height: 1.5;
  font-weight: 500 !important;
  margin: 0 0 40px;
}

/*banner css*/
.banner-content {
  padding: 0 0px 0 0px;
  width: 818px;
}
.heading-title {
  display: none;
}
.top-section p {
  margin: 25px 0;
}
.banner-content ul.banner-points {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner-content ul.banner-points li {
  list-style: none;
  position: relative;
  padding: 0 0 25px 25px;
}
.banner-content ul.banner-points li h6 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300 !important;
  margin: 0;
  margin-bottom: 10px;
}
.banner-content ul.banner-points li p {
  margin: 0;
  font-weight: 400 !important;
}
.banner-content ul.banner-points li:before {
  content: "\f00c";
  font-family: fontawesome;
  color: #f48226;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 20px;
  line-height: 20px;
}
.banner-content h3 {
  font-weight: 500 !important;
  font-size: 23px;
  margin: 0 0 24px;
}
.banner-content ul.banner-points span.banner-points-one {
  display: inline-block;
  margin: 0 50px 0 0px;
}
.banner-content ul.banner-points span.banner-points-two {
  display: inline-block;
  vertical-align: top;
}
.banner-content ul.ds-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner-content ul.ds-points li {
  list-style: none;
  vertical-align: top;
}
.banner-content ul.ds-points li span {
  font-size: 2.25rem;
  display: block;
  color: #f48226;
  font-weight: 500;
}
/*banner css end*/
.partner{background: #e3e4e7;
    width: 100%;
    display: inline-block;
    padding: 18px 0;}
.partner .brand-logoo .owl-item img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  } 
.partner .brand-logoo .owl-item img {
  width: auto;
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.partner .brand-logoo .owl-dots {
  display: none;
}
.about-section .coll-lg-6 {
  width: 50%;
}
section.about-section .coll-lg-6 img {
  padding: 0 30px 0 0px;
}
.about-section .about-sectio-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-section .about-sectio-inner .about-sectio-content h2.heading {
  margin: 15px 0 15px;
}
.sub-heading1 {
  text-transform: capitalize !important;
  background: none;
  padding: 15px 0 0;
  border-radius: 30px;
  max-width: initial;
  color: #44ae60;
  text-align: left;
  font-size: 22px;
}
.heading {
  font-size: 3rem;
  line-height: 1.21;
  font-weight: 600 !important;
  margin: 0;
  color: #212832;
}
.ds-bigcommerce .container-bigcom {
  max-width: 1500px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 0 15px;
}
.ds-bigcommerce .flex-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ds-bigcommerce .flex-30 {
  width: 33.33%;
  text-align: left;
  padding: 30px 20px;
}
.ds-bigcommerce .flex-20 {
  width: 20%;
}
.bigcommerce-industries .icon img {
  z-index: 9;
  position: relative;
  filter: brightness(120%);
  display: inline-block;
}
.bigcommerce-industries .icon {
  position: relative;
}
.bigcommerce-industries .icon:before {
  content: "";
  background: url(https://www.dotsquares.com/css/assets_shopify/images/industries-after.png) no-repeat;
  width: 78px;
  height: 78px;
  display: inline-block;
  top: -23px;
  left: 95px;
  position: absolute;
}
.ds-bigcommerce .flex-40 {
  width: 40%;
}
.ds-bigcommerce .flex-50 {
  width: 50%;
}
.ds-bigcommerce .flex-60 {
  width: 60%;
}
.ds-bigcommerce .padding-50,
.ds-bigcommerce .padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ds-bigcommerce img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
}
.ds-bigcommerce .text-center {
  text-align: center;
}
/*BigCommerce e-Store*/
.ds-bigcommerce .big-store {
  text-align: center;
  background: url(https://www.dotsquares.com/css/assets_shopify/images/bg-bigcommerce.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.big-store .flex-30:hover {
  background-image: linear-gradient(to right, #48c87d, #5d78e6);
  border-radius: 10px;
  box-shadow: rgb(170 213 231 / 42%) 0px 6px 63px;
  color: #fff;
}
.big-store .flex-30:hover .ds-bigcommerce .big-store .icon-sky {
  background: none;
}
.ds-bigcommerce .big-store h2 {
  font-size: 37px;
  line-height: 1.5;
  font-weight: 600 !important;
  margin: auto;
  padding-bottom: 40px;
}
.ds-bigcommerce .big-store img {
  padding: 24px;
}
.ds-bigcommerce .big-store .icon-blue {
  background: url(https://www.dotsquares.com/css/assets_shopify/images/big-icon1.png);
}
.ds-bigcommerce .big-store .icon-green {
  background: url(https://www.dotsquares.com/css/assets_shopify/images/big-icon2.png);
  padding: 26px;
}
.ds-bigcommerce .big-store .icon-red {
  background: url(https://www.dotsquares.com/css/assets_shopify/images/big-icon3.png);
}
.ds-bigcommerce .big-store .icon-sky {
  background: url(https://www.dotsquares.com/css/assets_shopify/images/big-icon4.png);
  padding: 26px;
}
.ds-bigcommerce .big-store .icon-yellow {
  background: url(https://www.dotsquares.com/css/assets_shopify/images/big-icon5.png);
}
.ds-bigcommerce .big-store h3 {
  font-weight: 600 !important;
  line-height: 1.5;
  font-size: 21px;
  padding: 15px 0;
  margin: auto;
}
.woo-img-inner {
  display: flex;
  align-items: center;
  justify-self: center;
  position: relative;
}
.woo-img-inner .arrow-blue {
  position: absolute;
  right: 15%;
  z-index: -1;
  top: 14%;
}
/*BigCommerce process*/
.ds-bigcommerce .big-process h2 {
  font-size: 37px;
  font-weight: 600;
  margin: auto;
  text-align: center;
}
.ds-bigcommerce .big-process p {
  font-size: 21px;
  padding: 0;
  margin: 0;
}
.ds-bigcommerce .big-process .flex-30 {
  padding: 30px;
}
.ds-bigcommerce .process-block {
  background: #fff;
  border-radius: 3px;
  box-shadow: rgb(39 174 96 / 12%) 0px 6px 63px;
  padding: 40px 30px 47px 30px;
  margin-top: 36px;
}
.ds-bigcommerce .process-block h3 {
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 8px;
}
.ds-bigcommerce .process-block p {
  font-size: 14px;
  font-weight: 400;
  color: #5a5a5a;
}
/*BigCommerce Portals*/
.ds-bigcommerce .big-portals {
  background-image: linear-gradient(to right, #48c87c, #5d79e5);
  padding: 20px 15px;
  color: #fff;
  text-align: center;
}
.ds-bigcommerce .big-portals h2 {
  font-size: 28px;
  font-weight: 300 !important;
}
.ds-bigcommerce .big-portals span {
  font-weight: 600;
}
/*BigCommerce Features*/
.ds-bigcommerce .big-features h2 {
  color: #4b71fb;
  text-align: center;
  font-weight: 600;
  font-size: 37px;
  margin-bottom: 55px;
  margin-top: 0;
}
.ds-bigcommerce .big-features .feature-image {
  display: flex;
  margin-bottom: 22px;
}
.ds-bigcommerce .big-features .feature-image img {
  width: 170px;
  height: 159px;
}
.ds-bigcommerce .big-features span {
  font-size: 57px;
  font-weight: 700;
  color: #4b71fb;
}
.ds-bigcommerce .big-features .feature-content {
  margin-left: 40px;
}
.ds-bigcommerce .big-features .feature-content h3 {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 0;
}
.ds-bigcommerce .big-features .feature-content p {
  font-size: 14px;
  font-weight: 400;
  color: #5a5a5a;
  margin-top: 0;
}
/*BigCommerce industries*/
.ds-bigcommerce .bigcommerce-industries {
  background: #0c2442;
  padding-bottom: 0;
}
.ds-bigcommerce .bigcommerce-industries h2 {
  font-size: 37px;
  font-weight: 600 !important;
  margin: auto;
  text-align: center;
  color: #fff;
  margin: 32px 0 60px 0;
}
.ds-bigcommerce .bigcommerce-industries h4 {
  font-size: 17px;
  color: #fff;
  font-weight: 300 !important;
  margin-bottom: 82px;
}
.ds-bigcommerce .bigcommerce-industries .flex-20 {
  text-align: center;
}
/*BigCommerce choose*/
.ds-bigcommerce .big-choose h2 {
  font-size: 31px;
  font-weight: 600;
  margin: auto;
  text-align: center;
}
.ds-bigcommerce .big-choose p {
  font-size: 18px;
  color: #212832;
  margin-top: 0;
}
.ds-bigcommerce .big-content img {
  float: left;
  margin-right: 14px;
}
.ds-bigcommerce .big-content {
  border: 1px solid #d0e8ff;
  padding: 14px 23px 5px 10px;
  margin: 9px;
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ds-bigcommerce .big-choose .big-content p {
  font-size: 18px;
  margin-top: 0;
  font-weight: 500;
  color: #58468c;
}
.ds-bigcommerce .big-choose .flex-1 {
  margin-top: 36px;
}
.ds-bigcommerce .big-choose .flex-60 .flex-1 {
  padding: 34px;
  margin-top: 0px;
}

/*ecommerce dev css*/
section.about-section .coll-lg-6 {
  width: 50%;
}
section.about-section .coll-lg-6 img {
  padding: 0 30px 0 0px;
}
.about-section .about-sectio-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-section .about-sectio-inner .about-arrow {
  position: relative;
  margin-left: -133px;
  margin-top: 6px;
}
/*ecommerce dev css end*/

.request-form {
  background: var(--ds-secondary);
}
.request-form .form-fields {
  background: var(--ds-form-bg);
  color: var(--ds-form-text);
}
.request-form .form-fields p {
  margin: 0 0 20px;
}
.request-form .form-fields .form-submit button.btn {
  width: 100%;
}
.request-form h3 {
  margin: 0;
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 500 !important;
}
.request-form .form-heading {
  padding: 30px 20px;
}
.request-form .form-heading p {
  margin: 0;
  padding: 18px 0px 0;
  line-height: 1.5;
}
.request-form .form-fields .form-group {
  position: relative;
  margin-bottom: 35px;
}
.request-form .form-fields .form-group span.icon {
  position: absolute;
  top: 7px;
}
.request-form .form-fields .btn {
  cursor: pointer;
  width: 100%;
  box-shadow: 0px 0px 16px 8px #e1e1e1;
  margin: 0 0 0;
}
.request-form .form-fields .btn:hover {
  background: #49cb80 !important;
}
.request-form .form-fields .btn:disabled,
.btn[disabled] {
  cursor: not-allowed !important;
  background: #49cb80 !important;
}
.form-fields {
  padding: 50px;
  font-size: 0.8125rem;
}
.form-fields .form-control {
  border: none;
  border-bottom: 1px solid #000;
  padding: 15px 15px 15px 34px;
  font-family: "Poppins";
  font-size: 0.875rem;
  color: var(--ds-text);
  box-shadow: none;
  border-radius: 0px;
}
.form-fields textarea.form-control {
  height: 80px;
  resize: none;
  padding: 5px 15px 15px 34px;
  font-weight: normal;
}
.form-fields .form-control:focus {
  outline: none;
}
.request-form .form-fields .form-block {
  position: relative;
  margin-bottom: 35px;
}
.request-form .form-fields span.icon {
  position: absolute;
  top: 11px;
}
.checkbox-list {
  display: flex;
  flex-wrap: wrap;
}
.checkbox-list .checkbox {
  display: inline-block;
  width: 170px;
  vertical-align: top;
  margin: 0 0 15px;
}
.checkbox-list .checkbox input {
  top: 0;
  left: 0;
}
.checkbox-list .checkbox input + label {
  position: relative;
}
.checkbox-list .checkbox input[type="checkbox"] {
  margin: 0;
  visibility: hidden;
  left: 1px;
  top: 1px;
  display: none;
}
.checkbox-list .checkbox label {
  background: none;
  cursor: pointer;
  display: block;
  position: relative;
  transition: 0.4s ease all;
  padding-left: 25px;
  color: #000;
  padding-left: 25px !important;
}
.checkbox-list .checkbox input + label span {
  margin: 0 0 0 30px;
}
.checkbox-list .checkbox label:after {
  content: "";
  background: none;
  position: absolute;
  display: inline-block;
  border: 1px solid #000;
  width: 15px;
  height: 15px;
  left: 0;
  font-family: "FontAwesome";
  top: 2px;
}
/* .checkbox input[type=checkbox]:checked+label { background: #689937; } */
.checkbox input[type="checkbox"]:checked + label:before {
  opacity: 1;
}
.checkbox input[type="checkbox"]:checked + label:after {
  content: "";
  background: #cccc;
}
.checkbox input[type="checkbox"] {
  visibility: hidden;
}
@keyframes shadow {
  0% {
    height: 20px;
    width: 20px;
    opacity: 0.5;
  }
  100% {
    height: 40px;
    width: 40px;
    opacity: 0;
  }
}
.logo-sec .row {
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.logo-sec .row:before,
.logo-sec .row:after {
  display: none;
}
.sub-heading {
  font-size: 1rem;
  font-weight: 600 !important;
  margin: 0;
  text-transform: uppercase;
}
.heading {
  font-size: 37px;
  line-height: 1.5;
  font-weight: 600 !important;
  margin: 0;
  color: #212832;
}
.heading2 {
  font-size: 2.313rem;
  line-height: 1.21;
  font-weight: 600 !important;
  margin: 0;
}
.col-opt-5 > .col {
  width: 20%;
  flex: 1 1 auto;
}
.why-section .cols-sm-12 {
  margin: 0 0 50px;
}
.why-section .col {
  width: 32%;
  display: inline-block;
  padding: 0 44px;
  vertical-align: top;
}
.why-section .col.col-arrow,
.why-section .col.col-arrow2 {
  position: relative;
}
.why-section .col.col-arrow:after {
  content: "";
  background: url(https://www.dotsquares.com/css/assets_shopify/images/move-arrow.png) no-repeat;
  width: 122px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 32%;
  right: -57px;
  transform: translate(0, 0);
}
.why-section .col.col-arrow2:after {
  content: "";
  background: url(https://www.dotsquares.com/css/assets_shopify/images/move-arrow2.png) no-repeat;
  width: 122px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 32%;
  right: -57px;
  transform: translate(0, 0);
}
.why-section .cols-sm-12.magento2-sec {
  margin-top: 70px;
}
.why-section .col .why-content h3 {
  font-size: 18px;
  font-weight: 500 !important;
}
.why-section .col .icon {
  display: inline-block;
}
.why-section .col .icon:before {
  content: "";
  background: url(https://www.dotsquares.com/css/assets_shopify/images/icon-before.png) no-repeat;
}
.why-section .col .icon {
  display: inline-block;
  position: relative;
}
.why-section .col .icon:before {
  content: "";
  background: url(https://www.dotsquares.com/css/assets_shopify/images/icon-before.png) no-repeat;
  width: 129px;
  height: 125px;
  display: inline-block;
}
.why-section .col.col-arrow2 .icon:before {
  content: "";
  background: url(https://www.dotsquares.com/css/assets_shopify/images/icon-before2.png) no-repeat;
}
.why-section .col.col-arrow3 .icon:before {
  content: "";
  background: url(https://www.dotsquares.com/css/assets_shopify/images/icon-before3.png) no-repeat;
}
.why-section .col .icon img {
  position: absolute;
  left: 29px;
  top: 35px;
}
.col.magento2-sec-inner h3.heading3 {
  border-bottom: dashed 1px;
  margin: 0;
  padding: 15px 0px;
  margin: 0 0 22px;
  font-size: 29px;
  font-weight: 500 !important;
}
.col.magento2-sec-inner {
  position: relative;
  padding: 0px 20px;
}
.col.magento2-sec-inner:after {
  position: absolute;
  border: dashed 1px #fff;
  height: 99px;
  display: inline-block;
  content: "";
  right: -2px;
  top: 60px;
}
.col.magento2-sec-inner:last-child:after {
  display: none;
}
.col.magento2-sec-inner p {
  font-size: 12px;
  margin: 0 0 7px;
}

/*offer business css*/
.offer-section-inner h2.heading {
  font-weight: 600 !important;
  margin: 0 0 15px;
}
.offer-section-inner p {
  font-size: 1.1875rem;
}
.offer-inenr-business .offer-business-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.offer-inenr-business .offer-business-sec .business-box {
  width: 22%;
}
.offer-inenr-business .inner-wrapper:hover img {
  filter: brightness(0) invert(1);
}
.offer-inenr-business .inner-wrapper {
  padding: 30px;
  box-shadow: 4px 0px 24px -6px rgb(0 0 0 / 7%);
  color: #212832;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  height: 100%;
}
.offer-inenr-business .inner-wrapper:hover {
  background: var(--ds-secondary);
}
.offer-inenr-business .inner-wrapper h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600 !important;
  margin: 15px 0;
}
.offer-inenr-business .inner-wrapper p {
  margin: 0;
  color: #212832;
}
.offer-inenr-business .inner-wrapper:hover h3,
.offer-inenr-business .inner-wrapper:hover p {
  color: #fff;
}
.offer-inenr-business .inner-wrapper img.arrow-right {
  margin: 25px 0 0px;
}
section.hire-section .hirepoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.hire-section .hirepoint .coll-lg-3 {
  width: 24%;
  padding: 0 7px 0 0px;
}
.hire-section-box h3 {
  font-size: 1.25rem;
  font-weight: 600 !important;
}
.hire-section-box p {
  min-height: 100px;
  color: #000;
  padding: 0 40px 0 0px;
}
.hire-section-box .step {
  position: relative;
  text-align: center;
}
.hire-section-box .step:before {
  position: absolute;
  content: "";
  border: 1px dashed #c60f16;
  height: 2px;
  width: 100%;
  top: 50%;
  z-index: -9;
  left: 0;
}
.hire-section-box .step:after {
  content: "";
  background: url(https://www.dotsquares.com/css/assets_shopify/images/step-certified-box.png) no-repeat;
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 44%;
  right: 100%;
  transition: transform 0.7s linear;
  animation: rotate 7s infinite linear;
  -webkit-transform: rotate(359deg);
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.hire-section-box .step span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translate(0, -50%);
  font-size: 20px;
  font-weight: 600;
}

/*offer business css end*/

/*company status css*/
section.company-status-section {
  background: var(--ds-bg-navy-blue) url(https://www.dotsquares.com/css/assets_shopify/images/office-point.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0px 20px 27px 5px #e4f7eb;
}
.company-status-section .company-status-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.company-status-section p.total {
  font-size: 2.875rem;
  font-weight: bold;
  margin: 15px 0 0;
}
section.company-status-section p {
  font-size: 14px;
  margin: 0;
  color: var(--ds-form-bg);
}
/*company status css end*/

/*hire section css*/
.hire-section-top-content p {
  padding: 15px 100px 0;
  width: 85%;
  margin: auto;
}
/*hire section css*/

/*strip line css*/
.strip-line {
  background: rgb(217, 39, 68);
  background: linear-gradient(
    90deg,
    rgba(217, 39, 68, 1) 17%,
    rgba(118, 92, 221, 1) 100%
  );
  padding: 20px 15px;
  text-align: center;
  color: #fff;
}
.strip-line p {
  font-size: 28px;
  margin: 0;
  font-weight: 300;
  line-height: 45px;
}

/*strip line css end*/
.strip-line-question {
  background: rgb(74 192 135);
  background: linear-gradient(90deg, rgb(74 191 136) 17%, rgb(12 36 66) 100%);
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
.strip-line-get {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.strip-line-get .strip-consultation-box {
  width: 70%;
  float: left;
  text-align: left;
  padding: 0 40px 0 0px;
}
.strip-line-get .strip-consultation-box h3 {
  font-size: 30px;
  font-weight: 600 !important;
  margin: 0 0 8px;
}
.strip-line-get .strip-consultation-box p {
  font-size: 16px;
  line-height: 31px;
  margin: 0;
}
.strip-line-get .strip-consultation-box.strip-consultation-btn {
  width: 30%;
  padding: 0;
}
.strip-line-get .strip-consultation-box.strip-consultation-btn button.btn {
  background: #fff;
  color: #000;
  font-weight: 600 !important;
  float: right;
}
.strip-line-get
  .strip-consultation-box.strip-consultation-btn
  button.btn:hover {
  background: #44ae60 !important;
  color: #fff;
}

.col.magento2-sec-inner {
  position: relative;
  padding: 0px 20px;
}
.col.magento2-sec-inner:after {
  position: absolute;
  border: dashed 1px #fff;
  max-height: 600px;
  min-height: 500px;
  display: inline-block;
  content: "";
  right: -2px;
  top: 60px;
}
.col.magento2-sec-inner ul.aspect-tech {
  margin: 445px 0 0;
}
.col.magento2-sec-inner:last-child:after {
  display: none;
}
.col.magento2-sec-inner p {
  font-size: 12px;
  margin: 0 0 7px;
}

/*industries css*/
section.industries-section {
  background: var(--ds-bg-navy-blue);
  padding: 50px 0;
  border: none;
}
section.industries-section .industries-section-inner {
  display: block;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
.industries-section .col h3 {
  font-size: 17px;
  font-weight: 200 !important;
  color: var(--ds-form-bg);
}
.industries-section .col {
  margin: 0 0 30px;
  width: 17%;
  display: inline-block;
  padding: 0 11px;
}
.technology-section p {
  padding: 0;
  margin: 35px 0;
  font-size: 1.312rem;
  line-height: 40px;
}

/*industries css end*/

/*technology css*/
section.technology-section {
  display: inline-block;
  width: 100%;
  display: none;
}
.technology-section .coll-lg-5 {
  width: 37%;
  display: inline-block;
}
.technology-section .coll-lg-7 {
  width: 58%;
  display: inline-block;
  float: right;
}
.technology-section .technology-content {
  width: 90%;
}
.technology-section .technologies-sec-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  border-top: 1px solid #e6e7e8;
}
.technology-section
  .technologies-sec-box
  .technologies-col1
  img.section-imgorange {
  width: 71px;
  display: none;
}
.technology-section .technologies-sec-box .technologies-col1 img.section-img {
  width: 71px;
}
.technology-section .technologies-sec-box .technologies-col1 img.section-img {
  width: 71px;
}
.technology-section .technologies-sec-box .technologies-col1.technologies-col2 {
  width: 50%;
}
.technologies-sec .technologies-col1 p {
  font-size: 1.0625rem;
  line-height: 30px;
  padding: 0 50px 0 0px;
}
.technology-section .technologies-sec-box h3 {
  padding: 0 33px;
  font-size: 1.6rem;
  font-weight: 600 !important;
}
/* .technology-section .technologies-sec-box:hover .technologies-col1 a.black-arrow { display: none; } */
.technology-section .technologies-sec-box .technologies-col1 a.arrow-orange,
.technology-section .technologies-sec-box .technologies-col1 a.black-arrow {
  display: none;
}
.technology-section .technology-content .arrow-link {
  display: none;
}
/* .technology-section .technologies-sec-box:hover .technologies-col1 a.arrow-orange { display: block; } */
/*technology css end*/

/*our work spotlight css*/
.worksportlightsec {
  display: block;
  width: 100%;
  padding: 0px 0 22px;
  position: relative;
}

#project-portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#project-portfolio .portfolio-catelog {
  position: relative;
  text-align: center;
}
#project-portfolio .portfolio-catelog img {
  width: 100%;
}
#project-portfolio .portfolio-catelog:after {
  content: "";
  height: 100%;
  z-index: 9;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  filter: alpha(opacity=100);
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
}
#project-portfolio .content-inner,
#project-portfolio .portfolio-catelog:after {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#project-portfolio .content-inner {
  max-width: none;
  padding: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: auto;
  color: #fff;
  z-index: 11;
}
#project-portfolio .content-inner .portfolio-information {
  z-index: 9;
}
#project-portfolio .content-inner:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
}

#project-portfolio .portfolio-sec {
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#project-portfolio .portfolio-hover .desc p {
  padding: 0 15px;
}
.portfolio-information .web-logo img {
  margin: auto;
  width: auto;
}
#project-portfolio .portfolio-sec:hover .portfolio-hover {
  max-height: 230px;
}
#project-portfolio .portfolio-sec:hover .portfolio-catelog:after {
  background: rgba(0, 0, 0, 0.85);
}
#project-portfolio .portfolio-sec:active .portfolio-hover,
#project-portfolio .portfolio-sec:focus .portfolio-hover {
}
#project-portfolio .portfolio-hover {
  max-width: 276px;
  margin: 0 auto;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
#project-portfolio .portfolio-hover .desc {
  margin: 10px 0;
  font-size: 15px;
  line-height: 25px;
  color: #fff;
  overflow: hidden;
}

#project-portfolio .projectslide .owl-dots {
  position: absolute;
  bottom: 12px;
  right: 0;
  left: 0;
}
#project-portfolio .projectslide .owl-dots button.owl-dot {
  background: none;
  padding: 0;
}
#project-portfolio .projectslide .owl-dots button.owl-dot.active span {
  background: #fff;
}
#project-portfolio .projectslide .owl-dots button.owl-dot span {
  background: #ed1c24;
  width: 15px;
}
#project-portfolio .projectslide .owl-dots button.owl-dot.active span {
  background: #fff;
}
#project-portfolio .projectslide .owl-dots button.owl-dot span {
  background: #ab649e;
  width: 15px;
  height: 15px;
}
#project-portfolio .projectslide .owl-nav {
  display: none;
}
/*our work spotlight css end*/

.clientsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.clientsbox .clients-preferred-inner {
  width: 50%;
}
.clientsbox .clients-preferred-inner .coll-lg-6 {
  display: inline-block;
  width: 48%;
  margin: 0 0 80px;
}
.clientsbox .clients-preferred-inner .coll-lg-6 .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.clientsbox .clients-preferred-inner .coll-lg-6 .col .icon {
  display: inline-block;
  float: left;
}
.clientsbox .clients-preferred-inner h3 {
  font-size: 22px;
  font-weight: 500 !important;
  margin: 0;
  line-height: 31px;
}
.clientsbox .coll-lg-6 {
  width: 50%;
}
.clients-preferred-box .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 88px;
}
.clients-preferred-box .col .icon {
  display: inline-block;
  float: left;
}
.clients-preferred-box .col h3 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #212832;
}
.client-preferredimg .col-md-4 {
  margin: 10px 0;
  padding-right: 0;
}
.client-preferredimg .col-md-6,
.client-preferredimg .col-md-12 {
  padding-right: 0;
}
.client-img-secone img {
  width: 100%;
}
.client-preferredimg .client-img-sectwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px 0;
}
.client-preferredimg .client-img-sectwo .coll-md-4,
.client-preferredimg .client-img-secthree .coll-md-6,
.client-preferredimg .client-img-secthree .coll-md-6,
.client-preferredimg .client-img-sectwo .coll-md-4 img,
.client-preferredimg .client-img-secthree .coll-md-6 img {
  width: 100%;
}
.client-preferredimg .client-img-sectwo .coll-md-4.client-workto {
  margin: 0 15px;
}
.client-preferredimg .client-img-secthree .coll-md-6.client-workthr {
  margin-left: 15px;
}
.client-preferredimg .client-img-secthree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*techpartners css*/
.techpartners {
  background: var(--ds-secondary);
}
.techpartners-col-wrap {
  width: 40%;
}
.adove-row.techpartners-row-wrap .adove-col.techpartners-col-wrap {
  width: 60%;
}
.techpartners-col-wrap .grid-wrap img {
  width: 100%;
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
}
.techpartners-col-wrap .grid-wrap img:hover {
  filter: inherit;
  transition: all 0.2s ease-in-out;
}
.techpartners .box-wrap-02 .content-wrap {
  max-width: 864px;
}
.techpartners .box-wrap-01 {
  background: var(--ds-secondary);
  color: #ffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 0 0 70px;
}
.techpartners .box-wrap-01 .content-wrap {
  max-width: 662px;
  margin: 0 0 0 auto;
  padding-right: 50px;
}
.techpartners .box-wrap p {
  font-size: 1.312rem;
  font-weight: 300;
  line-height: 1.6;
}
.techpartners .bottom-part-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
.techpartners .bottom-part-wrap .name-wrap small {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
.techpartners .bottom-part-wrap .name-wrap span {
  font-size: 1.3125rem;
  font-weight: 600;
}
.adove-row.techpartners-row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.techpartners .bottom-part-wrap .divider {
  margin: 0 30px;
}
.divider {
  background: #fff;
  width: 1px;
  height: 50px;
}
.techpartners .box-wrap-02 {
  padding: 60px 75px;
  background: var(--ds-bg-gray);
  height: 100%;
}
.techpartners .box-wrap-02 h2 {
  font-size: 2.312rem;
}
.grid-wrap {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 10px;
  padding-top: 30px;
}
.techpartners-col-wrap .grid-wrap {
    grid-template-columns: 24% 24% 24% 24%;
}
.techpartners-col-wrap .grid-wrap .item {
    background: #e3e3e3;
    vertical-align: top;
    height: 116px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.techpartners-col-wrap .grid-wrap img {
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
    width: auto;
    margin: 0 auto;
    padding: 0 5px;
    max-width: 90%;
    display: block;
}
/*techpartners css end*/

/*magento certification extension css*/
section.magento-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.magento-card-inner .coll-md-6 {
  width: 50%;
}
section.magento-card-inner
  .coll-md-6.magentoslide
  .magento-cer-slider
  .owl-stage {
  padding-left: 0 !important;
}
.magento-card-panel {
  display: none;
}
section.magento-card-panel h2.heading {
  font-size: 2.3125rem;
  margin: 0 0 40px;
  text-align: center;
}
.magento-card-panel .magento-certification-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  justify-content: center;
}
.magento-certification-img img.magento-certification-img2 {
  float: right;
}
.magento-certification-img img {
  box-shadow: 0px 2px 19px 9px #f7f7f7;
  margin: 15px;
}
.magento-card-panel .magento-cer-slider .magento-slide-img {
  padding: 0 !important;
}
.magento-cer-slider .magento-slide-img img {
  box-shadow: 0px 2px 19px 9px #f7f7f7;
}
.magento-cer-slider .magento-slide-img p {
  font-size: 1rem;
  font-weight: 500;
}
.magento-cer-slider .owl-nav {
  display: none;
}
.owl-carousel .owl-item .magento-slide-img {
  text-align: center;
  font-size: 1.25rem;
  line-height: 25px;
  padding: 10px;
}
.magento-cer-slider .owl-dots button.owl-dot {
  background: none;
  border: none;
  padding: 0;
}
.magento-cer-slider .owl-dots button.owl-dot span {
  background: #000;
  margin: 0 4px;
}
.magento-cer-slider .owl-dots button.owl-dot.active span {
  background: #c7c7c7;
}
/*magento certification extension css end*/

.slider-clientsec {
  background: var(--ds-bg-gray);
}
.clientnews-slide {
  text-align: center;
}
.clientnews-slide .owl-carousel .owl-item .itme p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: normal;
}
.client-review.owl-carousel .item .client-slide-img {
  margin: auto;
  margin-top: 80px;
  padding: 0 60px;
}
.client-review.owl-carousel .item .client-slide-img img {
  margin: auto;
  border-radius: 100%;
  border: 5px solid var(--ds-primary);
  width: auto;
}
.client-review.owl-carousel .item .client-slide-img h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600 !important;
  color: #000;
  display: block;
  margin: 15px 0;
}
.client-review.owl-carousel .item .client-slide-img h3 span {
  display: block;
  font-size: 16px;
  color: #9f9f9f;
  font-weight: 500;
  margin: 11px 0 0;
}
.client-review.owl-carousel .item .client-slide-img p {
  color: #000;
  text-align: center;
}
.client-review.owl-carousel .item .client-slide-img img.starrating {
  border: none;
  border-radius: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
.client-review.owl-carousel .owl-dots {
  display: none;
}
.news-getform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newsletter {
  background: var(--ds-bg-navy-blue);
}
.newsletter-col-wrap {
  max-width: 50%;
  width: 50%;
}
.newsletter-col-wrap .img-wrap img {
  width: 100%;
}
.newsletter-col-wrap .form-wrap {
  padding-left: 30px;
  padding-right: 30px;
  background-position: center center;
  padding: 60px;
}
.newsletter-col-wrap .form-wrap .form-wrap-inner {
  max-width: 704px;
}
.newsletter-col-wrap .form-topest {
  color: #fff;
  padding-bottom: 30px;
}
.newsletter-col-wrap .form-topest span {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 20px;
  display: block;
  text-transform: capitalize;
}
.newsletter-col-wrap .form-topest p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
.newsletter-col-wrap .form-block input,
.newsletter-col-wrap .form-block textarea {
  width: 100%;
  border: none;
  color: #fff !important;
  border-bottom: 1px solid #fff;
  padding: 0;
  padding-bottom: 10px;
  outline: none;
  background: transparent;
  -webkit-box-shadow: 0 0 0px 1000px #0c2342 inset !important;
}
.newsletter-col-wrap .form-block input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
}
.newsletter-col-wrap .form-block input:focus-visible,
.form-block textarea:focus-visible {
  outline: none;
}
.newsletter-col-wrap .form-block-wrap {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-block-wrap .form-block {
  display: flex;
  flex: 0 0 48%;
  max-width: 48%;
}
.newsletter-col-wrap .form-block {
  padding-bottom: 45px;
  position: relative;
}
.newsletter-col-wrap .form-block .emailmsgg {
  position: absolute;
  bottom: 25px;
  width: 100%;
  float: left;
  left: 0;
}
.newsletter-col-wrap .form-block-wrap .namemsgg {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 25px;
}
.newsletter-col-wrap .contact-deatil small {
  font-size: 16px;
  font-weight: 500;
  color: #fff; /*opacity: 0.5;*/
  position: relative;
  top: 2px;
}
.newsletter-col-wrap .contact-deatil span {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: block;
  padding-top: 10px;
}
.newsletter-col-wrap .contact-deatil span a {
  color: #fff;
}
.newsletter-col-wrap .contact-deatil {
  display: flex;
  padding-bottom: 60px;
}
.newsletter-col-wrap .contact-deatil .mail {
  margin: 0 60px 0 0px;
}
.newsletter-col-wrap .contact-deatil .mail a:focus {
  color: #fff !important;
}
.newsletter-col-wrap .contact-deatil img {
  display: inline-block;
}
.newsletter-col-wrap .call-action::after {
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  position: absolute;
  border-color: #fff;
  right: 30px;
  top: 23px;
  transform: rotate(-45deg);
}
.input.text,
.input.tel,
.input.email {
  width: 100%;
}
.newsletter-col-wrap .form-block-wrap {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}
.newsletter-col-wrap .form-block input,
.newsletter-col-wrap .form-block textarea {
  width: 100%;
  border: none;
  color: #fff !important;
  border-bottom: 1px solid #fff;
  padding: 0;
  padding-bottom: 10px;
  outline: none;
  background: transparent;
  -webkit-box-shadow: 0 0 0px 1000px #0c2342 inset !important;
  font-size: 0.875rem;
  border-radius: 0;
}
.newsletter-col-wrap .form-block input::-webkit-input-placeholder,
.newsletter-col-wrap .form-block textarea {
  color: #fff;
}
.newsletter-col-wrap .form-block input:-ms-input-placeholder,
.newsletter-col-wrap .form-block textarea {
  color: #fff;
}
.newsletter-col-wrap .form-block input::placeholder,
.newsletter-col-wrap .form-block textarea::placeholder,
.newsletter-col-wrap .form-block textarea {
  color: #fff;
}
.newsletter-col-wrap .call-action {
  margin: 0;
  width: 270px;
  text-align: left;
  position: relative;
  opacity: 1 !important;
  padding: 14px 20px;
  font-size: 1rem;
  font-weight: 500 !important;
}
.newsletter-col-wrap .call-action:hover {
  background: #49cb80 !important;
  color: #fff;
}
.newsletter-col-wrap .call-action:hover:after {
  border-color: #fff;
}
.client-review .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  width: 100%;
}
.client-review .owl-nav button.owl-prev {
  float: left;
  left: 46px;
  position: relative;
  background: none;
}
.client-review .owl-nav button.owl-prev:hover {
  background: none;
}
.client-review .owl-nav button.owl-next {
  float: right;
  right: 40px;
  position: relative;
  background: none !important;
}
.client-review .owl-nav button.owl-next:hover {
  background: none;
}

.client-review .owl-nav button.owl-prev:before {
  content: "";
  background: url(https://www.dotsquares.com/css/assets_shopify/images/slidearrow-right.png);
  width: 22px;
  height: 43px;
  display: inline-block;
  position: absolute;
  background-size: 23px;
}
.client-review .owl-nav button span {
  display: none;
}
.client-review .owl-nav button.owl-next:after {
  content: "";
  background: url(https://www.dotsquares.com/css/assets_shopify/images/slidearrow-left.png);
  width: 22px;
  height: 43px;
  display: inline-block;
  position: absolute;
  left: -22px;
  background-size: 23px;
}
/*Hire sectuon css here*/
/*hire section css*/
.hire-section-top-content {
  padding: 0 15px;
}
.hire-section-top-content p {
  padding: 15px 100px 0;
  width: 85%;
  margin: auto;
}
section.hire-section {
  display: inline-block;
  width: 100%;
}
section.hire-section .main-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 118px;
  margin-bottom: 60px;
}
.hire-section .main-timeline .timeline {
  padding: 0 2px;
  position: relative;
  width: 24%;
}
.hire-section .main-timeline .timeline-icon {
  display: block;
  text-align: center;
  padding: 20px 0 55px 0;
  z-index: 1;
  position: relative;
}
.hire-section .main-timeline .timeline:nth-child(2n) .timeline-icon {
  padding: 55px 0 20px 0;
}
.hire-section .main-timeline .timeline-icon:before {
  content: "";
  width: 1px;
  height: 75%;
  background: #283343;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.hire-section .main-timeline .timeline:nth-child(2n) .timeline-icon:before {
  bottom: auto;
  top: 0;
}
.hire-section .main-timeline .timeline:hover .timeline-icon:before {
  background: #555;
}
.hire-section .main-timeline .timeline-icon i {
  width: 96px;
  line-height: 40px;
  font-style: normal;
  border-radius: 5px;
  background: #44ae60;
  font-size: 14px;
  color: #fff;
  transition: all 0.3s ease 0s;
  display: inline-block;
  text-transform: uppercase;
}
.hire-section .main-timeline .timeline:hover .timeline-icon i {
  background: var(--ds-bg);
  animation: icon-load 9s ease 0s infinite;
}
.hire-section .main-timeline .border {
  height: 15px;
  background: #44ae60;
  margin-bottom: 20px;
  transition: all 0.3s ease 0s;
}
.hire-section .main-timeline .timeline:hover .border {
  background: var(--ds-bg);
}
.hire-section .main-timeline .timeline:first-child .border {
  border-radius: 4px 0 0 4px;
}
.hire-section .main-timeline .timeline:last-child .border {
  border-radius: 0 4px 4px 0;
}
.hire-section .main-timeline .timeline:nth-child(2n) .border {
  margin: 18px 0 0 0;
}
.hire-section .main-timeline .timeline-content {
  padding: 18px 15px;
  border: 1px solid #ebebeb;
  background: #ffffff;
  transition: all 0.3s ease 0s;
  height: 168px;
  box-shadow: 1px 0px 15px #eee;
  border-radius: 8px;
}
.coll-md-2.coll-md-22.timeline {
  margin: -71px 0 0;
}
.hire-section .main-timeline .timeline:hover .timeline-content {
  background: var(--ds-bg);
}
.hire-section .main-timeline .title {
  font-size: 18px;
  font-weight: 600 !important;
  color: #283343;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  transition: all 0.3s ease 0s;
}
.hire-section .main-timeline .timeline:hover .title {
  color: #fff;
}
.hire-section .timeline-content .description {
  font-size: 14px;
  color: #888;
  margin: 0;
  transition: all 0.3s ease 0s;
  line-height: 23px;
}
.hire-section .main-timeline .timeline:hover .description {
  color: #fff;
}
.hire-section .main-timeline .timeline h4.Mobile {
  display: none;
}
.certified-btn {
  text-align: center;
  margin: 0 0 60px;
}
@keyframes icon-load {
  0% {
    transform: rotate(-12deg);
  }
  8% {
    transform: rotate(12deg);
  }
  10% {
    transform: rotate(24deg);
  }
  18%,
  20% {
    transform: rotate(-24deg);
  }
  28%,
  30% {
    transform: rotate(24deg);
  }
  38%,
  40% {
    transform: rotate(-24deg);
  }
  48%,
  50% {
    transform: rotate(24deg);
  }
  68% {
    transform: rotate(24deg);
  }
  100%,
  75% {
    transform: rotate(0deg);
  }
  58%,
  60% {
    transform: rotate(-24deg);
  }
}

/*footer css*/
.footer {
  background: #12151d;
  position: relative;
  z-index: 10;
}
.footer h2 {
  color: #fff;
  text-transform: uppercase;
}
.footer .address {
  padding: 52px 0 28px;
}
.footer .map-section {
  background: url(https://www.dotsquares.com/css/assets_shopify/images/map.png) no-repeat center center;
  min-height: 570px;
  margin: 103px 0 0;
  position: relative;
}
.footer .address .address-box.usa {
  margin: 54px 0 0 12px;
  width: 270px;
}
.footer .address .address-box {
  float: left;
  position: relative;
}
.footer .address .address-box.uk {
  float: right;
  margin: -43px 264px 0 0;
  width: 220px;
}
.footer .address .address-box.india {
  clear: both;
  float: right;
  margin: -63px 102px 0 0;
  width: 210px;
}
.footer .address .address-box.australia {
  float: right;
  margin: 95px -380px 0 0;
  width: 203px;
}
.footer .address .address-box address {
  position: relative;
  padding: 6px;
  margin: 0;
  display: block;
  background: rgba(0, 0, 0, 0.16) none repeat scroll 0 0;
  border-bottom: 1px solid #f88121;
}
.footer .address .address-box address p {
  position: relative;
  padding: 0 0 10px 25px;
  margin: 0;
  color: #cecece;
  display: block;
  font-size: 11px;
  line-height: 17px;
}
.footer .address .address-box address p:nth-of-type(2) {
  margin: 0;
}
.footer .address .address-box a {
  color: #fff;
}
.footer .address .address-box address .fa {
  color: #f58220;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.flag {
  bottom: 5px;
  position: absolute;
  right: 12px;
  width: 24px;
}
.address-box.usa .mark-icon {
  position: absolute;
  right: -79px;
  top: 83px;
}
.address-box.uk .mark-icon {
  margin-left: -142px;
  display: inline-block;
}
.address-box.india .mark-icon {
  margin-left: -80px;
  display: inline-block;
}
.address-box.australia .mark-icon {
  margin-left: -80px;
  display: inline-block;
}
.footer .address .address-box.uktwo {
  margin: 0px 0px 0px 64px;
  width: 270px;
  position: relative;
}
.footer .address .address-box.uktwo span.mark-icon {
  position: absolute;
  right: 0;
}
.btm-footer .adddress-deatil {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  list-style: none;
  padding: 0;
}
.btm-footer .adddress-deatil li {
  padding-bottom: 5px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 0.875rem;
  font-weight: 500;
}
.btm-footer .adddress-deatil small,
.btm-footer .adddress-deatil .phone-no,
.btm-footer .adddress-deatil li span.phone-no a {
  color: #f5821f;
}
.footer-row-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #2f3646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}
.footer-col-wrap {
  width: 60%;
}
.footer-col-wrap2 {
  width: 40%;
  padding: 50px 0;
}

.footer_winning-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_winning-btm p {
  text-align: left;
  width: 100%;
  float: left;
  font-size: 12px !important;
  line-height: 18px;
  margin: 0;
  color: #ccc;
  font-weight: 300;
}

.footer_winning-btm ul {
  margin-top: 6px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: right;
}
.footer_winning-btm ul li {
  display: inline-block;
  width: auto;
  text-align: center;
  float: none;
  text-align: center;
}
.footer_winning-btm ul li a {
  width: auto;
  float: none;
  text-align: center;
  margin: 0 3px;
  display: inline-block;
  padding: 0;
  font-size: 27px;
  font-size: 27px;
  color: #ccc;
}
.footer_winning-btm .coll-lg-6 {
  margin-bottom: 20px;
}

.ftr-logo-wrap::after {
  display: table;
  clear: both;
  content: "";
}
.ftr-logo-wrap li {
  float: left;
  padding: 0 15px;
  width: 33.33%;
  list-style: none;
  padding: 4px;
}
.ftr-logo-wrap li a {
  display: block;
}
.footer_winning {
  background: var(--ds-bg-black-light);
  padding: 20px 0;
}
.footer_winning p {
  text-align: left;
  width: 100%;
  font-weight: 300;
  float: left;
  font-size: 12px !important;
  line-height: 18px;
  margin: 0;
  color: #ccc;
}
.footer_winning p a {
  font-size: 12px !important;
  line-height: 18px;
  margin: 0;
  color: #ccc;
  font-weight: normal;
}
.footer_winning p a:hover {
  color: #f5821f;
}
.footer_winning ul {
  margin-top: 6px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: right;
}
.footer_winning ul li {
  display: inline-block;
  width: auto;
  text-align: center;
  float: none;
  text-align: center;
}
.footer_winning ul li a {
  width: auto;
  float: none;
  text-align: center;
  margin: 0 3px;
  display: inline-block;
  padding: 0;
  font-size: 27px;
  font-size: 27px;
  color: #ccc;
}
.footer_call {
  display: none;
}
/*footer css end*/

/*popup css */

.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 9999999;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 530px;
  margin: auto;
  background: var(--ds-secondary);
  border-radius: none;
  text-align: center;
  box-shadow: 0 0 2px rgb(0 0 0 / 20%);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  top: 50%;
  transform: translate(0, -50%) !important;
}
.bts-popup-container .form-fields {
  padding: 22px;
}
.bts-popup-container .request-form .form-fields .form-group,
.bts-popup-container .request-form .form-fields .form-block {
  margin-bottom: 25px;
}
.bts-popup-container .request-form .error-message {
  text-align: left;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
}
.bts-popup-container p {
  color: #fff;
  font-weight: 600;
  padding: 25px 40px;
  font-size: 24px;
  text-transform: capitalize;
  max-width: 384px;
  margin: auto;
  line-height: 32px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before,
.bts-popup-container .bts-popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: #fff;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
  top: 13px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.bts-popup .form-fields .form-control {
  padding: 15px 15px 15px 0px;
}
