/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    margin: auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.img_box img {
  max-width: 180px;
}
.process_box.boxTwo .img_box {
  padding-bottom: 21px;
  position: relative;
  border-bottom: 5px solid #c9d7ee;
  margin-bottom: 50px;
}
.process_box.boxOne {
  padding-right: 55px;
}
.process_box h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.process_box.boxThree {
  margin-left: 94px;
  position: relative;
  margin-top: 34px;
  border-top: 5px solid #c9d7ee;
}
.process_box.boxThree:after {
  position: absolute;
  top: -4px;
  content: "";
  left: -95px;
  background: url(../images/line.png);
  width: 206px;
  height: 250px;
  background-repeat: no-repeat;
}
.process_box.boxOne {
  border-bottom: 5px solid #c9d7ee;
  position: relative;
  margin-left: 50px;
  margin-top: 40px;
}
.process_box.boxThree:before {
  position: absolute;
  background: red;
  content: "3";
  width: 50px;
  height: 50px;
  left: -10px;
  z-index: 999;
  top: -25px;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  color: #000;
  font-size: 25px;
  background: #fff;
  border: 5px solid #c9d7ee;
}
.process_box.boxOne:before {
  position: absolute;
  background: red;
  content: "1";
  width: 50px;
  height: 50px;
  left: -2px;
  z-index: 999;
  bottom: -20px;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  color: #000;
  font-size: 25px;
  background: #fff;
  border: 5px solid #c9d7ee;
}
.process_box.boxTwo .img_box:before {
  position: absolute;
  background: red;
  content: "2";
  width: 50px;
  height: 50px;
  left: -2px;
  z-index: 999;
  bottom: -25px;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  color: #000;
  font-size: 25px;
  background: #fff;
  border: 5px solid #c9d7ee;
}
.process_box.boxOne {
  padding-right: 1px;
}
.process_box.boxTwo {
  padding: 59px 0 0 97px;
}
.process_box {
  padding-top: 50px;
}
.process_box h3 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #333;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}
.process_box.boxOne:after {
  position: absolute;
  bottom: -4px;
  content: "";
  right: -210px;
  background: url(../images/line.png);
  width: 206px;
  height: 250px;
  background-repeat: no-repeat;
}
.img_box {
  padding: 50px;
  text-align: center;
}
.why_choose {
  background: #2b4456;
  color: #fff;
  padding-top: 90px;
  padding-bottom: 80px;
}
.maintain_box p {
  padding: 0 0 0 35px;
  border-left: 1px solid rgb(255 255 255 / 22%);
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
}
.solutions p {
  font-size: 20px;
  max-width: 1020px;
  margin-top: 30px;
  line-height: 35px;
  font-weight: 300;
}
.maintain_box {
  padding: 30px 40px;
  position: relative;
}
.maintain_box:before {
  position: absolute;
  left: 0;
  color: #6dacde;
  font-size: 18px;
  top: 30px;
  font-weight: 600;
}
.col-md-4:nth-child(1) .maintain_box:before {
  content: "01";
}
.col-md-4:nth-child(2) .maintain_box:before {
  content: "02";
}
.col-md-4:nth-child(3) .maintain_box:before {
  content: "03";
}
.col-md-4:nth-child(4) .maintain_box:before {
  content: "04";
}
.col-md-4:nth-child(5) .maintain_box:before {
  content: "05";
}
.nav-tabs {
  border-bottom: 0;
  margin-top: 50px;
}
.trained {
  padding-top: 0;
}
.trained_tab {
  padding: 0;
  max-width: 820px;
}
.trained:before {
  background: #f2f2f2;
  content: "";
  width: 100%;
  height: 265px;
}
.responsive-tabs-container .tab-content {
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-top: none;
}
.responsive-tabs-container .tab-content {
  margin-top: 20px;
  border: 0;
}
.responsive-tabs-container[class*="accordion-"] .tab-pane {
  margin-bottom: 15px;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link {
  display: none;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #333;
}
.responsive-tabs-container[class*="accordion-"] .accordion-link.active {
  border-bottom: medium none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #f60;
}
@media (max-width: 767px) {
  .jquery-accordion-menu .submenu-indicator {
    right: 0;
  }
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block;
  }
  .responsive-tabs-container .tab-content {
    border: none;
  }
  .responsive-tabs-container[class*="accordion-"] .tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-width: medium 1px 1px;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 10px 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block;
  }
  .responsive-tabs-container .tab-content {
    border: none;
  }
  .responsive-tabs-container[class*="accordion-"] .tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-width: medium 1px 1px;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 10px 10px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-md .accordion-link {
    display: block;
  }
}
@media (min-width: 1200px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none;
  }
  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block;
  }
}
ul.nav.nav-tabs a {
  color: #000;
  padding: 10px 25px;
  text-decoration: none;
}
ul.nav.nav-tabs li.active a {
  background: #6dacde;
  color: #fff !important;
}
@media (min-width: 1721px) and (max-width: 1919px) {
  .corporate_video .slider_right,
  .interactive_presentation .slider_right,
  .power_presentation .slider_right {
    max-width: 79%;
  }
  .presentation_text p {
    max-width: 100%;
  }
}
@media (min-width: 1651px) and (max-width: 1720px) {
  .corporate_video .slider_right,
  .interactive_presentation .slider_right,
  .power_presentation .slider_right {
    max-width: 83%;
  }
}
@media (min-width: 1551px) and (max-width: 1650px) {
  .corporate_video .slider_right,
  .interactive_presentation .slider_right,
  .power_presentation .slider_right {
    max-width: 85%;
  }
}
@media (min-width: 1501px) and (max-width: 1550px) {
  .corporate_video .slider_right,
  .interactive_presentation .slider_right,
  .power_presentation .slider_right {
    max-width: 87%;
  }
}
@media (min-width: 1391px) and (max-width: 1500px) {
  .corporate_video .slider_right,
  .interactive_presentation .slider_right,
  .power_presentation .slider_right {
    max-width: 90%;
  }
}
@media (min-width: 1300px) and (max-width: 1390px) {
  .corporate_video .slider_right,
  .interactive_presentation .slider_right,
  .power_presentation .slider_right {
    max-width: 92%;
  }
}
@media (min-width: 1201px) and (max-width: 1250px) {
  .corporate_video .slider_right,
  .interactive_presentation .slider_right,
  .power_presentation .slider_right {
    max-width: 96%;
  }
}
.hybird_appdevelopment.section {
  padding-bottom: 0;
  padding-top: 60px;
}
ul.industry_type select.form-control {
  padding-right: 33px;
  border: 0;
  -webkit-appearance: none;
  padding-left: 30px;
  box-shadow: 0 0 10px rgb(218 218 218 / 63%);
  border-radius: 20px;
}
.work_page2 h2 {
  font-size: 50px;
  color: #2b4456;
  font-weight: 600;
  line-height: 1;
}
.our_projects.section {
  padding-top: 0;
}
.clients_logo .img_box2 img {
  max-width: 130px;
  margin: auto;
  text-align: center;
}
.work_page2 {
  padding-bottom: 0;
}
.clients_logo .img_box2 {
  width: 180px;
  height: 180px;
  line-height: 180px;
  text-align: center;
  margin: auto;
}
.clients_logo .owl-dots button.owl-dot {
  background: #6dacde;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 100%;
}
.clients_logo .owl-dots button.owl-dot.active {
  background: #024c9f;
}
.clients_logo .owl-dots {
  display: block;
  text-align: center;
}
li.nav-item.project_button {
  margin-top: 0;
  padding: 0 0;
}
.digital5 {
  max-width: 990px;
  margin: auto;
}
li.nav-item.project_button a {
  padding: 4px;
}
.line-bg1 {
  position: fixed;
  background: #71aedd;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 9;
  top: 127px;
}
.work_page .header_section:after {
  position: fixed;
  content: "";
  width: 50px;
  height: 1px;
  top: 125px;
  right: 0;
  z-index: 9999;
}
.second_menu li.active a {
  color: #2b4456 !important;
  font-weight: 700;
}
.eCommerce_banner2 {
  position: relative;
  top: 5%;
}
.project_images_box:hover img {
  transform: scale(1.1);
}
.project_images_box img {
  width: 100%;
  height: auto;
  transition: all 1.1s ease 0s;
}
.project_images_box img {
  max-width: 100%;
}
.project_images_box {
  position: relative;
  overflow: hidden;
}
.home_page nav.navbar.navbar-expand-md.fixed a.navbar-brand img {
  max-width: 60px;
}
.work_page nav.navbar.navbar-expand-md.bg-green.bg-grey.desktop_menu {
  padding: 15px 10px;
}
a.youTube_btn {
  position: absolute;
  bottom: 14%;
  right: 30px;
}
.more_testimonials .more_clients {
  display: none;
}
.solutions_company .solutions_box {
  display: none;
}
.solutions_company.row {
  text-align: center;
  margin: auto;
}
.banner-content-ecommerce h2 {
  color: #fff;
  font-size: 48px;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
.banner-content-ecommerce h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 70px;
  height: 3px;
  background: #2c407f;
}
.banner-content-ecommerce h2:after {
  position: absolute;
  bottom: 0;
  left: 70px;
  content: "";
  width: 70px;
  height: 3px;
  background: #fff;
}
.start_project.section a {
  text-transform: uppercase;
}
.app_text p {
  color: #4c4c4c;
  font-size: 16px;
  padding-right: 40px;
  line-height: 30px;
}
.corporate_video.digitalSlider.section {
  background: #fff5f1;
  padding-bottom: 75px;
  padding-top: 60px;
}
.roohAfza.section {
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  height: inherit;
  padding: 0;
}
.campaign-boxes {
  max-width: 300px;
  position: absolute;
  right: 50px;
  background: #fff;
  padding: 56px;
  top: 0;
  height: 100%;
}
.roohAfza.section .container {
  max-width: 100%;
  padding: 0;
}
.impression {
  position: relative;
  right: 0;
  background: #fff;
  padding: 0;
  bottom: 0;
  top: 0;
  height: inherit;
  max-width: 100%;
  float: right;
}
.impression h4 {
  font-size: 20px;
  font-weight: 800;
  color: #000;
  letter-spacing: 0.5px;
}
.roohAfza .container {
  position: relative;
}
.impression h4 {
  font-size: 25px;
  font-weight: 800;
  color: #000;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.viws_box small {
  display: block;
  font-size: 14px;
  color: #333;
}
.viws_box {
  padding: 12px 0;
}
.viws_box h2 {
  font-weight: 800;
  color: #000;
  font-size: 45px;
}
.work_page .impression .owl-carousel .owl-nav.disabled {
  display: block;
  position: absolute;
  bottom: 8px;
  right: 250px;
  top: inherit;
  z-index: 999;
  left: inherit;
}
.work_page .impression .owl-nav.disabled button {
  display: inline-block;
  border: 0 !important;
}
.work_page .impression .owl-nav.disabled span {
  font-size: 54px;
  opacity: 0.3;
}
.seo_page.section {
  padding-top: 40px;
  margin-top: 15px;
}
.interactive.paid_marketing.section h3:before {
  background: #2c407f;
}
.paid_marketing .making_brands p:last-child {
  max-width: 490px;
}
.banner.bg_blue.section .enterpriesesBanner {
  position: absolute;
  right: 40px;
  max-width: 810px;
  bottom: -42px;
}
.work_page .desktop_menu.fixed {
  padding-top: 6px !important;
  padding-bottom: 10px !important;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.work_page .line:before {
  top: 72px;
  display: none;
}
.work_page .line:after {
  top: 72px;
}
.work_page .desktop_menu.fixed .second_menu {
  margin-top: 30px;
}
.work_page .desktop_menu.fixed a.navbar-brand img {
  max-width: 60px;
}
#slider {
  width: 100%;
  height: 400px;
  position: relative;
  margin: auto;
  padding: 100px 0;
}
#slider input {
  display: none;
}
#slider .slides {
  position: absolute;
  width: 100%;
  height: 400px;
}
#slider .slides .slide {
  width: 33.33333333%;
  float: left;
  opacity: 0.7;
}
#slider .arrow label {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100px;
  height: 45px;
  margin-top: -22.5px;
  text-align: center;
  display: none;
}
#slider .next-arrow label {
  right: 0;
  left: auto;
}
#slider .arrow label:hover .thumb {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
}
#slider .arrow label i {
  display: block;
  width: 40%;
  height: 45px;
  background-color: rgba(122, 184, 0, 0.8);
  color: #fff;
  line-height: 45px;
}
#slider .arrow label .thumb {
  display: block;
  width: 60%;
  height: 45px;
}
#slider .prev-arrow label i {
  float: left;
}
#slider .prev-arrow label .thumb {
  float: right;
  -webkit-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#slider .next-arrow label i {
  float: right;
}
#slider .next-arrow label .thumb {
  float: left;
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
#slide-1-radio:checked ~ .slides .slide:first-child {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 20px rgba(255, 255, 255, 0.7);
  opacity: 1;
  -webkit-transform: translateX(100%) scale(1.2);
  -ms-transform: translateX(100%) scale(1.2);
  transform: translateX(100%) scale(1.2);
  -webkit-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
}
#slide-1-radio:checked ~ .slides .slide:nth-child(2) {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
#slide-1-radio:checked ~ .next-arrow #next-2-arrow,
#slide-1-radio:checked ~ .prev-arrow #prev-3-arrow {
  display: inline-block;
}
#slide-2-radio:checked ~ .slides .slide:nth-child(2) {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 20px rgba(255, 255, 255, 0.7);
  opacity: 1;
  -webkit-transform: translateX(0) scale(1.2);
  -ms-transform: translateX(0) scale(1.2);
  transform: translateX(0) scale(1.2);
  -webkit-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
}
#slide-2-radio:checked ~ .slides .slide:first-child {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
#slide-2-radio:checked ~ .next-arrow #next-3-arrow,
#slide-2-radio:checked ~ .prev-arrow #prev-1-arrow {
  display: inline-block;
}
#slide-3-radio:checked ~ .slides .slide:last-child {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 20px rgba(255, 255, 255, 0.7);
  opacity: 1;
  -webkit-transform: translateX(-100%) scale(1.2);
  -ms-transform: translateX(-100%) scale(1.2);
  transform: translateX(-100%) scale(1.2);
  -webkit-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
}
#slide-3-radio:checked ~ .slides .slide:nth-child(2) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
#slide-3-radio:checked ~ .next-arrow #next-1-arrow,
#slide-3-radio:checked ~ .prev-arrow #prev-2-arrow {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #slider {
    width: 100%;
    height: 175px;
  }
  #slider .slides {
    height: 175px;
  }
  #slider .arrow label {
    width: 80px;
  }
}
.home-news-title {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  font-size: 12px;
  padding: 4px 20px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
  z-index: 1;
}
.diary_box_right {
  position: relative;
}
.col-md-6.right_contents .our_Diary_date {
  max-width: 239px;
}
.digital_contennt img {
  margin-left: 5px;
}
.col-md-6.left_contents .little_tag_content p {
  font-weight: 500;
}
.footer.section p {
  font-size: 14px;
}
.logo_brand {
  position: absolute;
  top: 30px;
  left: 30px;
}
.col-md-6.business_help .full_image .logo_brand img {
  mix-blend-mode: inherit;
}
.home_page div#collapsibleNavbar li.nav-item.project_button:hover a {
  color: #fff;
}
.our_diary_text p {
  font-family: Montserrat, sans-serif;
  color: #333;
}
.home_page nav.navbar.navbar-expand-md a.navbar-brand {
  padding: 20px 10px;
  position: relative;
  z-index: 999999;
}
nav.navbar.navbar-expand-md.fixed a.navbar-brand {
  padding: 0;
}
.header_section.section .navbar-expand-md .navbar-collapse {
  margin-top: -25px;
}
.header_section.section nav.navbar.navbar-expand-md.fixed .navbar-collapse {
  margin-top: 0;
  margin-bottom: 0;
}
.work_page .header_section.section .navbar-expand-md .navbar-collapse {
  margin: 18px 0;
}
.work_page .owl-nav span {
  font-size: 30px;
  border: 0;
  width: 56px;
  height: 54px;
  line-height: 30px;
  display: block;
  background: url(../images/arrow-slide.svg) no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
.read-m {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.work_page li.nav-item.project_button:hover {
  border-color: #6dacde;
}
.work_page div#collapsibleNavbar li.nav-item.project_button:hover a {
  color: #fff;
}
.making_brands p {
  line-height: 28px;
  font-weight: 300;
  font-size: 15px;
}
.seo_right_text p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 24px;
}
.red_box.yellow_box p {
  max-width: 290px;
}
.red_box.green_box p {
  max-width: 222px;
}
.experience_details p {
  font-size: 14px;
  color: #4d4d4d;
}
.compaining {
  background: #fff5f1;
  clear: both;
}
.compaining h3 {
  margin: 0;
  padding-bottom: 60px;
  font-size: 40px;
  color: #2b4456;
  font-weight: 600;
}
.work_page .roohAfza.section .owl-nav span {
  border: 0;
  width: 13px;
  height: 27px;
  display: block;
  background: url(../images/arrow-group.svg) no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
.work_page .roohAfza.section .owl-nav .owl-next span {
  border: 0;
  width: 13px;
  height: 27px;
  display: block;
  background: url(../images/arrow-group.svg) no-repeat;
  display: inline-block;
  text-indent: -9999px;
  background-position: top right;
  margin-left: 20px;
}
.aap_banner-content p strong {
  display: inline-block;
  font-weight: 600;
}
.design_devlopment.section .design_text {
  margin-top: 0;
  margin-bottom: 20px;
}
.hybird_content .design_text {
  margin-top: 50px;
  margin-bottom: 20px;
}
.wordpress_devlopment .design_text .btn {
  margin-bottom: 20px;
}
.design_devlopment.section.erp-manfacturing {
  padding-top: 80px;
}
.design_devlopment.section.erp-manfacturing .design_text h2 {
  margin-bottom: 0;
}
.design_devlopment.section.erp-manfacturing .slider_right {
  margin-top: 30px;
}
.wordpress_devlopment.web_App.section {
  padding-top: 110px;
}
.wordpress_devlopment.web_App.section .slider_right {
  margin-top: 15px;
}
.work_page .owl-nav button.owl-next span {
  background: url(../images/arrow-slide.svg) no-repeat;
  background-position: 0 -55px;
}
.corporate_video.media_page .presentation_text a.btn {
  margin-top: 25px;
  margin-bottom: 30px;
}
.company_img img {
  width: 100%;
}
.tab_part.section li.nav-item {
  margin: 0 25px;
}
div#menu2 .tab_para p {
  color: #1a1a1a;
}
.icon1-bg {
  width: 44%;
  position: absolute;
  z-index: 0;
  left: -235px;
  top: 0;
  opacity: 0.8;
}
.icon1-bg img {
  width: 100%;
}
div#menu2 .icon1-bg {
  top: 120px;
}
div#menu3 .icon1-bg {
  top: 78px;
  width: 44%;
  left: -235px;
}
div#menu3 .agency_box li p {
  padding-right: 0;
}
ul.agency_box.eLearning_box li:nth-child(2n) {
  position: relative;
  top: -15px;
}
.down-arrow {
  position: absolute;
  right: 10px;
  top: 7px;
  pointer-events: none;
}
.marketing_text.seoMarketing p {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  margin: 40px 0;
  line-height: 26px;
}
.marketing_text.seoMarketing a {
  border: 1px solid #fff;
  padding: 8px 30px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  margin: 25px 0 0;
  display: inline-block;
}
.marketing_text.seoMarketing a:hover {
  background: #fff;
  color: #6dacde;
}
.seo_projects.section {
  padding-bottom: 70px;
}
.trained.section ul.nav.nav-tabs li a {
  font-size: 14px;
  font-weight: 600;
}
.trained_tab p {
  color: #000;
  line-height: 28px;
}
.trained .nav-tabs {
  border-bottom: 0;
  margin-top: 51px;
}
.process_box p {
  font-size: 14px;
  line-height: 26px;
}
.why_choose.section h2 {
  font-size: 40px;
  margin-bottom: 45px;
}
.why_choose.section p small {
  font-weight: 600;
}
.paid_marketing .making_brands p.font14 {
  font-size: 13px;
  margin: 35px 0 0;
}
.lead_base_boxes p {
  color: #4d4d4d;
}
.interactive.new-interactive.section h2 {
  font-size: 50px;
  line-height: 50px;
}
.power_presentation.section h2 {
  margin-bottom: 25px;
}
.power_presentation.section p strong {
  margin-bottom: 40px;
  display: block;
}
.corporate_video .presentation_text h2 {
  font-size: 48px;
}
.corporate_video .presentation_text p {
  line-height: 30px;
}
.banner.bg_blue.section.e-com-top {
  padding-top: 60px;
  padding-bottom: 80px;
}
.banner.bg_blue.section.e-com-top h1 {
  padding-right: 30px;
}
.banner.bg_blue.section.e-com-top p {
  max-width: 385px;
  margin-bottom: 25px;
}
.design_devlopment.e-com-top2.section .design_text {
  max-width: 970px;
}
.interactive.paid_marketing.smm-section1.section {
  background: #2b85cc;
  margin-top: 30px;
  padding-top: 40px;
}
.interactive.paid_marketing.smm-section1.section h2 {
  font-size: 50px;
}
.interactive.paid_marketing.smm-section1.section .paid_market_Image {
  max-width: 765px;
  bottom: -18px;
  right: 0;
}
.interactive.paid_marketing.smm-section1.section p {
  padding-right: 66px;
}
.smm-wht-we-do {
  clear: both;
  padding: 90px 0 0;
}
.green-bg-smm {
  background: #ebfafe;
  padding: 35px;
  height: 100%;
}
.green-bg-smm img {
  max-width: 100%;
  margin-bottom: 31px;
}
.green-bg-smm h2 {
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}
.green-bg-smm p {
  font-size: 14px;
  line-height: 24px;
  color: #4c4c4c;
}
.smm-wht-we-do h1 {
  margin-bottom: 50px;
}
.smm-wht-we-do .col-md-4 {
  margin-bottom: 25px;
}
.ssm-view {
  margin: 40px 0;
}
.ssm-view a {
  background: #6dacde;
  padding: 5px 28px;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  border: 2px solid #6dacde;
}
.ssm-view a:hover {
  color: #6ea0d2;
  border: 2px solid #6ea0d2;
  background: 0 0;
}
.compaining.smm-companing {
  background: 0 0;
}
.corporate_video.digitalSlider.smm-corporate.section {
  background: 0 0;
  padding-top: 0;
  padding-bottom: 90px;
}
.why_choose.section.smm-why-choose {
  background: 0 0;
  padding: 0 0 89px;
}
.why_choose.section.smm-why-choose h2 {
  color: #000;
  margin-bottom: 60px;
}
.why_choose.section.smm-why-choose p {
  color: #707070;
  border-color: #707070;
  padding-left: 23px;
}
.why_choose.section.smm-why-choose .maintain_box {
  padding-top: 0;
}
.why_choose.section.smm-why-choose .maintain_box:before {
  top: 0;
}
.work-slide-bg {
  background: #fcca01;
  padding: 35px 15px 35px 50px;
  border-radius: 35px;
}
.work_page .work-slide-bg .owl-nav.disabled {
  display: none;
}
.work-slide-bg .quote {
  position: absolute;
  top: -70px;
  left: 80px;
}
.work-slide-bg h3 {
  margin-top: 50px;
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 31px;
}
.employe-img {
  border-bottom-right-radius: 10px;
  max-width: 149px;
  margin-bottom: 28px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.work-section1 {
  clear: both;
  padding: 150px 0 90px;
}
.work-slide-bg h4 {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  margin-bottom: 12px;
}
.work-slide-bg h5 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}
.work-slide-bg .owl-dots button.owl-dot.active {
  background: #024c9f;
}
.work-slide-bg .owl-dots button.owl-dot {
  background: #6dacde;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 100%;
  margin-top: 35px;
}
.work-slide-bg .owl-dots {
  display: block;
  position: absolute;
  top: -40px;
  right: -15px;
}
.work-career h2 {
  margin-bottom: 35px;
  font-weight: 700;
}
.work-career {
  padding-left: 40px;
}
.work-career h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  margin-bottom: 30px;
}
.work-career p {
  font-size: 14px;
  line-height: 23px;
}
.work-section-2 {
  background: #6dacde;
  padding: 100px;
  text-align: center;
}
.work-section-2 p {
  color: #fff;
  font-size: 21px;
  line-height: 32px;
}
.work-section-2 a {
  background: #fcca01;
  padding: 5px 22px;
  display: inline-block;
  color: #000;
  border-radius: 30px;
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.work-section-2 a:hover {
  background: #fff;
}
.work-section-3 {
  padding: 90px 0;
}
.work-section-3 h2 {
  text-align: center;
  margin-bottom: 40px;
}
.work-section-3 h3 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  color: #202020;
}
.work-section-3 p {
  text-align: center;
  margin-bottom: 60px;
  color: #4c4c4c;
  padding: 0 50px;
}
.work-section-3 .green-bg2 {
  background: #dafafa;
  padding: 30px;
  min-height: 270px;
}
.work-section-3 .green-bg2 h4 {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.exp-year {
  position: absolute;
  bottom: 30px;
}
.work-section-3 .col-md-4 {
  margin-bottom: 25px;
}
.work-section-3 .green-bg2 h1 {
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.work-section-3 .green-bg2 h5 {
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 400;
}
.green-bg2 .read-m {
  bottom: 40px;
}
.work-section-4 {
  background: #ecf8f9 url(../images/life-bg.svg) no-repeat;
  background-position: center;
  width: 100%;
  padding: 90px;
  text-align: center;
}
.work-section-4 h2 {
  margin-bottom: 35px;
  text-align: center;
}
.work-section-4 p {
  margin-bottom: 60px;
  color: #333;
  padding: 0 70px;
}
.work-section-4 .col-md-6:nth-child(1) {
  padding: 5px;
}
.work-section-4 .col-md-6:nth-child(2) .col-md-6 {
  padding: 5px;
}
.contact-panel-1 {
  clear: both;
  padding: 50px 0;
}
.office-1 {
  background: #616bc9;
  padding: 35px;
}
.office-2 {
  background: #6dacde;
  padding: 30px;
  height: 100%;
}
.contact-panel-1 h2 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.contact-panel-1 p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
.contact-panel-1 ul {
  padding: 0;
  width: 100%;
}
.contact-panel-1 ul li a {
  color: #fff;
  font-size: 14px;
}
.contact-panel-1 ul li span:nth-child(1) {
  margin-right: 14px;
}
.contact-panel-1 ul li {
  margin: 0 0 10px;
}
span.phone-icon {
  display: inline-block;
  vertical-align: top;
}
span.phone_number {
  display: inline-block;
}
.request-quote {
  background: #f9f9f9;
  box-shadow: 1px 1px 1px rgb(0 0 0 / 16%);
  padding: 35px;
  position: absolute;
}
.request-quote h3 {
  font-size: 24px;
  margin-bottom: 22px;
  font-weight: 400;
}
.request-quote h4 {
  font-size: 15px;
  margin-bottom: 31px;
  font-family: Montserrat, sans-serif;
  line-height: 22px;
  font-weight: 700;
}
.contact_form .form-control {
  font-size: 14px;
  border: 0;
  background: 0 0;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  border-radius: 0;
  height: inherit;
  box-shadow: inherit;
  outline: 0;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact_form .btn {
  background: #6dacde;
  border: 2px solid #6dacde;
  font-size: 14px;
  border-radius: 30px;
  padding: 7px 25px;
  margin: 20px 0 20px;
}
.contact_form .btn:hover {
  border: 2px solid #6dacde;
  background: 0 0;
  color: #6dacde;
}
.why-stratgey {
  padding-bottom: 70px;
}
.project_images_box .our_Diary_date {
  max-width: 292px;
}
.project_images_box .our_Diary_date p {
  margin: 10px 0;
  font-family: "Roboto Slab", serif;
  font-weight: 300;
  color: #191919;
}
.clr_w .our_Diary_date p {
  color: #fff;
}
.clr_w .our_Diary_date strong {
  color: #fff;
}
.project_images_box.filter-clr img {
  mix-blend-mode: luminosity;
}
.project_images_box.filter-clr1 img {
  mix-blend-mode: multiply;
  background: #000;
}
.project_images_box.filter-clr1 {
  background: #0099e8;
}
.project_images_box.filter-clr1 .logo_brand img {
  mix-blend-mode: inherit;
}
.our_projects.news_panel.section select.form-control {
  box-shadow: 0 2px 7px rgb(0 0 0 / 6%);
  border-radius: 20px;
  padding: 0 34px 0 20px;
  color: #4c4c4c;
  font-size: 14px;
}
.our_projects.news_panel.section ul.industry_type {
  margin-top: 0;
}
.our_projects.news_panel.section .container {
  padding: 0 30px;
}
.our_projects.news_panel.section .down-arrow {
  right: 13px;
}
.our_projects.news_panel.section .project_images_box {
  margin: 0 0 8px;
}
.menu-pos {
  position: absolute;
  overflow: hidden;
  width: 100%;
  padding: 127px 0 50px;
  background: #6dacde;
  display: block !important;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  transition-timing-function: ease;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 1px 8px rgb(218 218 218 / 54%);
  z-index: 0;
  min-height: 550px;
}
li.nav-item.menu-hover:hover .menu-pos {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -o-transform: rotateX(0);
  -ms-transform: rotateX(0);
  z-index: 9999;
}
div#collapsibleNavbar .menu_service h3 a {
  font-size: 24px;
  font-weight: 600;
  padding-right: 56px;
  text-transform: capitalize;
  margin-bottom: 15px;
  letter-spacing: inherit;
  text-decoration: none;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
div#collapsibleNavbar .menu_service p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 43px;
  padding-right: 36px;
}
div#collapsibleNavbar .menu_service ul li a {
  font-size: 12px;
  font-weight: 600;
  padding-right: 23px;
  letter-spacing: inherit;
  padding: 0;
  text-transform: capitalize;
  margin-bottom: 15px;
  text-decoration: none;
}
div#collapsibleNavbar .menu_service ul {
  padding: 0;
  margin-bottom: 54px;
}
.menu_service h3 {
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  margin-bottom: 20px;
}
.menu_service {
  padding-right: 20px;
}
div#collapsibleNavbar .menu_service.three-menu ul {
  margin-bottom: 30px;
}
div#collapsibleNavbar .menu_service ul li a:after {
  background: url(../images/right-arrow1.svg) no-repeat;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 5px;
}
div#collapsibleNavbar .menu_service ul li ul li a:after {
  display: none;
}
div#collapsibleNavbar .menu_service ul li ul li a {
  font-weight: 400;
}
h3.brd-none {
  border: 0;
}
body.home_page div#collapsibleNavbar li.nav-item.project_button a {
  background: #6dacde;
  border: 1px solid #fff;
  padding: 8px 15px;
  margin: 0 10px;
}
.home_page.hover1 div#collapsibleNavbar li.nav-item.menu-hover a.nav-link {
  border: 1px solid #fff;
}
body.home_page.hover1 div#collapsibleNavbar li.nav-item.project_button a {
  background: #6ea0d2;
  border: 1px solid rgb(255 255 255 / 0%);
}
.work_page
  nav.navbar.navbar-expand-md.bg-green.bg-grey.desktop_menu.fixed
  .menu {
  top: 7px;
}
.header_section.section.line .line-bg1 {
  top: 86px;
}
body.work_page nav.navbar.navbar-expand-md.desktop_menu .col-md-10 {
  position: static;
}
body.work_page nav.navbar.navbar-expand-md.desktop_menu .col-md-10 .col-md-12 {
  position: static;
}
body.work_page div#collapsibleNavbar .menu_service h3 a {
  color: #fff;
}
body.work_page div#collapsibleNavbar .menu_service ul li a {
  color: #fff;
}
body.work_page.hover1 div#collapsibleNavbar a.nav-link {
  color: #fff;
}
body.work_page.hover1 div#collapsibleNavbar li.nav-item.project_button a {
  background: #6ea0d2;
  border: 1px solid rgb(255 255 255 / 0%);
}
body.work_page.hover1 div#collapsibleNavbar .nav-item.menu-hover a.nav-link {
  color: #fff;
  border: 1px solid #fff;
}
body.work_page.hover1
  nav.navbar.navbar-expand-md.bg-green.bg-grey.desktop_menu.fixed
  .menu-pos {
  padding: 90px 0 0;
}
a.navbar-brand.scroll-logo {
  display: none;
}
body.work_page.hover1 a.navbar-brand.scroll-logo {
  display: block;
  z-index: 999999;
  position: relative;
}
body.work_page.hover1 a.navbar-brand.normal-logo {
  display: none;
}
.work_page.hover1 .menu span,
.work_page.hover1 .menu span::after,
.work_page.hover1 .menu span::before {
  background: #fff;
}
.our_Diary.section.mobile-dairy {
  display: none;
}
.our_Diary.section.mobile-dairy .owl-dots button.owl-dot {
  background: #6dacde;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 100%;
  margin-top: 35px;
}
.our_Diary.section.mobile-dairy .owl-dots button.owl-dot.active {
  background: #024c9f;
}
.our_Diary.section.mobile-dairy .owl-dots {
  display: block;
  text-align: center;
}
.mobile-slide-menu {
  display: none;
}
.mobile_device2 span.mobile-menu-nav,
.mobile_device2 span.mobile-menu-nav::after,
.mobile_device2 span.mobile-menu-nav::before {
  display: block;
  width: 30px;
  right: 0;
  height: 3px;
  background-color: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mobile_device2 span.mobile-menu-nav::after {
  top: 9px;
  width: 20px;
}
.mobile_device2 span.mobile-menu-nav::after,
.mobile_device2 span.mobile-menu-nav::before {
  position: absolute;
  content: "";
}
.mobile_device2 span.mobile-menu-nav::before {
  top: -9px;
  width: 30px;
}
.mobile_device2 span.mobile-menu-nav {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-left: -15px;
  margin-top: -4.5px;
}
span.mobile-menu-nav.clicked::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
  width: 20px;
}
span.mobile-menu-nav.clicked:after,
span.mobile-menu-nav.clicked:before {
  background-color: #fff;
}
span.mobile-menu-nav.clicked::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
span.mobile-menu-nav.clicked {
  z-index: 999;
  background: 0 0;
}
.sidenav.show {
  overflow-y: scroll;
  width: 100% !important;
  opacity: 1;
}
.header_section.section.line a.navbar-brand.inner-mobile-logoc {
  display: none;
}
.header_section.section.line a.navbar-brand.inner-mobile-logow {
  display: block;
}
a.navbar-brand.inner-mobile-logow {
  display: none;
}
.work_page .mobile_device2 span.mobile-menu-nav,
.work_page .mobile_device2 span.mobile-menu-nav::after,
.work_page .mobile_device2 span.mobile-menu-nav::before {
  background: #000;
}
.work_page .header_section.section.line span.mobile-menu-nav,
.work_page .header_section.section.line span.mobile-menu-nav::after,
.work_page .header_section.section.line span.mobile-menu-nav::before {
  background: #fff;
}
.header_section.section.line span.mobile-menu-nav.clicked {
  background: 0 0;
}
.header_section.section span.mobile-menu-nav.clicked {
  background: 0 0;
}
span.mobile-menu-nav.clicked:after,
span.mobile-menu-nav.clicked:before {
  background: #fff !important;
}
.company_img.mobile-company-img {
  display: none;
}
.ecom-mobile,
.mobile-app-2,
.right_content_mobile,
.web-banner-mobile {
  display: none;
}
.design_devlopment.end-to-endterprise-app2.section .custom_web_text h4 {
  color: #333;
  font-size: 22px;
  margin-top: 30px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}
.design_devlopment.end-to-endterprise-app2.section .custom_web {
  padding: 30px 0 50px;
}
.interactive.paid_marketing.sem-panel1.section {
  margin-top: 30px;
}
.interactive.paid_marketing.sem-panel1.section .paid_market_Image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 650px;
}
.interactive.branding_Solutions.section {
  margin-top: 30px;
}
.interactive.branding_Solutions.section .col-md-6.branding_text p {
  max-width: 76%;
}
.interactive.branding_Solutions.section .branding_img img {
  max-width: 835px;
}
.interactive.new-interactive.section {
  margin-top: 30px;
}
.interactive.new-interactive.section .col-md-6.making_img img {
  max-width: 622px;
  margin-top: 25px;
}
.corporate.section.new-interactive2 {
  padding-top: 60px;
}
.video_img img {
  mix-blend-mode: multiply;
}
.interactive.video_page.section {
  overflow: hidden;
  margin-top: 30px;
}
.seo_page.section.seo-panel1 {
  margin-top: 30px;
}
.tab-panel2 .process_box.boxOne:before {
  content: "4";
}
.tab-panel2 .process_box.boxTwo .img_box:before {
  content: "5";
}
.tab-panel2 .process_box.boxThree:before {
  content: "6";
}
.tab-panel3 .process_box.boxOne:before {
  content: "7";
}
.tab-panel3 .process_box.boxTwo .img_box:before {
  content: "8";
}
.tab-panel3 .process_box.boxThree:before {
  content: "9";
}
.tab-panel4 .process_box.boxOne:before {
  content: "10";
}
.tab-panel4 .process_box.boxTwo .img_box:before {
  content: "11";
}
.tab-panel4 .process_box.boxThree:before {
  content: "12";
}
.tab-panel2 .process_box.boxOne .img_box {
  padding: 50px 50px 101px;
  text-align: center;
}
.company_img.desktop-mobile-img {
  max-width: 62%;
}
.banner.stratgey-bg.section {
  background: url(../images/stratgey.png) no-repeat;
  width: 100%;
  height: 520px;
  margin-top: 30px;
  position: relative;
  background-size: 100%;
  mix-blend-mode: multiply;
  padding-top: 50px;
}
.banner.stratgey-bg.section:before {
  mix-blend-mode: multiply;
  content: "";
  background: rgb(93 117 183);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.banner.stratgey-bg.section .banner-content-ecommerce h1 {
  position: absolute;
  bottom: -300px;
}
.digital-stratgey {
  padding: 70px 0;
  clear: both;
}
.owl-carousel5 .item img {
  width: auto;
}
.owl-carousel5 {
  float: right;
  width: 100%;
  padding-top: 130px;
}
.owl-carousel5 .item h3 {
  font-size: 32px;
  font-weight: 200;
  padding-bottom: 25px;
}
.owl-carousel5 .item {
  font-size: 14px;
  font-weight: 300;
}
.our-process-content {
  width: 100%;
}
.owl-carousel5 .item {
  position: relative;
}
.our-process-content2 {
  position: absolute;
  width: 50%;
  bottom: 0;
}
.owl-carousel5 .owl-stage-outer {
  overflow: initial;
}
.our-process2-main {
  margin-left: -160px;
  margin-top: -124px;
}
.our-process3-main {
  margin-left: 0;
  margin-top: 0;
}
.owl-item.active .our-process2-main {
  margin-left: 0;
}
.owl-item.active .our-process3-main {
  margin-left: 0;
}
.our-process-bg3 {
  margin-top: -20px;
}
.owl-carousel5:before {
  height: 100%;
  content: "";
  width: 100%;
  position: static;
  z-index: 9;
  right: 0;
  top: 0;
}
.our-process4-main {
  margin-left: 0;
  margin-top: 0;
  margin-top: 0;
}
.owl-item.active .our-process4-main {
  margin-left: 0;
}
.our-process-content4 {
  width: 100%;
  margin-left: 0;
}
.our-process5-main {
  margin-left: 0;
  margin-top: 0;
}
.owl-item.active .our-process5-main {
  margin-left: 0;
}
.our-process-content5 {
  position: absolute;
  top: 100px;
  mar: 0;
  margin-left: 0;
  th: 100%;
}
.our-process-content5 span {
  display: block;
  margin-top: 30px;
}
.our-process6-main {
  margin-left: -170px;
  margin-top: -100px;
}
.owl-item.active .our-process6-main {
  margin-left: 0;
}
.our-process-content6 {
  width: 50%;
  margin-left: 70px;
}
.our-process7-main {
  margin-left: -180px;
  margin-top: -133px;
}
.owl-item.active .our-process7-main {
  margin-left: 0;
}
.our-process-content7 {
  width: 50%;
  margin-left: 70px;
  position: absolute;
  top: 90px;
}
.our-process-content7 span {
  display: block;
  margin-top: 30px;
}
.our-process-content8 {
  width: 50%;
  margin-left: 70px;
  position: absolute;
  top: 0;
}
.our-process8-main {
  margin-left: -155px;
  margin-top: -99px;
}
.our-process-content8 span {
  display: block;
  margin-bottom: 30px;
}
.our-process9-main {
  margin-left: -160px;
  margin-top: -130px;
}
.our-process-content9 {
  width: 50%;
  margin-left: 70px;
}
.our-process-content9 span {
  display: block;
  margin-top: 30px;
}
.owl-item.active .our-process9-main {
  margin-left: 0;
}
.owl-item.active .our-process8-main {
  margin-left: 0;
}
.owl-carousel5 .owl-dots .owl-dot:before {
  content: "Technical SEO Audit";
  font-size: 15px;
  color: #58595b;
  padding-bottom: 12px;
  display: block;
}
.owl-carousel5 .owl-dots .owl-dot:nth-child(2):before {
  content: "Keyword Research";
}
.owl-carousel5 .owl-dots .owl-dot:nth-child(3):before {
  content: "On Page SEO";
}
.owl-carousel5 .owl-dots .owl-dot:nth-child(4):before {
  content: "Off Page SEO";
}
.owl-carousel5 .owl-dots .owl-dot:nth-child(5):before {
  content: "Link Building";
}
.owl-carousel5 .owl-dots .owl-dot:nth-child(6):before {
  content: "Analytics and Tracking";
}
.owl-carousel5 .owl-dots {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 91;
  display: block;
  width: 100%;
}
.owl-carousel5 .owl-dots .owl-dot {
  display: inline-block;
  width: auto;
  margin: 0 20px;
}
.owl-carousel5 .owl-dots .owl-dot.active:before {
  color: #e09425;
}
.owl-carousel5 .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.39);
  position: absolute;
  bottom: -140px;
  right: -250px;
}
.owl-carousel5 .owl-dots .owl-dot.active span {
  background: #e09425;
}
.owl-carousel5 .owl-dots .owl-dot:nth-child(2) span {
  right: -265px;
}
.owl-carousel5 .owl-dots .owl-dot:nth-child(3) span {
  right: -279px;
}
.owl-carousel5 .owl-dots .owl-dot:nth-child(4) span {
  right: -293px;
}
.owl-carousel5 .owl-dots .owl-dot:nth-child(5) span {
  right: -307px;
}
.owl-carousel5 .owl-dots .owl-dot:nth-child(6) span {
  right: -321px;
}
.owl-carousel5 .owl-dots .owl-dot:nth-child(7) span {
  right: -335px;
}
.owl-carousel5 .owl-dots .owl-dot:nth-child(8) span {
  right: -349px;
}
.owl-carousel5 .owl-dots .owl-dot:nth-child(9) span {
  right: -364px;
}
.owl-carousel5 .owl-dots .owl-dot.active span,
.owl-carousel5 .owl-dots .owl-dot:hover span {
  background: #e09425;
}
.work_page .seo-analysis-panel .owl-carousel .owl-nav.disabled {
  display: none;
}
.home-sec6 {
  width: 100%;
  padding: 80px 0;
  max-width: 1370px;
  overflow: hidden;
  margin: 0 auto;
}
.home-sec6 .owl-dots {
  display: block;
}
.home-sec6 .owl-nav {
  display: none;
}
.digital-stratgey h2 {
  margin-bottom: 50px;
  color: #2b4456;
  font-size: 40px;
  font-weight: 600;
}
.digital-content-panel h3 {
  color: #2b4456;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 100px;
  line-height: 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}
.digital-content-panel {
  padding: 25px 7px;
}
.digital-content-panel h3:after {
  background: #000;
  width: 109%;
  height: 1px;
  position: absolute;
  content: "";
  bottom: -50px;
  left: -70px;
}
.digital-content-panel p {
  padding-right: 74px;
  color: #4d4d4d;
  line-height: 28px;
  font-size: 15px;
}
.why-digital-stratgey h2 {
  margin-bottom: 50px;
  color: #2b4456;
  font-size: 40px;
  font-weight: 600;
}
.stratgey-panel1 p {
  color: #4c4c4c;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 30px;
}
.stratgey-panel1 p strong {
  display: block;
  margin: 45px 0 0;
}
.digital-list ul li span {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #6dacde;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
}
.digital-list ul li:nth-child(2) span {
  background: #024c9f;
}
.digital-list ul li:nth-child(3) span {
  background: #2b4456;
}
.digital-list ul li p {
  font-family: "Roboto Slab", serif;
  display: inline-block;
  width: 66%;
  vertical-align: top;
  margin-left: 30px;
  font-weight: 200;
  font-size: 21px;
  color: #191919;
}
.digital-list ul li {
  display: block;
  padding-bottom: 15px;
}
.digital-list ul:after {
  background: #024c9f;
  width: 2px;
  height: 79%;
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  z-index: -1;
}
.digital-list ul {
  position: relative;
  padding: 0;
}
.digital-list {
  padding-left: 50px;
}
.how-digital-stratgey {
  background: #2b4456;
  clear: both;
  padding: 70px 0 50px;
  margin-top: 70px;
}
.how-digital-stratgey .slider_right {
  float: none;
}
.how-digital-stratgey h2 {
  margin-bottom: 80px;
  color: #fff;
  font-size: 55px;
  font-weight: 400;
}
.stratgey-slider img {
  max-width: 100%;
}
.stratgey-slider p {
  display: inline-block;
  width: 61%;
  color: #fff;
  font-size: 14px;
  margin: 4px 0;
}
.strgey-number ul {
  padding: 0;
}
.stratgey-slider img {
  display: inline-block !important;
  vertical-align: top;
  margin-right: 20px;
}
.work_page .stratgey-slider .owl-nav.disabled button {
  display: inline-block;
}
.work_page .stratgey-slider .owl-carousel .owl-nav.disabled {
  display: inline-block;
  position: absolute;
  top: 120px;
  left: 0;
}
.work_page .stratgey-slider .owl-nav span {
  font-size: 30px;
  border: 0;
  width: 56px;
  height: 54px;
  line-height: 30px;
  background: url(../images/d-left-arrow.svg) no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
.work_page .stratgey-slider .owl-nav button.owl-next span {
  background: url(../images/d-right-arrow.svg) no-repeat;
}
.branding-stratgey .col-md-7 img {
  position: absolute;
  left: -70px;
}
.branding-stratgey-content {
  padding: 70px 0;
}
.branding-quote h3 {
  font-size: 18px;
  color: #191919;
  margin-left: -140px;
  border-top: 1px solid #000;
  padding-top: 40px;
}
.branding-quote h6 {
  font-family: Montserrat, sans-serif;
  text-align: right;
  margin: 20px 0;
  font-weight: 700;
  font-size: 15px;
}
.branding-stratgey-content p {
  font-size: 15px;
  line-height: 24px;
}
.branding-quote {
  margin-bottom: 30px;
}
.branding-stratgey-content h2 {
  margin-bottom: 35px;
  color: #2b4456;
  font-size: 40px;
  font-weight: 600;
}
.branding-stratgey {
  margin-bottom: 30px;
}
.branding-bg1 {
  background: #fcca01;
  border-radius: 28px;
  padding: 50px;
}
.branding-bg1 ul li {
  display: inline-block;
  width: 34%;
  padding: 5px 0;
  color: #191919;
  font-family: "Roboto Slab", serif;
  position: relative;
  font-size: 18px;
}
.branding-bg1 h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 40px;
}
.branding-bg1 ul li:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 6px;
  left: -40px;
  background: url(../images/w-arrow.svg) no-repeat;
}
.new-branding-content {
  padding: 50px 0;
}
.new-branding-content p {
  font-size: 15px;
  line-height: 28px;
}
.new-branding-img {
  position: absolute;
  top: -323px;
  width: 530px;
}
.digital-transformation h2 {
  margin-bottom: 50px;
  color: #2b4456;
  font-size: 40px;
  font-weight: 600;
}
.digital-content1 h3 {
  font-size: 55px;
  color: #2b4456;
  line-height: 60px;
  font-weight: 600;
}
.digital-content1 p {
  font-size: 15px;
  line-height: 28px;
  margin: 56px 18px 0;
}
.our-four-step {
  margin: 50px 0;
}
.our-four-step h4 {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 70px;
}
.our-four-step .step {
  background: #e9e4ce;
  border-radius: 16px;
  padding: 40px;
}
.our-four-step .step h6 {
  position: absolute;
  top: -41px;
  font-size: 60px;
}
.our-four-step .step h5 {
  font-size: 22px;
  margin: 18px 0 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.our-four-step .step p {
  font-size: 15px;
  line-height: 28px;
}
.our-four-step .col-md-6 {
  margin-bottom: 60px;
}
.step.step-2 {
  background: #6dacde;
}
.step.step-3 {
  background: #c8cbe4;
}
.step.step-4 {
  background: #fad334;
}
.news-head {
  clear: both;
  padding: 30px 0 80px;
}
.news-head .date {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
}
.news-head h2 {
  color: #2b4456;
  font-size: 48px;
  font-weight: 700;
  padding-right: 180px;
  margin-bottom: 65px;
}
.red-bg {
  background: #ed1c24;
  padding: 50px;
}
.img-logo {
  margin-bottom: 40px;
}
.red-bg p {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.img-new-1 {
  display: inline-block;
  width: 39%;
  vertical-align: top;
  margin-top: -303px;
}
.img-new-2 {
  display: inline-block;
  width: 60%;
  margin-top: -370px;
}
.news-content2 p {
  font-size: 15px;
  line-height: 26px;
}
.news-content2 {
  margin: 100px 0 66px;
  width: 640px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 38px;
}
.bacl-listing {
  display: inline-block;
}
.share-this {
  display: inline-block;
  margin: 0 20px;
}
.bacl-listing a {
  background: #6dacde;
  padding: 7px 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.share-this a {
  background: #2b4456;
  color: #fff;
  padding: 7px 30px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
}
.share-this img {
  margin-left: 10px;
}
.bacl-listing img {
  margin-right: 10px;
}
.bacl-listing a:hover {
  background: #2b4456;
}
.share-this a:hover {
  background: #6dacde;
}
.blog-head {
  clear: both;
  padding: 30px 0 80px;
}
.blog-head .date {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
}
.blog-head h2 {
  color: #2b4456;
  font-size: 48px;
  font-weight: 700;
  padding-right: 180px;
  margin-bottom: 65px;
}
.blog-detail-1 .blue-bg {
  background: #183346;
  padding: 70px 30px 90px;
}
.blog-detail-1 .blue-bg p {
  color: #fff;
  font-size: 21px;
  font-family: "Roboto Slab", serif;
  font-weight: 200;
  line-height: 35px;
}
.blog-detail-1 .blue-bg h5 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  position: relative;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
}
.img-blog-1 {
  margin-top: -240px;
}
.blog-content2 {
  padding: 50px 0;
}
.blog-content2 p {
  font-size: 15px;
  line-height: 26px;
  padding-right: 30px;
}
.img-new-1.mobile-content {
  display: none;
}
.blog-detail-1 .blue-bg h5:after {
  content: "";
  background: #fcca01;
  width: 47%;
  height: 1px;
  position: absolute;
  bottom: -17px;
  left: 0;
}
.blog-detail2 h2 {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  margin: 50px 0;
}
.blog-detail2 h3 {
  font-size: 30px;
}
.blog-detail2 p {
  font-size: 15px;
  line-height: 27px;
  padding-right: 50px;
  color: #000;
}
.blog-3 {
  margin: 80px 10px 50px;
}
.blog-3 h4 {
  font-size: 27px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #2b4456;
}
.img-blog-2 {
  text-align: left;
}
.blue-quote {
  text-align: center;
  margin: 70px 0 80px;
  background: #616bc9;
  padding: 70px;
}
.blue-quote p {
  font-size: 21px;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-weight: 100;
}
.blue-quote h5 {
  font-size: 16px;
  color: #fff;
  margin: 20px 0 0;
  font-family: "Roboto Slab", serif;
}
.share-us {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}
.share-us h1 {
  font-size: 24px;
  font-weight: 700;
}
.share-us p {
  margin-left: 15px;
  font-style: italic;
}
.share-us .button-back {
  margin-top: 50px;
}
.blog-slider {
  background: #dafafa;
  padding: 90px 0;
}
.blog-slider a {
  color: #333;
  text-decoration: none;
}
.blog-slider .date {
  margin: 20px;
  font-weight: 700;
  font-size: 14px;
}
.blog-slider h3 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 20px;
}
.work_page .blog-slider .owl-nav.disabled button {
  display: inline-block;
}
.work_page .blog-slider .owl-carousel .owl-nav.disabled {
  display: inline-block;
  position: absolute;
  top: -33px;
  left: 0;
  width: 100%;
}
.work_page .blog-slider .owl-nav span {
  font-size: 30px;
  border: 0;
  width: auto;
  height: inherit;
  line-height: 8px;
  background: url(../images/blog-left-arrow.svg) no-repeat;
  display: inline-block;
  text-indent: 0;
}
.work_page .blog-slider .owl-nav button.owl-next span {
  background: url(../images/blog-right-arrow.svg) no-repeat;
}
.work_page .blog-slider button.owl-next {
  float: right;
}
.work_page .blog-slider .owl-nav button.owl-next span:after {
  content: "Next Article";
  font-size: 12px;
  position: absolute;
  right: 17px;
  top: 4px;
  font-weight: 500;
}
.work_page .blog-slider .owl-nav button.owl-prev span:after {
  content: "Previous Article";
  font-size: 12px;
  position: absolute;
  left: 15px;
  top: 5px;
  font-weight: 500;
}
.form-slide.clicked {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  right: 0;
}
.form-slide {
  background: rgb(249 249 249 / 97%);
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -100%;
  height: 100%;
  max-width: 810px;
  width: 100%;
  padding: 47px 70px;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.form-slide .request-quote {
  position: static;
  padding: 0;
  border: 0;
  box-shadow: inherit;
  background: 0 0;
}
.form-slide h2 {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.form-slide .request-quote h4 {
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  font-family: "Roboto Slab", serif;
  color: #191919;
  padding-right: 85px;
}
body.home_page.project-fix nav.navbar.navbar-expand-md.fixed {
  background: 0 0;
}
.form-slide.clicked li.nav-item.project_button {
  position: fixed;
  z-index: 99999999;
}
body.home_page.project-fix li.nav-item {
  pointer-events: none;
}
body.home_page.project-fix li.nav-item.project_button {
  pointer-events: inherit;
}
.contact_form .form-control::placeholder {
  color: #333;
}
body.work_page.project-fix .second_menu {
  opacity: 0;
  pointer-events: none;
}
body.work_page.project-fix .line-bg1 {
  opacity: 0;
}
body.work_page.project-fix li.nav-item {
  pointer-events: none;
  opacity: 0.1;
}
body.work_page.project-fix li.nav-item.project_button {
  pointer-events: none;
}
body.work_page.project-fix
  nav.navbar.navbar-expand-md.bg-green.bg-grey.desktop_menu.fixed {
  background: 0 0;
  box-shadow: inherit;
}
.our-client-logo ul li {
  float: left;
  border: 1px solid #ddd;
  width: 25%;
  border-top: 0;
  border-left: 0;
  text-align: center;
}
.our-client-logo ul {
  padding: 0;
}
.our-client-logo ul li:nth-child(4n) {
  border-right: 0px;
}
.our-client-logo h4 {
  padding: 40px 0 20px;
  clear: both;
  font-size: 45px;
  color: #2b4456;
  font-weight: 700;
}
.our-client-logo p {
  font-size: 16px;
  color: #202020;
  padding-right: 180px;
  line-height: 28px;
}
.our-client-logo {
  padding-bottom: 80px;
  clear: both;
}
.our-client-logo ul {
  padding: 50px 0;
}
.our_Diary.section.desktop-dairy a {
  text-decoration: none;
}
.slide-project a {
  background: #6dacde;
  border: 1px solid #fff;
  margin: 31px 0;
  margin: 35px 26px;
  text-align: center;
}
.our_projects.blog_panel.section {
  padding-top: 35px;
}
.innerBanner.mobile_appbanner {
  display: none;
}
.enter-mobile-content {
  display: none;
}
.img-campain {
  display: block;
}
.mobile-content {
  display: none;
}
.row.work-group {
  display: block;
  margin: 0;
}
.our-client-logo ul li img {
  max-width: inherit;
}
.load_more_btn.clearfix {
  padding: 70px 0 10px;
  display: block;
}
.close_slide {
  position: absolute;
  top: 35px;
  right: 87px;
}
.humburger-slide {
  width: 290px;
  float: right;
  position: relative;
  z-index: 9;
}
div#collapsibleNavbar .sideMenu ul li a {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 10px;
}
.reash-us {
  position: absolute;
  bottom: 20px;
  right: 77px;
  z-index: 99;
}
.reash-us p {
  margin: 0;
  padding: 0;
}
.reash-us p.e_mail {
  margin-top: 12px;
  margin-bottom: 18px;
}
div#collapsibleNavbar .reash-us p a {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  text-transform: inherit;
  letter-spacing: inherit;
}
div#collapsibleNavbar .slide-project a.nav-link {
  border: 1px solid #fff;
  margin: 0;
  font-size: 14px;
}
.reash-us h4 {
  font-size: 14px;
  color: #fcca01;
  font-family: Montserrat, sans-serif;
  margin-bottom: 20px;
}
.col-md-12.i-human {
  margin: 20px 0;
}
.project_images.section .view-portfolio {
  text-align: center;
  position: absolute;
  bottom: -125px;
  left: 0;
  right: 0;
}
.view-portfolio {
  text-align: center;
}
.view-portfolio a {
  background: #6dacde;
  padding: 5px 28px;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  border: 2px solid #6dacde;
  transition: 0.5s;
}
.view-portfolio a:hover {
  color: #6ea0d2;
  border: 2px solid #6ea0d2;
  background: 0 0;
}
.clients_logo .view-portfolio {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 20px;
}
.our_Diary.section.desktop-dairy .view-portfolio {
  text-align: center;
  margin-top: 50px;
}
.our_projects.news_panel.section {
  padding-top: 60px;
}
.menu_service.three-menu ul ul {
  margin-left: 8px;
}
.anachor-tag1 {
  position: relative;
  top: -100px;
  height: 0;
  width: 1px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.work_page.add1 a.navbar-brand.scroll-logo {
  display: none;
  padding: 20px 10px;
  position: relative;
  z-index: 999999;
}
body.work_page.add1 .menu span,
body.work_page.add1 .menu span::after,
body.work_page.add1 .menu span::before {
  background: 0 0;
}
body.work_page.project-fix .close_slide {
  position: absolute;
  top: 30px;
  right: 84px;
  z-index: 99;
}
div#collapsibleNavbar .sideMenu ul li a.active3 {
  font-weight: 600;
}
.red_box.contant_black_box {
  background: #445ddb;
  padding: 70px 60px;
}
.red_box.contant_black_box p {
  font-size: 30px;
  max-width: 100%;
  font-family: "Roboto Slab", serif;
  line-height: 36px;
  font-weight: 500;
}
a.start_btn {
  display: inline-block;
  margin: 30px 0;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}
a.start_btn:hover {
  background: #fff;
  color: #6dacde;
}
.clearfix {
  clear: both;
  width: 100%;
  display: block;
}
.work-section-4 img {
  width: 100%;
}
.testimonials_clients iframe.video-size {
  width: 100%;
  height: 385px;
}
.testimonials_clients .modal-body {
  padding: 6px 6px 0;
}
.testimonials_clients button.close {
  position: absolute;
  background: #fff;
  width: 30px;
  height: 30px;
  z-index: 9999;
  border-radius: 30px;
  opacity: 1;
  top: -12px;
  right: -33px;
}
.testimonials_clients button {
  border: 0;
  background: 0 0;
}
.sideMenu:before {
  content: "";
  width: 100%;
  height: 100%;
  background: 0 0;
  position: static;
  top: 0;
}
.red-bg.green-bg {
  background: #59c55a;
}
.news-content2 h3 {
  margin-bottom: 30px;
  display: block;
}
.red-bg.blue-bg {
  background: #243d97;
}
.red-bg.yellow-bg {
  background: #bb9a37;
}
.project_images.section .more_testimonials ul li {
  float: left;
  width: 33.33%;
}
.project_images.section .more_testimonials ul {
  padding: 0;
}
.project_images.section .load_more_btn.clearfix {
  position: absolute;
  z-index: 9;
  bottom: -110px;
}
.our_clients.section .clients_logo li {
  display: none;
}
.our_clients.section .clients_logo li img {
  max-width: 150px;
}
.our_clients.section .more_testimonials li {
  width: 25%;
  margin-right: 0;
  max-width: 25%;
  height: inherit;
  line-height: inherit;
}
.our_clients.section .more_testimonials li:nth-child(5n) {
  margin-right: 0;
}
.our_clients.section .more_testimonials ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our_clients.section .more_testimonials ul {
  padding: 0;
}
.our_clients.section .load_more_btn.clearfix {
  padding-top: 0;
}
.load_more_btn .btn,
.technical_Section a.btn {
  background: #66acdc;
  border-radius: 25px;
  color: #fff;
  padding: 5px 30px;
  font-size: 14px;
}
.slider-nav-thumbnails .slick-slide {
  opacity: 1;
}
.slider-nav-thumbnails .slick-slide.slick-active {
  opacity: 1;
  background: #6dacde;
  color: #fff;
  text-align: center;
}
.slider-nav-thumbnails.slick-initialized .slick-slide img {
  opacity: 0;
  height: 41px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  left: 0;
  padding: 10px 15px;
  overflow: hidden;
}
.slider-nav-thumbnails.slick-initialized .slick-slide {
  position: relative;
  padding: 10px 14px;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.slider-nav-thumbnails .slick-slide.slick-active {
  color: #fff;
}
.seo-analysis-panel button.slick-prev {
  display: none !important;
}
.seo-analysis-panel button.slick-next {
  display: none !important;
}
.seo-analysis-panel {
  margin-top: 59px;
}
.slider.slick-initialized.slick-slider {
  padding: 15px 0 0 0;
}
.seo-analysis-panel h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.seo-analysis-panel p {
  font-size: 15px;
  line-height: 26px;
  color: #000;
}
.process_box.boxThree.four {
  padding-left: 64px;
  margin-left: 0;
}
.process_box.boxThree.four:before {
  content: "4";
  left: 53px;
}
.process_box.boxThree.four:after {
  position: absolute;
  top: -3px;
  content: "";
  right: -206px;
  background: url(../images/line1.png);
  width: 206px;
  height: 250px;
  background-repeat: no-repeat;
  left: inherit;
}
.process_box.boxTwo.five {
  padding-bottom: 0;
  position: relative;
  margin-top: 54px;
}
.process_box.boxTwo.five {
  border: 0;
}
.process_box.boxTwo.five .img_box {
  border: 0;
  border-bottom: 5px solid #c9d7ee;
  margin-top: -54px;
}
.process_box.boxTwo.five .img_box:before {
  bottom: -20px;
  content: "5";
}
.process_box.boxThree.six:before {
  content: "6";
}
.slider-nav-thumbnails.slick-initialized.slick-slider {
  height: 40px;
}
.process_seo1 {
  position: relative;
}
.card:nth-child(1) .process_seo1:before {
  position: absolute;
  content: "1";
  width: 50px;
  height: 50px;
  left: -2px;
  z-index: 999;
  top: -50px;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  color: #000;
  font-size: 25px;
  background: #fff;
  border: 4px solid #c9d7ee;
}
.card:nth-child(2) .process_seo1:before {
  position: absolute;
  content: "2";
  width: 50px;
  height: 50px;
  left: -2px;
  z-index: 999;
  top: -50px;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  color: #000;
  font-size: 25px;
  background: #fff;
  border: 4px solid #c9d7ee;
}
.card:nth-child(3) .process_seo1:before {
  position: absolute;
  content: "3";
  width: 50px;
  height: 50px;
  left: -2px;
  z-index: 999;
  top: -50px;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  color: #000;
  font-size: 25px;
  background: #fff;
  border: 4px solid #c9d7ee;
}
.card:nth-child(4) .process_seo1:before {
  position: absolute;
  content: "4";
  width: 50px;
  height: 50px;
  left: -2px;
  z-index: 999;
  top: 0;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  color: #000;
  font-size: 25px;
  background: #fff;
  border: 4px solid #c9d7ee;
}
.card:nth-child(5) .process_seo1:before {
  position: absolute;
  content: "5";
  width: 50px;
  height: 50px;
  left: -2px;
  z-index: 999;
  top: -50px;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  color: #000;
  font-size: 25px;
  background: #fff;
  border: 4px solid #c9d7ee;
}
.card:nth-child(6) .process_seo1:before {
  position: absolute;
  content: "6";
  width: 50px;
  height: 50px;
  left: -2px;
  z-index: 999;
  top: -50px;
  border-radius: 100%;
  text-align: center;
  line-height: 42px;
  color: #000;
  font-size: 25px;
  background: #fff;
  border: 4px solid #c9d7ee;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}
.mobile-seo-panel.mobile-content a.card-link.collapsed:after {
  background: url(../images/plus-1.svg) no-repeat;
  content: "";
  position: absolute;
  top: 17px;
  right: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.mobile-seo-panel.mobile-content a.card-link:after {
  background: url(../images/close.png) no-repeat;
  content: "";
  position: absolute;
  top: 17px;
  right: 23px;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.work_page .company_banner.section .owl-carousel .owl-nav.disabled {
  display: none;
}
.company_text.col-md-6 .owl-carousel {
  width: 256px;
}
.company_text .brand_images img {
  max-width: 100%;
}
.our_Diary.section.desktop-dairy .view-portfolio a {
  margin: 0 6px;
}
.design_devlopment.e-com-top2.section {
  padding-top: 80px;
}
.design_devlopment.e-com-top2.section span {
  vertical-align: sub;
}
.ecommerce_development.section span {
  vertical-align: sub;
}
.carrer-name {
  clear: both;
  padding: 50px 0;
  display: block;
}
.carrer-name h3 {
  margin-bottom: 24px;
}
.carrer-name h4 {
  margin: 50px 0 24px;
}
.carrer-name p {
  font-size: 14px;
  line-height: 26px;
}
.carrer-name ul li {
  list-style: disc;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
}
.carrer-name ul {
  padding: 10px 20px;
}
.ap-btn a {
  color: #fff;
  background: #6dacde;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 30px;
  margin: 28px 0;
  border: 1px solid #6dacde;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
}
.ap-btn a:hover {
  background: #fff;
  color: #6dacde;
}
.company_img.mobile-company-img video {
  max-width: 100%;
}
.our_clients.section .load_more_btn a {
  color: #fff;
  text-decoration: none;
}
.project_images.section .load_more_btn a {
  text-decoration: none;
  color: #fff;
}
body.home_page.noContent1 .load_more_btn button {
  display: none;
}
body.home_page .view_btn {
  background: #66acdc;
  display: none;
  border-radius: 25px;
  color: #fff;
  padding: 5px 30px;
  font-size: 14px;
}
body.home_page.noContent1 .view_btn {
  display: inline-block;
}
body.home_page.noContent1 .project_images.section .load_more_btn button {
  display: inline-block;
  text-align: center;
}
body.home_page.noContent2 .project_images.section .load_more_btn button {
  display: none;
}
body.home_page .project_images.section .view_btn {
  background: #66acdc;
  display: none;
  border-radius: 25px;
  color: #fff;
  padding: 5px 30px;
  font-size: 14px;
}
body.home_page.noContent2 .project_images.section .view_btn {
  display: inline-block;
}
.company_img.desktop-mobile-img video {
  max-width: 100%;
  width: 100%;
}
.appy-box.row {
  padding: 0;
  margin: 50px 0;
}
.appy-box.row .form-control {
  height: inherit;
  padding: 12px 0;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  box-shadow: inherit;
  outline: 0;
}
.appy-box.row textarea {
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 20px;
  border: 1px solid #ddd;
  height: 175px;
}
.appy-box.row .col-md-6.form-group label {
  font-size: 14px;
  text-align: center;
}
.appy-box.row [type="file"] + label {
  border-radius: 3px;
  padding: 10px;
  width: 100%;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  left: 0;
  top: 0;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-bottom: 30px;
}
.appy-box.row p {
  color: #b0b0b0;
  margin: 0 0 10px;
}
.appy-box.row [type="file"] {
  position: absolute;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
.appy-box.row span {
  color: red;
}
.appy-box.row .i-human {
  margin-top: 30px;
}
.apply-now-panel h4 {
  margin: 50px 0;
  font-size: 35px;
}
.appy-box.row button.btn.btn-primary {
  background: #6dacde;
  border: 0;
  border-radius: 22px;
  padding: 8px 50px;
  font-size: 15px;
  margin: 50px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.apply-now-panel h6 {
  margin: 20px 0 0;
  display: block;
}
.appy-box.row .form-group {
  margin-bottom: 30px;
}
.appy-box.row input::placeholder {
  color: #333;
}
.work_page2.testimonials_page.section {
  display: none;
}
.work_page2.testimonials_page.section.work-pan {
  display: block;
}
.work_page2.testimonials_page.section.work-career-pan {
  display: block;
}
.work_page2.clients-page.slient-page-pan.testimonials_page.section {
  display: block;
}
.work_page2.testimonials_page.section.contact-pan {
  display: block;
}
.work_page2.testimonials_page.news-name-pan.section {
  display: block;
}
body.home_page .our_clients.section .clients_logo li {
  background: rgb(255 255 255 / 18%);
  margin-right: 13px;
  width: 19%;
  padding: 0;
  margin-bottom: 13px;
}
body.home_page .our_clients.section .clients_logo li:nth-child(5n) {
  margin-right: 0;
}
body.home_page .our_clients.section .clients_logo li img {
  max-width: 100%;
}
.news-bg {
  background: #ddd;
  width: 540px;
  height: 343px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.news-panel-section {
  padding: 70px 0;
  clear: both;
}
.new-top-detail h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.news-date {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.col-md-12 .new-top-detail h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: #191919;
}
.news-panel-section .col-md-12 {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  margin: 0 20px 15px;
}
.new-top-detail p {
  font-size: 16px;
  line-height: 28px;
  color: #4c4c4c;
}
.strgey-number ul li {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px;
  margin-right: 28px;
}
.stratgey-slider .strgey-number ul li img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  text-align: center;
}
.strgey-number ul li p {
  width: 70%;
  display: inline-block;
  padding: 8px 0;
  font-size: 15px;
}
.wordpress_devlopment.web_App.section.erp-web {
  background: #13283d;
}
.work-slide-bg .owl-carousel .owl-item h6 img {
  max-width: 100%;
  width: auto;
  display: inline-block;
  margin-right: 8px;
}
.work-slide-bg h5 span:nth-child(1) {
  font-weight: 700;
  width: 33%;
  display: inline-block;
}
.work-slide-bg h5 {
  margin-bottom: 15px;
}
.work-slide-bg h6 a {
  color: #000;
  font-size: 12px;
  display: inline-block;
}
.work-slide-bg h6 {
  border-top: 1px solid rgb(10 10 10 / 16%);
  padding: 15px 0;
  margin: 25px 0 0;
}
.work_page2.testimonials_page.section.contact_sterco {
  display: block;
}
.work_page2.testimonials_page.case-head.section {
  display: block;
}
.our_Diary_box.wh-clr p {
  color: #fff !important;
}
.our_Diary_box.wh-clr .our_Diary_date strong {
  color: #fff;
}
.our_Diary_box.wh-clr.lal-bg img {
  mix-blend-mode: multiply;
  background: #000;
}
.our_Diary_box.wh-clr.lal-bg {
  background: #0099e8;
}
.our_Diary_box.wh-clr.lal-bg .logo_brand img {
  mix-blend-mode: inherit;
}
.contact_form .request-btn {
  margin: 30px 0;
  display: inline-block;
  border: 0;
  background: #6dacde;
  padding: 7px 37px;
  color: #fff;
  border-radius: 29px;
}
.work_page2.testimonials_page.case-studies-det.section {
  display: block;
}
.project_images_box.clr_b.filter-clr1 p {
  color: #fff;
}
.col-md-12.career-all button {
  background: #2b4456;
  border-radius: 25px;
  padding: 6px 30px;
}
.project_images_box.clr_b.filter-clr1 .our_Diary_date strong {
  color: #fff;
}
.work-section-4 .load_more_btn.clearfix {
  padding: 20px 0 0;
}
.work_page .work-section-4 .owl-carousel .owl-nav.disabled {
  display: none;
}
.work-section-4 h3 {
  text-align: left;
  font-size: 24px;
}
.work-section-4 .owl-dots button.owl-dot.active {
  background: #024c9f;
}
.work-section-4 .owl-dots button.owl-dot {
  background: #6dacde;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 100%;
  margin-top: 35px;
}
.work-section-4 .owl-dots {
  display: block;
}
.service-col {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.service-col label.css-label span {
  display: inline-block;
  font-size: 14px;
  vertical-align: text-bottom;
  cursor: pointer;
}
.service-col label.css-label {
  width: 90%;
}
.service-col input.css-checkbox {
  display: inline-block;
  width: 4%;
}
.service-col h5 {
  margin: 20px 0;
}
.yellow_box li {
  position: relative;
  max-width: 260px;
}
.yellow_box li a:after {
  background: url(../images/right-arrow1.svg) no-repeat;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 20px;
}
.col-md-6.remove_padding.jnu-class p {
  color: #fff;
}
.col-md-6.remove_padding.jnu-class strong {
  color: #fff;
}
.new-icon {
  display: inline-block;
  border: 1px solid #f7f7f7;
  width: 225px;
  vertical-align: top;
  margin: 0 40px 0 0;
}
.new-top-detail {
  width: 75%;
  display: inline-block;
  vertical-align: top;
}
.work_page2.testimonials_page.case-studies-det.section .news-content2 h3 {
  font-size: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.work_page2.testimonials_page.case-studies-det.section .news-content2 h3:after {
  display: none;
}
.work_page2.testimonials_page.case-studies-det.section
  .news-content2
  h3:before {
  display: none;
}
.img-new-2.dr-lal-img img {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.img-new-2.dr-lal-img {
  width: 60%;
  margin-top: -303px;
  text-align: center;
}
.design_text i {
  display: none;
}
.presentation_text i {
  display: none;
}
.tab_part.section li.nav-item:nth-child(1) .nav-link.active {
  background: #eacd58;
  border-radius: 15px;
}
.tab_part.section li.nav-item:nth-child(2) .nav-link.active {
  background: #8f3939;
  border-radius: 15px;
}
.tab_part.section li.nav-item:nth-child(3) .nav-link.active {
  background: #4c77c2;
  border-radius: 15px;
}
.tab_part.section li.nav-item .nav-link.active p {
  color: #fff;
}
.tab_part.section .nav-pills .nav-link {
  padding: 15px 40px;
}
ul.custom-navbar li.active a:after {
  content: "";
  width: 30px;
  height: 30px;
  position: relative;
  left: 0;
  top: -3px;
  display: inline-block;
  vertical-align: top;
}
ul.custom-navbar li:nth-child(1).active a:after {
  background: url(../../siteassets/images/all-hover.png);
}
ul.custom-navbar li:nth-child(2).active a:after {
  background: url(../../siteassets/images/web-icon-hover.png);
}
ul.custom-navbar li:nth-child(3).active a:after {
  background: url(../../siteassets/images/cart-icon-hover.png);
}
ul.custom-navbar li:nth-child(4).active a:after {
  background: url(../../siteassets/images/d-media-icon-hover.png);
}
ul.custom-navbar li:nth-child(5).active a:after {
  background: url(../../siteassets/images/wordpress-icon-hover.png);
}
ul.custom-navbar li:nth-child(6).active a:after {
  background: url(../../siteassets/images/application-icon-hover.png);
}
ul.custom-navbar li:nth-child(7).active a:after {
  background: url(../../siteassets/images/mobile-app-hover.png);
}
ul.custom-navbar li:nth-child(8).active a:after {
  background: url(../../siteassets/images/media-icon-hover.png);
}
ul.custom-navbar li.active a {
  position: relative;
}
ul.custom-navbar li.active a img {
  display: none;
}
.digital-transformation {
  padding: 80px 0 0;
}
.sideMenu span.skype-icon {
  display: inline-block;
}
.sideMenu .reash-us span {
  display: inline-block;
  margin-right: 7px;
  margin-top: 10px;
}
a.btn.know_btn:hover {
  border: 2px solid #6dacde;
  background: 0 0;
  color: #6dacde;
}
a.btn:hover {
  border: 2px solid #6dacde;
  background: 0 0;
  color: #6dacde;
}
.work-slide-bg span:nth-child(2) {
  width: 63%;
  display: inline-block;
  vertical-align: top;
}
.privacy-policy-section {
  clear: both;
  padding: 50px 0;
}
.privacy-policy-section p strong {
  margin-bottom: 60px;
  display: block;
}
.privacy-policy-section h3 {
  margin: 30px 0;
}
.privacy-policy-section ul li {
  list-style: disc;
  margin-bottom: 20px;
  font-size: 14px;
}
.privacy-policy-section ul {
  padding: 0 20px 20px;
}
.privacy-policy-section ul ul {
  padding: 20px 20px 0;
}
.digital5.mobile-view .col-md-3 {
  display: none;
}
a#\37 {
  border: 1px solid rgb(109 172 222 / 14%);
}
.our_work.btn {
  display: none;
}
.mobile-btn-panel {
  display: none;
}
a.query-btn.continue.thnk_u {
  margin-bottom: 70px;
}
body.work_page.contact_hide .footer.section .container {
  display: none;
}
body.work_page.contact_hide .footer.section {
  padding: 0;
}
.our-client-logo.clearfix a.view_btn {
  display: none;
}
body.work_page.noContent11 button#load {
  display: none;
}
body.work_page.noContent11 a.view_btn {
  display: inline-block;
  background: #66acdc;
  border-radius: 25px;
  color: #fff;
  padding: 5px 30px;
  border: 2px solid #66acdc;
  font-size: 14px;
  text-decoration: none;
}
body.work_page.noContent11 a.view_btn:hover {
  color: #66acdc;
  border: 2px solid #66acdc;
  background: 0 0;
}
.work-detail-structure p strong {
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  font-weight: 600;
}
.project_images_box.clr_b p {
  color: #000;
}
.our_projects.news_panel.section
  .col-sm-7:nth-child(4)
  .project_images_box.clr_b
  p {
  color: #fff !important;
}
.our_projects.news_panel.section
  .col-sm-7:nth-child(4)
  .project_images_box.clr_b
  strong {
  color: #fff !important;
}
.project_images_box.clr_b strong {
  color: #000;
}
.sitemap {
  padding: 70px 200px;
  clear: both;
}
.sitemap h2 {
  margin-bottom: 26px;
}
.sitemap ul li a {
  font-size: 14px;
  color: #000;
}
.sitemap ul {
  margin: 15px 0;
  padding: 0;
}
.sitemap ul li {
  margin: 10px 0;
}
.sitemap ul ul {
  padding: 0 10px;
}
.sitemap-menu ul li a {
  font-weight: 600;
}
.sitemap-menu ul li a:hover {
  color: #6dacde;
}
.sitemap-menu ul ul li a {
  font-weight: 400;
}
.sitemap-menu {
  border-left: 10px solid #6dacde;
  padding-left: 36px;
}
.sitemap-menu ul ul {
  position: relative;
  margin-left: 7px;
}
.sitemap-menu ul ul:after {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgb(109 172 222 / 4%);
  border-left: 2px solid rgb(109 172 222 / 8%);
  left: -5px;
  content: "";
}
.sitemap-menu ul ul li {
  list-style: circle;
}
.sitemap-menu.second-pages {
  border-left: 0;
  margin-left: 100px;
}
.sitemap-menu.second-pages ul li {
  list-style: circle;
  padding: 5px 10px;
}
.sitemap-menu.second-pages ul {
  position: relative;
  margin-left: 20px;
}
.sitemap-menu.second-pages ul:after {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgb(109 172 222 / 4%);
  border-left: 2px solid rgb(109 172 222 / 8%);
  left: -15px;
  content: "";
}
.social_icons ul {
  display: flex;
  justify-content: center;
  padding: 0;
  float: none;
}
.social_icons ul li a {
  border: 0;
  padding: 0;
  margin: 30px 8px 0;
}
.social_icons ul li a:hover {
  padding: 0;
}
@media only screen and (min-width: 1150px) and (max-width: 1280px) {
  .owl-carousel5 {
    width: 100%;
  }
  .home-sec6 {
    max-width: 1150px;
  }
}

































































}
@media (min-width: 992px) and (max-width: 1024px) {
  .interactive.new-interactive.section {
    margin-top: 20px;
  }
  .marketing_solution h2 {
    font-size: 40px;
  }
  .banner.bg_blue.section {
    margin-top: 20px;
  }
  .digital_marketing.section {
    margin-top: 20px;
  }
  .interactive.branding_Solutions.section {
    margin-top: 20px;
  }
  .digital_experience.section h2 {
    font-size: 45px;
  }
  .branding_text h2 {
    font-size: 40px;
    color: #fff;
    margin-top: 50px;
  }
  .branding_img {
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 68%;
  }
  .interactive.branding_Solutions.section .branding_img img {
    max-width: 100%;
  }
  .marketing_text h3 {
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 25px 0 35px;
    font-size: 48px;
    z-index: 1;
  }
  .corporate_text {
    max-width: 100%;
  }
  .seo_page.section.seo-panel1 {
    margin-top: 20px;
  }
  .interactive.new-interactive.section .col-md-6.making_img img {
    max-width: 100%;
    margin-top: 0;
  }
  .interactive.new-interactive.section h2 {
    font-size: 38px;
    line-height: 50px;
  }
  .new_media_Image {
    position: absolute;
    right: -54px;
    bottom: -93px;
    text-align: right;
  }
  .interactive.paid_marketing.sem-panel1.section {
    margin-top: 20px;
  }
  .banner.bg_blue.section.e-com-top p {
    max-width: 406px;
    margin-bottom: 25px;
    line-height: 30px;
  }
  .start_project.section h2 {
    font-size: 40px;
    line-height: 1;
  }
  .testimonials_page h2 {
    margin-top: 40px;
    font-size: 40px;
  }
  .technology h2 {
    font-size: 45px;
  }
  .work-slide-bg .owl-nav.disabled {
    display: none !important;
  }
  .news-content2 {
    margin: 100px 0 66px;
    width: 540px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 38px;
  }
  .news-head h2 {
    color: #2b4456;
    font-size: 48px;
    font-weight: 700;
    padding-right: 0;
    margin-bottom: 65px;
  }
  .new-icon {
    display: inline-block;
    border: 1px solid #f7f7f7;
    width: 185px;
    vertical-align: top;
    margin: 0 25px 40px 0;
  }
  .technology_logo ul li:nth-child(12),
  .technology_logo ul li:nth-child(16),
  .technology_logo ul li:nth-child(4),
  .technology_logo ul li:nth-child(8) {
    border-right: 1px solid #ddd;
  }
  .technology_logo ul li:nth-child(3n) {
    border-right: 0px;
  }
  .technology_logo ul li:nth-child(4) {
    border-top: 1px solid #ddd;
  }
  ul.agency_box.eLearning_box li {
    padding: 0 27px;
    margin: 0;
    overflow: hidden;
  }
  ul.agency_box {
    padding: 60px 0 0 50px;
  }
  ul.custom-navbar:before {
    position: absolute;
    top: 55%;
    right: -10%;
    background: #fff;
    content: "";
    width: 52%;
    height: 1px;
  }
  .new_media_Image img {
    max-width: 100%;
  }
  .making_brands h2 {
    margin: 0 0 50px 0;
    font-size: 48px;
    line-height: 56px;
  }
  .design_devlopment.end-to-endterprise-app2.section .custom_web_text h4 {
    font-size: 18px;
  }
  .interactive.paid_marketing.smm-section1.section .paid_market_Image {
    max-width: 60%;
    bottom: -18px;
    right: 0;
  }
  .interactive.paid_marketing.smm-section1.section {
    margin-top: 20px;
  }
  .interactive.paid_marketing.smm-section1.section h2 {
    font-size: 37px;
    line-height: 48px;
  }
  .enterprieses_design_text p {
    font-size: 20px;
    color: #000;
    margin: 50px 0;
  }
  .banner.bg_blue.section .enterpriesesBanner {
    position: absolute;
    right: 40px;
    max-width: 46%;
    bottom: -19px;
  }
  .appBanner {
    margin-top: 20px;
  }
  .main_mobileApp p {
    color: #fff;
    line-height: 36px;
    font-size: 18px;
    margin-top: 69px;
    padding: 0 1px 0 30px;
    font-weight: 300;
  }
  .aap_banner-content h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .lead_base_boxes li {
    width: 17.6%;
  }
  .seo-analysis-panel p {
    font-size: 12px;
    line-height: 22px;
    color: #000;
  }
  .seo_projects_box p {
    font-weight: 700;
    color: #333;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
  }
  .slider-nav-thumbnails.slick-initialized .slick-slide {
    position: relative;
    padding: 10px 6px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
  }
  .seo_projects_box p {
    font-weight: 700;
    color: #333;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
  }
  .work_page .impression .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    bottom: 8px;
    right: 84px;
    top: inherit;
    z-index: 999;
    left: inherit;
  }
  .viws_box h2 {
    font-weight: 800;
    color: #000;
    font-size: 30px;
  }
  .campaign-boxes {
    max-width: 300px;
    position: absolute;
    right: 50px;
    background: #fff;
    padding: 5px 35px;
    top: 0;
    height: 100%;
  }
  .wht_box {
    min-height: 310px;
  }
  .red_box.yellow_box img {
    max-width: 300px;
  }
  .marketing_solution.section {
    padding-top: 110px;
  }
  .red_box.green_box img {
    max-width: 311px;
  }
  .seo_img {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 70%;
  }
  .seo_img img {
    max-width: 100%;
  }
  .work_page .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: 0;
    left: -6%;
  }
  .eCommerce_banner {
    position: absolute;
    right: -130px;
    top: 12%;
    max-width: 746px;
  }
  .technology_logo ul li:last-child {
    display: none;
  }
  .design_devlopment.section {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .web_design_page .bg_grey {
    background: #be904f;
    margin-top: 20px;
    height: 628px;
    position: relative;
    padding-top: 60px;
  }
  .our_project.section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .second_menu ul {
    padding: 0 21px 0 30px;
  }
  .digital-content-panel p {
    padding-right: 0;
    color: #4d4d4d;
    line-height: 24px;
    font-size: 13px;
  }
  .banner-content-ecommerce h1 {
    color: #fff;
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 35px;
  }
  .design_text h2 {
    font-size: 45px;
  }
  .interactive.video_serivces.section {
    margin-top: 20px;
  }
  .corporate_video .presentation_text h2 {
    font-size: 45px;
  }
  .banner.stratgey-bg.section .banner-content-ecommerce h1 {
    position: absolute;
    bottom: -198px;
  }
  .banner.stratgey-bg.section {
    height: 425px;
    margin-top: 20px;
  }
  .eCommerce_banner2 {
    position: relative;
    top: 5%;
    width: 60%;
  }
  .work_page .menu {
    right: 20px;
    top: 22px;
  }
  .work_page .header_section.section .navbar-expand-md .navbar-collapse {
    margin: 10px 0 26px;
  }
  body.home_page .our_clients.section .clients_logo li {
    background: rgb(255 255 255 / 18%);
    margin-right: 13px;
    width: 18%;
    padding: 0;
    margin-bottom: 13px;
  }
  .bottom_menu li a {
    font-size: 11px;
  }
  .logo_brand img {
    min-height: inherit !important;
  }
  .diary_box_left {
    padding: 25px 15px 20px 27px;
  }
  .bottom_menu li {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 18px;
    margin-top: 18px;
  }
  .col-md-6.business_help .full_image .logo_brand img {
    mix-blend-mode: inherit;
    min-height: inherit !important;
  }
  a.navbar-brand img {
    max-width: 80px !important;
    margin-top: 0;
  }
  .work_page div#collapsibleNavbar a {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .navbar-expand-md .navbar-collapse {
    margin: 8px 0;
  }
  body.work_page div#collapsibleNavbar li.nav-item.project_button a {
    background: #6dacde;
    border: 1px solid #fff;
    padding: 8px 15px;
    margin: 0 10px;
  }
  div#collapsibleNavbar .menu_service h3 a {
    font-size: 18px;
  }
  .line-bg1 {
    position: fixed;
    background: #71aedd;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    z-index: 9;
    top: 116px;
  }
  .menu-pos .col-md-3 {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
  }
  div#collapsibleNavbar a {
    font-size: 12px;
    padding: 8px 8px;
  }
  .video_section .overlay-wcs {
    display: none;
  }
  .video_inside {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0, -30%);
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }
}
@media only screen and (max-width: 990px) {
  .col-md-12.i-human {
    padding: 0;
  }
  .record p {
    position: relative;
    padding-bottom: 40px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }
  ul.list-group.list-group-flush li.nav-item.project_button {
    display: none;
  }
  .diary_box_left p,
  .little_tag_content p,
  .our_Diary .our_Diary_date p {
    margin: 0;
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: 300;
    color: #191919;
  }
  .our_Diary_date strong {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    color: #000;
  }
  .our_Diary.section.mobile-dairy .owl-dots button.owl-dot {
    margin-top: 20px;
  }
  .our_diary_text p {
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 24px;
  }
  .our_diary_text h2 {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #1a1a1a;
  }
  .clients_logo h2 {
    margin-bottom: 50px;
    font-size: 26px;
    font-weight: 700;
    margin-top: 70px;
  }
  .our_clients {
    background: #f2f2f2;
    padding-top: 130px;
    padding-bottom: 70px;
  }
  .experience_years.section li {
    list-style: none;
    padding: 0 15px;
  }
  body.home_page .header_section.section .shadow-sm {
    border: 0;
  }
  .main_mobileApp p {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    margin-top: 50px;
    padding: 0 20px 40px;
    font-weight: 300;
    font-family: "Roboto Slab", serif;
  }
  .header_section.section.line nav.navbar.navbar-expand-lg.navbar-light {
    padding: 8px 0;
  }
  .header_section.section.line a.navbar-brand img {
    max-width: 50px;
    text-align: center;
    padding: 0;
  }
  .app_text p {
    color: #000;
    font-size: 14px;
    padding-right: 0;
    line-height: 26px;
  }
  .hybirdImage_box {
    min-height: auto;
    line-height: initial;
    text-align: center;
  }
  .app_text h4 br {
    display: none;
  }
  .app_text h4 {
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 18px;
    min-height: inherit;
    color: #333;
  }
  .mobile-app-2 p strong {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #1a1a1a;
    margin-top: 40px;
    display: block;
  }
  .mobile-app-2 p {
    font-size: 14px;
    line-height: 26px;
    color: #000;
  }
  .mobile-app-2 {
    display: block;
    clear: both;
    padding: 45px 10px;
  }
  .aap_banner-content {
    float: left;
    width: 100%;
  }
  .appBanner h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 35px;
    text-align: center;
    display: block;
  }
  .shopify_dev {
    background: #dde2e9;
    padding-bottom: 110px;
    padding-top: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .shopify_dev.section .design_text img {
    max-width: 70%;
  }
  .shopify_dev.section .design_text img {
    max-width: 70%;
  }
  .ecommerce_development.section .design_text img {
    max-width: 70%;
  }
  .design_devlopment.e-com-top2.section .design_text h2 {
    padding-right: 30px;
  }
  .wordpress_devlopment.magento_dev.section .design_text img {
    max-width: 64%;
  }
  .ecom-desktop {
    display: none;
  }
  .ecom-mobile {
    display: block;
    max-width: 443px;
    position: relative;
    top: 0;
    z-index: 9999;
    left: -18px;
  }
  .banner.bg_blue.section.e-com-top h1 {
    padding-right: 0;
  }
  .eCommerce_banner {
    position: static;
    right: 0;
    max-width: 100%;
    padding-bottom: 20px;
  }
  .banner.bg_blue.section.e-com-top {
    padding-top: 30px;
    padding-bottom: 0;
    text-align: center;
  }
  .apply-now-panel form {
    width: 100%;
  }
  body.home.blog .pagetitle {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    position: relative;
    display: block;
    text-align: center;
  }
  body.home.blog .pagetitle:before {
    content: "";
    background: url(../images/e-line1.svg) no-repeat;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background-position: center;
  }
  body.home.blog .pagetitle:after {
    display: none;
  }
  .single-post.work_page .pagetitle {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    position: relative;
    display: block;
    text-align: center;
  }
  .single-post.work_page .pagetitle:before {
    content: "";
    background: url(../images/e-line1.svg) no-repeat;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background-position: center;
  }
  .single-post.work_page .pagetitle:after {
    display: none;
  }
  .start_project.section {
    text-align: center;
  }
  .start_project.section h2 {
    font-size: 35px;
    line-height: 48px;
    text-align: center;
  }
  .footer.section h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
  }
  .appy-box.row [type="file"] {
    width: 100%;
    left: 0;
  }
  .maintence_boxes span {
    margin-left: 18px;
    display: inline-block;
    font-size: 21px;
    color: #2b4456;
    max-width: 145px;
    vertical-align: middle;
    line-height: 30px;
    font-weight: 400;
  }
  .maintence_boxes {
    display: flex;
    width: 100%;
    padding: 0 39px;
    margin-bottom: 30px;
  }
  .maintence_boxes img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-right: 20px;
  }
  .maintence_icon.section {
    padding: 60px 0 30px;
    border-top: 1px solid #ddd;
    margin-top: 0;
  }
  .ecommerce_development.section {
    padding-bottom: 130px;
    padding-top: 60px;
  }
  .design_text ul li {
    display: inline-block;
    margin-right: 0;
  }
  .work_page .owl-nav span {
    font-size: 30px;
    border: 0;
    width: 54px;
    height: 54px;
  }
  .work_page .owl-nav button.owl-next span {
    background: url(../images/slider-right.svg) no-repeat;
    width: 54px;
    background-size: 100%;
    height: 54px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .work_page
    .wordpress_devlopment.web_App.section
    .owl-nav
    button.owl-next
    span {
    background: url(../images/slider-right.svg) no-repeat;
    width: 55px;
    background-size: 100%;
    height: 54px;
    border-top: 1px solid #676767;
    border-bottom: 1px solid #676767;
  }
  .design_text p {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 26px;
  }
  .design_text .btn {
    margin: 0;
    margin-top: 20px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
  }
  .our_project.desktop_Project.section.web_desgin_mobile .right_content_mobile {
    margin-bottom: 35px;
  }
  .dev_solution {
    font-weight: 500;
    margin-bottom: 40px;
  }
  .color_boxes.project_mobiles.web-design-mobile2 {
    clear: both;
    display: none;
  }
  .dev_solution p {
    line-height: 28px;
  }
  .our_project.desktop_Project.section.web_desgin_mobile p {
    font-size: 14px;
    color: #000;
  }
  .our_project.desktop_Project.section.web_desgin_mobile h3 {
    font-size: 50px;
  }
  .our_project.desktop_Project.section.web_desgin_mobile .col-6:nth-child(3) {
    display: none;
  }
  .right_content_mobile {
    display: block;
  }
  .banner-content-ecommerce p {
    text-align: left;
    font-size: 14px;
  }
  .web-banner-desktop {
    display: none;
  }
  .web-banner-mobile {
    display: block;
    text-align: center;
    margin: auto;
  }
  .banner-content-ecommerce h2:before {
    position: absolute;
    bottom: 0;
    left: 65px;
    content: "";
    width: 90px;
    height: 3px;
    background: 0 0;
    margin: auto;
  }
  .banner-content-ecommerce h2:after {
    position: absolute;
    bottom: 0;
    right: 70px;
    content: "";
    width: 90px;
    height: 3px;
    background: 0 0;
    margin: auto;
    left: inherit;
  }
  .banner-content-ecommerce h2:after {
    content: "";
    background: url(../images/e-line.svg) no-repeat;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background-position: center;
  }
  .banner-content-ecommerce h2 {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    padding-bottom: 35px;
  }
  .header_section.section .shadow-sm {
    box-shadow: inherit !important;
    border-bottom: 1px solid rgb(109 172 222 / 65%);
  }
  ul.agency_box li:nth-child(1) {
    background: #c8621e;
  }
  ul.agency_box li:nth-child(2) {
    background: #1e99c8;
  }
  ul.agency_box li:nth-child(3) {
    background: #304c71;
  }
  ul.agency_box li:nth-child(4) {
    background: #c8a01e;
  }
  .down-arrow {
    position: absolute;
    right: 12px;
    top: 7px;
    pointer-events: none;
  }
  ul.industry_type {
    padding: 0;
    margin-top: 45px;
    float: none;
    text-align: center;
    margin-bottom: 35px;
  }
  ul.industry_type select.form-control {
    padding-right: 40px;
    border: none;
    -webkit-appearance: none;
    padding-left: 25px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 5%);
    border-radius: 30px;
  }
  .custom-navbar li:last-child {
    margin-right: 0;
  }
  .testimonials_page.section {
    padding-top: 0;
    text-align: center;
    margin-top: 70px;
  }
  .work_page2 h2 {
    font-size: 29px;
    color: #2b4456;
    font-weight: 600;
    line-height: 36px;
    padding: 0 20px;
  }
  .custom-navbar {
    margin-top: 25px;
    padding: 0;
    position: relative;
    text-align: center;
  }
  ul.agency_box.eLearning_box li:nth-child(2n) {
    position: relative;
    top: 0;
  }
  .technology_all_logo.section {
    padding: 50px 15px;
  }
  .technology_logo ul li:nth-child(1n) {
    border-right: 1px solid #ddd !important;
  }
  .technology_logo ul li:nth-child(3),
  .technology_logo ul li:nth-child(4) {
    border-top: 1px solid #ddd;
  }
  .technology_logo ul li:nth-child(2n) {
    border-right: 0px !important;
  }
  .technology_text p {
    padding-right: 0;
    font-size: 14px;
    color: #000;
  }
  .technology h5 {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 32px;
    margin-top: 30px;
    padding-right: 14px;
    font-family: Montserrat, sans-serif;
  }
  .yellow_box ul li {
    line-height: 30px;
    border-bottom: 1px solid rgb(112 112 112 / 16%);
    padding: 8px 0;
    font-size: 15px;
    color: #4d4d4d;
    font-weight: 600;
  }
  .yellow_box a.btn {
    font-size: 14px;
    display: inline-block;
    max-width: 75%;
    margin: 30px auto;
  }
  .yellow_box.redB.blueB a.btn {
    max-width: 100%;
  }
  body .tab-content ul.agency_box li {
    padding: 26px;
    margin: 0;
    min-height: 180px;
    float: left;
    width: 50%;
  }
  body .tab-content ul.agency_box li h3 {
    color: #fff !important;
  }
  body .tab-content ul.agency_box li p {
    color: #fff !important;
    margin: 0;
    font-size: 14px;
  }
  .tab_part.section {
    padding-top: 50px;
  }
  ul.nav.nav-pills.navtop a.nav-link.active p {
    color: #fff;
  }
  .tab_part.section .container {
    padding: 0;
  }
  .tab_part.section .tab-content {
    padding: 0 15px;
  }
  ul.nav.nav-pills.navtop p {
    color: #191919;
    font-weight: 800;
    margin-top: 15px;
    font-family: "Roboto Slab", serif;
  }
  ul.agency_box {
    padding: 0;
  }
  .company_text h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
  }
  .main_record.section {
    padding: 40px 15px 60px;
  }
  .company_text h2:after {
    position: absolute;
    background: #fcd430;
    content: "";
    width: 85%;
    height: 3px;
    bottom: -10px;
    right: -35px;
  }
  .company_text h2:before {
    position: absolute;
    background: #536497;
    content: "";
    width: 85%;
    height: 3px;
    bottom: -10px;
    left: -41px;
  }
  .testimonials_page h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    position: relative;
    padding: 0 0 15px;
    display: block;
    text-align: center;
  }
  .testimonials_page h3:after {
    position: absolute;
    background: #fcd430;
    content: "";
    width: 100%;
    height: 3px;
    bottom: -10px;
    right: -29px;
    left: inherit;
  }
  .testimonials_page h3:before {
    position: absolute;
    background: #536497;
    content: "";
    width: 100%;
    height: 3px;
    bottom: -10px;
    left: -35px;
  }
  .company_banner .company_text h4 {
    font-weight: 800;
    font-size: 22px;
    margin-top: 0;
  }
  .company_text img {
    max-width: 55%;
    display: block;
    margin: 50px auto 0;
  }
  .company_img.mobile-company-img {
    display: block;
  }
  .company_img.desktop-mobile-img {
    display: none;
  }
  .company_img {
    position: static;
  }
  .company_img img {
    width: 100%;
    max-width: 100%;
  }
  .adm-popup.menuopened1 .contact_form {
    height: 600px;
    overflow-y: scroll;
    padding: 0 20px 40px;
  }
  .start-project a:after {
    display: none !important;
    width: 11px;
    content: "";
    height: 11px;
    border-left: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    -webkit-transform: rotate(133deg);
    -moz-transform: rotate(133deg);
    -ms-transform: rotate(133deg);
    -o-transform: rotate(133deg);
    transform: rotate(133deg);
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    text-indent: 0;
    padding: 5px;
    text-align: center;
    left: 0;
    margin: auto;
  }
  .start-project {
    display: inline-block;
  }
  .or {
    display: inline-block;
    position: relative;
    margin: 0 10px;
  }
  .number-slide {
    display: inline-block;
  }
  .start-project a {
    color: #fff;
    text-decoration: none;
    padding: 19px 6px 14px 0;
    display: inline-block;
    position: relative;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
  }
  .or p {
    background: #fff;
    padding: 3px 8px;
    border-radius: 50%;
    margin: 11px 6px 9px;
  }
  .number-slide a {
    color: #fff;
    font-family: "Roboto Slab", serif;
    font-weight: 300;
  }
  .mobile-slide-menu {
    display: block;
  }
  .mobile-admission-link {
    text-align: center;
    position: fixed;
    bottom: 0;
    background: #2c407f;
    width: 100%;
    display: block;
    z-index: 9999999;
  }
  .adm-popup.menuopened1 h2 {
    color: #2b4456;
    font-size: 30px;
    padding-right: 50px;
    margin-bottom: 40px;
    font-weight: 700;
  }
  .adm-popup.menuopened1 a.close_icon {
    right: 33px;
    position: absolute;
    top: 120px;
    background: url(../images/close_icon.svg) no-repeat;
    border: 0;
    width: 40px;
    height: 40px;
  }
  .adm-popup.menuopened1 {
    transform: translate(0, -15px);
    background: #f6f6f6;
    width: 100%;
    display: block;
    height: 100vh;
    position: fixed;
    left: 0;
    z-index: 99999999;
    bottom: -15px;
    transition: 0.5s;
    color: #fff;
  }
  .adm-popup {
    padding: 80px 17px;
    transform: translate(0, 1000px);
    background: #000;
    transition: 2s;
    width: 100%;
    display: block;
    height: 100vh;
    position: fixed;
    left: 0;
    z-index: 99999;
    transition: 0.5s;
    bottom: 0;
  }
  .project_images.section .owl-item .img_box1 {
    margin-top: 5px;
  }
  .clients_logo .img_box2 {
    width: 100%;
    height: 140px;
    line-height: inherit;
    text-align: center;
    margin: auto;
  }
  .digital2 {
    text-align: center;
    padding-bottom: 5px;
  }
  .footer_details {
    background: #0d0d0d;
    padding: 35px 0 70px;
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ddd;
  }
  .footer.section {
    background: #1a1a1a;
    padding-bottom: 0;
    padding-top: 50px;
  }
  .logo_brand {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 35%;
  }
  .our_Diary.section.desktop-dairy {
    display: none;
  }
  .our_Diary.section.mobile-dairy {
    display: block;
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .our_Diary_box.yellow-bg {
    background: #fcca01;
    min-height: 280px;
  }
  .clients_logo .img_box2 img {
    margin: 0 auto;
    max-width: 77%;
  }
  .digital_contennt p {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    color: #1a1a1a;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 50px;
  }
  .our_diary_text {
    margin-bottom: 30px;
  }
  .our_Diary_box {
    margin-bottom: 20px;
    box-shadow: -1px 7px 7px rgb(0 0 0 / 2%);
  }
  .experience_years .owl-nav {
    display: block !important;
    position: absolute;
    left: 5px;
    bottom: -60px;
  }
  .digital5 .owl-carousel .owl-item img {
    display: block;
    width: 60%;
  }
  .brand_images h4 {
    color: #000;
    font-size: 28px;
    margin-top: 10px;
    font-weight: 800;
    margin-bottom: 20px;
  }
  .experience_years.section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .video_inside .bottom_menu {
    display: none;
  }
  .video_inside h1 {
    color: #fff;
    font-size: 52px;
    line-height: 53px;
    margin-bottom: 55px;
    padding: 30px;
  }
  .agency_box li h3 {
    font-size: 45px;
  }
  .yellow_box {
    padding: 30px;
  }
  ul.nav li.nav-item img {
    max-width: 40px;
  }
  .agency_box li p {
    padding: 0;
    font-size: 13px;
    font-weight: 300;
  }
  ul.nav.nav-pills.navtop a.nav-link {
    padding: 10px 20px;
    font-size: 14px;
  }
  ul.nav.nav-pills.navtop li {
    margin: 0 7px;
  }
  .company_banner {
    margin-top: 0;
    padding-bottom: 0;
  }
  .company_banner .company_text {
    margin-top: 75px;
    text-align: center;
    padding: 0;
  }
  .technology_logo ul li {
    width: 49%;
  }
  .technology h2 {
    font-size: 30px;
    color: #2b4456;
    font-weight: 800;
  }
  .technology_text {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .bottom_para {
    padding: 40px 30px 10px;
    text-align: left;
    position: static;
  }
  .desktop_menu {
    display: none;
  }
  .logo {
    padding: 20px 0 20px 0;
  }
  li.nav-item {
    margin: 0;
  }
  .mobile_device2 {
    display: block;
    background: 0 0;
  }
  .header_section.section.line .mobile_device2 {
    background: #6dacde;
  }
  ul.list-group.list-group-flush {
    border-top: 0;
    margin-top: 30px;
  }
  .video_section {
    position: relative;
    background-color: #000;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
  }
  a.navbar-brand img {
    max-width: 70px;
    text-align: center;
    padding: 0;
  }
  .navbar-toggler {
    border-radius: 0;
    margin: 10px;
    padding: 2px;
    background: no-repeat;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
  }
  ul.navbar-nav.ml-auto {
    background: #1e2f3c;
    padding: 10px 0;
  }
  .video_inside {
    display: block;
    transform: inherit;
    left: 0;
    max-width: 100%;
    bottom: 120px;
  }
  .new_media ul.nav.nav-fill.navtop:after,
  .new_media ul.nav.nav-fill.navtop:before,
  .technology_Works:after,
  .technology_Works:before,
  .technology_all_logo:after,
  .technology_all_logo:before {
    display: none;
  }
  div#menu1:before {
    left: 0;
  }
  .technical_Section,
  p.development_services {
    padding: 0;
  }
  .tabContentMian h2 {
    font-size: 28px;
  }
  .agency_boxes p {
    max-width: 100%;
  }
  .technical_Section li a {
    width: 100%;
  }
  .second_menu {
    display: none;
  }
  .bg-grey .col-md-2 {
    text-align: left;
  }
  a.navbar-brand {
    margin-left: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .company_page .navbar-toggler {
    position: absolute;
    right: 0;
  }
  img.main_banner {
    margin-top: 60px;
  }
  .new_media {
    margin-top: 130px;
    padding-bottom: 20px;
  }
  .new_media li.nav-item {
    border-right: 1px solid #ddd;
    border-bottom: 0;
  }
  .new_media li.nav-item:last-child {
    border-bottom: 1px solid #ddd;
  }
  .agency_boxes {
    padding: 0 40px;
  }
  div#menu1:before {
    display: none;
  }
  .banner_sectionTab .col-md-6 .row {
    background: #fcca01;
    padding: 30px 0;
  }
  .technology_Text h5 {
    font-size: 18px;
    line-height: 26px;
    margin: 30px 0;
  }
  .logo_box {
    width: 100%;
  }
  .experience_box p {
    display: none;
  }
  .logo_box img {
    max-width: 100% !important;
  }
  .partners_logo.desktop_device_logo {
    margin-top: 30px;
    display: none;
  }
  .banner.bg_blue.section {
    margin-top: 55px;
  }
  .ecommerce_development,
  .wordpress_devlopment {
    padding-top: 30px;
  }
  .technology_Works.section {
    padding-bottom: 0;
  }
  .copy_wright li {
    margin: 0 5px;
  }
  .social_icons .pull-right {
    float: none;
    text-align: center;
    margin-top: 10px !important;
  }
  .technical_Section h4 {
    margin-top: 40px;
  }
  .agency_boxes:last-child {
    margin-bottom: 0;
  }
  .agency_boxes {
    margin: 0 0 20px 0;
  }
  .experience_box img {
    max-width: 200px;
  }
  .new_media li.nav-item {
    display: inline-block;
    width: 170px;
    height: 160px;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .new_media li.nav-item h5 {
    margin-top: 15px;
  }
  .experience_box h6 {
    font-size: 18px;
    display: block;
  }
  .experience_box {
    bottom: inherit;
    left: 0;
    transform: translate(0, -50%);
    max-width: 100%;
    top: 95%;
    background: #fff;
  }
  .heading1 {
    top: 25%;
  }
  div#jquery-accordion-menu {
    display: block;
  }
  div#collapsibleNavbar a {
    border-bottom: 1px solid #2d4150;
    padding: 15px 0;
  }
  li.nav-item.project_button a.nav-link {
    border: none !important;
  }
  div#collapsibleNavbar li:nth-child(4) a.nav-link {
    border-bottom: none;
  }
  div#collapsibleNavbar a {
    font-weight: 400;
  }
  ul.submenu li:last-child a {
    border-bottom: none !important;
  }
  div#collapsibleNavbar ul.submenu a {
    border-bottom: 1px solid #6fb6e6;
  }
  li.nav-item.project_button {
    border: 1px solid #2d4150;
    height: 46px;
  }
  a.nav-link.servicesD {
    display: none !important;
  }
  .work_testify h2 {
    font-size: 28px;
    padding: 0 20px;
  }
  .our_projects {
    padding-top: 0;
  }
  ul.custom-navbar:before {
    display: none;
  }
  .work_page .clear {
    margin-top: 65px;
  }
  .work_all_images .project_images_box {
    margin-bottom: 0;
  }
  .custom-navbar li {
    margin-right: 24px;
  }
  .our_projects h5 {
    font-size: 18px;
    line-height: 26px;
  }
  ul.industry_type li {
    margin-right: 6px;
  }
  .digital2 h2 {
    font-size: 22px;
  }
  .appBanner {
    margin-top: 55px;
    text-align: center;
    padding-top: 30px;
  }
  .aap_banner-content p {
    display: none;
  }
  .imgAppBanner {
    margin-top: 60px;
    text-align: center;
    display: block;
  }
  .main_mobileApp {
    margin: 0 !important;
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .hybird_appdevelopment.section {
    padding: 0;
  }
  .col-md-4.col-sm-12 .hybird_box:last-child {
    border-bottom: 0;
  }
  nav.navbar.navbar-expand-lg.navbar-light {
    padding: 20px 0;
  }
  .our_clients.section ul {
    padding: 0;
    margin: 0;
  }
  .clients_logo li {
    display: inline-block;
    max-width: 140px;
    width: 170px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 5px;
  }
  .our_Diary_box img {
    height: auto;
  }
  .col-md-6.pr-1.pb-1 {
    padding-right: 15px !important;
  }
  .diary_box_left {
    padding: 20px 60px 50px 30px;
  }
  .row.pb-1 {
    margin-left: 0;
  }
  .full_image img {
    min-height: 100% !important;
  }
  nav.navbar.navbar-expand-md {
    display: none;
  }
  .digital_contennt {
    margin: 0;
    max-width: 100%;
  }
  .col-md-6.left_contents {
    padding-left: 15px;
  }
  .col-md-6.remove_padding {
    padding-right: 15px;
  }
  .col-md-6.business_help {
    padding-right: 15px;
  }
  .col-md-6.right_contents {
    padding-left: 15px;
  }
  .work_page li.nav-item.project_button {
    margin-right: 0;
  }
  .banner-content-ecommerce h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .work_page .owl-nav.disabled button {
    display: inline-block;
    vertical-align: top;
  }
  .work_page .owl-carousel .owl-nav.disabled {
    left: 0;
    bottom: -60px;
    top: inherit;
    text-align: center;
    right: 0;
  }
  .design_text h2 {
    font-size: 30px;
  }
  .web_design_page .bg_grey {
    margin-top: 55px;
    padding-top: 30px;
    text-align: center;
    height: inherit;
    padding-bottom: 30px;
  }
  .right_content {
    display: none;
  }
  .work_page .owl-carousel {
    padding: 20px 0;
  }
  .design_devlopment.section {
    padding-bottom: 110px;
    padding-top: 15px;
  }
  .wordpress_devlopment.section {
    padding-bottom: 130px;
    padding-top: 60px;
  }
  .our_project.desktop_Project.section {
    padding: 0 10px;
  }
  .color_boxes.project_mobiles {
    display: block;
  }
  .web_design_page .clear {
    margin-top: 30px;
  }
  .new_media_Image {
    position: initial;
  }
  .making_brands h2 {
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    margin-top: 50px;
  }
  .presentation_text ul li {
    margin-right: 5px;
  }
  .presentation_text a.btn {
    padding: 6px 15px;
  }
  .corporate_video .slider_right,
  .interactive_presentation .slider_right,
  .power_presentation .slider_right {
    float: none;
    max-width: 540px;
    margin: auto;
    margin-top: 30px;
  }
  .power_presentation {
    padding-bottom: 90px;
    padding-top: 50px;
  }
  .corporate_video.section {
    padding-bottom: 90px;
  }
  .branding_img img {
    max-width: 100%;
  }
  .branding_img {
    position: initial;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .presentation_text h2 {
    font-size: 32px;
  }
  .video_img {
    display: none;
  }
  .video_page .making_brands {
    margin-top: 50px;
  }
  .interactive .making_brands h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .making_img {
    position: inherit;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .interactive {
    padding-bottom: 50px;
  }
  .interactive_presentation.section {
    padding-bottom: 90px;
  }
  .seo_img {
    position: absolute;
    bottom: -81px;
    left: -110px;
    right: 0;
    width: 100%;
    overflow: hidden;
    width: 126%;
  }
  .seo_right_text {
    position: inherit;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  .digital_marketing.section {
    height: auto;
    margin-top: 55px;
    padding-bottom: 290px;
  }
  .marketing_solution h2 {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 400;
  }
  .marketing_solution.section {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .experience_details .col-md-4 {
    padding-right: 15px;
  }
  .digitalSlider {
    padding-top: 0;
  }
  .digital_experience.section h2 {
    font-size: 30px;
    font-weight: 700;
    padding: 0 35px;
    line-height: 36px;
  }
  .red_box {
    padding: 30px;
  }
  .red_box.green_box img {
    max-width: 250px;
  }
  .red_box.yellow_box img {
    max-width: 160px;
  }
  .red_box.black_box img {
    max-width: 155px;
  }
  .wht_box {
    min-height: 250px;
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-top: 20px;
  }
  .process_box:after {
    display: none;
  }
  .process_box.boxTwo {
    padding: 10px;
  }
  .process_box {
    padding-top: 15px;
  }
  .process_box.boxOne {
    padding-right: 0;
  }
  .img_box {
    padding: 30px 0;
  }
  .process_box.boxThree {
    margin-left: 10px;
    padding-top: 50px;
  }
  .seo_projects_box {
    padding: 30px 0;
    margin-right: 3px;
    min-height: 157px;
  }
  .seo_projects_box br {
    display: none;
  }
  .responsive-tabs-container .tab-content {
    padding: 10px 0;
  }
  .process_box.boxTwo .img_box:before {
    left: -10px;
  }
  .seo_projects {
    padding: 50px 10px;
  }
  .trained_tab {
    padding: 0 20px;
  }
  .maintain_box p {
    padding: 0 0 0 20px;
  }
  .lead_base_boxes li {
    width: 44%;
    margin: 9px;
    padding: 20px;
  }
  .principal .col-md-5 {
    padding-left: 15px;
    padding-bottom: 40px;
  }
  .principal .col-md-7 {
    padding-right: 15px;
  }
  .principal_text {
    padding: 0 15px;
    color: #2b4456;
    font-size: 30px;
  }
  .principal_text h2 {
    font-size: 26px;
  }
  .paid_market_Image img {
    max-width: 115%;
  }
  .branding_text h2 {
    font-size: 30px;
  }
  .imgAppBanner {
    position: initial;
  }
  .imgAppBanner img {
    max-width: 100%;
  }
  .aap_banner-content h1 {
    font-size: 29px;
    line-height: 36px;
    margin-bottom: 0;
  }
  .digital_contennt h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .digital_contennt {
    padding-left: 0;
  }
  .seo_img img {
    max-width: 145%;
  }
  .work_page .header_section:after,
  .work_page .header_section:before {
    display: none;
  }
  .yellow_box a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
  }
  .yellow_box p {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    margin-bottom: 30px;
  }
  .tab_part.section .tab-content .col-md-6 {
    padding: 0;
  }
  .how-digital-stratgey .slider_right {
    width: 100%;
  }
  .new-branding-img {
    position: static;
    top: 0;
    width: 100%;
  }
  .digital-content1 h3 {
    font-size: 36px;
    color: #2b4456;
    line-height: 38px;
  }
  .banner.stratgey-bg.section {
    height: inherit;
    margin-top: 37px;
    padding-bottom: 47px;
  }
  .banner.stratgey-bg.section .banner-content-ecommerce h1 {
    position: static;
    bottom: 0;
    font-size: 24px;
    line-height: 32px;
    padding: 0 15px;
    margin: 60px 0 0;
  }
  .banner.stratgey-bg.section .banner-content-ecommerce h2:before {
    position: absolute;
    bottom: 0;
    left: 65px;
    content: "";
    width: 66px;
    height: 3px;
    background: #2c407f;
    margin: auto;
  }
  .banner.stratgey-bg.section .banner-content-ecommerce h2:after {
    position: absolute;
    bottom: 0;
    right: 30px;
    content: "";
    width: 66px;
    height: 3px;
    background: #fff;
    margin: auto;
    left: inherit;
  }
  .banner.stratgey-bg.section .banner-content-ecommerce h2 {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    padding-bottom: 30px;
    margin-left: 17px;
  }
  .digital-stratgey {
    padding: 80px 10px 14px;
    clear: both;
  }
  .banner.stratgey-bg.section.m-none {
    display: none;
  }
  .banner.stratgey-bg.section .banner-content-ecommerce {
    margin-left: 0;
    padding: 0;
  }
  .our-four-step {
    margin: 50px 0 0;
  }
  .our-four-step .step br {
    display: none;
  }
  .work_page .stratgey-slider .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: inherit;
    left: 0;
    text-align: center;
    right: 0;
  }
  .work_page .stratgey-slider .owl-nav span {
    background-size: 100%;
    width: 41px;
    height: 42px;
  }
  .why-digital-stratgey {
    padding: 0 10px;
  }
  .our-branding-stratgey {
    padding: 0 10px;
  }
  .digital-transformation {
    padding: 0 10px;
  }
  .our-four-step .step h5 {
    font-size: 18px;
    margin: 18px 0 18px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }
  .our-four-step .step p {
    font-size: 14px;
    line-height: 26px;
  }
  .our-four-step .step {
    padding: 40px 28px;
  }
  .digital-transformation h2 {
    margin: 50px 0;
    color: #2b4456;
    font-size: 26px;
    font-weight: 700;
  }
  .branding-stratgey {
    margin: 50px 10px 0;
  }
  .new-branding-content p {
    font-size: 14px;
    line-height: 28px;
  }
  .digital-content1 p {
    font-size: 14px;
    line-height: 28px;
    margin: 30px 0 0;
  }
  .branding-stratgey .col-md-7 img {
    position: static;
    left: 0;
  }
  .branding-bg1 h2 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 25px;
  }
  .branding-bg1 ul li:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 11px;
    left: -40px;
    background: url(../images/w-arrow.svg) no-repeat;
  }
  .branding-bg1 {
    background: #fcca01;
    border-radius: 28px;
    padding: 50px 32px 30px;
  }
  .branding-bg1 ul li {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    color: #191919;
    font-family: "Roboto Slab", serif;
    position: relative;
    font-size: 18px;
  }
  .branding-stratgey-content {
    padding: 45px 0;
  }
  .branding-stratgey-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .branding-stratgey-content h2 {
    margin-bottom: 36px;
    color: #2b4456;
    font-size: 26px;
    font-weight: 700;
  }
  .branding-quote h3 {
    font-size: 18px;
    color: #191919;
    margin-left: 0;
    border-top: 1px solid #000;
    padding-top: 40px;
  }
  .stratgey-slider img {
    display: block !important;
    margin-right: 0;
    margin: auto;
    min-height: 54px;
  }
  .work_page .stratgey-slider .owl-nav button.owl-next span {
    background: url(../images/d-right-arrow.svg) no-repeat;
    border: 0;
    background-size: 100%;
    width: 41px;
    height: 41px;
    vertical-align: top;
    margin-left: 5px;
  }
  .stratgey-slider p {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 13px;
    margin: 13px 0;
  }
  .how-digital-stratgey h2 {
    margin-bottom: 35px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
  }
  .digital-list {
    padding-left: 0;
  }
  .how-digital-stratgey {
    background: #2b4456;
    clear: both;
    padding: 59px 10px 10px;
    margin-top: 20px;
    text-align: center;
  }
  .digital-stratgey h2 {
    margin-bottom: 40px;
    color: #2b4456;
    font-size: 26px;
    font-weight: 600;
  }
  .digital-content-panel h3:after {
    background: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    bottom: -50px;
    left: 0;
  }
  .digital-content-panel p {
    padding-right: 0;
    color: #4d4d4d;
    line-height: 26px;
    font-size: 14px;
  }
  .why-digital-stratgey h2 {
    margin-bottom: 30px;
    color: #2b4456;
    font-size: 34px;
    font-weight: 600;
  }
  .banner-content-ecommerce {
    padding: 0 9px;
  }
  .design_devlopment.section .design_text {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 10px;
    max-width: 100%;
  }
  .wordpress_devlopment.section .design_text {
    padding: 0 10px;
  }
  .design_devlopment.e-com-top2.section {
    padding-top: 50px;
  }
  .ecommerce_development.section .design_text,
  .shopify_dev .design_text {
    padding: 0 10px;
  }
  .appBanner.section .headings h2:after {
    background: 0 0;
    right: 90px;
    width: 100px;
  }
  .appBanner.section .headings h2:before {
    content: "";
    background: url(../images/e-line.svg) no-repeat;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background-position: center;
  }
  .innerBanner.mobile_appbanner {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .innerBanner.desktop_appbanner {
    display: none;
  }
  .hybird_appdevelopment.section .hybird_box {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .hybird_box:before {
    position: absolute;
    content: "";
    width: 100px;
    background: #707070;
    height: 1px;
    left: 13px;
    bottom: 0;
  }
  .work_page2.testimonials_page h3:before {
    content: "";
    background: url(../images/e-line1.svg) no-repeat;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background-position: center;
  }
  .work_page2.testimonials_page h3:after {
    position: static;
    background: 0 0;
    content: "";
    left: inherit;
    width: auto;
  }
  .custom-navbar li img {
    width: auto;
    height: 32px;
  }
  .banner-content-ecommerce.enterprise-app h2 {
    text-align: center;
    display: block;
  }
  .banner-content-ecommerce.enterprise-app h1 {
    font-size: 29px;
    line-height: 36px;
    text-align: center;
  }
  .banner-content-ecommerce.enterprise-app h2:after {
    content: "";
    background: url("../images/e-line.svg") no-repeat;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background-position: center;
  }
  .banner-content-ecommerce.enterprise-app h2:before {
    left: 0;
    left: 60px;
    content: "";
    width: auto;
    background: 0 0;
  }
  .enterprises_page .bg_blue.section {
    background: #66acdc;
    overflow: inherit;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .banner.bg_blue.section .enterpriesesBanner {
    position: static;
    right: 0;
    max-width: 100%;
    bottom: 0;
    margin-top: 40px;
  }
  .desktop-content {
    display: none;
  }
  .enter-mobile-content {
    display: block;
    margin: 30px 0;
  }
  .design_devlopment.end-to-endterprise-app2.section {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }
  .enter-mobile-content p {
    font-size: 14px;
    line-height: 26px;
    color: #000;
  }
  .enterprieses_design_text p {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 50px;
    font-family: "Roboto Slab", serif;
    line-height: 30px;
  }
  .design_devlopment.end-to-endterprise-app2.section .custom_web_text h4 {
    font-size: 17px;
    font-weight: 700;
    color: #191919;
    padding-right: 30px;
  }
  .design_devlopment.section.erp-manfacturing {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .design_devlopment.section.erp-manfacturing .slider_right {
    margin-top: 10px;
  }
  .wordpress_devlopment.web_App.section {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .wordpress_devlopment.web_App.section h2 {
    margin-bottom: 10px;
  }
  .marketing_text h3 {
    color: #fff;
    display: block;
    position: relative;
    padding: 0 0 35px;
    font-size: 24px;
    text-align: center;
  }
  .marketing_text h3:before {
    content: "";
    background: url("../images/e-line.svg") no-repeat;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background-position: center;
  }
  .marketing_text h3:after {
    background: 0 0;
  }
  .marketing_text {
    padding: 0 10px;
  }
  .making_brands p {
    line-height: 26px;
    font-weight: 300;
    font-size: 14px;
  }
  .seo_right_text.mobile-content p {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
  }
  .seo_right_text.mobile-content {
    margin-top: 70px;
  }
  .marketing_solution.section .col-6:nth-child(3) {
    display: none;
  }
  .marketing_box p {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0 30px;
    line-height: 23px;
  }
  .marketing_box {
    border-bottom: 1px solid #b7b7b7;
    margin-right: 20px;
    min-height: 150px;
  }
  .searc_image {
    display: none;
  }
  .red_box h2 {
    font-size: 30px;
    max-width: 355px;
    color: #fff;
    margin-bottom: 35px;
    line-height: 36px;
  }
  .color_boxes p {
    max-width: 100%;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    z-index: 1;
  }
  .red_box a.btn img {
    max-width: inherit;
  }
  .red_box a.btn {
    padding: 0;
    position: static;
    bottom: 40px;
    margin: 40px 0 30px;
  }
  .red_box.green_box p {
    max-width: 100%;
  }
  .red_box.yellow_box p {
    max-width: 100%;
  }
  .red_box.black_box p {
    max-width: 100%;
  }
  .digital_experience.section {
    background: #ebe0d6;
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .experience_details .col-sm-6 {
    padding: 8px 8px;
  }
  .wht_box h4 {
    margin-top: 15px;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .experience_details {
    padding: 0 15px;
    margin-top: 40px;
    margin-bottom: 35px;
  }
  .wht_box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .roohAfza.section .container {
    padding: 0;
  }
  .work_page .roohAfza.section .owl-carousel {
    padding: 0;
  }
  .viws_box {
    padding: 18px 50px 0;
  }
  .viws_box small {
    display: block;
    font-size: 16px;
    color: #000;
    font-family: Montserrat, sans-serif;
  }
  .viws_box h2 {
    font-weight: 800;
    color: #000;
    font-size: 60px;
  }
  .impression h4 {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin: 40px 0;
  }
  .impression {
    position: relative;
    right: 0;
    background: #fff;
    padding: 0;
    bottom: 0;
    top: 0;
    height: inherit;
    max-width: 100%;
    float: none;
    padding-bottom: 90px;
  }
  .work_page .impression .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    bottom: -66px;
    left: 54px;
    top: inherit;
  }
  .interactive.video_serivces.section h3:before {
    content: "";
    background: url(../images/e-line.svg) no-repeat;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background-position: center;
  }
  .interactive.video_serivces.section {
    background: #004bae;
    margin-top: 55px;
    padding-top: 30px;
  }
  .interactive.video_serivces.section .making_brands p {
    max-width: 100%;
  }
  .interactive.video_serivces.section h2 {
    text-align: center;
    font-size: 30px;
    padding: 0 19px;
    margin-top: 10px;
  }
  .new_media_Image img {
    max-width: 100%;
  }
  .corporate_video.media_page.section {
    padding: 50px 0 90px;
  }
  .corporate_video.media_page.section p {
    font-size: 14px;
  }
  .corporate_video .presentation_text h2 {
    font-size: 30px;
  }
  .power_presentation.media_page.section p {
    font-size: 14px;
    line-height: 26px;
  }
  .power_presentation.media_page.section .presentation_text {
    padding: 0 10px;
  }
  .corporate_video.media_page.section .presentation_text {
    padding: 0 10px;
  }
  .interactive.paid_marketing.smm-section1.section {
    background: #2b85cc;
    margin-top: 55px;
    padding-top: 30px;
  }
  .interactive.paid_marketing.smm-section1.section .marketing_text h3:before {
    content: "";
    background: url(../images/e-line.svg);
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat !important;
  }
  .interactive.paid_marketing.smm-section1.section .marketing_text h3:after {
    display: none;
  }
  .interactive.paid_marketing.smm-section1.section h2 {
    font-size: 29px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .interactive.paid_marketing.smm-section1.section p {
    padding-right: 0;
    width: 100%;
  }
  .mobile-content {
    display: block;
  }
  .interactive.paid_marketing.smm-section1.section .paid_market_Image {
    max-width: 100%;
    bottom: -18px;
    right: -8px;
    position: relative;
    overflow: hidden;
  }
  .smm-wht-we-do {
    clear: both;
    padding: 30px 0 0;
  }
  .smm-mobile-content.mobile-content {
    padding: 0 10px;
  }
  .smm-mobile-content.mobile-content p {
    font-size: 14px;
    line-height: 26px;
  }
  .smm-wht-we-do h1 {
    margin: 50px 9px;
    color: #2b4456;
    font-size: 30px;
    font-weight: 800;
  }
  .green-bg-smm {
    background: 0 0;
    padding: 10px;
  }
  .green-bg-smm h2 {
    font-size: 17px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    min-height: 75px;
  }
  .green-bg-smm img {
    height: 60px;
    max-width: 100%;
    margin-bottom: 31px;
  }
  .green-bg-smm p {
    display: none;
  }
  .why_choose.section.smm-why-choose {
    background: 0 0;
    padding: 0 10px 10px;
  }
  .why_choose.section.smm-why-choose h2 {
    color: #2b4456;
    margin-bottom: 60px;
    font-size: 30px;
    font-weight: 800;
    margin-top: 35px;
  }
  .why_choose.section.smm-why-choose p {
    color: #000;
    border-color: #000;
    padding-left: 23px;
    font-size: 14px;
    font-weight: 500;
  }
  .why_choose.section.smm-why-choose .col-md-4 {
    margin-bottom: 23px;
  }
  .maintain_box:before {
    position: absolute;
    left: 0;
    color: #6dacde;
    font-size: 23px;
    top: 28px;
    font-weight: 600;
  }
  .ssm-view {
    margin: 20px 0 30px;
    text-align: center;
  }
  .why_choose.section.smm-why-choose .maintain_box {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .interactive.paid_marketing.smm-section1.section
    .paid_marketing
    .making_brands {
    padding-bottom: 0;
  }
  .interactive.paid_marketing.sem-panel1.section .marketing_text h3:before {
    content: "";
    background: url(../images/e-line2.svg) no-repeat;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background-position: center;
  }
  .interactive.paid_marketing.sem-panel1.section {
    margin-top: 55px;
    padding-top: 30px;
    padding-bottom: 190px;
  }
  .interactive.paid_marketing.sem-panel1.section h2 {
    font-size: 30px;
    margin: 0 0 40px;
  }
  .interactive.paid_marketing.sem-panel1.section img {
    max-width: inherit;
  }
  .interactive.paid_marketing.sem-panel1.section .paid_market_Image {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
  }
  .sem-mobile-content.mobile-content {
    clear: both;
    padding: 40px 10px;
  }
  .sem-mobile-content.mobile-content p {
    font-size: 14px;
    line-height: 28px;
    color: #000;
  }
  .lead_base.section {
    background: #f6f3e8;
    padding: 50px 0 150px;
  }
  .lead_base h2 {
    text-align: center;
    font-size: 30px;
    color: #2b4456;
    font-weight: 800;
    margin-bottom: 50px;
  }
  .principal {
    background: #fcca02;
  }
  .principal_text strong {
    font-weight: 700;
    color: #2b4456;
    font-size: 30px;
    display: block;
    margin-bottom: 30px;
    font-family: "Roboto Slab", serif;
  }
  .principal_text h2 {
    font-size: 35px;
    color: #000;
  }
  .principal_img {
    padding: 0 0 30px 0;
    margin-top: -83px;
  }
  ul.industry_type {
    margin-top: 20px;
    float: none;
    text-align: center;
    padding: 0 40px 40px;
    display: block;
    margin-bottom: 0;
  }
  .project_images_box .our_Diary_date {
    max-width: 100%;
  }
  .our-client-logo p {
    font-size: 14px;
    color: #202020;
    padding-right: 0;
    line-height: 28px;
  }
  .our-client-logo h4 {
    padding: 40px 0 20px;
    clear: both;
    font-size: 30px;
    color: #2b4456;
    font-weight: 700;
    text-align: center;
  }
  .our-client-logo ul li {
    float: left;
    border: 1px solid #ddd;
    width: 33%;
    border-top: 0;
    border-left: 0;
  }
  .our-client-logo ul li:nth-child(5n) {
    border-right: 1px solid #ddd;
  }
  .our-client-logo ul li:nth-child(3n) {
    border-right: 0px;
  }
  .request-quote {
    background: #f9f9f9;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 16%);
    padding: 35px 20px;
    position: static;
  }
  .testimonials_clients {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  .testimonialsText {
    position: static;
    bottom: 0;
    padding: 15px 30px;
    background: #2b4456;
    left: 0;
    width: 100%;
    text-align: left;
  }
  a.youTube_btn {
    position: absolute;
    bottom: 38%;
    right: 6px;
  }
  .testimonials_clients button.close {
    position: absolute;
    background: #fff;
    width: 30px;
    height: 30px;
    z-index: 9999;
    border-radius: 30px;
    top: -17px;
    right: 0;
    opacity: 1;
  }
  .news-bg {
    background: #ddd;
    width: 100%;
    height: 343px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }
  .work_testify.testimonials_page h3:after {
    content: "";
    background: url(../images/e-line1.svg) no-repeat;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background-position: center;
  }
  .work_testify.testimonials_page h3:before {
    display: none;
  }
  .work-slide-bg {
    background: #fcca01;
    padding: 24px 24px;
    border-radius: 35px;
  }
  .carrer-name {
    clear: both;
    padding: 69px 0;
    display: block;
  }
  .apply-now-panel h4 {
    margin: 80px 0 35px;
    font-size: 28px;
  }
  .employe-img {
    max-width: 65%;
    margin-bottom: 40px;
  }
  .work-slide-bg h3 {
    margin-top: 60px;
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 28px;
  }
  .work-slide-bg .quote {
    position: absolute;
    top: -70px;
    left: 55px;
  }
  .work-slide-bg .owl-dots {
    display: block;
    position: absolute;
    top: -27px;
    right: -3px;
  }
  .work-career {
    padding: 50px 10px;
  }
  .work-career h2 {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 30px;
  }
  .work-career h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    margin-bottom: 30px;
    color: #000;
  }
  .work-career p {
    font-size: 14px;
    line-height: 26px;
  }
  .work-section-2 {
    background: #6dacde;
    padding: 45px 20px;
    text-align: center;
    order: 2;
  }
  .work-section-2 p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
  }
  .work-section1 {
    clear: both;
    padding: 150px 0 0;
  }
  .work-section-4 p {
    margin-bottom: 60px;
    color: #333;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
  }
  .work-section-4 {
    background: #ecf8f9 url(../images/life-bg.svg) no-repeat;
    background-position: top;
    width: 100%;
    padding: 50px 20px 20px;
    text-align: center;
    order: 1;
  }
  .work-section-4 .owl-dots button.owl-dot {
    background: #6dacde;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 100%;
    margin-top: 0;
  }
  .work-section-3 p {
    text-align: center;
    margin-bottom: 60px;
    color: #4c4c4c;
    padding: 0;
  }
  .work-section-3 h3 {
    text-align: center;
    margin-bottom: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    color: #202020;
    line-height: 28px;
  }
  .row.work-group {
    display: flex;
    margin: 0;
  }
  .work-section-3 {
    padding: 60px 0 40px;
    order: 3;
  }
  .exp-year {
    position: static;
    margin: 50px 0 0;
  }
  .work-section-3 .green-bg2 {
    background: #dafafa;
    padding: 30px;
    min-height: inherit;
  }
  .our_projects.blog_panel.section .project_images_box .our_Diary_date {
    max-width: 100%;
  }
  .blog-head h2 {
    color: #2b4456;
    font-size: 30px;
    font-weight: 700;
    padding-right: 0;
    margin-bottom: 65px;
    text-align: center;
  }
  .blog-head .date {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
  }
  .blog-detail-1 .blue-bg {
    background: #183346;
    padding: 50px 0 60px;
    text-align: center;
  }
  .blog-content2 {
    padding: 50px 10px;
  }
  .blog-detail2 p {
    font-size: 14px;
    line-height: 26px;
    padding-right: 0;
    color: #000;
  }
  .img-blog-1 {
    margin-top: 0;
  }
  .blog-detail2 {
    padding: 0 10px;
  }
  .blog-detail2 h2 {
    text-align: left;
    margin-bottom: 30px;
  }
  .blog-detail2 h3 {
    font-size: 26px;
    margin-bottom: 50px;
  }
  .blog-3 {
    margin: 35px 0;
  }
  .blog-3 h4 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #2b4456;
  }
  .img-blog-3 {
    margin-bottom: 30px;
  }
  .blue-quote {
    text-align: center;
    margin: 45px 0 50px;
    background: #616bc9;
    padding: 30px 30px 40px;
  }
  .blue-quote p {
    color: #fff;
  }
  .bacl-listing a {
    background: #6dacde;
    padding: 7px 14px;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
  }
  .share-this {
    display: inline-block;
    margin: 0 6px;
  }
  .share-this a {
    background: #2b4456;
    color: #fff;
    padding: 7px 18px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
  }
  .work_page .blog-slider .owl-nav button.owl-next span {
    background: inherit;
    border: 0;
  }
  .work_page .blog-slider .owl-nav button.owl-next span:after {
    content: "Next Article";
    font-size: 12px;
    position: absolute;
    right: 41px;
    top: 4px;
    font-weight: 500;
  }
  .form-slide {
    display: none;
  }
  .news-head h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    padding-right: 0;
    margin-bottom: 65px;
  }
  .news-head .date {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
  }
  .red-bg {
    background: #ed1c24;
    padding: 50px 10px;
  }
  .news-content2 {
    margin: 40px 0 66px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 38px;
  }
  .img-new-1 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 0;
    display: none;
  }
  .img-new-2 {
    display: none;
    width: 100%;
    margin-top: 0;
  }
  .img-new-1.mobile-content {
    display: block;
    text-align: center;
    margin: 40px 0 0;
  }
  .button-back {
    text-align: center;
  }
  .interactive.new-interactive.section .col-md-6.making_img img {
    max-width: 100%;
    margin-top: 25px;
  }
  .interactive.new-interactive.section {
    margin-top: 55px;
    padding-top: 35px;
  }
  .interactive.new-interactive.section h2 {
    font-size: 29px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .interactive.new-interactive.section .marketing_text h3:before {
    content: "";
    background: url(../images/e-line.svg) no-repeat;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background-position: center;
  }
  .corporate.section.new-interactive2 {
    padding-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  .corporate_text p {
    font-size: 14px;
    color: #000;
    line-height: 26px;
  }
  .interactive_presentation .presentation_text {
    max-width: 100%;
    padding: 0 10px;
  }
  .interactive_presentation .presentation_text p {
    font-size: 14px;
    color: #1a1a1a;
    max-width: 100%;
    margin-top: 20px;
    line-height: 28px;
  }
  .presentation_text p {
    font-size: 14px;
    color: #1a1a1a;
    max-width: 780px;
    margin-top: 20px;
    line-height: 26px;
  }
  .power_presentation .presentation_text {
    max-width: 100%;
    padding: 0 10px;
  }
  .interactive.branding_Solutions.section h3:before {
    content: "";
    background: url(../images/e-line.svg) no-repeat;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background-position: center;
  }
  .interactive.branding_Solutions.section .branding_img img {
    max-width: 100%;
  }
  .interactive.branding_Solutions.section .col-md-6.branding_text p {
    max-width: 100%;
    line-height: 28px;
  }
  .interactive.branding_Solutions.section .branding_text h2 {
    font-size: 30px;
    text-align: center;
  }
  .interactive.branding_Solutions.section .branding_text {
    padding-bottom: 0;
  }
  .corporate_video.section {
    padding-bottom: 90px;
    padding-top: 45px;
  }
  .corporate_video .presentation_text {
    max-width: 100%;
    padding: 0 10px;
  }
  .corporate_video .presentation_text p {
    line-height: 26px;
  }
  .interactive.branding_Solutions.section {
    margin-top: 55px;
    padding-top: 30px;
  }
  .interactive.video_page.section {
    overflow: hidden;
    margin-top: 55px;
    padding-top: 30px;
  }
  .interactive.video_page.section h2 {
    padding: 0 0;
    font-size: 30px;
  }
  .interactive.video_page.section .marketing_text h3:before {
    content: "";
    background: url(../images/e-line2.svg) no-repeat;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background-position: center;
  }
  .video_page .making_brands p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .interactive.video_serivces.section h2 {
    text-align: center;
    font-size: 30px;
    padding: 0 0;
    margin-top: 10px;
  }
  .trained {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .seo_page.section.seo-panel1 {
    margin-top: 55px;
  }
  .seo_page h2 {
    font-size: 30px;
    color: #fff;
    margin-top: 50px;
    text-align: center;
  }
  .seo_page.section .marketing_text h3:before {
    content: "";
    background: url(../images/e-line.svg) no-repeat;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    background-position: center;
  }
  .why_choose.section p {
    font-size: 14px;
    line-height: 26px;
  }
  .why_choose.section h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .seo_projects_box p {
    font-weight: 700;
    color: #333;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
  }
  .why_choose {
    background: #2b4456;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .our-client-logo ul li img {
    max-width: 100%;
  }
  .red_box.contant_black_box {
    background: #445ddb;
    padding: 54px 40px;
  }
  .campaign-boxes {
    max-width: 100%;
    position: static;
    right: 50px;
    background: #fff;
    padding: 0;
    top: 0;
    height: 100%;
  }
  .project_images.section .more_testimonials ul li {
    float: left;
    width: 100%;
  }
  .our_clients.section .more_testimonials li {
    width: 30%;
    margin-right: 9px;
    max-width: 40%;
    height: inherit;
    line-height: inherit;
  }
  .mobile-seo-panel.mobile-content .card-header {
    padding: 0;
  }
  .mobile-seo-panel.mobile-content {
    margin-top: 60px;
  }
  .mobile-seo-panel.mobile-content .card {
    border: 0;
  }
  .mobile-seo-panel.mobile-content .card-body {
    background: #f9f9f9;
  }
  .trained .container {
    padding: 0;
  }
  .mobile-seo-panel.mobile-content .card-header a.card-link {
    color: #fff;
  }
  .mobile-seo-panel.mobile-content a.card-link.collapsed {
    background: #fff;
    display: block;
    color: #000;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    padding: 16px 25px;
  }
  .mobile-seo-panel.mobile-content a.card-link {
    display: block;
    color: #000;
    background: #6dacde;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    padding: 16px 25px;
    font-weight: 700;
  }
  .process_seo1 p {
    font-size: 14px;
    color: #000;
    line-height: 26px;
    margin: 30px 10px;
  }
  .process_seo1 .img_box1 {
    margin: 50px 0;
    padding: 0 20px;
  }
  .trained_tab p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
  }
  .our_clients.section .clients_logo li img {
    max-width: 78%;
  }
  .company_text.col-md-6 .owl-carousel {
    width: 55%;
    margin: auto;
  }
  body.home_page .our_clients.section .clients_logo li {
    margin-right: 2px;
    width: 32%;
    padding: 0;
    margin-bottom: 6px;
  }
  body.home_page .our_clients.section .clients_logo li:nth-child(5n) {
    margin-right: 6px;
  }
  .our-client-logo ul li:nth-child(4n) {
    border-right: 1px solid #ddd;
  }
  .our-client-logo ul li:nth-child(3n) {
    border-right: 0px;
  }
  .strgey-number ul li {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .wordpress_devlopment.magento_dev.section .design_text h2 img {
    max-width: 100%;
  }
  .ecommerce_development.section .design_text h2 img {
    max-width: 90%;
  }
  .shopify_dev.section .design_text h2 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 37px;
  }
  .testimonials_clients button {
    padding: 0;
  }
  .work-slide-bg h5 span:nth-child(1) {
    font-weight: 700;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
  }
  .service-col h5 {
    margin: 20px 0;
    color: #333;
    font-size: 18px;
  }
  .service-col {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .service-col label.css-label span {
    display: inline-block;
    font-size: 14px;
    color: #333;
    vertical-align: top;
    cursor: pointer;
  }
  .new-top-detail {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 50px 0 0;
  }
  .post.type-post {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  .work-slide-bg span:nth-child(2) {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .service-col input.css-checkbox {
    display: inline-block;
    width: 8%;
    height: 20px;
  }
  .digital5.desktop-view .col-md-3 {
    display: none;
  }
  .digital5.mobile-view .col-md-3 {
    display: block;
    margin-bottom: 70px;
    margin-top: 45px;
  }
  .our_work.btn {
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
  .our_work.btn {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    font-family: "Roboto Slab", serif;
  }
  .our_work.btn a:hover {
    border: 2px solid #6dacde;
    color: #6dacde;
    background: 0 0;
  }
  a.btn.desk-btn {
    display: none;
  }
  .mobile-btn-panel {
    display: block;
    text-align: center;
    width: 100%;
    margin: 40px 0 0;
  }
  a.btn.mobile-btn {
    border: 2px solid #3780ba;
    border-radius: 25px;
    padding: 8px 35px;
    margin-top: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .new-icon {
    width: 150px;
  }
  a.query-btn.continue.thnk_u {
    margin-bottom: 150px;
  }
  .jquery-accordion-menu ul ul.submenu ul li a {
    padding: 7px 24px;
    text-transform: capitalize;
    font-size: 13px;
  }
  div#jquery-accordion-menu1 ul ul.submenu ul {
    padding-bottom: 12px;
    margin-bottom: 0;
  }
  div#jquery-accordion-menu1 ul ul {
    background: #0f507d;
    margin-bottom: 25px;
  }
  .jquery-accordion-menu ul ul.submenu ul li a {
    border: 0;
  }
  .jquery-accordion-menu ul ul.submenu li:nth-child(2) a {
    border: 0;
  }
  .jquery-accordion-menu ul ul.submenu li:nth-child(3) a {
    border: 0;
  }
  .jquery-accordion-menu ul ul.submenu li:nth-child(2) ul {
    border-bottom: 1px solid rgb(255 255 255 / 11%);
  }
  .jquery-accordion-menu ul ul.submenu li:nth-child(3) ul {
    border-bottom: 1px solid rgb(255 255 255 / 11%);
  }
  a.ser-pad {
    padding-top: 0 !important;
  }
  .mobile_device2 li.nav-item:last-child {
    margin-right: 0;
    padding-bottom: 80px;
  }
  div#jquery-accordion-menu1 ul {
    width: 100%;
  }
  div#jquery-accordion-menu1 ul li {
    width: 100%;
    display: block;
    float: none;
    position: relative;
  }
  div#jquery-accordion-menu1 {
    display: block;
  }
  div#jquery-accordion-menu1 ul {
    padding: 0;
  }
  ul.agency_box.eLearning_box li:nth-child(2) h3 {
    display: none;
  }
  ul.agency_box.eLearning_box li:nth-child(4) h3 {
    display: none;
  }
  ul.agency_box.eLearning_box li:nth-child(2n) p {
    padding-top: 10px;
  }
  .zsiq_theme1.zsiq_floatmain {
    width: 60px;
    max-height: 60px;
    display: none !important;
  }
  .sitemap-menu.second-pages {
    border-left: 10px solid #6dacde;
    margin-left: 0;
  }
  .sitemap {
    padding: 70px 20px;
    clear: both;
  }
  .sitemap-menu {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-panel-1 .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-panel-1 .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .news-detail-1 .col-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonials_clients {
    float: left;
    width: 48%;
    position: relative;
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .work_testify.testimonials_page.section {
    margin-top: 96px;
  }
  .work_testify.testimonials_page.section h2 br {
    display: none;
  }
  .apply-now-panel h4 {
    margin: 110px 0 35px;
    font-size: 28px;
  }
  .news-panel-section .col-md-12 {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
    margin: 0 0 15px;
  }
  .work-detail-structure {
    padding-top: 50px;
  }
  .work-section-3 .green-bg2 h4 {
    font-size: 22px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }
  .work-section1 .col-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .work-section1 .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .employe-img {
    max-width: 39%;
    margin-bottom: 40px;
  }
  .technology_logo ul li:nth-child(2n) {
    border-right: 1px solid #ddd !important;
  }
  .technology_logo li:last-child {
    display: none;
  }
  .technology_logo ul li {
    width: 34%;
  }
  .bottom_para {
    padding: 40px 15px 10px;
    text-align: left;
    position: static;
  }
  .company_text.col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.industry_type {
    margin-top: 33px;
    float: none;
    text-align: center;
    padding: 0 10px 19px;
    display: block;
    margin-bottom: 0;
  }
  .custom-navbar li {
    margin-right: 14px;
  }
  .work_page2.testimonials_page.section.work-pan {
    display: block;
    padding-top: 30px;
  }
  .interactive.branding_Solutions.section .col-md-6.branding_text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-5.making_brands {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .col-md-6.making_img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .interactive.video_serivces.section .col-md-7 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .banner.bg_blue.section.enterprise-bg .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-5.making_brands {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .main_mobileApp p {
    padding: 0 0 40px;
  }
  .lead_base_boxes li {
    width: 30%;
    margin: 9px;
    padding: 20px;
    text-align: center;
  }
  .hybirdImage_box {
    min-height: 170px;
    line-height: initial;
    text-align: center;
  }
  .principal .col-md-5,
  .principal .col-md-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .paid_market_Image img {
    max-width: 100%;
  }
  .social_icons .pull-right {
    float: none;
    text-align: right;
    margin-top: 0 !important;
  }
  .seo_projects_box p {
    font-size: 16px;
  }
  .seo_projects.section {
    padding-bottom: 50px;
  }
  .col-md-6.making_brands {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .compaining h3 {
    padding: 60px 0;
    text-align: center;
  }
  .marketing_text.seoMarketing .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
  .seo_right_text.mobile-content {
    margin-top: 0;
  }
  .red_box.contant_black_box p {
    font-size: 22px;
  }
  .wht_box {
    min-height: 200px;
  }
  .seo_img {
    position: static;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
  }
  .seo_img img {
    max-width: 100%;
  }
  .digital_marketing.section {
    height: auto;
    margin-top: 55px;
    padding-bottom: 0;
  }
  .banner.bg_blue.section.e-com-top .col-md-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .ecom-mobile {
    display: block;
    max-width: 100%;
    position: relative;
    top: 0;
    z-index: 9;
    left: 0;
  }
  .banner.bg_blue.section.e-com-top p {
    max-width: 100%;
  }
  .digital-content-panel {
    padding: 0;
  }
  .project_box {
    margin-right: 26px;
  }
  .corporate_video .slider_right,
  .interactive_presentation .slider_right,
  .power_presentation .slider_right {
    float: none;
    max-width: 100%;
    margin: auto;
    margin-top: 30px;
  }
  .digital-content-panel h3 {
    font-size: 21px;
    margin-bottom: 50px;
  }
  .digital-content-panel h3:after {
    bottom: -25px;
  }
  .heading1 {
    top: 27%;
  }
  .new_media ul.nav.nav-fill.navtop:after,
  .new_media ul.nav.nav-fill.navtop:before,
  .technology_Works:after,
  .technology_Works:before {
    display: none;
  }
  .technical_Section,
  p.development_services {
    padding: 0;
  }
  p.development_services {
    font-size: 13px;
    line-height: 24px;
  }
  .tabContentMian h2 {
    font-size: 36px;
  }
  div#menu1:before {
    width: 90%;
  }
  .banner_sectionTab {
    padding-top: 10px;
  }
  .agency_boxes p {
    font-size: 14px;
    max-width: 100%;
  }
  .banner_sectionTab h3 {
    font-size: 32px;
  }
  .partners_logo.desktop_device_logo {
    text-align: left;
  }
  .new_media.section {
    padding-bottom: 20px;
  }
  .experience_box {
    position: absolute;
    bottom: inherit;
    left: 17%;
    transform: translate(0, -50%);
    background: #fff;
    padding: 50px;
    top: 75%;
  }
  .experience_box img {
    max-width: 170px;
  }
  .experience_box p {
    display: none;
  }
  .experience_box h6 {
    font-size: 18px;
    margin: 0;
  }
  a.navbar-brand {
    max-width: 90px;
    padding: 10px;
  }
  .desktop_menu {
    display: none;
  }
  .work_page .mobile_device2 {
    display: block;
  }
  .work_testify h2 {
    font-size: 36px;
  }
  .our_projects.section {
    padding-top: 30px;
  }
  ul.custom-navbar:before {
    display: none;
  }
  div#collapsibleNavbar a {
    font-size: 13px;
  }
  li.nav-item {
    margin: 0 5px;
  }
  li.nav-item.project_button {
    padding: 0 8px;
  }
  .diary_box_left {
    padding: 10px 10px 10px 10px;
  }
  .full_image img {
    min-height: 205px !important;
  }
  .diary_box_left p,
  .little_tag_content p,
  .our_Diary .our_Diary_date p {
    font-size: 15px;
  }
  .business_help .diary_box_left {
    padding: 0;
    padding-left: 18px;
  }
  .col-md-6.business_help .full_image img {
    min-height: 204px !important;
  }
  .aap_banner-content p {
    display: none;
  }
  .imgAppBanner {
    margin-top: 0;
  }
  .appBanner {
    margin-top: 85px;
  }
  .digital5.mobile-view .col-md-3 {
    display: block;
    margin-bottom: 70px;
    margin-top: 45px;
    max-width: 100%;
    flex: inherit;
  }
  .project_images.section .more_testimonials ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .col-md-4.col-sm-12 .app_text:last-child {
    min-height: auto;
  }
  .app_text {
    min-height: 380px;
  }
}
@media only screen and (max-width: 575px) {
  .hybirdImage_box {
    min-height: auto;
    line-height: initial;
    padding-top: 50px;
  }
  .new_media li.nav-item {
    display: block;
    width: 100%;
    border-right: 1px solid #ddd;
    border-bottom: 0;
  }
  .experience_box {
    left: 0;
    transform: translate(0, -50%);
    max-width: 100%;
    bottom: inherit;
    z-index: 9;
    padding: 20px;
    top: 130%;
  }
  .experience_box h6,
  .experience_box p {
    display: none;
  }
  .heading1 {
    top: 50%;
  }
  .red_box {
    float: left;
    width: 100%;
    padding: 50px 40px;
    height: inherit;
  }
  .red_box.green_box img {
    max-width: 280px;
  }
  .red_box.green_box {
    min-height: 440px;
  }
  .red_box.yellow_box img {
    max-width: 230px;
  }
  .red_box.black_box img {
    max-width: 145px;
  }
  .seo_img {
    position: absolute;
    bottom: -81px;
    left: -94px;
    right: 0;
    width: 100%;
    overflow: hidden;
    width: 122%;
  }
  .compaining h3 {
    margin: 0;
    padding-bottom: 40px;
    font-size: 30px;
    color: #2b4456;
    font-weight: 700;
    text-align: center;
  }
  .corporate_video.digitalSlider.section {
    background: #fff5f1;
    padding-bottom: 120px;
    padding-top: 0;
  }
  .roohAfza.section {
    background: 0 0;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    height: inherit;
    padding: 0;
  }
  .img-campain {
    display: block;
  }
  .interactive.paid_marketing.sem-panel1.section {
    margin-top: 55px;
    padding-top: 30px;
    padding-bottom: 290px;
  }
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .design_devlopment.end-to-endterprise-app2.section .custom_web_text h4 {
    font-size: 17px;
    font-weight: 700;
    color: #191919;
    padding-right: 20px;
  }
  .seo_img {
    position: absolute;
    bottom: -81px;
    left: -94px;
    right: 0;
    width: 100%;
    overflow: hidden;
    width: 125%;
  }
  .digital_marketing.section {
    height: auto;
    margin-top: 55px;
    padding-bottom: 245px;
  }
  .green-bg-smm h2 {
    font-size: 16px;
  }
  .interactive.paid_marketing.sem-panel1.section {
    margin-top: 55px;
    padding-top: 30px;
    padding-bottom: 190px;
  }
}
@media only screen and (max-width: 320px) {
  .red_box {
    padding: 50px 24px;
    height: inherit;
  }
  .red_box.contant_black_box p {
    font-size: 24px;
    line-height: 32px;
  }
  .service-col label.css-label span {
    display: inline-block;
    font-size: 12px;
    color: #333;
    vertical-align: top;
    cursor: pointer;
  }
  .yellow_box a.btn {
    font-size: 11px;
    display: inline-block;
    margin: 30px auto;
  }
  .agency_box li h3 {
    font-size: 40px;
  }
  body .tab-content ul.agency_box li {
    padding: 20px;
    width: 50%;
  }
  .video_inside h1 {
    color: #fff;
    font-size: 44px;
    line-height: 47px;
    margin-bottom: 35px;
    padding: 30px;
  }
  .start-project a {
    color: #fff;
    text-decoration: none;
    padding: 15px 3px;
  }
  .adm-popup.menuopened1 h2 {
    color: #2b4456;
    font-size: 22px;
    padding-right: 50px;
    margin-bottom: 25px;
  }
  .agency_box li p {
    padding: 0;
    font-size: 12px;
    font-weight: 300;
  }
  ul.nav.nav-pills.navtop li {
    margin: 0;
  }
  .banner-content-ecommerce h2:after {
    position: absolute;
    bottom: 0;
    right: 70px;
    content: "";
    width: 74px;
    height: 3px;
    background: #fff;
    margin: auto;
    left: inherit;
  }
  .our_project.desktop_Project.section.web_desgin_mobile p {
    font-size: 11px;
  }
  .our_project.desktop_Project.section.web_desgin_mobile h3 {
    font-size: 45px;
  }
  .design_devlopment.section {
    padding-bottom: 110px;
    padding-top: 20px;
  }
  .maintence_boxes {
    display: flex;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .banner.stratgey-bg.section .banner-content-ecommerce h1 {
    position: static;
    bottom: 0;
    font-size: 20px;
    line-height: 32px;
    padding: 10px 16px 25px;
    margin-bottom: 0;
  }
  .digital-content-panel h3 {
    color: #2b4456;
    font-size: 21px;
    line-height: 26px;
  }
  .why-digital-stratgey h2 {
    font-size: 30px;
    font-weight: 600;
  }
  .digital-content1 h3 {
    font-size: 30px;
    color: #2b4456;
    line-height: 32px;
  }
  .or {
    display: inline-block;
    position: relative;
    margin: 0 0;
  }
  .work_page2 h2 {
    padding: 0;
  }
  .design_devlopment.end-to-endterprise-app2.section .custom_web_text h4 {
    font-size: 16px;
  }
  .design_devlopment.end-to-endterprise-app2.section .custom_web_text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #191919;
    padding-right: 0;
  }
  .interactive.paid_marketing.sem-panel1.section {
    padding-bottom: 150px;
  }
  .lead_base_boxes li {
    width: 43%;
    margin: 9px;
    padding: 20px;
  }
  .work_testify h2 {
    font-size: 28px;
    padding: 0;
  }
  .adm-popup.menuopened1 a.close_icon {
    right: 24px;
    position: absolute;
    top: 83px;
  }
}
