@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Merienda);
.skill-blue {
  background-color: #23a9db;
  border-radius: 5px;
  padding: 10px;
  color: white;
  text-transform: uppercase;
}
.margin-top-20 {
  margin-top: 20px;
}
.skill-green {
  background-color: #58a719;
  border-radius: 5px;
  padding: 10px;
  color: white;
  text-transform: uppercase;
}
body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  color: #000;
  background-color: #fff;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

a {
  color: #21a1d6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #68d3ff;
}

.light {
  font-weight: 300;
}

.collapse ul {
  margin-top: 30px;
}

.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  background-color: #fff;
}

.navbar-brand {
  padding-right: 0px;
}

.navbar-brand img {
  height: 75%;
  width: 75%;
}

.navbar-nav > li > a {
  font-weight: 700;
  font-size: 11px;
  padding-right: 8px;
  padding-left: 8px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand {
  font-weight: 700;
}

.navbar-brand:focus {
  outline: 0;
}

.navbar-custom a {
  color: #393939;
}

.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li.active {
  outline: 0;
  color: #4f9616;
}

.navbar-custom .nav li.active {
  border-bottom: 3px solid #4f9616;
}

.navbar-custom .nav li.active a {
  color: #4f9616 !important;
}

.navbar-toggle {
  padding: 23px 6px;
  font-size: 16px;
  color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0;
}

.intro {
  width: 100%;
  height: auto;
  padding-top: 120px;
  text-align: center;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro-body {
  display: table-cell;
  vertical-align: middle;
}

.brand-heading {
  font-size: 40px;
}

.intro-text {
  font-size: 18px;
}

.intro .container {
  padding: 0px;
}

@media (min-width: 767px) {
  .navbar {
    /*padding:10px 0px;*/
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }

  .top-nav-collapse {
    padding: 0;
    background-color: /*rgba(255, 255, 255, 0.7)*/ rgba(200, 200, 200, 0.7);
    /*opacity: .5;*/
  }

  .navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .brand-heading {
    font-size: 100px;
  }

  .intro-text {
    font-size: 25px;
  }
}

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #fff;
  border-radius: 35px;
  font-size: 40px;
  color: #fff;
  background: 0 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
  outline: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

a i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

a:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

.welcome {
  background-color: #f1f7f7;
  color: #000000;
  padding: 80px 0px;
  font-weight: 400;
}

.welcome-top {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blue-text {
  color: #23a9db;
}

.green-text {
  color: #58a719;
}

.welcome-bottom {
  font-size: 17px;
}

.know-more {
  margin-top: 25px;
  margin-bottom: 10px;
}

.know-more a {
  text-transform: uppercase;
  padding: 10px 50px;
  border: 1px solid #cccccc;
  border-radius: 25px;
  color: #58a719;
}

.know-more a:hover,
.know-more a:active,
.know-more a:focus {
  color: #fff;
  background-color: #23a9db;
}

.section-header {
  background: url(../img/service-header-bg.png) no-repeat bottom center scroll;
  padding: 45px 0px;
}

.about-header {
  padding-right: 15px;
  padding-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 3px solid #6c6c6c;
}

.about-body {
  background: url(../img/about_us_bg_1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 20px 0px;
}

.about-body p:first-of-type {
  margin-top: 25px;
}

.text-opacity {
  opacity: 0.5;
}

.about-box {
  margin-top: 40px;
  padding: 30px 20px;
  font-size: 17px;
  font-weight: 300;
  color: #848484;
  background: #f3f3f3;
  border-left: 8px solid #e3e3e3;
}

.text-uppercase .big-font {
  font-size: 20px;
}

.top-btm-margin {
  margin-top: 30px;
  margin-bottom: 20px;
}

.why-choose {
  font-size: 30px;
  font-weight: 300;
  border-bottom: 3px solid #21a1d6;
  padding: 20px 10px;
}

.text-uppercase {
  text-transform: uppercase;
}

.service-sub-menu {
  padding-top: 30px;
  padding-bottom: 65px;
}

.blue-img-bg {
  background: url(../img/blue-img-bg.png) no-repeat;
  width: 190px;
}

.green-img-bg {
  background: url(../img/green-img-bg.png) no-repeat;
  width: 190px;
}

.service-sub-menu img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.service-sub-menu img:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.service-sub-menu-header {
  padding: 15px 0px;
}

.service-btn {
  padding-top: 10px;
}

.service-btn a {
  color: #000000;
}

.expart {
  background: url(../img/about_us_bg_2.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding-top: 20px;
}

.expart-img {
  padding-top: 20px;
}

.expart-heading {
  font-size: 30px;
  padding-bottom: 15px;
}

.first-ex-sub {
  padding-top: 25px;
}

.expart-sub {
  padding-bottom: 25px;
}

.expart-sub img {
  padding-top: 30px;
}

.expart-sub-header {
  font-size: 25px;
}

.quote-img {
  padding-top: 40px;
  padding-bottom: 20px;
}

.quote {
  font-size: 18px;
  color: #8c9494;
  line-height: 1.8;
}

.user-client {
  padding-top: 50px;
  padding-bottom: 70px;
}

.client-desc {
  padding-top: 15px;
}

.client-name {
  font-family: "Merienda", cursive;
  font-size: 20px;
}

.client-post {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #8c9494;
}

.some-padding {
  padding-bottom: 55px;
}

.client {
  font-size: 30px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid #21a1d6;
}

.client-list {
  padding-bottom: 50px;
}

.contact-bannner {
  margin-bottom: 30px;
}

.contact-info-header {
  font-size: 20px;
  padding: 20px;
  border-bottom: 3px solid #a2a2a2;
}

.map {
  margin-top: 50px;
}

.office {
  margin-top: 30px;
}

.office-header {
  text-transform: uppercase;
  font-size: 20px;
  padding-right: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8e8e8e;
}

.office-address {
  margin-top: 40px;
}

.office-address i {
  font-size: 18px;
}

.get-in-touch {
  margin-top: 50px;
  margin-bottom: 50px;
}

.form-header {
  text-transform: uppercase;
  font-size: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8e8e8e;
}

label {
  font-weight: 400;
  text-transform: uppercase;
}

.form-control {
  border-radius: 0px;
  background-color: #f6f6f6;
}

.contact-border {
  margin-top: 75px;
  border-bottom: 5px solid #919598;
}

.page-scroll i {
  font-size: 36px;
  background-color: #ffffff;
  position: relative;
  top: -28px;
  height: 50px;
  width: 50px;
  color: #21a1d6;
  border-radius: 50%;
  border: 5px solid #21a1d6;
}

.footer {
  background: url(../img/footer-bg.png) repeat;
}

.footer .row {
  color: #ffffff;
}

.footer-heading {
  font-size: 18px;
  border-bottom: 1px solid #313a36;
  padding-bottom: 10px;
}

.link-info {
  padding-bottom: 30px;
}

.link-info .row {
  margin-right: 0px;
  margin-left: 0px;
}

.link-info .row .col-xs-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.link-list {
  padding: 10px 0px;
  font-size: 11px;
  text-transform: uppercase;
  border-top: 1px solid #141918;
  border-bottom: 1px solid #313a36;
}

.xtra-list {
  border-top: 1px solid #141918;
}

.link-list i {
  color: #21a1d6;
}

.blog {
  border-bottom: none;
}

.blog-write,
.blog-time {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-bottom: 10px;
}

.blog-write {
  color: #9d9d9d;
}

.blog-site {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-bottom: 3px;
}

.blog-time {
  border-bottom: 1px dashed #21a1d6;
  color: #545454;
}

.blog-secend {
  padding-top: 20px;
}

.blog-secend .blog-time {
  border-bottom: none;
}

.contact-write {
  font-size: 12px;
  padding-bottom: 20px;
}

.font-13 {
  font-size: 13px;
}

.copyright-social .row {
  margin-left: 0px;
  margin-right: 0px;
}

.copyright {
  font-size: 12px;
  padding: 25px 0px;
  opacity: 0.5;
}

.copyright-social .col-md-5 {
  padding-right: 0px;
}

.social {
  background: url(../img/social-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
}

.social a i {
  color: #ffffff;
  margin: 0px 15px;
}

.btn {
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-default {
  font-size: 16px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  color: #000000;
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
  border: 1px solid #dddddd;
  outline: 0;
  color: #ffffff;
  background-color: #21a1d6;
}

.btn-huge {
  padding: 25px;
  font-size: 26px;
}

.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons > li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  ul.banner-social-buttons > li:last-child {
    margin-bottom: 0;
  }

  body,
  .form-control {
    font-size: 11px;
  }

  .client,
  .welcome-top {
    font-size: 20px;
  }

  .why-choose,
  .expart-heading {
    font-size: 18px;
  }

  .about-header,
  .text-uppercase .big-font,
  .contact-info-header,
  .office-header,
  .form-header,
  .expart-sub-header {
    font-size: 16px;
  }

  .welcome-bottom,
  .client-name,
  .footer-heading {
    font-size: 14px;
  }

  .about-box,
  .quote,
  .client-post,
  .btn-default {
    font-size: 12px;
  }

  .blog-write,
  .blog-time,
  .blog-site,
  .contact-write {
    font-size: 10px;
  }

  .font-13 {
    font-size: 11px;
  }

  .form-control {
    height: 30px;
  }

  .about-body .col-md-6 {
    margin-bottom: 20px;
  }

  .copyright-social .col-md-5 {
    padding-left: 0px;
    text-align: center;
  }

  .intro {
    padding-top: 120px;
  }

  .know-more a {
    padding: 8px 40px;
  }

  .section-header {
    padding: 34px 0px;
  }

  .service-sub-menu {
    padding-bottom: 10px;
  }

  .service-body {
    padding-bottom: 30px;
  }

  .client-list {
    padding-bottom: 25px;
  }

  .user-client {
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .expart-sub img {
    padding-top: 16px;
  }

  .contact-bannner img {
    min-height: 100px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  body,
  .form-control {
    font-size: 12px;
  }

  .welcome-top {
    font-size: 30px;
  }

  .expart-heading {
    font-size: 24px;
  }

  .welcome-bottom,
  .expart-sub-header {
    font-size: 20px;
  }

  .client-name,
  .footer-heading {
    font-size: 16px;
  }

  .about-box,
  .quote,
  .client-post,
  .btn-default {
    font-size: 14px;
  }

  .blog-write,
  .blog-time,
  .blog-site,
  .contact-write {
    font-size: 11px;
  }

  .font-13 {
    font-size: 12px;
  }

  .form-control {
    height: 30px;
  }

  .about-body .col-md-6 {
    margin-bottom: 20px;
  }

  .copyright-social .col-md-5 {
    padding-left: 0px;
    text-align: center;
  }

  .intro {
    padding-top: 120px;
  }

  .know-more a {
    padding: 8px 40px;
  }

  .section-header {
    padding: 34px 0px;
  }

  .service-sub-menu {
    padding-bottom: 10px;
  }

  .service-body {
    padding-bottom: 30px;
  }

  .client-list {
    padding-bottom: 40px;
  }

  .contact-bannner img {
    min-height: 200px;
  }
}

::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}

::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 991px) {
  .navbar-nav > li > a {
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-brand img {
    height: 100%;
    width: 100%;
  }
}

.client-list-logo {
  border: 1px solid #bdc5c6;
  border-radius: 5px;
  width: 270px;
  height: 90px;
  margin-left: 15px;
  text-align: center;
  padding-bottom: 50px;
}

.client-list-logo img {
  width: 90%;
}

.client-list-logo #imggulferp {
  padding-top: 25px;
}

.client-list-logo #imgbirchhr {
  padding-top: 15px;
}

.client-list-logo #imgwearefriends {
  padding-top: 10px;
}

.client-list-logo #imgmaxhealth {
  padding-top: 20px;
}

.client-list-logo #imgparkevalution {
  padding-top: 10px;
}

.client-list-logo #imgsunmarsky {
  padding-top: 10px;
}

.margin-top-negative {
  margin-top: -10px;
}

.hide {
  display: none;
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-float-icon {
  margin-top: 16px;
}
.sub-page-header {
  margin-top: 20px;
  margin-bottom: 20px;
}

.technology-body {
  background-color: #f1f7f7;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.technology-body-row {
  margin-top: 25px;
  clear: both;
}

.technology-body-last-row {
  margin-top: 25px;
  clear: both;
  margin-bottom: 70px;
}
