/*===========================
    Breadcrumb
===========================*/
.breadcrumb-section {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  padding-top: 150px;
  padding-bottom: 80px;
  /*background-image: url('../img/breadcrumb.jpg');*/
  text-align: center;
}

/*
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .breadcrumb-section {
    padding-top: 200px;
    padding-bottom: 160px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-section {
    padding-top: 200px;
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }
}
*/


@media (max-width: 399px) {
  .breadcrumb-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.breadcrumb-section::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-color: #757a89;
  opacity: 0.6;
  content: '';
}

.breadcrumb-section .breadcrumb-text p {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: rgb(68 204 255);
  margin-bottom: 10px;
}

.breadcrumb-section .breadcrumb-text span {
  text-align: center;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-text {
    font-size: 16px;
  }
}

.breadcrumb-section .breadcrumb-text h1 {
  text-transform: uppercase;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  margin-bottom: 40px;
}

.breadcrumb-section:hover .breadcrumb-text h1 {
  color: #fff;
}

@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-text h1 {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-section .breadcrumb-text h1 {
    font-size: 30px;
  }
}

.breadcrumb-section .breadcrumb-shape {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 225px;
  background-color: transparent;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .breadcrumb-section .breadcrumb-shape {
    height: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-section .breadcrumb-shape {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-shape {
    height: 120px;
  }
}

.breadcrumb-section .breadcrumb-shape svg {
  width: calc(125% + 1.3px);
  height: 225px;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .breadcrumb-section .breadcrumb-shape svg {
    height: 200px;
    width: calc(160% + 1.3px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-section .breadcrumb-shape svg {
    height: 200px;
    width: calc(160% + 1.3px);
  }
}

@media (max-width: 767px) {
  .breadcrumb-section .breadcrumb-shape svg {
    height: 120px;
    width: calc(170% + 1.3px);
  }
}

.breadcrumb-section .breadcrumb-shape svg path {
  fill: #ffffff;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.breadcrumb-section .breadcrumb-nav {
  position: absolute;
  bottom: 0;
  z-index: 22;
  left: 50%;
  padding: 20px 25px;
  background: rgb(2 174 238);
  -webkit-transform: translate(-50%, 40%);
  transform: translate(-50%, 40%);
  text-align: center;
}

@media (max-width: 575px) {
  .breadcrumb-section .breadcrumb-nav {
    width: 60%;
  }
}

@media (max-width: 399px) {
  .breadcrumb-section .breadcrumb-nav {
    padding: 15px;
    width: 80%;
  }
}

.breadcrumb-section .breadcrumb-nav li {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-right: 5px;
  padding-right: 15px;
  position: relative;
}

.breadcrumb-section .breadcrumb-nav li,
.breadcrumb-section .breadcrumb-nav li a {
  color: #041d38;
}

.breadcrumb-section .breadcrumb-nav li::after {
  position: absolute;
  content: '|';
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb-section .breadcrumb-nav li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb-section .breadcrumb-nav li:last-child::after {
  display: none;
}

.promo-single-wrap {
  margin-bottom: 20px;
  min-height: 250px;
}

.custom-shadow {
  box-shadow: 0 4px 30px 0 rgb(0 0 0 / 12%);
}

.rounded {
  border-radius: 0.25rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.industries-div {
  background: url('../img/bg-2.png');
  background-size: cover;
}

.item:before {
  content: "";
  background: url(../img/pattern-1.png);
  position: absolute;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  left: -20px;

}

.my-list li {
  position: relative;
  padding-left: 25px;
}

.my-list li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--thm-base);
  font-weight: 400;
  font-size: 18px;
  color: rgb(2 174 238);
}

.faq-area .faq-right .accordion-wrapper .card .card-body {
  border-radius: 5px;
  padding-top: 0;
}

.faq-area .faq-right .accordion-wrapper .card .card-body p {
  margin: 0;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 10px 50px 10px 10px;
  box-shadow: 0px 0px 21px rgba(4, 159, 224, 0.16);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card h6 {
  color: #0b114a;
  font-size: 20px;
  margin: 0;
  font-weight: bold;
}

.faq-area {
  /* background:#f9fbfd; */
  padding: 60px 0;
  background: url(../img/bg-1.jpg);
  background-size: cover;
}

.faq-area h2 {
  margin-bottom: 10px;
}

/* .faq-area p{
margin-bottom:60px;
} */
.faq-area .faq-right .accordion-wrapper .card {
  margin-bottom: 40px;
  background-color: #ffffff;
  box-shadow: 5px 5px 99px rgb(121 134 159 / 10%);
  border: 1px solid transparent;
  padding: 10px 10px;
}


.faq-area .faq-right .accordion-wrapper .card .card-header {
  border: none;
  padding: 0;
  border-radius: 5px;
  background: #ffffff;
}

.faq-area .faq-right .accordion-wrapper .card .card-header h6 {
  margin-bottom: 0;
}

.faq-area .faq-right .accordion-wrapper .card .card-header h6 a {
  padding: 15px 35px 20px 20px;
  display: block;
  cursor: pointer;
  position: relative;
  color: #0b114a;
}

.why-choose-us-div {
  padding: 60px 0;
  background: url('../img/bg-2.jpg');
  color: #fff;
}

.why-choose-us-div h3 {
  font-size: 18px;
  margin-bottom: 20px;

  color: #fff;
}

/*** 

====================================================================
	Services Section One
====================================================================

***/

.services-section-one {
  position: relative;
  padding: 50px 0px 50px;
  overflow: hidden;
}

.services-section-one .pattern-image-left {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: auto;
  height: auto;
}

.services-section-one .pattern-image-right {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: auto;
  height: auto;
  display: none;
}

.service-block {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.service-block .image-column {
  position: relative;
  margin-bottom: 0px;
}

.service-block .image-column .inner {
  position: relative;
  display: block;
  padding-right: 10px;
}

.service-block .image-column .image,
.service-block .image-column .image img {
  display: block;
  width: 100%;
}

.service-block .image-column .icon-box {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -60px;
  width: 120px;
  height: 120px;
  font-size: 54px;
  line-height: 120px;
  color: #f47629;
  background: #ffffff;
  text-align: center;
  border-radius: 1px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.service-block.now-in-view .image-column .icon-box {
  -ms-transform: scale(1.2) rotate(0deg);
  transform: scale(1.2) rotate(0deg);
  -webkit-transition: all 2000ms ease 500ms;
  -ms-transition: all 2000ms ease 500ms;
  -o-transition: all 2000ms ease 500ms;
  -moz-transition: all 2000ms ease 500ms;
  transition: all 2000ms ease 500ms;
}

.service-block.now-in-view .image-column .icon-box img {
  width: 60px;
}

.service-block .text-column {
  position: relative;
  margin-bottom: 0px;
}

.service-block .text-column .inner {
  position: relative;
  display: block;
  padding: 20px;
  height: 330px;
  overflow-y: auto;
}

.service-block .text-column .title {
  position: relative;
  margin-bottom: 26px;
}

.service-block .text-column .title h3 {
  font-size: 18px;
  height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 3px;
  /* color: #fff; */
}

.service-block .text-column .title .sub-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
  text-transform: uppercase;
  margin: 0;
  color: #e75728;
  margin-top: 16px;
  display: none;
}

.service-block .text-column .text {
  position: relative;
  margin-bottom: 0px;
  color: #6e6e6e;
  font-size: 14px;
}

.service-block .text-column .link-box {
  position: relative;
  display: none;
}

.service-block .text-column .link-box a {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  color: #f47629;
  text-transform: uppercase;
}

.service-block .text-column .link-box a .txt {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid;
  color: #e75728;
}

.service-block .text-column .link-box a .icon {
  position: relative;
  font-size: 16px;
  padding-left: 7px;
  color: #e75728;
}

.service-block .text-column .link-box a:hover {
  color: #f47629;
}

.services .service-block:nth-child(even) .text-column {
  order: 0;
}

.services .service-block:nth-child(even) .image-column .icon-box {
  right: auto;
  left: 20px;
}

.services .service-block:nth-child(even) .image-column {
  order: 12;
}

.services .service-block:nth-child(even) .image-column .inner {
  padding-right: 0;
  padding-left: 0px;
}

.services .service-block:nth-child(even) .text-column .inner {
  padding-right: 20px;
  padding-left: 20px;
  text-align: right;
}



.ct-u-sectionGrey {
  background-color: rgba(235, 235, 235, 0.4);
}

.paddingSection {
  padding: 60px 15px;
}

.inner-serveContainer {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.home-page-wrapper h2 {
  margin-bottom: 20px;
  font-size: 4.2rem;
  color: #1d2127;
  text-align: center;
}

.paddingBottom45 {
  padding-bottom: 45px;
}

.ct-tabs-outer .inner-serve:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.ct-tabs-outer .inner-serve {
  width: 100%;
  height: 175px;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

.inner-serve {
  padding: 15px 15px 15px 15px;
  width: 120px;
  margin: auto;

}

.item {
  display: block;
  position: relative;
  padding: 0 20px;
  z-index: 1;
  margin-bottom: 30px;
}

/* .item:hover{
	   background: #fff;
	   box-shadow: 0 10px 40px rgb(41 46 58 / 7%);
	   cursor:pointer;
} 
.item:hover img{
	transform:scale(1.3);
	
}
*/
.item h3 {
  font-size: 18px;
  margin-top: 20px;
}

.item i {
  color: white;
  font-size: 45px;
  top: 64px;


}

.item p {
  font-size: 14px;
}

.ct-tabs-outer .item h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

/*
.item.v_associations .inner-serve {
    background: #ae041b  no-repeat center center;
}
.item.v_education .inner-serve {
    background: #38b3e1 no-repeat center center;
}
.item.v_entertainment .inner-serve {
    background: #fa7c01 no-repeat center center;
}
.item.v_finance .inner-serve {
    background: #a7c53b no-repeat center center;
}
.item.v_government .inner-serve {
    background: #7f75a7 no-repeat center center;
}
.item.v_healthcare .inner-serve {
    background: #0b71a9 no-repeat center center;
}

.v_associations:hover .inner-serve, .btn.btn-darkred:hover {
    background-color: #7c0313;
}
.v_education:hover .inner-serve, .btn.btn-lightblue:hover {
    background-color: #1e9ac8;
}
.v_entertainment:hover .inner-serve, .btn.btn-lightorange:hover {
    background-color: #c76301;
}
.v_finance:hover .inner-serve, .btn.btn-lightgreen:hover {
    background-color: #869e2f;
}
.v_government:hover .inner-serve, .btn.btn-purple:hover {
    background-color: #655b8e;
}
.v_healthcare:hover .inner-serve, .btn.btn-darkblue:hover {
    background-color: #085179;
}
*/

@media(max-width:767px) {
  .services .service-block:nth-child(even) .image-column {
    order: 0;
  }

  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .service-block .text-column .inner {
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 15px;
    height: auto;
  }

  .services .service-block:nth-child(even) .image-column .inner {
    padding-left: 0px;
  }

  .services .service-block:nth-child(even) .text-column .inner {
    padding-right: 15px;
    padding-left: 15px;
    text-align: right;
  }

  .inner {
    padding: 10px 0;
  }
}

.accordion>li:first-child {
  border: none;
}

.accordion>li {
  position: relative;
  border-top: 1px solid #2ea1de;
}

.accordion .link a {
  position: relative;
  display: block;
  padding: 15px 20px;
  color: #1b3746;
  font-weight: 400;
  text-decoration: none;
  font-size: 18px;
}


/* submenu */

.submenu {
  display: none;

}

.accordion .submenu>li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #8fa7b3;
  cursor: pointer;
}

.accordion .submenu>li:first-child {
  border: none;
}

.accordion .submenu>li {
  border-top: 1px solid #dae0e0;
}

.accordion .submenu>li a:hover {
  background: #e6ecec;
  color: #1795d8;
  padding: 10px 15px 10px 20px;
  transition: padding 0.2s ease-in;
}

.card:after {
  content: "+";
  float: right;
  margin-left: 5px;
  font-weight: 400;
  font-size: 30px;
  font-weight: 800;
  top: 21px;
  -ms-transform: translateY(-50%);
  color: #02aeee;
  width: 25px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  display: block;
  right: 20px;
  position: absolute;
}

.card.active:after {
  content: "-";
}

.card.active .submenu {
  /*  display: block;*/
}

.faq-right .card-body {
  padding: 0px 25px;
}

.whyus-box img {
  margin: 0px auto;
  width: 50px;
  position: relative;
  top: 20px;
}

.whyus-box .image-box {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  background: url(../img/icons/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}

.whyus-box:hover img {
  transform: scale(1.1);
}

.whyus-box {
  padding: 10px 25px 10px 25px;
  box-shadow: 0 10px 40px rgb(41 46 58 / 7%);
  text-align: center;
  border-radius: 15px;
  background-color: #fff;
  margin: 0px 10px;
  color: #000;
  min-height: 335px;
}

.list-box h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center
}

.whyus-box h3 {
  font-size: 18px;
}

.whyus-box p {
  margin: 20px 0;
  font-size: 14px;
}

.process-part.skew_right {
  margin-left: -100px;
  margin-right: -100px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: 5;
  padding: 150px 0;
  margin-bottom: 90px;
}

.process-part {
  background: #222;
}

.process-part .step-title span {
  font-size: 200px;
  font-weight: 600;
  left: -48%;
  letter-spacing: 1px;
  position: absolute;
  top: 1px;
  width: 100%;
  z-index: -1;
}

.process-part .row {
  margin-bottom: 60px;
}

.process-part .step-title {
  font-size: 54px;
  margin-right: -30px;
  color: #fff;
}

.color-main {
  color: #ff497c;
}

.color-main2 {
  color: #a0ce4e;
}

.color-main3 {
  color: #00bea3;
}

.color-main4 {
  color: #f1894c;
}

.text-right {
  text-align: right;
}

@media (max-width: 767px) {
  .process-part.skew_right {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    padding: 50px 0;
  }

  .process-part .row {
    margin-bottom: 10px;
  }
}

.process-part.skew_right .container {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

@media (max-width: 767px) {
  .process-part.skew_right .container {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.process-part .step-center-part img {
  border: 10px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  max-width: 270px;
}

.process-part .step-title {
  font-size: 40px;
  margin-right: -30px;
}

@media (max-width: 991px) {
  .process-part .step-title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 20px;
    text-align: center;
  }
}

.process-part .step-title span {
  font-size: 160px;
  font-weight: 600;
  left: -48%;
  letter-spacing: 1px;
  position: absolute;
  top: -30px;
  width: 100%;
  z-index: -1;
}

@media (max-width: 991px) {
  .process-part .step-title span {
    font-size: 80px;
    font-weight: 600;
    left: 0;
    letter-spacing: 5px;
    position: relative;
    top: 1px;
    top: 10px;
    width: 100%;
    z-index: -1;
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .process-part .step-title span {
    font-size: 180px;
  }
}

.process-part .step-text {
  margin-left: -30px;
  color: #fff;
}

@media (max-width: 991px) {
  .process-part .step-text {
    margin: 0;
    text-align: center;
  }
}

.process-part .right .step-title {
  margin-left: -30px;
  margin-right: 0;
}

@media (max-width: 991px) {
  .process-part .right .step-title {
    margin-left: 0;
    margin-top: 40px;
  }
}

.process-part .right .step-title span {
  left: 60%;
  position: absolute;
  top: -70px;
}

@media (max-width: 991px) {
  .process-part .right .step-title span {
    left: 0;
    position: relative;
    top: 1px;
    top: 10px;
  }
}

.process-part .right .step-text {
  margin-left: 0;
  margin-right: -30px;
}

@media (max-width: 991px) {
  .process-part .right .step-text {
    margin: 0;
  }
}

.process-part .right .part4 span {
  left: 60%;
}

@media (max-width: 991px) {
  .process-part .right .part4 span {
    left: 0;
    position: relative;
    top: 1px;
    top: 10px;
  }
}

.process-part .right .step-center-part:after {
  background-image: url("../img/services/left_arrow.png");
  left: 55px;
  right: auto;
}

@media (max-width: 991px) {
  .process-part .right .step-center-part:after {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .process-part .right .step-center-part:after {
    left: 19px;
  }
}

@media (max-width: 991px) {
  .process-part .part3 {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .process-part .part3 span {
    left: 0;
    position: relative;
    top: 10px;
  }
}

.process-part .step-center-part.last:after {
  display: none
}

.process-part .step-center-part:after {
  background-image: url("../img/services/right_arrow.png");
  background-repeat: no-repeat;
  bottom: -97px;
  content: "";
  display: block;
  height: 136px;
  position: absolute;
  right: 55px;
  width: 34px;
  z-index: 4;
}

@media (max-width: 991px) {
  .process-part .step-center-part:after {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .process-part .step-center-part:after {
    right: 19px;
  }
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.text-white {
  color: #fff;
}

input,
select,
textarea {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  padding: 11px 20px;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 3px;
}

input,
select {
  height: 54px;
}

select:focus {
  border: none;
  outline: none;
}

.contact-info-list {
  background: #FFFFFF;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  border-radius: 19px;
  padding: 30px;
}

.contact-form {
  background: #FFFFFF;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  border-radius: 19px;
  padding: 30px;
}

.contact-form button {
  background: #0091FA;
  border-radius: 5px;
  color: #fff;
  padding: 15px 10px;
  border: none;
  margin-top: 20px;
}

.services-page .services-list {
  margin: 10px 0
}

.services-page {
  background: #E2F6FE;
  padding: 60px 0;
  border-radius: 200px 200px 0 0;
}

.services-page .col-md-6 {
  padding: 10px 40px;
  position: relative;
}

.services-page .border-right:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10%;
  height: 70%;
  width: 1px;
  border-right: 1px solid #BCBCBC;
}

.effect {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  border-radius: 6px;
  overflow: hidden;
}

.effect.effect-1:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 2px;
  opacity: 0;
  height: 40px;
  width: 29px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  background: url(../img/arrow.svg);
  background-size: contain;
}

.effect.effect-1 {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 130px;
}

.effect.effect-1:hover {
  text-indent: -25px;
}

.effect.effect-1:hover:before {
  opacity: 1;
  text-indent: 0px;
}

.btn-theme {
  background: rgb(2 174 238);
  color: #fff;
  outline: 0;
  border: 0;
  padding: 0.25rem 0.5rem;
  font-size: .875rem;
  border-radius: 0.2rem;
  line-height: 33px;
}

.btn-theme:hover {
  background: rgb(2 174 238);
  color: #fff;
}

.why-web {
  background-color: #0091FA;
  color: #fff;
  padding: 40px 0;
}

.why-web .section-title h2 {
  color: #fff;
}

.why-web h4 {
  margin: 30px 0 60px 0;
}

.web-process {
  background-color: #0091FA;
  color: #fff;
}

.web-box {
  padding: 20px 25px 20px 25px;
  box-shadow: 0 10px 40px rgb(41 46 58 / 7%);
  text-align: center;
  background: #0091FA;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  min-height: 245px;
  margin-bottom: 30px;
}

.web-box h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 10px
}

.web-box p {
  font-size: 14px;
}

.web-box:hover {
  background: #fff;
  color: #0091FA;
}

.web-box:hover h3 {
  color: #0091FA;
}

.justify-content-end {
  justify-content: end;
}

.bg-white {
  background-color: #fff;
}

.navbar.navbar-dark {
  top: 0px;
}

@media(min-width:768px){
.navbar.navbar-dark .navbar-nav a {
  color: #000;
}
}
.web-banner {
  padding-top: 60px;
  background-color: #ECF1F4;
  position: relative;
  padding-bottom: 30px;
}

.right-side {
  height: 500px;
}

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

.web-banner h1 {
  text-transform: uppercase;
  font-size: 30px;
}

.web-banner h1 span {
  font-family: 'Rochester', cursive;
  text-transform: capitalize;
  font-size: 35px;
}

.web-banner p.h5 {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin: 10px 0;
}

.main-btn-blue {
  background: #0091FA;
  border-radius: 5px;
  color: #fff;
  padding: 10px 20px;
  border: none;
}

.main-btn-blue:hover {
  color: #fff;

}

.seo-industries {
  background: #E2F6FE;
}

.item-box-seo {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  margin: 15px 5px;
  padding: 20px 10px;
  text-align: center;
}

.seo-industries-services {
  display: flex;
  flex-wrap: nowrap;
}

.seo-industries-services .image {
  width: 50px;
  height: 50px;
  margin: auto;
}

.seo-industries-services h3 {
  font-size: 18px;
  margin: 15px 0;
}


.seo-box {
  padding: 0px 15px 10px 15px;
  box-shadow: 0 10px 40px rgb(41 46 58 / 7%);
  text-align: center;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  min-height: 500px;
  margin: 20px 10px;
}

.seo-box h3 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 10px
}

.seo-box img {
  margin: auto;
  max-width: 150px;
}

.seo-box p {
  font-size: 14px;
}


.bg-light {
  background-color: #EEE;
}

.pmm-box {
  padding: 20px;
  box-shadow: 0 10px 40px rgb(41 46 58 / 7%);
  text-align: center;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  min-height: 400px;
  margin: 0 0 20px 0px;
}

.pmm-box span {
  position: absolute;
  left: 25px;
  top: 15px;
  font-size: 70px;
  line-height: 1em;
  opacity: .2;
  color: rgba(135, 135, 135, 1);
  font-weight: 800;
}

.pmm-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 30px;
}

.pmm-box img {
  margin: 30px auto 10px;
  max-width: 70px;
}

.pmm-box p {
  font-size: 14px;
  margin-bottom: 0;
}



.ecom-box {
  padding: 20px;
  box-shadow: 0 10px 40px rgb(41 46 58 / 7%);
  text-align: center;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  min-height: 440px;
  margin: 0 0 20px 0px;
 }
 
 .ecom-box span {
  position: absolute;
  left: 25px;
  top: 15px;
  font-size: 70px;
  line-height: 1em;
  opacity: .2;
  color: rgba(135, 135, 135, 1);
  font-weight: 800;
 }
 
 .ecom-box h3 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
  height: 30px;
 }
 
 .ecom-box img {
  margin: 0 auto 20px;
 }
 
 .ecom-box p {
  font-size: 14px;
  margin-bottom: 0;
 }
 
 

.box-custom {
  padding: 20px;
  box-shadow: 0 10px 40px rgb(41 46 58 / 7%);
  text-align: center;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  min-height: 340px;
  margin: 0 0 20px 0px;
}

.box-custom span {
  position: absolute;
  left: 25px;
  top: 15px;
  font-size: 70px;
  line-height: 1em;
  opacity: .2;
  color: rgba(135, 135, 135, 1);
  font-weight: 800;
}

.box-custom h3 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
  height: 30px;
}

.box-custom img {
  margin: 0 auto 20px;
}

.box-custom p {
  font-size: 14px;
  margin-bottom: 0;
}

.leftside-image {
  position: absolute;
  left: -5%;
  bottom: -90px;
  z-index: 1;
}

.seo-process {
  position: relative;
  background: url('../img/seo-process-bg.jpg');
  padding: 40px 0;
}

.process-tab::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 16%;
  width: 100%;
  content: '';
  height: 3px;
  background: #707070;
  z-index: -1;
}

.process-tab>button,
.opti-img>span {
  height: 100px;
  width: 100px;
  background: #fff !important;
}

.process-tab>button {
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 158, 224, 0.32);
  border-radius: 50%;
}

.process-tab>button.active,
.opti-img.active>span,
.opti-img:hover>span {
  background: #009EE0 !important;
}

.process-tab>button.active img,
.opti-img.active>span img,
.opti-img:hover>span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}


/* Style the tab */
.tab {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
  margin-top: 20px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.seo-approach {
  padding: 60px 0;
}

.seo-approach h3 {
  font-size: 1.125rem;
}

.seo-approach .btn {
  margin-top: 30px;
}

.list-unstyled li {
  position: relative;
  padding-left: 30px;
}

.list-unstyled li::before {
  content: "";
  background: url(../img/tick.png);
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  top: 5px;
  left: -5px;
}

.btn-primary {
  color: white;
  background-color: #009EE0;
  /* box-shadow: 0px 6px 20px #009EE0!important; */
  transition: all 1s cubic-bezier(0.550, 0.085, 0.000, 0.990);
  border: 0;
  border-radius: 40px;
}

.btn-primary:hover {
  color: white;
}

.seopagecontentsec {
  padding: 60px 0;
}

.seopagecontentsec h2 {
  font-size: 40px;
  line-height: 50px;
}

.seopagecontentsec h2 span {
  line-height: 50px;
  background-color: #009EE0;
  color: #fff;
  width: 40px;
  text-align: center;
  margin-right: 5px;
}

.contact-form.dark {
  background: #009EE0;
}

.contact-form.dark input,
.contact-form.dark select,
.contact-form.dark textarea {
  background: transparent;
  color: #fff;
}

.contact-form.dark input::placeholder,
.contact-form.dark textarea::placeholder {
  color: #f5f5f5;
}

.contact-form.dark button {
  background: #104257;
}

.contact-banner {
  background: url('../img/Contact-bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 160px;
  padding-bottom: 60px !important;
  position: relative;
  padding-bottom: 30px;
  color: #fff;
}

.creative-designing-banner {
  background: url('../img/creative-design-bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  padding-bottom: 30px;
  color: #fff;
}
.creative-design-process .img{
  position: relative;
  z-index: 1;
}
.creative-design-process .img::after{
  position: absolute;
  content: "";
  width: 110px;
  height: 46px;
  background: #E7E7E7;
  bottom: 15px;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%);
  z-index: -1;
}
.creative-design-process img{
  max-width: 60px;
  margin-bottom: 30px;
}
.creative-design-process h3{
  height: 40px;font-size: 20px;
}

.paid-media-marketing-banner {
  background: url('../img/paid-media-marketing-bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
  padding-bottom: 30px;
  color: #fff;
}

.sem-banner {
  background: url('../img/smm-banner-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  position: relative;
  padding-bottom: 30px;
  color: #fff;
}

.sem-banner .right-side {
  height: 600px;
}

.sem-banner .right-side img {
  top: auto;
  bottom: 50px;
}

.ecom-banner .left-side {
  position: relative;
  bottom: 80px;
}

.ecom-banner {
  background: url('../img/ecom-banner-bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 60px;
  position: relative;
  padding-bottom: 30px;
  color: #fff;
}

.ecom-banner .right-side img {
  top: auto;
  bottom: 50px;
}

.content-marketing-banner {
  background: url('../img/content-marketing-banner.png');
  background-size: 70%;
  background-repeat: no-repeat;
  margin-top: 60px;
  position: relative;
  padding-bottom: 30px;
  color: #fff;
}

.content-marketing-banner .right-side img {
  position: relative;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.content-marketing-power {
  background-color: #EEE;
  padding: 40px 0;
  color: #000;
}

.content-marketing-power ul {
  margin-top: 30px;
  list-style: disc;
  /* color: #23A3AF; */
}

.content-marketing-power li p {
  color: #000;
}

.faq-area.no-bg {
  background: none;
}

.seo-banner {
  padding-top: 60px;
  position: relative;
  padding-bottom: 30px;
  color: #fff;
}

.seo-banner .right-side {
  height: 500px;
}

.seo-banner .dm.right-side {
  height: 600px;
}

.seo-banner .right-side img {
  position: relative;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.seo-banner h1 {
  font-size: 40px;
  margin: 10px 0;
}

.seo-banner h1 span {
  font-family: 'Rochester', cursive;
  text-transform: capitalize;
  font-size: 35px;
}

.seo-banner p.h5 {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin: 10px 0;
}

.main-btn-white {
  background: #fff;
  color: #0552E7;
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
}

.main-btn-black {
  background: #292929;
  color: #fff;
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
}

.dmpagecontentsec {
  padding: 60px 0;
}

.dmpagecontentsec h2 {
  font-size: 40px;
  line-height: 50px;
}

.dmpagecontentsec h2 span {
  line-height: 50px;
  background-color: #009EE0;
  color: #fff;
  text-align: center;
  padding: 0 5px;
}


.seo-banner {
  background: url('../img/seo-banner-bg.png');
  background-size: 60%;
  background-repeat: no-repeat;
}



@media(max-width:1024px) {
  .navbar-brand img {
    max-width: 170px;
  }

  .navbar-nav a {
    font-size: 12px;
    padding: 20px 10px;
  }

  .seo-banner .dm.right-side {
    height: 400px;
  }

  .seo-banner h1,
  .seo-banner h1 span {
    font-size: 30px;
  }
}

@media(max-width:767px) {

  .seo-banner .h4,
  .seo-banner p {
    font-size: 14px;
  }

  .seo-banner h1,
  .seo-banner h1 span {
    font-size: 20px;
  }

  .main-btn-white {
    padding: 5px 10px;
    font-size: 12px;
  }

  .seo-banner .dm.right-side,
  .seo-banner .right-side {
    height: auto;
    text-align: right;
  }

  .seo-banner .right-side img {
    position: relative;
    top: 0%;
    transform: translateY(-10%);
    max-width: 250px;
    margin-bottom: -10%;
  }

  .dmpagecontentsec {
    padding: 30px 0;
  }

  .dmpagecontentsec h2,
  .seopagecontentsec h2 {
    font-size: 24px;
    line-height: 35px;
  }

  .dmpagecontentsec h2 span,
  .seopagecontentsec h2 span {
    line-height: 35px;
  }

  .dmpagecontentsec .mb-40 {
    margin-bottom: 10px;
  }

  .after-title {
    font-size: 17px;
  }

  .services-page {
    border-radius: 90px 90px 0 0;
  }

  .services-page h2 {
    font-size: 23px;
  }

  .services-page .col-md-6 {
    padding: 10px 0px;
  }

  .services-page .border-right:before {
    border-right: 0px solid #BCBCBC;
  }

  .services-page h3 {
    font-size: 21px;
  }

  .why-choose-us-div h2 {
    font-size: 23px;
  }

  .faq-area h2,
  .industries-div-seo h2,
  .seo-industries h2,
  .seo-approach h2 {
    font-size: 21px;
  }

  .seo-industries-services {
    flex-direction: column;
  }

  .item {
    margin-left: 15px;
    padding-right: 0;
  }

  .item-box-seo {
    margin: 16px 15px;
  }

  .process-tab>button {
    width: 55px;
    height: 55px;
  }

  .tab button {
    padding: 12px;
  }

  .leftside-image {
    display: none;
  }

  .seo-banner {
    background-size: 100% 100%;
  }
}

.section-padding {
  padding: 60px 0;
}

.bg-gradient-light {
  background: linear-gradient(-90deg, #e7e7e7, #e7e7e7 51%, #dcdcdc 50%, #DCDCDC);
}

.box span {
  position: absolute;
  left: 25px;
  top: 15px;
  font-size: 70px;
  line-height: 1em;
  opacity: .2;
  color: rgba(135, 135, 135, 1);
}

.box h3 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 10px
}

.box img {
  margin: auto;
  max-width: 150px;
}

.box p {
  font-size: 14px;
}

.features-boxes-one .box {
  padding: 20px 25px 20px 25px;
  box-shadow: 0 10px 40px rgb(41 46 58 / 7%);
  text-align: center;
  color: #000;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  min-height: 195px;
  margin: 0 0 30px 0px;
  position: relative;
  transition: .5s ease;
}

.features-boxes-one .box::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background-color: #0091FA;
  top: 0;
  left: 0px;

  transition: .5s ease;
}

.box:hover::before {
  color: #fff;
  width: 100%;
}

.box:hover h3 {
  color: #fff;
  position: relative;
}

.box:hover p {
  color: #fff;
  position: relative;
}

.dm-portfolio-slider .portfolio-img-wrap {
  margin: 0 20px;
}

.dm-portfolio-slider .portfolio-img-wrap img {
  border-radius: 45px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  margin-top: 30px;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #D9D9D9;
  text-indent: -9999px;
}


.slick-dots li.slick-active button {
  background-color: #009EE0;
}


.seo-list-box .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -20px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: none;
  background: #FFFFFF;
  border-radius: 100%;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}

.seo-list-box .slick-prev {
  left: 0;
}

.seo-list-box .slick-next {
  right: 0;
}

.seo-list-box .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.slider__item {
  padding: 0px 15px;
}

.slider__item img {
  max-width: 100%;
}

.promo-info {
  text-align: center;
  margin-top: 30px;
  position: relative;
}

/* .promo-info::after {
  content: "";
  top:0;
  right: 0;
border-right: 1px solid #9F9F9F;
} */
.promo-info img {
  width: 70px;
  margin-bottom: 20px;
}

.promo-info h5 {
  margin-bottom: 10px;
}

.call-to-action1 {
  background: #009EE0;
}

.bg-theme {
  background-color: #0091FA;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.div-padding {
  padding: 50px 15px;
}

.width-40 {
  width: 40px;
}

.sem-marketing-process .col-md-6 {
  padding-left: 60px;
  margin-bottom: 30px;
}

.sem-marketing-process ul {
  padding-left: 20px;
}

.sem-marketing-process ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: rgb(2 174 238);
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.sem-marketing-process span {
  position: absolute;
  border-radius: 100%;
  left: -5px;
  top: 0;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  background-color: #1098FA;
  font-weight: 600;
  width: 40px;
  height: 40px;
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.sem-form-section form {
  position: relative;
  z-index: 1;
}


.sem-form-section form:before {
  position: absolute;
  top: 50%;
  left: -40%;
  content: "";
  background: url(../img/sem-form-bg.png);
  width: 100%;
  height: 100%;
  transform: translateY(-30%);
  z-index: -1;
  background-size: 100%;
  background-repeat: no-repeat;
}


.blog-content1 {
  margin-bottom: 30px;
}

.blog-content1 p {
  color:  #B8B8B8;
  font-size: 14px;
}

.blog-content1 h3 a{
  color:  #000;
  text-transform: capitalize;
  font-weight: 600;
}

.blog-content1 p img{
  border-bottom: 1px solid #dedede;
  color:  #B8B8B8;
  padding: 10px 0;
  font-size: 14px;
}
.blog-content1 .blog-link{
background-color:  #D9D9D9;
color: #898585;
padding: 5px 10px;
margin-top: 15px;
line-height: 20px;
}

#search{
width:100%;
margin-bottom: 30px;
background: #EEEEEE;
}

.blog-right-side .side-blogs{
  margin-bottom: 20px;
}
.blog-right-side .side-blogs img{
  border-radius: 10px;margin-right: 10px;
}

.blog-right-side .side-blogs .right{
 padding-left: 0;
}

.social-div{
  background: #EBEBEB;
  padding: 10px;
  display: flex;
  margin-bottom: 20px;
}
.social-div p{
  margin-bottom: 0px;
}
.social-div img{
  width: 30px;
  border-radius: 100%;
}
.blog-side-heading{
  position: relative;
  border-bottom: 2px solid #D9D9D9;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.blog-side-heading::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  background: #009ee0;
  bottom: -3px;
  left: calc(0% - 0px);
}

.side-categories ul li{
  position: relative;
  padding-left: 30px;
}
.side-categories ul li a{
  color: #7D7D7D;
}
.side-categories ul li::before{
  
  content: "";
  position: absolute;
  left: 0px;
  background: url(../img/double-tick.png);
  top: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 23px;
}

@media(max-width:767px){
  .section-padding {
    padding: 29px 0;
  }
  .right-side,.sem-banner .right-side{
    height: auto;padding-bottom: 30px;
  }
  .right-side img {
    top: 30px;position: relative;
  }
  .pl-50, .section-title.left-border span.title-tag {
    padding-left: 0;
  }
  .main-btn-black{
font-size: 14px;
  }
  .ecom-banner,.paid-media-marketing-banner {
    background-size: 200% 100%;
  }
  .ecom-banner .left-side {
    bottom: 0;
  }
  .ecom-banner .h2,h2{
    font-size: 24px;
  }
  .ecom-banner .right-side img,.sem-banner .right-side img {
    bottom: 0;
  }
 .content-marketing-banner {
    background-size: 150% 50%;padding-top: 20px;
  }
  .content-marketing-banner .right-side img {
      top: 0%;
      transform: translateY(-0%);
  }
  .content-marketing-banner .h4{
    font-size: 16px;
  }
  .accordion .link a {
    padding: 5px 5px;
    font-size: 16px;
  }
  .accordion p{
    font-size: 14px;
  }
  .card::after {
    font-size: 20px;
    top: 8px;
    width: 10px;
    height: 10px;
    right: 15px;
  }
  .card{
    padding: 10px 35px 10px 10px;
  }
}