/* BG color Social Media */
.gplus {
  background: #d7482a;
}

.linkedin {
  background: #007bb6;
}

.fb {
  background: #3b5998;
}

.twitter {
  background: #00aced;
}

.pinterest {
  background: #cb2027;
}

.tumblr {
  background: #32506d;
}

.youtube {
  background: #bb0000;
}

/* Fonts */
h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.125rem;
}

p {
  font-size: 0.9rem !important;
}

ul li {
  font-size: 0.9rem;
}

.font-raleway, .sticky-main-nav .navbar .menu-title, h1 {
  font-family: "Raleway", sans-serif;
}

.font-open-sans, body, p {
  font-family: "Open Sans", sans-serif;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* Media Queries*/
.btn-ob {
  border-radius: 100px;
  background: #28be97;
  padding: 8px 35px;
  color: #fff;
  border: none;
}

@font-face {
  font-family: "typicons";
  src: url("../bower_components/typicons.font/src/font/typicons.eot");
  src: url("../bower_components/typicons.font/src/font/typicons.eot?#iefix") format("embedded-opentype"), url("../bower_components/typicons.font/src/font/typicons.woff") format("woff"), url("../bower_components/typicons.font/src/font/typicons.ttf") format("truetype"), url("../bower_components/typicons.font/src/font/typicons.svg#typicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.sticky-nav-general-style {
  background: #195473;
  width: 100%;
  border-bottom: 4px solid #14455e;
  padding: 10px 0;
}

.list-layout {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.list-layout li {
  color: #14455e;
}
.list-layout h4 {
  color: #2f3338;
}
.list-layout a {
  font-size: 0.85rem !important;
  color: #337ab7 !important;
}
.list-layout a:hover {
  color: #23527c !important;
  text-decoration: underline !important;
}
.list-layout .typcn {
  font-size: 36px;
  color: #195473;
  color: #fff;
  line-height: normal;
}
@media (min-width : 320px) and (max-width : 767px) {
  .list-layout .typcn h2 {
    font-size: 1.55em;
  }
}
.list-layout > li {
  padding-left: 0;
  padding: 0 10px 20px 70px;
  display: block;
  position: relative;
}
.list-layout > li p {
  color: #6f6f6f;
}
.list-layout > li ul {
  margin: 0 0 5px 15px;
  padding: 10px;
}
.list-layout > li ul li {
  list-style: initial;
  margin-bottom: 5px;
  color: #14455e;
}
@media (min-width : 320px) and (max-width : 767px) {
  .list-layout > li {
    padding: 0 15px 20px 40px;
  }
  .list-layout .typcn {
    left: -8px;
  }
  .list-layout .typcn-device-desktop {
    left: -3px;
  }
  .list-layout h2 {
    font-size: 1.55em;
  }
}

.absolute-positioning, .tri-info [class*=col-md-4]:nth-child(2):after, .tri-info [class*=col-md-4]:first-child:after, .pages .content-wrap .content-cta .intro-text:after, .pages .content-wrap .content-cta .intro-text-y:after, .content-wrap .title-head .container:after, .form-wrap.form-wrap-transparent:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
}

.form-wrap {
  padding: 20px;
  margin: 20px 0;
  position: relative;
  z-index: 9999;
}
.form-wrap .form-control {
  border-radius: 0;
}
.form-wrap label {
  color: #14455e;
}
.form-wrap .error {
  color: #F44336;
  font-size: 0.85rem;
  font-weight: 400;
}
.form-wrap input[type=file] {
  height: auto;
  padding-left: 0;
}
.form-wrap .form-header {
  overflow: hidden;
}
.form-wrap .form-header h3 {
  margin: 5px 0 25px !important;
}
.form-wrap.form-wrap-transparent:after {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 10px #2c6381;
  opacity: 0.2;
  top: 0;
  left: 0;
  z-index: -1;
}
.form-wrap.form-wrap-transparent .form-control {
  border: none;
}
.form-wrap.form-wrap-transparent h4 {
  text-align: center;
  color: #14455e !important;
}
.form-wrap.form-wrap-transparent .form-footer {
  border-top: 1px dotted #fff;
  padding: 20px 0 0;
  margin: 5px 0;
}
.form-wrap.form-wrap-transparent .btn-ob {
  text-transform: uppercase;
  font-size: 1.125em;
}
.form-wrap.form-submitted h3 {
  padding-top: 20px;
}

body {
  background: #f4f4f4;
}

body, p {
  color: #454545;
}

.container {
  max-width: 1170px;
}

a {
  color: #337ab7;
  text-decoration: none;
}

.sticky-main-nav {
  margin-top: 1px;
}
.sticky-main-nav.stuck {
  position: fixed;
  top: -1px;
  width: 100%;
  left: 0;
  padding: 10px 0;
  border-bottom: 4px solid #195473;
  transition: all 0.8s ease-in-out;
  -webkit-transition: none !important;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  z-index: 99999;
}
@media (min-width : 320px) and (max-width : 767px) {
  .sticky-main-nav.stuck {
    border-bottom: none;
  }
  .sticky-main-nav.stuck h2 {
    font-size: 1.55em;
  }
}
.sticky-main-nav.stuck:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
  opacity: 0.9;
  z-index: -1;
}
@media (min-width : 320px) and (max-width : 767px) {
  .sticky-main-nav.stuck:before {
    background: none;
  }
  .sticky-main-nav.stuck:before h2 {
    font-size: 1.55em;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .sticky-main-nav.stuck:before {
    background: #195473;
  }
}
@media (min-width: 992px) and (max-width : 1999px) {
  .sticky-main-nav.stuck:before {
    background: #195473;
  }
}
@media (min-width: 1200px) {
  .sticky-main-nav.stuck:before {
    background: #195473;
  }
}
.sticky-main-nav.stuck .navbar {
  position: relative;
}
.sticky-main-nav.stuck .navbar .tcon-menu__lines {
  background: #fff;
}
.sticky-main-nav.stuck .navbar .tcon-menu__lines:after, .sticky-main-nav.stuck .navbar .tcon-menu__lines:before {
  background: #fff;
}
@media (min-width : 320px) and (max-width : 767px) {
  .sticky-main-nav.stuck .navbar .tcon-menu__lines {
    background: #195473;
  }
  .sticky-main-nav.stuck .navbar .tcon-menu__lines:after, .sticky-main-nav.stuck .navbar .tcon-menu__lines:before {
    background: #195473;
  }
  .sticky-main-nav.stuck .navbar .tcon-menu__lines h2 {
    font-size: 1.55em;
  }
}
.sticky-main-nav.stuck .navbar .menu-title {
  color: #fff;
}
.sticky-main-nav .navbar {
  width: 95px;
  margin: 15px 0 0;
  float: right;
}
.sticky-main-nav .navbar .menu-title {
  color: #195473;
  font-weight: 300;
  position: absolute;
  right: -5px;
  text-transform: uppercase;
  top: 17px;
  font-size: 1em;
}
@media (min-width: 768px) and (max-width : 991px) {
  .sticky-main-nav .navbar {
    width: 100px;
  }
}
@media (min-width : 320px) and (max-width : 767px) {
  .sticky-main-nav [class*=col-md-] {
    padding-left: 0;
    padding-right: 0;
  }
  .sticky-main-nav .navbar {
    width: auto;
    margin-top: 0;
  }
  .sticky-main-nav h2 {
    font-size: 1.55em;
  }
}
.sticky-main-nav .sub-nav {
  background: #1e6388;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
  border-bottom: none;
}
.sticky-main-nav .sub-nav li {
  float: left;
  width: 100%;
  display: block;
  border-bottom-style: dotted !important;
}
.sticky-main-nav .sub-nav li:last-child {
  border-bottom: none !important;
}
.sticky-main-nav .sub-nav li a {
  padding: 8px 10px 8px 25px;
  float: left;
  width: 100%;
  display: block;
  color: #a1d1ea;
  font-size: 12px;
  text-decoration: none;
}
.sticky-main-nav .btn-dropdown {
  outline: none;
  background: #1e6388;
  color: #fff;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 37px;
  border: none;
  border-left: 1px solid #164b66 !important;
}

#myNavmenu, #bs5-offcanvas-menu {
  border-right: none;
  box-shadow: -5px 0 50px #23262a;
  background: #195473;
  border-right: 1px solid #1e6388;
}

.navmenu, .navbar-offcanvas {
  width: 260px;
}
.navmenu li, .navbar-offcanvas li {
  position: relative;
  border-top: 1px solid #1e6388;
  border-bottom: 1px solid #164b66;
}
.navmenu li a, .navbar-offcanvas li a {
  color: #fff;
  font-size: 14px;
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.navmenu li a.active, .navmenu li a:hover, .navbar-offcanvas li a.active, .navbar-offcanvas li a:hover {
  background: #154862;
}
.navmenu li a.navmenu-brand:hover, .navbar-offcanvas li a.navmenu-brand:hover {
  background: none;
}
.navmenu li a img, .navbar-offcanvas li a img {
  width: 100%;
}
.navmenu li:last-child:after, .navbar-offcanvas li:last-child:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #1e6388;
  bottom: -2px;
}

.header-wrap {
  background: url("../img/bg-head-main.png") top center no-repeat;
  background-size: cover;
  border-bottom: 1px solid #51839d;
  box-sizing: border-box;
  padding-top: 15px;
  position: relative;
  min-height: 415px;
  /* Banner */
}
.header-wrap:after {
  background: #5aa6ce;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #347da3, #8CDAC6);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #347da3, #8CDAC6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
@media (min-width : 320px) and (max-width : 767px) {
  .header-wrap {
    min-height: 425px;
  }
  .header-wrap h2 {
    font-size: 1.55em;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .header-wrap {
    min-height: 315px;
  }
}
.header-wrap .banner-text {
  text-align: center;
  box-sizing: border-box;
  padding-top: 100px;
}
.header-wrap .banner-text h1 {
  color: #fff;
  margin: 0 auto;
  display: block;
  font-weight: 300 !important;
  width: 47%;
  padding: 0 20px;
  font-size: 2em;
}
@media (min-width : 320px) and (max-width : 767px) {
  .header-wrap .banner-text {
    padding-top: 150px;
  }
  .header-wrap .banner-text h1 {
    width: 100%;
  }
  .header-wrap .banner-text h2 {
    font-size: 1.55em;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .header-wrap .banner-text h1 {
    width: 65%;
  }
}

.cta-wrap {
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
  padding: 40px 0;
}
.cta-wrap [class*=col-] {
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width : 991px) {
  .cta-wrap [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.cta-wrap h2 {
  font-size: 1.5em !important;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width : 991px) {
  .cta-wrap h2 {
    font-size: 1.25em !important;
    font-weight: 600;
    letter-spacing: -1px;
  }
}
.cta-wrap ul {
  margin: 0 0 20px;
  padding: 0;
}
.cta-wrap ul li {
  list-style: none;
  font-size: 1em;
}
.cta-wrap .typcn {
  font-size: 68px;
  color: #28be97;
}
@media (min-width : 320px) and (max-width : 767px) {
  .cta-wrap {
    padding: 10px 0;
  }
  .cta-wrap h2 {
    margin: 5px 0;
    padding: 0;
    border: none;
  }
  .cta-wrap [class*=col-] {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 60px;
  }
  .cta-wrap [class*=col-]:last-child {
    border: none;
    padding-bottom: 10px;
  }
  .cta-wrap h2 {
    font-size: 1.55em;
  }
}

.content-wrap {
  padding: 60px 0 20px;
}
.content-wrap section {
  margin: 60px 0;
}
.content-wrap section:last-child {
  margin-bottom: 0;
}
@media (min-width : 320px) and (max-width : 767px) {
  .content-wrap {
    padding: 40px 0 0;
  }
  .content-wrap section {
    margin: 0 0 60px;
  }
  .content-wrap .spacer {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 40px;
    margin-bottom: 40px !important;
  }
  .content-wrap h2 {
    font-size: 1.55em;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .content-wrap section {
    margin: 0;
    padding-bottom: 60px;
  }
  .content-wrap .spacer {
    margin-bottom: 60px !important;
  }
  .content-wrap .bottom-cta {
    padding-bottom: 0;
  }
}
.content-wrap .content-inner h3 {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width : 991px) {
  .content-wrap .content-inner img {
    padding-top: 80px;
  }
}
@media (min-width: 992px) and (max-width : 1999px) {
  .content-wrap .content-inner img {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .content-wrap .content-inner img {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width : 1999px) {
  .content-wrap .content-inner .content-info {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .content-wrap .content-inner .content-info {
    padding-left: 40px;
  }
}
.content-wrap .spacer {
  margin-bottom: 120px;
}
.content-wrap .bottom-cta {
  border-top: 1px solid #dadada;
  text-align: center;
}
.content-wrap .bottom-cta .title-text {
  background: url("../img/bg-recent-clients.png") top center no-repeat;
  background-size: cover;
  padding-top: 80px;
  box-sizing: border-box;
  min-height: 290px;
  position: relative;
}
.content-wrap .bottom-cta .title-text:after {
  background: #5aa6ce;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #347da3, #8CDAC6);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #347da3, #8CDAC6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.content-wrap .bottom-cta .title-text p {
  color: #fff;
  letter-spacing: -1px;
  margin: 0 auto;
  text-shadow: 0 1px 2px #285f7c;
}
@media (min-width : 320px) and (max-width : 767px) {
  .content-wrap .bottom-cta .title-text {
    padding: 40px 0;
    min-height: auto;
  }
  .content-wrap .bottom-cta .title-text p {
    font-size: 1.25em;
    line-height: normal;
    width: 100%;
  }
  .content-wrap .bottom-cta .title-text h2 {
    font-size: 1.55em;
  }
}
@media (min-width: 992px) and (max-width : 1999px) {
  .content-wrap .bottom-cta .title-text p {
    font-size: 1.35rem !important;
    line-height: 30px;
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .content-wrap .bottom-cta .title-text p {
    font-size: 1.45em;
    padding-top: 16px;
  }
}
.content-wrap .bottom-cta .free-consultation {
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
  padding: 30px 0 40px;
}
.content-wrap .bottom-cta .free-consultation h3 {
  font-size: 1.25rem;
}
@media (min-width : 320px) and (max-width : 767px) {
  .content-wrap .bottom-cta .free-consultation .btn-ob {
    margin-top: 0;
  }
  .content-wrap .bottom-cta .free-consultation .btn-ob h2 {
    font-size: 1.55em;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .content-wrap .bottom-cta .free-consultation .btn-ob {
    margin-top: 0;
  }
}
.content-wrap .bottom-cta .free-consultation .smm {
  position: relative;
}
.content-wrap .bottom-cta .free-consultation .smm::before {
  border-left: 1px solid #d3d3d3;
  width: 1px;
  height: 80%;
  content: "";
  left: -5px;
  top: 20px;
  position: absolute;
}
.content-wrap .bottom-cta .free-consultation .smm ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width : 991px) {
  .content-wrap .bottom-cta .free-consultation .smm ul {
    padding: 10px 0 38px;
  }
}
.content-wrap .bottom-cta .free-consultation .smm ul li {
  list-style: none;
  /* BG color Social Media */
}
.content-wrap .bottom-cta .free-consultation .smm ul li a {
  background: #6f6f6f;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  color: #fff;
  margin: 0 3px;
  float: left;
  text-align: center;
  line-height: 38px;
  font-size: 1.5em;
}
@media (min-width : 320px) and (max-width : 767px) {
  .content-wrap .bottom-cta .free-consultation .smm ul li a {
    width: 32px;
    height: 32px;
    line-height: 28px;
  }
  .content-wrap .bottom-cta .free-consultation .smm ul li a h2 {
    font-size: 1.55em;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .content-wrap .bottom-cta .free-consultation .smm ul li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}
.content-wrap .bottom-cta .free-consultation .smm ul li .gplus {
  background: #d7482a;
}
.content-wrap .bottom-cta .free-consultation .smm ul li .linkedin {
  background: #007bb6;
}
.content-wrap .bottom-cta .free-consultation .smm ul li .fb {
  background: #3b5998;
}
.content-wrap .bottom-cta .free-consultation .smm ul li .twitter {
  background: #00aced;
}
.content-wrap .bottom-cta .free-consultation .smm ul li .pinterest {
  background: #cb2027;
}
.content-wrap .bottom-cta .free-consultation .smm ul li .tumblr {
  background: #32506d;
}
.content-wrap .bottom-cta .free-consultation .smm ul li .youtube {
  background: #bb0000;
}
.content-wrap .title-head {
  background: #fff;
  position: relative;
}
.content-wrap .title-head h2 {
  position: relative;
  z-index: 9;
  font-size: 1.75em;
}
.content-wrap .title-head h2:before {
  position: absolute;
  border-bottom: 1px solid #e7e7e7;
  content: "";
  height: 1px;
  width: 30%;
  left: 11%;
  top: 50%;
}
@media (min-width: 768px) and (max-width : 991px) {
  .content-wrap .title-head h2:before {
    width: 28%;
  }
}
.content-wrap .title-head h2:after {
  position: absolute;
  border-bottom: 1px solid #e7e7e7;
  content: "";
  height: 1px;
  width: 30%;
  right: 11%;
  top: 50%;
}
@media (min-width: 768px) and (max-width : 991px) {
  .content-wrap .title-head h2:after {
    width: 28%;
  }
}
@media (min-width : 320px) and (max-width : 767px) {
  .content-wrap .title-head h2:before, .content-wrap .title-head h2:after {
    display: none;
  }
  .content-wrap .title-head h2:before h2, .content-wrap .title-head h2:after h2 {
    font-size: 1.55em;
  }
}
.content-wrap .title-head .container {
  position: relative;
  padding: 40px 0;
}
.content-wrap .title-head .container:after {
  background: #fff;
  width: 30px;
  height: 30px;
  bottom: -15px;
  left: 48%;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media (min-width : 320px) and (max-width : 767px) {
  .content-wrap .title-head .container {
    padding: 20px 0;
  }
  .content-wrap .title-head .container:after {
    left: 45%;
  }
  .content-wrap .title-head .container h2 {
    font-size: 1.55em;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .content-wrap .title-head .container:after {
    left: 49%;
  }
}
.content-wrap .title-head.blank {
  background: none;
  text-align: center;
}

.footer-wrap .footer-contents {
  padding: 20px 0 40px;
}
.footer-wrap .footer-contents ul {
  margin: 10px 0 0;
  padding: 0;
}
.footer-wrap .footer-contents ul li {
  list-style: none;
}
.footer-wrap .footer-contents ul li a {
  color: #2f3338;
  font-size: 0.95rem;
  text-decoration: none;
}
.footer-wrap .footer-contents ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width : 991px) {
  .footer-wrap .footer-contents ul li a {
    font-size: 0.75em;
  }
}
@media (min-width : 320px) and (max-width : 767px) {
  .footer-wrap .footer-contents h3 {
    margin-bottom: 0;
  }
  .footer-wrap .footer-contents ul {
    margin-top: 0;
  }
  .footer-wrap .footer-contents h2 {
    font-size: 1.55em;
  }
}
.footer-wrap .footer-copyright {
  background: #195473;
  padding: 15px 0 0;
}
.footer-wrap .footer-copyright p {
  text-align: center;
  font-size: 0.75em;
  color: #fff;
  margin: 0;
}

.pages .sticky-main-nav {
  width: 100%;
  position: fixed;
  z-index: 99999;
  padding: 10px 0 15px;
}
.pages .sticky-main-nav .brand {
  display: none;
}
.pages .sticky-main-nav .breadcrumb {
  background: none;
  margin-top: 18px;
  border-radius: 0;
  padding-right: 0;
}
.pages .sticky-main-nav .breadcrumb > li {
  font-size: 0.75rem;
}
.pages .sticky-main-nav .breadcrumb > li a {
  text-decoration: none;
  color: #14455e;
}
.pages .sticky-main-nav .breadcrumb > li.active {
  color: #fff;
  text-shadow: 0 1px 1px #195473;
}
.pages .sticky-main-nav .breadcrumb > li + :before {
  color: #14455e;
  text-shadow: none;
  content: "\\" !important;
  padding: 0 8px 0 2px;
}
.pages .sticky-main-nav.stuck {
  -moz-transition: all 0.5s ease-in-out !important;
  padding: 10px 0;
  position: fixed;
  height: 86px;
}
.pages .sticky-main-nav.stuck .brand {
  display: block;
}
.pages .sticky-main-nav.stuck .breadcrumb {
  display: none !important;
}
@media (min-width : 320px) and (max-width : 767px) {
  .pages .sticky-main-nav .navbar {
    margin-top: 25px;
  }
  .pages .sticky-main-nav h2 {
    font-size: 1.55em;
  }
}
.pages .content-wrap {
  padding-top: 0;
}
.pages .content-wrap h1 {
  padding-left: 15px;
}
.pages .content-wrap .content-cta {
  background: #5aa6ce;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #347da3, #8CDAC6);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #347da3, #8CDAC6);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 0 0 20px;
  margin: 0;
  border-bottom: 1px solid #fff;
}
.pages .content-wrap .content-cta p, .pages .content-wrap .content-cta h3, .pages .content-wrap .content-cta h4 {
  color: #fff;
}
.pages .content-wrap .content-cta h3 {
  margin-top: 0;
}
.pages .content-wrap .content-cta:before {
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.pages .content-wrap .content-cta .title-head {
  border-top: 6px solid #195473;
  box-shadow: 0 -5px 15px #2f3338;
}
.pages .content-wrap .content-cta .title-head .container {
  height: 86px;
  margin-bottom: 30px;
}
.pages .content-wrap .content-cta .title-head .container:after {
  left: 12%;
}
@media (min-width : 320px) and (max-width : 767px) {
  .pages .content-wrap .content-cta .title-head .container {
    height: auto !important;
  }
  .pages .content-wrap .content-cta .title-head .container h2 {
    font-size: 1.55em;
  }
}
@media (min-width : 320px) and (max-width : 767px) {
  .pages .content-wrap .content-cta .title-head h1 {
    width: 80%;
    margin-top: 9px;
  }
  .pages .content-wrap .content-cta .title-head h2 {
    font-size: 1.55em;
  }
}
.pages .content-wrap .content-cta .intro-text, .pages .content-wrap .content-cta .intro-text-y {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 32px 20px;
}
@media (min-width : 320px) and (max-width : 767px) {
  .pages .content-wrap .content-cta .intro-text, .pages .content-wrap .content-cta .intro-text-y {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pages .content-wrap .content-cta .intro-text h2, .pages .content-wrap .content-cta .intro-text-y h2 {
    font-size: 1.55em;
  }
}
.pages .content-wrap .content-cta .intro-text p, .pages .content-wrap .content-cta .intro-text-y p {
  font-size: 1.125em;
  line-height: 1.3;
}
.pages .content-wrap .content-cta .intro-text:after, .pages .content-wrap .content-cta .intro-text-y:after {
  border-right: 1px dotted #d3e8e6;
  opacity: 0.8;
  top: 0;
  right: -5px;
}
@media (min-width : 320px) and (max-width : 767px) {
  .pages .content-wrap .content-cta .intro-text:after, .pages .content-wrap .content-cta .intro-text-y:after {
    display: none;
  }
  .pages .content-wrap .content-cta .intro-text:after h2, .pages .content-wrap .content-cta .intro-text-y:after h2 {
    font-size: 1.55em;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .pages .content-wrap .content-cta .intro-text:after, .pages .content-wrap .content-cta .intro-text-y:after {
    display: none !important;
  }
}
.pages .content-wrap .content-cta .intro-text-y {
  margin: 10px 0;
}
.pages .content-wrap .content-cta .intro-text-y:after {
  border-right: none;
  border-bottom: 1px dotted #d3e8e6;
  width: 100%;
  height: 10px;
  bottom: 0;
  top: auto;
  opacity: 0.5;
}
@media (min-width : 320px) and (max-width : 767px) {
  .pages .content-wrap .content-cta .intro-text-y {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .pages .content-wrap .content-cta .intro-text-y h2 {
    font-size: 1.55em;
  }
}
.pages .content-wrap .content-cta .intro-text-y.solo:after {
  border-bottom: none !important;
}
.pages .content-wrap .content-cta .list-layout {
  padding: 40px 0;
}
.pages .content-wrap .content-cta .list-layout p {
  color: #14455e;
}
@media (min-width: 768px) and (max-width : 991px) {
  .pages .content-wrap .content-cta .list-layout {
    padding-top: 0;
  }
}
@media (min-width: 992px) and (max-width : 1999px) {
  .pages .content-wrap .content-cta .full-width-info {
    padding: 10px 40px 20px;
  }
}
.pages .content-wrap .content-cta .full-width-info h4, .pages .content-wrap .content-cta .full-width-info p {
  color: #14455e;
}
@media (min-width: 992px) and (max-width : 1999px) {
  .pages .content-wrap .sidebar-content-cta {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
  }
}
.pages .content-wrap .sidebar-content-cta h3 {
  border-bottom: 1px dotted #fff;
  padding-bottom: 10px;
  margin: 10px 0;
}
.pages .content-wrap .sidebar-content-cta h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.pages .content-wrap .sidebar-content-cta p {
  color: #14455e !important;
}
.pages .content-wrap .sidebar-content-cta ul {
  margin: 0;
  padding: 0;
}
.pages .content-wrap .sidebar-content-cta ul li {
  list-style: none;
  color: #14455e !important;
}
.pages .content-wrap .content-info-var small, .pages .content-wrap .content-info-var p {
  color: #14455e;
}
.pages .typcn.offset {
  line-height: 18px;
}
.pages .typcn.dual {
  font-size: 26px;
  text-align: center;
}
.pages .typcn.dual:nth-child(1) {
  left: 18px;
}
@media (min-width : 320px) and (max-width : 767px) {
  .pages .typcn.dual:nth-child(1) {
    left: -8px;
  }
  .pages .typcn.dual:nth-child(1) h2 {
    font-size: 1.55em;
  }
}
.pages .typcn.dual:nth-child(2) {
  left: 38px;
}
@media (min-width : 320px) and (max-width : 767px) {
  .pages .typcn.dual:nth-child(2) {
    left: 10px;
  }
  .pages .typcn.dual:nth-child(2) h2 {
    font-size: 1.55em;
  }
}
.pages section {
  margin: 60px 0;
}

@media (min-width: 992px) and (max-width : 1999px) {
  .about-us-page .intro-text, .about-us-page .pages .content-wrap .content-cta .intro-text-y, .pages .content-wrap .content-cta .about-us-page .intro-text-y {
    padding: 40px 25px 40px;
  }
}
.about-us-page .list-layout li {
  padding-left: 40px;
}
@media (min-width : 320px) and (max-width : 767px) {
  .about-us-page .list-layout {
    margin: 0;
    padding: 0 !important;
  }
  .about-us-page .list-layout li {
    padding: 0;
  }
  .about-us-page .list-layout li p {
    color: #fff !important;
    font-size: 1.125em;
  }
  .about-us-page .list-layout h2 {
    font-size: 1.55em;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .about-us-page .list-layout {
    padding: 10px !important;
  }
  .about-us-page .list-layout li {
    padding: 0 20px;
  }
}

.tri-info [class*=col-md-4] {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (min-width : 320px) and (max-width : 767px) {
  .tri-info [class*=col-md-4] {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .tri-info [class*=col-md-4] h2 {
    font-size: 1.55em;
  }
}
@media (min-width: 768px) and (max-width : 991px) {
  .tri-info [class*=col-md-4] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tri-info [class*=col-md-4]:after {
    display: none;
  }
}
.tri-info [class*=col-md-4]:nth-child(2):after, .tri-info [class*=col-md-4]:first-child:after {
  border-right: 1px dotted #dedede;
  width: 6px;
  height: 100%;
  right: 0;
  top: 40px;
}
@media (min-width: 992px) and (max-width : 1999px) {
  .tri-info h2 {
    margin-bottom: 60px;
  }
  .tri-info h3 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.tri-info h3 {
  text-align: center;
}
.tri-info h3 small {
  display: block;
  line-height: 20px;
}
.tri-info .bilog {
  overflow: hidden;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  background: #fff;
  display: block;
  margin: 0 auto;
  border: 1px solid #dcdcdc;
}

.title-box {
  text-align: center;
  border-bottom: 1px dotted #ccc;
  padding: 0 5px;
}
.title-box h3 {
  margin: 10px 0;
}

.jobs-page section,
.web-design-and-development-page section,
.search-engine-optimization-page section,
.software-development-page section,
.management-page section,
.social-media-management-page section {
  margin: 0;
}

.contact-us-page .form-header .notify {
  padding-top: 12px;
  text-align: right;
}

.logo-soc img {
  width: 80px;
  padding-left: 0.85rem;
  margin-left: 0.85rem;
  border-left: 1px dotted rgb(204, 204, 204);
}
.pages .sticky-main-nav .logo-soc img {
  display: none;
}

.pages .sticky-main-nav.stuck .logo-soc img {
  display: block;
}
/*# sourceMappingURL=ob-main.css.map */
