/*@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600,700);*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

/*BODY*/

/* @font-face {
    font-family: 'TimesNewRomanPSMT';
    font-display: swap;
    src: local('TimesNewRomanPSMT'),url('../font/29252251.ttf');
} */
/* @font-face {  font-family: 'TimesNewRomanPSMT';  
      font-display: swap;  
        src: local('TimesNewRomanPSMT'),   
            url('../font/29252251.ttf') , 
                } */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans'),
    url('https://d3hcuyz9s6awo6.cloudfront.net/oodlesstudio/fonts/opensans-regular-webfont.woff');
  /* src: local('Open Sans'), url('https://d3hcuyz9s6awo6.cloudfront.net/oodlesstudio/fonts/OpenSans-Regular.ttf'); */
}

body {
  line-height: 24px;
  font-size: 16px;
  color: #80d6a3;
  font-weight: 400;
  color: #444;
  /* font-family: 'TimesNewRomanPSMT', serif; */
  font-family: 'Open Sans', serif;
}

.hamberger-container {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 3px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 4px);
  transform: rotate(-45deg) translate(-5px, 4px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/* Generic css */
.desktop-banner-container {
  margin-top: 60px;
  overflow: hidden;
  height: 390px;
}

.row.desktop-banner-container.blog-contact h1 {
  margin-top: 0px;
}

.desktop-banner-boder {
  display: table;
}

.desktop-banner-boder:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-right: 5px solid;
  transform-origin: bottom left;
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.desktop-banner {
  position: relative;
  width: 100%;
  height: 390px;
  font-size: 20px;
  color: #fff;
  padding-left: 66px;
  display: table-cell;
  vertical-align: middle;
}

.desktop-banner:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 668px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform-origin: bottom left;
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.desktop-banner-container .col-sm-6:first-child {
  z-index: 1;
}

.desktop-banner-container h1 {
  font-size: 50px;
  /* margin-top: 74px; */
  margin: 0;
  line-height: 56px;
}

.desktop-banner-container h3 {
  font-size: 26px;
  line-height: 36px;
  margin: 20px 0 0 0;
}

.desktop-banner .buttons {
  margin-top: 30px;
}

.desktop-banner .buttons a.btn {
  font-size: 16px !important;
}

.desktop-banner-container h1,
.desktop-banner-container h3,
.desktop-banner .buttons a.btn {
  position: relative;
  display: inline-block;
}

.desktop-banner-container .col-sm-6:not(:first-child) {
  text-align: end;
}

.desktop-banner-container .col-sm-6:not(:first-child) img {
  position: absolute;
  right: 60px;
  bottom: 0;
}

.image-besktop {
  position: relative;
  height: 390px;
  width: auto;
}

.small-circle {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  position: absolute;
  top: 76px;
  /* right: 30%; */
  left: 449px;
}

.big-circle {
  width: 261px;
  height: 261px;
  border-radius: 50%;
  position: absolute;
  top: 76px;
  /* right: 35%; */
  left: 153px;
}

.services-pages {
  margin-top: 60px;
}

/* Generic css end */
/* Homepage */
.homepage-banner-boder::after {
  border-color: #018f83;
}

.homepage-banner::after,
.homepage-banner {
  background-color: #018f83;
}

.circle-home {
  background: radial-gradient(ellipse at center,
      rgba(5, 136, 125, 1) 0%,
      rgba(5, 136, 125, 1) 70%,
      rgba(5, 136, 125, 1) 70.3%);
}

.image-besktop-home img {
  left: 10%;
  max-width: 580px;
  max-height: 395px;
}

/* Service 1 */
.service1-banner-boder::after {
  border-color: #2b9db0;
}

.service1-banner::after,
.service1-banner {
  background-color: #2b9db0;
}

.circle-service1 {
  background: radial-gradient(ellipse at center,
      rgba(40, 151, 170, 1) 0%,
      rgba(40, 151, 170, 1) 70%,
      rgba(40, 151, 170, 1) 70.3%);
}

.image-besktop-service1 img {
  max-width: 550px;
  max-height: 390px;
  width: 631px;
  height: 372px;
}

/* Service 2 */
.service2-banner-boder::after {
  border-color: #ff3b53;
}

.service2-banner::after,
.service2-banner {
  background-color: #ff3b53;
}

.circle-service2 {
  background: radial-gradient(ellipse at center,
      rgba(254, 42, 68, 1) 0%,
      rgba(254, 42, 68, 1) 70%,
      rgba(254, 42, 68, 1) 70.3%);
}

/* Service 3 */
.service3-banner-boder::after {
  border-color: #a5397a;
}

.service3-banner::after,
.service3-banner {
  background-color: #a5397a;
}

.circle-service3 {
  background: radial-gradient(ellipse at center,
      rgba(159, 51, 116, 1) 0%,
      rgba(159, 51, 116, 1) 70%,
      rgba(159, 51, 116, 1) 70.3%);
}

.image-besktop-service3 img {
  left: 20%;
  max-width: 455px;
  max-height: 400px;
  opacity: 1;
}

/* our-work */
.our-work-banner-boder::after {
  border-color: #018f83;
}

.our-work-banner::after,
.our-work-banner {
  background-color: #018f83;
}

.circle-work {
  background: radial-gradient(ellipse at center,
      rgba(5, 136, 125, 1) 0%,
      rgba(5, 136, 125, 1) 70%,
      rgba(5, 136, 125, 1) 70.3%);
}

.image-besktop-our-work img {
  left: 10%;
  width: 572px;
  height: 321px;
  max-width: 535px;
  max-height: 321px;
  opacity: 1;
}

/* blog */
.blog-banner-boder::after {
  border-color: #018f83;
}

.blog-banner::after,
.blog-banner {
  background-color: #018f83;
}

.small-circle.circle-blog {
  right: 15%;
}

.circle-blog {
  background: radial-gradient(ellipse at center,
      rgba(5, 136, 125, 1) 0%,
      rgba(5, 136, 125, 1) 70%,
      rgba(5, 136, 125, 1) 70.3%);

  right: 20%;
}

.image-besktop-blog img {
  /* left: 10%; */
  width: 702px;
  height: 390px;
  max-width: 535px;
  max-height: 390px;
  opacity: 1;
}

/* contact us */
.blog-banner-boder::after {
  border-color: #018f83;
}

.blog-banner::after,
.blog-banner {
  background-color: #018f83;
}

.circle-contactus {
  background: radial-gradient(ellipse at center,
      rgba(5, 136, 125, 1) 0%,
      rgba(5, 136, 125, 1) 70%,
      rgba(5, 136, 125, 1) 70.3%);
}

/* contact us end */

.image-besktop-blog img {
  /* left: 10%; */
  width: 458px;
  height: 368px;
  max-width: 535px;
  max-height: 368px;
  opacity: 1;
}

.get-in-touch-btn {
  text-align: center;
}

.z-index2{
  z-index: 2;
}

/* new banner media Query
* @author :Sandeep bhardwaj
* Date:15/10/2020
 */

@media (min-width: 1390px) {
  .desktop-banner {
    position: relative;
    width: 90%;
    font-size: 20px;
    color: #fff;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 67px;
  }

  .desktop-banner-boder:after {
    left: -5%;
  }

  .service2-banner {
    width: 90%;
  }
}

/* new banner media Query end*/

.captions {
  text-align: center;
}

.captions h3 {
  color: #fff;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 30px;
}

.captions p {
  color: #fff;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
}

.captions h2 {
  color: #fff;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  line-height: 24px;
}

.testimonialCrouselInner .owl-dots {
  width: 100%;
  text-align: center;
  margin-bottom: 33px;
}

.testimonialCrouselInner .owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #fff !important;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: 0 4px;
}

.testimonialCrouselInner .owl-dot.active {
  width: 10px;
  height: 10px;
  background-color: #fff !important;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: 0 4px;
}

.testimonialCrouselInner .owl-nav span.icon-prev::before {
  content: '\2039';
  color: #fff;
  font-size: 33px;
}

.testimonialCrouselInner button.owl-prev {
  margin-top: -16%;
}

.testimonialCrouselInner button.owl-next {
  margin-top: -16%;
}

.testimonialCrouselInner .captions {
  width: 92% !important;
  margin: auto;
  padding-top: 16px;
}

.testinmonialCrousel {
  padding: 2% 0;
  margin-top: 30px;
}

.testimonialCrouselInner .owl-nav span.icon-next::before {
  content: '\203a';
  color: #fff;
  font-size: 33px;
}

.testimonialCrouselInner .owl-nav {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
}

.owl-next:focus {
  outline: none !important;
}

.owl-prev:focus {
  outline: none !important;
}

h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

p {
  margin: 0px;
  font-family: 'Open Sans', sans-serif !important;
}

a {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif !important;
  margin: 0px;
}

/*ul {
    padding: 0;
    margin: 0;
    list-style: none;
}*/

.title {
  text-align: center;
  padding-bottom: 50px;
}

.title h2 {
  color: #333;
  font-size: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.title h2:before {
  content: '';
  width: 40px;
  height: 2px;
  background: #80d6a3;
  position: absolute;
  top: 12px;
  left: -60px;
}

.title h2:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #80d6a3;
  position: absolute;
  top: 12px;
  right: -60px;
}

.title p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #817c7c;
}

.titleourprocess {
  text-align: center;
  padding-bottom: 40px;
}

.blogatag h3 {
  font-size: 16px;
  font-weight: 600;
  color: #5c5c5c;
  line-height: 20px;
}

.blogatag p.heading {
  font-size: 16px;
  color: #b8b8b8;
}

.methdocolor a:hover {
  text-decoration: none !important;
  color: #1c9b90;
}

.has_sub:hover .second {
  visibility: visible;
  display: block;
  opacity: 1;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #333333 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: #10cf78 !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.mx0 {
  margin: 0 !important;
}

p.error-recap {
  display: none;
  text-align: left;
  color: #f94340;
}

/* banner css */

.banner {
  position: relative;
  width: 100%;
  min-height: 220px;
  /* background-image: url('../image/banner.jpg'); */
  background-position: top;
  background-size: cover;
}

.banner .block {
  color: #fff;
  padding: 9% 13%;
}

.banner .block h3,
.banner .block h1 {
  padding-bottom: 10px;
  font-size: 63px !important;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-weight: 100;
  color: #ffffff !important;
  line-height: 5vw;
  font-weight: 400;
  text-align: center;
}

.banner .block h2 {
  font-family: Open Sans;
  font-size: 29px;
  line-height: 3vw;
  font-weight: 400;
  color: #ffffff !important;
  text-align: center;
}

.banner .block .btn-learn {
  color: #fff;
  border-radius: 26px;
  border: solid 2.5px #ffffff;
  transition: 0.3s;
  text-align: center;
}

.banner .block .btn-learn:hover {
  color: #018f83 !important;
  background-color: #ffff;
}

.btn {
  padding: 10px 24px !important;
}

.banner .block .buttons {
  margin-top: 3vw;
}

.banner .block .buttons a:first-child,
.desktop-banner .buttons a:first-child {
  margin-left: 0;
  border-radius: 50px;
  border: #ffffff;
  border-style: solid;
  border-width: 1px;
}

.banner .scrolldown {
  position: absolute;
  left: 50%;
  bottom: 18%;
}

.banner .scrolldown .scroll {
  border-radius: 100px;
  width: 25px;
  height: 45px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -15px;
  display: inline-block;
  border: 1px solid #fff;
  z-index: 99;
}

.banner .scrolldown .scroll:after {
  background: #fff;
  border-radius: 300px;
  width: 4px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  display: block;
  content: ' ';
  /* -webkit-animation:12%near 0s infinite alternate;
-moz-animation: 12%r 0s infinite alternate;
-o-animation: wi12%0s infinite alternate;
animation: wiggl12%infinite alternate; */
}

/* carousel css */

/* .caption1{
padding-bottom: 55px!important;
}
.caption2{
padding-bottom: 77px!important;
}
.caption3{
padding-bottom: 87px!important;
} */

.csutom-margin-top {
  margin-top: 60px;
}

.testinmonialCrousel {
  /* background: url('../image/111.png'); */
  background-size: cover;
}

.carousel-inner.backgroundblack .carousel-caption {
  top: 0 !important;
  padding-top: 20px;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.carousel-caption {
  right: 13% !important;
  left: 13% !important;
}

.carousel-caption h3 {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 30px;
}

.carousel-caption h2 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  line-height: 24px;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff !important;
}

.backgroundblack {
  background-color: #000;
}

.navbar-brand {
  height: auto;
  width: 240px;
  height: 60px;
  padding: 0px 10px !important;
}

.navbar-brand img {
  width: 220px;
  margin-top: 20px;
}

.nav-link {
  color: #333333 !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.nav-link:hover {
  color: #10cf78 !important;
}

.bg-light {
  background-color: white !important;
}

.homeMenuItem a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #10cf78;
  transition: width 0.3s;
}

.homeMenuItem a:hover::after {
  width: 100%;
}

.iimg {
  width: 100%;
  position: relative;
  height: 450px;
}

i.edgtf-icon-font-awesome.fa.fa-times {
  font-size: 30px;
}

a.custom_contact_file_remove {
  font-size: 18px;
}

/* we believe section */

.jumbotron {
  background-color: #fcfcfc !important;
  margin-bottom: 0rem !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.jumbo {
  position: relative;
}

.weknow {
  /* font-size: 18px!important; */
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif;
  color: #5c5c5c;
  line-height: 1.5;
  margin: 20px 138px;
}

.webelieve {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 30px !important;
  color: #5c5c5c !important;
  text-align: center;
  margin-bottom: 1.5rem !important;
  margin-top: 0px;
}

.headingcss {
  text-align: center;
  font-size: 30px !important;
}

/* bottom to top css */

#edgtf-back-to-top .line-3 {
  outline: transparent;
  right: 21px;
}

#edgtf-back-to-top .line-2 {
  left: 21px;
}

#edgtf-back-to-top>span {
  display: block;
  width: 50px;
  height: 47px;
}

/*contact form*/

#contact-form {
  padding: 70px 0;
  background: #f9f9f9;
}

#contact-form form input,
#contact-form form textarea {
  padding: 24px 20px 0;
  border-color: #80d6a3;
  border-radius: 5px;
  font-size: 14px;
  color: #97a0af;
  box-shadow: none;
}

#contact-form form input {
  margin-bottom: 15px;
  padding: 24px 27px;
}

#contact-form form textarea {
  margin-bottom: 28px;
  min-height: 172px;
  resize: none;
}

#contact-form form button {
  float: right;
  color: #fff;
  font-size: 16px;
  padding: 17px 43px;
  background: #80d6a3;
  border-radius: 40px;
  font-weight: 600;
  border-color: transparent;
  transition: 0.3s;
  font-family: 'Open Sans', sans-serif !important;
}

#contact-form form button:hover {
  background: none;
  color: #80d6a3;
  border-color: #80d6a3;
}

.formgroupalign {
  text-align: left !important;
}

.marginleft25 {
  margin-left: 39px;
}

.required_error {
  border: 1px solid red !important;
  transition: 1.5s linear all !important;
}

.error_text {
  color: red;
  font-size: 12px;
  text-align: center;
}

nav>div a.nav-item.nav-link.active span {
  border-bottom: 2px solid white;
}

.footer_bottom_padding {
  padding-top: 45px;
  padding-bottom: 45px;
}

.footer_service_nav {
  width: 100%;
}

.holisticmargin {
  margin-bottom: 82px;
  display: block;
}

.holisticmargin img,
.holisticmargin svg {
  width: 80%;
}

.holisticmargin svg {
  zoom: 1.5;
}

/* .footerdiv2tech{
  margin-top:25px;
} */

a:focus,
a:hover {
  color: #018f83 !important;
  text-decoration: underline;
}

.footermargin {
  margin-bottom: 20px;
  margin-top: 35px;
}

.footer_second_col_padding {
  padding-left: 75px !important;
}

.footer_third_col_padding {
  padding-left: 120px !important;
  margin-top: 20px;
}

.footer_padding {
  padding-left: 112px !important;
}

/*footer bootom*/

.copywritediv {
  left: 0%;
}

.copyrights {
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 15px;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.grayscale:hover {
  -webkit-filter: grayscale(00%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(00%);
}

.footerfirstdiv {
  display: inline-block;
  border-right: 1px solid;
  padding-right: 3px;
}

.footerseconddiv {
  display: inline-block;
}

.followusdiv {
  float: right;
}

.copywritediv {
  left: -2%;
}

.getintouch {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.request_quote:hover {
  background: black !important;
  color: red !important;
}

.custom_contact {
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 55px 0;
  background-color: #f8f8f8;
}

.form-control.contct-input-text,
#quotes_ {
  height: 30pt;
}

.custom_submit_btn {
  text-align: right;
  font-size: 12pt;
  font-family: 'Open Sans', sans-serif;
  margin-top: 20px;
}

.custom_cont_button {
  background-color: #018f83 !important;
  border-radius: 88px !important;
  color: #fff !important;
  padding: 9px 37px !important;
  transition: 0.3s ease-in-out !important;
}

.custom_cont_button:focus {
  outline: none !important;
}

.custom_cont_button:hover {
  box-shadow: 6px 6px 17.6px 0.4px rgba(0, 0, 0, 0.17);
  color: #fff !important;
}

.attcment_icon {
  color: #5c5c5c;
  font-size: 20px;
  position: absolute;
  top: 6px;
  font-family: OpenSans;
}

.attach {
  display: block;
  padding: 1px 15px;
  cursor: pointer;
  width: 100%;
  position: relative;
  border-radius: 2px;
  margin-left: -22px !important;
}

.fa-paperclip {
  font-size: 19px !important;
}

.attcment_icon span {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif !important;
}

.g-recaptcha {
  float: right;
}

/* / Chekbox css / */

.Subscribe_newsletter {
  display: flex;
  margin-left: 14px;
  text-align: left !important;
}

label.newsletter {
  margin: 0;
  margin-left: 4px;
  color: #5c5c5c;
  vertical-align: middle;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15px !important;
  font-weight: 100 !important;
}

.displaynone {
  display: none;
}

input[type='checkbox'] {
  width: 12pt !important;
  height: 12pt !important;
  margin-top: 3px;
}

span.newsletter {
  margin-left: 4px;
  color: #5c5c5c;
}

input[type='file'] {
  display: block;
  opacity: 0;
}

.bottommargin {
  margin-bottom: 40px;
}

.marginright {
  margin-right: 18px;
}

/*our process*/

#features {
  padding: 55px 0 30px;
}

#features .feature-block {
  padding-bottom: 49px;
}

#features .feature-block .icon-box {
  margin-bottom: 24px;
}

#features .feature-block .icon-box i {
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  transition: 0.3s;
  color: #80d6a3;
}

#features .feature-block h4 {
  font-size: 20px;
  color: #5c5c5c;
  position: relative;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 400;
}

#features .feature-block p {
  font-size: 16px;
  color: #5c5c5c;
  line-height: 24px;
  font-weight: 300;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
}

/* #features .showcase-img {
// margin-top: 40px;
} */

.ul_padding {
  padding-top: 10px;
}

.feature-block-list li {
  padding-left: 35px;
  position: relative;
  padding-bottom: 6px;
}

.blogbutton {
  border: 1px solid;
  background-color: white !important;
  color: #5c5c5c !important;
  /* margin-bottom: 60px !important; */
  padding: 10px 24px !important;
  border-radius: 30px !important;
  border: 1px solid #5c5c5c !important;
}

.blogbutton:hover {
  box-shadow: 6px 6px 17.6px 0.4px rgba(0, 0, 0, 0.17);
  color: #fff !important;
  background-color: #018f83 !important;
  border-color: transparent !important;
}

.our_workbutton {
  border: 1px solid;
  background-color: white !important;
  color: #5c5c5c !important;
  margin-bottom: 20px !important;
  margin-top: 40px;
  padding: 10px 24px !important;
  border-radius: 30px !important;
  border: 1px solid #5c5c5c !important;
}

.our_workbutton:hover {
  box-shadow: 6px 6px 17.6px 0.4px rgba(0, 0, 0, 0.17);
  color: #fff !important;
  background-color: #018f83 !important;
  border-color: transparent !important;
}

.our_workbutton_servpage {
  border: 1px solid;
  background-color: transparent !important;
  color: #5c5c5c !important;
  margin-bottom: -40px !important;
  margin-top: 40px;
  padding: 10px 24px !important;
  border-radius: 30px !important;
  border: 1px solid #5c5c5c !important;
}

.our_workbutton_servpage:hover {
  box-shadow: 6px 6px 17.6px 0.4px rgba(0, 0, 0, 0.17);
  color: #fff !important;
  background-color: #018f83 !important;
  border-color: transparent !important;
}

.feature-block-list img {
  position: absolute;
  left: 0;
  max-height: 22px;
  max-width: 22px;
}

.titleourprocess {
  text-align: center;
  padding-bottom: 20px;
}

.ourprocessdivpadding {
  padding: 10px;
}

.marginbottom {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .col-1-5 {
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .open_uploader svg {
    width: 32%;
    margin-top: -12px;
  }
}

.col-1-5 {
  text-align: center;
}

/* footer css */

.areference {
  font-size: 15px;
}

.follow_us_footer {
  font-size: 15px;
}

footer {
  background: #fafafb !important;
  padding: 50px 0 45px 0;
}

footer p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding-top: 26px;
}

.marginbottom_26px {
  margin-bottom: -50px;
  margin-top: 60px;
  border-top: 1px solid;
}

.copywri {
  border-top: 1px solid lightgrey;
}

.iconspadding {
  padding-right: 10px;
}

a.areference {
  display: block;
  margin-top: 10px;
  color: #343434;
}

a.areference :hover {
  color: #1c9b90 !important;
}

a.social_icons {
  display: inline-block;
  margin: 7px 15px;
  background-color: #fff;
  padding: 11px 14px;
  color: #1f2322;
  border-radius: 50%;
  font-size: 30px;
}

.follow {
  margin-top: 15px;
  margin-bottom: 15px;
}

.errordiv {
  margin-top: 75px;
  margin-bottom: 40px;
}

/* our work */

.servicebutton {
  border-radius: 50px !important;
  border: #ffffff !important;
  border-style: solid !important;
  border-width: 1px !important;
  color: #5c5c5c !important;
  margin-top: 22px;
}

.servicebutton1:hover {
  color: #007fa6 !important;
}

.servicebutton2:hover {
  color: #ff3553 !important;
}

.servicebutton3:hover {
  color: #5a0088 !important;
}

.servicebackground {
  background-color: #f6f6f6;
}

.ourservices {
  margin-bottom: 30px;
  font-size: 44px;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
}

.servicehead h2 {
  margin-top: 0px !important;
  padding-top: 70px;
  color: #5c5c5c !important;
  font-size: 30px;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
}

.butttons {
  margin-bottom: 20px !important;
}

.buttonwhite {
  color: white !important;
}

.buttonwhite:hover {
  color: #018f83;
  background-color: #ffff;
}

.margintop50px {
  margin-top: 50px !important;
}

.paddingbottom {
  padding-bottom: 80px;
}

.erppp:after {
  position: absolute;
  content: '' !important;
  width: 30% !important;
  height: 350px;
  background-color: #0a72a8 !important;
  right: 0;
  z-index: -1;
  transition: all 1s;
}

.mobile_image_home_show {
  display: none;
}

@media (min-width: 1000px) {

  .erppp:hover:after,
  .erppp.hover-stay:after {
    width: 100% !important;
  }

  .erppp:hover,
  .erppp.hover-stay * {
    color: #fff !important;
  }

  .erppp:hover .portbutton,
  .erppp.hover-stay .portbutton {
    background-color: #0a72a8;
    border-color: #fff;
  }

  .pisamill:hover:after,
  .pisamill.hover-stay:after {
    width: 100%;
  }

  .pisamill:hover,
  .pisamill.hover-stay * {
    color: #fff;
  }

  .pisamill:hover .portbutton,
  .pisamill.hover-stay .portbutton {
    color: #fff;
    background-color: #725bde;
    border-color: #fff;
  }

  .button_hover_home_ezbitex:hover {
    color: #0a72a8 !important;
  }

  .attenddd:hover:after,
  .attenddd.hover-stay:after {
    width: 100%;
  }

  .attenddd:hover,
  .attenddd.hover-stay * {
    color: #fff;
  }

  .attenddd:hover .portbutton,
  .attenddd.hover-stay .portbutton {
    color: #fff;
    background-color: #c72732;
    border-color: rgb(219, 210, 210);
  }

  .blogs_nav_dev {
    justify-content: center;
    border: none !important;
    margin-left: 450px;
  }
}

.erppp {
  position: relative;
}

.csutom-margin-bottom {
  margin-bottom: 25px;
}

.erpdiv1 {
  position: absolute !important;
}

.erpdiv2 {
  position: absolute !important;
  margin-left: 48%;
}

.margintop30 {
  margin-top: 30px;
}

.margintop40 {
  margin-top: 40px;
}

.margintop70 {
  margin-top: 70px;
}

.erpdiv1ptag {
  margin-right: 110px !important;
}

.portbutton {
  display: inline-block;
  padding: 6px 12px;
  color: #5c5c5c;
  border: 1px solid;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

.portbutton:hover {
  color: #018f83 !important;
  background-color: #ffff !important;
  border-color: white !important;
  text-decoration: none;
}

.vitohoverbtn:hover {
  color: #c72732 !important;
}

.poly186hover:hover {
  color: #725bde !important;
}

.vitohoverbtn,
.poly186hover {
  margin-top: 15px;
}

.pisamill:after {
  position: absolute;
  content: '';
  width: 30%;
  height: 331px;
  background-color: #725bde;
  z-index: -1;
  left: 0;
  transition: all 1s;
}

/* @media (min-width: 1000px) {
    .pisamill:hover:after,
    .pisamill.hover-stay:after {
        width: 100%;
    }
    .pisamill:hover,
    .pisamill.hover-stay * {
        color: #fff;
    }
    .pisamill:hover .portbutton,
    .pisamill.hover-stay .portbutton {
        color: #fff;
        background-color: #77C48A;
        border-color: #fff;
    }
    .button_hover_home_ezbitex:hover {
        color: #0a72a8!important;
    }
} */

.pisamill {
  position: relative;
}

.pisamilldiv2ptag {
  margin-right: 110px !important;
}

.attenddd:after {
  position: absolute;
  content: '';
  width: 30%;
  height: 331px;
  background-color: #c72732;
  right: 0;
  z-index: -1;
  transition: all 1s;
}

/* @media (min-width: 1000px) {
    .attenddd:hover:after,
    .attenddd.hover-stay:after {
        width: 100%;
    }
    .attenddd:hover,
    .attenddd.hover-stay * {
        color: #fff;
    }
    .attenddd:hover .portbutton,
    .attenddd.hover-stay .portbutton {
        color: #fff;
        background-color: #2F919A;
        border-color: rgb(219, 210, 210);
    }
} */

.attenddd {
  position: relative;
}

.margintop30 {
  margin-top: 30px;
}

.attenddiv1ptag {
  margin-right: 110px !important;
}

.custom_margin_top {
  margin-top: 75px;
}

.ourwork {
  margin-bottom: 30px;
  font-size: 44px;
  margin-top: 55px;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  color: #5c5c5c !important;
}

.discoverystr {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-bottom: 70px;
  color: #5c5c5c;
  line-height: 28px;
}

.ourworkdiv {
  margin-bottom: 60px;
}

.erp {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 36px;
  color: #5c5c5c;
}

.discov {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #5c5c5c;
  line-height: 28px;
}

.erpdis {
  font-family: 'Open Sans', sans-serif;
  /* font-size: 16px; */
  font-size: 14px;
  color: #5c5c5c;
}

/* our section */

.our {
  background-color: #f8f8f8;
}

.zicon {
  position: relative;
}

.marginbottom35 {
  margin-bottom: 35px;
}

.marginbottom36 {
  margin-bottom: 35px;
}

.meth {
  margin-bottom: 85px;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 44px;
  color: #5c5c5c !important;
}

.requestcol {
  margin-top: -51px;
}

.marginbottom40 {
  margin-bottom: 40px;
}

#contactform h2 {
  color: #5c5c5c;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 36px;
}

.collabo {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #5c5c5c;
}

.collpar {
  /* font-size: 15px; */
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.zoom {
  overflow: hidden;
  cursor: pointer;
}

.zoom img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  cursor: pointer;
}

/*.zoom:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}*/

/* our blog */

.ourblog {
  font-family: Open Sans;
  font-size: 44px;
  margin-bottom: 40px !important;
}

.marginright25 {
  margin-right: 25px;
}

.methdocolor {
  background-color: #f7f7f7;
  margin-top: 35px;
  margin-left: 20px;
  padding-bottom: 5px;
  height: 90px;
}

.bloghead {
  background-color: #f7f7f7;
  padding-bottom: 30px;
}

.bloghead:hover {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.ourmethod:hover {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

/* service slider block*/

.marginservicebox {
  margin-left: 60px;
  margin-right: 60px;
}

.service1 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #007fa6, #83e5c3);
}

.service2 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #ff7a55, #ff3553);
}

.service3 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, #a4296a, #5a0088);
}

/* #service .row{
max-width: 100%;
} */

#service img {
  width: 100%;
}

.serviceli {
  margin-left: 19px;
  margin-bottom: 10px;
}

.description {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-39%, 8%);
  width: 87%;
  color: white;
}

.show-in-background {
  position: absolute;
  top: 0;
  left: -25px;
  z-index: -1;
}

.show-in-background2 {
  position: absolute;
  top: 0;
  left: 25px;
  z-index: -1;
}

.show-in-background3 {
  position: absolute;
  top: 0;
  left: -25px;
  z-index: -1;
}

.show-in-background4 {
  position: absolute;
  top: -27px;
  left: 311px;
  z-index: -1;
}

.show-in-background5 {
  position: absolute;
  top: -28px;
  left: -34px;
  z-index: -1;
}

.show-in-background6 {
  position: absolute;
  top: -27px;
  left: 311px;
  z-index: -1;
}

.show-in-background11 {
  position: absolute;
  top: 62px;
  left: 151px;
  z-index: 0;
}

.show-in-background22 {
  position: absolute;
  top: 89px;
  left: 64px;
  z-index: 0;
}

.show-in-background33 {
  position: absolute;
  top: 59px;
  left: 220px;
  z-index: -1;
}

.marginbottom28px {
  margin-bottom: 28px;
}

.marginbottom21px {
  margin-bottom: 21px;
}

.marginbottom25px {
  margin-bottom: 25px;
}

.marginbottom22px {
  margin-bottom: 22px;
}

.margintop10px {
  margin-top: 10px;
}

.descriptionbrand {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-39%, 30%);
  width: 87%;
  color: white;
}

.discbrand {
  font-family: 'Open Sans', sans-serif !important;
  /* font-size: 16px; */
  font-size: 14px;
  margin-right: 222px;
}

.descritionuser {
  transform: translate(-50%, 14%) !important;
  width: 135%;
}

.brandimage {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 18px;
}

.dicsoveryimg {
  margin-left: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.userimage {
  margin-left: 40px;
  padding-bottom: 70px;
  padding-top: 70px;
}

/*carausal css*/

.slideimg {
  width: 100%;
  height: 70vh;
}

.dis {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 65px;
}

.make {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}

.disc {
  font-family: 'Open Sans', sans-serif !important;
  /* font-size: 16px; */
  font-size: 14px;
}

/* thankyoupage */

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px !important;
    margin: 100px auto !important;
  }
}

.thankyou_popup {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 30px !important;
  text-align: center;
  color: #5c5c5c;
  margin-bottom: 15px;
}

.thankyou_popup2 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px !important;
  text-align: center;
  color: #5c5c5c;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: none !important;
}

.modal-content {
  border: none !important;
  border: none !important;
  border-radius: 0px !important;
  outline: 0;
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.5) !important;
}

#myModal::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #0000004d;
  width: 100%;
  z-index: -1;
}

/* thankyou page css */

.thankyou {
  position: relative;
  width: 100%;
  /* background-image: url('../image/thank you Icon.svg'); */
  background-position: top;
  background-size: contain;
  height: 200px;
  background-repeat: no-repeat;
  top: 70px;
  margin-bottom: 50px;
  margin-top: 40px;
}

.container.container_width {
  max-width: 94%;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.thank_you_content {
  text-align: center;
  margin-bottom: 15px;
}

.Text_color {
  color: #5c5c5c;
  line-height: 1.75;
}

.thank_you_content p {
  margin-bottom: 20px;
}

.Font_size_color {
  font-size: 12pt;
  color: #5c5c5c;
  line-height: 1.75;
}

.form-group.meanwhile_submit_btn {
  font-size: 12pt;
  font-weight: 600;
  margin: 20px 0 !important;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.custom_cont_button.meanwhile_explore {
  background: #2f80c2;
  color: #fff;
}

.modle_icon {
  text-align: center;
}

.modle_social_icon {
  display: inline-block;
  /* border: 2px solid #868686; */
  margin-right: 5px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}

.modle_social_icon:hover {
  transform: scale(1.05);
}

.thank_modle_icon {
  position: relative;
  width: 20;
  height: 20;
  padding: 18px;
  border-radius: 20px;
}

i.fa.fa-linkedin.icon_adjust,
i.fa.fa-twitter.icon_adjust {
  top: 10px;
  left: 10px;
  color: #868686;
}

i.fa.fa-facebook.icon_adjust {
  top: 9px;
  left: 13px;
  color: #868686;
}

/* .thank_modle_icon i {
    font-size: 20px;
    position: absolute;
} */
.thank_modle_icon .icon_adjust svg {
  width: 55px;
}

.thank_you_content h3 {
  color: #5c5c5c;
  font-size: 30pt;
  font-weight: 600;
  margin-bottom: 13px;
}

/*service 1page css*/

.bannerservice1 {
  position: relative;
  width: 100%;
  min-height: 220px;
  /* background-image: url('../image/discovery.jpg'); */
  background-position: top;
  background-size: cover;
  height: 450px;
}

.bannerservice1 .block {
  color: #fff;
  padding: 8% 12%;
}

.bannerservice1 .block h1 {
  font-size: 64px !important;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-weight: 100;
  color: #ffffff !important;
  line-height: 1.23;
  font-weight: 400;
  text-align: center;
}

.bannerservice1 .block h2 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff !important;
  text-align: center;
}

.content_img u {
  font-family: 'Open Sans', sans-serif !important;
}

.back_ground {
  background: #fcfcfc;
}

.spacing_in_sections {
  padding: 30px 0px 60px 0px;
}

.Research_Consultants_container {
  padding: 50px 0px 50px 0px;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}

.servicebuttoncta {
  margin-top: 20px;
}

.servicectabutton {
  border: 1px solid #fff !important;
  border-radius: 35px !important;
}

.servicectabutton:hover {
  color: #2b9db0 !important;
}

.service2ctabutton {
  border: 1px solid #fff !important;
  border-radius: 35px !important;
}

.service2ctabutton:hover {
  color: #ff3b53 !important;
}

.service3ctabutton {
  border: 1px solid #fff !important;
  border-radius: 35px !important;
}

.service3ctabutton:hover {
  color: #a5397a !important;
}

.Research_Consultants_div h2 {
  font-size: 44px;
  line-height: 1.51;
  color: #5c5c5c;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 0;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
}

.Research_Consultants_div p {
  font-size: 16px;
  color: #5c5c5c;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.38;
  text-align: center;
}

.marginright151px {
  margin-right: 94px;
}

.marginright192px {
  margin-right: 72px;
}

.paddingleft91px {
  padding-left: 91px;
}

.margintop28px {
  margin-top: 28px;
}

.margintop48px {
  margin-top: 38px;
}

.margintop42px {
  margin-top: 42px;
}

.margintop34px {
  margin-top: 34px;
}

.digital_business h2 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  color: #5c5c5c;
  text-align: center;
  line-height: 1.33;
}

.digital_business p {
  font-size: 18px;
  line-height: 1.35;
  color: #5c5c5c;
  font-family: 'Open Sans', sans-serif !important;
}

.research_analysis_spacing {
  padding-bottom: 50px;
}

.user_section_img {
  width: 100%;
}

.user_section {
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
}

.user_section p {
  font-size: 16px;
  color: #5c5c5c;
}

.User_Research {
  margin-top: 45px;
}

.User_Research h2 {
  font-size: 30px;
  color: #2b9db0;
  margin-bottom: 0px;
  margin-top: 0;
}

/* .User_Research h2{
font-size: 36px;
color: #5c5c5c;
margin-bottom: 16px;
font-family: 'TimesNewRomanPSMT',serif!important;
} */

.User_Research h4 {
  font-size: 16px;
  color: #5c5c5c;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.38;
}

.analyse_content p {
  font-size: 18px;
  line-height: 1.5;
  color: #5c5c5c;
  margin-left: 4px;
  padding-left: 22px;
}

img.tick_mark_img {
  margin-right: 9px;
  margin-top: 3px;
}

.how_we_do.ux_consulting {
  padding-bottom: 0px;
}

.how_we_do {
  text-align: center;
  padding-bottom: 50px;
}

.how_we_do h2 {
  font-size: 44px;
  line-height: 1.51;
  color: #5c5c5c;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 0;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
}

.how_we_do h3 {
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #5c5c5c;
  font-family: 'Open Sans', sans-serif !important;
}

.how_we_do h6 {
  font-size: 44px;
  line-height: 1.51;
  color: #5c5c5c;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 0;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
}

.analyse_img {
  text-align: center;
}

.how_do_image {
  width: 120px;
}

.numbers {
  font-size: 44px;
  color: #40a7b8;
  display: inline;
  line-height: 2;
}

.define_padding {
  padding-left: 0;
}

.how_we_bottom_margin {
  padding-bottom: 50px;
}

.analyse_content h4 {
  font-size: 30px;
  display: inline;
  color: #40a7b8;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
}

.other_service h3 {
  font-size: 24px;
  color: #5c5c5c;
  margin: 0;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif !important;
}

.other_service h3:hover {
  font-size: 24px;
  color: #f04b51;
  margin: 0;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif !important;
}

.other_service {
  text-align: center;
}

.other_service.other_service2 h3 {
  font-family: 'Open Sans', sans-serif !important;
  color: #5c5c5c !important;
}

.other_service.other_service2 h3:hover {
  font-family: 'Open Sans', sans-serif !important;
  color: #9d256e !important;
}

.other_service.other_service2.other_service3 h3 {
  font-family: 'Open Sans', sans-serif !important;
  color: #5c5c5c !important;
}

.other_service.other_service2.other_service3 h3:hover {
  font-family: 'Open Sans', sans-serif !important;
  color: #40a7b8 !important;
}

.other_service a {
  color: #f04b51 !important;
}

.other_service.other_service2 a {
  color: #9d256e !important;
}

.other_service.other_service2.other_service3 a {
  color: #40a7b8 !important;
}

.dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.other_services_back {
  background-color: #f6f6f6;
}

.dot.red_dot {
  background-color: #f04b51;
}

.dot.purpel_dot {
  background-color: #9f3f6e;
}

.dot.blue_dot {
  background-color: #40a7b8;
}

.other_service_section h1 {
  margin-bottom: 0;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
}

.discdescription {
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-44%, 62%);
  width: 87%;
  color: white;
}

.discservice {
  width: 618px;
  height: 93px;
  font-size: 30px;
  line-height: 1.67;
  text-align: left;
}

.margintop90 {
  margin-top: 80px;
}

.paddingtop40 {
  padding-top: 40px;
}

.paddingbottom20 {
  padding-bottom: 20px;
}

/*service 2page css*/

.bannerservice2 {
  position: relative;
  width: 100%;
  min-height: 220px;
  /* background-image: url('../image/Group 8099.jpg'); */
  background-position: top;
  background-size: cover;
  height: 450px;
}

.bannerservice2 .block {
  color: #fff;
  padding: 8% 13%;
}

.bannerservice2 .block h1 {
  font-size: 64px !important;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-weight: 100;
  color: #ffffff !important;
  line-height: 1.23;
  font-weight: 400;
  text-align: center;
}

.bannerservice2 .block h2 {
  font-family: Open Sans;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff !important;
  text-align: center;
}

.wireframe {
  margin-top: 45px;
  margin-bottom: 5px;
}

.wireframe h2 {
  font-size: 30px;
  color: #ff3b53;
  margin-bottom: 0px;
  margin-top: 0;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
}

.wireframe h4 {
  font-size: 16px;
  color: #5c5c5c;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.38;
}

/* .wireframe h2{
font-size: 36px;
color: #5c5c5c;
margin-bottom: 16px;
font-family: 'TimesNewRomanPSMT',serif!important;
} */

.bullets_how_wedo {
  margin-right: 16px;
  position: relative;
  padding-left: 16px;
  display: inline-block;
}

.bullets_how_wedo::before {
  content: '';
  border-radius: 0.375rem;
  height: 0.7rem;
  width: 0.7rem;
  margin-right: 0.5rem;
  background-color: #5c5c5c;
  display: inline-block;
  margin-bottom: 2px;
  position: absolute;
  left: 0;
  top: 11px;
}

.s2analyse_content h4 {
  font-size: 30px;
  display: inline;
  color: #ff3b53;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
}

.s2analyse_content p {
  font-size: 18px;
  line-height: 1.5;
  color: #5c5c5c;
  margin-left: 4px;
  padding-left: 29px;
}

.s2analyse_content .numbers {
  font-size: 52px;
  color: #ff3b53;
  display: inline;
  line-height: 2;
}

.tools_we_practice h1 {
  text-align: center;
  color: #5c5c5c;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 44px;
  margin-top: 50px;
}

.marginbottom-34px {
  margin-bottom: -34px;
}

.tools_we_practice h3 {
  text-align: center;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  line-height: 1.33;
  color: #5c5c5c;
  margin: 22px 76px;
}

.marginauto {
  margin: auto;
  height: 60px;
  width: 60px;
}

.tools1 {
  margin-top: 70px;
  margin-bottom: 60px;
}

.tools1 ul {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.tools1 li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  height: 80px;
  width: 100px;
  margin: 16px 6px;
}

.tools1 p {
  margin-top: 8px;
}

.how_we_do_imgwidth75 {
  width: 75%;
}

.how_we_do_imgwidth80 {
  width: 80%;
}

.how_we_do_imgwidth85 {
  width: 85%;
}

.how_we_do_imgwidth70 {
  width: 70%;
}

.how_we_do_imgwidth72 {
  width: 72%;
}

.height440px {
  height: 440px;
}

.height428px {
  height: 428px;
}

/* service page 2 sub service1 css */

.bannerservice4_sub1 {
  position: relative;
  width: 100%;
  min-height: 220px;
  background-image: url('../image/Group 1369.png');
  background-position: top;
  background-size: cover;
  height: 450px;
}

.bannerservice4_sub1 .block {
  color: #fff;
  padding: 8% 13%;
}

.bannerservice4_sub1 .block h1 {
  font-size: 64px !important;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-weight: 100;
  color: #ffffff !important;
  line-height: 1.23;
  font-weight: 400;
  text-align: center;
}

.bannerservice4_sub1 .block h2 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff !important;
  text-align: center;
}

.service2_sub1_website_designh2 {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 44px;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #5c5c5c;
  margin-top: 0px !important;
}

.service2_sub1_website_designp {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #868686;
}

.service2_sub1boost {
  margin-top: 30px;
}

.serv2_sub1_our_expertise {
  padding: 0px 0px 60px 0px;
}

.serv2_sub1_our_expertise h3 {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #5c5c5c;
  margin-top: 0px;
  margin-bottom: 60px;
}

.serv2_sub1_our_expertise h4 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 30px;
  font-weight: 500 !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.16;
  letter-spacing: normal;
  text-align: left;
  color: #ff3b53;
}

.serv2_sub1_our_expertise p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #868686;
}

.Expertise_margin_top {
  margin-top: 20px;
  display: flex;
}

.Expertise_content_div {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-right: 50px !important;
}

.commitment_sec_serv2_sub1 {
  padding: 50px 0px 50px 0px;
  background-image: linear-gradient(to bottom, #ea5655, #fe7855);
}

.commitment_sec_serv2_sub1 h3 {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 44px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}

.commitment_sec_serv2_sub1 p {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.serv2_sub1_our_expertise2 {
  margin: 40px 0px 60px 0px;
}

.serv2_sub1_our_expertise2 h4 {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 49px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.16;
  letter-spacing: normal;
  text-align: left;
  color: #ff3b53;
}

.design_image_sub {
  text-align: right;
}

.serv2_sub1_our_expertise2 p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #868686;
}

#sub_service_related_work {
  margin: 50px 0px 0px 0px;
}

#sub_service_related_work h3 {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 44px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #5c5c5c;
  margin-bottom: 40px;
}

.sub_service_related_work_carousal_background {
  background-image: linear-gradient(to right, #ff7a55, #ff3553);
  padding: 34px 60px 38px 60px;
}

.sub_service_a_tag {
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
}

.subservicenutton_2 {
  color: #ff3553 !important;
  border-color: #ff3553 !important;
}

/* service page 3 css */

.bannerservice3 {
  position: relative;
  width: 100%;
  min-height: 220px;
  /* background-image: url('../image/s3banner1.png'); */
  background-position: top;
  background-size: cover;
  height: 430px;
}

.bannerservice3 .block {
  color: #fff;
  padding: 8% 13%;
}

.bannerservice3 .block h1 {
  font-size: 64px !important;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-weight: 100;
  color: #ffffff !important;
  line-height: 1.23;
  font-weight: 400;
  text-align: center;
}

.bannerservice3 .block h2 {
  font-family: Open Sans;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff !important;
  text-align: center;
}

.s3wireframe {
  margin-top: 45px;
  margin-bottom: 5px;
}

.s3wireframe h2 {
  font-size: 30px;
  color: #a5397a;
  margin-bottom: 0px;
  margin-top: 0;
}

/* .s3wireframe h2 {
    font-size: 36px;
    color: #5c5c5c;
    margin-bottom: 16px;
    font-family: 'TimesNewRomanPSMT', serif!important;
} */

.s3wireframe h4 {
  font-size: 16px;
  color: #5c5c5c;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.38;
}

.s3analyse_content h4 {
  font-size: 30px;
  display: inline;
  color: #a5397a;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
}

.s3analyse_content p {
  font-size: 16px;
  line-height: 1.5;
  color: #5c5c5c;
}

.s3analyse_content .numbers {
  font-size: 52px;
  color: #a5397a;
  display: inline;
  line-height: 2;
}

.S3related_work_div1 {
  background-color: #56b66d;
  display: flex;
  justify-content: center;
}

.S3related_work_div1 img {
  padding-top: 48px;
  padding-left: 25px;
  padding-bottom: 15px;
}

.S3related_work_div2 {
  background-color: #d42021;
  display: flex;
  justify-content: center;
}

.S3related_work_div3 {
  background-color: #2f919a;
  display: flex;
  justify-content: center;
}

.S3related_work_div3 img {
  padding-top: 36px;
  padding-left: 25px;
  margin-bottom: 19px;
}

#S3related_work {
  padding-top: 20px;
  background-color: #f6f6f6;
  padding-bottom: 90px;
}

#S3related_work h6 {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 44px !important;
  color: #5c5c5c;
  margin-bottom: 50px;
  text-align: center;
}

#S3related_work h3 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}

.S3Related_work_pesamill_btn {
  background-color: #f1f1f1;
  border-radius: 31px !important;
  padding: 6px 13px !important;
  display: inline-block;
  margin-bottom: 10px;
  color: #888888;
}

/* contact us page css */

.bannercontactus {
  position: relative;
  width: 100%;
  min-height: 220px;
  /* background-image: url('../image/contact Us.png'); */
  background-position: top;
  background-size: cover;
  height: 350px;
}

.bannercontactus .block {
  color: #fff;
  padding: 7% 13%;
}

.bannercontactus .block h3 {
  font-size: 64px !important;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-weight: 100;
  color: #ffffff !important;
  line-height: 1.23;
  font-weight: 400;
  text-align: center;
}

.bannercontactus .block h2 {
  font-family: Open Sans;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff !important;
  text-align: center;
}

.locationmargin {
  margin-top: 60px;
  margin-left: 80px;
  margin-bottom: 50px;
}

/* pesamills_new css */

.bannerpesamills {
  position: relative;
  width: 100%;
  min-height: 220px;
  background-image: url('../image/Bh.jpg');
  background-position: top;
  background-size: cover;
  height: 350px;
}

.bannerpesamills .block {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bannerpesamills .block h1 {
  font-size: 64px;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-weight: 100;
  color: #ffffff !important;
  line-height: 1.23;
  font-weight: 400;
  text-align: center;
}

.bannerpesamills .block h2 {
  font-family: Open Sans;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff !important;
  text-align: center;
}

.While_working {
  text-align: center;
  font-family: OpenSans;
  font-size: 16px;
  color: #868686;
  margin-bottom: 30px;
  margin-top: 20px;
}

#pesamill2nddiv {
  margin-top: 40px;
  margin-bottom: 40px;
}

#pesamill2nddiv span {
  padding: 20px;
  text-align: center;
  background-color: #f1f1f1;
  color: #888888;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  display: inline-block;
}

#pisaportfolio img {
  padding-top: 16px;
}

.padding-zero {
  padding-left: 1px !important;
}

.img-large {
  height: 392px !important;
}

.img-small {
  height: 343px !important;
}

.block2 {
  right: 60px;
  bottom: 30px;
  text-align: center;
  margin-top: -38px;
  margin-bottom: 32px;
}

.block2 a {
  font-family: OpenSans;
  font-size: 18px;
}

.block2 span {
  display: inline-block;
}

.block2 span h2 {
  font-family: OpenSans;
  font-size: 18px;
}

.block3 {
  right: 60px;
  bottom: 30px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 32px;
}

.block3 a {
  font-family: OpenSans;
  font-size: 18px;
}

.block3 span {
  display: inline-block;
}

.block3 span h2 {
  font-family: OpenSans;
  font-size: 18px;
}

.pesamill2nddivh6 {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 44px !important;
  line-height: 54px;
  color: #5c5c5c !important;
  margin-bottom: 0px;
}

.pesamill_btn {
  background-color: lightgrey;
  border-radius: 31px !important;
  padding: 6px 13px !important;
  margin: 30px;
}

.Pisamillcrypto {
  background-image: linear-gradient(193deg, #8d0001, #d83637);
}

.Pisamillcrypto p {
  color: white;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  padding: 141px 50px 80px 60px;
}

/* shop slick page css */

.bannershopslick {
  position: relative;
  width: 100%;
  min-height: 220px;
  background-image: url('../image/shopslick.png');
  background-position: top;
  background-size: cover;
  height: 350px;
}

.bannershopslick .block {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bannershopslick .block h1 {
  font-size: 64px;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-weight: 100;
  color: #ffffff !important;
  line-height: 1.23;
  font-weight: 400;
  text-align: center;
}

.bannershopslick .block h2 {
  font-family: Open Sans;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff !important;
  text-align: center;
}

.shopslicktracking {
  margin-top: 30px;
  margin-bottom: 30px;
}

.shopslicktracking h2 {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 30px;
  color: #707070;
}

.shopslickfeaturerow {
  height: 100%;
  display: flex;
  margin: 0 !important;
  padding-top: 12px;
  padding-bottom: 70px;
}

.shopslickfeaturecolumn {
  padding: 0 !important;
}

.shopslickfeaturecolumn2 {
  padding: 0 !important;
}

.shopslickfeaturelistitems {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
  flex-flow: column;
  padding-left: 100px;
}

.shopslickfeaturelistitems>h2 {
  color: #5c5c5c;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 30px;
}

.shopslickfeaturelistitems>ul>li {
  color: #5c5c5c;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
}

.shoptick_mark_img {
  margin-right: 9px;
  margin-top: 4px;
}

.Thereisbetterseconddiv {
  height: 100%;
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: linear-gradient(to bottom, #36a0aa, #298289);
}

.pesaThereisbetterseconddiv {
  height: 100%;
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: linear-gradient(to bottom, #36a0aa, #298289);
}

.ShopThereisbetterseconddiv {
  height: 100%;
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: linear-gradient(189deg, #8d0001, #d83637);
}

.shopslickbuttonmargin {
  margin-bottom: 40px !important;
}

.Thereisbetter {
  padding: 0px 50px 0px 60px;
}

.Thereisbetter h2 {
  color: #5c5c5c;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 30px !important;
  margin-bottom: 20px;
}

.Thereisbetter p {
  color: #868686;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  line-height: 26px;
  margin-right: 82px;
  margin-bottom: 30px;
}

/* attendee page css */

.bannerattendee {
  position: relative;
  width: 100%;
  min-height: 220px;
  background-image: url('../image/Attendee1.png');
  background-position: top;
  background-size: cover;
  height: 350px;
}

.bannerattendee .block {
  color: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bannerattendee .block h1 {
  font-size: 64px;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-weight: 100;
  color: #ffffff !important;
  line-height: 1.23;
  font-weight: 400;
  text-align: center;
}

.bannerattendee .block h2 {
  font-family: Open Sans;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: #ffffff !important;
  text-align: center;
}

.Attendee_as_a_lead {
  background-image: linear-gradient(98deg, #9ebfc3, #eb9894);
}

.Attendee_as_a_lead p {
  color: white;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  padding: 80px 50px 80px 60px;
}

.Attendee2nddiv_p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  text-align: center;
  color: #868686;
  margin-left: 90px;
  margin-right: 90px;
}

.Attendeefeaturecolumn {
  padding: 0 !important;
}

.Attendeefeaturecolumn2 {
  padding: 0 !important;
  background-color: #f6f6f6;
}

.attendeefeaturelistitems {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 100%;
  flex-flow: column;
  padding-left: 40px;
}

.attendeefeaturelistitems>h2 {
  color: #5c5c5c;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 30px;
}

.attendeefeaturelistitems>ul>li {
  color: #5c5c5c;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
}

#Attendeefolio {
  margin-top: 40px;
  margin-bottom: 40px;
}

.featueblockli {
  margin-bottom: 5px;
  display: flex;
  align-items: flex-start;
}

#Attendeefolio {
  margin-top: 10px;
  margin-bottom: 0px;
}

.pesamillsportfolio {
  background-color: #f6f6f6;
  padding: 52px 60px;
  margin-top: 16px;
  text-align: center;
}

.pesamillsportfolio h2 {
  text-align: center;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 30px;
}

.pesamillsportfolio h3 {
  background-color: #f6f6f6;
  text-align: center;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 24px;
}

#related_work {
  margin-top: 50px;
  padding-top: 20px;
  background-color: #f6f6f6;
  padding-bottom: 90px;
}

#related_work h1 {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 44px;
  color: #5c5c5c;
  margin-bottom: 50px;
  text-align: center;
}

#related_work h3 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}

.Related_work_pesamill_btn {
  background-color: #f1f1f1;
  border-radius: 31px !important;
  padding: 6px 13px !important;
  display: inline-block;
  margin-bottom: 10px;
  color: #5c5c5c;
  font-size: 12px;
}

.related_work_div1 {
  background-color: #d42021;
  display: flex;
  justify-content: center;
}

.related_work_div2 {
  background-color: #2f919a;
  display: flex;
  justify-content: center;
}

.related_work_div3 {
  background-color: #56b66d;
  display: flex;
  justify-content: center;
}

.related_bg_color {
  background-color: #fff;
  padding-bottom: 30px;
}

.related_bg_color:hover {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.edgtf-drop-down .second {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

/* conatct us page css */

.our_location {
  margin-top: 40px;
  margin-bottom: 40px;
}

.our_location h1 {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 44px;
  margin-bottom: 30px;
  color: #5c5c5c;
}

.our_location h4 {
  color: #343434;
  font-size: 16px;
  line-height: 25px;
}

.map_width {
  width: 100%;
  margin: 0px !important;
}

.Contact_img_line {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.Contact_img_line img {
  margin-right: 20px;
  margin-top: 13px;
}

/* our work page css */

.bannerourwork,
.bannerblog {
  position: relative;
  width: 100%;
  min-height: 220px;
  /* background-image: url('../image/work.png'); */
  background-position: top;
  background-size: cover;
  height: 450px;
}

.bannerourwork .block,
.bannerblog .block {
  color: #fff;
  padding: 11% 13%;
}

.bannerourwork .block h1,
.bannerblog .block h1 {
  font-size: 64px;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-weight: 100;
  color: #ffffff !important;
  line-height: 1.23;
  font-weight: 400;
  text-align: center;
}

.bannerourwork .block h2,
.bannerblog .block h2 {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif !important;
  text-align: center;
  line-height: 40px;
}

.our_work_div1 {
  background-color: #56b66d;
  display: flex;
  justify-content: center;
  height: 260;
}

.our_work_div1 img {
  padding-top: 48px;
  padding-left: 25px;
  padding-bottom: 35px;
}

.our_work_div2 {
  background-color: #d42021;
  display: flex;
  justify-content: center;
  height: 260;
}

.our_work_div3 {
  background-color: #2f919a;
  display: flex;
  justify-content: center;
  height: 260;
}

.our_work_div3 img {
  padding-top: 36px;
  padding-left: 25px;
  margin-bottom: 19px;
}

.our_work_div4 img {
  padding-top: 36px;
  padding-left: 25px;
  margin-bottom: 5px;
}

#our_work {
  padding-top: 20px;
  background-color: #f6f6f6;
  padding-bottom: 12px;
}

#our_work3 {
  padding-top: 20px;
  background-color: #f6f6f6;
  padding-bottom: 10px;
}

.our_work4 {
  padding-bottom: 80px !important;
}

#our_work h1 {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 44px;
  color: #5c5c5c;
  margin-bottom: 50px;
  text-align: center;
}

#our_work h3 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}

#our_work h2 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px;
  color: #5c5c5c;
  margin-bottom: 60px;
  margin-top: 40px;
  text-align: center;
}

.our_work_div4 {
  background-color: #ffa32a;
  display: flex;
  justify-content: center;
  height: 260;
}

.our_work_div5 {
  background-color: #bce1d9;
  display: flex;
  justify-content: center;
  height: 260;
}

.our_work_div6 {
  background-color: #6eccc9;
  display: flex;
  justify-content: center;
  height: 260;
}

.our_work_div7 {
  background-color: #5bbaf9;
  display: flex;
  justify-content: center;
  height: 260;
}

.our_work_div8 {
  background-color: #96ffca;
  display: flex;
  justify-content: center;
  height: 260;
}

.our_work_div9 {
  background-color: #6abb52;
  display: flex;
  justify-content: center;
  height: 260;
}

.our_work_div10 {
  background-color: #362760;
  display: flex;
  justify-content: center;
  height: 260;
}

.our_work_div11 {
  background-color: #0a72a8;
  display: flex;
  justify-content: center;
  height: 260;
}

#our_work3 h3 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
}

.Skulocity_img {
  margin-top: 23px;
  margin-bottom: 23px;
  margin-left: 16px;
  padding-bottom: 14px;
}

.height427px {
  height: 427px;
}

.Yogyata_img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.coinzoom_img {
  margin-top: 27px;
  margin-bottom: 27px;
}

.coinzoom_img2 {
  padding-bottom: 13px;
}

.Digital_Brain_img {
  margin-top: 4px;
  margin-bottom: 4px;
}

.ezbitex_img {
  margin-top: 23px;
  margin-bottom: 23px;
  margin-left: 16px;
  padding-bottom: 7px;
}

.margin0px {
  margin: 0px !important;
}

.social_icon_on {
  display: flex;
  margin-top: 15px;
}

.socialIconHoverWithoutHover {
  display: inline-block;
}

.socialIconHover img,
.socialIconHover svg {
  width: 35px;
  margin-right: 12px;
}

.socialIconHoverWithoutHover img,
.socialIconHoverWithoutHover svg {
  width: 35px;
  margin-left: 12px;
}

.copywrite_sec h3 {
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
  margin: 0px;
}

.copywrite_sec {
  background: #f8f8f8;
}

.socialIconHover:nth-child(4) {
  border-right: 1px solid #a6a6a6;
}

.media-grey,.media-color{
  transition: 0.3s ease;
}

.socialIconHover:nth-child(1) .media-grey {
  display: inline;
}
.socialIconHover:nth-child(1) .media-color {
  display: none;
}

.socialIconHover:nth-child(1):hover .media-grey {
  display: none;
}
.socialIconHover:nth-child(1):hover .media-color {
  display: inline !important;
}


.socialIconHover:nth-child(2) .media-grey {
  display: inline;
}
.socialIconHover:nth-child(2) .media-color {
  display: none;
}

.socialIconHover:nth-child(2):hover .media-grey {
  display: none;
}
.socialIconHover:nth-child(2):hover .media-color {
  display: inline !important;
}

.socialIconHover:nth-child(3) .media-grey {
  display: inline;
}
.socialIconHover:nth-child(3) .media-color {
  display: none;
}

.socialIconHover:nth-child(3):hover .media-grey {
  display: none;
}
.socialIconHover:nth-child(3):hover .media-color {
  display: inline !important;
}

.socialIconHover:nth-child(4) .media-grey {
  display: inline;
}
.socialIconHover:nth-child(4) .media-color {
  display: none;
}

.socialIconHover:nth-child(4):hover .media-grey {
  display: none;
}
.socialIconHover:nth-child(4):hover .media-color {
  display: inline !important;
}

/* media query */

@media (min-width: 996px) and (max-width: 1200px) {
  .img-large {
    height: 329px !important;
  }

  .img-small {
    height: 280px !important;
  }

  .tools1imgmargintop40px {
    margin-top: 0px;
  }
}

@media (min-width: 996px) and (max-width: 1270px) {
  .dicsoveryimg {
    margin-left: 6px;
  }

  .brandimage {
    margin-left: 0px;
  }
}

/* 
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {}

/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1111px) and (max-width: 1340px) {
  .footer_padding {
    padding-left: 55px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .footer_padding {
    padding-left: 55px !important;
  }

  .marginbottom28px {
    margin-top: 28px;
  }

  .marginbottom21px {
    margin-top: 21px;
  }

  .marginbottom25px {
    margin-top: 25px;
  }

  .marginbottom22px {
    margin-top: 22px;
  }

  .description {
    transform: translate(-39%, 3%);
  }

  .descritionuser {
    transform: translate(-52%, 3%) !important;
    width: 87%;
  }

  .descriptionbrand {
    transform: translate(-45%, 16%);
    width: 87%;
  }

  .discbrand {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    margin-right: 0px;
  }
}

/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  .jumbotron {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .marginleft25 {
    margin-left: 0px;
  }

  .webelieve {
    line-height: 34px;
  }

  .servicehead h1 {
    padding-top: 50px;
  }

  .weknow {
    margin: 20px 17px;
  }

  .paddingbottom {
    padding-bottom: 50px;
  }

  .marginbottom {
    margin-bottom: 25px;
  }

  .description {
    width: 94%;
  }

  .descriptionbrand {
    transform: translate(-53%, 0%);
    width: 87%;
  }

  .dis {
    font-size: 44px !important;
  }

  .ourwork {
    margin-top: 30px;
  }

  .erpdiv1ptag {
    margin-right: 0px !important;
  }

  .discoverystr {
    margin-bottom: 0px;
  }

  .csutom-margin-bottom {
    margin-bottom: -50px !important;
  }

  #features {
    padding: 20px 0 0px;
  }

  .meth {
    margin-bottom: 0px;
  }

  .ourblog {
    margin-top: -30px;
    margin-bottom: 10px !important;
  }

  .ziconm {
    margin-top: 80px !important;
  }

  .marginbottom28px {
    margin-bottom: 37px !important;
  }

  .marginbottom25px {
    margin-bottom: 29px !important;
  }

  .marginbottom21px {
    margin-bottom: 21px !important;
  }

  .marginbottom22px {
    margin-bottom: 27px !important;
  }

  .marginbottom35 {
    margin-bottom: 50px !important;
  }

  .marginbottom32px {
    margin-bottom: 32px;
  }

  .custom_contact {
    padding: 15px 0;
  }

  .carousel-caption {
    right: 10% !important;
    bottom: 0px !important;
    left: 10% !important;
    margin-bottom: 16px;
  }

  .carousel-caption h2 {
    font-size: 24px;
  }

  .carousel-caption p {
    font-size: 16px;
  }

  .carousel-caption img {
    display: none;
  }

  .banner .block h3,
  .banner .block h1 {
    padding-bottom: 24px;
    font-size: 31px !important;
    line-height: 35px;
  }

  .banner .block h2 {
    font-size: 25px;
    line-height: 38px;
    text-align: center;
  }

  .banner .block .buttons {
    text-align: center;
  }

  .btn {
    padding: 8px 12px !important;
  }

  .description {
    transform: translate(-50%, 0%);
  }

  .descritionuser {
    transform: translate(-52%, -2%) !important;
    width: 87%;
  }

  .discbrand {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    margin-right: 0px;
  }

  .erpmediaimbackground {
    background: #d42021 !important;
  }

  .pisamediaimbackground {
    background: #56b66d !important;
  }

  .attendmediaimbackground {
    background: #2f919a !important;
  }

  .margin_top_media {
    margin-top: 20px;
  }

  .erppp:hover * {
    color: inherit !important;
  }

  .erppp:after {
    display: none !important;
  }

  .pisamill:after {
    display: none !important;
  }

  .pisamill:hover * {
    color: inherit !important;
  }

  .attenddd:after {
    display: none !important;
  }

  .attenddd:hover * {
    color: inherit !important;
  }

  .ourmeth {
    border-width: 0px;
    border-bottom-style: outset;
  }

  .footer_first_col_padding {
    padding-left: 30px !important;
  }

  .footer_second_col_padding {
    padding-left: 30px !important;
  }

  .footer_third_col_padding {
    padding-left: 30px !important;
  }

  .copy {
    margin: 10px;
    text-align: center !important;
    margin-right: 35px;
    margin-left: 28px;
  }

  .follow {
    text-align: center;
  }

  .copywritediv {
    left: 0%;
  }

  .followusdiv {
    float: none;
  }

  .dicsoveryimg {
    margin-left: 0px;
  }

  .marginservicebox {
    margin-left: 10px;
    margin-right: 10px;
  }

  .userimage {
    margin-left: 0px;
    padding-bottom: 19px;
    padding-top: 0px;
  }

  .brandimage {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-left: 0px;
  }
}

@media (min-width: 480px) and (max-width: 1000px) {
  .shopslickfeaturerow {
    display: block;
  }

  .service_image_div_text_center {
    text-align: center !important;
  }
}

@media (min-width: 480px) and (max-width: 1198px) {
  .pesamillsportfolio {
    background-color: #f6f6f6;
    padding: 45px 60px;
    margin-top: 16px;
    text-align: center;
  }

  .pesamillsportfolio h2 {
    font-size: 24px;
  }

  .pesamillsportfolio h3 {
    font-size: 18px;
  }

  .attendeefeaturelistitems>ul>li {
    font-size: 16px;
  }

  .attendeefeaturelistitems>h2 {
    font-size: 36px;
  }
}

/* 
##Device = Tablets, Ipads (landscape)
##Screen = B/w 768px to 1024px
*/

@media (min-width: 1200px) and (max-width: 1280px) {
  .marginbottom25px {
    margin-top: 1px;
  }

  .marginbottom22px {
    margin-top: 1px;
  }
}

@media (min-width: 781px) and (max-width: 1197px) and (orientation: landscape) {
  .margintop77px {
    margin-top: 86px !important;
  }

  .margintop87px {
    margin-top: 87px !important;
  }

  .margintop67px {
    margin-top: 73px !important;
  }

  .margintop71px {
    margin-top: 73px !important;
  }

  .erpbottom {
    padding-bottom: 50px;
  }

  .follow {
    margin-top: 7px;
    margin-bottom: 15px;
  }

  .marginleft82px {
    margin-left: 14px;
  }

  .tools1imgmargintop40px {
    margin-top: 0px;
  }

  .show-in-background4 {
    display: none;
  }

  .show-in-background5 {
    display: none;
  }

  .show-in-background6 {
    display: none;
  }
}

@media (min-width: 780px) and (max-width: 995px) {
  .how_we_do_imgwidth75 {
    width: 20%;
  }

  .how_we_do_imgwidth80 {
    width: 20%;
  }

  .how_we_do_imgwidth85 {
    width: 23%;
  }

  .how_we_do_imgwidth70 {
    width: 15%;
  }

  .how_we_do_imgwidth72 {
    width: 17%;
  }

  .our_workbutton {
    margin-bottom: 0px !important;
    margin-top: 0px;
  }
}

@media (min-width: 480px) and (max-width: 995px) {
  #pesamill2nddiv {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}

@media (min-width: 780px) and (max-width: 995px) {
  .testimonialCrouselInner button.owl-prev {
    margin-top: -25%;
  }

  .testimonialCrouselInner button.owl-next {
    margin-top: -25%;
  }

  .margin0px {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .captions1 {
    text-align: center;
  }

  .captions2 {
    text-align: center;
    margin-top: 29px !important;
  }

  .captions3 {
    text-align: center;
    margin-top: 42px !important;
  }
}

/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 780px) {
  .web_image_home_show {
    display: none;
  }

  .marketing_dimag {
    display: block !important;
  }

  .sub_service_content_custom {
    display: contents;
  }

  .mobile_image_home_show {
    display: block;
  }

  .captions1 {
    text-align: center;
  }

  .captions2 {
    text-align: center;
    margin-top: 29px !important;
  }

  .captions3 {
    text-align: center;
    margin-top: 42px !important;
  }

  .testimonialCrouselInner button.owl-prev {
    margin-top: -50%;
  }

  .testimonialCrouselInner button.owl-next {
    margin-top: -50%;
  }

  .edgtf-vertical-align-containers>.edgtf-mobile-menu-opener {
    float: right;
    margin-right: 20px;
  }

  .secondrow {
    display: none;
  }

  .thirdrow {
    display: none;
  }

  .ATTsecond2row {
    display: none;
  }

  .pesathirdrow {
    display: none;
  }

  .shopthirdrow {
    display: none;
  }

  .footermargin {
    margin-left: 10px !important;
  }

  .holisticmargin {
    margin-top: 0px !important;
  }

  .footer_service {
    margin-top: 20px;
  }

  .footer_company {
    margin-top: 20px;
  }

  .iimg {
    width: 100%;
    position: relative;
    height: 310px;
  }

  .our_workbutton {
    margin-bottom: 60px !important;
    margin-top: -20px;
  }

  .margintop10px {
    margin-top: 0px;
  }

  .carousalimgheight {
    height: 303px !important;
  }

  .carousel-caption {
    right: 10%;
    bottom: 0px;
    left: 10%;
    margin-bottom: 26px;
  }

  .carousel-caption h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .carousel-caption p {
    font-size: 12px;
  }

  .csutom-margin-top {
    margin-top: -30px !important;
  }

  .marginbottom35 {
    margin-bottom: 0px;
  }

  .margintop77px {
    margin-top: 77px !important;
  }

  .margintop87px {
    margin-top: 87px !important;
  }

  .margintop67px {
    margin-top: 67px !important;
  }

  .margintop71px {
    margin-top: 71px !important;
  }

  .erpbottom {
    padding-bottom: 50px;
  }

  .margintop50px {
    margin-top: 0px !important;
  }

  .edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
    height: 100%;
    width: auto;
    margin-left: 30px;
  }

  .row.marginbottom40 .col-md-4:not(:first-child) {
    display: none;
  }

  .banner .block {
    color: #fff;
    padding: 8% 13%;
  }

  /* .displayinlineblock{
display: inline-block;
} */
  .jumbotron {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .webelieve {
    line-height: 34px;
  }

  .servicehead h1 {
    padding-top: 50px;
  }

  .weknow {
    margin: 20px 17px;
  }

  .paddingbottom {
    padding-bottom: 50px;
  }

  .marginbottom {
    margin-bottom: 25px;
  }

  .description {
    width: 94%;
  }

  .dis {
    font-size: 44px !important;
  }

  .ourwork {
    margin-top: 30px;
  }

  .erpdiv1ptag {
    margin-right: 0px !important;
  }

  .discoverystr {
    margin-bottom: 0px;
  }

  .csutom-margin-bottom {
    margin-bottom: -50px !important;
  }

  #features {
    padding: 20px 0 0px;
  }

  .meth {
    margin-bottom: 0px;
  }

  .ourblog {
    margin-top: -30px;
    margin-bottom: 10px !important;
  }

  .ziconm {
    margin-top: 18px;
  }

  .marginbottom35 {
    margin-bottom: 0px;
  }

  .custom_contact {
    padding: 15px 0;
  }

  .banner .block h3,
  .banner .block h1 {
    padding-bottom: 24px;
    font-size: 36px !important;
    line-height: 35px;
  }

  .banner .block h2 {
    font-size: 29px;
    line-height: 38px;
    text-align: center;
  }

  .banner .block .buttons {
    text-align: center;
  }

  .btn {
    padding: 8px 12px !important;
  }

  .description {
    transform: translate(-50%, 0%);
  }

  .descritionuser {
    transform: translate(-52%, -2%) !important;
    width: 87%;
  }

  .descriptionbrand {
    transform: translate(-53%, 0%);
    width: 87%;
  }

  .discbrand {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    margin-right: 0px;
  }

  .erpmediaimbackground {
    background: #d42021 !important;
  }

  .pisamediaimbackground {
    background: #56b66d !important;
  }

  .attendmediaimbackground {
    background: #2f919a !important;
  }

  .margin_top_media {
    margin-top: 20px;
  }

  .erppp:hover * {
    color: inherit !important;
  }

  .erppp:after {
    display: none !important;
  }

  .pisamill:after {
    display: none !important;
  }

  .pisamill:hover * {
    color: inherit !important;
  }

  .attenddd:after {
    display: none !important;
  }

  .attenddd:hover * {
    color: inherit !important;
  }

  .ourmeth {
    border-width: 0px;
    border-bottom-style: outset;
  }

  .footer_first_col_padding {
    padding-left: 30px !important;
  }

  .footer_second_col_padding {
    padding-left: 30px !important;
  }

  .footer_third_col_padding {
    padding-left: 30px !important;
  }

  .copy {
    margin: 10px;
    text-align: center !important;
    margin-right: 35px;
    margin-left: 28px;
  }

  .follow {
    text-align: center;
  }

  .copywritediv {
    left: 0%;
  }

  .followusdiv {
    float: none;
  }

  .dicsoveryimg {
    margin-left: 0px;
  }

  .marginservicebox {
    margin-left: 10px;
    margin-right: 10px;
  }

  .userimage {
    margin-left: 0px;
    padding-bottom: 19px;
    padding-top: 0px;
  }

  .brandimage {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-left: 0px;
  }

  .show-in-background4 {
    display: none;
  }

  .show-in-background5 {
    display: none;
  }

  .show-in-background6 {
    display: none;
  }

  /* service page1 media query */
  .bannerservice1 .block h1 {
    font-size: 36px !important;
    line-height: 1.1;
  }

  .bannerservice1 .block h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .bannerservice1 .block h2 {
    font-size: 20px;
    line-height: 30px;
  }

  /* .User_Research h2 {
font-size: 36px;
color: #5c5c5c;
} */
  .spacing_in_sections {
    padding: 35px 0;
  }

  .how_we_do h6 {
    margin-bottom: 0px;
    margin-top: -20px;
  }

  .User_Research h2 {
    margin-bottom: 0px;
  }

  .marginright151px {
    margin-right: 0px;
  }

  .marginright192px {
    margin-right: 0px;
  }

  .paddingleft91px {
    padding-left: 0px;
  }

  .margintop28px {
    margin-top: 0px;
  }

  .margintop48px {
    margin-top: -30px;
  }

  .margintop42px {
    margin-top: -30px;
  }

  .margintop34px {
    margin-top: -22px;
  }

  .research_analysis_spacing {
    padding-bottom: 0px;
  }

  .how_we_doimg {
    text-align: center;
  }

  .how_we_do h6 {
    font-size: 36px !important;
    line-height: 1.2;
  }

  .how_we_do {
    padding-bottom: 30px;
  }

  .analyse_content p {
    margin-top: -20px;
  }

  .s2analyse_content p {
    margin-top: -20px;
  }

  .analyse_content {
    margin-top: -24px;
  }

  .s2analyse_content {
    margin-top: -24px;
  }

  /* service page 2 media query */
  .bannerservice2 .block h1 {
    font-size: 36px !important;
    line-height: 1.1;
  }

  .bannerservice2 .block h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .bannerservice2 .block {
    color: #fff;
    padding: 9% 13%;
  }

  .wireframe h2 {
    margin-bottom: 0px;
  }

  .tools_we_practice h1 {
    font-size: 36px;
  }

  .tools_we_practice h3 {
    font-size: 16px;
    line-height: 1.33;
    color: #5c5c5c;
    margin: 13px 6px !important;
  }

  .how_we_do_imgwidth75 {
    width: 30%;
  }

  .how_we_do_imgwidth80 {
    width: 35%;
  }

  .how_we_do_imgwidth85 {
    width: 40%;
  }

  .how_we_do_imgwidth70 {
    width: 25%;
  }

  .how_we_do_imgwidth72 {
    width: 27%;
  }

  .displayinherit {
    display: inherit;
  }

  .how_we_do h3 {
    font-size: 18px;
  }

  .tools1imgmargintop40px {
    margin-top: 0px;
  }

  /* media query sub service1 */
  .bannerservice4_sub1 .block h1 {
    font-size: 36px !important;
    line-height: 1.1;
  }

  .bannerservice4_sub1 .block h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .bannerservice4_sub1 .block {
    color: #fff;
    padding: 9% 13%;
  }

  /* service page 3 media query */
  .bannerservice3 .block h1 {
    font-size: 36px !important;
    line-height: 1.1;
  }

  .bannerservice3 .block h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .s3wireframe h2 {
    margin-bottom: 0px;
  }

  .bannerservice3 .block {
    color: #fff;
    padding: 18% 13%;
  }

  .height440px {
    height: 440px;
  }

  .tools1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1600px) and (max-width: 2000px) {
  .banner .block {
    color: #fff;
    padding: 4% 13%;
  }
}

/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .banner {
    position: relative;
    width: 100%;
    min-height: 220px;
    /* background-image: url('../image/bannermobile.jpg'); */
    background-position: top;
    background-size: cover;
  }

  .mobile_seo {
    margin-bottom: 10px;
  }

  .error_text {
    /* display: flex!important; */
  }

  .marketing_dimag {
    display: block !important;
  }

  .design_image_sub {
    text-align: center;
  }

  .Expertise_content_div {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-right: 15px !important;
  }

  .web_image_home_show {
    display: none;
  }

  .mobile_image_home_show {
    display: block;
  }

  .margin_blog_top {
    margin-top: 15px;
  }

  .our_work4 {
    padding-bottom: 40px !important;
  }

  .footer_padding {
    padding-left: 15px !important;
  }

  #our_work3 {
    padding-top: 10px;
    background-color: #f6f6f6;
    padding-bottom: 0px;
  }

  .edgtf-title .edgtf-title-holder .edgtf-subtitle {
    display: block !important;
  }

  .edgtf-subtitle>span>h2 {
    font-size: 14px !important;
    margin-top: 6px !important;
  }

  .mobile_h3_sevice_flex {
    display: flex;
  }

  .sub_service_content_custom {
    display: contents;
  }

  .mobile_span_service {
    margin-left: 5px;
  }

  .thankyou {
    width: 50% !important;
    height: 164px !important;
    left: 80px;
  }

  .Research_Consultants_div h2 {
    font-size: 36px;
    line-height: 46px;
    color: #5c5c5c;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 0;
    /* font-family: 'TimesNewRomanPSMT', serif!important; */
    font-family: 'Open Sans', serif !important;
  }

  .how_we_do h2 {
    font-size: 36px;
    line-height: 46px;
    color: #5c5c5c;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 0;
    /* font-family: 'TimesNewRomanPSMT', serif!important; */
    font-family: 'Open Sans', serif !important;
  }

  .thank_you_content h3 {
    font-size: 17pt;
  }

  .testimonialCrouselInner button.owl-prev {
    margin-top: -88%;
  }

  .testimonialCrouselInner button.owl-next {
    margin-top: -88%;
  }

  .captions1 {
    text-align: center;
  }

  .captions2 {
    text-align: center;
    margin-top: 29px !important;
  }

  .captions3 {
    text-align: center;
    margin-top: 42px !important;
  }

  .captions h2 {
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    line-height: 20px;
  }

  .captions h3 {
    color: #fff;
    /* font-family: 'TimesNewRomanPSMT', serif!important; */
    font-family: 'Open Sans', serif !important;
    font-size: 24px;
  }

  .holisticmargin {
    margin-top: 0px !important;
    margin-bottom: 0px;
  }

  .social_icon_on {
    margin-bottom: 20px;
  }

  footer {
    background: #fafafb !important;
    padding: 25px 0 0px 0;
  }

  .footermargin {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .marginbottom28px {
    margin-bottom: 0px;
  }

  .marginbottom21px {
    margin-bottom: 0px;
  }

  .marginbottom25px {
    margin-bottom: 0px;
  }

  .marginbottom22px {
    margin-bottom: 0px;
  }

  .iimg {
    width: 100%;
    position: relative;
    height: 310px;
    display: table;
  }

  .margintop10px {
    margin-top: 0px;
  }

  .carousalimgheight {
    height: 303px !important;
  }

  .carousel-caption {
    right: 10%;
    bottom: 0px;
    left: 10%;
    margin-bottom: 26px;
  }

  .carousel-caption h3 {
    font-size: 24px;
  }

  .carousel-caption h2 {
    font-size: 15px;
    line-height: 16px;
  }

  .carousel-caption p {
    font-size: 12px;
  }

  .carousel-caption img {
    display: none;
  }

  .marginleft32px {
    margin-left: 62px;
  }

  .marginleft82px {
    margin-left: 125px;
  }

  .row.marginbottom40 .col-md-4:not(:first-child) {
    display: none;
  }

  .marginbottom35 {
    margin-bottom: 0px;
  }

  .margintop74px {
    margin-top: 74px !important;
  }

  .margintop50px {
    margin-top: 0px !important;
  }

  .jumbotron {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .marginleft25 {
    margin-left: 0px;
  }

  .webelieve {
    line-height: 34px;
  }

  .servicehead h1 {
    padding-top: 50px;
  }

  .weknow {
    margin: 20px 17px;
  }

  .paddingbottom {
    padding-bottom: 50px;
  }

  .marginbottom {
    margin-bottom: 25px;
  }

  .description {
    width: 94%;
  }

  .dis {
    font-size: 44px !important;
  }

  .ourwork {
    margin-top: 30px;
  }

  .erpdiv1ptag {
    margin-right: 0px !important;
  }

  .discoverystr {
    margin-bottom: 0px;
  }

  .csutom-margin-bottom {
    margin-bottom: -50px !important;
  }

  #features {
    padding: 20px 0 0px;
  }

  .meth {
    margin-bottom: 0px;
  }

  .ourblog {
    margin-top: -30px;
    margin-bottom: 10px !important;
    font-size: 36px !important;
  }

  .ziconm {
    margin-top: 18px;
  }

  .custom_contact {
    padding: 15px 0;
  }

  .getintouch {
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  .marginbottom35 {
    margin-bottom: 0px;
  }

  .csutom-margin-top {
    margin-top: -40px !important;
  }

  .imgwidth {
    width: 100%;
  }

  .copy {
    margin: 10px;
    margin-right: 37px;
  }

  .follow {
    text-align: center;
  }

  .copywritediv {
    left: 0%;
  }

  .followusdiv {
    float: none;
    margin-left: -20px;
  }

  .footer_first_col_padding {
    padding-left: 30px !important;
  }

  .footer_second_col_padding {
    padding-left: 30px !important;
  }

  .footer_third_col_padding {
    padding-left: 30px !important;
  }

  .erpmediaimbackground {
    background: #d42021 !important;
  }

  .pisamediaimbackground {
    background: #56b66d !important;
  }

  .attendmediaimbackground {
    background: #2f919a !important;
  }

  .margin_top_media {
    margin-top: 20px;
  }

  .erppp:hover * {
    color: inherit !important;
  }

  .erppp:after {
    display: none !important;
  }

  .pisamill:after {
    display: none !important;
  }

  .pisamill:hover * {
    color: inherit !important;
  }

  .attenddd:after {
    display: none !important;
  }

  .attenddd:hover * {
    color: inherit !important;
  }

  .slideimg {
    width: 100%;
    height: 34vh;
  }

  .descritionuser {
    transform: translate(-53%, -2%) !important;
    width: 87%;
  }

  .discbrand {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    margin-right: 0px;
  }

  .erpbottom {
    padding-bottom: 50px;
  }

  .custom_margin_top {
    margin-top: -80px;
  }

  .slideimg {
    width: 100%;
    height: 32vh !important;
  }

  .attttdmargintop {
    margin-top: 80px;
  }

  .contain .sec {
    height: 120vh !important;
  }

  .g-recaptcha {
    float: left;
  }

  .description {
    transform: translate(-50%, 0%);
  }

  .navbar-brand img {
    width: 175px;
    margin-top: 28px;
  }

  .service2button {
    margin-bottom: 18px;
  }

  .weknow {
    font-size: 16px !important;
  }

  .show-in-background22 {
    top: 0px;
    left: 2px;
  }

  .show-in-background11 {
    position: absolute;
    top: -122px;
    left: -4px;
    z-index: 0;
  }

  .show-in-background4 {
    position: absolute;
    top: -19px;
    left: 24px;
    z-index: -1;
    width: 91%;
    height: 120%;
  }

  .show-in-background5 {
    position: absolute;
    top: -17px;
    left: 19px;
    z-index: -1;
  }

  .show-in-background6 {
    position: absolute;
    top: -25px;
    left: 32px;
    z-index: -1;
  }

  .ourmeth {
    border: none;
  }

  .margintopm40 {
    margin-top: 40px;
  }

  .banner .block {
    color: #fff;
    padding: 8% 13%;
  }

  .banner .block .buttons {
    margin-top: 6vw;
    text-align: center;
  }

  .banner .block h2 {
    font-size: 20px;
    text-align: center;
    line-height: 6vw;
  }

  .banner .block h3,
  .banner .block h1 {
    font-size: 27px !important;
    line-height: 8vw;
    padding-bottom: 0px;
    text-align: center;
  }

  .btn {
    padding: 8px 12px !important;
  }

  .btn.tag-btn {
    font-size: 10px !important;
    padding: 6px 10px !important;
  }

  .dicsoveryimg {
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .userimage {
    margin-left: 0px;
    padding-bottom: 19px;
    padding-top: 0px;
  }

  .brandimage {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-left: 0px;
  }

  .marginservicebox {
    margin-left: 10px;
    margin-right: 10px;
  }

  .discdescription {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -16%) !important;
    width: 87%;
    color: white;
  }

  .discservice {
    width: 344px !important;
    height: 93px;
    font-size: 28px !important;
    line-height: 34px !important;
    text-align: left;
  }

  .descriptionbrand {
    transform: translate(-53%, 0%);
    width: 87%;
  }

  .displayinlineblock {
    display: inline-block;
  }

  .our_workbutton {
    margin-bottom: 10px !important;
    margin-top: -18px;
    background-color: #018f83 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
  }

  .blogbutton {
    background-color: #018f83 !important;
    color: #fff !important;
    margin-bottom: 38px !important;
    padding: 10px 24px !important;
    border-radius: 30px !important;
    border: 1px solid transparent !important;
  }

  .show-in-background33 {
    position: absolute;
    top: 4px;
    left: 220px;
    z-index: -1;
  }

  .marginbottom36 {
    margin-bottom: 0px;
  }

  .secondrow {
    display: none;
  }

  .thirdrow {
    display: none;
  }

  .ATTsecond2row {
    display: none;
  }

  .pesathirdrow {
    display: none;
  }

  .shopthirdrow {
    display: none;
  }

  .pisamilldiv2ptag {
    margin-right: 0px !important;
  }

  .attenddiv1ptag {
    margin-right: 0px !important;
  }

  .footer_service {
    margin-top: 20px;
  }

  .footer_company {
    margin-top: 20px;
  }

  .footermargin {
    margin-left: 5px !important;
  }

  /* service page 1 media query */
  .bannerservice1 .block h1 {
    font-size: 36px !important;
    line-height: 1.1;
  }

  .bannerservice1 .block h2 {
    font-size: 20px;
    line-height: 30px;
  }

  /* .User_Research h2 {
        font-size: 36px;
        color: #5c5c5c;
        } */
  .bannerservice1 .block {
    color: #fff;
    padding: 2% 13%;
  }

  .spacing_in_sections {
    padding: 35px 0;
  }

  .how_we_do h6 {
    margin-bottom: 0px;
    margin-top: -10px;
  }

  .User_Research h2 {
    margin-bottom: 0px;
  }

  .marginright151px {
    margin-right: 0px;
  }

  .marginright192px {
    margin-right: 0px;
  }

  .paddingleft91px {
    padding-left: 0px;
  }

  .margintop28px {
    margin-top: 0px;
  }

  .margintop48px {
    margin-top: -30px;
  }

  .margintop42px {
    margin-top: -30px;
  }

  .margintop34px {
    margin-top: -22px;
  }

  .research_analysis_spacing {
    padding-bottom: 0px;
  }

  .how_we_doimg {
    text-align: center;
  }

  .how_we_do h6 {
    font-size: 36px !important;
    line-height: 1.2;
  }

  .how_we_do {
    padding-bottom: 30px;
  }

  .analyse_content p {
    margin-top: -20px;
  }

  .s2analyse_content p {
    margin-top: -20px;
  }

  .analyse_content {
    margin-top: -24px;
  }

  .s2analyse_content {
    margin-top: -24px;
  }

  /* service page 2 media query */
  .bannerservice2 .block h1 {
    font-size: 35px !important;
    line-height: 1.1;
  }

  .bannerservice2 .block h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .bannerservice2 .block {
    color: #fff;
    padding: 4% 13%;
  }

  .wireframe h2 {
    margin-bottom: 0px;
  }

  /* .wireframe h2 {
        font-size: 36px;
        color: #5c5c5c;
        font-family: 'TimesNewRomanPSMT',serif!important;
        } */
  .tools_we_practice h1 {
    font-size: 36px;
  }

  .tools_we_practice h3 {
    font-size: 16px;
    line-height: 1.33;
    color: #5c5c5c;
    margin: 13px 6px !important;
  }

  .how_we_do_imgwidth75 {
    width: 40%;
  }

  .how_we_do_imgwidth80 {
    width: 45%;
  }

  .how_we_do_imgwidth85 {
    width: 50%;
  }

  .how_we_do_imgwidth70 {
    width: 35%;
  }

  .how_we_do_imgwidth72 {
    width: 37%;
  }

  .displayinherit {
    display: inherit;
  }

  .tools1imgmargintop40px {
    margin-top: 0px;
  }

  .how_we_do h3 {
    font-size: 18px;
  }

  .tools1 {
    margin-top: 0px;
    margin-bottom: 32px;
  }

  .marginbottom-34px {
    margin-bottom: 14px;
  }

  .tools_we_practice h1 {
    margin-top: 35px;
  }

  /* sub service 1 media query */
  .bannerservice4_sub1 .block h1 {
    font-size: 33px !important;
    line-height: 1.1;
  }

  .bannerservice4_sub1 .block h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .bannerservice4_sub1 .block {
    color: #fff;
    padding: 14% 13%;
  }

  .service2_sub1_website_designh2 {
    /* font-family: TimesNewRomanPSMT!important; */
    font-family: 'Open Sans', serif !important;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: normal;
    text-align: center;
    color: #5c5c5c;
    margin-top: 0px !important;
  }

  .service2_sub1_website_designp {
    font-family: OpenSans !important;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
    text-align: center;
    color: #868686;
  }

  .service2_sub1_wire {
    margin-top: 10px !important;
  }

  .Expertise_margin_top {
    margin-top: 20px;
    display: block;
  }

  .serv2_sub1_our_expertise h4 {
    font-family: OpenSans !important;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.16;
    letter-spacing: normal;
    text-align: left;
    color: #ff3b53;
  }

  .serv2_sub1_our_expertise p {
    font-family: OpenSans !important;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    text-align: left;
    color: #868686;
  }

  .serv2_sub1_our_expertise h3 {
    /* font-family: TimesNewRomanPSMT!important; */
    font-family: 'Open Sans', serif !important;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #5c5c5c;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .commitment_sec_serv2_sub1 h3 {
    /* font-family: TimesNewRomanPSMT!important; */
    font-family: 'Open Sans', serif !important;
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px;
  }

  .commitment_sec_serv2_sub1 p {
    /* font-family: TimesNewRomanPSMT!important; */
    font-family: 'Open Sans', serif !important;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }

  .commitment_sec_serv2_sub1 {
    padding: 25px 0px 50px 0px;
    background-image: linear-gradient(to bottom, #ea5655, #fe7855);
  }

  .serv2_sub1_our_expertise2 {
    margin: 0px 0px 0px 0px;
  }

  #sub_service_related_work h3 {
    font-size: 36px;
  }

  #sub_service_related_work {
    margin: 25px 0px 0px 0px;
  }

  .serv2_sub1_our_expertise2 h4 {
    /* font-family: TimesNewRomanPSMT!important; */
    font-family: 'Open Sans', serif !important;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: normal;
    text-align: center;
    color: #ff3b53;
  }

  .serv2_sub1_our_expertise {
    padding: 0px 0px 50px 0px;
  }

  .mobile_row_pull_push {
    flex-direction: column-reverse !important;
    display: flex;
  }

  .carousal_image_height {
    width: 100% !important;
    height: auto !important;
  }

  #carousel .owl-nav button {
    position: absolute;
    top: 0% !important;
    font-size: 65px;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }

  #carousel .owl-nav button.owl-prev {
    left: -45px !important;
  }

  #carousel .owl-nav button.owl-next {
    right: -45px !important;
  }

  .carousal_inner_div_sub_service {
    background: #fff;
    padding: 20px;
    width: 210px !important;
    height: 200px !important;
    border-radius: 20px;
  }

  /* service page 3 media query */
  .bannerservice3 .block h1 {
    font-size: 36px !important;
    line-height: 1.1;
  }

  .bannerservice3 .block h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .s3wireframe h2 {
    margin-bottom: 0px;
  }

  .bannerservice3 .block {
    color: #fff;
    padding: 2% 13%;
  }

  .padding-zero {
    padding-left: 15px !important;
  }

  .tools2 {
    display: flex;
    justify-content: center;
  }

  .displayflex {
    display: flex;
  }

  .ultextalignceter {
    text-align: center;
  }

  /* pesamill media query */
  .img-small {
    height: 260px !important;
  }

  .img-large {
    height: 300px !important;
  }

  .padding0px {
    padding: 0 !important;
  }

  #S3related_work {
    margin-top: -19px;
    padding-top: 0px;
    background-color: #f6f6f6;
    padding-bottom: 72px;
  }

  .pesamill_btn {
    margin: 6px;
  }

  #pesamill2nddiv {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .Pisamillcrypto p {
    font-size: 16px;
    padding: 0px 0px 39px 5px;
  }

  .digital_business h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .digital_business h2 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
  }

  .bannerpesamills {
    height: 210px !important;
  }

  .pesamillsportfolio {
    background-color: #f6f6f6;
    padding: 1px 19px;
    margin-top: 16px;
    text-align: center;
  }

  #related_work {
    margin-top: 5px;
  }

  #related_work h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  #S3related_work h6 {
    margin-bottom: 20px;
    font-size: 36px !important;
  }

  /* media query shoslick */
  .Thereisbetter p {
    padding: 0px 0px 10px 0px;
  }

  .shopslickfeaturerow {
    display: block;
    padding-top: 0px;
  }

  .paddingbottom20px {
    padding-bottom: 10px;
    padding-top: 30px;
  }

  .shopslickbutton span {
    display: inline-block;
    margin: 6px;
    text-align: center;
    font-size: 14px;
  }

  .shopslickfeaturerow {
    padding-bottom: 50px;
  }

  .shopslickfeaturelistitems {
    padding-left: 14px;
  }

  .shopslicktracking h2 {
    font-size: 16px;
  }

  .pesamill2nddivh1 {
    font-size: 36px !important;
    margin: 10px 7px;
  }

  .shopslickfeaturelistitems>h2 {
    font-size: 24px;
  }

  .shopslickfeaturelistitems>ul>li {
    font-size: 16px;
  }

  .bannershopslick {
    height: 210px !important;
  }

  .Thereisbetter {
    padding: 0px 50px 0px 60px;
  }

  .Thereisbetter p {
    font-size: 16px;
    margin-right: 0px;
  }

  .digital_business p {
    font-size: 16px;
  }

  .paddingtop10px {
    padding-top: 10px;
  }

  .block2 span h2 {
    font-family: OpenSans;
    font-size: 18px;
    margin-bottom: 44px;
  }

  .block2 {
    margin-top: -30px;
    margin-bottom: 15px;
  }

  .block3 span h2 {
    font-family: OpenSans;
    font-size: 18px;
    margin-bottom: 44px;
  }

  .block3 {
    margin-top: 17px;
    margin-bottom: 15px;
  }

  .our_workbutton_servpage {
    color: #fff !important;
    background-color: #018f83 !important;
    border-color: transparent !important;
  }

  /* attendee media query */
  .Attendee2nddiv_p {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    text-align: center;
    color: #868686;
    margin-left: 17px;
    margin-right: 17px;
  }

  .bannerattendee .block {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .Thereisbetter h2 {
    font-size: 24px !important;
    margin-bottom: 10px;
  }

  #Attendeefolio {
    margin-top: -20px;
    margin-bottom: 0px;
  }

  .Attendee_as_a_lead p {
    color: white;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    padding: 30px 0px 36px 0px;
  }

  .attendeefeaturelistitems>h2 {
    font-size: 24px;
  }

  .attendeefeaturelistitems>ul>li {
    font-size: 16px;
  }

  .attendeefeaturelistitems {
    padding-left: 14px;
    padding-right: 16px;
  }

  .bannerattendee {
    height: 210px !important;
  }

  #pesamill2nddiv span {
    font-size: 16px;
  }

  .Thereisbetterseconddiv {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-image: linear-gradient(to bottom, #36a0aa, #298289);
  }

  .pesaThereisbetterseconddiv {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-image: linear-gradient(189deg, #8d0001, #d83637);
  }

  .ShopThereisbetterseconddiv {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-image: linear-gradient(189deg, #8d0001, #d83637);
  }

  .shopslickfeaturerow {
    display: block;
  }

  /* media query contact us new page */
  .bannercontactus .block {
    color: #fff;
    padding: 10% 13%;
  }

  .bannercontactus {
    height: 245px !important;
  }

  .bannercontactus .block h2 {
    font-size: 23px;
    line-height: 28px;
  }

  .bannercontactus .block h3 {
    font-size: 44px !important;
    margin-top: 0px;
  }

  .locationmargin {
    margin-top: 40px;
    margin-left: 0px;
    margin-bottom: 40px;
  }

  .our_location {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  /* our work page css */
  .margin0px {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  /* media query our work page css */
  .bannerourwork .block {
    color: #fff;
    padding: 8% 13%;
  }

  .bannerourwork .block h1,
  .bannerblog .block h1 {
    font-size: 45px;
    /* font-family: 'TimesNewRomanPSMT', serif!important; */
    font-family: 'Open Sans', serif !important;
    font-weight: 100;
    color: #ffffff !important;
    line-height: 1.23;
    font-weight: 400;
    text-align: center;
  }

  .bannerourwork .block h2,
  .bannerblog .block h2 {
    font-size: 20px;
    line-height: 30px;
  }

  #our_work h2 {
    font-size: 18px;
    line-height: 28px;
  }

  #edgtf-back-to-top>span {
    background-color: #5c5c5c !important;
    margin-bottom: 32px !important;
    right: 5px !important;
  }

  .grayscale {
    filter: none;
  }

  #our_work {
    padding-top: 0px;
    background-color: #f6f6f6;
    padding-bottom: 0px;
  }

  .our_work_marginbottom12px {
    margin-bottom: 12px;
  }

  .margin0px {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}

/* media query end */

/* scroller service page
*/

.scroll-point {
  width: 22px;
  height: 22px;
  border-radius: 0%;
  position: absolute;
  left: -60px;
  top: 50%;
  z-index: 1;
  background: linear-gradient(to top, #d1d4d7 50%, #40a7b8 50%);
  background-size: 100% 200%;
  background-position: bottom right;
  transition: all 1s ease;
}

.progressscroll::after {
  content: '';
  height: calc(156% - 15px);
  width: 5px;
  display: block;
  position: absolute;
  bottom: 42%;
  left: -221px;
  background: linear-gradient(to top, #d1d4d7 50%, #40a7b8 50%);
  background-size: 100% 200%;
  background-position: bottom right;
  transition: all 1s ease;
}

/* .progressscroll:hover::after { 
background-position:left top;
} */

.hover-fill-color::after {
  content: '';
  background-position: left top;
}

.fill-color {
  background-position: left top;
  /* background: red; */
}

.hover-fill-colors3::after {
  content: '';
  background-position: left top !important;
}

.fill-colors3 {
  background-position: left top !important;
  /* background: red; */
}

.s2scroll-point {
  width: 22px;
  height: 22px;
  border-radius: 0%;
  position: absolute;
  left: -60px;
  top: 50%;
  z-index: 1;
  background: linear-gradient(to top, #d1d4d7 50%, #ff3b53 50%);
  background-size: 100% 200%;
  background-position: bottom right;
  transition: all 1s ease;
}

.s2progressscroll::after {
  content: '';
  height: calc(156% - 15px);
  width: 5px;
  display: block;
  position: absolute;
  bottom: 42%;
  left: -221px;
  background: linear-gradient(to top, #d1d4d7 50%, #ff3b53 50%);
  background-size: 100% 200%;
  background-position: bottom right;
  transition: all 1s ease;
}

/* attachment css */

.appended_files {
  float: left;
  margin-left: 3px;
  padding: 5px;
}

.appended_files span {
  padding: 5px;
  color: #5c5c5c;
  background: #dadada !important;
  border-radius: 5px;
}

.attcment_icon span {
  font-size: 15px;
}

.attch_cross_icon {
  color: #5c5c5c;
}

.row.attachment-part {
  width: 100%;
  display: inline-block;
}

.open_uploader {
  position: relative;
  z-index: 9;
  padding: 5px;
  margin-left: -5px;
  float: left;
  margin-top: -9px;
  margin-right: -25px;
}

.open_uploader svg {
  width: 40%;
}

.attcment_icon {
  font-size: 25px;
  position: inherit;
  top: -10px !important;
  left: 6px;
  width: 100%;
  text-align: left;
  top: 5px;
}

#edgtf-back-to-top>span {
  background-color: #5c5c5c !important;
  margin-bottom: 0px !important;
  right: 5px !important;
}

#edgtf-back-to-top .line-2,
#edgtf-back-to-top .line-3 {
  border-left: 2px solid #fff;
  height: 8px !important;
  top: 14px !important;
  margin: auto;
  outline: transparent solid 1px;
}

@media (max-width: 1200px) and (min-width: 780px) {
  .copy {
    margin: 10px;
    text-align: center !important;
    margin-right: 35px;
    margin-left: 28px;
  }

  .copywritediv {
    left: 0%;
  }

  .follow {
    text-align: center;
  }

  .followusdiv {
    float: none;
  }
}

/* dashboard customize css */

.edgtf-mobile-header .edgtf-mobile-nav a,
.edgtf-mobile-header .edgtf-mobile-nav h6 {
  position: relative;
  display: block;
  color: #000;
  font-size: 13px;
  line-height: 22px;
  padding: 9px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 7px;
}

/* new css  */

.menu-item-object-custom a:hover {
  color: #1c9b90 !important;
}

.menu-item-object-page a:hover {
  color: #1c9b90 !important;
}

.edgtf-main-menu ul li a {
  line-height: 32px;
  font-size: 14px !important;
  color: #333;
}

#nav-menu-item-44631 .item_text {
  font-weight: 600;
}

.admin-bar .edgtf-page-header .edgtf-fixed-wrapper.edgtf-fixed {
  top: 0px !important;
}

#nav-menu-item-49111 a {
  background-color: #f5f5f5;
  color: #018f83 !important;
  font-weight: bold;
}

item_text a:hover {
  color: blue !important;
}

.edgtf-logo-wrapper a img {
  height: 100% !important;
}

.edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
  height: 37%;
  width: auto;
  margin-top: 22px;
}

.edgtf-logo-wrapper {
  margin-top: 0px;
}

@media (max-width: 780px) and (min-width: 481px) {
  .edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
    height: 37%;
    width: auto;
    margin-left: 0px;
  }

  .edgtf-vertical-align-containers>.edgtf-mobile-menu-opener {
    float: right;
    margin-right: 40px;
  }
}

@media (max-width: 780px) and (min-width: 600px) {
  .edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
    height: 37%;
    width: auto;
    margin-left: 47px;
  }
}

.edgtf-drop-down .second .inner>ul,
li.narrow .second .inner ul {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #f9f9f9 !important;
}

.custom_cont_button {
  background-color: #018f83 !important;
  color: #fff !important;
}

.edgtf-drop-down .second .inner>ul>li:hover>a {
  color: #2f919a !important;
  background-color: #fff !important;
}

.line_mdl {
  /* font-family: TimesNewRomanPSMT; */
  font-family: 'Open Sans', serif !important;
  font-size: 44px !important;
}

.edgtf-drop-down .second .inner ul li.sub ul li.current_page_item>a,
.edgtf-drop-down .second .inner ul li.sub ul li:hover>a,
.edgtf-drop-down .second .inner>ul>li.current_page_item>a,
.edgtf-drop-down .second .inner>ul>li:hover>a {
  color: #2f919a !important;
  background-color: #ddd;
}

.form_footer_section {
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 40px !important;
}

.edgtf-drop-down .narrow .second .inner ul li:hover>a:before,
.edgtf-drop-down .wide .second .inner ul ul li:hover>a:before {
  width: 0px !important;
}

.edgtf-drop-down .narrow .second .inner ul li a,
.edgtf-drop-down .narrow .second .inner ul li h6 {
  border-bottom: 0px solid #3a3a3a;
}

.edgtf-drop-down .second .inner>ul>li:hover>a {
  color: #2f919a !important;
  background-color: #fff !important;
}

.edgtf-drop-down .second .inner ul li {
  background-color: white;
}

@media (max-width: 667px) and (min-width: 375px) {
  .edgtf-position-center-inner {
    margin-bottom: 25px;
    margin-left: -32px;
  }
}

@media (max-width: 375px) and (min-width: 240px) {
  .edgtf-position-center-inner {
    margin-bottom: 25px;
    margin-left: -20px;
  }

  .edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
    height: 37%;
    width: auto;
    /* margin-top: 33px !important; */
    margin-top: 10% !important;
    margin-left: 8px !important;
  }
}

@media (max-width: 320px) and (min-width: 240px) {
  .edgtf-position-center-inner {
    margin-bottom: 25px;
    /* margin-left: 20px; */
    margin-left: 10px !important;
  }
}

@media (min-width: 353px) and (max-width: 374px) {
  .edgtf-mobile-header .edgtf-mobile-logo-wrapper img {
    height: 37%;
    width: auto;
    /* margin-top: 33px !important; */
    margin-top: 14% !important;
    margin-left: 8px !important;
  }
}

.edgtf-page-header .edgtf-menu-area {
  height: 80px;
}

.wpb_wrapper h6 {
  font-size: 20px;
}

.wpb_wrapper h2 {
  font-size: 40px;
}

.msg_color {
  color: #5c5c5c;
  font-family: 'Open Sans', regular !important;
}

input.wpcf7-form-control.wpcf7-submit {
  background-color: #1c9b90;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #1c9b90;
}

.edgtf-mobile-header .edgtf-mobile-menu-opener a {
  margin-right: -25px !important;
}

.edgtf-mobile-header .edgtf-mobile-menu-opener .hamburger-btn {
  /* margin-right: -25px !important; */
  background: transparent;
  border: none;
  height: 100%;
}

@media (max-width: 667px) and (min-width: 375px) {
  .edgtf-position-center-inner {
    margin-bottom: 25px;
    margin-left: -26px;
  }
}

.edgtf-main-menu>ul>li:hover>a,
.edgtf-main-menu>ul>li.edgtf-active-item>a,
.edgtf-mobile-header .edgtf-mobile-nav a:hover,
.edgtf-mobile-header .edgtf-mobile-nav h6:hover,
.edgtf-mobile-header .edgtf-mobile-menu-opener a:hover,
footer a:hover,
footer .widget.widget_rss a:hover,
footer .widget.widget_recent_entries a:hover,
.edgtf-side-menu .widget a:hover,
nav.edgtf-fullscreen-menu ul li a:hover,
.edgtf-search-opener:hover,
.edgtf-search-slide-header-bottom .edgtf-search-submit:hover,
.edgtf-search-cover .edgtf-search-close a:hover,
.edgtf-fullscreen-search-holder .edgtf-search-submit:hover,
.edgtf-portfolio-single-holder .edgtf-portfolio-info-item>.edgtf-portfolio-info-item-info-subtitle,
.edgtf-team .edgtf-team-social .edgtf-icon-shortcode.normal .edgtf-icon-element:hover,
.edgtf-unordered-list ul>li:hover,
.edgtf-pie-chart-holder .edgtf-to-counter,
.edgtf-accordion-holder .edgtf-title-holder.ui-state-active,
.edgtf-accordion-holder .edgtf-title-holder.ui-state-hover,
.edgtf-accordion-holder.edgtf-simple-style .edgtf-title-holder.ui-state-hover,
.edgtf-accordion-holder.edgtf-simple-style .edgtf-title-holder.ui-state-hover .edgtf-accordion-mark,
.edgtf-accordion-holder.edgtf-simple-style .edgtf-title-holder.ui-state-active.ui-state-hover,
.edgtf-accordion-holder.edgtf-simple-style .edgtf-title-holder.ui-state-active.ui-state-hover .edgtf-accordion-mark,
.edgtf-blog-list-holder .edgtf-read-more-holder .edgtf-read-more-button:hover,
.edgtf-blog-list-holder .edgtf-item-info-section a:hover,
.edgtf-dropcaps,
.edgtf-portfolio-list-holder article .edgtf-item-icons-holder a:hover,
.edgtf-portfolio-list-holder-outer.edgtf-ptf-gallery article .edgtf-item-title>a:hover,
.edgtf-portfolio-list-holder-outer.edgtf-ptf-pinterest article .edgtf-item-title>a:hover,
.edgtf-portfolio-list-holder-outer.edgtf-ptf-masonry article .edgtf-item-title>a:hover,
.edgtf-social-share-holder ul li a:hover,
.edgtf-social-share-holder.edgtf-dropdown:hover i.social_share,
.edgtf-social-share-holder.edgtf-dropdown:hover .edgtf-social-share-title,
.edgtf-carousel-with-image-and-text .edgtf-cwiat-content-holder .edgtf-cwiat-link:hover,
.edgtf-ptf-filter-skin-first-color .edgtf-portfolio-filter-holder .edgtf-portfolio-filter-holder-inner ul li:hover span,
.edgtf-ptf-filter-skin-first-color .edgtf-portfolio-filter-holder .edgtf-portfolio-filter-holder-inner ul li.active span,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #018f83 !important;
}

.edgtf-drop-down .second .inner ul li a {
  color: #000;
}

.edgtf-drop-down .second .inner>ul>li:hover>a {
  color: #2f919a !important;
  background-color: #fff !important;
}

.edgtf-blog-holder.edgtf-blog-type-standard article .edgtf-post-info {
  position: relative;
  display: none;
}

.edgtf-blog-holder.edgtf-blog-single article .edgtf-post-title span {
  text-transform: none !important;
  font-size: 28px;
  color: #5c5c5c;
}

.edgtf-blog-holder.edgtf-blog-type-standard article .edgtf-post-title {
  text-transform: unset !important;
  font-size: 28px;
  color: #5c5c5c;
}

.marginleft142px {
  padding-left: 142px;
}

.text_clr {
  color: #000 !important;
}

.edgtf-title .edgtf-title-holder h1 {
  color: #ffffff;
  text-transform: unset !important;
}

.edgtf-blog-holder.edgtf-blog-type-standard article .edgtf-post-read-more-holder {
  margin: 24px 0px 45px 0px !important;
}

#menu-new-home li:last-of-type.narrow a {
  font-weight: bold !important;
  color: #018f83 !important;
  background-color: #f5f5f5 !important;
}

.edgtf-mobile-header .edgtf-mobile-menu-opener a .edgtf-mobile-menu-text {
  display: none;
}

.edgtf-mobile-header .edgtf-mobile-menu-opener .hamburger-btn .edgtf-mobile-menu-text {
  display: none;
}

.edgtf-btn.edgtf-btn-solid {
  border-color: #1c9b90;
  background-color: #1c9b90;
}

.edgtf-btn.edgtf-btn-solid:not(.edgtf-btn-custom-hover-bg):hover {
  background-color: #1c9b90 !important;
}

.edgtf-btn.edgtf-btn-solid:not(.edgtf-btn-custom-border-hover):hover {
  border-color: #1c9b90 !important;
}

aside.edgtf-sidebar .widget.widget_search input[type='submit'] {
  background-color: #1c9b90 !important;
}

aside.edgtf-sidebar .widget.widget_search input[type='submit']:hover {
  background-color: #1c9b90 !important;
}

#menu-item-44496 {
  display: none;
}

#menu-item-44497 {
  display: none;
}

#menu-item-44498 {
  display: none;
}

.edgtf-position-left-inner {
  width: 50%;
}

.edgtf-blog-list-holder .edgtf-item-title {
  text-transform: capitalize !important;
}

.edgtf-blog-list-holder.edgtf-boxes .edgtf-read-more-holder {
  margin: 8px 0 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e1e1;
}

/* dashboard customize css end */

/* pagenation css */

.pagination {
  display: table;
}

li.activePage {
  background: #1c9b90 !important;
  color: #fff;
}

.pagination>li {
  width: 3%;
  display: inline-block !important;
  cursor: pointer;
  text-align: center;
  margin: 5px;
  border: 1px solid #5c5c5c;
  padding: 5px;
}

.pagination>li>a {
  padding: 0 !important;
  float: none !important;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #333 !important;
  text-decoration: none;
  background-color: #fff;
  border: none !important;
}

.pagination>li.activePage>a {
  background-color: #1c9b90 !important;
}

.edgtf-post-text-inner p span a,
.edgtf-post-text-inner p a {
  color: #1c9b90;
}

#submit_comment {
  color: #fff;
  background-color: #1c9b90;
}

#submit_comment:hover {
  color: #fff;
  background-color: #1c9b90;
}

.logged-in-as a {
  color: #1c9b90;
}

/* footer css0 */

@media only screen and (max-width: 600px) {

  .edgtf-blog-holder.edgtf-blog-single article .edgtf-post-image .edgtf-post-date-holder .edgtf-post-month-day,
  .edgtf-blog-holder.edgtf-blog-type-standard article .edgtf-post-image .edgtf-post-date-holder .edgtf-post-month-day {
    padding: 4px 6px 0px !important;
  }

  .edgtf-post-day {
    font-size: 14px !important;
    margin-left: 6px !important;
  }

  .edgtf-post-month-day {
    display: flex !important;
  }

  .edgtf-post-year {
    padding: 2px 8px 2px !important;
    font-size: 12px !important;
  }

  .search-results {
    margin-top: 0px !important;
  }
}

.search-results {
  margin-top: 75px !important;
}

.owl-item {
  text-align: -webkit-center !important;
}

.carousal_inner_div_sub_service {
  background: #fff;
  padding: 50px;
  width: 420px;
  height: 314.9px;
  border-radius: 20px;
}

/* .owl-nav button {
                position: absolute;
                top: 50%;
                background-color: #000;
                color: #fff;
                margin: 0;
                transition: all 0.3s ease-in-out;
            }
            
            .owl-nav button.owl-prev {
                left: 0;
            }
            
            .owl-nav button.owl-next {
                right: 0;
            } */

.owl-carousel .owl-nav span.icon-prev::before {
  content: '\2039';
  color: #fff;
  font-size: 33px;
}

.carousal_image_height {
  width: 467px;
  height: 314.9px;
}

#carousel .owl-nav button {
  position: absolute;
  top: 30%;
  font-size: 65px;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

#carousel .owl-nav button.owl-prev {
  left: -33px;
}

#scarousel .owl-nav button.owl-next {
  right: -33px;
}

/* new pessamill css */

.section-header {
  /* font-family: TimesNewRomanPSMT; */
  font-family: 'Open Sans', serif !important;
  font-size: 44px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #5c5c5c;
}

.wrapper-tab {
  margin-top: 30px;
}

.wrapper-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tab {
  border-radius: 20px;
  background-color: #f1f1f1;
  padding: 10px;
  color: #fff;
  font-family: OpenSans;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #888888;
  height: 40px;
}

.tab-section {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.heading-1 {
  color: #5c5c5c;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
  font-size: 30px !important;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 40px;
}

.overview-content {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #868686;
}

.left-side-img {
  width: 100%;
  height: 330px;
}

.wrapper-section-2 {
  margin-top: 70px;
  margin-bottom: 50px;
}

.project-content {
  display: flex;
  margin-top: 10px;
}

.project-svg {
  fill: #56b66d;
  margin-right: 10px;
  margin-top: 8px;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.heading-2 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #5c5c5c;
}

.left-side-img-1 {
  width: 100%;
  height: 100%;
}

.laptop-img {
  margin-top: 15px;
}

.own-row {
  justify-content: center;
}

@media (max-width: 768px) {
  .section-header {
    font-size: 24px;
  }

  .mobile-top {
    margin-top: 10px;
  }

  .pesamill2nddivh6 {
    /* font-family: 'TimesNewRomanPSMT', serif!important; */
    font-family: 'Open Sans', serif !important;
    font-size: 26px !important;
    line-height: 31px;
    color: #5c5c5c !important;
    margin-bottom: 15px;
  }

  .wrapper-section-2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .overview-content {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: left;
    color: #868686;
  }

  .heading-1 {
    color: #5c5c5c;
    /* font-family: 'TimesNewRomanPSMT', serif!important; */
    font-family: 'Open Sans', serif !important;
    font-size: 30px !important;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 25px;
  }

  .projectezi-svg {
    fill: #0f70ac;
    margin-right: 10px;
    margin-top: 6px;
  }

  .project-svg {
    fill: #56b66d;
    margin-right: 10px;
    margin-top: 5px;
  }

  .left-side-img {
    width: 100%;
    height: 230px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tab {
    padding: 8px;
  }

  .section-header {
    font-size: 38px;
  }

  .margin-top-30 {
    margin-top: 0px;
  }

  .left-side-img-1 {
    margin-top: 30px;
  }
}

/* ezbitex css */

.bannerezbitex {
  position: relative;
  width: 100%;
  min-height: 220px;
  background-image: url('../image/Group 1681.png');
  background-position: top;
  background-size: cover;
  height: 350px;
}

.bannerezbitex .block {
  color: #fff;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.projectezi-svg {
  fill: #0f70ac;
  margin-right: 10px;
  margin-top: 8px;
}

.projectattend-svg {
  fill: #0f70ac;
  margin-right: 10px;
  margin-top: 8px;
}

.banneryogyata {
  position: relative;
  width: 100%;
  min-height: 220px;
  background-image: url('../image/Group 16800.png');
  background-position: top;
  background-size: cover;
  height: 350px;
}

.banneryogyata .block {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banneryogyata h2 {
  font-size: 52px;
}

.sub_service_a_tag:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.mb_1_pesamill {
  margin-top: 10px;
}

.our-work-carousel1 .owl-prev {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50px);
}

.our-work-carousel1 {
  position: relative;
}

.our-work-carousel1 .owl-next {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50px);
}

.our-work-carousel1 .owl-next span {
  font-size: 50px;
  color: #5c5c5c;
}

.our-work-carousel1 .owl-prev span {
  font-size: 50px;
  color: #5c5c5c;
}

.our-work-carousel1 .own-img {
  width: 467px !important;
  height: 315px;
  object-fit: contain;
  max-width: 100%;
}

#carousel .owl-nav button.owl-next {
  right: -33px;
}

.our-service-carousel1 .owl-prev {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50px);
}

.our-service-carousel1 {
  position: relative;
}

.our-service-carousel1 .owl-next {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50px);
}

.our-service-carousel1 .owl-next span {
  font-size: 50px;
  color: #5c5c5c;
}

.our-service-carousel1 .owl-prev span {
  font-size: 50px;
  color: #5c5c5c;
}

.our-service-carousel1 .own-img {
  width: 467px !important;
  height: 315px;
  object-fit: contain;
  max-width: 100%;
}

.arrow_carrot-down:before {
  /* content: "\33"; */
  content: '\003E';
  /* font-size: 15px;
    margin-left: 2px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); */
  content: '\f078';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 12px;
  margin-left: 4px;
  display: inline-block;
  transform: rotate(0deg);
}

.mobile_h3_sevice_flex {
  display: flex;
  font-size: 30px;
  color: #ff3b53;
  margin-bottom: 0px;
  margin-top: 0;
  /* font-family: 'TimesNewRomanPSMT', serif!important; */
  font-family: 'Open Sans', serif !important;
}

.marketing_dimag_kharab {
  display: flex;
  justify-content: center;
}

.marketing_dimag {
  display: flex;
}

.marketing_dimag1 {
  margin-left: 5px;
}

.subservicenutton_2:hover {
  color: #fff !important;
  border-color: #ff3553 !important;
  background-color: #ff3553 !important;
}

.bread_curm_link {
  text-align: center;
  margin-bottom: 10px;
  text-decoration: none;
}

.bread_curm_link a {
  color: #38a0ff;
  font-size: 14px;
}

.bread_curm_link a:hover {
  font-size: 14px;
}

.home_bread_css {
  color: #b8b8b8 !important;
}

.Ui-ux_bread {
  color: #b8b8b8 !important;
}

.home_bread_css:hover {
  color: #38a0ff !important;
}

.Ui-ux_bread:hover {
  color: #38a0ff !important;
}

.web-design-bread {
  color: #ff3b53 !important;
  font-size: 14px;
}

.UX-UI-Consulting-bread {
  color: #2b9db0;
}

.brand-design-bread {
  color: #a5397a;
}

.web-design-bread:hover {
  color: #ff3b53 !important;
  text-decoration: none !important;
}

/* @author sandeep css start*/
.blogpagebanner {
  position: relative;
  width: 100%;
  min-height: 220px;
  /*background-image: url(../image/blogheader.png);*/
  background-position: top;
  background-size: cover;
}

.edgtf-title-subtitle-holder-inner h1 {
  margin: 2em 0 0 0;
}

.bloghead {
  margin-bottom: 20px;
  background-color: white;
  padding-bottom: 32px;
  border: solid 1px #ddd;
}

.zoom {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.methdocolor {
  background-color: #fff;
  margin-top: 20px;
  margin-left: 20px;
  padding-bottom: 5px;
  height: 90px;
}

/* .blogatag1 h3 {
    font-size: 16px;
    color: #2b2c2d !important;
    line-height: 24px;
    /* padding-bottom: 19px; 
    border-bottom: 1px solid #ccc;
    font-family: Open sans;
    margin-right: 24px;
} */
.container_load p {
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 500;
  color: #5c5c5c;
}

.container_load .load_src {
  display: inline-block;
  width: 22px;
  margin-left: 5px;
  color: #5c5c5c;
}

.search_button_blog_page_all_margin {
  margin-top: 40px !important;
}

.card-body.blog_card_body.blogatag {
  height: 200px;
}

.blog_card_body {
  padding: 35px 26px 25px;
  position: relative;
}

.border_blog_heading {
  background-color: #e66d70;
  position: absolute;
  left: 0;
  top: 0;
}

.border_blog_heading a {
  color: #fff;
}

.blogatag a {
  color: #2b2c2d;
  line-height: 20px;
  font-weight: 300px;
}

.heading_blog_corner {
  padding: 10px;
}

button,
a {
  cursor: pointer;
}

.blog_card_dev h3 {
  margin-top: 13px;
  height: 78px;
}

.blogatag h3 {
  font-size: 16px;
  color: #2b2c2d !important;
  line-height: 11px;
  padding-bottom: 19px;
  border-bottom: 1px solid #ccc;
  font-family: Open sans;
  margin-right: 24px;
  padding: 20px 0px;
}

.line-clamp-2 {
  height: 88px;
  margin-bottom: 12px;
  overflow: hidden;
  padding: 0;
}

.paragraph {
  text-align: left;
  padding: 20px 20px;
}

.blogatag a {
  color: #2b2c2d;
  line-height: 20px;
  font-weight: 300px;
}

.tab-content p {
  line-height: 24px;
}

.blogatag p {
  font-size: 14px;
  color: #2b2c2d;
  padding-top: 2px !important;
  font-family: Open sans;
}

.tab-content p {
  line-height: 24px;
}

.card_hover_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.tab-content p {
  line-height: 24px;
}

.blog_card_dev {
  margin-block-end: 20px;
}

.card-body.blog_card_body.blogatag {
  height: 200px;
}

.blog_card_body {
  padding: 35px 26px 25px;
  position: relative;
}

.card {
  border: 1px solid #c4c4c4;
  border-radius: 3px;
}

.blog_card_body {
  padding: 35px 26px 25px;
  position: relative;
}

.border_blog_heading {
  background-color: #e66d70;
  position: absolute;
  left: 0;
  top: 0;
}

/* dev blog css */
.zoom.card-img-blogpage {
  height: 200px;
}

.blogatag a {
  color: #2b2c2d;
  line-height: 20px;
  font-weight: 300px;
}

.heading_blog_corner {
  padding: 10px;
}

.blog_card_dev {
  margin-block-end: 20px;
}

.nav_custom_link_blogs {
  border: none !important;
  font-size: 18px;
}

.AI {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #707070 !important;
  padding-right: 10px;
  padding-left: 10px;
  cursor: pointer;
  margin: 4px 2px;
  display: inline-block;
  background-color: #f0f0f0;
  color: #fff;
  padding: 5px;
}

.border_blog_heading a {
  color: #fff;
}

/*a.nav-link.nav_custom_link_blogs.active {
    color: #2f83c5 !important;
    background: none;
    border-radius: 10px;
    text-decoration: underline;
}*/
li.nav-item.dev_and_blog.active a.nav-link.nav_custom_link_blogs {
  color: #2f83c5 !important;
  background: none;
  border-radius: 10px;
  text-decoration: underline !important;
}

li.nav-item.dev_and_blog a.nav-link.nav_custom_link_blogs:hover {
  color: #2f83c5 !important;
  background: none;
  border-radius: 10px;
  text-decoration: underline !important;
}

a.nav-link.nav_custom_link_blogs {
  color: #000;
}

.card-body.blog_card_body.blogatag {
  height: 200px;
}

#loadMoreBlog {
  cursor: pointer;
}

.blogs_nav_dev {
  justify-content: center;
  border: none !important;
}

@media (min-width: 1000px) {
  .blogs_nav_dev {
    justify-content: center;
    border: none !important;
    margin-left: 311px;
  }
}

.card_hover_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.bloghead {
  margin-bottom: 20px;
}

.detailed_button a:hover {
  color: #fff !important;
}

.card_hover_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.market_block_title {
  font-size: 1.25rem;
}

.market_hover_effect {
  border: 1px solid #efefef;
  padding: 10px;
  margin: 30px 0px;
}

.market_block_img_frame img {
  height: 180px;
  margin-bottom: 10px;
}

.blogatag p a.heading {
  font-size: 14px;
  color: #2b2c2d;
  padding-top: 2px !important;
  font-family: Open sans;
}

/*div#st-1 {
    margin-left: 8em;
}*/
h3.collabo {
  line-height: 20px;
  height: 79px;
}

/* @media (min-width: 1000px)
{
.blogs_nav_dev {
    justify-content: center;
    border: none !important;
   margin-left: 450px;
}
} */
@media only screen and (min-width: 320px) {
  ul.nav.nav-tabs.blogs_nav_dev.search_button_blog_page_all_margin {
    padding-left: 33px;
  }

  /* blog details */
  .author_row_container {
    margin-left: 0px !important;
    width: 100%;
  }

  .single_blog_content_sec {
    margin: 0px 0px 40px 0px;
    text-align: left;
    margin-top: 40px;
    width: 100% !important;
    padding: 0 0 0 11px !important;
  }

  .author_row_blog {
    margin-top: 40px;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .row.author_row_blog_border_bottom {
    margin: 0px;
  }
}

@media (min-width: 425px) {
  ul.nav.nav-tabs.blogs_nav_dev.search_button_blog_page_all_margin {
    padding-left: 7em;
  }
}

@media (min-width: 375px) {
  ul.nav.nav-tabs.blogs_nav_dev.search_button_blog_page_all_margin {
    padding-left: 4em;
  }
}

@media (min-width: 768px) {
  ul.nav.nav-tabs.blogs_nav_dev.search_button_blog_page_all_margin {
    padding-left: 16em;
  }

  .single_blog_content_sec {
    margin: 0px 0px 40px 0px;
    text-align: left;
    margin-top: 40px;
    width: 132% !important;
    /* padding: 0 0 0 114px !important; */
    padding: 0 0 0 170px !important;
  }
}

@media (min-width: 1024px) {
  ul.nav.nav-tabs.blogs_nav_dev.search_button_blog_page_all_margin {
    padding-left: 0em;
  }

  ul.nav.nav-tabs.blogs_nav_dev.search_button_blog_page_all_margin {
    padding-left: 0px;
  }

  .blogs_nav_dev {
    padding-left: 0px;
  }
}

/*search page css*/
.block h1 {
  font-size: 50px;
  margin-bottom: 10px;
}

.block h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.banner .block.search-blog {
  color: #fff;
  padding: 9% 13%;
  text-align: center;
}

p.no-blog-text.entry {
  font-size: 40px;
}

/* blog details page css*/
.author_row_blog_border_bottom {
  border-bottom: 1px solid #ccc;
}

.author_row_blog {
  padding: 0px 15px 40px 14px;
  border: 1px solid #ccc;
  margin-bottom: 60px;
  font-family: Open Sans;
}

.banner_image_blog_single_size {
  width: 64%;
  height: 64%;
}

.banner_image_blog_single_size {
  width: 64%;
  height: 64%;
}

h1.single_blog_title_main {
  font-size: 36px;
  padding-top: 20px;
  text-align: center;
}

.single_blog_author_main {
  text-align: center;
  padding-bottom: 10px;
  font-size: 18px;
}

.single_blog_content_sec {
  margin: 0px 0px 40px 0px;
  text-align: left;
  margin-top: 40px;
  width: 127%;
  padding: 0 0 0 197px;
}

.author_row_blog {
  margin-top: 40px;
  width: 55em;
  margin: 0 0 0 197px;
}

.hide_show_author_bio_button {
  text-align: center;
  margin: 40px;
  margin-left: 37em;
}

#blog_single_body {
  margin: 44px 0px 0px 0px;
}

.single_blog_title_div {
  background-color: #f8f8f8 !important;
  padding: 30px 0px;
  margin-bottom: 40px;
  text-align: center;
}

.author_row_container {
  margin-left: 181px !important;
  width: 55em;
}

.edgtf-drop-down .second {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  top: 5.5rem !important;
}

.overflow_blog p {
  font-family: 'Open Sans', sans-serif !important;
}

/*/*@author sandeep css end*/

.social-buttons {
  display: flex;
}

.socail_icons_align_text {
  margin-top: 6px;
  margin-right: 5px;
}

.info {
  position: fixed;
  right: -77px !important;
  /* right: -88px!important; */
  top: 28%;
  z-index: 10000;
  padding: 5px 20px;
  text-transform: capitalize;
  font-weight: 700;
  transform: rotate(270deg);
  cursor: pointer;
  border: none !important;
  margin-top: 90px;
  background: #e66e70;
  color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.info_1 {
  position: fixed;
  right: 0;
  top: 136px;
  /* display:none; */
  z-index: 10000;
  background: #fff;
  color: #000;
  padding: 22px 15px;
  text-transform: capitalize;
  font-weight: 700;
  cursor: pointer;
  border: 0 solid #e5e5e5;
  border-width: 1px 0 1px 1px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
}

.cross {
  color: #ff7373;
  text-align: right;
  float: right;
  margin-top: -4px;
}

label.get_sec {
  margin-bottom: 5px;
}

span.name-requires.error-msg {
  color: red;
  float: left;
  font-weight: 300;
  padding-bottom: 5px;
}

.btn-primary {
  color: #fff;
  background-color: #ff7373;
  border-color: #ff7373;
  margin-top: 10px;
  font-weight: 500;
}

.blog_card_body1 {
  padding: 0px 0px 0px;
  position: relative;
}

.zoom.card-img-blogpage1 {
  height: 200px;
  width: 358px;
}

.blog-comments-list {
  padding-left: 0px;
}

.blog-comments-list>li {
  /* border: 1px solid #dddddd; */
  /* padding: 25px 35px; */
  margin-bottom: 20px;
  list-style: none;
}

.blog-comments-list li.parent {
  background: none;
  position: unset;
}

.blog-comments-list>li ul {
  margin-top: 30px;
}

.blog-comments-list>li ul>li {
  background: none;
  position: unset;
}

.blog-comments-list>li .comment-author>img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

.blog-comments-list>li .comment-author>.author-name-date>cite {
  font-size: 16px;
  font-weight: normal;
  color: #2b2c2d;
  font-style: normal;
  margin-top: 7px;
  display: inline-block;
}

.blog-comments-list>li .comment-author>.author-name-date>span {
  display: none;
}

.blog-comments-list>li .comment-author>.commented-date {
  font-size: 13px;
  font-weight: normal;
  line-height: 23px;
  /* color: #5c5c5c; */
}

.blog-comments-list>li .commented-text p {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #9b9b9b;
}

.blog-comments-list+.comment-responses-btn {
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 40px;
  display: block;
  float: unset;
}

p.error-hide {
  font-size: 15px;
  color: #b13030;
  display: none !important;
  float: left;
}

img.avatar.avatar-64.photo {
  width: 60px;
}

p.read_more_btn.comment-input-btn {
  text-align: center;
}

input#submit {
  background-color: #018f83;
  color: white;
  font-family: 'Open Sans', sans-serif !important;
  border-radius: 88px !important;

  padding: 9px 37px !important;
}

button.btn.comment-responses-btn.comment_loadmore_for_devblog {
  background-color: #018f83;
  color: white;
  border-radius: 88px !important;
  font-family: 'Open Sans', sans-serif !important;
  padding: 9px 37px !important;
}

.comment-form p :second-child {
  display: none;
}

button.Show.see_all_response {
  color: #fff !important;
  background-color: #48b0b3;
  border-radius: 50px;
  border: 1px solid #ccc;
  border-style: solid;
  padding: 10px 30px;
  font-family: 'Open Sans', sans-serif !important;
}

ol.commentlist.blog-comments-list {
  text-align: left;
}

@media (max-width: 766px) and (min-width: 490) {
  .open_uploader svg {
    width: 5%;
  }

  .open_uploader {
    position: relative;
    z-index: 9;
    padding: 5px;
    margin-left: -5px;
    float: left;
    margin-top: 0px;
    margin-right: -80%;
  }
}

@media (max-width: 330px) and (min-width: 240px) {
  .edgtf-mobile-header .edgtf-mobile-menu-opener a {
    margin-right: 0px !important;
  }

  .edgtf-mobile-header .edgtf-mobile-menu-opener .hamburger-btn {
    margin-right: 0px !important;
  }
}

@media (max-width: 575px) {
  .edgtf-active-item a {
    color: #018f83 !important;
    font-weight: 600;
  }

  .sub_menu .menu-item-object-page a {
    color: #000000 !important;
    font-weight: 400;
  }

  .sub_menu .menu-item-object-page.current_page_item a {
    color: #018f83 !important;
    font-weight: 600;
  }

  #hide_contact {
    display: none;
  }
}

#hide_contact {
  display: none;
}


/* New Media Break Points */
@media (max-width:1024px) {

  /* footer css */
.socialIconHover:nth-child(4) {
    border-right: none;
}
.socialIconHoverWithoutHover{
  display: none;
}

    
}

@media (max-width: 991px) {


}

@media (max-width: 767px) {

   
     
}

@media (max-width:330px) {


     
}