@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.expertise section.maintitle ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.expertise section.maintitle ul li {
  color: #fff;
  font-family: "DroidSans";
  font-size: 1.2em;
  margin: 0 0 10px 0;
}
.expertise section.maintitle ul li a {
  color: #fff;
  font-family: "DroidSans";
  font-size: 1.2em;
}
.expertise section.maintitle ul li a:hover {
  text-decoration: none;
}

.fullscreenpan {
  margin: 0 0 0px 0;
  width: 100%;
}
.fullscreenpan .container {
  padding: 0;
  width: 100%;
}
.fullscreenpan .fullscreenwrapper {
  margin: 0;
}
.fullscreenpan .fullscreenwrapper .fullscreenleft {
  padding: 0;
  background-position: bottom;
  background-attachment: fixed;
  display: table;
}
.fullscreenpan .fullscreenwrapper .fullscreenleft img {
  width: 100%;
}
.fullscreenpan .fullscreenwrapper .fullscreenleft.circleimg img {
  width: 43%;
  margin: 7% 5% 2em 0;
}
.fullscreenpan .fullscreenwrapper .fullscreenleft .middlealign {
  display: table-cell;
  vertical-align: middle;
}
.fullscreenpan .fullscreenwrapper .fullscreenright {
  padding: 3% 3% 1% 3%;
  color: #000;
  background-color: #fff;
  display: table;
}
.fullscreenpan .fullscreenwrapper .fullscreenright .middlecontent {
  display: table-cell;
  vertical-align: middle;
}
.fullscreenpan .fullscreenwrapper .fullscreenright h2 {
  font-size: 3.5em;
  padding: 0 0 0 60px;
  position: relative;
  line-height: 0.8em;
  margin: 0 0 3% 2%;
}
.fullscreenpan .fullscreenwrapper .fullscreenright h2:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  bottom: 0;
  background: #1baed6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright {
  display: inline-block;
  padding: 0 50px 0 50px;
}
.fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  background: #1baed6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:before {
  display: none;
}
.fullscreenpan .fullscreenwrapper .fullscreenright ul {
  margin: 0 0 0 55px;
  padding: 0;
}
.fullscreenpan .fullscreenwrapper .fullscreenright ul li {
  list-style: none;
  font-family: "DroidSans";
  margin: 0 0 10px 0px;
  font-size: 1em;
  font-weight: bold;
}
.fullscreenpan .fullscreenwrapper .fullscreenright ul li a {
  color: #1baed6;
}
.fullscreenpan .fullscreenwrapper .fullscreenright ul li p {
  font-size: 1.1em;
  margin: 0 0 10px 0;
}
.fullscreenpan .fullscreenwrapper .fullscreenright ul li:last-child {
  padding: 15px 0 0 0;
}
.fullscreenpan .fullscreenwrapper .fullscreenright ul li.taglineex, .fullscreenpan .fullscreenwrapper .fullscreenright ul li#design, .fullscreenpan .fullscreenwrapper .fullscreenright ul li#contentcreation, .fullscreenpan .fullscreenwrapper .fullscreenright ul li#development {
  list-style: none;
  margin: 0;
  color: #000;
  font-weight: normal;
}
.fullscreenpan .fullscreenwrapper .fullscreenright ul li#design, .fullscreenpan .fullscreenwrapper .fullscreenright ul li#development {
  color: #fff;
}
.fullscreenpan .fullscreenwrapper .fullscreenright p {
  font-size: 1.1em;
  font-family: "DroidSans";
  line-height: 1.5em;
  margin: 0 12% 0 55px;
}
.fullscreenpan .fullscreenwrapper.clients .fullscreenleft {
  background-image: url(../images/client-logos.gif);
  background-size: 100%;
  background-position: center left;
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: initial;
}
@media screen and (max-width: 720px) {
  .fullscreenpan .fullscreenwrapper.clients .fullscreenleft {
    display: none;
  }
}
.fullscreenpan .fullscreenwrapper.clients .fullscreenright {
  padding: 2% 1% 3% 2%;
}
.fullscreenpan .fullscreenwrapper.clients .fullscreenright ul {
  margin: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.fullscreenpan .fullscreenwrapper.clients .fullscreenright ul li {
  padding: 0 10px;
}
@media screen and (max-width: 920px) {
  .fullscreenpan .fullscreenwrapper.clients .fullscreenright ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 736px) {
  .fullscreenpan .fullscreenwrapper.clients .fullscreenright ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media screen and (max-width: 480px) {
  .fullscreenpan .fullscreenwrapper.clients .fullscreenright ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.fullscreenpan .fullscreenwrapper.clients .fullscreenright.clientlist {
  overflow: visible;
  display: block;
}
.fullscreenpan .fullscreenwrapper.clients .fullscreenright.clientlist .mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .fullscreenpan .fullscreenwrapper.clients .fullscreenright.clientlist .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  box-shadow: none;
}
@media screen and (max-width: 720px) {
  .fullscreenpan .fullscreenwrapper.clients .fullscreenright.clientlist {
    height: auto !important;
  }
}
.fullscreenpan .fullscreenwrapper.casestudy .fullscreenleft {
  background-image: url("../images/Content.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: initial;
}
@media screen and (max-width: 720px) {
  .fullscreenpan .fullscreenwrapper.casestudy .fullscreenleft {
    display: none;
  }
}
.fullscreenpan .fullscreenwrapper.casestudy .fullscreenright {
  padding: 3% 2% 1% 2%;
}
@media screen and (max-width: 720px) {
  .fullscreenpan .fullscreenwrapper.casestudy .fullscreenright {
    padding: 10% 2% 1% 5%;
  }
}
.fullscreenpan .fullscreenwrapper.casestudy .fullscreenright .casestudyaccord h2 {
  margin: 0 0 20px 0;
  padding: 0;
}
.fullscreenpan .fullscreenwrapper.casestudy .fullscreenright .casestudyaccord h2:after {
  right: -45px;
}
.fullscreenpan .fullscreenwrapper.casestudy .fullscreenright .casestudyaccord .csaccorddiv {
  padding: 10px;
  background: rgba(0, 0, 0, 0.52);
}
.fullscreenpan .fullscreenwrapper.casestudy .fullscreenright .casestudyaccord .csaccorddiv h3 {
  color: #fff;
  font-family: "DroidSans";
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 0 10px 0;
  cursor: pointer;
  position: relative;
  padding: 0 25px 10px 0;
  border-bottom: 1px dotted #8c8b8b;
}
.fullscreenpan .fullscreenwrapper.casestudy .fullscreenright .casestudyaccord .csaccorddiv h3:after {
  font-family: 'icomoon' !important;
  content: "\e095";
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 50%;
  height: 22px;
  margin-top: -20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fullscreenpan .fullscreenwrapper.casestudy .fullscreenright .casestudyaccord .csaccorddiv h3.active:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fullscreenpan .fullscreenwrapper.casestudy .fullscreenright .casestudyaccord .csaccorddiv .cscontent {
  color: #fff;
  font-family: "DroidSans";
  font-size: 18px;
  display: none;
  margin: 0 0 20px 0;
}
.fullscreenpan .fullscreenwrapper.casestudy .fullscreenright .casestudyaccord .csaccorddiv .cscontent h4 {
  color: #faf33d;
  font-family: "Couture-Bold";
  margin: 20px 0 10px;
  padding: 0;
}
.fullscreenpan .fullscreenwrapper.casestudy .fullscreenright .casestudyaccord .csaccorddiv .cscontent p {
  margin: 0 0 10px 0;
}
.fullscreenpan .fullscreenwrapper.casestudy .fullscreenright .casestudyaccord .csaccorddiv .cscontent ul {
  margin: 0 0 0 30px;
  padding: 0;
}
.fullscreenpan .fullscreenwrapper.casestudy .fullscreenright .casestudyaccord .csaccorddiv .cscontent ul li {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}
.fullscreenpan:nth-child(even) .fullscreenwrapper {
  background-position: bottom left;
  background-attachment: fixed;
  background-size: 100%;
}
.fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenleft {
  float: right;
}
.fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright {
  color: #fff;
  float: left;
  background-color: transparent;
}
.fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2 {
  color: #fff;
  display: inline-block;
  padding: 0 70px 0 100px;
}
.fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  background: #1baed6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2:before {
  display: none;
}
.fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2.dotleft {
  display: inline-block;
  padding: 0 50px 0 70px;
  margin: 0 0 30px 45px;
}
.fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2.dotleft:before {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  bottom: 0;
  background: #1baed6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2.dotleft:after {
  display: none;
}
.fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright ul {
  margin: 0 0 0 100px;
}
.fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p {
  margin: 0 12% 0 100px;
}

.expertise .fullscreenpan .fullscreenwrapper .fullscreenright {
  padding: 0 2%;
  position: relative;
  display: table;
}
.expertise .fullscreenpan .fullscreenwrapper .fullscreenright p {
  margin: 0;
}
.expertise .fullscreenpan .fullscreenwrapper .fullscreenright h3 {
  font-size: 1.4em;
  margin: 0 0 10px 0;
}
.expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul {
  margin: 0 0 0 9.5%;
}
.expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul li h4 {
  margin: 0 0 10px 0;
  font-size: 1em;
}
.expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul li a.read-morelink {
  color: #262626;
  background-color: #faf33d;
  border-radius: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #faf33d;
  font-family: "DroidSansBold";
  font-size: 0.9em;
  line-height: 1.3em;
  border: 2px solid #fff;
}
.expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul li a.read-morelink:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border: 2px solid #262626;
}
.expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul li p {
  margin: 0 0 15px 0;
}
.expertise .fullscreenpan .fullscreenwrapper .fullscreenright .middlealign {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.expertise .fullscreenpan .fullscreenwrapper .fullscreenleft {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: initial;
}
.expertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright a.read-morelink {
  background: #fff;
  border: 2px solid #000;
}
.expertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright a.read-morelink:hover {
  background-color: #faf33d;
}
.expertise .design .fullscreenwrapper .fullscreenright h2 {
  padding: 0 70px 0 12%;
}
.expertise .design .fullscreenwrapper .fullscreenright h4, .expertise .design .fullscreenwrapper .fullscreenright h3 {
  color: #fff;
}
.expertise .design .fullscreenwrapper .fullscreenright ul {
  margin: 0 0 0 14.5%;
}
.expertise .design .fullscreenwrapper .fullscreenright ul li.taglineex p {
  color: #fff;
}
.expertise .contentcreation .fullscreenright h2.dotright {
  padding: 0 70px 0 7%;
}
.expertise .development .fullscreenwrapper .fullscreenright h2.dotleft {
  margin: 0 0 3% 10%;
}
.expertise .development .fullscreenwrapper .fullscreenright ul {
  margin: 30px 0 0 18%;
}
.expertise .development .fullscreenwrapper .fullscreenright ul li.taglineex p {
  color: #fff;
}
.expertise .campaign .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-digi1.jpg);
}
.expertise .paidsearch .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-digi2.jpg);
}
.expertise .strategiccampaign .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-digi3.jpg);
}
.expertise .onlinemedia .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-digi4.jpg);
}
.expertise .socialmedia .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-digi5.jpg);
}
.expertise .onlinereputation .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-digi6.jpg);
}
.expertise .adaptive .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-design1.jpg);
}
.expertise .interface .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-design2.jpg);
}
.expertise .mobileapp .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-design3.jpg);
}
.expertise .information .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-content1.jpg);
}
.expertise .strategy .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-content2.jpg);
}
.expertise .contentmarketting .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/content-marketing.jpg);
}
.expertise .contentwriting .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-content3.jpg);
}
.expertise .ecommerceopt .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-dev1.jpg);
}
.expertise .webapplication .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-dev2.jpg);
}
.expertise .customcontent .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-dev3.jpg);
}
.expertise .appdevelopment .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-dev4.jpg);
}
.expertise .digiadvantage .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-enterprise1.jpg);
}
.expertise .helpyou .fullscreenwrapper .fullscreenleft {
  background-image: url(../images/expertise-enterprise2.jpg);
}

.subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p {
  margin: 0 88px;
}
.subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullright {
  margin: 0 8% 0 92px;
}
.subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullleft {
  margin: 0 8% 0 85px;
}
.subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
  padding: 0 0 0 70px;
}
.subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright {
  padding: 0 50px 0 65px;
}
.subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotleft {
  padding: 0 0 0 70px;
}
.subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2 {
  padding: 0 70px 0 90px;
}
.subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2.dotright {
  padding: 0 70px 0 85px;
}
.subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2.dotleft {
  padding: 0 0 0 70px;
}
.subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p {
  margin: 0 12% 0 115px;
}
.subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p.pullleft {
  margin: 0 8% 0 13.5%;
}
.subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p.pullright {
  margin: 0 8% 0 105px;
}

.expertise .viewnextlink {
  padding: 1.2em 1em;
  margin: 40px 0 1.5em 0;
}
.expertise .viewnextlink div {
  width: 15%;
  margin: 0 5%;
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
}

.relatedlinks-pan {
  padding: 15% 10%;
  font-family: "DroidSans";
  background-color: #000;
}
.relatedlinks-pan h2 {
  font-size: 1.2em;
  color: #fff;
  margin: 0 0 15px 0;
}
.relatedlinks-pan ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.relatedlinks-pan ul li {
  color: #faf33d;
}
.relatedlinks-pan ul li a {
  color: #faf33d;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1.1em;
}

.mobile-relatedlinks {
  display: none;
}

.experties-inside {
  padding: 5% 0;
}

@media screen and (max-width: 1600px) {
  .fullscreenpan .fullscreenwrapper .fullscreenright p {
    font-size: 0.9em;
    margin: 0 0 0 55px;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    font-size: 3em;
    margin: 0 0 3% 0%;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright ul li {
    font-size: 0.8em;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright ul li p {
    font-size: 1.1em;
  }

  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    margin: 0 0 4% 3%;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotleft {
    margin: 0 0 4% 3%;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p {
    margin: 0 8% 0 95px;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullright {
    margin: 0 8% 0 95px;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullleft {
    margin: 0 8% 0 90px;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2 {
    padding: 0 70px 0 6%;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p {
    margin: 0 12% 0 10%;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p.pullright {
    margin: 0 8% 0 110px;
  }

  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul {
    margin: 0 0 0 9%;
  }
  .expertise .fullscreenpan:nth-child(even) .fullscreenwrapper h2 {
    padding: 0 70px 0 8%;
  }
  .expertise .fullscreenpan.development .fullscreenwrapper .fullscreenright ul {
    margin: 0 0 0 20%;
  }
  .expertise .contentcreation .fullscreenright h2.dotright {
    padding: 0 70px 0 8%;
  }

  .relatedlinks-pan {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul {
    margin: 0 0 0 8%;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul li {
    font-size: 0.75em;
    margin: 0 0 2px 0px;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    font-size: 2.5em;
    padding: 0 50px 0 45px !important;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2:before, .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2:after {
    width: 35px !important;
    height: 35px !important;
  }
  .expertise .fullscreenpan.development .fullscreenwrapper .fullscreenright ul {
    margin: 0 0 0 17%;
  }
  .expertise .design .fullscreenwrapper .fullscreenright ul {
    margin: 0 0 0 7%;
  }
  .expertise .contentcreation .fullscreenwrapper .fullscreenright ul {
    margin: 0 0 0 8%;
  }

  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p {
    margin: 0 65px;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullleft {
    margin: 0 8% 0 50px;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullright {
    margin: 0 8% 0 68px;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    margin: 0 0 4% 3%;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright {
    margin: 0 0 4% 0%;
    padding: 0 50px 0 65px !important;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2 {
    margin: 0 0 4% 1%;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p {
    margin: 0 8% 0 55px;
    font-size: 0.8em;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p.pullleft {
    margin: 0 8% 0 55px;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p.pullright {
    margin: 0 8% 0 55px;
  }

  .expertise .viewnextlink div {
    font-size: 0.9em;
  }

  .relatedlinks-pan {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .work .top-triangle1 {
    bottom: -34%;
  }

  .fullscreenpan .fullscreenwrapper .fullscreenright p {
    font-size: 0.7em;
  }

  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    font-size: 2.2em;
    margin: 0 0 2% 0%;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul li {
    font-size: 0.7em;
    margin: 0;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul li p {
    margin: 0 0 5px 0;
  }

  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p {
    margin: 0 65px;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullleft {
    margin: 0 8% 0 50px;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullright {
    margin: 0 8% 0 68px;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    margin: 0 0 4% 3%;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright {
    margin: 0 0 4% 0%;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2 {
    margin: 0 0 4% 1%;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p {
    margin: 0 8% 0 55px;
    font-size: 0.7em;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p.pullleft {
    margin: 0 8% 0 55px;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p.pullright {
    margin: 0 8% 0 55px;
  }

  .relatedlinks-pan {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .expertise .viewnextlink {
    margin: 0 0 5% 0;
  }
  .expertise .viewnextlink div {
    font-size: 0.7em;
  }
  .expertise .viewnextlink div:after {
    right: -5px;
  }
}
@media screen and (max-width: 1160px) {
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    font-size: 2em;
    padding: 0 50px 0 35px !important;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2:before, .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2:after {
    width: 28px !important;
    height: 28px !important;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul {
    margin: 0 0 0 7%;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul li p {
    font-size: 1em;
  }

  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p {
    margin: 0 55px;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullleft {
    margin: 0 8% 0 40px;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullright {
    margin: 0 8% 0 55px;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    margin: 0 0 4% 3%;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright {
    margin: 0 0 4% 0%;
    padding: 0 50px 0 50px !important;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2 {
    margin: 0 0 4% 1%;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p {
    margin: 0 8% 0 45px;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p.pullleft {
    margin: 0 8% 0 45px;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p.pullright {
    margin: 0 8% 0 45px;
  }
}
@media screen and (max-width: 1024px) {
  .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    font-size: 3em;
    margin: 0 0 20px 0;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright h2:before, .fullscreenpan .fullscreenwrapper .fullscreenright h2:after {
    width: 30px;
    height: 30px;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:before, .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:after {
    width: 30px;
    height: 30px;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright ul li {
    margin: 0 0 8px 0;
    font-size: 0.9em;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2:before, .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2:after {
    width: 30px;
    height: 30px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2.dotleft {
    margin: 0 0 20px 45px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2.dotleft:before, .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2.dotleft:after {
    width: 30px;
    height: 30px;
  }

  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul {
    margin: 0 0 0 8%;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul li {
    font-size: 0.65em;
    margin: 0 0 2px 0;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul li p {
    font-size: 1.05em;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2:before, .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2:after {
    width: 30px !important;
    height: 30px !important;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotleft {
    margin: 0 0 0 0%;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2 br {
    display: none;
  }
  .expertise .fullscreenpan.development .fullscreenwrapper .fullscreenright ul {
    margin: 0 0 0 8%;
  }
  .expertise .design .fullscreenwrapper .fullscreenright ul {
    margin: 0 0 0 9%;
  }
  .expertise .contentcreation .fullscreenwrapper .fullscreenright ul {
    margin: 0 0 0 9%;
  }
  .expertise .development .fullscreenwrapper .fullscreenright ul {
    margin: 4% 0 0 9%;
  }

  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p {
    margin: 0 50px;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullright {
    margin: 0 8% 0 40px;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotleft {
    margin: 0 0 4% 0%;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2 {
    margin: 0 0 4% 0%;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p {
    margin: 0 8% 0 38px;
  }

  .expertise .viewnextlink div {
    width: 50%;
    float: left;
    margin: 0 0 10px 0;
  }
  .expertise .viewnextlink div:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 920px) {
  .work #fh5co-work {
    padding-bottom: 8%;
  }
  .work .top-triangle1 {
    bottom: -55%;
  }

  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    font-size: 1.5em;
    padding: 0 50px 0 30px !important;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2:after, .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2:before {
    width: 22px !important;
    height: 22px !important;
  }
}
@media screen and (max-width: 840px) {
  .work .top-triangle1 {
    bottom: -90%;
  }
}
@media screen and (max-width: 820px) {
  .fullscreenpan .fullscreenwrapper .fullscreenright {
    padding: 2%;
  }
}
@media screen and (max-width: 768px) {
  .mobile-relatedlinks {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0 0 !important;
  }

  .expertise .fullscreenpan {
    min-height: auto !important;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright {
    width: 100%;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    padding: 0 30px 0 30px !important;
    font-size: 2em;
    margin: 0 0 0.4em 0;
    line-height: 1em;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2:after, .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2:before {
    width: 25px !important;
    height: 25px !important;
    top: 8px;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotleft {
    margin: 0 0 0 0%;
    padding: 0 0 0 30px !important;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul {
    margin: 0 0 0 4%;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul li {
    font-size: 0.7em;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenleft {
    display: none;
    width: 100%;
    height: auto !important;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenleft .middlealign {
    text-align: center;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenleft.circleimg img {
    width: 70%;
    margin: 7% auto 7% auto;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright {
    height: auto !important;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright .middlealign {
    padding: 4% 0;
  }
  .expertise .fullscreenpan.development .fullscreenwrapper .fullscreenright ul {
    margin: 2% 0 0 32px;
  }

  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenleft {
    display: none;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p {
    margin: 0 2% 0 4.5%;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullright {
    margin: 0 13% 0 4.5%;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullleft {
    margin: 0 12% 0 4.5%;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright {
    margin: 0 0 0.4em 0%;
    padding: 0 50px 0 28px !important;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:after {
    display: none;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:before {
    content: '';
    position: absolute;
    width: 25px !important;
    height: 25px !important;
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotleft {
    margin: 0 0 15px 0%;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2 {
    margin: 0 0 0.4em 0%;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2:after {
    display: none;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2:before {
    content: '';
    position: absolute;
    width: 25px !important;
    height: 25px !important;
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p {
    margin: 0 2% 0 32px;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p.pullleft {
    margin: 0 12% 0 4.5%;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p.pullright {
    margin: 0 12% 0 4.5%;
  }

  .expertise .viewnextlink div {
    font-size: 0.6em;
  }

  .experties-inside p {
    margin: 0 5px !important;
  }

  .pdfpan {
    display: block !important;
  }
  .pdfpan img {
    width: 20% !important;
    margin: 2%;
  }
}
@media screen and (max-width: 736px) {
  .expertise section {
    min-height: auto !important;
  }
  .expertise section.maintitle ul li a {
    font-size: 1em;
  }
  .expertise .digimarketing .fullscreenleft, .expertise .contentcreation .fullscreenleft {
    display: none;
  }
  .expertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenleft {
    display: none;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright, .expertise .fullscreenpan .fullscreenwrapper .fullscreenleft {
    height: auto !important;
    width: 100%;
    padding: 5px 15px 0;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2, .expertise .fullscreenpan .fullscreenwrapper .fullscreenleft h2 {
    margin: 0 0 15px 0;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2 br, .expertise .fullscreenpan .fullscreenwrapper .fullscreenleft h2 br {
    display: none;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright ul, .expertise .fullscreenpan .fullscreenwrapper .fullscreenleft ul {
    margin: 0 0 0 32px;
  }
  .expertise .design .fullscreenwrapper .fullscreenright ul {
    margin: 0 0 0 32px;
  }

  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenleft {
    display: none;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p {
    font-size: 0.7em;
    margin: 0 2% 0 4.5%;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullright {
    margin: 0 2% 0 5%;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullleft {
    margin: 0 2% 0 5%;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:after {
    display: none;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:before {
    content: '';
    position: absolute;
    width: 25px !important;
    height: 25px !important;
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotleft {
    margin: 0 0 15px 0%;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2 {
    margin: 0 0 15px 0%;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2:after {
    display: none;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright h2:before {
    content: '';
    position: absolute;
    width: 25px !important;
    height: 25px !important;
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p {
    margin: 0 2% 0 5%;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p.pullleft {
    margin: 0 2% 0 5%;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p.pullright {
    margin: 0 2% 0 5%;
  }
}
@media screen and (max-width: 720px) {
  .fullscreenpan .fullscreenwrapper .fullscreenleft {
    width: 100%;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenleft.circleimg img {
    margin: 7% 3% 7% 3%;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright {
    width: 100%;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright p {
    margin: 0 0 30px 55px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2 {
    padding: 0 50px 0 55px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2.dotleft {
    margin: 0 0 20px 55px;
    padding: 0 0px 0 50px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright ul {
    margin: 0 0 0 55px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright p {
    margin: 0 12% 30px 55px;
  }
}
@media screen and (max-width: 640px) {
  .expertise .viewnextlink {
    padding: 0.8em 1em;
    margin: 0;
  }
  .expertise .viewnextlink div {
    width: 100%;
  }
  .expertise .viewnextlink div:after {
    top: 3px;
  }

  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p {
    margin: 0 2% 0 5%;
  }
}
@media only screen and (max-width: 480px) {
  .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    padding: 0 0 0 35px;
    margin: 0px 0 15px 0;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright {
    padding: 0 50px 0 35px;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:after {
    right: inherit;
    left: 0;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright p {
    margin: 0 0 30px 35px;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright ul {
    margin: 0 0 0 35px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2 {
    padding: 0 50px 0 40px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2.dotleft {
    margin: 0 0 20px 0px;
    padding: 0 0px 0 35px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2:after {
    right: inherit;
    left: 0;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright ul {
    margin: 0 0 0 40px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright p {
    margin: 0 12% 30px 40px;
  }

  .work .top-triangle1 {
    bottom: -135%;
  }
}
@media only screen and (max-width: 440px) {
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright, .expertise .fullscreenpan .fullscreenwrapper .fullscreenleft {
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 420px) {
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p {
    margin: 0 2% 0 30px;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullright {
    margin: 0 2% 0 30px;
  }
  .subexpertise .fullscreenpan .fullscreenwrapper .fullscreenright p.pullleft {
    margin: 0 2% 0 30px;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p {
    margin: 0 2% 0 30px;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p.pullleft {
    margin: 0 2% 0 30px;
  }
  .subexpertise .fullscreenpan:nth-child(even) .fullscreenwrapper .fullscreenright p.pullright {
    margin: 0 2% 0 30px;
  }

  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    font-size: 1.5em;
  }
  .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2:after, .expertise .fullscreenpan .fullscreenwrapper .fullscreenright h2:before {
    width: 20px !important;
    height: 20px !important;
    top: 5px;
  }

  .mobile-relatedlinks {
    margin: 0 0 0 0 !important;
  }
}
@media only screen and (max-width: 375px) {
  .fullscreenpan .fullscreenwrapper .fullscreenright h2 {
    font-size: 2.5em;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright h2:after {
    width: 25px;
    height: 25px;
  }
  .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:before, .fullscreenpan .fullscreenwrapper .fullscreenright h2.dotright:after {
    width: 25px;
    height: 25px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2:after {
    width: 25px;
    height: 25px;
  }
  .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2.dotleft:before, .fullscreenpan .fullscreenwrapper:nth-child(even) .fullscreenright h2.dotleft:after {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .work .top-triangle1 {
    bottom: -155%;
  }

  .expertise .viewnextlink div {
    font-size: 0.5em;
  }
}

/*# sourceMappingURL=style-expertise.css.map */
