html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}
ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  -ms-overflow-style: scrollbar;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: .83em;
}

h6 {
  font-size: .67em;
}

p {
  font-size: 13px;
  line-height: normal;
}

a {
  color: #000;
  text-decoration: none!important;
}

a:focus,
a:hover {
  color: inherit;
}

a:hover {
  text-decoration: none!important;
  color: inherit;
}

textarea {
  resize: none;
}

/*owl-carousel-styling-start*/
.owl-carousel,.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*owl-carousel-styling-end*/

#inbound-landing {
  background-color: #122958;
  width: 100%;
  float: left;
  padding: 30px 0;
}

.padding-none {
  padding: 0;
}

.blog-detail-sec2 {
  padding: 30px 30px 30px 67px;
}

.related-services-img p {
  color: #000000!important;
}

.related-services-img p:hover {
  color: #0AACBB!important;
}

.blog-post-wrapper h2 a,
.post-header h2 a {
  color: #122958;
}

.author-info {
  padding-top: 10px;
  font-size: 18px;
  color: #000;
}

.post-item {
  border-bottom: 2px solid #0aacbb;
  margin-bottom: 25px;
  padding-bottom: 10px;
}

.recent-posts {
  padding-top: 20px;
  width: 100%;
  clear: both;
}

.recent-posts h3 {
  text-transform: uppercase;
}

.widget-module {
  padding-left: 30px;
  list-style: initial;
}

.widget-module li {
  margin-bottom: 10px;
}

.widget-module li a {
  color: #000!important;
  font-size: 15px;
}

#RightSideWidget {
  padding-left: 30px;
}

.post-body h2 {
  margin-top: 15px!important;
  margin-bottom: 0px!important;
}

.post-body p {
  font-size: 15px!important;
  line-height: 1.6!important;
  font-weight: 200!important;
}

.post-body ul,
.post-body ol {
  list-style: inherit!important;
  padding-left: 30px!important;
  font-size: 15px!important;
  line-height: 1.6!important;
  font-weight: 200!important;
}

.hbspt-form ul,
.hbspt-form ol {
  list-style: none!important;
}

.edge-featured-image-wrapper .edge-featured-image-link img.edge-featured-image {
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block!important;
  float: right;
  margin: 5px 0 20px 20px;
}

.edge-blog-social-share-list {
  margin: 0;
  list-style: none!important;
}

.edge-blog-social-share {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  clear: both;
  float: left;
}

.social-links-sharer {
  float: left;
  margin-right: 10px;
}

.post-body,
.post-body p,
.post-body span,
.post-body ul li,
.post-body ol li {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
  line-height: 1.3!important;
  color: #333!important;
}

.social-links-sharer a {
  color: #fff!important;
  padding: 3px 8px 3px 8px;
  border-radius: 0;
}

.twitter-share a {
  background: #1B95E0!important;
  color: #fff!important;
}

.linkedin-share a {
  background: #0077B5!important;
  color: #fff!important;
}

.facebook-share a {
  background: #4267B2!important;
  color: #fff!important;
}

.google-share a {
  background: #DB4437!important;
  color: #fff!important;
}

.social-links-sharer a span {
  font-size: 12px;
  color: #FFF!important;
}

#edge-topic_data {
  color: #888;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.padding-0 {
  padding-left: 0;
  padding-right: 0;
}

.cta-cont h4 {
  font-size: 18px;
  font-weight: 300;
  color: #122958;
}

.pointers {
  line-height: 1.5;
  list-style: none!important;
  width: 84%;
}

.cta-left-cont p {
  font-size: 14px!important;
  padding: 0 85px 20px 0px!important;
  width: 95%;
}

.cta-img {
  width: 84%!important;
}

.cta-header {
  width: 90%;
  line-height: 1.1!important;
  font-size: 22px!important;
  margin-top: 0px!important;
  color: #122958;
  margin-bottom: 27px;
}

ul.pointers li {
  border-bottom: 1px solid #999;
}

ul.pointers li span {
  border-left: 4px solid #0AACBB;
  display: block;
  font-size: 14px;
  padding-left: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: normal;
}

.home-sec1.privacy_content {
  padding: 25px;
  text-align: left;
  margin-top: 110px;
}

.home-sec1.privacy_content h5 {
  text-align: left;
  padding-left: 0;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 5px;
}

.home-sec1.privacy_content h6 {
  float: left;
  width: 100%;
  font-size: 15px;
}

.home-sec1.privacy_content hr {
  float: left;
  margin-top: 0!important;
  margin-bottom: 10px!important;
}

.home-sec1.privacy_content p {
  text-align: left;
  padding: 0;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.home-sec1.privacy_content p a {
  color: #0aacbb;
}

p.post-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  max-height: 50px;
}

.blog-post-articles {
  background: #fff;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

#page-banner {
  float: left;
  width: 100%;
  position: relative;
  height: 438px;
  margin-top: 80px;
}

.banner-image {
  background-size: cover;
  background-position: center, center;
  position: absolute;
  top: 0;
  float: left;
  width: 100%;
  height: 100%;
}

.banner-image-cta {
  background-size: cover;
  background-position: center, center;
  top: 0;
  float: left;
  width: 100%;
  height: 100%;
}

.service-digital-banner {
  background-image: url(https://cdn.7edge.com/images/service-digital-banner.jpg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.service-digital-advertisers-banner {
  background-image: url(https://cdn.7edge.com/images/service-digital-social-advertising-banner.jpg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.aboutus-banner {
  background-image: url(https://cdn.7edge.com/images/7EDGE-AboutUs.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.clients-banner {
  background-image: url(https://cdn.7edge.com/images/clients.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.partner-banner {
  background-image: url(https://cdn.7edge.com/images/partners.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.home-banner {
  background-image: url(7edge-home-banner.jpg);
  width: 100%;
  height: 440px;
}

.home-banner-cta {
  background-image: url(https://cdn.7edge.com/images/cta-banner.jpg);
  width: 100%;
  height: 440px;
}

.web-mobility-banner {
  background-image: url(https://cdn.7edge.com/images/7EDGE-Service-Web-and-Mobility.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.consulting-banner {
  background-image: url(https://cdn.7edge.com/images/7EDGE-Service-Consulting.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.digital-banner {
  background-image: url(https://cdn.7edge.com/images/7EDGE-Service-Digital.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.digital-media-banner {
  background-image: url(https://cdn.7edge.com/images/7EDGE-Service-Digital-Marketing.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.solution-banner {
  background-image: url(https://cdn.7edge.com/images/solutions/solution-inbound-marketing.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.solution-banner-cloud-computing {
  background-image: url(https://cdn.7edge.com/images/solutions/solution-cloud-computing.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.solution-banner-marketing-cloud {
  background-image: url(https://cdn.7edge.com/images/solutions/solution-marketing-cloud.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.solution-banner-advertising-cloud {
  background-image: url(https://cdn.7edge.com/images/solutions/solution-advertising-cloud.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.solution-banner-analytics-cloud {
  background-image: url(https://cdn.7edge.com/images/solutions/solution-analytics-cloud.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.solution-banner-artificial-intelligence {
  background-image: url(https://cdn.7edge.com/images/solutions/solution-artificial-intelligence.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.devops-banner {
  background-image: url(https://cdn.7edge.com/images/7EDGE-Service-DevOps.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.bigdata-banner {
  background-image: url(https://cdn.7edge.com/images/7EDGE-Service-BigData.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.iot-banner {
  background-image: url(https://cdn.7edge.com/images/7EDGE-Service-IoT.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.contactus-banner {
  background-image: url(https://cdn.7edge.com/images/7EDGE-Contact-Us.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.newsroom-banner {
  background-image: url(https://cdn.7edge.com/images/7EDGE-Newsroom.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.blog-banner {
  background-image: url(https://cdn.7edge.com/images/7EDGE-Blog.svg);
  width: 100%;
  height: 440px;
  margin-top: 20px;
}

.page-describtion {
  background: #0aacbb;
  color: #fff;
  width: 30%;
  max-width: 100%;
  float: left;
  padding: 35px;
  position: absolute;
  z-index: 0;
}

.page-describtion h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  line-height: 31px;
  margin-top: 0;
  text-align: left;
}

.page-describtion p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.service-digital-banner-btn {
  font-family: 'Roboto', sans-serif;
  background: #332464;
  text-transform: uppercase;
  margin-top: 20px;
  color: #fff;
  padding: 15px 15px;
  display: inline-block;
  font-size: 14px;
}

.service-digital-banner-btn:hover {
  color: #0aacbb;
}

.service-digital-banner-btn-innerpage {
  font-family: 'Roboto', sans-serif;
  background: #fdb913;
  text-transform: uppercase;
  margin-top: 20px;
  color: #000;
  padding: 15px 10px;
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}

.WINsight-btn {
  font-family: 'Roboto', sans-serif;
  background: #fdb913;
  text-transform: uppercase;
  color: #000;
  padding: 23px 15px;
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  width: 32%;
  margin: 0 auto;
}

.career-btn {
  font-family: 'Roboto', sans-serif;
  background: #0aacbb;
  text-transform: uppercase;
  color: #fff;
  padding: 26px 15px;
  display: block;
  font-size: 16px;
  text-align: center;
  width: 84%;
  margin: 0 auto;
}

.home-banner-btn-innerpage {
  font-family: 'Roboto', sans-serif;
  background: #fdb913;
  text-transform: uppercase;
  color: #000;
  padding: 15px 0;
  display: block;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  border: 0;
  margin: 10px auto;
  width: 337px;
}

.home-banner-btn-innerpage img {
  margin-left: 55px;
}

.grow-scale-btn-homepage {
  font-family: 'Roboto', sans-serif;
  background: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 10px;
  color: #0aacbb;
  padding: 15px 15px;
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  border: 1px solid #0aacbb;
  width: 100px;
}

.home-banner-btn {
  font-family: 'Roboto', sans-serif;
  background: #0aacbb;
  text-transform: uppercase;
  color: #fff;
  padding: 23px 15px;
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  width: 84%;
  margin: 0 auto;
}

#conversation-area {
  float: left;
  width: 100%;
  background: #0aacbb;
  padding: 35px 0 35px 0;
  text-align: center;
  margin-top: 24px;
}

#conversation-area h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.yellow-btn {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  margin-top: 15px;
  background: #fdb913;
  color: #000;
  text-transform: uppercase;
  padding: 20px 60px;
  font-size: 16px;
}

.yellow-btn:hover {
  color: #fff;
}

.yellow-btn1 {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  margin: 0 auto;
  background: #fdb913;
  color: #000;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 16px;
}

.yellow-btn1:hover {
  color: #fff;
}

.delivering-section {
  border-bottom: 1px solid #0aacbb;
}

footer {
  background: #dbe0e0;
  float: left;
  width: 100%;
  padding: 26px 0!important;
  text-align: center;
}

ul.social-follow1 {
  float: left!important;
  width: 100%!important;
  margin-top: 10px;
  left: -11px;
  position: relative;
}

.footer-inner-wrapper {
  width: 900px;
  margin: 0 auto;
}

.footer-inner-wrapper h2 {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}

ul.social-follow li {
  display: inline-block;
  margin: 0 10px;
}

ul.social-follow li a {
  display: table;
}

ul.social-follow1 li {
  display: inline-block;
  margin: 0 10px;
}

ul.social-follow1 li a {
  display: table;
}

.icon {
  width: 38px;
  height: 38px;
  background: #747b7b;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-radius: 100%;
  font-size: 20px;
  color: #fff;
}

.icon1 {
  width: 25px;
  height: 24px;
  background: #747b7b;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-radius: 100%;
  font-size: 12px;
  color: #fff;
}

ul.footer-menu {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.footer-menu li a {
  color: #333;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  padding: 5px 0;
}

ul.footer-menu li a:hover,
ul.footer-menu li a:focus {
  color: #0aacbb!important;
}

.navbar-default {
  background: none;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
}

.navbar-default .footer-menu>.active>a,
.navbar-default .footer-menu>.active>a:focus,
.navbar-default .footer-menu>.active>a:hover {
  background: none;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  padding: 0;
}

.navbar-default .footer-menu>li>a {
  color: #666;
  text-transform: uppercase;
}

.footer-menu>li {
  margin-left: 10px;
  margin-right: 10px;
}

.copyright-7edge {
  width: 410px;
  margin: 0 auto;
  border-top: 5px solid #0aacbb;
  padding-top: 30px;
  font-size: 12px;
  color: #666;
}
.copyright-7edge a {
  color: #666;
}

.copyright-7edge p {
  margin-top: 10px;
  font-size: 12px;
}

.copyright-7edge p br {
  display: none;
}

.policy-list li:first-child {
  border-left: 0;
}

.policy-list li {
  display: inline-block;
  padding: 2px 20px;
  border-left: 1px solid #0aacbb;
}

.policy-list li a:hover {
  color: #0aacbb!important;
}

.policy-list li a {
  color: #666;
}

ul.social-follow li a:hover .icon {
  background: #0aacbb;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

ul.social-icons li a:hover .icon1 {
  background: #0aacbb;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.footer-inner-wrapper .navbar-default .navbar-toggle:focus,
.footer-inner-wrapper .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

#back-top {
  position: fixed;
  bottom: 30px;
  right: 10px;
  margin-left: 0px;
  z-index: 99999;
}

#back-top a {
  width: 40px;
  height: 40px;
  background: #fdb913;
  border-radius: 100%;
  display: table;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  opacity: .5;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top a:hover {
  color: #000;
  opacity: 1;
}

#back-top a:hover span {
  background-color: #777;
}

#back-top a i {
  font-size: 25px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

#back-top {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.cd-main-content,
.cd-main-header {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.cd-main-content,
.cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

@media only screen and (max-width:1169px) {
  .cd-main-content.nav-is-visible,
  .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  .nav-on-left .cd-main-content.nav-is-visible,
  .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}

.site-head-area {
  float: left;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1;
  height: 80px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}

.site-head-area.header-sticky {
  z-index: 999;
  height: 60px;
  background: rgba(255, 255, 255, .95);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .4);
  box-shadow: 0 0 4px rgba(0, 0, 0, .4);
}

.site-head-area.header-sticky .cd-main-header {
  padding: 10px 0;
}

.cd-main-header {
  z-index: 3;
  padding: 10px 0px;
  float: left;
  width: 100%;
}

.mega-dropdown-menu.mega-menu-sticky {
  top: 61px;
  position: fixed;
}

.nav-is-fixed .cd-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.icon-image-area img {
  width: 110px;
  height: 130px;
  color: #fff;
}

.blog-posts-pagination {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.blog-posts-pagination .pagination a {
  font-size: 18px;
  padding: 8px 12px 8px 12px;
  background: #FFF;
  color: #102c55;
  border: 1px solid #00acb7 !important;
}

.pagination span.disabled {
  background: #00ACB7;
  color: #FFF;
  opacity: 1;
  padding: 8px 12px 8px 12px;
  font-size: 18px;
  margin-right: 5px;
  background: #FFF;
  color: #b8bcc1;
  border: 1px solid #b8bcc1 !important;
}

a.previous_page {
  margin-right: 5px;
}

.blog-posts-pagination .pagination em {
  font-size: 18px;
  padding: 8px 12px 8px 12px;
}

.blog-posts-pagination .pagination em.current {
  background: #00acb7;
  color: #FFF;
  border: 1px solid #00acb7;
}

@media only screen and (min-width:1170px) {
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }
}

.cd-logo img {
  display: block;
}

@media only screen and (max-width:1169px) {
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }
}

@media only screen and (min-width:1170px) {
  .cd-logo {
    top: 0;
    left: 0;
  }
}

.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 5%;
}

.cd-header-buttons li {
  display: inline-block;
}

@media only screen and (max-width:1169px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }

  .nav-on-left .cd-header-buttons li {
    float: right;
  }
}

@media only screen and (min-width:1170px) {
  .cd-header-buttons {
    top: 18px;
    right: 4em;
  }
}

.cd-search-trigger,
.cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
  background: #0aacbb;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
  content: '';
  position: absolute;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-search-trigger::before {
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #2e3233;
}

.cd-search-trigger::after {
  height: 3px;
  width: 8px;
  background: #2e3233;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #2e3233;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
  opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
  opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 24px;
  background: #fff;
}

.cd-nav-trigger span {
  position: absolute;
  top: 50%;
  right: 10px;
  /*margin-top: -2px;*/
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.1s 0.1s;
  -moz-transition: -moz-transform 0.1s 0.1s;
  transition: transform 0.1s 0.1s;
}

.cd-nav-trigger span::before {
  top: -6px;
}

.cd-nav-trigger span::after {
  top: 6px;
}

.cd-nav-trigger.nav-is-visible span {
  background: rgba(46, 50, 51, 0);
}

.cd-nav-trigger.nav-is-visible span::before,
.cd-nav-trigger.nav-is-visible span::after {
  background: #fff;
}

.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

@media only screen and (min-width:1170px) {
  .cd-nav-trigger {
    display: none;
  }
}

.cd-primary-nav,
.cd-primary-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  background: #dbe0e0;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-primary-nav a,
.cd-primary-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 14px;
  color: #1d2956;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.cd-primary-nav.is-hidden,
.cd-primary-nav ul.is-hidden {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-primary-nav.moves-out>li>a,
.cd-primary-nav ul.moves-out>li>a {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

@media only screen and (max-width:1169px) {
  .nav-on-left .cd-primary-nav,
  .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
  }
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item,
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  height: 80px;
  line-height: 80px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item h3,
.cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  font-size: 1.3rem;
  display: none;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
  background-image: url(line-icon-1.svg);
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
  background-image: url(line-icon-2.svg);
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
  background-image: url(line-icon-3.svg);
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
  background-image: url(line-icon-4.svg);
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
  background-image: url(line-icon-5.svg);
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
  background-image: url(line-icon-6.svg);
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
  background-image: url(line-icon-7.svg);
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
  background-image: url(line-icon-8.svg);
}

@media only screen and (max-width:1169px) {
  .cd-primary-nav {
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
  }

  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
}

@media only screen and (min-width:1170px) {
  .cd-primary-nav {
    position: static;
    padding: 11px 0;
    height: auto;
    width: auto;
    float: right;
    overflow: visible;
    background: transparent;
  }

  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }

  .cd-primary-nav.moves-out>li>a {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }

  .cd-primary-nav ul.is-hidden {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .cd-primary-nav ul.moves-out>li>a {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .cd-primary-nav>li {
    float: left;
    margin-left: 20px;
    position: relative;
  }

  .cd-primary-nav>li>a {
    position: relative;
    display: inline-block;
    height: auto;
    line-height: normal;
    padding: 0;
    color: #2e3233;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 5px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
  }

  .cd-primary-nav>li.active>a {
    color: #0aacbb;
    border-top: 1px solid #0aacbb;
    border-bottom: 1px solid #0aacbb;
    padding: 5px 0;
  }

  .cd-primary-nav>li>a:hover {
    color: #0aacbb;
    border-top: 1px solid #0aacbb;
    border-bottom: 1px solid #0aacbb;
    padding: 5px 0;
  }

  .cd-primary-nav>li>a.selected {
    color: #0aacbb;
    border-top: 1px solid #0aacbb;
    border-bottom: 1px solid #0aacbb;
  }

  .cd-primary-nav .go-back,
  .cd-primary-nav .see-all {
    display: none;
  }

  .cd-primary-nav .cd-secondary-nav,
  .cd-primary-nav .cd-nav-gallery,
  .cd-primary-nav .cd-nav-icons {
    position: absolute;
    top: 50px;
    width: 200px;
    background: #fff;
    padding: 15px;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }

  .cd-primary-nav .cd-secondary-nav::after,
  .cd-primary-nav .cd-nav-gallery::after,
  .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table;
  }

  .cd-primary-nav .cd-secondary-nav.is-hidden,
  .cd-primary-nav .cd-nav-gallery.is-hidden,
  .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }

  .cd-primary-nav .cd-secondary-nav>.see-all,
  .cd-primary-nav .cd-nav-gallery>.see-all,
  .cd-primary-nav .cd-nav-icons>.see-all {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .cd-primary-nav .cd-secondary-nav>.see-all a,
  .cd-primary-nav .cd-nav-gallery>.see-all a,
  .cd-primary-nav .cd-nav-icons>.see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #e2e3df;
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    -moz-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }

  .cd-primary-nav .cd-secondary-nav>.see-all a:hover,
  .cd-primary-nav .cd-nav-gallery>.see-all a:hover,
  .cd-primary-nav .cd-nav-icons>.see-all a:hover {
    background: #2e3233;
    border-color: #2e3233;
    color: #fff;
  }

  .cd-primary-nav .cd-secondary-nav>li {
    height: auto;
    width: 100%;
    float: left;
    margin-right: 2.66%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .cd-primary-nav .cd-secondary-nav>li:nth-child(4n+2) {
    margin-right: 0;
    border-right: none;
  }

  .cd-primary-nav .cd-secondary-nav>li>a {
    color: #0aacbb;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: .6em;
  }

  .cd-primary-nav .cd-secondary-nav a {
    height: 30px;
    line-height: 30px;
    padding: 0 18% 0 0;
    color: #2e3233;
    border-bottom: none;
    font-size: 14px;
  }

  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #0aacbb;
  }

  .cd-primary-nav .cd-secondary-nav ul {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }

  .cd-primary-nav .cd-secondary-nav ul ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }

  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }

  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }

  .cd-primary-nav .cd-secondary-nav .moves-out>li>a {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .cd-primary-nav .cd-nav-gallery li {
    width: 22%;
    float: left;
    margin: 0 4% 40px 0;
  }

  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    margin-right: 0;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .6em;
  }

  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: 700;
    padding: 0 .4em;
  }

  .cd-primary-nav .cd-nav-icons li {
    width: 32%;
    float: left;
    margin: 0 2% 20px 0;
  }

  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    margin-right: 0;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
    position: relative;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #f6f6f5;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: 700;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }

  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
}

.has-children>a,
.go-back a {
  position: relative;
}

.has-children>a::before,
.has-children>a::after,
.go-back a::before,
.go-back a::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #0aacbb;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-children>a::before,
.go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.has-children>a::after,
.go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width:1170px) {
  .has-children>a::before,
  .has-children>a::after,
  .go-back a::before,
  .go-back a::after {
    background: #c9cbc4;
  }

  .has-children>a:hover::before,
  .has-children>a:hover::after,
  .go-back a:hover::before,
  .go-back a:hover::after {
    background: #0aacbb;
  }
}

.has-children>a {
  padding-right: 40px;
}

.has-children>a::before,
.has-children>a::after {
  right: 5px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
  padding-left: 40px;
}

.cd-primary-nav .go-back a::before,
.cd-primary-nav .go-back a::after {
  left: 5px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

@media only screen and (min-width:1170px) {
  .has-children>a::before,
  .has-children>a::after {
    right: 15%;
  }

  .cd-primary-nav>.has-children>a {
    padding-right: 0;
  }

  .cd-primary-nav>.has-children>a::before,
  .cd-primary-nav>.has-children>a::after {
    width: 9px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #c9cbc4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
    display: none;
  }

  .cd-primary-nav>.has-children>a::before {
    right: 12px;
  }

  .cd-primary-nav>.has-children>a::after {
    right: 7px;
  }

  .cd-primary-nav>.has-children>a.selected::before,
  .cd-primary-nav>.has-children>a.selected::after {
    width: 14px;
  }

  .cd-primary-nav>.has-children>a.selected::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }

  .cd-primary-nav>.has-children>a.selected::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .cd-secondary-nav>.has-children>a::before,
  .cd-secondary-nav>.has-children>a::after {
    display: none;
  }

  .cd-primary-nav .go-back a {
    padding-left: 20px;
  }

  .cd-primary-nav .go-back a::before,
  .cd-primary-nav .go-back a::after {
    left: 1px;
  }
}

.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search form {
  height: 100%;
  width: 100%;
}

.cd-search input {
  border-radius: 0;
  border: none;
  background: #fff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .05);
}

.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}

.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}

.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}

.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}

.cd-search input:focus {
  outline: none;
}

.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.nav-is-fixed .cd-search {
  position: fixed;
}

@media only screen and (min-width:1170px) {
  .cd-search {
    height: 120px;
    top: 80px;
  }

  .cd-search input {
    padding: 0 2em;
    font-size: 3.2rem;
    font-weight: 300;
  }
}

.cd-overlay {
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(105, 170, 111, .8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

@media only screen and (max-width:1169px) {
  .cd-overlay.is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }

  .nav-on-left .cd-overlay.is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }

  .cd-overlay.is-visible.search-is-visible,
  .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

.logo-area {
  width: 150px;
  float: left;
}

.logo-area-fixed {
  width: 80px;
  float: left;
}

img.sticky-logo {
  width: 40px;
  height: 40px;
  display: none;
}

.sticky-logo i-amphtml-sizer {
  padding-top: 0!important;
}

.cd-primary-nav>li:last-child {
  background: #0aacbb;
  padding: 8px 10px;
  border-top: 0;
}

.cd-primary-nav>li:last-child a {
  color: #fff;
  padding: 0;
  border-top: 0;
}

.cd-primary-nav>li:last-child:hover a {
  border: 0;
}

.site-head-area.header-sticky .normal-7edge-logo {
  display: none;
}

.site-head-area.header-sticky .sticky-logo {
  display: block;
}

@media only screen and (min-width:1170px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }

  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}

/*.cd-logo {
  top: 10px;
}*/

.cd-nav-trigger span:after {
  width: 20px;
}

@media (max-width:1260px) {
  .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .cd-search-trigger,
  .cd-nav-trigger {
    width: 60px;
    height: 60px;
  }

  .cd-header-buttons {
    top: 0;
    right: 0;
  }

  .cd-nav-trigger span {
    top: 50%;
    right: 30%;
  }

  .cd-nav-trigger.nav-is-visible span:after {
    width: 100%;
  }

  .cd-primary-nav {
    top: 11%;
  }

  .cd-primary-nav,
  .cd-primary-nav ul {
    right: 0;
    left: inherit;
  }
}

@media (max-width:1170px) {
  .cd-primary-nav {
    top: 60px;
    padding: 20px 30px;
    height: 85vh;
  }

  ul.cd-secondary-nav {
    padding: 20px 30px;
    left: 0;
    overflow: hidden;
    overflow-y: scroll;
  }

  .cd-primary-nav a,
  .cd-primary-nav ul a {
    padding: 20px 0;
    height: auto;
    line-height: normal;
  }
}

@media (max-width:1169px) {
  .header-container {
    width: 100%!important;
  }

  .logo-area {
    margin-left: 20px;
    padding-left: 20px;
    padding-top: 5px;
  }
  .header-sticky .logo-area {
    padding-top: 0px;
  }

  .logo-area-fixed {
    margin-left: 20px;
    padding-left: 20px;
    padding-top: 10px;
  }

  .cd-main-header {
    padding: 0;
    height: 60px;
  }
  .site-head-area {
    height: 60px;
  }
  .mega-dropdown-menu {
    top: 60px;
  }
  #page-banner {
    margin-top: 60px;
  }
  .cd-primary-nav>li:last-child a {
    color: #1d2956;
  }
}

@media (max-width:480px) {
  .cd-primary-nav {
    width: 100%;
  }

  nav.cd-nav .nav-is-visible {
    border-top: 5px solid #0aacbb;
  }

  .cd-primary-nav,
  .cd-primary-nav ul {
    width: 100%;
  }

  .cd-primary-nav,
  ul.cd-secondary-nav,
  ul.sub-dropdown {
    padding: 20px 70px 0 30px;
  }

  ul.sub-dropdown {
    padding-top: 60px!important;
  }

  .responsive-head-title {
    float: left;
    width: 100%;
    background: #0aacbb;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 30px;
  }

  li.go-back.responsive-head-title a {
    border: none;
    color: #fff;
  }

  li.go-back.responsive-head-title>a::before,
  li.go-back.responsive-head-title>a::after,
  li.go-back.responsive-head-title a::before,
  li.go-back.responsive-head-title a::after {
    background: #fff;
  }

  ul.cd-secondary-nav {
    padding-top: 60px;
  }
}

@media (max-width:1169px) {
  .cd-primary-nav>li:last-child {
    background: none;
    border: 0;
    padding: 0;
  }

  .cd-primary-nav>li:last-child a {
    border-bottom: 0;
    padding: 20px 0;
  }

  .cd-primary-nav>li:last-child:hover a {
    color: #000;
  }

  ul.sub-dropdown {
    padding: 20px 30px;
    width: 100%;
  }

  .desktop-menu {
    display: none;
  }
}

ul.big-screen-menu>li {
  display: inline-block;
  margin-left: 20px;
}

ul.big-screen-menu>li>a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  padding: 5px 0 6px 0;
  color: #1d2956;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

ul.big-screen-menu>li:last-child {
  background: #0aacbb;
  border-top: 0;
}

ul.big-screen-menu>li:last-child a {
  color: #fff;
  border: 0;
  padding: 10px 10px;
}

ul.big-screen-menu>li:last-child:hover>a {
  border: 0;
  color: #fff;
}

.desktop-menu {
  text-align: right;
  float: right;
  width: 85%;
  margin-top: 8px;
}

@media (min-width:1170px) {
  ul#cd-primary-nav {
    display: none;
  }
}

.mega-dropdown-menu {
  float: left;
  width: 100%;
  background: #e6e6e6;
  position: absolute;
  top: 80px;
  z-index: 99;
  padding: 50px 0;
  font-size: 20px;
  min-height: 570px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

ul.droping-down-menu {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

ul.all-links>li {
  width: 14%;
  float: left;
  margin-left: 7%;
}

.industries-mega-menu ul.all-links>li {
  width: 100%;
  padding: 0 40px;
}

ul.all-links>li:first-child {
  margin-left: 0;
}

ul.all-links li:hover:before {
  display: none;
}

ul.droping-down-menu li.head-label a {
  font-size: 16px;
  color: #0aacbb;
  text-transform: uppercase;
}

ul.droping-down-menu li.head-label {
  border: 0;
}

ul.droping-down-menu li {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #c9c9c9;
}

ul.droping-down-menu li:last-child {
  border-bottom: 0;
}

ul.droping-down-menu li a {
  font-size: 13px;
  color: #5f5f5f;
  font-weight: 300;
}

ul.droping-down-menu li.head-label:hover:before {
  display: none;
}

ul.droping-down-menu li:hover a {
  color: #0aacbb;
  transition: all .3s;
}

ul.droping-down-menu li.active a {
  color: #0aacbb;
}

.mega-dropdown-menu.show-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #0aacbb;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:before,
.hvr-overline-from-left:focus:before {
  right: 0;
}

.hvr-overline-from-left:active:before {
  right: 100%;
}

.hvr-overline-from-left:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #0aacbb;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:after,
.hvr-overline-from-left:focus:after {
  right: 0;
}

.hvr-overline-from-left:active:after {
  right: 100%;
}

li.active a.hvr-overline-from-left:before {
  right: 0;
}

li.active a.hvr-overline-from-left:after {
  right: 0;
}

ul.big-screen-menu>li:last-child>a.hvr-overline-from-left:before {
  display: none;
}

ul.big-screen-menu>li:last-child>a.hvr-overline-from-left:after {
  height: 3px;
  background: #332464;
}

.navbar-default .navbar-nav>li.dropdown:hover>a,
.navbar-default .navbar-nav>li.dropdown:hover>a:hover,
.navbar-default .navbar-nav>li.dropdown:hover>a:focus {
  background-color: rgb(231, 231, 231);
  color: rgb(85, 85, 85);
}

li.dropdown:hover>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

li.dropdown>.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

li.dropdown .dropdown-menu li:first-child {
  padding-top: 0;
}

li.dropdown .dropdown-menu li:last-child {
  border-bottom: 0;
}

li.dropdown .dropdown-menu li {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #c9c9c9;
}

li.dropdown .dropdown-menu {
  display: block;
  background: #e6e6e6;
  border: 0;
  border-radius: 0;
  margin-top: 14px;
  padding: 30px;
  box-shadow: none;
  left: -60px;
}

.dropdown-menu li {
  margin-left: 0!important;
}

.dropdown-menu li a {
  font-size: 13px;
  color: #5f5f5f;
  font-weight: 300;
  text-transform: none;
  padding: 0;
}

.dropdown-menu li:hover a {
  color: #0aacbb;
  transition: all .3s;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background: transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background: transparent;
  color: #0aacbb;
}

ul.cd-secondary-nav li:last-child a {
  border: 0;
}

ul#cd-primary-nav {
  z-index: 9;
}

.container.header-container.header-sticky {
  position: fixed;
}

.mega-dropdown-menu.services-mega-menu.hide-mega-menu.mega-menu-sticky.show-menu {
  display: none;
}

@media (max-width:769px) {
  .cd-header-buttons {
    top: 0;
    left: 0!important;
  }

  .cd-primary-nav,
  .cd-primary-nav ul {
    left: 0;
  }

  .cd-primary-nav,
  .cd-primary-nav ul {
    left: 0;
    overflow: hidden;
    overflow-y: scroll;
  }

  .logo-area {
    margin-right: 15px;
    padding-right: 10px;
    padding-top: 15px;
  }

  .logo-area {
    width: 150px;
    float: right;
  }

  .site-head-area.header-sticky .sticky-logo {
    float: right;
  }
}

#newsroom-posts {
  float: left;
  width: 100%;
  padding: 78px 0;
  background: #efeeed;
  padding-bottom: 0;
}

.news-post-blog {
  width: 48%;
  float: left;
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 6px 6px 8px 0 rgba(1, 1, 1, .03);
}

.newsblog-info {
  background: #1a3366;
  color: #fff;
  padding: 15px;
  width: 228px;
}

.post-tag {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  font-weight: 300;
}

.news-upload-info {
  background: #1c3367;
  color: #fff;
  padding: 8px;
  line-height: 25px;
  width: 230px;
}

.post-date {
  font-size: 18px;
  font-weight: 300;
}

.news-post-style {
  float: left;
  margin-right: 15px;
  position: relative;
  top: -30px;
}

.post-title {
  float: left;
  width: calc(100% - 268px);
  margin-left: 20px;
  padding-right: 20px;
  padding-top: 55px;
  min-height: 210px;
  height: auto;
}

.read-more-cta {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.read-more-cta a {
  text-transform: uppercase;
  font-size: 14px;
  color: #1d2956;
  border-top: 4px solid #0aacbb;
  padding: 10px 10px 10px 0;
  display: inline-block;
}

.read-more-cta a:hover {
  color: #0aacbb;
}

.post-title h3 {
  text-transform: uppercase;
  font-size: 15px;
  color: #1d2956;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.newspost {
  margin-bottom: 0;
}

#offering-area {
  float: left;
  width: 100%;
  padding: 0 0 0 0;
  margin-bottom: 35px;
}

.transformational-service {
  position: relative;
  margin-top: 30px;
}

#offering-area .heading-area {
  margin-bottom: 0;
  padding-top: 35px;
}

#offering-area .heading-area h2 {
  color: #122958;
  text-transform: none;
  text-align: center;
}

.transformational-service-content {
  background: #efeeed;
  padding: 30px;
  position: absolute;
  top: -20px;
  width: 290px;
  right: 30px;
  line-height: 1.2;
}

.transformational-service-content h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
}

.transformational-service-content p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.transformational-service-content a {
  background: #0aacbb;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  font-size: 16px;
  margin-top: 15px;
}

.transformational-service-content a:hover {
  color: #000000!important;
}

.partner-banner-content {
  text-align: center;
}

.page-describtion h1 {
  font-size: 28px;
}

#partner-logo-area {
  float: left;
  width: 100%;
  padding: 50px 0;
}

ul.all-partner-details {
  width: 83%;
  margin: 0 auto;
  position: relative;
}

ul.all-partner-details li {
  float: left;
  width: 33.33%;
  border: 1px solid #5b5b5b;
  height: 100%;
  position: relative;
}

.partner-logo-area {
  display: table;
}

.partner-logo-image {
  display: table-cell;
  width: 360px;
  height: 195px;
  text-align: center;
  vertical-align: middle;
}

.partner-logo-image img {
  margin: 0 auto;
}

.border-top-none {
  border-top: none!important;
}

.border-bottom-none {
  border-bottom: none!important;
}

.border-left-none {
  border-left: none!important;
}

.border-right-none {
  border-right: none!important;
}

#about-partner {
  float: left;
  width: 100%;
  background: #5b5b5b;
  border-left: 12px solid #0aacbb;
  padding: 30px 20px 60px 110px;
}

.all-partner-details li.arrow:after {
  content: '';
  display: block;
  border-bottom: 10px solid #5b5b5b;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 47%;
}

#about-partner h2 {
  color: #0aacbb;
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

#about-partner hr {
  border-color: #0aacbb;
  border-width: 2px;
  float: left;
  max-width: 100%;
  width: 70px;
  margin: 0;
}

#about-partner p {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-top: 20px;
  line-height: 18px;
}

#about-partner .close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  display: block;
}

.first {
  clear: left;
}

.preview {
  float: left;
  background-image: url(https://cdn.7edge.com/images/partner-arrow-icon.png);
  background-repeat: no-repeat;
  background-position: 50% 90%;
}

.preview.arrow {
  background-image: none;
}

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

a.trigger {
  display: block;
}

#about-partner .close:focus {
  outline: 0;
}

.all-partner-details li.remove-arrow:after {
  display: none;
}

.partner-logo-image .i-amphtml-fill-content {
  display: block;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin: auto;
}

.partner-logo-image .i-amphtml-layout-size-defined .i-amphtml-fill-content {
  padding: 5px!important;
}

#services {
  float: left;
  width: 100%;
  padding: 30px 0 0 0;
}

#services .container {
  padding: 0;
}

.service-area {
  background: #ebedf1;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}

.services-image-area {
  display: flex;
  height: 170px;
  align-items: center;
  justify-content: center;
}

.services-title-area h3 {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  color: #122958;
  min-height: 50px;
  font-weight: 400;
}

.services-title-area a {
  display: none;
  color: #0aacbb;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: underline!important;
}

.services-title-area a:hover {
  color: #fff;
}

.paddingnone {
  padding: 0px!important;
}

u:hover {
  color: #122958;
}

#owl-example-3 .owl-dots {
  display: block;
  text-align: center;
}

#owl-example-3 .owl-dot.active {
  background: #0aacbb;
}

#owl-example-3 .owl-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  margin: 0 5px;
  opacity: .3;
}

#owl-example .owl-dots {
  display: block;
  text-align: center;
}

#owl-example .owl-dot.active {
  background: #0aacbb;
}

#owl-example .owl-dot {
  width: 10px;
  height: 10px;
  background: #999;
  border-radius: 100%;
  display: inline-block;
  margin: 0 5px;
}

#owl-example-2 .owl-dots {
  display: block;
  text-align: center;
}

#owl-example-2 .owl-dot.active {
  background: #0b808e;
}

#owl-example-2 .owl-dot {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  margin: 0 5px;
  opacity: .6;
}

.paddingleftnone {
  padding-left: 0;
}

.paddingrightnone {
  padding-right: 0;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

.service-overview {
  max-width: 1000px;
  margin: 0 auto;
}

.aboutus-overview {
  max-width: 900px;
  margin: 67px auto;
}

.home-differentiator-left {
  z-index: 1;
}

.aboutus-overview {
  max-width: 900px;
  margin: 67px auto;
}

#home-overview {
  float: left;
  width: 100%;
  background-color: #efeeed;
}

#WINsight {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #efeeed;
}

#home-overview2 {
  float: left;
  width: 100%;
}

#aboutus-overview {
  float: left;
  width: 100%;
  background-color: #efeeed;
}

.service-overview-sec1 {
  padding: 50px 98px;
  border: 1px solid #0aacbb;
    /*border-bottom: none;*/
  margin-top: 20px;
}
/*.service-overview-sec1-solutions {
    padding: 1px 98px;
    border: 1px solid #0aacbb;
    border-bottom: none!important;
    margin-top: 20px;
    padding-bottom:20px;
}*/
.cloud-comp-services {
  padding: 0 65px;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #122958;
  text-align: center;
  width: 100%;
}

.hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 5px;
  width: 100px;
  margin-top: 6px!important;
  margin-bottom: 16px;
}

.aboutus-sec1 {
  padding: 45px 98px;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 8px 0 rgba(1, 1, 1, .03);
  -moz-box-shadow: 6px 6px 8px 0 rgba(1, 1, 1, .03);
  box-shadow: 6px 6px 8px 0 rgba(1, 1, 1, .03);
}

hr {
  margin-bottom: 5px;
}

h5 {
  margin-bottom: 3px;
}

.home-sec1 {
  padding: 10px 98px;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 8px 0 rgba(1, 1, 1, .03);
  -moz-box-shadow: 6px 6px 8px 0 rgba(1, 1, 1, .03);
  box-shadow: 6px 6px 8px 0 rgba(1, 1, 1, .03);
}

.WINsight-sec1 {
  padding: 30px 98px;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 8px 0 rgba(1, 1, 1, .03);
  -moz-box-shadow: 6px 6px 8px 0 rgba(1, 1, 1, .03);
  box-shadow: 6px 6px 8px 0 rgba(1, 1, 1, .03);
}

.home-sec2 {
  padding: 16px 98px 50px 98px;
  background-color: #efeeed;
}

.service-overview-sec1 h5 {
  padding: 0 65px;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #122958;
  text-align: center;
  width: 100%;
  margin-top: 0;
}

.service-overview-sec1-solutions h5 {
  padding: 0 15%;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #122958;
  text-align: center;
  width: 100%;
  margin-top: 0;
}

.aboutus-sec1 h5 {
  padding: 0 65px;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #122958;
  text-align: center;
  width: 100%;
}

.home-sec1 h5 {
  padding: 0 65px;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #122958;
  text-align: center;
  width: 100%;
}

.WINsight-sec1 h5 {
  padding: 0 65px;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #122958;
  text-align: center;
  width: 100%;
}

.home-sec2 h5 {
  padding: 0 65px;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #122958;
  text-align: center;
  width: 100%;
}

.service-overview-sec1 hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 5px;
  width: 100px;
  margin-top: 6px!important;
}

.service-overview-sec1-solutions hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 5px;
  width: 100px;
  margin-top: 6px!important;
}

.aboutus-sec1 hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 5px;
  width: 100px;
  margin-top: 6px!important;
}

.home-sec1 hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 5px;
  width: 100px;
  margin-top: 6px!important;
}

.WINsight-sec1 hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 5px;
  width: 100px;
  margin-top: 6px!important;
}

.home-sec2 hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 5px;
  width: 100px;
  margin-top: 6px!important;
}

.service-overview-img-height {
  text-align: center;
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.core-value-img-height {
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.core-value-img-outer p {
  color: #0aacbb;
  font-size: 18px;
  text-align: center;
}

.core-value-img-outer-last p {
  color: #0aacbb;
  font-size: 18px;
  text-align: center;
}

.core-value-desc {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  padding: 8px 40px;
  line-height: 1.4;
  text-align: center;
  height: 120px;
}

.service-overview-sec1 p {
  padding: 0 30px;
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #5f5f5f;
}

.service-overview-sec1-solutions p {
  padding: 0 30px;
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #5f5f5f;
}

.aboutus-sec1 p {
  padding: 0 30px;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #5f5f5f;
}

.home-sec1 p {
  padding: 0 30px;
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #5f5f5f;
}

.WINsight-sec1 p {
  padding: 0 30px;
  text-align: center;
  line-height: 1.3;
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #5f5f5f;
  margin-bottom: 22px;
}

.home-sec2 p {
  padding: 0 30px;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #5f5f5f;
}

#service-overview {
  width: 100%;
  float: left;
}

.service-overview-secondp {
  margin-top: 25px;
}

.aboutus-secondp {
  margin-top: 25px;
}

.home-secondp {
  margin-top: 25px;
}

.service-differentiatorh5 {
  margin-top: 25px;
}

.service-overview-sec2 {
  border: 1px solid #0aacbb;
  border-top: none;
  width: 100%;
  display: inline-block;
}

.service-overview-img-outer {
  border-right: 1px solid #0aacbb;
  margin: 10px 0 24px 0;
}

.core-value-img-outer {
  border-right: 1px solid #215257;
  border-bottom: 1px solid #215257;
}

.core-value-img-outer-last {
  border-right: 1px solid #215257;
  border-left: 1px solid #215257;
}

.divider-bottom {
  border-width: 10px;
  width: 100%;
  height: 9px;
  background: #332464;
  position: relative;
  bottom: -25px;
}

.divider-bottom1 {
  border-width: 10px;
  width: 100%;
  height: 9px;
  background: #0aacbb;
  position: relative;
  bottom: -25px;
}

.divider-bottom2 {
  border-width: 10px;
  width: 100%;
  height: 9px;
  background: #faad16;
  position: relative;
  bottom: -25px;
}

.divider-bottom3 {
  border-width: 10px;
  width: 100%;
  height: 9px;
  background: #1e2956;
  position: relative;
  bottom: -25px;
}

.service-overview-img {
  margin: 0 auto;
}

.service-overview-img-outer:last-child {
  border-right: none;
}

.most-popular-blog .most-popular-blog-sec:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.most-popular-blog1 .most-popular-blog-sec:last-child {
  border-bottom: none;
  padding-bottom: 32px;
}

.service-overview-img-outer p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #333;
  text-align: center;
  height: 30px;
}

.service-differentiator {
  width: 850px;
  margin: 0 auto;
}

.solution-differentiator {
  width: 850px;
  margin: 0 auto;
}

.home-differentiator {
  width: 850px;
  margin: 0 auto;
}

.service-differentiator-left {
  width: 44%;
  float: left;
  background-color: #122958;
  padding: 41px 35px 43px 33px;
  color: #0aacbb;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  position: relative;
  right: -40px;
}

.service-differentiator-left h4 {
  color: #0aacbb;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
}

.service-differentiator-right {
  width: 56%;
  background-color: #0aacbb;
  float: left;
  padding: 45px 41px 56px 100px;
}

.service-differentiator-right h5 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 7px;
  line-height: 20px;
}

.service-differentiator-right p {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}


/********************/
.solution-differentiator-left {
  width: 35%;
  float: left;
  background-color: #122958;
  padding: 41px 35px 43px 33px;
  color: #0aacbb;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  position: relative;
  right: -40px;
}

.solution-differentiator-left h4 {
  color: #0aacbb;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
}

.solution-differentiator-right {
  width: 65%;
  background-color: #0aacbb;
  float: left;
  padding: 45px 7px 56px 63px;
}

.solution-differentiator-right h5 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 7px;
  line-height: 20px;
}

.solution-differentiator-right p {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}


/***************/

.aboutus-differentiator {
  width: 1135px;
  margin: 0 auto;
}

#aboutus-differentiator {
  width: 100%;
  float: left;
  margin: 80px auto;
}

.aboutus-differentiator-left {
  width: 18%;
  float: left;
  background-color: #122958;
  padding: 34px 35px 33px 33px;
  color: #0aacbb;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  position: relative;
  right: -70px;
}

.aboutus-differentiator-left h4 {
  color: #0aacbb;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
}

.aboutus-differentiator-right {
  width: 78%;
  background-color: #0aacbb;
  float: left;
  padding: 56px 41px 56px 100px;
}

.aboutus-differentiator-right h5 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 7px;
  line-height: 20px;
}

.aboutus-differentiator-right p {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}

.landing-page-content p {
  font-size: 25px;
}

.service-offerings {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 40px;
}

.service-offering-inner-sec1 {
  width: 100%;
  float: left;
}

.service-offering-right-inner-sec1 {
  width: 100%;
  float: left;
}

.service-offering-inner-sec1 img {
  width: 100%;
}

.service-offering-inner-sec2 {
  width: 90%;
  float: right;
  background-color: #efeeed;
  color: #000;
  padding: 30px 50px 50px 43px;
  top: -32px;
  position: relative;
  z-index: 0;
  min-height: 235px;
  height: auto;
}

.service-offering-inner-sec2 h5 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px!important;
  color: #0aacbb;
}

.service-offering-inner-sec2 p {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: left;
  line-height: 1.2;
}

.service-offering-inner-sec22 {
  float: right;
  background-color: #efeeed;
  color: #000;
  padding: 30px 50px 50px 43px;
  position: relative;
  z-index: 0;
  min-height: 230px;
  height: auto;
  margin-bottom: 30px;
}

.service-offering-inner-sec22 h5 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px!important;
  color: #0aacbb;
}

.service-offering-inner-sec22 p {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: left;
  line-height: 1.2;
  min-height: 126px;
}

.service-offering-blocks-left {
  padding-right: 0;
}

.service-offering-blocks-right {
  padding-left: 0;
}

.service-offerings h6 {
  padding: 0 65px;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #122958;
  text-align: center;
  width: 100%;
}

.service-offerings hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 5px;
  width: 100px;
  margin-top: 6px!important;
}

.related-services {
  max-width: 1155px;
  margin: 0 auto;
  text-align: center;
}

.related-services img {
  margin: 0 auto;
  max-height: 110px;
}

.related-services p {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 12px;
}

.related-services h6 {
  padding: 0 65px;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #122958;
  text-align: center;
  width: 100%;
}

.related-services hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 5px;
  width: 100px;
  margin-top: 6px!important;
  margin-bottom: 16px;
}

#related-services {
  margin-bottom: 50px;
  margin-top: 20px;
  float: left;
  width: 100%;
}

#service-offerings {
  margin-bottom: 0;
}

.contact-us-cont {
  width: 100%;
  margin: 0 auto;
}

.cta-cont {
  width: 100%;
  margin: 0 auto;
}

.contact-us-left-cont {
  width: 60%;
  padding: 50px;
  background-color: #f1f1f1;
  float: left;
  z-index: 0;
}

.cta-left-cont {
  width: 60%;
  padding: 30px;
  float: left;
  z-index: 0;
}

.cta-left-cont h1 {
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
}

.contact-us-right-cont {
  width: 40%;
  float: left;
  border: 1px solid #0aacbb;
  position: relative;
  right: 100px;
  z-index: 99;
  top: 31px;
  background: #fff;
}

.cta-right-cont {
  width: 40%;
  float: left;
  border: 1px solid #0aacbb;
  position: relative;
  right: 71px;
  z-index: 999999999;
  top: 31px;
  background: #fff;
}

.contact-us-right-cont-inner {
  padding: 30px;
  background: #112a58;
}

.cta-right-cont-inner {
  padding: 50px;
}

.contact-us-left-cont h4 {
  color: #0aacbb;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

.contact-us-left-cont p {
  color: #333;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
}

#contact-us {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

#cta {
  float: left;
  width: 100%;
  padding: 21px 0;
}

.contact-num {
  font-size: 16px;
  color: #0aacbb;
  width: 50px;
}

.contact-us-left-cont p:nth-child(3) {
  margin-top: 27px;
}

.contact-us-left-cont p:nth-child(4) {
  margin-top: 0;
}

.contact-us-left-cont p span {
  width: 60px;
  display: block;
  float: left;
}

#HubSpotContactForm .hs_submit {
  text-align: left!important;
}

.custom-map {
  width: 475px;
  height: 450px;
}

.bar {
  position: relative;
  display: block;
  width: 315px;
}

.bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #0aacbb;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

.inputMaterial:focus~.bar:before,
.inputMaterial:focus~.bar:after {
  width: 50%;
}

.inputMaterial:focus~.highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

#footer-box {
  width: 100%;
  height: 50px;
  background: #00695c;
  position: absolute;
  bottom: 0;
}

.footer-text {
  color: #cfd8dc;
}

.sign-up {
  color: white;
  cursor: pointer;
}

.sign-up:hover {
  color: #b2dfdb;
}

/*body {
  background: #eceff1;
}*/

/*#container-a {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 20px;
  right: 20px;
  overflow: hidden;
  #badge {
    width: 100%;
  height: 100%;
  background-image: url(https://lh3.googleusercontent.com/-X-aQXHatDQY/Uy86XLOyEdI/AAAAAAAAAF0/TBEZvkCnLVE/w140-h140-p/fb3a11ae-1fb4-4c31-b2b9-bf0cfa835c27);
  background-size: 100%;
  position: absolute;
  }
  &:hover #letter {
  display: block;
}
  &:hover #badge {
  width: 150px;
  height: 150px;
  transition: $transition;
  filter: blur(7px);
}*/

/*#letter {
  display: none;
  z-index: 20;
  width: 100%;
  height: 100%;
  position: absolute;
  span {
      font-family: 'Roboto';
  font-size: 32px;
  color: white;
  text-align: center;
  line-height: 60px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
}
  }
}*/

/*#container-floating {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 20px;
  z-index: 50px;
  &: hover {
    height: 400px;
  width: 60px;
  top: 20px;
  right: 20px;
}
  &:hover .nds {
  animation: bounce-nds 0.1s linear;
  animation-fill-mode: forwards;
}
  &:hover .nd3 {
  animation-delay: 0.08s;
}
  &:hover .nd4 {
  animation-delay: 0.15s;
}
  &:hover .nd5 {
  animation-delay: 0.2s;
}*/

.nds {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform: scale(0);
  right: 33px;
  cursor: pointer;
}

.nd1 {
  background-image: url(https://cdn.7edge.com/images/Button-Fill-Black-Large.png);
  background-size: 100%;
  top: 110px;
  animation-delay: 0.1s;
  animation: bounce-out-nds 0.3s linear;
  animation-fill-mode: forwards;
}

.nd3 {
  background: url(https://cdn.7edge.com/images/twitter_circle_color-512.png);
  background-size: 100%;
  top: 165px;
  animation-delay: 0.15s;
  animation: bounce-out-nds 0.15s linear;
  animation-fill-mode: forwards;
}

.nd4 {
  background: url(https://cdn.7edge.com/images/gplusicon.svg);
  background-size: 100%;
  top: 225px;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes bounce-nds {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bounce-out-nds {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

.profile-name {
  line-height: 60px;
  left: -70px;
  position: absolute;
  font-family: 'Roboto';
  color: #455a64;
}

.profile-name:hover {
  text-decoration: underline;
}

a:link,
a:visited {
  text-decoration: none;
}

.map {
  margin: 50px 0;
}

.btn-contact {
  background-color: #0aacbb;
  text-align: center;
  padding: 30px 0;
}

section#clients {
  float: left;
  width: 100%;
  padding: 0px 0 0px 0;
}

ul.custom-nav {
  text-align: center;
}

ul.custom-nav li {
  display: inline-block;
  margin: 0 25px;
}

ul.custom-nav li a {
  font-size: 20px;
  display: inline-block;
  color: #000;
  padding-bottom: 10px;
}

ul.custom-nav li.active a {
  color: #0aacbb;
}

ul.custom-nav li.active {
  border-bottom: 5px solid #0aacbb;
}

.nav-outer {
  width: 100%;
  float: left;
}

#clients {
  background-color: #f3f3f3;
}

.tab-cont {
  margin-top: 30px;
}

.tab-cont h3 {
  color: #0aacbb;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin-top: 30px;
  width: 100%;
  float: left;
  font-weight: 300;
}

.tab-cont p {
  text-align: center;
  font-size: 14px;
}

.client-inner {
  padding: 40px 0;
  padding-bottom: 30px;
  padding-top: 10px;
}

.client-list img {
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.client-list {
  width: 100%;
  float: left;
  margin-top: 0px;
  padding: 20px 0px;
  padding-bottom: 0;
}

.padding-8 {
  padding: 8px;
}

.client-list ul li {
  float: left;
  background-color: #ffffff;
  margin: 10px;
  height: 100px;
  display: table;
  position: relative;
}

.client-logo-imgs {
  display: table-cell;
  vertical-align: middle;
  float: left;
  background: #FFF;
  clear: both;
  width: 100%;
  min-height: 115px;
  position: relative;
}

.client-img-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.client-img-grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.client-list ul li:nth-child(5n) {
  border-right: none!important;
}

.client-list ul li:last-child {
  border-right: none!important;
}

.cta-page-head h1 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.customDiv p {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: left;
  line-height: 1.4;
}

#our-core-value {
  background-image: url(https://cdn.7edge.com/images/about-core-value.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  float: left;
  padding: 50px;
}

#our-core-value h1 {
  padding: 0 65px;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #0aacbb;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

#our-core-value hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 5px;
  width: 150px;
  margin-top: 6px!important;
}

#our-core-value h5 {
  padding: 0 30px;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  color: #0aacbb;
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}

.business-capabilitis {
  color: #333;
}

.home-overview {
  max-width: 900px;
  margin: 30px auto;
}

.WINsight-overview {
  margin: 26px auto;
}

.read-now {
  font-size: 14px!important;
  color: #0aacbb!important;
  font-family: 'Roboto', sans-serif!important;
  margin-top: 15px;
}

a.grow-scale-btn-homepage {
  margin: 10px auto;
  width: 122px;
  position: relative;
  display: block;
  padding: 10px;
  font-size: 14px;
  color: #383736;
  border: 1px #0aacbb solid;
  text-transform: none;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

a.grow-scale-btn-homepage-blog {
  margin: 10px auto;
  width: 122px;
  position: relative;
  display: block;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  border: 1px #0aacbb solid;
  text-transform: none;
  text-align: center;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

a.grow-scale-btn-homepage1 {
  margin: 10px auto;
  width: 122px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  display: block;
  position: relative;
  text-transform: none;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition: 0.03s ease-in;
  -o-transition: 0.03s ease-in;
  -ms-transition: 0.03s ease-in;
  -moz-transition: 0.03s ease-in;
  -webkit-transition: 0.03s ease-in;
}

a.grow-scale-btn-homepage2 {
  margin: 10px auto;
  width: 220px;
  background-color: transparent;
  border: 1px solid #0aacbb;
  color: #0aacbb;
  font-size: 14px;
  padding: 10px;
  display: block;
  position: relative;
  text-align: center;
  text-transform: none;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

a.home-banner-btn-innerpage:hover {
  color: #122958;
}

.call-to-action-more-btn {
  float: left;
  width: 100%;
}

.Newsroom-mainsec {
  float: left;
  width: 100%;
}

.home-overview2 {
  max-width: 1080px;
  margin: 30px auto;
}

.home-img-height {
  text-align: center;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grow-scale-div-main {
  background-color: #fff;
  padding: 56px 30px;
  float: left;
  width: 100%;
}

.text-class-img-outer {
  height: 85px;
  width: auto;
}

.business-capabilitis-sec2 {
  margin: 40px 0 40px 0;
}

#home-differentiator {
  margin-top: 30px;
  width: 100%;
  float: left;
}

.home-overview-img-outer {
  margin-top: 20px;
  border-right: 1px solid #efeeed;
}

.home-differentiator-left {
  width: auto;
  float: left;
  background-color: #122958;
  padding: 41px 35px 43px 33px;
  color: #0aacbb;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  position: relative;
  right: -40px;
  padding: 40px;
}

.home-differentiator-left h4 {
  color: #0aacbb;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;
}

.home-differentiator-right {
  width: 56%;
  background-color: #0aacbb;
  float: left;
  padding: 45px 41px 56px 100px;
}

.home-differentiator-right h5 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 7px;
  line-height: 20px;
}

.home-differentiator-right p {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}

#innovate-grow-scale {
  width: 100%;
  float: left;
  background-color: #efeeed;
  padding: 30px 0px;
}

.grow-scale-div p {
  text-align: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
}

.innovate-grow-scale {
  margin: 30px auto;
}

.grow-scale-left-sec {
  width: 70%;
  float: left;
}

.grow-scale-right-sec {
  width: 30%;
  float: left;
  background-color: #2c2c2c;
  color: #dfdfdf;
  font-family: 'Roboto', sans-serif;
  padding: 3% 5%;
}

.grow-scale-right-sec p {
  line-height: 1.3;
  font-size: 15px;
}

.grow-scale-right-sec h2 {
  font-size: 30px;
  color: #0aacbb;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.home-banner h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.home-banner-text {
  top: 36%;
  left: 9%;
  width: 31%;
  position: relative;
}

#succeed-business {
  background-image: url(https://cdn.7edge.com/images/BG.png);
  width: 100%;
  float: left;
  padding: 30px 0px;
}

#home-parters {
  background-image: url(https://cdn.7edge.com/images/ParternersBG.jpg);
  width: 100%;
  float: left;
  padding: 30px 0px;
}

.succeed-business-head {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  color: #fff;
  text-align: center;
  margin-top: 0px;
}

.succeed-business-head-solution {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  color: #0aacbb;
  text-align: center;
  float: left;
  width: 100%;
  line-height: 36px;
}

.solution-hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 5px;
  width: 200px;
  margin-top: 6px!important;
}

.solution-protfolio-p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  width: 55%;
  margin: 0 auto;
  font-weight: 300;
  line-height: 24px;
}

.home-parters-head {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  color: #0aacbb;
  text-align: center;
  text-transform: uppercase;
  line-height: 36px;
}

.home-hr {
  border-color: #fff;
  border-width: 5px;
  height: 5px;
  width: 200px;
  margin-top: 6px!important;
}
#owl-example-2 {
  margin-top: 30px;
}

.newsroom-head {
  text-align: center;
  color: #122958;
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

#newsroom {
  float: left;
  width: 100%;
  margin: 26px 0;
}

#newsroom1 {
  float: left;
  width: 100%;
  background-color: #efeeed;
  padding: 40px 0;
}

.Newsroom-sec p {
  font-size: 20px;
  line-height: 1.4;
  color: #7d7d7d;
  font-family: 'Roboto', sans-serif;
}

.Newsroom-sec {
  border-top: 7px solid #0aacbb;
  padding-top: 20px;
}

.Newsroom-sec-1 p {
  font-size: 20px;
  line-height: 1.2;
  color: #7d7d7d;
  font-family: 'Roboto', sans-serif;
}

.Newsroom-sec-1 {
  border-top: 7px solid #0aacbb;
  background-color: #fff;
  padding: 32px 20px 20px 20px;
  height: 236px;
  margin-top: 30px;
  box-shadow: 6px 6px 8px 0 rgba(1, 1, 1, .1);
}

.custom-adding {
  padding: 30px 50px;
}

#careers {
  background-image: url(CareersBG.jpg);
  width: 100%;
  float: left;
}

.careers7edge {
  background-color: #fff;
  width: 588px;
  margin-top: 121px;
  margin-left: 83px;
  padding: 50px 80px;
  margin-bottom: 55px;
}

.careers7edge p {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #7d7d7d;
  margin-bottom: 50px;
  margin-top: 30px;
}

.careers7edge h2 {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #0aacbb;
}

#owl-example .fa-angle-left:before {
  display: block;
  content: '';
  background: url(https://cdn.7edge.com/images/carousel-left-arrow.png)no-repeat;
  width: 30px;
  height: 56px;
  top: 120px;
  position: absolute;
  left: -35px;
}

#owl-example .fa-angle-right:before {
  display: block;
  content: '';
  background: url(https://cdn.7edge.com/images/carousel-right-arrow.png)no-repeat;
  width: 30px;
  height: 56px;
  top: 120px;
  position: absolute;
  right: -35px;
}

#owl-example .fa-angle-left:hover:before {
  background: url(https://cdn.7edge.com/images/2-leftarrow.png)no-repeat;
}

#owl-example .fa-angle-right:hover:before {
  background: url(https://cdn.7edge.com/images/2-rightarrow.png)no-repeat;
}

#owl-example-2 .fa-angle-left:before {
  display: block;
  content: '';
  background: url(https://cdn.7edge.com/images/2-leftarrow.png)no-repeat;
  width: 30px;
  height: 56px;
  top: 75px;
  position: absolute;
  left: -40px;
}

#owl-example-2 .fa-angle-right:before {
  display: block;
  content: '';
  background: url(https://cdn.7edge.com/images/2-rightarrow.png)no-repeat;
  width: 30px;
  height: 56px;
  top: 75px;
  position: absolute;
  right: -40px;
}

#owl-example-2 .fa-angle-left:hover:before {
  background: url(https://cdn.7edge.com/images/hover-left-arrow.png)no-repeat;
}

#owl-example-2 .fa-angle-right:hover:before {
  background: url(https://cdn.7edge.com/images/hover-right-arrow.png)no-repeat;
}

#owl-example-3 .fa-angle-left:before {
  display: block;
  content: '';
  background: url(https://cdn.7edge.com/images/Arrow-01right.png)no-repeat;
  width: 30px;
  height: 56px;
  top: 60px;
  position: absolute;
  left: -40px;
}

#owl-example-3 .fa-angle-right:before {
  display: block;
  content: '';
  background: url(https://cdn.7edge.com/images/Arrow-01left.png)no-repeat;
  width: 30px;
  height: 56px;
  top: 60px;
  position: absolute;
  right: -40px;
}

#owl-example-3 .fa-angle-left:hover:before {
  background: url(https://cdn.7edge.com/images/hover-left-arrow.png)no-repeat;
}

#owl-example-3 .fa-angle-right:hover:before {
  background: url(https://cdn.7edge.com/images/hover-right-arrow.png)no-repeat;
}

.test-class h2 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  padding-left: 2px;
  padding-right: 2px;
}

.test-class p {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 300;
}

.test-class1 p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  line-height: 1.4;
  height: 110px;
}

.icon-image-area {
  float: left;
  width: 100%;
  min-height: 100px;
}

.icon-image-content-area p {
  height: auto;
  margin-top: 18px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 16px;
  min-height: 70px;
}

.icon-image-content-area {
  float: left;
  width: 100%;
}

.customp {
  border-top: 2px solid #0aacbb;
  padding-top: 5px;
  margin-top: 10px;
  width: 100px;
}

.home-banner-text p {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  width: 87%;
  margin: 0 auto;
}

.internet-first-slid {
  max-width: 1000px;
  margin: 0 auto;
}

a.WINsight-btn:hover {
  color: #fff;
}

.blog-latest-desc {
  background-color: #ffffff!important;
  padding: 34px 50px 7px 50px;
  display: inline-block;
  width: 100%;
}

.blog-readmore {
  color: #0aacbb;
  font-size: 16px;
}

#blog-latest {
  background-color: #efeeed;
  padding-top: 120px;
  width: 100%;
  float: left;
  padding-bottom: 30px;
}

#blog-detail-cont {
  background-color: #efeeed;
  width: 100%;
  float: left;
}

.blog-detail-page {
  background-color: #fff;
  padding: 20px 20px 20px 50px;
}

.blog-detail-cont {
  margin-bottom: 30px;
}

.post-body ul {
  padding-left: 0px!important;
}

.inboundbtnmain {
  width: 100%;
}

.inboundbtn {
  background-color: #0aacbb;
  float: left;
  margin-right: 15px;
  font-size: 12px;
  color: #fff;
  padding: 4px 18px;
  margin-bottom: 7px;
}

.blog-detail-head {
  font-size: 26px;
  width: 100%;
  float: left;
}

.blog-latest-desc h1 {
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-weight: 300;
  float: left;
  width: 100%;
  transition: all 0.5s ease;
  margin-bottom: 15px;
}

.blog-details-7EDGE h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  max-height: 50px;
}

.blog-latest-desc h6:hover {
  color: #1d2956;
}

.blog-date-details1 h6:hover {
  color: #1d2956;
}

.inboundbtn:hover {
  background-color: #1d2956;
  color: #fff;
}

.blog-details-7EDGE h5:hover {
  color: #0aacbb;
}

.most-popular-blog-sec h6:hover {
  color: #1d2956;
}

.blog-latest-desc hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 5px;
  width: 140px;
  margin-top: -2px!important;
  float: left;
}

.most-popular-blog-sec hr {
  border-color: #0aacbb;
  border-width: 3px;
  height: 3px;
  width: 70px;
  margin-top: 3px!important;
  float: left;
}

.most-popular-blog-sec p {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif!important;
  color: #333;
  margin-top: 9px;
  font-weight: 500;
}

.most-popular-blog-sec p.post-description {
  line-height: normal !important;
}

#RelatedArticles p {
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  clear: both !important;
}

.blog-latest-desc h6 {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #0aacbb;
  font-weight: 300;
  text-transform: uppercase;
  float: left;
  margin-right: 20px;
  margin-bottom: 16px;
}

.blog-7edge {
  padding-top: 30px!important;
  padding-bottom: 11px!important;
  height: 300px;
}

.blog-date-details {
  width: 100%;
  display: inline-block;
}

.blog-date-details p {
  font-size: 11px;
  font-family: 'Roboto', sans-serif!important;
  color: #747474;
}

.blog-date-details p:hover {
  font-size: 15px;
  font-family: 'Roboto', sans-serif!important;
}

.most-popular-blog h5 {
  font-size: 21px;
  padding: 12px 12px 12px 30px;
  color: #fff;
  background-color: #0aacbb;
  margin: 0;
  width: 75%;
  text-align: left;
}

.most-popular-blog1 h5 {
  font-size: 21px;
  color: #fff;
  background-color: #0aacbb;
  margin: 0;
  width: 75%;
  text-align: left;
  padding: 12px 12px 12px 30px;
}

section#blog-latest-desc-sec2 {
  margin-bottom: 30px;
}

.most-popular-blog {
  background-color: #fff;
  height: 100%;
}

.most-popular-blog1 {
  background-color: #f1f1f1;
  margin-top: 20px;
}

.border-btm-none {
  border-bottom: none;
}

.blog-sec {
  margin-top: 30px;
}

.blog-sec1 {
  margin-top: 0;
  background-color: #0aacbb;
  height: 422px;
  padding-top: 13%;
}

.blog-date-details1 {
  width: 100%;
  display: inline-block;
}

.blog-sec img {
  width: 100%;
}

.blog-details {
  background-color: #efeeed;
  padding: 20px;
}

.blog-details h5 {
  margin: 0;
  font-size: 20px;
  width: 100%;
  float: left;
  margin-top: 25px;
  font-family: 'Montserrat', sans-serif!important;
  padding: 0;
  text-align: left;
  color: #333;
}

.blog-details h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  max-height: 50px;
}

.blog-details hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 3px;
  width: 140px;
  margin-top: 10px!important;
  float: left;
}

.main-blog-sec:hover {
  box-shadow: none;
}

.blog-text-color {
  color: #ffffff!important;
}

.blog-date-details1 p {
  font-size: 11px;
  font-family: 'Roboto', sans-serif;
  color: #747474;
}

.blog-date-details1 h6 {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #0aacbb;
  font-weight: 300;
  text-transform: uppercase;
  margin-right: 30px;
}

.most-popular-blog-sec h6 {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #0aacbb;
  font-weight: 300;
  text-transform: uppercase;
  float: left;
  margin-right: 30px;
}

.most-popular-blog-sec {
  border-bottom: 1px solid #999;
  padding: 10px 0 10px 0;
}

.most-popular-blog-inner {
  padding: 0;
}

.blog-sec1 h5 {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif!important;
  color: #fff;
  text-align: center;
  margin-bottom: 53px!important;
}

.blog-date-details p {
  display: inline-block;
}

.social-share {
  float: right;
  position: relative;
}

ul.social-icons {
  position: absolute;
  width: 170px;
  right: 10px;
  bottom: -1px;
  display: none;
}

.show-share ul.social-icons {
  display: block;
}

ul.social-icons li:first-child {
  margin-top: 0;
}

ul.social-icons li {
  margin-top: 10px;
  display: inline-block;
  margin-left: 10px;
}

.post-by-topic {
  margin: 25px 0;
}

.post-by-topic p {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif!important;
  color: #333;
  margin-top: 9px;
  line-height: 1.2;
  font-weight: 500;
}

.post-by-topic hr {
  border-color: #0aacbb;
  border-width: 3px;
  height: 3px;
  width: 70px;
  margin-top: 3px!important;
  float: left;
}

.no-of-post {
  width: 34px;
  height: 34px;
  float: left;
  margin: 4px;
  background-color: #dadada;
  vertical-align: middle;
  border-radius: 100%;
  font-size: 14px;
  color: #666;
  padding: 11px 0 3px 13px;
  position: relative;
  top: -12px;
  margin-right: 14px;
}

#thought-leaders,
#mobile-thought {
  float: left;
  width: 100%;
  background: url(https://cdn.7edge.com/images/Thought-Leaders-background.jpg)no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.heading-area {
  color: #fff;
  text-align: center;
}

.heading-area h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.underline-divide {
  width: 100px;
  height: 5px;
  background-color: #0aacbb;
  display: block;
  margin: 0 auto;
}

.news-blog {
  margin-top: 40px;
  margin-bottom: 40px;
}

.news-blog h2 {
  color: #0aacbb;
  font-size: 24px;
  line-height: 25px;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
}

.news-blog-content p {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

.news-info {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.news-info span {
  color: #0aacbb;
}

.news-blog-content p a {
  color: #0aacbb;
  text-transform: capitalize;
  font-size: 14px;
  text-decoration: underline!important;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
  background: #8d939a!important;
  width: 10px!important;
  height: 10px!important;
}

.swiper-pagination-bullet-active {
  background: #fff!important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-wrapper {
  position: inherit;
  width: inherit;
  height: inherit;
  z-index: inherit;
  display: inherit;
}

.swiper-slide {
  display: inherit;
  flex-shrink: inherit;
  width: inherit;
  height: inherit;
  position: inherit;
}

.right-space {
  margin-right: 60px;
}

.left-space {
  margin-left: 60px;
}

span.blog-author {
  float: left;
  font-size: 13px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  border-right: 1px solid #0aacbb;
  padding-right: 20px;
  margin-right: 20px;
}

.category-name {
  border-right: 1px solid #0aacbb;
  padding-right: 20px;
}

.blog-date {
  display: inline-block;
}

#page-banner-cta {
  float: left;
  width: 100%;
  height: 100%;
}

#cta {
  position: relative;
  background-color: #f1f1f1;
}

.cta-left-cont span {
  float: left;
  width: 90%;
  font-size: 14px;
  line-height: 18px;
}

.cta-right-cont {
  position: absolute;
  top: -188%;
}

.blog-latest-detail {
  background-color: #fff;
}

.blog-latest-first-sec {
  background-color: #fff;
}

.blog-detail-hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 3px;
  width: 140px;
  margin-top: 10px!important;
  float: left;
}

p.blog-content-p {
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;
}

.blog-content-head {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.hubspotform {
  text-align: center;
  background-color: #f1f1f1;
  margin-top: 50px;
}

.icon2 {
  width: 25px;
  height: 25px;
  background: #c4c8c8;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
  font-size: 14px;
  color: #fff;
  padding-top: 6px;
  padding-left: 0;
  margin: 7px;
}

.icon2:hover {
  width: 25px;
  height: 25px;
  background: #0aacbb;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
  font-size: 14px;
  color: #fff;
  padding-top: 5px;
  padding-left: 2px;
  margin: 7px;
}

ul.social-icons-fixed {
  position: fixed;
  left: 41px;
  top: 180px;
  display: block;
  z-index: 999999;
}

.hubspotform h5 {
  font-size: 21px;
  padding: 12px 12px 12px 30px;
  color: #fff;
  background-color: #0aacbb;
  margin: 0;
  width: 35%;
  text-align: left;
}

.clearfix-custom {
  padding: 0 50px 50px 50px;
}

#blog-latest-detail {
  background-color: #efeeed;
  padding-top: 120px;
  width: 100%;
  float: left;
}

/*blog-styling*/
.blog-detail-page p {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-weight: 300;
  margin-top: 9px;
  line-height: 24px !important;
  margin-bottom: 20px;
}

.blog-detail-head {
  min-height: 140px;
  line-height: 30px;
  padding-top: 15px;
}

.blog-date-details1 h6 {
  font-size: 17px;
  font-weight: 400;
}

.blog-date-details1 p {
  font-size: 13px;
}

hr.section-divider {
  display: none;
}

.icon2 {
  width: 40px;
  height: 40px;
  font-size: 24px;
}

.page-social-icons ul li {
  margin-bottom: 5px;
  display: table;
}

.page-social-icons ul li a {
  display: table-cell;
  width: 40px;
  height: 40px;
  background: #c4c8c8;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-social-icons ul li a:hover {
  background: #0aacbb;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-latest-first-sec {
  position: relative;
}

.page-social-icons {
  position: fixed;
  margin-top: 6%;
  margin-left: 15px;
}

.page-social-icons ul {
  position: sticky;
  float: left;
  width: 100%;
}

.marketing-methodology-second {
  background-color: #0aacbb;
  color: #ffffff;
  padding: 20px;
  min-height: 400px;
}

.marketing-methodology {
  background-color: #122958;
  color: #ffffff;
  padding: 18px;
  position: relative;
}

p.contentp {
  text-transform: uppercase;
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}

.solutions-part {
  width: 80%;
  margin: 12px auto;
  font-size: 16px !important;
}

.sub-marketing-methodology {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.solutions-blocks {
  margin-bottom: 30px;
  border-right: 1px solid #a0a9bc;
}

.solutions-blocks1 {
  margin-bottom: 30px;
  border-right: 1px solid #112a59;
}

.solutions-blocks1-main {
  margin-top: 30px;
}

.transformational-image img {
  width: 100%;
}
/*#desktop-methodology{
   width:84% !important;
   margin:0 auto;
}*/
img.custom-right {
  position: relative;
  right: -133px;
}

.solutions-blocks:nth-child(3) {
  border-right: none;
}

.solutions-blocks1:nth-child(3) {
  border-right: none;
}

.workflow-automation {
  padding: 0 65px;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #122958;
  text-align: center;
  width: 100%;
}

p.overview-title {
  color: #112a59;
  text-align: center;
  font-size: 15px;
}

.workflow-automation hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 5px;
  width: 100px;
  margin-top: 6px!important;
}

.succeed-business-head-solution-custom {
  padding: 0 65px;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #122958;
  text-align: center;
  width: 100%;
}

#carousel1 hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 5px;
  width: 100px;
  margin-top: 6px!important;
}

#carousel1 {
  margin-bottom: 30px;
}
#solution-blocks {
  width: 100%;
  float: left;
}

.methodologyflow1 ul li {
  border-bottom: 1px solid #0aacbb;
  width: 80%;
  padding: 5px;
  font-size: 15px;
}

.flow-arrow {
  margin-left: 15px;
}

.site-breadcrumb {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 20px;
  background: transparent;
}

.breadcrumb {
  border-radius: 0;
  padding: 10px;
  margin-bottom: 0;
  background: transparent;
}

.breadcrumb>li+li:before {
  content: '>';
  padding: 0 5px;
  color: #7e7e7e;
  font-size: 12px;
}

.breadcrumb li.breadcrumb-item a,
.breadcrumb li.breadcrumb-item.active {
  color: #7e7e7e;
  font-size: 12px;
  font-weight: 200;
}

.breadcrumb li.breadcrumb-item.active {
  color: #27abbb;
}

@media (max-width: 992px) {
  .page-social-icons {
    margin-left: 0;
    left: 15px;
  }

  .blog-detail-head {
    min-height: auto;
  }

  .blog-img {
    width: 100%;
  }

  .blog-detail-head {
    padding-top: 0;
  }
}

/*custom-style*/
#service-overview {
  padding: 50px 0;
  margin-top: 25px;
}

.inbound-marketing-methodology {
  width: 1100px;
  margin: 0 auto;
  background: #fff;
}

.service-overview-sec1-solutions {
  background: #fff;
  margin: 0 auto;
  padding: 40px 20px;
  display: inline-block;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
}

.marketing-methodology-second p {
  font-size: 14px;
  line-height: 20px;
}

#desktop-methodology {
  width: 94%;
  margin: 0 auto;
  margin-top: 30px;
}

#service-overview {
  float: left;
  width: 100%;
  /*background: #f1f1f1;*/;
}

#desktop-methodology .paddingcustom {
  padding: 0 10px;
}

.inner-sec-soluton {
  width: 90%;
  background: #f1f1f1;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.inner-sec-soluton h5 {
  margin-top: 0;
  margin-bottom: 15px;
}

h5.methodologyflow-head {
  margin-bottom: 34px;
  margin-top: 51px;
  color: #0aacbb;
  font-size: 15px;
}

.methodologyflow {
  position: absolute;
  left: -56px;
}

.methodologyflow.first-icon-img {
  left: -47px;
}

.methodologyflow1 {
  position: relative;
}

.marketing-methodology-second p {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding: 0;
  color: #fff;
  font-weight: 300;
}

/*inbound-solutions*/
#inbound-solutions {
  float: left;
  width: 100%;
  padding: 40px 0;
}

#owl-example-3 .test-class11 {
  background-color: transparent;
  margin: 5px;
  text-align: center;
  padding: 20px;
  float: left;
  width: 100%;
}

/*solution-innnerpage*/
#workflow-slider {
  float: left;
  width: 100%;
  position: relative;
  background-color: #f1f1f1;
  padding: 40px 0;
}

#workflow-slider hr {
  border-color: #0aacbb;
  border-width: 5px;
  height: 5px;
  width: 100px;
  margin-top: 6px!important;
}

#owl-example.workflow-items .test-class {
  background-color: #122958;
  margin: 5px;
  text-align: center;
  padding: 30px;
  min-height: 390px;
}

.workflow-items .test-class p {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-weight: 300;
  width: 90%;
  margin: 0 auto;
  line-height: 22px;
}

.workflow-items .test-class h2 {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  min-height: 30px;
  line-height: 22px;
}

.service-overview .service-overview-sec1 {
  margin-top: 0;
}

#service-differentiator {
  float: left;
  width: 100%;
  padding: 40px 0;
}

#owl-example.workflow-items .fa-angle-left:before {
  top: 45%;
}

#owl-example.workflow-items .fa-angle-right:before {
  top: 45%;
}


/*inbound-page-responsive*/

@media (max-width: 2010px) {
  #approach-area .approach-inner-wrapper {
    width: 1024px;
  }
}

@media (max-width: 1200px) {
  .inbound-marketing-methodology {
    width: 100%;
  }

  img.custom-right {
    right: -103px;
  }

  .marketing-methodology-second {
    min-height: 460px;
  }

  #approach-area .approach-inner-wrapper {
    width: 92%;
  }
}

@media(min-width:1170px) {
  #carousel1 {
    display: none !important;
  }
}

@media (max-width: 1170px) {
  .service-overview-sec1-solutions {
    display: block;
  }

  .service-overview-sec1-solutions {
    display: block;
    float: left;
    width: 100%;
  }

  .marketing-methodology-second {
    min-height: 230px;
  }

  .methodologyflow {
    width: 100%;
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    padding: 0 15px;
  }

  img.custom-right {
    right: 0;
    float: right;
  }

  #carousel2 {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
  }

  #carousel1 {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 40px;
  }

  .methodologyflow1 ul li {
    width: 100%;
  }

  #desktop-methodology {
    display: none !important;
  }

  .methodologyflow h5 {
    float: left;
    margin: 20px;
  }

  #approach-area .approach-inner-wrapper {
    width: 92%;
  }
}

@media (max-width: 992px) {
  #approach-area .approach-inner-wrapper .approach-heading h1 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #carousel1 {
    padding: 0;
  }

  .methodologyflow img {
    width: 76px;
    height: 86px;
  }

  h5.methodologyflow-head {
    margin-top: 30px;
  }

  .marketing-methodology-second {
    min-height: 280px;
  }

  #owl-example.workflow-items .test-class {
    min-height: 390px;
  }

  .service-differentiator {
    width: 100%;
  }

  .service-overview-sec1-solutions {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .service-overview-sec1-solutions h5 {
    padding: 0;
  }

  .service-overview {
    margin: 0 auto;
  }

  #service-overview {
    padding: 30px 0;
  }

  #inbound-solutions {
    padding: 30px 0;
  }

  .service-overview-sec1 {
    padding: 30px 0;
  }

  .inner-sec-soluton {
    padding: 20px 15px;
  }

  #owl-example.workflow-items .test-class {
    min-height: auto;
  }
}

@media (max-width: 550px) {
  .service-overview-sec1-solutions h5 {
    font-size: 20px;
    line-height: 25px;
  }

  .service-overview-sec1-solutions p {
    padding: 0 15px;
  }

  #approach-area .approach-inner-wrapper {
    width: 95%;
  }
}

@media (max-width: 480px) {
  .solutions-blocks1 {
    float: left;
    width: 100%;
  }

  .home-banner-btn-innerpage {
    width: 100%;
  }

  .policy-list li {
    padding: 2px 10px;
  }
}
/*pillar-page*/
.pillar-banner-area {
  background-image: url(pillar-banner.jpg);
  width: 100%;
  height: 440px;
}

.pillar-menu {
  float: left;
  width: 100%;
  background: #e9e9e9;
  text-align: center;
}

.pillar-menu li {
  display: inline-block;
  padding: 20px 15px;
}

.pillar-menu li:hover {
  background: #dcdcdc;
}

.pillar-menu li a {
  text-transform: uppercase;
  color: #1d2956;
  font-size: 16px;
}

.pillar-menu li a:hover,
.pillar-menu li a:focus {
  text-decoration: none;
}

#pillar-search-area {
  float: left;
  width: 100%;
  background: #0aacbb;
  padding: 40px 0;
}

#pillar-search-area .inner-wrapper {
  width: 860px;
  margin: 0 auto;
  position: relative;
}

.search-pillar-input {
  height: 50px;
  border: 0;
  outline: 0;
  font-size: 22px;
  font-weight: 300;
  padding: 5px 5px 5px 30px;
}

.search-pillar-input::-webkit-input-placeholder {
 /* Chrome/Opera/Safari */
  font-size: 22px;
  color: #666;
  font-weight: 300;
}

.search-pillar-input::-moz-placeholder {
 /* Firefox 19+ */
  font-size: 22px;
  color: #666;
  font-weight: 300;
}

.search-pillar-input:-ms-input-placeholder {
 /* IE 10+ */
  font-size: 22px;
  color: #666;
  font-weight: 300;
}

.search-pillar-input:-moz-placeholder {
 /* Firefox 18- */
  font-size: 22px;
  color: #666;
  font-weight: 300;
}

button.search-pillar-btn {
  height: 50px;
  border: 0;
  background: #1e2956;
}

.mobile-element {
  display: none;
}

/* Search Style */ 
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 999;
  display: block;
  padding-top: 20%;
}

#search .close {
  position: absolute;
  top: -40px;
  right: -40px;
  opacity: 1;
  font-size: 27px;
  color: #fff;
}

#search.open #pillar-search-area {
  padding: 60px 0;
}

/*approach-area*/
#approach-area {
  float: left;
  width: 100%;
  padding: 30px 0;
}

.approach-inner-wrapper {
  width: 1080px;
  margin: 0 auto;
}

.approach-heading h1 {
  font-size: 40px;
  color: #0aacbb;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.approach-content {
  float: left;
  width: 100%;
  margin-top: 44px;
}

.approach-content h3 {
  margin-top: 20px;
  margin-bottom: 24px;
  width: 100%;
  clear: both;
}

.approach-content ul li, .approach-skills-area ul li, ul.if-pointers li {
  font-size: 16px;
  color: #333;
  padding-top: 3px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-left: 0;
  list-style: none;
  line-height: 25px;
  padding-left: 25px;
  font-weight: 200;
}

.approach-content-block strong, .approach-content-block b {
  font-weight: bold;
}

.internet-first-h3 {
  margin-top: 10px;
  text-transform: capitalize;
  font-size: 22px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}

.approach-content ul, .approach-skills-area ul, ul.if-pointers {
  margin-top: 10px;
  margin-bottom: 20px;
  list-style-type: none;
}

.approach-content ul li:before, ul.if-pointers li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #0aacbb;
  position: absolute;
  top: 12px;
  left: 1%;
  border-radius: 100%;
}

h4.internet-first-h3 {
  font-size: 18px;
}

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

.approach-content h2 {
  font-size: 22px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  color: #333;
  line-height: normal;
}

.approach-content p {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
}

.approach-skills-area {
  float: left;
  width: 100%;
  margin: 0 0;
}

.approach-skills-heading {
  float: left;
  width: 100%;
  margin: 20px 0;
}

.approach-skills-area h2 {
  font-size: 26px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #0aacbb;
  border-bottom: 1px solid #0aacbb;
  text-transform: capitalize;
  color: #122958;
  margin-top: 0;
  margin-bottom: 0;
}

.approach-skills-area h2:after {
  content: '';
  display: block;
  width: 180px;
  height: 5px;
  background: #0aacbb;
  margin: 0 auto;
  position: relative;
  bottom: -33px;
}

.approach-skills-content {
  float: left;
  width: 100%;
}

.approach-skills-innerwrapper {
  width: 775px;
  margin: 0 auto;
  text-align: center;
}

.approach-skills-innerwrapper h3 {
  text-transform: capitalize;
  font-size: 22px;
  color: #333;
  font-family: 'Roboto', sans-serif;
}

.approach-skills-innerwrapper p {
  font-size: 16px;
  font-weight: 300;
}

.skills-showcase {
  float: left;
  width: 100%;
  margin: 50px 0;
}

.skills-showcase ul li {
  float: left;
  width: 33.3%;
}

.skills-showcase ul li:nth-child(2) .skill-icon-area {
  border: none;
  outline: 2px solid #48adbb;
}

.skill-icon-area h5 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20px;
  float: left;
  width: 100%;
}

.skill-icon-area {
  display: table;
  float: left;
  width: 100%;
  border: 2px solid #48adbb;
  padding: 15px;
  height: 230px;
}

.icon-img {
  display: table-cell;
  float: left;
  width: 100%;
  margin-top: 15px;
}

.icon-content {
  float: left;
  width: 100%;
  padding: 20px;
  height: 230px;
}

.icon-content p {
  font-size: 18px;
  color: #0aacbb;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 23px;
  margin-top: 10px;
}

.approach-skill-brief {
  float: left;
  width: 100%;
}

.left-side {
  width: 50%;
  float: left;
  border-right: 1px solid #0aacbb;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10%;
}

.right-side {
  width: 50%;
  float: left;
}

.approach-skill-brief h3 {
  font-size: 22px;
  color: #333;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
}

.approach-skill-brief p {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.right-side img {
  text-align: center;
  margin: 0 auto;
  margin-top: 15%;
}

.approach-showcase-list {
  float: left;
  width: 100%;
  clear: both;
}

.approach-showcase-list ul li {
  float: left;
  width: 100%;
  padding-top: 20px;
}

.approach-showcase-list ul li:last-child .approach-showcase-content {
  border-bottom: none;
}

.approach-showcase-icon {
  float: left;
  width: 30%;
  margin-top: 25px;
}

.approach-showcase-content {
  float: left;
  width: 70%;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.approach-showcase-content h3 {
  font-size: 22px;
  text-transform: capitalize;
}

.approach-showcase-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 30px;
}

.approach-showcase-content a {
  float: left;
  width: 100%;
  color: #0aacbb;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: underline !important;
  font-family: 'Roboto', sans-serif;
  line-height: normal;
}

.about-organizations-content {
  float: left;
  width: 100%;
}

.about-organizations-content p {
  font-size: 22px;
  color: #333;
  font-weight: 300;
  line-height: 28px;
}

.aproach-quote {
  float: left;
  width: 100%;
  padding: 5% 10%;
  position: relative;
}

.aproach-quote h3 {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  color: #0aacbb;
  text-transform: capitalize;
}

.aproach-quote p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  color: #0aacbb;
  font-family: 'Roboto', sans-serif;
  position: relative;
}

.aproach-quote:before {
  content: '';
  display: block;
  background: url(top-quote-icon.png)no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 45px;
  left: 50px;
}

.aproach-quote:after {
  content: '';
  display: block;
  background: url(bottom-quote-icon.png)no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 150px;
  bottom: 30px;
}

.approach-related-post-img img {
  border-bottom: 10px solid #0aacbb;
  text-align: center;
  margin: 0 auto;
}

.approach-related-post-img span {
  position: relative;
  float: left;
  width: 100%;
}

.approach-related-post-img span:before {
  content: '';
  display: block;
  background: #fbad1c;
  width: 25%;
  height: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.approach-related-post-img span:after {
  content: '';
  display: block;
  background: #332665;
  width: 150px;
  height: 10px;
  position: relative;
}

.approach-related-post-img span:after {
  content: '';
  display: block;
  background: #332665;
  width: 25%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 25%;
}

.approach-related-post-img {
  float: left;
  width: 100%;
}

.approach-related-post-content {
  float: left;
  width: 100%;
  margin-top: 35px;
  padding-bottom: 50px;
  border-bottom: 1px solid #0aacbb;
}

.approach-content-block {
  float: left;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 15px;
  border: none;
}

.approach-related-post-content h3 {
  text-transform: capitalize;
  font-size: 22px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}

.approach-related-post-content p {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
}

.download-approach-book {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 30px;
}

.download-approach-book img {
  text-align: center;
  margin: 0 auto;
}

.digital-transformation-conetnt {
  float: left;
  width: 100%;
  padding: 0 20px;
}

.digital-transformation-conetnt h3 {
  font-size: 22px;
  color: #333;
  font-family: 'Roboto', sans-serif;
}

.digital-transformation-conetnt p {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #333;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 40px;
}

.digital-transformation-conetnt p a {
  text-decoration: underline !important;
}

.digital-transformation-conetnt p span {
  color: #0aacbb;
}

.digital-transformation-conetnt p span u {
  text-decoration: underline;
}

.digital-benefits-content {
  float: left;
  width: 100%;
}

.digital-benefits-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.benefits-list {
  width: 100%;
  float: left;
  margin: 0 auto;
  padding: 0px 50px 50px 50px;
}

.benefits-list li {
  float: left;
  width: 100%;
  margin-top: 0px;
}

.benefits-content {
  float: left;
  width: 100%;
  padding-right: 12%;
}

.benefits-content h3 {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #333;
  text-transform: capitalize;
}

.benefits-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
}

.r-align-text {
  text-align: right;
  padding-right: 0;
  padding-left: 12%;
}

.framework-image {
  float: left;
  width: 100%;
  margin: 50px 0;
}

.framework-image img {
  margin: 0 auto;
}

.framework-content {
  float: left;
  width: 100%;
}

.framework-content h3 {
  margin-top: 20px;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #333;
  text-transform: capitalize;
}

.framework-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
}

.digital-transform-framework .download-approach-book {
  border-top: 1px solid #0aacbb;
  float: left;
  width: 100%;
  margin-top: 30px;
  padding: 30px 0;
}

.digital-strategy {
  float: left;
  width: 100%;
}

.strategy-content {
  float: left;
  width: 100%;
}

.strategy-content h3 {
  margin-top: 20px;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #333;
  text-transform: capitalize;
}

.strategy-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
}

.strategy-steps {
  float: left;
  width: 100%;
  background: #f1f1f1;
  padding: 30px 50px;
  margin-top: 45px;
}

.strategy-steps h3 {
  font-size: 20px;
  color: #0aacbb;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  margin-top: 0;
}

.strategy-steps p {
  font-weight: 400;
}

.strategy-steps li {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

.step-icon img {
  text-align: center;
  margin: 0 auto;
}

.step-content {
  padding: 0 40px;
}

.touchpoints-content {
  float: left;
  width: 100%;
}

.touchpoints-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
}

.digital-highlight-content {
  float: left;
  width: 100%;
  background: #f1f1f1;
  padding: 80px 50px;
  margin-bottom: 30px;
}

.digital-highlight-content p {
  font-weight: 300;
}

.digital-highlight-content p strong {
  font-size: 18px;
  color: #0aacbb;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.role-culture-change {
  float: left;
  width: 100%;
}

.role-culture-change h3 {
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  margin-top: 0;
  float: left;
  width: 100%;
  line-height: 30px;
}

.role-culture-change h5 {
  font-size: 22px;
  font-weight: 300;
  color: #333;
  line-height: 30px;
  float: left;
  width: 100%;
}

.role-culture-content p {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  line-height: 25px;
}

.culture-image {
  float: left;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.culture-image img {
  text-align: center;
  margin: 0 auto;
}

/*social-share*/
.social-share ul li {
  display: table;
  margin-top: 10px;
  margin-bottom: 10px;
}

.social-share ul li a:hover {
  background: #0aacbb;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.social-share ul li a {
  display: table-cell;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  text-align: center;
  background: #c4c8c8;
  color: #fff;
  border-radius: 100%;
}

.social-share {
  position: -webit-sticky;
  position: sticky;
  top: 70px;
  float: left;
}

.role-culture-content {
  float: left;
  width: 100%;
}

#PillarContent h2 {
  font-size: 26px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  padding: 28px 0;
  border-top: 1px solid #0aacbb;
  border-bottom: 1px solid #0aacbb;
  text-transform: inherit;
  color: #122958;
  margin-top: 0;
  margin-bottom: 0;
  clear: both;
}

#PillarContent h2:after {
  content: '';
  display: block;
  width: 180px;
  height: 5px;
  background: #0aacbb;
  margin: 0 auto;
  position: relative;
  bottom: -33px;
}

.approach-content h3 {
  position: relative;
  font-size: 25px;
  color: #1E2958;
  margin-bottom: 24px;
  font-family: 'Roboto', sans-serif;
}

#PillarContent h3:after, .approach-content h3:after {
  content: '';
  width: 50px;
  height: 3px;
  display: inline-block;
  margin-top: 5px;
  background: #0aacbb;
  position: absolute;
  left: 0;
  bottom: -10px;
}

#PillarContent h4 {
  font-size: 20px;
  color: #333333;
  font-family: 'Roboto', sans-serif;
}

#PillarContent img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

#PillarContent a {
  color: #0aacbb !important;
  text-decoration: underline;
}

#PillarContent blockquote {
  float: left;
  width: 100%;
  padding: 5% 10%;
  position: relative;
}

#PillarContent blockquote p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  color: #0aacbb;
  font-family: 'Roboto', sans-serif;
  position: relative;
}

#PillarContent blockquote h3 {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  color: #0aacbb;
  text-transform: capitalize;
}

#PillarContent blockquote:before {
  content: '';
  display: block;
  background: url(https://cdn.7edge.com/images/top-quote-icon.png)no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 45px;
  left: 50px;
}

#PillarContent blockquote:after {
  content: '';
  display: block;
  background: url(https://cdn.7edge.com/images/bottom-quote-icon.png)no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 150px;
  bottom: 30px;
}

.fr-view blockquote {
  border-left: none !important;
}

#PillarContent pre {
  float: left;
  width: 100%;
  background: #f1f1f1;
  padding: 50px 50px;
  margin-bottom: 30px;
  font-weight: 300;
  color: #333;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
}

#PillarContent .fr-dropdown-list li {
  clear: both;
}

#PillarContent pre p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
}

#PillarContent pre strong {
  font-size: 18px;
  color: #0aacbb;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.fr-view blockquote {
  border-left: none !important;
}

.approach-showcase-list ul li:before {
  list-style: none !important;
  display: none !important;
}

#PillarContent .digital-benefits-content .row {
  display: flex;
}

#PillarContent .digital-benefits-content .col-md-3 {
  text-align: center;
  flex: 1;
  display: flex;
}

#PillarContent .benefits-list {
  padding: 0px;
}

#PillarContent ul.benefits-list li {
  margin-bottom: 10px;
}

#PillarContent .custom-row {
  margin-left: -15px;
  margin-right: -15px;
}

#PillarContent .digital-benefits-content div.min-height-holder {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

#PillarContent .digital-benefits-content img {
  vertical-align: middle !important;
  margin: 0 auto;
  display: unset !important;
  display: inline-block;
}

#PillarContent .benefits-content {
  padding-right: 0;
}

#PillarContent .benefits-content p strong {
  font-weight: bold;
}

.approach-showcase-list ul li:before, .skills-showcase ul li:before, ul.benefits-list li:before {
  list-style: none !important;
  display: none !important;
}

#PillarContent ul.devops li:before {
  content: '' !important;
  display: block !important;
  width: 8px !important;
  height: 8px !important;
  background: #0aacbb !important;
  position: absolute !important;
  top: 12px !important;
  left: 1% !important;
  border-radius: 100% !important;
}

.benefits-content h3:after {
  display: none !important;
}

#PillarContent p, 
#PillarContent span, 
#PillarContent strong, 
#PillarContent span, 
#PillarContent h1, 
#PillarContent h2, 
#PillarContent h3, 
#PillarContent h4, 
#PillarContent h5, 
#PillarContent h6, 
#PillarContent a, 
#PillarContent b 
#PillarContent div, 
#PillarContent label, 
#PillarContent ul, 
#PillarContent li, 
#PillarContent link, 
#PillarContent ol, 
#PillarContent q, 
#PillarContent section, 
#PillarContent small, 
#PillarContent u, 
#PillarContent table, 
#PillarContent pre, 
#PillarContent mark, 
#PillarContent html {
  font-family: 'Roboto', sans-serif;
}

#PillarContent h2 {
  font-size: 26px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  padding: 28px 0;
  border-top: 1px solid #0aacbb;
  border-bottom: 1px solid #0aacbb;
  text-transform: inherit;
  color: #122958;
  margin-top: 0;
  margin-bottom: 0;
  clear: both;
}

#PillarContent h2:after {
  content: '';
  display: block;
  width: 180px;
  height: 5px;
  background: #0aacbb;
  margin: 0 auto;
  position: relative;
  bottom: -33px;
}

#PillarContent .approach-showcase-content ul li {
  padding-left: 0 !important;
}

#PillarContent h3 {
  position: relative;
  margin-bottom: 15px;
  margin-top: 24px;
  float: left;
  font-size: 25px;
  color: #1E2958;
}

#PillarContent h4 {
  font-size: 22px;
  color: #333333;
  font-family: 'Roboto', sans-serif;
}

#PillarContent h3:after, .approach-content h3:after {
  content: '';
  width: 50px;
  height: 3px;
  display: inline-block;
  margin-top: 5px;
  background: #0aacbb;
  position: absolute;
  left: 0;
  bottom: -10px;
}

#PillarContent p {
  font-size: 18px;
  font-weight: 300;
  color: #333;
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
}

#PillarContent ul li {
  font-size: 16px;
  color: #333;
  padding-top: 3px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-left: 0;
  list-style: none;
  line-height: 25px;
  padding-left: 25px;
  font-weight: 200;
}

#PillarContent ul {
  margin-top: 0;
  margin-bottom: 0px;
  list-style-type: none;
}

#PillarContent h4 {
  font-size: 18px;
  margin-top: 10px;
  text-transform: inherit;
  font-size: 22px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}

ul.fr-dropdown-list li:before {
  display: none !important;
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 15px !important;
}

.fr-dropdown-content h2:after {
  display: none !important;
}

.fr-dropdown-content h2 {
  border: none !important;
  text-align: left !important;
  color: #333 !important;
}

h1.h1-tag {
  font-size: 40px;
  color: #0aacbb;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

#PillarContent ul li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #0aacbb;
  position: absolute;
  top: 12px;
  left: 1%;
  border-radius: 100%;
}

#PillarContent img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

#PillarContent a {
  color: #0aacbb !important;
  text-decoration: underline;
}

#PillarContent blockquote {
  float: left;
  width: 100%;
  padding: 5% 10%;
  position: relative;
}

#PillarContent blockquote p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  color: #0aacbb;
  font-family: 'Roboto', sans-serif;
  position: relative;
}

#PillarContent blockquote h3 {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  color: #0aacbb;
  text-transform: capitalize;
}

#PillarContent .digital-benefits-content .row {
  display: flex;
}

#PillarContent .digital-benefits-content .col-md-3 {
  text-align: center;
  flex: 1;
}

#PillarContent .digital-benefits-content div.min-height-holder {
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

#PillarContent .digital-benefits-content img {
  vertical-align: middle !important;
  margin: 0 auto;
  display: unset !important;
  display: inline-block;
}

#PillarContent h4, #PillarContent h3, #PillarContent h5 {
  width: 100%;
  clear: both;
}

#PillarContent blockquote:before {
  content: '';
  display: block;
  background: url(https://cdn.7edge.com/images/top-quote-icon.png)no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 45px;
  left: 50px;
}

#PillarContent blockquote:after {
  content: '';
  display: block;
  background: url(https://cdn.7edge.com/images/bottom-quote-icon.png)no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 150px;
  bottom: 30px;
}

#PillarContent pre {
  float: left;
  width: 100%;
  background: #f1f1f1;
  padding: 50px 50px;
  margin-bottom: 30px;
  font-weight: 300;
  color: #333;
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
  line-height: 24px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror pre {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border-width: 0 !important;
  background: 0 0 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  margin: 0 !important;
  white-space: pre !important;
  word-wrap: normal !important;
  line-height: inherit !important;
  color: inherit !important;
  z-index: 2 !important;
  position: relative !important;
  overflow: visible !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-font-variant-ligatures: contextual !important;
  font-variant-ligatures: contextual !important;
  font-size: 12px !important;
}

.approach-showcase-list ul li:before, .skills-showcase ul li:before, ul.benefits-list li:before {
  list-style: none !important;
  display: none !important;
}

.benefits-content h3:after {
  display: none !important;
}

.CodeMirror pre {
  padding: 0 4px !important;
}

.skill-icon-area {
  text-align: center !important;
}

#PillarContent pre p {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  font-family: 'Roboto', sans-serif;
  line-height: 25px;
  margin-bottom: 20px;
}

#PillarContent pre strong {
  font-size: 18px;
  color: #0aacbb;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.fr-view blockquote {
  border-left: none !important;
}

#PillarContent ul.benefits-list  li ul li:before {
  content: '' !important;
  display: block;
  width: 8px;
  height: 8px;
  background: #0aacbb;
  position: absolute;
  top: 12px;
  left: 1%;
  border-radius: 100%;
}
/*pillar-template-responsive*/
@media (max-width: 1200px) {
  .approach-inner-wrapper {
    width: 850px;
  }

  .aproach-quote:before {
    top: 35px;
    left: 35px;
  }

  .aproach-quote:after {
    bottom: 20px;
  }
}

@media (max-width: 992px) {
  .approach-inner-wrapper {
    width: 640px;
  }

  #pillar-search-area .inner-wrapper {
    width: 100%;
  }

  .approach-skills-innerwrapper {
    width: 100%;
  }

  .aproach-quote {
    padding: 5%;
  }

  .aproach-quote:before {
    top: 25px;
    left: -15px;
  }

  .aproach-quote:after {
    bottom: 10px;
  }

  .left-side {
    width: 100%;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #0accbb;
    padding-bottom: 10%;
  }

  .left-side h3 br {
    display: none;
  }

  .left-side img {
    text-align: center;
    margin: 0 auto;
  }

  .right-side {
    width: 100%;
    padding: 10% 0;
  }

  .right-side img {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .approach-inner-wrapper {
    width: 100%;
  }

  .approach-heading h1 {
    font-size: 35px;
  }

  .approach-showcase-icon {
    padding-top: 45px;
  }
}


/*author-page*/
.author-bg {
  background-image: url(author-bg.jpg);
  width: 100%;
  height: 400px;
  margin-top: 20px;
}

.author-profile-photo {
  float: left;
  position: absolute;
  top: -20px;
}

.author-profile-photo {
  float: left;
  position: absolute;
  top: -20px;
  left: 0;
  max-width: 290px;
  width: 100%;
}

.about-author {
  right: 0;
  width: 890px;
  position: absolute;
  top: 80px;
  padding-right: 18%;
  padding-left: 30px;
}

.about-author h1 {
  font-size: 24px;
  color: #0aacbb;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.about-author p {
  color: #fff;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 20px;
}

ul.authore-social-share li {
  display: inline-block;
  margin-right: 10px;
}

ul.authore-social-share li a {
  display: table;
  color: #1b315f;
  font-size: 20px;
}

ul.authore-social-share li a .social-icon {
  display: table-cell;
  width: 35px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  background: #b8c1c8;
  border-radius: 100%;
}

#author-posts {
  float: left;
  width: 100%;
  padding: 60px 0;
}

.post-writer-info {
  float: left;
  width: 30%;
  text-transform: uppercase;
}

.post-writer-info:before {
  content: '';
  display: block;
  width: 60px;
  height: 5px;
  background: #0aacbb;
}

.post-writer-info h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  color: #1e2956;
}

.post-related-tag {
  float: left;
  width: 70%;
  margin-top: 2%;
}

#author-posts ul li {
  float: left;
  width: 100%;
  margin-bottom: 5%;
}

.post-writer-info
.post-writer-info h3 {
  margin-top: 0;
  text-transform: uppercase;
}

.post-img {
  float: left;
  width: 23%;
  margin-right: 4%;
}

span.post-info-date {
  font-size: 13px;
  font-weight: 300;
  color: #333;
  display: block;
}

.post-content {
  float: left;
  width: 73%;
  padding-right: 20%;
}

.post-content h2 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
}

.post-content h2 a {
  color: #1e2956;
  line-height: 35px;
}

.post-content h2 a:hover {
  color: #0aacbb;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.post-content p {
  font-size: 16px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 20px;
}

.post-related-tag span {
  background: #48adbb;
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 0px;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: .3px;
}

.internet-first-article-wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 80px;
}

.social-share ul li a, .social-share ul li a:hover {
  background: transparent;
}

.social-share ul li a i {
  color: #27abbb;
  font-size: 22px;
}

.social-share ul li a i.fa-envelope {
  font-size: 20px;
}

.social-share ul li a i.fa-google-plus {
  font-size: 20px;
}
/*author-responsive*/
@media (max-width: 1200px) {
  .about-author {
    width: 68%;
    padding-right: 2%;
  }

  #author-posts ul li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .post-img {
    width: 30%;
  }

  .post-content {
    width: 66%;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .author-bg {
    margin-top: 0;
  }

  #PillarContent blockquote:before {
    top: 15px;
    left: 15px;
  }

  #PillarContent blockquote:after {
    right: 15px;
    bottom: 30px;
  }

  .author-profile-photo {
    max-width: 230px;
    top: 90px;
  }

  .icon-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .approach-heading h1 {
    font-size: 30px;
  }

  .approach-content {
    margin-top: 10px;
  }

  #approach-area {
    padding: 30px 15px;
  }

  .approach-skills-area {
    margin: 0px;
  }

  .approach-skills-heading {
    margin: 25px 0;
  }

  .approach-skills-area h2 {
    font-size: 22px;
    padding: 20px 0;
  }

  .approach-skills-area h2:after {
    bottom: -23px;
  }

  .right-side {
    padding: 3% 0;
  }

  .aproach-quote p {
    font-size: 18px;
    line-height: normal;
  }

  .approach-related-post-content {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .download-approach-book {
    padding-top: 20px;
  }

  .social-share {
    margin-left: -20px;
  }

  #search .close {
    right: 0;
  }

  .skills-showcase {
    margin: 30px 0;
  }

  .benefits-list {
    padding: 0;
  }

  .benefits-icon-img {
    margin-bottom: 20px;
  }

  .r-align-text {
    text-align: left;
    padding-right: 0;
    padding-left: 0;
  }

  .benefits-content {
    padding-right: 0;
  }

  .digital-transform-framework .download-approach-book {
    margin-top: 0;
  }

  .role-culture-change h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .culture-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .strategy-steps {
    margin-top: 15px;
  }

  .step-content {
    padding: 0 15px;
  }

  .strategy-steps {
    padding: 20px;
  }

  .digital-highlight-content {
    padding: 20px;
  }

  .touchpoints-content p {
    margin-bottom: 0;
  }

  .digital-highlight-content {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  #PillarContent img.fr-dib {
    height: auto !important;
    width: 100% !important;
  }

  #PillarContent blockquote:before {
    top: 15px;
    left: 15px;
  }

  #PillarContent ul.benefits-list li {
    padding-left: 0;
  }

  #PillarContent ul.devops li {
    padding-left: 25px !important;
  }

  .internet-first-padding-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .banner-image.author-bg {
    height: 400px;
    padding: 0;
  }

  .author-profile-photo {
    max-width: 30%;
    top: 30px;
  }

  .about-author {
    top: 30px;
  }

  .post-content {
    width: 56%;
    padding-right: 0;
  }

  .about-author {
    padding-right: 5%;
    padding-left: 5%;
  }

  .post-img {
    width: 40%;
  }

  .post-content h2 {
    font-size: 22px;
  }

  .post-content h2 a {
    line-height: 30px;
  }

  .about-author p {
    font-size: 15px;
    line-height: 22px;
  }

  .post-writer-info {
    float: left;
    width: 100%;
    text-transform: uppercase;
  }

  .post-related-tag {
    float: left;
    width: 100%;
    margin-top: 2%;
  }

  .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .post-img a img {
    width: 100%;
  }

  .post-content {
    width: 100%;
    padding-right: 0;
  }

  .post-related-tag span {
    font-size: 12px;
  }

  #author-posts ul li {
    padding-bottom: 5%;
  }

  .social-share {
    position: fixed;
    bottom: 0;
    float: left;
    width: 100%;
    z-index: 2;
    top: auto;
    background: #dcdcdc;
    left: 20px;
  }

  .social-share ul li {
    float: left;
    width: 20%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .social-share ul li a {
    width: 25%;
    height: auto;
    border-radius: 0;
    padding: 10px 0;
    font-size: 25px;
  }

  .pillar-menu li {
    padding: 10px 5px;
  }

  .pillar-menu li a {
    font-size: 13px;
  }

  .approach-showcase-icon {
    width: 20%;
    margin-top: 0px;
  }

  .approach-showcase-content {
    width: 75%;
    margin-left: 5%;
  }

  .approach-showcase-content h3 {
    margin-top: 0;
  }

  .skills-showcase ul li {
    float: left;
    width: 100%;
  }

  .skill-icon-area {
    width: 40%;
    height: 170px;
  }

  .icon-content {
    width: 60%;
    height: 170px;
  }

  .icon-content p {
    text-align: left;
    font-weight: 300;
    font-size: 16px;
  }

  .skills-showcase ul li {
    margin-bottom: 20px;
  }

  .skills-showcase ul li:last-child {
    margin-bottom: 0;
  }

  .step-icon img {
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 550px) {
  #author-posts ul li {
    padding-bottom: 8%;
  }

  #author-posts ul li:last-child {
    padding-bottom: 0;
  }

  #PillarContent .digital-benefits-content .col-md-3 {
    display: none;
  }

  #PillarContent pre {
    padding: 15px 15px;
  }
}

@media (max-width: 480px) {
  .approach-showcase-icon {
    padding-top: 5px;
  }

  .approach-showcase-content {
    padding-bottom: 0;
  }

  #PillarContent h3 {
    margin-top: 5px;
  }

  #PillarContent .digital-benefits-content .col-md-3 {
    display: none;
  }

  #PillarContent .digital-benefits-content ul li {
    padding-left: 0px;
  }

  .author-profile-photo {
    max-width: 200px;
    position: static;
  }

  .about-author {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    float: left;
    position: static;
  }

  .banner-image.author-bg {
    height: 550px;
    padding: 20px 0;
  }

  .approach-heading h1 {
    font-size: 26px;
  }

  .approach-content h2 {
    font-size: 18px;
  }

  .skill-icon-area {
    width: 120px;
    height: auto;
    border: none;
    padding: 0;
    float: left;
  }

  .icon-content {
    width: 210px;
    height: auto;
    padding-top: 0;
    float: left;
  }

  .skills-showcase ul li:nth-child(2) .skill-icon-area {
    outline: none;
  }

  .approach-showcase-icon {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  .approach-showcase-icon img {
    margin: 0 auto;
  }

  .approach-showcase-content {
    width: 100%;
    margin-left: 0;
  }

  .aproach-quote {
    padding: 8%;
  }

  .approach-showcase-content h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .approach-related-post-content h3 {
    font-size: 20px;
    line-height: normal;
  }

  .aproach-quote:after {
    right: 0;
  }

  .benefits-icon-img img {
    width: 150px;
  }

  .digital-transformation-conetnt {
    padding: 0;
  }

  .role-culture-change h5 {
    font-size: 18px;
    line-height: 25px;
  }

  .approach-skills-heading {
    margin: 15px 0;
  }

  .culture-image {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #approach-area {
    padding: 15px 15px;
  }

  .download-approach-book {
    padding-top: 0;
  }
}

@media (max-width: 400px) {
  .banner-image.author-bg {
    height: 600px;
  }

  .skill-icon-area {
    width: 100%;
  }

  .icon-content {
    width: 100%;
  }

  .mobile-element {
    display: block;
  }

  .desktop-element {
    display: none;
  }

  .skills-showcase {
    margin: 20px 0;
  }
}

.article-wrapper {
  max-width: 1160px;
  margin: 0 auto;
  float: none;
}

.article-body {
  max-width: 920px;
  padding-left: 25px;
}

ul.author-tags {
  list-style: none;
  margin-top: 30px;
}

ul.author-tags li {
  display: inline-block;
  padding: 2px 20px;
  border-left: 1px solid #0aacbb;
}

ul.author-tags li:first-child {
  border-left: 0;
  padding-left: 0;
}

.topic {
  background-color: #0aacbb;
  margin-right: 15px;
  font-size: 14px;
  color: #fff !important;
  padding: 8px 20px;
  margin-bottom: 0px;
}

.blog-img {
  width: 100%;
  border-radius: 0px;
}

.article-topic {
  width: 100%;
  display: block;
  float: left;
  margin-top: 20px;
}

.verticle-text {
  width: 100%;
  float: left;
  padding-top: 60px;
}

.article-wrapper .article-title {
  color: #122958;
  text-align: left;
  min-height: 85px;
  font-size: 36px;
  line-height: 40px;
}

.wt-blog .body-container-wrapper *, .wt-blog .footer-container-wrapper * {
  -webkit-font-smoothing: antialiased;
}

.topic-linking {
  margin-top: 30px;
  font-size: 14px;
}

.topic-linking a {
  color: #FFF !important;
}

.hvr-underline-from-center:before {
  background: #122958 !important;
}

.published-info {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.188em;
  letter-spacing: .063em;
  font-style: italic;
}

.scrollWrapper {
  width: 100%;
  background: rgba(0,0,0,0.75);
  position: fixed;
  z-index: 1000;
  top: 0;
}

.scrollWrapper h3 {
  color: white;
  font-size: 20px;
  margin: 0;
  padding: 1.5%;
  padding-left: 5%;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

h3.share-text {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

h3.share-text:after {
  display: none;
}

.scroll-bar {
  height: 10px;
  z-index: 1000;
  position: fixed;
  background-color: #009ACF;
  width: 50px;
  top: 50px;
}

.bottom-social-share ul li:before {
  display: none;
}

.bottom-social-share ul li a {
  padding: 6px;
  border-radius: 100px;
  width: 38px;
  height: 38px;
  background: #747b7b;
  display: inline-block;
  vertical-align: middle;
}

.bottom-social-share ul li a:hover {
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  background: #00ACB9;
}

.bottom-social-share ul li a i {
  color: #FFF !important;
}

.bottom-social-share {
  text-align: center;
}

.bottom-social-share ul li {
  list-style: none;
  display: inline-block;
}

h3.related-articles {
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
  border-top: 3px solid #0aacbb;
  font-size: 28px;
  color: #1E2958;
}

h3.blog-list-title {
  padding: 10px;
  font-size: 22px;
  font-weight: 300;
  color: #333;
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
  letter-spacing: .025em;
  margin: 0;
  line-height: 35px;
}

.blog-list-item {
  background-color: #F2F5F9;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  transition: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-bottom: 25px;
  height: 100%;
  width: 100%;
}

h5.subscribe {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif!important;
  color: #fff;
  text-align: center;
  margin-top: 80px;
}

.subscribe-form .form-group {
  text-align: center;
}

.subscribe-form .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFF;
  font-size: 18px;
  color: #FFF;
  width: 100%;
  border-radius: 0;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
}

.subscribe-form .subscribe-btn {
  width: 100%;
  float: left;
  clear: both;
  outline: none;
  border: none;
  background: #fdb913;
  text-transform: uppercase;
  padding: 15px;
  color: #000000;
}

.subscribe-label {
  text-align: center;
  color: #FFF;
}

.subscribe-form {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 35px;
}

.blog-date-details1 {
  padding: 10px;
}

.author-name, .author-name:hover {
  color: #27abbb;
  text-decoration: underline !important;
}

h3.related-articles:after {
  display: none;
}

.KW_progressContainer {
  left: 0;
  width: 100%;
  height: 3.5px;
  margin-bottom: 0px;
  position: fixed;
  bottom: 0px;
  overflow: hidden;
  /*background-color: white;*/
  content: "";
  display: table;
  table-layout: fixed;
  top: 68px;
  z-index: 99;
}

article {
  width: 100%;
  float: left;
}

.KW_progressBar {
  width: 0%;
  float: left;
  height: 100%;
  z-index: 99;
  max-width: 100%;
  background-color: #27abbb;
  -webkit-transition: width .1s ease;
  -o-transition: width .1s ease;
  transition: width .1s ease;
}

.internet-first-landing-page {
  width: 100%;
  float: left;
  padding-bottom: 0px;
  margin-top: 100px;
}

.blog-latest-desc {
  background-color: #f2f5f9 !important;
  padding: 15px 15px 20px 15px;
  display: inline-block;
  width: 100%;
}

.blog-latest-desc p {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  font-family: 'Roboto', sans-serif;
  line-height: 21px;
}

.img-full-width {
  width: 100%;
  border-radius: 0px;
}

.blog-latest-desc h1 {
  color: #122958;
}

.most-popular-blog-item {
  background: #EFEEED;
  width: 100%;
  background-color: #f2f5f8;
  border-radius: 0px;
  margin-top: 12px;
  padding-bottom: 10px;
}

.most-popular-blog-item a {
  padding: 10px;
  font-size: 1em;
  display: block;
}

.most-popular-blog-item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.most-popular-blog-item ul.author-tags {
  margin-top: 0px;
}

.most-popular-blog-item ul.author-tags li {
  display: inline-block;
  padding: 0px 10px;
}

.most-popular-blog-item ul.author-tags li .author-name, .most-popular-blog-item ul.author-tags li {
  font-size: 12px;
}

.most-popular-blog-item ul.author-tags li a {
  color: #27abbb;
  font-weight: lighter;
  text-decoration: none !important;
}

.blog-latest-desc h1:hover {
  color: #0aacbb;
  font-weight: 300;
  transition: all 0.5s ease;
}

.most-popular-blog-item ul.author-tags li .author-name {
  padding-left: 0;
  padding-right: 0;
}

.most-popular-blog h5 {
  font-size: 16px;
  padding: 8px 15px 8px 15px;
  background: #122958;
}

.blog-latest-desc ul.author-tags {
  margin-top: 15px;
}

.blog-latest-desc ul.author-tags li a.author-name {
  text-decoration: none !important;
  color: #27abbb;
  padding: 5px;
  padding-left: 0px;
  padding-right: 0px;
}

.blog-latest-desc span.published-date {
  font-size: 14px;
  text-transform: uppercase;
}

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

.internet-first-container {
  width: 100%;
  float: none;
  margin: 0 auto;
}

.related-post {
}

.related-post .author-tags {
  margin-top: 5px;
}

.related-post ul.author-tags li a {
  font-size: 14px;
}

.related-post ul.author-tags li span.published-date {
  font-size: 12px;
  text-transform: uppercase;
}

.related-post ul.author-tags li a {
  color: #27abbb;
  text-decoration: none !important;
  font-weight: 400;
}

.related-post ul.author-tags li a:hover {
  text-decoration: underline !important;
}

.related-post ul.author-tags li {
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.related-post ul.author-tags {
  padding-left: 10px;
}

.custom-flex {
  display: flex;
}

.custom-flex-item {
 /* flex: 1;*/;
}

.subscribe-section {
  background: #00ACB9;
}

.main-blog-sec {
  height: 100%;
  width: 100%;
  background: #f2f5f9;
}

.main-blog-sec:hover {
  box-shadow: none;
}

.author-photo {
  width: 75px;
  float: left;
}

.author {
  float: left;
  width: 160px;
  padding-top: 24px;
  padding-left: 10px;
}

.author-img {
  width: 100%;
  display: block;
  border-radius: 100%;
}

.twitter-handle {
  margin-top: 10px;
}

.written-by {
  display: block;
  margin-bottom: 5px;
}

.newsletter-error,.newsletter-error1 {
  display: none;
  color: #b53209;
  color: #882709;
  font-size: 16px;
}

h3.subscribe-status {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif!important;
  color: #fff;
  text-align: center;
  margin-top: 120px;
}

.bottom-subsribe-section {
  width: 100%;
  float: left;
  clear: both;
  background: #00ACB7;
  padding: 30px;
}

.bottom-subsribe-section h5.subscribe {
  margin-top: 0;
}

.bottom-subsribe-section .subscribe-btn-cta {
  clear: both;
  outline: none;
  border: none;
  background: #fdb913;
  text-transform: uppercase;
  padding: 12px;
  padding-left: 25px;
  color: #000000;
  padding-right: 25px;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 0;
}

.ul-li {
  position: relative;
  left: 0;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subscribe__heading {
  padding: 0 30px 0 15px;
  border: 0;
  border-right: 2px solid #fff;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 65px;
  margin-left: 0!important;
}

.subscribe__heading h4 {
  line-height: 30px;
  text-align: left;
  font-size: 1.5em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #FFF;
}

.bottom-subsribe-section .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 12px;
  border-bottom: 1px solid #FFF;
  font-size: 18px;
  color: #FFF;
  width: 100%;
  border-radius: 0;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
}

.padding-top-5 {
  padding-top: 5px;
  padding-left: 50px;
}

.email-address {
  text-align: center;
  color: #FFF;
  font-weight: lighter;
}

#ButtomSubscribeNow {
  display: flex;
}

.margin-top-30 {
  margin-top: 30px;
}

#ButtomSubscribeNow h3.subscribe-status {
  margin-top: 0px;
  text-align: left;
}

.most-popular-blog, .most-popular-blog1 {
  box-shadow: none !important;
}

.font-14 {
  font-size: 12px;
}

.topic-linking a {
  float: none !important;
}

.margin-top-20 {
  margin-top: 20px;
}

.c-padding-9px {
  padding-left: 8px;
  padding-right: 8px;
}

.what-is-internet-first {
  background: #102B55;
}

a.quick-link-to-if {
  max-width: 260px;
  width: auto;
  font-size: 22px;
  text-align: center;
  font-weight: lighter;
}

.what-is-if {
  margin-bottom: 60px;
  font-size: 30px;
}

@media (max-width:1200px) {
  .internet-first-landing-page .container {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .verticle-text {
    padding-top: 10px;
  }
}

@media (max-width: 990px) {
  .verticle-text {
    padding-top: 10px;
  }

  #approach-area {
    padding: 0 0;
  }

  .article-topic {
    margin-top: 5px;
  }
}

@media (max-width:720px) {
  .custom-flex {
    display: block;
  }

  .most-popular-blog {
    margin-bottom: 0;
  }

  .internet-first-container {
    width: 95%;
  }

  h5.subscribe {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .c-padding-lr-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .subscribe__heading {
    border: none;
  }

  .subscribe__heading h4 {
    text-align: center;
    color: #FFF;
    display: block;
    width: 100%;
  }

  #ButtomSubscribeNow {
    display: block;
  }

  .email-address {
    display: block;
  }

  .bottom-subsribe-section .form-control {
    max-width: 260px;
    margin: 0 auto;
  }

  .bottom-subsribe-section .subscribe-btn-cta {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }

  .padding-top-5 {
    padding-left: 0;
  }

  .KW_progressBar {
    display: none !important;
  }

  .KW_progressContainer {
    display: none !important;
  }

  #approach-area {
    padding: 0px 0px;
  }

  .internet-first-article-wrapper {
    margin-top: 50px;
  }

  ul.author-tags {
    margin-top: 10px;
  }

  .article-body {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .padding-lr-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-sec {
    margin-top: 15px;
  }

  .most-popular-blog {
    margin-top: 15px;
  }

  .internet-first-article-wrapper {
    margin-top: 50px;
  }

  .internet-first-padding-0 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .padding-8 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .internet-first-landing-page {
    margin-top: 70px;
  }

  .verticle-text {
    padding-top: 10px !important;
  }
}

@media (max-width: 520px) {
  .bottom-subsribe-section {
    padding-top: 10px;
  }

  .internet-first-article-wrapper {
    margin-top: 50px;
  }

  .article-wrapper .article-title {
    min-height: auto;
    font-size: 24px;
    line-height: 30px;
  }

  #PillarContent h2 {
    padding: 12px 0;
    font-size: 20px;
  }

  #PillarContent h2:after {
    bottom: -18px;
  }

  #PillarContent h3 {
    font-size: 18px;
  }

  .published-info {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  h3.related-articles {
    margin-top: 20px;
    padding-top: 25px;
  }

  h3.share-text {
    margin-top: 30px;
  }

  .approach-content h3 {
    font-size: 22px;
  }

  h3.blog-list-title {
    font-size: 20px;
    line-height: 28px;
  }

  .topic {
    background-color: #0aacbb;
    margin-right: 0;
    font-size: 10px;
    color: #fff !important;
    padding: 5px 5px;
    margin-bottom: 0px;
    display: inline;
    float: left;
    margin-top: 12px;
  }

  ul.author-tags {
    margin-top: -12px;
    display: inline;
    padding-left: 0px;
    width: 250px;
  }

  .author-photo {
    width: 60px;
  }

  .author {
    padding-top: 15px;
    width: 165px;
  }

  .written-by {
    font-size: 13px;
  }

  .hide-short-description {
    display: none;
  }

  .padding-8 {
    float: left;
    width: 100%;
  }

  .blog-latest-desc ul.author-tags {
    margin-top: 0;
  }

  .margin-top-c-20 {
    margin-top: 25px;
  }
}

@media (max-width: 420px ) {
  .blog-sec {
    margin-top: 10px;
  }

  .margin-top-30 {
    margin-top: 10px;
  }

  .internet-first-landing-page {
    padding-bottom: 0px;
  }

  .subscribe__heading h4 {
    font-size: 18px;
  }

  .subscribe__heading {
    min-height: auto;
  }

  ul.author-tags li {
    padding: 2px 10px;
  }

  .most-popular-blog-item ul.author-tags li .author-name, .most-popular-blog-item ul.author-tags li {
    font-size: 14px;
  }

  .newsletter-error, .newsletter-error1 {
    text-align: center;
  }

  #PillarContent p {
    font-size: 16px;
    line-height: 24px;
  }

  #PillarContent h3 {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .article-wrapper .article-title {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 380px) {
  .topic {
    background-color: #0aacbb;
    margin-right: 0;
    font-size: 10px;
    color: #fff !important;
    padding: 5px 5px;
    margin-bottom: 0px;
    display: inline;
    float: left;
    margin-top: 8px;
  }

  ul.author-tags {
    margin-top: -12px;
    display: inline;
    padding-left: 0px;
  }

  .author-photo {
    width: 50px;
  }

  .author {
    padding-top: 15px;
    width: 150px;
  }

  .written-by {
    font-size: 13px;
  }
}


/*new-style*/
.page-describtion.home-banner-text h1 {
  text-align: center;
}

.page-describtion.home-banner-text {
  top: 120px;
  left: 0;
  width: 33%;
  max-width: 100%;
  position: relative;
  background: transparent;
  padding: 0px;
}

@media (max-width: 1024px) {
  .page-describtion {
    width: 32%;
  }
}

@media (max-width: 992px) {
  .page-describtion {
    width: 42%;
  }
}




/*hubspot-styling-start*/
#hsForm_8530321b-979a-43ea-90f9-5f06a1c38f51{
  display: none;
}

/*.hbspt-form {
  text-align: center;
}*/

.actions input:hover {
  color: #ffffff !important;
}

.actions input {
  font-family: 'Roboto', sans-serif;
  background: #fdb913;
  text-transform: uppercase;
  color: #000000;
  padding: 15px 0px;
  display: block;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  border: 0;
  margin: 10px auto;
  width: 337px;
}

.actions input:focus {
  outline: 0;
}

.hs-form-field {
  color: #0aacbb;
}

#email-89e73563-d0e8-4129-9ca9-3e78aa01dadc:focus {
  outline: 0;
}

.hs-error-msgs label {
  color: red;
}

#email-89e73563-d0e8-4129-9ca9-3e78aa01dadc {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #999999;
  font-size: 18px;
  color: #5f5f5f;
  width: 290px;
}

#email-8530321b-979a-43ea-90f9-5f06a1c38f51 {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
  color: #5f5f5f;
  width: 327px;
  background-color: #0aacbb;
  outline: none !important;
}

.home-differentiator-right .hs-form-field {
  color: #FFF;
}

.home-differentiator-right .hs-form-field label {
  margin-top: 10px;
}

#email-8530321b-979a-43ea-90f9-5f06a1c38f51 {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  font-size: 18px;
  color: #5f5f5f;
  width: 327px;
  background-color: #0aacbb;
}

/*for testing, okay !!*/
#carousel1 {
  float: left;
  width: 100%;
  position: relative;
}

#owl-example .test-class {
  background-color: #122958;
  text-align: center;
  padding: 20px;
}

#carousel2 {
  float: left;
  width: 100%;
  position: relative;
}

#owl-example-2 .test-class1 {
  background-color: transparent;
  text-align: center;
  padding: 0 15px;
  float: left;
  width: 100%;
}

#carousel3 {
  float: left;
  width: 100%;
  position: relative;
}

#owl-example-3 .test-class2 {
  background-color: transparent;
  text-align: center;
  padding: 15px 0;
}

.test-class {
  background-color: #122958;
  margin: 0px 5px;
  height: 300px;
}

.custom-btn {
  font-family: 'Roboto', sans-serif;
  background: #fdb913;
  text-transform: uppercase;
  color: #000000;
  padding: 15px 0px;
  display: block;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  border: 0;
  margin: 10px auto;
  width: 337px;
}
/*for testing, okay !!*/

.owl-nav {
  z-index: 9999;
}

.owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
}

.owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
}

.icon-image-area img {
  width: auto;
  height: auto;
}

.home-banner-btn-innerpage {
  background: #fdb913;
  border: none !important;
  color: #000;
}

.home-banner-btn-innerpage:hover {
  color: #FFF;
}

#carousel1 {
  display: block !important;
}

@media(max-width:600px) {
  #email-89e73563-d0e8-4129-9ca9-3e78aa01dadc {
    width: 80%;
  }
}
/*hubspot-styling-end*/

/*lead-capture*/
#HubSpotContactForm input.hs-button.primary.large {
  background: inherit;
  color: #000;
  box-shadow: none;
  border: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  background: #fdb913;
  font-size: 14px;
}
#HubSpotContactForm .actions {
  position: relative;
  /*margin-top: 20px;*/
  display: inline-block;
  /*background: #ee2530;*/
}
#HubSpotContactForm .actions:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 35px;
  background: inherit;
  top: 0px;
  transform-origin: bottom right;
  transform: skewX(-22deg);
  position: absolute;
  z-index: -1;
  margin-left: -49px;
  display: none;
}
#HubSpotContactForm label {
  color: #0aacbb;
  font-size: 14px !important;
  margin-bottom: 13px;
}
#HubSpotContactForm input.hs-button.primary.large {
  padding: 15px 20px;
}
#HubSpotContactForm .hs_submit {
  text-align: center;
}
#HubSpotContactForm ul {
  padding: 0;
  margin: 0;
}
#HubSpotContactForm ul.hs-error-msgs.inputs-list li {
  list-style-type: none;
}
#HubSpotContactForm ul.hs-error-msgs.inputs-list li label {
  font-size: 12px !important;
  color: #ee2530;
}
#HubSpotContactForm legend.hs-field-desc {
  font-size: 12px;
  margin-top: 20px;
}
#HubSpotContactForm .input input {
  width: 100%;
  height: 17px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0a0a0;
  background: transparent;
  line-height: 2.4em; 
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  outline: none !important;
  transition: all 0.4s ease-in-out 0s;
  color: #ffffff;
  font-weight: 200;
}
#HubSpotContactForm select#hs_persona-3531b5eb-25a1-45ce-a582-3a4422232e66 {
  padding: 8px;
  margin-bottom: 5px;
  border-top:none;
  border-left:none;
  border-right: none;
  color: #ffffff;
}
#HubSpotContactForm input#email-3531b5eb-25a1-45ce-a582-3a4422232e66 {
  width: 100%;
}
#HubSpotContactForm select#hs_persona-3531b5eb-25a1-45ce-a582-3a4422232e66 {
  width: 100%;
}
#HubSpotContactForm textarea#message-3531b5eb-25a1-45ce-a582-3a4422232e66 {
  width: 100%;
  margin-bottom: 20px;
  border-top: none;
  border-right: none;
  border-left: none;
}
#HubSpotContactForm textarea#message-3531b5eb-25a1-45ce-a582-3a4422232e66:focus {
  width: 100%;
  margin-bottom: 20px;
}
#HubSpotContactForm legend.hs-field-desc {
  margin-bottom: 20px;
}
#HubSpotContactForm select#hs_persona-3531b5eb-25a1-45ce-a582-3a4422232e66 {
  padding: 8px;
  margin-bottom: 20px;
  background: transparent;
  font-size: 15px !important;
}
#HubSpotContactForm select#hs_persona-3531b5eb-25a1-45ce-a582-3a4422232e66:focus {
  border-color: #0aacbb;
  outline: 0 !important;
}
#HubSpotContactForm textarea#message-3531b5eb-25a1-45ce-a582-3a4422232e66:focus {
  outline: 0;
}
#HubSpotContactForm .hs_firstname.field.hs-form-field.smart-field {
  width: 100%;
}
#HubSpotContactForm .hs_lastname.field.hs-form-field.smart-field {
  width: 100%;
}
#HubSpotContactForm .hs_company.field.hs-form-field.smart-field {
  width: 100%;
}
#HubSpotContactForm .hs_website.field.hs-form-field.smart-field {
  width: 100%;
}
#HubSpotContactForm .hs-form-3531b5eb-25a1-45ce-a582-3a4422232e66_ee4c0324-99a2-4936-b018-bc31e8c2a1d6 fieldset {
  float: left !important;
  width: 100% !important;
}
.hs-form-3531b5eb-25a1-45ce-a582-3a4422232e66_2db40dd0-79aa-4914-991e-a070203173f4 fieldset.form-columns-1 .input{
  font-size: 14px !important;
}
.cta-left-cont p {
  font-size:14px;
  font-family: 'Roboto', sans-serif;
  padding: 0px 163px 20px 0px;
}
.hs_recaptcha.field.hs-form-field {
  margin-top: 15px;
}
select#job_seniority-3531b5eb-25a1-45ce-a582-3a4422232e66,
select#function-3531b5eb-25a1-45ce-a582-3a4422232e66 {
  background: transparent;
  height: 34px;
  width: 100%;
}
@media(max-width: 1220px) {
  form {
    margin:0 auto !important;
  }
}
@media (max-width: 560px) {
  .hs_recaptcha.field.hs-form-field {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    float: left;
    width: 100%;
  }
}
.logodiv {
  width:100%;
}
#request-a-consultation {
  background-color: #f1f1f1;
}
.request-a-consultation-inner {
  background-color: #ffffff;
  padding: 40px;
  margin: 30px;
  box-shadow: 6px 6px 8px 0px rgba(1,1,1,0.03);
}
.request-a-consultation-right {
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #122958;
  width: 100%;
}
.img-caption {
  font-size: 14px;
}
ul.img-list li {
  margin-top:10px;
}
.title-p {
  font-size: 17px;
  margin-bottom: 30px;
  color:#1d2955;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.capable-text {
  font-size: 17px;
  color:#1d2955;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 28px;
}
.cta-head {
  color: #333333;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 40px;
  line-height: 30px;
}
.right-cta p {
  font-size: 20px;
  text-align: center;
  color: #253f66;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.right-cta a{
  color: #253f66;
  font-family: 'Roboto', sans-serif;
}
#request-a-consultation ul{
  margin-bottom: 15px;
}
#request-a-consultation ul li {
  font-size: 16px;
  color: #333;
  padding-top: 3px;
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-left: 0;
  list-style: none;
  line-height: 25px;
}
#request-a-consultation ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #0aacbb;
    position: absolute;
    top: 15px;
    left: 1%;
    border-radius: 100%;
    display: none;
}
.p-heading{
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 23px;
}
.ct-image-holder{
  width: 100%;
  float: left;
}
.cta-text{
  font-size: 15px;
  margin-bottom: 25px;
  line-height: 23px;
}
@media (max-width: 960px){
  .ct-image-holder{
    margin-bottom: 15px;
  }
}
@media (max-width: 650px) {
  .request-a-consultation-inner {
    background-color: #ffffff;
    padding: 10px;
    margin: 5px;
    box-shadow: 6px 6px 8px 0px rgba(1,1,1,0.03);
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
  }
  .contact-us-right-cont-inner {
    padding: 15px;
    background-color: #f1f1f1;
  }
}

/*privacy-styling*/
.privacy_content strong {
  font-weight: bold;
}
.privacy_content ul {
  float: left;
  width: 100%;
  padding-left: 30px;
}
.privacy_content ul li {
  width: 100%;
  float: left;
  list-style: disc;
}
address {
  display: inline-block;
  line-height: 20px;
  font-size: 15px;
}

/*refund-styling*/
.order-list{
  padding: 0 30px;
  text-align: left;
  line-height: 1.4;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #5f5f5f;
  clear: both;
  width: 100%;
  list-style-type: decimal;
}


/*responsive-style*/
@media (max-width:1240px) {
  .page-describtion {
    width: 27%;
  }

  ul.social-icons-fixed {
    position: fixed;
    left: 2% !important;
    top: 180px;
    display: block;
    z-index: 999999;
  }
}

@media (max-width:1170px) {
  .page-describtion {
    width: 31%;
  }
}

@media (max-width:1024px) {
  .page-describtion {
    width: 32%;
  }

  .grow-scale-left-sec {
    width: 100%;
  }

  .grow-scale-right-sec {
    width: 100%;
    padding: 30px;
  }
}

@media (max-width:992px) {
  .page-describtion {
    width: 42%;
  }

  .internet-first-landing-page .container {
    width: 100%;
  }
}

@media (max-width:767px) {
    
  .owl-nav,
    .page-describtion h2 br,
    .page-describtion p br,
    .transformational-service-content h3 br {
    display: none;
  }

  .WINsight-btn,
    .home-banner h1,
    .page-describtion,
    .page-describtion h1,
    .page-describtion p {
    text-align: center;
  }

  .WINsight-btn,
    .home-banner h1,
    .related-services p {
    text-transform: uppercase;
  }

  .page-describtion {
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
    top: -1px;
  }

  .page-describtion h2 {
    font-size: 25px;
  }

  .transformational-service-content {
    position: inherit;
    top: 0;
    width: 100%;
    right: 0;
    line-height: 1.2;
  }

  .banner-image {
    margin-top: -1px;
  }

  .aboutus-banner,
    .bigdata-banner,
    .blog-banner,
    .consulting-banner,
    .contactus-banner,
    .devops-banner,
    .digital-banner,
    .digital-media-banner,
    .home-banner,
    .iot-banner,
    .newsroom-banner,
    .partner-banner,
    .service-digital-advertisers-banner,
    .service-digital-banner,
    .web-mobility-banner {
    position: inherit;
  }

  .site-head-area {
    height: 60px;
  }

  #page-banner {
    margin-top: 60px;
    padding: inherit;
    height: auto;
  }

  .site-head-area.header-sticky {
    height: 60px;
  }

  .logo-area {
    padding-top: 5px;
  }

  img.img-responsive.sticky-logo {
    margin-top: -5px;
  }

  .home-text-mbl,
    .owl-dots {
    display: block;
  }

  .home-banner-text {
        /*display: none;*/
    top: 27%;
    left: 9%;
    width: 89%;
    position: relative;
  }

  .main-blog-sec {
    padding-right: 0!important;
    padding-left: 0!important;
  }

  .blog-sec {
    padding: 0;
  }

  .home-parters-head {
    font-size: 26px;
  }

  .home-parters-head h2 br {
    display: none;
  }

  .WINsight-btn,
    .about-showcase h1 br {
    display: block;
  }

  .home-banner h1 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;
  }

  .WINsight-btn {
    font-family: Roboto, sans-serif;
    background: #fdb913;
    color: #000;
    padding: 17px 15px;
    font-size: 16px;
    font-weight: 400;
    width: 80%;
    margin: 0 auto;
  }

  .contact-us-left-cont {
    padding: 50px 25px;
  }

  .workflow-automation {
    padding: 0;
  }
   /* .client-list ul li {
        width: 50%;
        border-right: none
    }*/
  .core-value-desc {
    padding: 8px 0;
  }

  .service-overview-sec1 {
    padding: 45px 0;
  }

  .service-differentiator-left h4 {
    text-align: left;
  }

  .service-differentiator-left {
    background-color: #122958;
    padding: 41px 35px 43px 33px;
    color: #0aacbb;
    font-size: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    position: relative;
  }

  .related-services p {
    font-size: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .aboutus-differentiator-left,
    .service-offerings h6 {
    font-family: Montserrat, sans-serif;
  }

  .related-services p br {
    display: none;
  }

  .related-services hr {
    border-color: #0aacbb;
    border-width: 5px;
    height: 5px;
    width: 100px;
    margin-top: 6px!important;
    margin-bottom: 47px;
  }

  .service-differentiator,
    .service-differentiator-inner {
    width: 100%;
  }

  .service-offerings h6 {
    padding: 0 5px;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    color: #122958;
    text-align: center;
    width: 100%;
  }

  .service-overview-sec1 h5 {
    padding: 0 21px;
    font-size: 21px;
    line-height: 23px;
  }

  .service-differentiator-left {
    width: 80%;
    float: left;
    margin: 0 auto;
    right: inherit;
    top: 27px;
    z-index: 0;
  }

  .service-differentiator-right {
    width: 100%;
    float: left;
    margin: 0 auto;
    padding: 57px 20px 45px;
  }

  .home-differentiator-left {
    width: 100%!important;
    float: left;
    margin: 0 auto;
    right: 0;
    top: 27px;
    z-index: 1!important;
    padding: 40px;
    text-align: center;
  }

  .aboutus-differentiator,
    .aboutus-differentiator-inner {
    width: 100%;
  }

  .home-differentiator-right {
    width: 100%;
    float: left;
    margin: 0 auto;
    padding: 57px 20px 45px;
  }

  .aboutus-overview-sec1,
    .home-overview-sec1 {
    padding: 45px 0;
  }

  .aboutus-differentiator-left h4 {
    text-align: left;
  }

  .aboutus-differentiator-left {
    background-color: #122958;
    padding: 41px 35px 43px 33px;
    color: #0aacbb;
    font-size: 30px;
    font-weight: 300;
    position: relative;
  }

  .aboutus-overview-sec1 h5 {
    padding: 0 21px;
    font-size: 21px;
    line-height: 23px;
  }

  .aboutus-differentiator-left {
    width: 50%;
    float: left;
    margin: 0 auto;
    right: inherit;
    top: 27px;
    z-index: 999;
  }

  .aboutus-differentiator-right {
    width: 100%;
    float: left;
    margin: 0 auto;
    padding: 57px 20px 45px;
  }

  #blog-latest-detail {
    background-color: #efeeed;
    padding-top: 62px;
    width: 100%;
    float: left;
  }

  .site-breadcrumb {
    margin-top: 0px;
  }

  .client-inner {
    padding: 0px 10px;
  }

  .client-list {
    padding: 10px 0px;
  }
}

@media (max-width:480px) {
  .page-describtion {
    padding: 30px 15px;
  }

  .page-describtion h2 {
    font-size: 22px;
  }

  .breadcrumb li.breadcrumb-item a, .breadcrumb li.breadcrumb-item.active {
    font-size: 12px;
  }
}

@media(min-width:1220px) {
  .about-showcase h1 br {
    display: none;
  }
}

@media(min-width:1370px) {
  .home-banner-text {
    top: 32%;
    left: 18%;
    width: 23%;
    position: relative;
  }
}

@media(max-width:1220px) {
  .home-differentiator {
    width: 100%;
  }

  #succeed-business {
    background-image: url(BG.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .careers7edge {
    background-color: #fff;
    width: 100%;
    margin-top: 43px;
    padding: 34px 30px;
    margin-bottom: 55px;
    margin-left: 2px;
  }

  .home-differentiator-left {
    width: auto;
    float: left;
    margin: 0 auto;
    right: inherit;
    top: 27px;
    z-index: 1!important;
    padding: 40px;
  }

  .home-differentiator-right {
    width: 100%;
    float: left;
    margin: 0 auto;
    padding: 57px 20px 45px;
  }

  .mbl-hidden {
    display: none;
  }

  .WINsight-sec1 h5,
    .aboutus-sec1 h5,
    .home-sec1 h5,
    .home-sec2 h5 {
    padding: 0 10px;
  }

  #our-core-value {
    padding: 50px 20px;
  }

  #our-core-value h1 {
    padding: 0 10px;
    font-size: 34px;
  }

  .core-value-img-outer {
    border-right: none;
    border-bottom: none;
  }

  .core-value-img-outer-last {
    border-right: none;
    border-left: none;
  }
   /* .client-list ul li {
        width: 25%;
        border-right: none
    }*/
  .contact-us-left-cont,
    .cta-left-cont,
    .cta-right-cont {
    width: 100%!important;
  }

  .tab-cont h3 {
    font-size: 20px;
  }

  .client-inner {
       /* padding: 40px 20px*/;
  }

  .contact-us-right-cont {
    width: 100%!important;
    right: 0;
  }

  .cta-right-cont {
    right: 0;
  }

  .aboutus-differentiator,
    .aboutus-differentiator-inner {
    width: 100%;
  }

  .cta-left-cont p {
    padding: 5px 5px 20px!important;
  }

  form {
    margin: 0 auto!important;
  }

  .custom-map {
    width: 100%;
    height: 450px;
  }

  .aboutus-overview-sec1,
    .home-overview-sec1 {
    padding: 45px 0;
  }

  .aboutus-differentiator-left h4 {
    text-align: left;
  }

  .aboutus-differentiator-left {
    background-color: #122958;
    padding: 41px 35px 43px 33px;
    color: #0aacbb;
    font-size: 30px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    position: relative;
  }

  .aboutus-overview-sec1 h5,
    .home-overview-sec1 h5 {
    padding: 0 21px;
    font-size: 21px;
    line-height: 23px;
  }

  .aboutus-differentiator-left {
    width: 28%;
    float: left;
    margin: 0 auto;
    right: inherit;
    top: 27px;
    z-index: 999;
  }

  .aboutus-differentiator-right {
    width: 100%;
    float: left;
    margin: 0 auto;
    padding: 57px 20px 45px;
  }

  #aboutus-differentiator {
    width: 100%;
    float: left;
    margin: 24px auto;
  }/*
    #owl-example-3 .fa-angle-right:before {
        background-size: 100%;
        width: 20px;
        height: 37px;
        right: -25px;
        top: 66px
    }
    #owl-example-3 .fa-angle-left:before {
        background-size: 100%;
        width: 20px;
        height: 37px;
        left: -25px;
        top: 66px
    }*/
  .page-banner-cta {
    width: 100%;
    float: left;
  }

  .cta-left-cont {
    width: 100%;
    padding: 48px;
    /*background-color: #f1f1f1;*/
    float: left;
    z-index: 0;
  }

  .cta-right-cont {
    width: 100%;
    float: left;
    border: 1px solid #0aacbb;
    position: inherit!important;
    right: 71px;
    z-index: 999999999;
    background: #fff;
  }
}

@media (max-width:1100px) {
  .internet-first-slid {
    max-width: 90%;
  }

  .home-parters-head {
    font-size: 30px;
    line-height: normal;
  }
}

@media(max-width:1020px) {
  .service-overview-sec2 ul li {
    width: 50%;
    float: left;
  }

  .succeed-business-head {
    font-size: 28px;
    line-height: 35px;
  }
}

@media(max-width:992px) {
  ul.social-icons-fixed {
    position: fixed;
    left: 2% !important;
    top: 180px;
    display: block;
    z-index: 999999;
  }
    /*#owl-example .fa-angle-right:before,
    #owl-example-2 .fa-angle-right:before {
        background-size: 100%;
        width: 20px;
        height: 37px;
        right: -25px;
        top: 140px
    }
    #owl-example .fa-angle-left:before,
    #owl-example-2 .fa-angle-left:before {
        background-size: 100%;
        width: 20px;
        height: 37px;
        left: -25px;
        top: 140px
    }*/
    /*#owl-example-3 .fa-angle-right:before {
        background-size: 100%;
        width: 20px;
        height: 37px;
        right: -25px;
        top: 55px
    }
    #owl-example-3 .fa-angle-left:before {
        background-size: 100%;
        width: 20px;
        height: 37px;
        left: -25px;
        top: 55px
    }*/
  .succeed-business-head {
    font-size: 25px;
    line-height: 30px;
  }

  .home-hr {
    border-width: 3px;
  }
}

@media(max-width:650px) {
  .test-class1 p {
    height: 100%;
  }
}

.service-overview-sec2 ul li>img {
  margin: 0 auto!important;
}

@media(max-width:400px) {
  .service-overview-img-outer p {
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    color: #333;
    text-align: center;
  }
}

@media(min-width:767px) {
  section#clients {
    background-color: #f3f3f3;
  }


    /*.owl-nav {
        display: block !important;
    }*/
  .owl-dots {
    display: none!important;
  }
    /*.home-text-mbl {
        display: none
    }*/
  .rowblog {
    display: flex;
  }

  .colblog {
    border: none;
  }
}

@media(max-width:990px) {
  section#clients {
    background-color: #f3f3f3;
  }

  .solution-differentiator-left {
    width: 80%;
    margin: 0 auto;
    /* float: left; */
    background-color: #122958;
    padding: 41px 35px 43px 33px;
    color: #0aacbb;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    /* position: relative; */
    /* right: -40px; */;
  }

  .solution-differentiator-right {
    width: 100%;
    background-color: #0aacbb;
    float: left;
    padding: 53px;
  }

  .solution-protfolio-p {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-weight: 300;
  }

  .container.blog-latest-first-sec {
    padding: 20px 20px 20px 80px;
  }

  .blog-detail-sec2 {
    padding: 0px !important;
  }

  .business-capabilitis-sec2:nth-child(2),
    .category-name,
    .digital-img-outer,
    .service-overview-img-outer:nth-child(2),
    span.blog-author {
    border-right: none;
  }

  .hubspotform h5 {
    font-size: 21px;
    padding: 12px 12px 12px 30px;
    color: #ffffff;
    background-color: #0aacbb;
    margin: 0;
    width: 80%;
    text-align: left;
  }

  .WINsight-sec1,
    .aboutus-sec1,
    .home-sec1,
    .home-sec2 {
    padding: 45px 0;
  }

  #our-core-value h5 {
    padding: 0;
  }
   /* .client-list ul li {
        width: 47%;
        border-right: none;
        margin:10px;
    }*/
  .service-offering-inner-sec2 {
    width: 100%;
    float: right;
    background-color: #efeeed;
    color: #000;
    padding: 20px;
    top: 0;
    min-height: 235px!important;
    height: auto;
  }

  .category-name,
    .service-offering-blocks-left {
    padding-right: 0;
  }

  .service-offering-inner-sec2 h5 {
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-align: left;
    margin-bottom: 7px;
  }

  .service-offering-inner-sec2 p,
    span.blog-author {
    font-weight: 300;
    font-family: Roboto, sans-serif;
  }

  .service-offering-inner-sec2 p {
    font-size: 15px;
    text-align: left;
    line-height: 1.2;
  }

  .service-offering-blocks-right {
    padding-left: 0;
  }

  .service-offering-inner-sec1 img {
    width: 100%;
    margin-top: 20px;
  }

  .related-services-img {
    margin-bottom: 30px;
  }

  span.blog-author {
    float: left;
    font-size: 13px;
    padding-right: 0;
    margin-right: 0;
    width: 100%;
  }

  .blog-date {
    display: inline-block;
  }
}

.hvr-bounce-to-top1:active,
.hvr-bounce-to-top1:focus,
.hvr-bounce-to-top1:hover,
.hvr-bounce-to-top:active,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:hover {
  color: #fff;
}

@media (max-width:650px) {
  #owl-example-3 .fa-angle-left:before,
    #owl-example-3 .fa-angle-right:before {
    top: 80px;
  }

  .home-parters-head {
    font-size: 20px;
  }

  .service-overview {
    margin: 15px auto;
  }

  .service-overview-sec1 {
    padding: 15px 0;
  }
}

@media (max-width:500px) {
  section#clients {
    background-color: #f3f3f3 !important;
  }

  .service-differentiator-left h4 {
    font-size: 20px;
  }

  .download-img-mbl {
    display: none;
  }

  .related-services hr {
    border-color: #0aacbb;
    border-width: 5px;
    height: 5px;
    width: 100px;
    margin-top: 6px!important;
    margin-bottom: 5px;
  }

  .aboutus-differentiator-left {
    width: 75%;
    float: left;
    margin: 0 auto;
    right: inherit;
    top: 27px;
    z-index: 999;
  }

  .internet-first-slid {
    max-width: 100%;
  }

  #owl-example .fa-angle-right:before {
    right: -20px;
  }

  #owl-example .fa-angle-left:before {
    left: -20px;
  }

  .business-slid {
    max-width: 100%;
  }

  #succeed-business {
    padding: 20px;
  }

  .succeed-business-head {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .home-hr {
    border-width: 1px;
  }

  #owl-example-3 .fa-angle-left:before,
    #owl-example-3 .fa-angle-right:before {
    top: 65px;
  }

  .home-parters-head {
    font-size: 16px;
  }
}

.hvr-bounce-to-top,
.hvr-bounce-to-top1 {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
}

@media (max-width:480px) {
  #owl-example-3 .fa-angle-left:before,
    #owl-example-3 .fa-angle-right:before {
    top: 45px;
    width: 10px;
    height: 18px;
  }

  .breadcrumb>li+li:before {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .breadcrumb li.breadcrumb-item a, .breadcrumb li.breadcrumb-item.active {
    font-size: 11px;
  }

  .breadcrumb {
    padding-right: 0;
    padding-left: 0;
  }

  .site-breadcrumb .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .breadcrumb>li+li:before {
    font-size: 14px;
  }
}

@media (max-width:350px) {
  .home-differentiator-left h4,
    .service-differentiator-left h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .breadcrumb li.breadcrumb-item a, .breadcrumb li.breadcrumb-item.active {
    font-size: 10px;
  }

  .breadcrumb {
    padding-right: 0;
    padding-left: 0;
  }

  .site-breadcrumb .col-md-12 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .breadcrumb>li+li:before {
    font-size: 14px;
  }
    /*.client-list ul li {
        width: 100%;
        border-right: none;
        margin:10px;
    }*/
  .service-differentiator-left {
    padding: 20px;
    width: 90%;
    right: -10px;
  }

  .home-differentiator-left {
    padding: 20px;
    width: 90%;
    right: 0;
  }

  .internet-first-slid {
    max-width: 80%;
  }

  #owl-example .test-class {
    padding: 10px;
  }

  .test-class h2 {
    font-size: 15px;
  }

  .succeed-business-head {
    font-size: 14px;
    line-height: normal;
  }

  a.grow-scale-btn-homepage1 {
    width: 100%;
  }

  #owl-example-3 .test-class2 {
    padding: 0!important;
    margin: 0!important;
  }

  #owl-example-3 .fa-angle-left:before,
    #owl-example-3 .fa-angle-right:before {
    top: 25px;
  }
}

.hvr-bounce-to-top1:before,
.hvr-bounce-to-top:before {
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.about-showcase div:nth-child(3n) {
  border-right: none!important;
}

.hvr-sweep-to-top {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.hvr-sweep-to-top:before {
  position: absolute;
  background: #0aacbb;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-top {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.hvr-bounce-to-top:before {
  position: absolute;
  background: #0aacbb;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-top:active:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.hvr-bounce-to-top1 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

.hvr-bounce-to-top1:before {
  position: absolute;
  background: #099caa;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-top1:active:before,
.hvr-bounce-to-top1:focus:before,
.hvr-bounce-to-top1:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
  transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.cta-footer {
  width: 100%;
}

@media (max-width:1170px) {
  .right-space {
    margin-right: 0;
  }

  .left-space {
    margin-left: 0;
  }

  .news-blog h2 {
    font-size: 20px;
  }
}

@media (max-width:992px) {
  .news-blog h2 {
    font-size: 18px;
  }
}

@media (max-width:768px) {
  .swiper-slide,
    .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .solutions-blocks {
    margin-bottom: 30px;
    border-right: none;
  }

  .solutions-blocks1 {
    margin-bottom: 30px;
    border-right: none;
  }

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

  .swiper-wrapper {
    z-index: 1;
  }

  .heading-area {
    color: #fff;
    text-align: center;
  }

  #thought-leaders .underline-divide {
    margin: 0 auto;
  }

  #mobile-thought,
    #thought-leaders {
    margin-top: 30px;
  }

  .swiper-slide {
    flex-shrink: 0;
  }

  .news-blog h2 {
    line-height: 30px;
    font-size: 25px;
    margin-bottom: 10px;
  }

  .news-info {
    font-size: 16px;
  }

  .news-blog-content p {
    font-size: 16px;
    line-height: 22px;
  }

  .news-blog-image {
    margin: 30px 0!important;
  }

  .news-blog-content {
    margin-bottom: 60px;
  }

  .partner-logo-image {
    height: 155px;
  }

  .blog-latest-desc h1 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-weight: lighter;
    float: left;
    width: 100%;
  }
}

@media (max-width:500px) {
  .news-blog h2 {
    line-height: 25px;
    font-size: 20px;
  }

  .full-size {
    width: 100%!important;
  }
}

@media (max-width:1040px) {
  #about-partner {
    padding: 30px;
  }
}

@media (max-width:600px) {
  ul.all-partner-details li {
    width: 100%;
    border: 1px solid #5b5b5b!important;
  }

  ul.all-partner-details li:first-child {
    margin-top: 0;
    border-top: 1px solid #5b5b5b!important;
  }

  ul.all-partner-details {
    width: 90%;
  }

  .partner-logo-area {
    display: block;
  }

  .partner-logo-image {
    display: block;
    margin: 0 auto;
    height: 195px;
  }

  ul.all-partner-details li {
    border-top: 0!important;
  }
}

@media (max-width:420px) {
  .partner-logo-image,
    ul.all-partner-details {
    width: 100%;
  }

  #about-partner {
    padding: 20px;
  }

  #about-partner h2 {
    font-size: 18px;
    margin-top: 10px;
  }

  #about-partner p {
    font-size: 12px;
  }
}

@media (max-width:1200px) {
  .news-post-blog {
    float: left;
    width: 48%;
  }

  .post-title {
    padding-top: 15px;
    margin-left: 15px;
    width: calc(100% - 260px);
  }

  .post-title h3 {
    font-size: 16px;
  }
}

@media (max-width:992px) {
  .news-post-blog {
    float: left;
    width: 100%;
    margin-top: 50px;
  }

  #newsroom-posts {
    padding: 80px 0;
  }
}

@media (max-width:550px) {
  .banner-image {
    height: auto;
    padding: 24% 0;
    float: left;
    width: 100%;
    position: relative;
  }

  .news-image img,
    .news-post-style,
    .news-upload-info {
    width: 100%;
  }

  .post-title {
    padding-top: 0;
    padding-left: 20px;
    padding-bottom: 20px;
    width: 100%;
    margin-left: 0;
    min-height: auto;
  }

  .news-post-blog {
    margin-top: 10px;
  }

  #newsroom-posts {
    padding: 40px 0;
  }

  .service-digital-banner {
    background-image: url(https://cdn.7edge.com/images/mobile-service-digital-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .service-digital-advertisers-banner {
    background-image: url(https://cdn.7edge.com/images/mobile-service-digital-social-advertising-banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

#DigitalMarketingAndCampaigns,
#DigitalStrategy,
#DigitalTechnologyEnablement {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 35px;
}

.transformational-post {
  float: none;
  margin: 0 auto;
  width: 100%;
}

@media (min-width:768px) {
  .navbar-nav>li {
    float: none;
    text-align: left;
    display: inline-block;
  }
}

@media (max-width:992px) {
  .footer-inner-wrapper {
    width: 100%;
  }

  ul.footer-menu {
    column-count: inherit;
  }

  .navbar-nav>li {
    float: left;
    width: 20%;
    text-align: center;
  }
}

@media (max-width:768px) {
  /*.banner-image {
    height: auto;
    padding: 24% 0;
    float: left;
    width: 100%;
    position: relative;
  }*/

  #conversation-area h2 {
    font-size: 22px;
  }

  ul.social-follow li:last-child,
    ul.social-follow1 li:last-child {
    border-bottom: 0;
  }

  .navbar-nav>li,
    footer {
    text-align: left;
  }

  .footer-inner-wrapper h2 {
    display: none;
  }

  .policy-list li:first-child {
    padding-left: 0;
  }

  .copyright-7edge p {
    line-height: 20px;
  }

  .copyright-7edge p br {
    display: block;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #0aacbb;
    width: 25px;
  }

  .navbar-default .navbar-toggle {
    border: 0;
    padding: 0;
  }

  span.icon-bar.small-bar {
    width: 20px!important;
    float: right;
  }

  ul.footer-menu {
    column-count: 2;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .copyright-7edge {
    text-align: left;
    width: 100%;
  }

  ul.social-follow {
    float: left;
    position: relative;
    z-index: 1;
  }

  ul.social-follow li {
    margin: 0;
    padding: 0 6px 20px;
    float: left;
  }

  ul.social-follow li:first-child {
    margin-left: 0;
    padding-left: 0;
  }

  ul.social-follow1 {
    float: left;
    position: relative;
    z-index: 1;
  }

  .navbar-toggle {
    margin-right: 0;
  }

  ul.social-follow1 li {
    margin: 0;
    padding: 0 6px 20px;
    float: left;
  }

  ul.social-follow1 li:first-child {
    margin-left: 0;
    padding-left: 0;
  }

  .footer-menu {
    margin: 0;
  }

  .navbar-collapse {
    box-shadow: inherit;
    border-top: none;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-nav>li {
    float: left;
    width: 50%;
  }
}

@media(max-width:1500px) and (min-width: 1400px) {
  ul.social-icons-fixed {
    position: fixed;
    left: 7%; 
    top: 180px;
    display: block;
    z-index: 999999;
  }
}

@media (max-width: 1200px) {
  .page-describtion.home-banner-text {
    width: 43%;
  }

  .logo-area {
    width: 140px;
  }

  ul.big-screen-menu>li {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .page-describtion.home-banner-text {
    background: #27acbb;
    width: 100%;
    left: 0;
    top: -1px;
    padding: 35px;
  }
}
