
/*=======================
  TABLE OF CONTENTS
========================*/
/*


  1. HELPER STYLES
  2. LAYOUT
  3. GENERAL STYLES
  4. TYPOGRAPHY
  5. COMMON STYLES
  6. PRE LOADER
  7. HEADER
  8. CAROUSEL
  9. INTRO
  10. WHY CHOOSE US
  11. WHAT WE DO
  12. HOW WE WORK
  13. TEAM MEMBERS
  14. QUALITY OF WORK
  15. PORTFOLIO
  16. WORK ENVIRONMENT
  17. OUR BLOG
  18. TESTIMONIAL
  19. OUR PRICING
  20. FUN FACTS
  21. CLIENTS
  22. MAIN FOOTER


 */

/*=======================
  HELPER STYLES
  =======================*/
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-padding-col [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
/*=======================
  LAYOUTS
  =======================*/
.section-block {
  padding: 8em 0;
}
/*=======================
  GENERAL STYLES
  =======================*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  color: #4d4d4d;
  position: relative;
}
a {
  text-decoration: none;
  color: #35CD17;
  transition: .3s;
}
a:hover {
  text-decoration: none;
  color: #35CD17;
}
a:active {
  outline: none;
}
a:focus {
  outline: none;
}
ul {
  padding-left: 0;
  list-style: none;
}
/*=======================
  TYPOGRAPHY
  =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #0d0d0d;
  font-weight: 800;
}
p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
/*=======================
  COMMON STYLES
  =======================*/
.btn {
  border-radius: 0;
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
}
.btn-main,
.btn-ghost {
  background: #35CD17;
  padding: 1em 2em;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #35CD17;
  transition: .3s;
}
.btn-main:hover,
.btn-ghost:hover {
  background: #35CD17;
  color: #ffffff;
  border-color: #35CD17;
}
.btn-ghost {
  background: transparent;
  border: 2px solid #ffffff;
}
.btn-ghost:hover {
  background: transparent;
  border-color: #65EB2A;
}
/* SECTION TITLE STYLE */
.section-title-block {
  text-align: center;
  margin-bottom: 98px;
}
.section-title-block .section-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 14px;
  background-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 42px;
  font-weight: bold;
}
.section-title-block .section-title:after {
  content: '';
  width: 1em;
  height: 3px;
  position: absolute;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #35CD17;
}
.section-title-block .section-title:before {
  content: '';
  width: 3em;
  height: 3px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #35CD17;
}
.section-title-block .lead {
  width: 50%;
  margin: auto;
  text-align: center;
  font-size: 18px;
  color: #cccbcb;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .section-title-block .lead {
    width: 90%;
    font-size: 16px;
  }
}
/* BLOCK TOP TITLE STYLE */
.block-top-title {
  margin-bottom: 42px;
}
.block-top-title h3 {
  display: inline-block;
  margin-bottom: 35px;
  position: relative;
  margin-top: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media (max-width: 580px) {
  .block-top-title h3 {
    letter-spacing: 0;
    line-height: 1.4;
  }
}
.block-top-title h3:after {
  content: '';
  width: 28px;
  height: 3px;
  position: absolute;
  bottom: -10px;
  right: -14px;
  background: #35CD17;
}
@media (max-width: 580px) {
  .block-top-title h3:after {
    display: none;
  }
}
/*=======================
  PRELOADER
  =======================*/
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  z-index: 10000;
}
.pre-loader .loader-inner {
  text-align: center;
  width: 5em;
  height: 5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pre-loader .loader-inner > div {
  display: inline-block;
  background: #35CD17;
}
/*=======================
  HEADER
  =======================*/
header .top-bar {
  /* TOP BAR */
  background: #1E8449 ;
  color: #000;
  height: 42px;
  opacity: 0.7;
}
header .top-bar ul {
  margin-bottom: 0;
}
header .top-bar ul li {
  display: inline-block;
}
header .top-bar ul li a {
  line-height: 41px;
  color: #000;
}
header .top-bar ul.social-links li a {
  width: 1em;
  height: 1em;
  text-align: center;
  margin-right: 7px;
  display: inline-block;
}
header .top-bar ul.social-links li:last-child a {
  margin-right: 0;
}
header .top-bar ul.top-bar-meta {
  text-align: right;
}
header .top-bar ul.top-bar-meta li {
  margin-right: 1em;
}
header .top-bar ul.top-bar-meta li:after {
  content: '|';
  display: inline-block;
  margin-left: 1em;
}
header .top-bar ul.top-bar-meta li:last-child {
  margin-right: 0;
}
header .top-bar ul.top-bar-meta li:last-child:after {
  content: none;
}
header .top-bar ul.top-bar-meta li .fa {
  margin-right: .5em;
}
header .navbar {
  /* NAVBAR */
  margin-bottom: 0;
}
header .navbar * {
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
header .navbar.navbar-default {
  /* navbar default */
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #e6e6e6;
}
header .navbar.navbar-default .navbar-nav > li {
  /* navbar-nav item */
}
header .navbar.navbar-default .navbar-nav > li > a {
  position: relative;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0d0d0d;
  font-size: 13px;
}
@media (min-width: 768px) {
  header .navbar.navbar-default .navbar-nav > li > a {
    border-top: 3px solid transparent;
    padding-top: 25px;
    padding-bottom: 28px;
    transition: .3s;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .navbar.navbar-default .navbar-nav > li > a:after {
    content: '';
    width: calc(100% - 40px);
    height: 2px;
    display: block;
    background: transparent;
    margin: auto;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: .3s;
  }
  header .navbar.navbar-default .navbar-nav > li > a:hover {
    color: #35CD17;
  }
}
@media (max-width: 767px) {
  header .navbar.navbar-default .navbar-nav > li > a {
    transition: .3s;
  }
  header .navbar.navbar-default .navbar-nav > li > a:hover {
    border-left: 5px solid #35CD17;
  }
}
header .navbar.navbar-default .navbar-nav > li.active {
  /* active nav item */
}
header .navbar.navbar-default .navbar-nav > li.active > a {
  position: relative;
  background: transparent;
  color: #35CD17;
}
header .navbar.navbar-default .navbar-nav > li.active > a:after {
  background: #35CD17;
}
@media (max-width: 767px) {
  header .navbar.navbar-default .navbar-collapse {
    max-height: none;
  }
}
header .navbar.navbar-default .navbar-right .dropdown-menu {
  left: 0px;
  right: auto;
}
header .navbar.navbar-default .navbar-header {
  /* navbar header */
}
header .navbar.navbar-default .navbar-header .navbar-brand {
  /* STYLING FOR NAVBAR BRAND */
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
  letter-spacing: 5px;
  transition: .3s;
  font-family: 'Montserrat', sans-serif;
}
header .navbar.navbar-default .navbar-header .navbar-brand:hover span {
  color: #35CD17;
}
@media (min-width: 768px) {
  header .navbar.navbar-default .navbar-header .navbar-brand {
    padding-top: 21px;
    padding-bottom: 21px;
    line-height: 34px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  header .navbar.navbar-default .navbar-header .navbar-brand {
    margin-left: 15px;
  }
}
header .navbar.navbar-default .navbar-header .navbar-toggle:hover {
  background: #f5f5f5;
}
header .navbar.navbar-default .navbar-header .navbar-toggle:active,
header .navbar.navbar-default .navbar-header .navbar-toggle:focus {
  background: #f5f5f5;
}
header .navbar.navbar-default .search-wrapper {
  /* search wrapper */
  margin-left: 20px;
}
header .navbar.navbar-default .search-wrapper .form-control {
  height: 42px;
}
header .navbar.navbar-default .search-wrapper .search-input {
  /* search input */
  width: 42px;
  border-radius: 30px;
  transition: .5s;
  padding-left: 2em;
}
header .navbar.navbar-default .search-wrapper .search-input:focus {
  width: 180px;
  padding-left: 2.8em;
}
@media (max-width: 767px) {
  header .navbar.navbar-default .search-wrapper .search-input {
    width: 100%;
    margin: auto;
    margin-left: -7px;
  }
  header .navbar.navbar-default .search-wrapper .search-input:focus {
    width: 100%;
  }
}
header .navbar.navbar-default .search-wrapper .search-icon {
  /* search icon */
  position: relative;
  top: 3px;
  margin-right: -31px;
}
@media (max-width: 767px) {
  header .navbar.navbar-default .search-wrapper .search-icon {
    left: 94%;
    top: 37px;
  }
}
header .navbar.navbar-default .navbar-form {
  /* navbar form style */
}
@media (min-width: 768px) {
  header .navbar.navbar-default .navbar-form {
    margin: 0;
    margin-right: -7px;
    padding-right: 0;
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
header .navbar.navbar-default .navbar-form .submit-btn {
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
}
header .navbar.navbar-default .navbar-form .form-control {
  border: 1px solid #e6e6e6;
}
header .navbar.navbar-default .navbar-form .form-control:focus {
  box-shadow: none;
  border-color: #35CD17;
}
header .navbar.navbar-default .dropdown .glyphicon-triangle-bottom {
  font-size: 10px;
  color: #cccbcb;
  position: relative;
  top: 2px;
  left: 2px;
}
header .navbar.navbar-default .dropdown:hover {
  /* dropdown menu collapsing on hover */
}
@media (min-width: 768px) {
  header .navbar.navbar-default .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
header .navbar.navbar-default .dropdown-menu {
  /* dropdown menu style */
  padding-top: 0;
  padding-bottom: 0;
  border: 1px solid #e6e6e6;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
header .navbar.navbar-default .dropdown-menu > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: .3s;
  border-bottom: 1px dotted #e6e6e6;
  font-weight: bold;
}
header .navbar.navbar-default .dropdown-menu > li > a:hover {
  color: #35CD17;
  background: #ffffff;
}
header .navbar.navbar-default .dropdown-menu li a {
  color: #333333;
}
header .navbar.navbar-default .dropdown-menu li a:hover {
  color: #35CD17;
}
header .navbar.navbar-default .dropdown-menu li.divider {
  margin: 0;
}
header .navbar.navbar-default .open {
  /* styling for navbar menu when open */
}
header .navbar.navbar-default .open .dropdown-menu li a {
  color: #333333;
}
header .navbar.navbar-default .open .dropdown-menu li a:hover {
  color: #35CD17;
}
header .navbar.navbar-fixed-top {
  /* NAVBAR FIEXED TOP STYLE */
}
@media (min-width: 768px) {
  header .navbar.navbar-fixed-top .navbar-nav > li > a {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
header .navbar.navbar-fixed-top .navbar-nav > li.active a:after {
  bottom: -1px;
}
@media (min-width: 768px) {
  header .navbar.navbar-fixed-top .navbar-header .navbar-brand {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 34px;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  header .navbar.navbar-fixed-top .navbar-form {
    margin: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .navbar.navbar-fixed-top .navbar-form .form-control {
  border: 1px solid #e6e6e6;
}
header .navbar.navbar-fixed-top .navbar-form .form-control:focus {
  box-shadow: none;
  border-color: #35CD17;
}
header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:focus,
header .navbar-default .navbar-nav > .open > a:hover {
  /* overriding some bootstrap class */
  background: #ffffff;
  color: #35CD17;
}
/*=======================
  CAROUSEL
  =======================*/
.carousel.fade {
  /* CAROUSEL FADE STYLE */
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.carousel.fade .item:first-child {
  opacity: 0;
}
.carousel.fade .item.active {
  opacity: 1;
  z-index: 1;
}
.carousel.fade .item:after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.carousel.fade .carousel-control {
  /* CAROUSEL CONTROL */
  z-index: 2;
  opacity: 0;
  transition: .3s;
}
.carousel.fade .carousel-control:hover {
  opacity: 1;
}
.carousel.fade .carousel-control.left,
.carousel.fade .carousel-control.right {
  background: 0;
}
.carousel.fade .carousel-control .fa {
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  font-size: 30px;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  transition: .3s;
  text-shadow: none;
}

.carousel.fade .carousel-control .fa.fa-angle-left {
  padding-right: 5px;
  left: 1em;
}
.carousel.fade .carousel-control .fa.fa-angle-right {
  padding-left: 5px;
  right: 1em;
}
.carousel.fade .carousel-control .fa:hover {
  background: #35CD17;
}
@media (max-width: 768px) {
  .carousel.fade .carousel-control .fa {
    display: none;
  }
}
.carousel .carousel-indicators {
  /* carousel indicators */
}
.carousel .carousel-indicators li {
  margin-right: 5px;
}
.carousel .carousel-indicators li:last-child {
  margin-right: 0;
}
.carousel .carousel-inner {
  max-height: 768px;
}
.carousel .carousel-caption {
  /* carousel caption */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.carousel .carousel-caption .caption-wrapper {
  width: 60%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1199px) and (min-width: 768px) {
  .carousel .carousel-caption .caption-wrapper {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-caption .caption-wrapper {
    width: 90%;
  }
}
.carousel .carousel-caption .caption-wrapper h3 {
  /* STYLING THE CAROUSEL CONTENT DATA */
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-shadow: none;
  font-size: 100px;
}
@media (max-width: 767px) {
  .carousel .carousel-caption .caption-wrapper h3 {
    font-size: 18px;
    background-size: 3px;
  }
}
.carousel .carousel-caption .caption-wrapper .caption-title {
  /* caption title */
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  text-shadow: none;
  margin-bottom: 21px;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 992px) and (min-width: 768px) {
  .carousel .carousel-caption .caption-wrapper .caption-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-caption .caption-wrapper .caption-title {
    font-size: 24px;
  }
}
.carousel .carousel-caption .caption-wrapper .caption-title span {
  font-weight: bold;
}
.carousel .carousel-caption .caption-wrapper .caption-title strong {
  font-weight: bold;
  color: #35CD17;
}
.carousel .carousel-caption .caption-wrapper .caption-content {
  /* caption content */
  font-size: 18px;
  text-shadow: none;
  margin-bottom: 42px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .carousel .carousel-caption .caption-wrapper .caption-content {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .carousel .carousel-caption .caption-wrapper .caption-content {
    display: none;
  }
}
.carousel .carousel-caption .caption-wrapper .caption-btns {
  /* caption buttons */
}
.carousel .carousel-caption .caption-wrapper .caption-btns button {
  margin-right: 10px;
}
.carousel .carousel-caption .caption-wrapper .caption-btns button:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .carousel .carousel-caption .caption-wrapper .caption-btns button {
    padding: 7px 14px;
  }
}
@media (max-width: 530px) {
  .carousel .carousel-caption .caption-wrapper .caption-btns button {
    margin-bottom: 14px;
  }
}
/*=======================
  INTRO
  =======================*/
.intro {
  padding: 8em 0 calc(8em - 48px) 0;
}
.intro .intro-content {
  /* intro content */
  margin-bottom: 48px;
}
.intro .intro-content .wrap {
  padding: 28px;
  position: relative;
  border: 1px solid #e6e6e6;
}
.intro .intro-content .wrap .icon-block {
  /* icon block */
  position: absolute;
  top: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 28px;
  background: #333333;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  font-size: 21px;
  color: #ffffff;
  box-sizing: content-box;
  text-align: center;
  line-height: 62px;
  transition: .3s;
}
.intro .intro-content .wrap h4 {
  font-weight: bold;
  position: relative;
  margin-bottom: 21px;
  margin-top: 28px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.intro .intro-content .wrap h4:after {
  content: '';
  width: 3px;
  height: 42px;
  background: #35CD17;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -29px;
  transition: .3s;
}
.intro .intro-content .wrap p {
  margin-bottom: 0;
}
.intro .intro-content .wrap .read-more-link {
  /* read more link */
  color: #0d0d0d;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 21px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  transition: .3s;
  font-size: 13px;
  letter-spacing: 2px;
}
.intro .intro-content .wrap .read-more-link:hover {
  color: #299315;
}
.intro .intro-content .wrap:hover {
  /* hover style for each block */
}
.intro .intro-content .wrap:hover .icon-block {
  background: #35CD17;
}
.intro .intro-content .wrap:hover h3:after {
  background: #299315;
}
.intro .intro-content .wrap:hover .read-more-link {
  color: #35CD17;
}


/*=======================
  HOW WE WORK
  =======================*/
.how-we-work {
  /*PUT YOUR IMAGE HERE// CHANGE THE VALUE INSIDE url( ) */
  background: url(../img/white-office.jpg) no-repeat center;
  /* IMAGE SIZE SHOULD BE 1500x1000 OR ANY LANDSCAPE IMAGE */
  background-size: cover;
  padding-top: 9em;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .how-we-work {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.how-we-work .content-block {
  /* content block */
  background: rgba(255, 255, 255, 0.96);
  padding: 4em 3em;
}
@media (max-width: 768px) {
  .how-we-work .content-block {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (max-width: 480px) {
  .how-we-work .content-block {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.how-we-work .content-block .block-top-title {
  /* block top title */
  margin-bottom: 35px;
}
.how-we-work .content-block .block-top-title h3 {
  margin-top: 0;
}
.how-we-work .content-block .process {
  /* process */
}
.how-we-work .content-block .process .icon-block-wrapper {
  float: left;
}
.how-we-work .content-block .process .icon-block-wrapper .icon-block {
  /* icon block */
  font-size: 17.5px;
  width: 49px;
  height: 49px;
  line-height: 49px;
  background: #35CD17;
  text-align: center;
  border-radius: 50%;
  transition: .3s;
  color: #ffffff;
}
.how-we-work .content-block .process .icon-block-wrapper .icon-block > .icon {
  position: relative;
  top: 2.5px;
}
.how-we-work .content-block .process .work-content {
  /* work content */
  margin-left: 4.8em;
}
.how-we-work .content-block .process .work-content h4 {
  margin-bottom: 21px;
  margin-top: 17px;
}
.how-we-work .content-block .process .work-content p {
  margin-bottom: 0;
}
.how-we-work .content-block .process > div {
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .how-we-work .content-block .process > div {
    margin-bottom: 0;
  }
}
.how-we-work .content-block .process > div:hover .icon-block {
  background: #299315;
  color: #ffffff;
}

/*=======================
  QUALITY OF WORK
  =======================*/
.quality-of-work {
  background: #fafafa;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.quality-of-work .photo-block {
  /* photo block */
  background: #fafafa;
  padding: 7em 5em;
}
@media (max-width: 768px) {
  .quality-of-work .photo-block {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (max-width: 480px) {
  .quality-of-work .photo-block {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.quality-of-work .photo-block img {
  margin: auto;
}
@media (max-width: 1100px) and (min-width: 992px) {
  .quality-of-work .photo-block img {
    margin-top: 2em;
  }
}
.quality-of-work .content-block {
  /* content block */
  background: #f5f5f5;
  padding: 5em 1.5em;
  position: relative;
  z-index: 1;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: -1px;
  margin-bottom: -1px;
}
@media (max-width: 1199px) {
  .quality-of-work .content-block {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 992px) {
  .quality-of-work .content-block {
    border-top: 0;
  }
}
@media (max-width: 768px) {
  .quality-of-work .content-block {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (max-width: 480px) {
  .quality-of-work .content-block {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.quality-of-work .content-block:after {
  content: '';
  width: 5em;
  height: 100%;
  box-sizing: content-box;
  position: absolute;
  left: -2.5em;
  top: -1px;
  background: #f5f5f5;
  z-index: -1;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transform: skew(-5deg, 0);
          transform: skew(-5deg, 0);
}
@media (max-width: 1200px) {
  .quality-of-work .content-block:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .quality-of-work .content-block .content-wrapper {
    max-width: 550px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .quality-of-work .content-block .content-wrapper {
    max-width: 585px;
    margin: auto;
  }
}
.quality-of-work .content-block .block-top-title {
  /* block top title */
}
.quality-of-work .content-block .block-top-title h3 {
  margin-top: 0;
}
.quality-of-work .content-block .features {
  /* features */
  margin-top: 28px;
  margin-bottom: 0;
}
.quality-of-work .content-block .features li {
  margin-bottom: 28px;
}
.quality-of-work .content-block .features li:last-child {
  margin-bottom: 0;
}
.quality-of-work .content-block .features li .icon-block {
  /* icon block */
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #333333;
  color: #ffffff;
  border-radius: 50%;
  font-size: 17.5px;
  text-align: center;
  float: left;
  border: 1px solid #ededed;
  margin-top: 1px;
  transition: .3s;
}
.quality-of-work .content-block .features li p {
  margin-left: 4em;
  margin-bottom: 0;
}
.quality-of-work .content-block .features li:hover .icon-block {
  background: #35CD17;
  color: #ffffff;
}

/*=======================
  OUR FEATURES
  =======================*/
.our-features {
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  color: #333333;
}
.our-features:after {
  content: '';
  /*PUT YOUR IMAGE HERE// CHANGE THE VALUE INSIDE url( ) */
  background: url(http://placehold.it/1500x1000) no-repeat center;
  /* IMAGE SIZE SHOULD BE 1500x1000 OR ANY LANDSCAPE IMAGE */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-attachment: fixed;
}
.our-features .image-block {
  /* image block */
}
.our-features .image-block .image-wrapper img {
  position: absolute;
  top: -4em;
  right: 3em;
}
.our-features .content-block {
  /* content block */
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 2em;
}
.our-features .content-block .content-wrapper {
  padding: 0 0 0 35px;
}
@media (max-width: 768px) {
  .our-features .content-block .content-wrapper {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (max-width: 480px) {
  .our-features .content-block .content-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.our-features .environment-details {
  /* environment details */
  margin-top: 21px;
  margin-bottom: 0;
}
.our-features .environment-details li {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .our-features .environment-details li:nth-child(n+3) {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .our-features .environment-details li:last-child {
    margin-bottom: 14px;
  }
}
.our-features .environment-details li .title-block {
  /* title block */
}
.our-features .environment-details li .title-block .icon-block {
  /* icon block */
  display: inline-block;
  margin-right: 14px;
  vertical-align: middle;
  font-size: 28px;
  color: #35CD17;
}
.our-features .environment-details li .title-block h4 {
  display: inline-block;
  vertical-align: middle;
}
.our-features .environment-details li p {
  margin-bottom: 0;
}

/*=======================
  CONTACT US
  =======================*/
.contact-us {
  background: #fafafa;
  padding-bottom: calc(8em - 60px);
}
.contact-us .contact-form {
  /* contact form */
  margin-bottom: 20px;
  margin-left: 25%;
}
.contact-us .contact-form .form-control {
  background: #f5f5f5;
}
.contact-us .contact-form .form-content .message-field textarea {
  height: 10em;
}
.contact-us .home-map-block {
  /* home map block */
  margin-top: 10px;
  margin-bottom: 48px;
}
.contact-us .home-map-block .map {
  height: 270px;
}
/*=======================
  MAIN FOOTER
  =======================*/
.main-footer {
  background: #1a1a1a;
  color: #ffffff;
}
.main-footer .footer-content {
  /* footer content */
  padding-top: 7em;
  padding-bottom: calc(7em - 48px);
}
@media (max-width: 768px) {
  .main-footer .footer-content {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media (max-width: 480px) {
  .main-footer .footer-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.main-footer .footer-content .content-block {
  margin-bottom: 48px;
}
.main-footer .footer-content .block-heading {
  /* block heading */
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.main-footer .footer-content .short-about {
  /* about */
}
.main-footer .footer-content .short-about h4 {
  color: #ffffff;
  text-transform: uppercase;
}
.main-footer .footer-content .short-about p {
  color: #cccbcb;
}
.main-footer .footer-content .short-about ul {
  margin-top: 28px;
}
.main-footer .footer-content .short-about ul li {
  display: inline-block;
  transition: .4s;
  margin-right: 2px;
}
.main-footer .footer-content .short-about ul li .icon-block {
  width: 42px;
  height: 42px;
  background: transparent;
  color: #333333;
  line-height: 42px;
  text-align: center;
  transition: .3s;
  font-size: 17.5px;
  border: 1px solid #4d4d4d;
  color: #cccbcb;
}
.main-footer .footer-content .short-about ul li:hover .icon-block {
  background: #35CD17;
  color: #ffffff;
  border-color: #299315;
}
.main-footer .footer-content .short-about ul li:last-child {
  margin-right: 0;
}
.main-footer .footer-content .address-block {
  /* address */
  color: #cccbcb;
}
.main-footer .footer-content .address-block .email-link span,
.main-footer .footer-content .address-block .phone-call span {
  margin-right: 14px;
  color: #cccbcb;
}
.main-footer .footer-content .address-block .email-link a,
.main-footer .footer-content .address-block .phone-call a {
  color: #cccbcb;
}
.main-footer .footer-content .address-block .email-link a:nth-of-type(2),
.main-footer .footer-content .address-block .phone-call a:nth-of-type(2) {
  margin-left: 29px;
}
.main-footer .footer-content .address-block .email-link {
  margin-bottom: 21px;
}
.main-footer .footer-content .useful-links {
  /* userful links */
}
.main-footer .footer-content .useful-links ul li {
  margin-bottom: 14px;
}
.main-footer .footer-content .useful-links ul li:last-child {
  margin-bottom: 0;
}
.main-footer .footer-content .useful-links ul li a {
  color: #cccbcb;
  transition: .3s;
}
.main-footer .footer-content .useful-links ul li a:hover {
  color: #35CD17;
}
.main-footer .footer-content .twitter-updates {
  /* twitter updates */
}
.main-footer .footer-content .twitter-updates .tweet-list li {
  margin-bottom: 21px;
}
.main-footer .footer-content .twitter-updates .tweet-list li:last-child {
  margin-bottom: 0;
}
.main-footer .footer-content .twitter-updates .tweet-list li p {
  color: #cccbcb;
}
.main-footer .footer-content .twitter-updates .tweet-list li p a {
  color: #35CD17;
}
.main-footer .footer-content .twitter-updates .tweet-list li p.tweet-time {
  font-style: italic;
  font-size: 13px;
}
.main-footer .footer-content .twitter-updates .tweet-list li p.tweet-time span {
  font-style: normal;
  font-size: 14px;
}
.main-footer .copyright-info {
  /* copyright info */
  background: #333333;
  padding: 21px 0;
  position: relative;
}
.main-footer .copyright-info .copyright-block p {
  margin-bottom: 0;
  color: #cccbcb;
}
@media (max-width: 767px) {
  .main-footer .copyright-info .copyright-block p {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.main-footer .copyright-info .extra-link ul {
  margin-bottom: 0;
  text-align: right;
}
.main-footer .copyright-info .extra-link ul li {
  display: inline-block;
  margin-right: 14px;
}
.main-footer .copyright-info .extra-link ul li:last-child {
  margin-right: 0;
}
.main-footer .copyright-info .extra-link ul li a {
  color: #cccbcb;
  transition: .3s;
}
.main-footer .copyright-info .extra-link ul li a:hover {
  color: #35CD17;
}
.main-footer .copyright-info .back-to-top {
  /* block top title */
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  background: #ffffff;
  color: #333333;
  top: -1.5em;
  transition: .3s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-footer .copyright-info .back-to-top a {
  color: #333333;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main-footer .copyright-info .back-to-top:hover {
  background: #35CD17;
}
.main-footer .copyright-info .back-to-top:hover a {
  color: #ffffff;
}
/*=======================
  MISC
  =======================*/
/* styling for pop up js */
.popup .popup_content img {
  max-height: 100%;
}
.popup_cont {
  z-index: 2000;
}
/* blog carousel */
.blog-carousel {
  /* styling for owl carousel item */
  overflow: hidden;
}
/**
 * owl carousel for blog postss
 */
.our-blog .owl-carousel .owl-controls .owl-nav {
  margin-top: 48px;
}
.our-blog .owl-carousel .owl-controls .owl-nav .owl-prev,
.our-blog .owl-carousel .owl-controls .owl-nav .owl-next {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #333333;
  color: #ffffff;
  transition: .3s;
  padding: 0;
  border-radius: 0;
}
.our-blog .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.our-blog .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background: #35CD17;
}
/**
 * owl carousel for clients
 */
.our-clients .owl-carousel .owl-nav {
  margin-top: 48px;
}
