@font-face {
    font-family: "lato";
    src:
    url("../fonts/lato-regular-webfont.ttf") format("truetype"),
    url("../fonts/lato-regular-webfont.woff") format("woff"),
    url("../fonts/lato-regular-webfont.woff2") format("woff2");
}

body {
    margin:0;
    padding:0;
    overflow-x: hidden;
    min-width: 100%;
    min-height: 100%;
}

p {
    text-align: justify;
}

a:active, a:focus {
    outline: 0;
}

.black-blue, .header, .blue-header {
  color: #333239; }
  .black-blue span, .header span, .blue-header span {
    color: #03b2ed; }

.white-blue, .white-header, .section-4 .sec-4 {
  color: white; }
  .white-blue span, .white-header span, .section-4 .sec-4 span {
    color: #04b2ed; }

.black-orange, .orange-header {
  color: #35343b; }
  .black-orange span, .orange-header span {
    color: #f29622; }

.white-orange, .whiteorange-header {
  color: white; }
  .white-orange span, .whiteorange-header span {
    color: #f29622; }

.black-yellow, .yellow-header {
  color: #35343b; }
  .black-yellow span, .yellow-header span {
    color: #f4c210; }

.white-yellow, .whiteyellow-header {
  color: white; }
  .white-yellow span, .whiteyellow-header span {
    color: #f4c210; }

.black-darkblue, .darkblue-header {
  color: #35343b; }
  .black-darkblue span, .darkblue-header span {
    color: #2271a4; }

.black-red, .red-header {
  color: #35343b; }
  .black-red span, .red-header span {
    color: #af248e; }

.white-red, .whitered-header {
  color: white; }
  .white-red span, .whitered-header span {
    color: #af248e; }

.clear {
  clear: both; }

.navbar-default {
  border: 0px solid;
  background-color: white;
}

.navbar-header {
  min-height: 60px; }

.navbar {
  margin-bottom: 15px; }

.logo {
  padding-top: 10px; }
  @media only screen and (min-width: 769px) and (max-width: 991px) {
    .logo {
      padding-bottom: 5px; } }
  @media only screen and (min-width: 577px) and (max-width: 767px) {
    .logo {
      padding-bottom: 5px; } }
  @media only screen and (min-width: 501px) and (max-width: 575px) {
    .logo {
      padding-bottom: 5px; } }
  @media only screen and (min-width: 351px) and (max-width: 499px) {
    .logo {
      padding-bottom: 5px; } }
  @media only screen and (min-width: 201px) and (max-width: 349px) {
    .logo {
      padding-bottom: 5px; } }

.navbar-nav > li > a {
  padding-top: 30px; }

.dropdown-menu {
  padding: 0px; }

.dropdown-menu > li > a {
  padding: 10px 20px; }

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    background-color: #f6f6f6;
}

.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu .dropdown-header:hover {
    background-color: #de1984;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #FFFFFF;
    background-color: #DE1984;
}

.navbar-toggle {
  margin-top: 33px; }

.line .outer-nav:hover a:hover {
  /* background: #de1984; */
  /* For browsers that do not support gradients */
  /* background: -webkit-linear-gradient(#de1984, #9e148b); */
  /* For Safari 5.1 to 6.0 */
  /* background: -o-linear-gradient(#de1984, #9e148b); */
  /* For Opera 11.1 to 12.0 */
  /* background: -moz-linear-gradient(#de1984, #9e148b); */
  /* For Firefox 3.6 to 15 */
  /* background: linear-gradient(#de1984, #9e148b); */
  color: #de1984;
  /* Standard syntax */ }

.line {
  padding-left: 40%;
  border-bottom: 1px solid black;
  position: relative;
}
  @media only screen and (min-width: 1330px) {
    .line {
      padding-left: 40%; } }
  @media only screen and (min-width: 1201px) and (max-width: 1329px) {
    .line {
      padding-left: 40%; } }
  @media only screen and (min-width: 993px) and (max-width: 1199px) {
    .line {
      padding-left: 33%; } }
  @media only screen and (min-width: 769px) and (max-width: 991px) {
    .line {
      padding-left: 20%; } }
  @media only screen and (min-width: 577px) and (max-width: 767px) {
    .line {
      padding-left: 20%; } }
  @media only screen and (min-width: 501px) and (max-width: 575px) {
    .line {
      padding-left: 0px; } }
  @media only screen and (min-width: 351px) and (max-width: 499px) {
    .line {
      padding-left: 0px; } }
  @media only screen and (min-width: 201px) and (max-width: 349px) {
    .line {
      padding-left: 0px; } }
  .line .outer-nav {
    font-size: 16px; }
    .line .outer-nav:hover {
      color: #de1984;
      /* For browsers that do not support gradients */
      /* background: -webkit-linear-gradient(#de1984, #9e148b); */
      /* For Safari 5.1 to 6.0 */
      /* background: -o-linear-gradient(#de1984, #9e148b); */
      /* For Opera 11.1 to 12.0 */
      /* background: -moz-linear-gradient(#de1984d, #9e148b); */
      /* For Firefox 3.6 to 15 */
      /* background: linear-gradient(#de1984, #9e148b); */
      /* Standard syntax */ }
      .line .outer-nav:hover a:hover {
        color: #de1984; }

.dots {
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50px;
  position: absolute;
  top: 60px;
  left: 27%;
  border: 3px solid #999999; }
  @media only screen and (min-width: 1201px) and (max-width: 1329px) {
    .dots {
      left: 27%; } }
  @media only screen and (min-width: 993px) and (max-width: 1199px) {
    .dots {
      left: 27%; } }
  @media only screen and (min-width: 769px) and (max-width: 991px) {
    .dots {
      left: 27%; } }
  @media only screen and (min-width: 577px) and (max-width: 767px) {
    .dots {
      display: none; } }
  @media only screen and (min-width: 501px) and (max-width: 575px) {
    .dots {
      display: none; } }
  @media only screen and (min-width: 351px) and (max-width: 499px) {
    .dots {
      display: none; } }
  @media only screen and (min-width: 201px) and (max-width: 349px) {
    .dots {
      display: none; } }

.header {
  text-align: center;
  font-family: lato;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px; }
  .header span {
    font-family: lato; }
  @media only screen and (min-width: 201px) and (max-width: 349px) {
    .header {
      font-size: 30px;
      padding: 10; } }

.paragraph {
  text-align: center;
  font-size: 15px;
  margin-bottom: 12px;
  font-family: lato;
  padding: 0px 20px 10 20px; }
  @media only screen and (min-width: 501px) and (max-width: 575px) {
    .paragraph {
      padding: 0px; } }
  @media only screen and (min-width: 351px) and (max-width: 499px) {
    .paragraph {
      padding: 0px; } }
  @media only screen and (min-width: 201px) and (max-width: 349px) {
    .paragraph {
      padding: 10px; } }

.paragraph-white {
  color: white;
  padding: 10px 20px 25px 20px; }

.show-more-btn .show-more {
  color: white;
  padding: 10px 50px;
  border-radius: 15px;
  margin: 20px 0px 20px 0px;
  background-color: #03b2ed;
  font-size: 17px;
  border: none;
  font-family: lato;
  background: #03b2ed;
  background: -webkit-linear-gradient(#03b2ed, #026c90);
  background: -o-linear-gradient(#03b2ed, #026c90);
  background: -moz-linear-gradient(#03b2ed, #026c90);
  background: linear-gradient(#03b2ed, #026c90);
  outline: none; }
  .show-more-btn .show-more:hover {
    background: grey;
    background: -webkit-linear-gradient(grey, #35343b);
    background: -o-linear-gradient(grey, #35343b);
    background: -moz-linear-gradient(grey, #35343b);
    background: linear-gradient(grey, #35343b); }

.show-more-ghostbtn .show-more-ghost {
  color: #03b2ed;
  padding: 10px 50px;
  border-radius: 15px;
  margin: 20px 0px 20px 0px;
  background-color: white;
  font-size: 17px;
  border: 1px solid #03b2ed;
  font-family: lato;
  outline: none; }
  .show-more-ghostbtn .show-more-ghost:hover {
    color: white;
    background: #03b2ed;
    background: -webkit-linear-gradient(#03b2ed, #026c90);
    background: -o-linear-gradient(#03b2ed, #026c90);
    background: -moz-linear-gradient(#03b2ed, #026c90);
    background: linear-gradient(#03b2ed, #026c90); }

.arrow-down {
  text-align: center;
  margin: 10px 0px 0px 0px;
  font-size: 30px; }

.section-2 .section-2-wrapper .logo-design {
  display: inline-block;
  border-radius: 50px;
  box-shadow: -4px 7px 50px #88888847;
  text-align: center; }
  @media only screen and (min-width: 577px) and (max-width: 767px) {
    .section-2 .section-2-wrapper .logo-design {
      margin: 10px 80px; } }
  @media only screen and (min-width: 501px) and (max-width: 575px) {
    .section-2 .section-2-wrapper .logo-design {
      margin: 10px 50px; } }
  @media only screen and (min-width: 351px) and (max-width: 499px) {
    .section-2 .section-2-wrapper .logo-design {
      margin: 10px 0px; } }
  @media only screen and (min-width: 201px) and (max-width: 349px) {
    .section-2 .section-2-wrapper .logo-design {
      margin: 10px 01px; } }
  .section-2 .section-2-wrapper .logo-design .logo-design-photo {
    background-image: url("../imgs/logo-design.jpg");
    background-position: center;
    /*background-repeat: no-repeat;*/
    height: 13%;
    border-radius: 50px 50px 0px 0px; }
  .section-2 .section-2-wrapper .logo-design .video {
    background-image: url("../imgs/video-production.jpg");
    /*                        background-repeat: no-repeat;*/ }
  .section-2 .section-2-wrapper .logo-design .logo-design-content {
    background-color: white;
    border-radius: 0px 0px 50px 50px; }
    .section-2 .section-2-wrapper .logo-design .logo-design-content h3 {
      margin: 0px;
      padding: 20px 15px 10px 15px; }
    .section-2 .section-2-wrapper .logo-design .logo-design-content p {
      padding: 0px 40px;
      margin: 0px; }
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .section-2 .section-2-wrapper .video-design {
    display: none; } }
@media only screen and (min-width: 501px) and (max-width: 575px) {
  .section-2 .section-2-wrapper .video-design {
    display: none; } }
@media only screen and (min-width: 351px) and (max-width: 499px) {
  .section-2 .section-2-wrapper .video-design {
    display: none; } }
@media only screen and (min-width: 201px) and (max-width: 349px) {
  .section-2 .section-2-wrapper .video-design {
    display: none; } }

.section-3 {
    padding: 1%;
}
.section-3 span {
    color: #03B2ED;
}
.section-3 p {
    padding: 5%;
    font-size: 15px;
}
.section-3 img {
    display: block;
    margin: 10% auto;
    width: 80%;
    height: auto;
}

.section-4 {
  background-image: url("../imgs/home-sec2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;}
  .section-4 .color-overlay {
    background-color: rgba(0, 0, 0, 0.64); }
    .section-4 .color-overlay .sec-4-container {
      padding: 30px 0px; }
      .section-4 .color-overlay .sec-4-container .paragraph-sec4 {
        color: white;
        padding: 20px; }
        @media only screen and (min-width: 201px) and (max-width: 349px) {
          .section-4 .color-overlay .sec-4-container .paragraph-sec4 {
            text-align: left; } }
      .section-4 .color-overlay .sec-4-container .why-us span {
        display: inline-block;
        padding-bottom: 10px;
        vertical-align: middle;
        padding: 20px; }
      .section-4 .color-overlay .sec-4-container .why-us .reach {
        padding: 16px; }
      .section-4 .color-overlay .sec-4-container .why-us .why-us-p {
        color: white;
        display: inline-block;
        width: 70%;
        vertical-align: middle; }

.section-5 {
    padding: 2.5% 0px; }
  .section-5 .data-container {
    width: 80%;
    margin: 0px auto; }
    .section-5 .data-container .name p {
      font-size: 15px;
      padding-top: 30px; }
      .section-5 .data-container .name p span {
        color: red;
        font-size: 18px; }
    .section-5 .data-container .name .fill-name input {
      border-radius: 15px;
      width: 100%;
      height: 50px;
      border: 1px solid grey;
      outline: none;
      padding: 10px; }
  .section-5 .message textarea {
    width: 100%;
    height: 200px;
    border: 1px solid grey;
    border-radius: 25px;
    outline: none;
    padding: 10px; }

.footer {
    padding: 20px 0px;
    background-color: #35343b;
    color: white;
}
.footer .footer-icons {
     padding: 5px 0px;
}
.footer .footer-icons i {
     padding-right: 10px;
     font-size: 20px;
     vertical-align: middle;
}
.footer .footer-icons img {
     width: 20px;
}
.footer .social-icons {
     text-align: center;
}

#triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 20px solid #af248e;
  border-left: 20px solid transparent; }
  @media only screen and (min-width: 351px) and (max-width: 499px) {
    #triangle-bottomright {
      display: none; } }
  @media only screen and (min-width: 201px) and (max-width: 349px) {
    #triangle-bottomright {
      display: none; } }

.bread-crumb {
  background-image: url("../imgs/services-breadcrumb.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 300px; }
  .bread-crumb .dark-overlay {
    background-color: rgba(0, 0, 0, 0.64);
    height: 300px; }
    .bread-crumb .dark-overlay .bread-crumb-container {
      padding-top: 75px;
      color: white; }
      .bread-crumb .dark-overlay .bread-crumb-container span {
        vertical-align: middle; }
      @media only screen and (min-width: 769px) and (max-width: 991px) {
        .bread-crumb .dark-overlay .bread-crumb-container {
          padding-top: 33px; } }
      @media only screen and (min-width: 577px) and (max-width: 767px) {
        .bread-crumb .dark-overlay .bread-crumb-container {
          padding-top: 33px; } }
      @media only screen and (min-width: 501px) and (max-width: 575px) {
        .bread-crumb .dark-overlay .bread-crumb-container {
          padding-top: 33px; } }
      @media only screen and (min-width: 351px) and (max-width: 499px) {
        .bread-crumb .dark-overlay .bread-crumb-container {
          padding-top: 40px; } }
      @media only screen and (min-width: 201px) and (max-width: 349px) {
        .bread-crumb .dark-overlay .bread-crumb-container {
          padding-top: 20px; } }
      .bread-crumb .dark-overlay .bread-crumb-container .breadcrumb-header {
        vertical-align: middle;
        font-family: lato;
        display: inline-block;
        padding: 20px 0px 0px 10px; }
        @media only screen and (min-width: 501px) and (max-width: 575px) {
          .bread-crumb .dark-overlay .bread-crumb-container .breadcrumb-header {
            font-size: 28; } }
        @media only screen and (min-width: 351px) and (max-width: 499px) {
          .bread-crumb .dark-overlay .bread-crumb-container .breadcrumb-header {
            font-size: 28px;
            padding-left: 0px; } }
        @media only screen and (min-width: 201px) and (max-width: 349px) {
          .bread-crumb .dark-overlay .bread-crumb-container .breadcrumb-header {
            font-size: 28;
            padding-left: 0px; } }

.services {
  background-image: url("../imgs/grey_background.jpg");
  background-position: center;
  width: 100%; }
  .services .container-serv {
    width: 60%;
    margin: 0px auto;
    padding: 30px 0px; }
    @media only screen and (min-width: 1201px) and (max-width: 1329px) {
      .services .container-serv {
        width: 67%; } }
    @media only screen and (min-width: 993px) and (max-width: 1199px) {
      .services .container-serv {
        width: 82%; } }
    @media only screen and (min-width: 769px) and (max-width: 991px) {
      .services .container-serv {
        width: 88%; } }
    @media only screen and (min-width: 577px) and (max-width: 767px) {
      .services .container-serv {
        width: 62%; } }
    @media only screen and (min-width: 501px) and (max-width: 575px) {
      .services .container-serv {
        width: 99%; } }
    @media only screen and (min-width: 201px) and (max-width: 349px) {
      .services .container-serv {
        width: 100%; } }
  .services .service {
    text-align: center;
    width: 100%;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
    margin-bottom: 20px; }
    .services .service .overlay {
      background-color: rgba(0, 0, 0, 0.25);
      border-radius: 50px 50px 0px 0px; }
      .services .service .overlay .service-icon {
        text-align: center;
        padding-top: 100px;
        height: 210px; }
        .services .service .overlay .service-icon .service-icon-img {
          display: none;
          text-align: center;
          padding-left: 40%; }
      .services .service .overlay:hover {
        text-align: center;
        background-color: rgba(0, 0, 0, 0.64); }
        .services .service .overlay:hover .service-icon-img {
          display: block; }
    .services .service .colored-overlay {
      background-color: #c33838eb;
      height: 95px;
      border-radius: 0px 0px 50px 50px; }
      .services .service .colored-overlay .service-name {
        text-align: center;
        color: white;
        font-size: 22px;
        padding-top: 10px;
        font-family: lato; }
    .services .service .red {
      background-color: #af248e; }
    .services .service .yellow {
      background-color: #f4c210; }
    .services .service .blue {
      background-color: #03b2ed; }
    .services .service .orange {
      background-color: #f29622; }
    .services .service .darkblue {
      background-color: #2271a5; }
  .services .digitalmarketing {
    background-image: url("../imgs/digitalmarketing-service.jpg");
    background-position: center;
    background-size: cover; }
  .services .brandingdesign {
    background-image: url("../imgs/branding-service.jpg");
    background-position: center;
    background-size: cover; }
  .services .strategy {
    background-image: url("../imgs/strategy-service.jpg");
    background-position: center;
    background-size: cover; }
  .services .websitedesign {
    background-image: url("../imgs/web-design-service.jpg");
    background-position: center;
    background-size: cover; }
  .services .mobile-app {
    background-image: url("../imgs/mobile-app-service.jpg");
    background-position: center;
    background-size: cover; }
  .services .Application-marketing {
    background-image: url("../imgs/app-marketing-service.jpg");
    background-position: center;
    background-size: cover; }

.service-container-wrapper {
  padding: 40px 0px; }

@media only screen and (min-width: 1201px) and (max-width: 1329px) {
  padding: 110px 0px 0px 195px; }
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  padding: 110px 0px 0px 140px; }
@media only screen and (min-width: 769px) and (max-width: 991px) {
  padding: 110px 0px 0px 115px; }
@media only screen and (min-width: 577px) and (max-width: 767px) {
  padding: 110px 0px 0px 90px; }
@media only screen and (min-width: 501px) and (max-width: 575px) {
  padding: 90px 0px 0px 80px; }
@media only screen and (min-width: 351px) and (max-width: 499px) {
  padding: 77px 0px 0px 80px; }
@media only screen and (min-width: 201px) and (max-width: 349px) {
  padding: 77px 0px 0px 43px; }
#triangle-bottomright-blue {
  width: 0;
  height: 0;
  border-bottom: 20px solid #03b2ed;
  border-left: 20px solid transparent; }
  @media only screen and (min-width: 351px) and (max-width: 499px) {
    #triangle-bottomright-blue {
      display: none; } }
  @media only screen and (min-width: 201px) and (max-width: 349px) {
    #triangle-bottomright-blue {
      display: none; } }

.horizontal_dotted_line {
  border-bottom: 1px dotted grey;
  width: 90%;
  /* position: absolute; */
  top: 80px;
  left: 38px; }

.read-more {
  text-align: right;
  padding: 0px 20px 20px 40px;
  font-size: 15px; }
  .read-more:hover {
    color: #03b2ed; }
    .read-more:hover a {
      color: #03b2ed; }
    .read-more:hover i {
      color: #03b2ed; }
  .read-more a {
    color: #35343b;
    text-decoration: none; }
  .read-more i {
    font-size: 20px;
    padding-right: 10px; }

.read-more-white i {
  color: white; }
.read-more-white a {
  color: white; }

.strategy-bread-crumb {
  background-image: url("../imgs/Strategy-breadcrumb.jpg");
  background-repeat: no-repeat;
  /*    background-position: center;*/ }

.blue-border {
  border-left: 3px solid #03b2ed; }

.blue-onhover:hover {
  background-color: #03b2ed63;
  border-left: 3px solid #03b2ed; }

.dotted_line {
  border-bottom: 1px dotted grey;
  margin: 0px 33px; }

.Brand-strategy {
  background-image: url("../imgs/brand-strategy-1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .Brand-strategy .dark-overlay {
    padding: 30px 0px 40px 0px;
    background-color: rgba(0, 0, 0, 0.64); }
    .Brand-strategy .dark-overlay .Brand-strategy-content {
      background-color: white;
      border-radius: 50px;
      margin-bottom: 20px;
      /*                .commerce-img1{
                      background-image:url("../imgs/user-friendly.jpg");
                      }*/ }
      @media only screen and (min-width: 769px) and (max-width: 991px) {
        .Brand-strategy .dark-overlay .Brand-strategy-content {
          margin-right: 100px;
          margin-left: 100px; } }
      @media only screen and (min-width: 577px) and (max-width: 767px) {
        .Brand-strategy .dark-overlay .Brand-strategy-content {
          margin-right: 100px;
          margin-left: 100px; } }
      @media only screen and (min-width: 501px) and (max-width: 575px) {
        .Brand-strategy .dark-overlay .Brand-strategy-content {
          margin-right: 100px;
          margin-left: 100px; } }
      .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-img {
        background-repeat: no-repeat;
        height: 28%;
        background-position: center;
        border-radius: 50px 50px 0px 0px;
        background-size: cover; }
        @media only screen and (min-width: 501px) and (max-width: 575px) {
          .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-img {
            height: 30%; } }
        @media only screen and (min-width: 351px) and (max-width: 499px) {
          .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-img {
            height: 30%; } }
        @media only screen and (min-width: 201px) and (max-width: 349px) {
          .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-img {
            height: 20%; } }
      .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-img1 {
        background-image: url("../imgs/brandstrategy-1.jpg"); }
      .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-img2 {
        background-image: url("../imgs/brandstrategy-2.jpg"); }
      .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-img3 {
        background-image: url("../imgs/brandstrategy-3.jpg"); }
      .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-typo {
        height: 275px;
        /*                        @include respond-to(large-screens)  { height:30%;}*/ }
        @media only screen and (min-width: 993px) and (max-width: 1199px) {
          .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-typo {
            height: auto; } }
        @media only screen and (min-width: 769px) and (max-width: 991px) {
          .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-typo {
            height: auto; } }
        @media only screen and (min-width: 577px) and (max-width: 767px) {
          .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-typo {
            height: auto; } }
        @media only screen and (min-width: 501px) and (max-width: 575px) {
          .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-typo {
            height: auto; } }
        @media only screen and (min-width: 351px) and (max-width: 499px) {
          .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-typo {
            height: auto; } }
        @media only screen and (min-width: 201px) and (max-width: 349px) {
          .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-typo {
            height: auto; } }
        .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-typo h4 {
          font-family: lato;
          text-align: center;
          padding: 20px 5px 10px 5px;
          margin: 0px; }
        .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-typo .brand-strategy-color {
          color: #03b2ed; }
        .Brand-strategy .dark-overlay .Brand-strategy-content .Brand-strategy-typo p {
          padding: 10px 20px 10px 20px;
          /*text-align: center;*/
          margin: 0px; }
  .Brand-strategy .colored-overlay {
    /* padding: 30px 0px 40px 0px; */
   }
    .Brand-strategy .colored-overlay h1 {
      text-align: center;
      color: white;
      padding: 20px;
      margin: 0px;
      font-family: lato; }
      @media only screen and (min-width: 501px) and (max-width: 575px) {
        .Brand-strategy .colored-overlay h1 {
          font-size: 30px; } }
      @media only screen and (min-width: 351px) and (max-width: 499px) {
        .Brand-strategy .colored-overlay h1 {
          font-size: 30px; } }
      @media only screen and (min-width: 201px) and (max-width: 349px) {
        .Brand-strategy .colored-overlay h1 {
          font-size: 30px; } }
    .Brand-strategy .colored-overlay .circle {
      border: 1px solid white;
      border-radius: 100%;
      text-align: center;
      text-align: center;
      height: 180px;
      width: 180px;
      vertical-align: middle;
      margin: 0px auto;
      padding-top: 35px;
      margin-bottom: 15px; }
      .Brand-strategy .colored-overlay .circle:hover {
        border: 0px;
        background-color: white;
        color: #03b2ed; }
        .Brand-strategy .colored-overlay .circle:hover .cls-1 {
          fill: #03b2ed; }
        .Brand-strategy .colored-overlay .circle:hover .icon-title {
          color: #03b2ed; }
      .Brand-strategy .colored-overlay .circle .circle-icon:hover {
        fill: #03b2ed; }
      .Brand-strategy .colored-overlay .circle .icon-title {
        color: white;
        vertical-align: middle;
        margin: 0px;
        padding: 10px;
        font-size: 19px; }
        .Brand-strategy .colored-overlay .circle .icon-title:hover {
          color: #03b2ed; }
  .Brand-strategy .blue-overlay {
    background-color: #03b2edeb; }

.Information-Architecture {
  padding: 30px 0px 40px 0px; }
  .Information-Architecture .defining-buisness {
    border-radius: 50px;
    box-shadow: -4px 7px 50px #88888847;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px 30px; }
    @media only screen and (min-width: 769px) and (max-width: 991px) {
      .Information-Architecture .defining-buisness {
        margin: 0px; } }
    @media only screen and (min-width: 577px) and (max-width: 767px) {
      .Information-Architecture .defining-buisness {
        margin: 0px; } }
    @media only screen and (min-width: 501px) and (max-width: 575px) {
      .Information-Architecture .defining-buisness {
        margin: 0px; } }
    @media only screen and (min-width: 351px) and (max-width: 499px) {
      .Information-Architecture .defining-buisness {
        margin: 0px; } }
    @media only screen and (min-width: 201px) and (max-width: 349px) {
      .Information-Architecture .defining-buisness {
        margin: 0px; } }
    .Information-Architecture .defining-buisness .dark-overlay {
      background-color: rgba(0, 0, 0, 0.41);
      border-radius: 50px; }
      .Information-Architecture .defining-buisness .dark-overlay:hover {
        background-color: rgba(0, 0, 0, 0.64); }
      .Information-Architecture .defining-buisness .dark-overlay h3 {
        color: white;
        text-align: center;
        font-family: lato;
        padding: 50px 20px 60px 20px; }
  .Information-Architecture .defining-buisness-img {
    background-image: url("../imgs/Defining-business-1.jpg");
    margin: 35px 30px; }
    @media only screen and (min-width: 501px) and (max-width: 575px) {
      .Information-Architecture .defining-buisness-img {
        margin: 0px; } }
    @media only screen and (min-width: 351px) and (max-width: 499px) {
      .Information-Architecture .defining-buisness-img {
        margin: 0px; } }
    @media only screen and (min-width: 201px) and (max-width: 349px) {
      .Information-Architecture .defining-buisness-img {
        margin: 0px; } }
  .Information-Architecture .Streamlining-img {
    background-image: url("../imgs/Defining-business-2.jpg");
    margin: 35px 30px; }
    @media only screen and (min-width: 501px) and (max-width: 575px) {
      .Information-Architecture .Streamlining-img {
        margin: 0px; } }
    @media only screen and (min-width: 351px) and (max-width: 499px) {
      .Information-Architecture .Streamlining-img {
        margin: 0px; } }
    @media only screen and (min-width: 201px) and (max-width: 349px) {
      .Information-Architecture .Streamlining-img {
        margin: 0px; } }
  .Information-Architecture .Creating-wireframe {
    box-shadow: -4px 7px 50px #88888847;
    border-radius: 50px;
    /*                  height: 540px;*/ }
    .Information-Architecture .Creating-wireframe h3 {
      padding: 50px 0px 0px 60px;
      font-family: lato; }
      @media only screen and (min-width: 501px) and (max-width: 575px) {
        .Information-Architecture .Creating-wireframe h3 {
          padding: 20px 0px 0px 30px; } }
      @media only screen and (min-width: 351px) and (max-width: 499px) {
        .Information-Architecture .Creating-wireframe h3 {
          padding: 20px 0px 0px 30px; } }
      @media only screen and (min-width: 201px) and (max-width: 349px) {
        .Information-Architecture .Creating-wireframe h3 {
          padding: 20px 0px 0px 30px; } }
    .Information-Architecture .Creating-wireframe .Creating-wireframe-blue {
      color: #03b2ed; }
    .Information-Architecture .Creating-wireframe .Structuring {
      padding: 20px 0px 0px 60px; }
      @media only screen and (min-width: 501px) and (max-width: 575px) {
        .Information-Architecture .Creating-wireframe .Structuring {
          padding: 0px 0px 10px 30px; } }
      @media only screen and (min-width: 351px) and (max-width: 499px) {
        .Information-Architecture .Creating-wireframe .Structuring {
          padding: 0px 0px 10px 30px; } }
      @media only screen and (min-width: 201px) and (max-width: 349px) {
        .Information-Architecture .Creating-wireframe .Structuring {
          padding: 0px 0px 10px 30px; } }
    .Information-Architecture .Creating-wireframe p {
      padding: 0px 60px 40px 60px; }
      @media only screen and (min-width: 501px) and (max-width: 575px) {
        .Information-Architecture .Creating-wireframe p {
          padding: 0px 30px 20px 30px; } }
      @media only screen and (min-width: 351px) and (max-width: 499px) {
        .Information-Architecture .Creating-wireframe p {
          padding: 0px 30px 20px 30px; } }
      @media only screen and (min-width: 201px) and (max-width: 349px) {
        .Information-Architecture .Creating-wireframe p {
          padding: 0px 30px 20px 30px; } }

.Content-Strategy {
  background-image: url("../imgs/grey_background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 30px 0px 40px 0px; }
  .Content-Strategy .Writing-content .Writing-content-wrapper h3 {
    margin: 0px;
    padding-bottom: 10px; }
  .Content-Strategy .Writing-content .Writing-content-wrapper p {
    padding-bottom: 40px; }

#triangle-bottomright-yellow {
  width: 0;
  height: 0;
  border-bottom: 20px solid #f4c210;
  border-left: 20px solid transparent; }
  @media only screen and (min-width: 351px) and (max-width: 499px) {
    #triangle-bottomright-yellow {
      display: none; } }
  @media only screen and (min-width: 201px) and (max-width: 349px) {
    #triangle-bottomright-yellow {
      display: none; } }

.branding-bread-crumb {
  background-image: url("../imgs/branding-breadcrumb.jpg");
  background-repeat: no-repeat; }

.yellow-border {
  border-left: 3px solid #f4c210; }

.yellow-onhover:hover {
  background-color: #f4c21075;
  border-left: 3px solid #f4c210; }

.yellow-arrows i:hover {
  color: #f4c210; }

.yellow-readmore:hover {
  color: #f4c210; }
  .yellow-readmore:hover a {
    color: #f4c210; }
  .yellow-readmore:hover i {
    color: #f4c210; }

.video-production {
  background-image: url("../imgs/video-prod.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.video-production-img1 {
  background-image: url("../imgs/video-production-img1.jpg"); }

.video-production-img2 {
  background-image: url("../imgs/video-production-img2.jpg"); }

.video-production-img3 {
  background-image: url("../imgs/video-production-img3.jpg"); }

.brand-color {
  color: #f4c210; }

.yellow-overlay {
  background-color: #f4c210db; }
  .yellow-overlay p {
    font-size: 18px;
    color: white;
    text-align: center;
    padding-bottom: 20px; }

.circle-yellow {
  border: 1px solid white;
  border-radius: 100%;
  text-align: center;
  text-align: center;
  height: 180px;
  width: 180px;
  vertical-align: middle;
  margin: 0px auto;
  padding-top: 35px;
  margin-bottom: 15px; }
  .circle-yellow:hover {
    border: 0px;
    background-color: white;
    color: rgb(244, 194, 16); }
    .circle-yellow:hover .cls-1 {
      fill: #f4c210; }
    .circle-yellow:hover .icon-title {
      color: #f4c210; }
  .circle-yellow .circle-icon-yellow:hover {
    fill: #f4c210; }
  .circle-yellow .icon-title {
    color: white;
    vertical-align: middle;
    margin: 0px;
    padding: 10px;
    font-size: 22px; }
    .circle-yellow .icon-title:hover {
      color: #f4c210; }

#triangle-bottomright-red {
  width: 0;
  height: 0;
  border-bottom: 20px solid #af248e;
  border-left: 20px solid transparent; }
  @media only screen and (min-width: 351px) and (max-width: 499px) {
    #triangle-bottomright-red {
      display: none; } }
  @media only screen and (min-width: 201px) and (max-width: 349px) {
    #triangle-bottomright-red {
      display: none; } }

.socialmedia-bread-crumb {
  background-image: url("../imgs/Digital-marketing.jpg");
  background-repeat: no-repeat; }

.red-border {
  border-left: 3px solid #af248e; }

.red-onhover:hover {
  background-color: #c338383d;
  border-left: 3px solid #af248e; }

.red-arrows i:hover {
  color: #af248e; }

.red-readmore:hover {
  color: #af248e; }
  .red-readmore:hover a {
    color: #af248e; }
  .red-readmore:hover i {
    color: #af248e; }

.red-overlay {
  background-color: #af248e; }
  .red-overlay p {
    text-align: center;
    padding-bottom: 20px; }

.circle-red {
  border: 1px solid white;
  border-radius: 100%;
  text-align: center;
  text-align: center;
  height: 180px;
  width: 180px;
  vertical-align: middle;
  margin: 0px auto;
  padding-top: 35px;
  margin-bottom: 15px; }
  .circle-red:hover {
    border: 0px;
    background-color: white;
    color: #af248e; }
    .circle-red:hover .cls-1 {
      fill: #af248e; }
    .circle-red:hover .icon-title {
      color: #af248e; }
  .circle-red .circle-icon-red:hover {
    fill: #af248e; }
  .circle-red .icon-title {
    color: white;
    vertical-align: middle;
    margin: 0px;
    padding: 10px;
    font-size: 19px; }
    .circle-red .icon-title:hover {
      color: #af248e; }

.marketing-strategy-circle {
  border-radius: 100px;
  border: 2px solid #af248e;
  display: inline-block;
  margin-bottom: 20px;
  width: 90px;
  height: 90px; }
  .marketing-strategy-circle img {
    padding: 18px; }

.strategy-process-title {
  padding-bottom: 45px; }

.strategy-process {
  background-image: url("../imgs/strategy-process.jpg");
  background-size: cover; }

.strategy-process-img1 {
  background-image: url("../imgs/strategy-process-img1.jpg"); }

.strategy-process-img2 {
  background-image: url("../imgs/strategy-process-img2.jpg"); }

.strategy-process-img3 {
  background-image: url("../imgs/strategy-process-img3.jpg"); }

.strategy-process-img4 {
  background-image: url("../imgs/strategy-process-img4.jpg"); }

.strategy-process-img5 {
  background-image: url("../imgs/strategy-process-img5.jpg"); }

.strategy-process-color {
  color: #af248e; }

.search-engine {
  background-image: url("../imgs/grey_background.jpg");
  background-size: cover;
  padding: 30px 0px 40px 0px; }
  .search-engine .seo {
    border-radius: 50px;
    background-color: white;
    font-family: lato;
    height: 414px;
    /*                    text-align: center;*/
    padding: 10px 20px 10px 20px;
    box-shadow: -4px 7px 50px #88888847;
    margin-bottom: 20px; }
    .search-engine .seo .our-seo {
      padding: 0px 30px;
      text-align: center; }
    .search-engine .seo .our-seo-paragraph {
      padding: 10px 30px 10px 30px; }
      @media only screen and (min-width: 351px) and (max-width: 499px) {
        .search-engine .seo .our-seo-paragraph {
          padding: 10px 10px 10px 10px; } }
      @media only screen and (min-width: 201px) and (max-width: 349px) {
        .search-engine .seo .our-seo-paragraph {
          padding: 10px 10px 10px 10px; } }
    .search-engine .seo .seo-icons .onsite {
      padding-top: 14px;
      text-align: center;
      padding-right: 0px; }
    .search-engine .seo .seo-icons .onsite-paragraph-wrapper {
      padding: 10px 30px 10px 10px; }
      @media only screen and (min-width: 351px) and (max-width: 499px) {
        .search-engine .seo .seo-icons .onsite-paragraph-wrapper {
          padding: 10px 10px 10px 10px; } }
      @media only screen and (min-width: 201px) and (max-width: 349px) {
        .search-engine .seo .seo-icons .onsite-paragraph-wrapper {
          padding: 10px 10px 10px 10px; } }
  .search-engine .seo-photo {
    background-image: url("../imgs/seo-photo.jpg");
    height: 414px;
    background-repeat: no-repeat;
    background-size: cover; }

.content-creation {
  background-image: url("../imgs/content-creation.jpg");
  background-repeat: no-repeat;
  /*                      background-size:cover;*/
  background-attachment: fixed; }
  .content-creation .content-creation-wrapper {
    background-color: #af248ed4;
    padding: 30px 0px 40px 0px;
    margin-bottom: 10px; }
    .content-creation .content-creation-wrapper .content-generation {
      border-radius: 50px;
      background-color: white;
      font-family: lato;
      padding: 10px 10px;
      box-shadow: -4px 7px 50px #88888847;
      margin-bottom: 20px; }
      .content-creation .content-creation-wrapper .content-generation h3 {
        padding-left: 14px;
        padding-bottom: 10px; }

.diff-typo-size {
  padding: 20px 40px 40px 40px; }

.digital-analasys-service .analasys-service-wrapper {
  padding: 30px 0px 40px 0px; }

.analysis-wrapper {
  display: inline-block;
  border-radius: 50px;
  box-shadow: -4px 7px 50px #88888847;
  margin-bottom: 20px;
  text-align: center; }
  .analysis-wrapper .digital-analysis {
    background-image: url("../imgs/digital-analysis.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 35%;
    border-radius: 50px 50px 0px 0px;
    background-size: cover; }
  .analysis-wrapper .digital-analysis-content {
    background-color: white;
    border-radius: 0px 0px 50px 50px; }
    .analysis-wrapper .digital-analysis-content p {
      padding: 20px 40px;
      margin: 0px; }

@media only screen and (min-width: 351px) and (max-width: 499px) {
  .onsite-paragraph {
    text-align: center; } }
@media only screen and (min-width: 201px) and (max-width: 349px) {
  .onsite-paragraph {
    text-align: center; } }

@media only screen and (min-width: 351px) and (max-width: 499px) {
  .our-seo-paragraph {
    text-align: center; } }
@media only screen and (min-width: 201px) and (max-width: 349px) {
  .our-seo-paragraph {
    text-align: center; } }

@media only screen and (min-width: 1201px) and (max-width: 1329px) {
  padding: 110px 0px 0px 195px; }
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  padding: 110px 0px 0px 140px; }
@media only screen and (min-width: 769px) and (max-width: 991px) {
  padding: 110px 0px 0px 115px; }
@media only screen and (min-width: 577px) and (max-width: 767px) {
  padding: 110px 0px 0px 90px; }
@media only screen and (min-width: 501px) and (max-width: 575px) {
  padding: 90px 0px 0px 80px; }
@media only screen and (min-width: 351px) and (max-width: 499px) {
  padding: 77px 0px 0px 80px; }
@media only screen and (min-width: 201px) and (max-width: 349px) {
  padding: 77px 0px 0px 43px; }
#triangle-bottomright-orange {
  width: 0;
  height: 0;
  border-bottom: 20px solid #f29622;
  border-left: 20px solid transparent; }
  @media only screen and (min-width: 351px) and (max-width: 499px) {
    #triangle-bottomright-orange {
      display: none; } }
  @media only screen and (min-width: 201px) and (max-width: 349px) {
    #triangle-bottomright-orange {
      display: none; } }

.webdesign-bread-crumb {
  background-image: url("../imgs/webdesign-breadcrumb.jpg");
  background-repeat: no-repeat; }

@media only screen and (min-width: 501px) and (max-width: 575px) {
  .paragraph-disappear {
    display: none; } }
@media only screen and (min-width: 351px) and (max-width: 499px) {
  .paragraph-disappear {
    display: none; } }
@media only screen and (min-width: 201px) and (max-width: 349px) {
  .paragraph-disappear {
    display: none; } }

.services {
  /*strategy-rightside*/ }
  .services .website-design {
    padding: 30px 0px 40px 0px; }
    .services .website-design .side-border .icon-paragraph h4 {
      padding: 10px 20px 0px 20px;
      margin-bottom: 0px; }
    .services .website-design .side-border .icon-paragraph p {
      font-size: 16px;
      padding: 10px 20px 20px 20px; }
    .services .website-design .orange-border {
      border-left: 3px solid #f29622; }
  .services .strategy-rightside-wrapper {
    /*     @include respond-to(medium-screens) {display:none;}
    */ }
    @media only screen and (min-width: 577px) and (max-width: 767px) {
      .services .strategy-rightside-wrapper {
        display: none; } }
    @media only screen and (min-width: 501px) and (max-width: 575px) {
      .services .strategy-rightside-wrapper {
        display: none; } }
    @media only screen and (min-width: 351px) and (max-width: 499px) {
      .services .strategy-rightside-wrapper {
        display: none; } }
    @media only screen and (min-width: 201px) and (max-width: 349px) {
      .services .strategy-rightside-wrapper {
        display: none; } }
  .services .strategy-rightside {
    display: inline-block; }
    @media only screen and (min-width: 769px) and (max-width: 991px) {
      .services .strategy-rightside {
        margin: 0px; } }
    .services .strategy-rightside .dark-menu {
      display: inline-block;
      border-radius: 50px;
      background-color: #35343b; }
      .services .strategy-rightside .dark-menu .our-services {
        color: white;
        display: inline-block;
        padding: 10px 30px; }
        .services .strategy-rightside .dark-menu .our-services h3 {
          margin: 0px;
          padding-top: 20px;
          padding-bottom: 10px;
          border-bottom: 1px solid #1d1c20; }
        .services .strategy-rightside .dark-menu .our-services h4 {
          padding-top: 12px;
          padding-bottom: 12px;
          margin: 0px;
          font-size:14px;
          border-top: 1px solid #585662;
          border-bottom: 1px solid #1d1c20;
          font-family: lato; }
          .services .strategy-rightside .dark-menu .our-services h4 span {
            padding-right: 5px; }
            .services .strategy-rightside .dark-menu .our-services h4 span img {
              margin-bottom: 5px; }
          .services .strategy-rightside .dark-menu .our-services h4 a {
            text-decoration: none;
            color: white;
            font-size:14px;
            font-family: lato; }
            .services .strategy-rightside .dark-menu .our-services h4 a:hover {
              color: #d7d7d7; }
        .services .strategy-rightside .dark-menu .our-services .last-service {
          border-bottom: none; }

.leftside-wrapper {
  box-shadow: -4px 7px 50px #88888847;
  border-radius: 50px;
  background: white;
  text-align: center;
  padding: 0px 20px; }
  @media only screen and (min-width: 769px) and (max-width: 991px) {
    .leftside-wrapper {
      margin: 0px 40px; } }
  @media only screen and (min-width: 577px) and (max-width: 767px) {
    .leftside-wrapper {
      margin: 0px 40px; } }
  @media only screen and (min-width: 501px) and (max-width: 575px) {
    .leftside-wrapper {
      margin: 0px 40px; } }
  @media only screen and (min-width: 351px) and (max-width: 499px) {
    .leftside-wrapper {
      margin: 0px 40px; } }
  @media only screen and (min-width: 201px) and (max-width: 349px) {
    .leftside-wrapper {
      margin: 0px; } }
  .leftside-wrapper .icon-wrapper {
    padding: 10px 40px; }
    .leftside-wrapper .icon-wrapper .icons {
      padding: 20px 5px 10px 5px; }
      .leftside-wrapper .icon-wrapper .icons h5 {
        font-size: 15px; }
    .leftside-wrapper .icon-wrapper .orange-onhover:hover {
      background-color: #e97d3d6e;
      border-left: 3px solid #f29622; }
    .leftside-wrapper .icon-wrapper .arrows i {
      vertical-align: middle;
      padding: 40px 0px;
      font-size: 35px; }
    .leftside-wrapper .icon-wrapper .orange-arrows i:hover {
      color: #f29622; }
    .leftside-wrapper .icon-wrapper .leftarrow {
      text-align: right; }
    .leftside-wrapper .icon-wrapper .rightarrow {
      text-align: left; }
  .leftside-wrapper .website-only {
    padding: 10px 0px; }
  .leftside-wrapper .dots-line {
    border-bottom: 1px dotted grey; }
  .leftside-wrapper .icon-description {
    text-align: left; }
    .leftside-wrapper .icon-description .icon-description-details {
      padding: 20px 40px 20px 40px; }
      @media only screen and (min-width: 769px) and (max-width: 991px) {
        .leftside-wrapper .icon-description .icon-description-details {
          padding: 20px 30px 30px 30px; } }
      @media only screen and (min-width: 577px) and (max-width: 767px) {
        .leftside-wrapper .icon-description .icon-description-details {
          padding: 20px 30px 30px 30px; } }
      @media only screen and (min-width: 501px) and (max-width: 575px) {
        .leftside-wrapper .icon-description .icon-description-details {
          padding: 20px 30px 30px 30px; } }
      @media only screen and (min-width: 351px) and (max-width: 499px) {
        .leftside-wrapper .icon-description .icon-description-details {
          padding: 20px 30px 30px 30px; } }
      @media only screen and (min-width: 201px) and (max-width: 349px) {
        .leftside-wrapper .icon-description .icon-description-details {
          padding: 20px 30px 30px 30px; } }

.commerce-website {
  background-image: url("../imgs/commerce-website1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed; }

.commerce-img1 {
  background-image: url("../imgs/user-friendly.jpg"); }

.commerce-img2 {
  background-image: url("../imgs/building-brand.jpg"); }

.commerce-img3 {
  background-image: url("../imgs/strong-cta.jpg"); }

.commerce-color {
  color: #f29622; }

.readmore-padding {
  padding: 10px 20px 25px 40px; }

.orange-readmore:hover {
  color: #f29622; }
  .orange-readmore:hover a {
    color: #f29622; }
  .orange-readmore:hover i {
    color: #f29622; }

.overlay .content-managment-system {
  text-align: center; }
  .overlay .content-managment-system .content-managment-circle {
    border-radius: 100px;
    border: 2px solid white;
    display: inline-block;
    margin-bottom: 20px;
    width: 90px;
    height: 90px; }
    .overlay .content-managment-system .content-managment-circle img {
      padding: 18px; }
.overlay .dotted_line-white {
  border-bottom: 1px dotted white; }
.overlay .content-managment-typo {
  color: white;
  text-align: center;
  margin: 30px;
  font-size: 15px; }
  @media only screen and (min-width: 501px) and (max-width: 575px) {
    .overlay .content-managment-typo {
      margin: 30px 10px; } }
  @media only screen and (min-width: 351px) and (max-width: 499px) {
    .overlay .content-managment-typo {
      margin: 30px 10px; } }
  @media only screen and (min-width: 201px) and (max-width: 349px) {
    .overlay .content-managment-typo {
      margin: 30px 10px; } }

.orange {
  background-color: #f29622d1; }

.responsive-website {
  padding: 30px 0px 40px 0px; }

.Creating-wireframe-orange {
  color: #f29622; }

.efficient-img {
  background-image: url("../imgs/efficient.jpg"); }

.ranking-img {
  background-image: url("../imgs/ranking.jpg"); }

#triangle-bottomright-darkblue {
  width: 0;
  height: 0;
  border-bottom: 20px solid #2271a5;
  border-left: 20px solid transparent; }
  @media only screen and (min-width: 577px) and (max-width: 767px) {
    #triangle-bottomright-darkblue {
      display: none; } }
  @media only screen and (min-width: 501px) and (max-width: 575px) {
    #triangle-bottomright-darkblue {
      display: none; } }
  @media only screen and (min-width: 351px) and (max-width: 499px) {
    #triangle-bottomright-darkblue {
      display: none; } }
  @media only screen and (min-width: 201px) and (max-width: 349px) {
    #triangle-bottomright-darkblue {
      display: none; } }

.mobile-bread-crumb {
  background-image: url("../imgs/mobile.jpg");
  background-repeat: no-repeat; }

.darkblue-border {
  border-left: 3px solid #2271a5; }

.darkblue-onhover:hover {
  background-color: #1f618c3d;
  border-left: 3px solid #2271a5; }

.darkblue-arrows i:hover {
  color: #2271a5; }

.darkblue-readmore:hover {
  color: #2271a5; }
  .darkblue-readmore:hover a {
    color: #2271a5; }
  .darkblue-readmore:hover i {
    color: #2271a5; }

.mobile-website {
  background-image: url("../imgs/app-design.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed; }

.darkblue {
  background-color: #1f618cc4; }

#triangle-bottomright-darkbluesmall {
  width: 0;
  height: 0;
  border-bottom: 15px solid #2271a5;
  border-left: 15px solid transparent; }

.mobile-app-typo {
  text-align: center;
  margin: 30px;
  font-size: 15px; }

.app-development {
  padding: 30px 0px 40px 0px; }
  .app-development .app-develop-container {
    text-align: center; }
    .app-development .app-develop-container .app-development-circle {
      border-radius: 100px;
      border: 2px solid #2271a5;
      display: inline-block;
      margin-bottom: 20px;
      width: 90px;
      height: 90px; }
      .app-development .app-develop-container .app-development-circle img {
        padding: 18px; }
  .app-development .app-dev-typo-container {
    padding-top: 30px; }

.app-dev-typo {
  margin-bottom: 20px; }
  .app-dev-typo .img-wrapper {
    padding-top: 5px;
    text-align: center;
    padding-right: 5px; }
  .app-dev-typo .typo-wrapper {
    padding-left: 0px; }
    .app-dev-typo .typo-wrapper p {
      margin-bottom: 0px; }

.mobile-software {
  background-image: url("../imgs/grey_background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 30px 0px 30px 0px; }
  .mobile-software h3 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px; }

.app-marketing {
  background-image: url("../imgs/app-marketing.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed; }

.app-marketing-img1 {
  background-image: url("../imgs/app-marketing-img1.jpg"); }

.app-marketing-img2 {
  background-image: url("../imgs/app-marketing-img2.jpg"); }

.app-marketing-img3 {
  background-image: url("../imgs/app-marketing-img3.jpg"); }

.video-production-color {
  color: #2271a5; }

/* revamp */

.blue {
    color: #03B2ED;
}

.home-slider {
    margin-bottom: 0;
    padding-top: 100px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    color: #FFFFFF;
    font-family: lato;
}

.home-slider h1 {
    margin-bottom: 50px;
}

.home-slider p {
    margin-bottom: 150px;
    font-weight: 700;
}

.grey-background {
    background-image: url("../imgs/grey_background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

/* subject-panel */

.subject-panel {
    border-radius: 40px;
    box-shadow: -4px 7px 50px #88888847;
    background-color: #FFFFFF;
}

.subject-panel-head-photo {
    border-radius: 40px 40px 0px 0px;
}

.subject-panel-body {
    min-height: 260px;
    text-align: center;
}

.subject-panel-body-title {
    display: block;
    border-bottom: 1px solid;
    margin: 0 auto;
    text-align: center;
    font-family: lato;
    margin-top: 15px;
}

.subject-panel-footer {
    text-align: right;
}

.subject-panel-footer-link {
    font-size: 15px;
    text-decoration: none;
    color: #000000;
}

.subject-panel-footer-link i.fa.fa-angle-right {
    font-size: 20px;
}

.subject-panel-footer-link:focus, .subject-panel-footer-link:visited {
    text-decoration: none;
    color: #000000;
}

.subject-panel-footer-link:hover, .subject-panel-footer-link:active {
    text-decoration: none;
    color: #03B2ED;
}

@media only screen and (min-width: 1000px) {
    .subject-panel {
        margin: 5% auto;
        width: 80%;
    }

    .subject-panel-head-photo {
        width: 100%;
    }

    .subject-panel-body-title {
        padding: auto;
        width: 70%;
        font-size: 30px;
    }

    .subject-panel-body-description {
        padding: 5% 5% 0 5%;
        font-size: 15px;
    }

    .subject-panel-footer {
        padding: 2% 5% 5% 5%;
    }
}

@media only screen and (max-width: 999px) {
    .grey-background .container {
        padding: 0;
    }

    .subject-panel {
        margin: 10% auto;
        width: auto;
    }

    .subject-panel-head-photo {
        width: 100%;
    }

    .subject-panel-body-title {
        padding: 2%;
        width: 60%;
        font-size: 20px;
    }

    .subject-panel-body-description {
        padding: 6% 6% 0 6%;
        font-size: 15px;
    }

    .subject-panel-footer {
        padding: 2% 6% 6% 6%;
    }
}

/* subject-panel */

/* services-container  */

.services-container {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.services-container li {
    position: relative;
    display: inline-block;
    margin: 20px;
    width: 180px;
    height: 220px;
    transition: top ease 0.5s;
}

.services-container a {
    display: block;
    border-radius: 100%;
    width: 180px;
    height: 180px;
    text-decoration: none;
    color: #000000;
}

.services-container li img {
    display: block;
    border: 1px solid #000000;
    border-radius: 100%;
    width: 180px;
    height: 180px;
}

.services-container li span {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    font-size: 14px;
    font-weight: bold;
    transition: top ease 1s;
}

.services-container li:hover img {
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.2), 0 9px 39px 0 rgba(0,0,0,0.19);
}

.services-container li:hover span {
    top: 80px;
    height: 20px;
    background-color: rgba(4, 178, 237, 0.6);
    color: #FFFFFF;
}

.about-us .container {
    padding: 0;
}

/* services-container  */
.breadcrumb-header {
    margin-bottom:35px;
}
/*# sourceMappingURL=style.css.map
