/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Architecuta - Architech and Blog Template
Version:	1.0
Last change:	23/02/2015
Developed By:	Nasir Uddin
Developer URI:	http://nasiruddin.com
Primary use:	Business, Portfolio and Blog
Code Description: I use LESS preprocessor to code and optimize to reponsive with nested style. 
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Preloader
2. Header
3. Index Content: Portfolio / Project / Works grid
5. Breadcrumb
4. About Us Content: 
    i. Company Services
    ii. Toggle Content
    iii. Team Members
    iv. Company Facts
5. Blog
    i. Blogs
6. Single Post 
    i. Post Content with Tags row
    ii. Comments
    iii. Comment Form
7. Project Details
    i. Project Details
    ii. Project Shots
8. Contact Us
    i. Google Map
    ii. Contact Us Text
    iii. Contact Us Form
9. Sidebar
    i. Search Form
    ii. Post Tabs
    iii. Tags
    iv. Text Widget
10. Footer
    i. Get In Touch Tabs
    ii. Tweets Slider
    iii. Flickr Slider
    iv. Copyright 
    v. Go Top Button
-------------------------------------------------------------------*/
/*
*
*
*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*Prefix Styles*/
body {
  scroll-behavior: smooth;
}
.m0 {
  margin: 0;
}
.p0 {
  padding: 0;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
body {
  position: relative;
}
/*Floating*/
.fleft {
  float: left;
}
.fright {
  float: right;
}
/*Section Fix*/
section.row,
header.row,
footer.row {
  margin: 0;
  position: relative;
}
/*Ancore*/
a,
.btn,
button {
  outline: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  color: #878787;
}
.btn-services {
  padding: 1rem 1.5rem;
  background-color: #e6782d;
  color: white;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.btn-services:hover {
  color: white;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.24);
}
a:focus,
.btn:focus,
button:focus,
a:hover,
.btn:hover,
button:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  color: #e6782d;
}

.btn {
  border-radius: 0;
}


/*Section Padding*/
.contentRowPad {
  padding: 50px 0 0 0;
}
.contentRowPad.pb0 {
  padding-bottom: 20px;
}
/*Section Title*/
.sectionTitle {
  color: #303030;
  text-align: center;
  max-width: 700px;
  margin: 20px auto 0px;
}
.sectionTitle h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'anita__semi-squareregular', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  word-spacing: -4pt;
  letter-spacing: 0.3pt;
}
.sectionTitle p {
  line-height: 26px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin: 0;
  font-size: 15px
}

#whatsapp img {
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 30px;
  position: fixed;
  transition: 0.3s;
  z-index: 999;
}
#whatsapp:hover img {
  cursor: pointer;
  width: 60px;
  height: 60px;
}

/*----------------------------------------------------------------*/
header .topRow {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff !important;
  line-height: 55px;
  background: #e6782d;
}
header .topRow a {
  color: white;
}

@media only screen and (max-width: 775px) {
  header .topRow {
    display: none !important;
  }
}

header .topRow .fright .fleft + .fleft {
  margin-left: 25px;
}
header .searchFormRow {
  background: #303030;
  border-top: 1px solid #000000;
}
header .searchFormRow form .input-group .form-control {
  border-radius: 0;
  line-height: 80px;
  height: 80px;
  background: none;
  border-color: transparent;
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 0 15px;
  color: #fff;
}
header .searchFormRow form .input-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(103, 103, 103, 0.2);
}
header .searchFormRow form .input-group .form-control:focus + .input-group-addon {
  background: rgba(103, 103, 103, 0.2);
}
header .searchFormRow form .input-group .form-control::-moz-placeholder,
header .searchFormRow form .input-group .form-control:-ms-input-placeholder,
header .searchFormRow form .input-group .form-control::-webkit-input-placeholder {
  color: #FFF;
  opacity: 1;
}
header .searchFormRow form .input-group .input-group-addon {
  border-radius: 0;
  border-color: transparent;
  background: none;
  font-size: 30px;
  padding: 0 15px;
  color: #fff;
  line-height: 80px;
  border: none;
}
header .bottomRow .navbar {
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header .bottomRow .navbar .navbar-header .navbar-brand {
  line-height: 100px;
  height: 100px;
  padding: 0 15px;
  display: block;
}
header .bottomRow .navbar .navbar-header .navbar-brand img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 7px;
}
header .bottomRow .navbar #mainNav .nav li a {
  padding: 0 15px;
  line-height: 100px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #303030;
  letter-spacing: 0.2pt;
}
header .bottomRow .navbar #mainNav .nav li a:hover {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e6782d;
}
header .bottomRow .navbar #mainNav .nav li a:focus {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header .bottomRow .navbar #mainNav .nav li.active a {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e6782d;
  position: relative;
}
header .bottomRow .navbar #mainNav .nav li.active a:after {
  width: 4px;
  height: 4px;
  content: '';
  background: #e6782d;
  display: block;
  position: absolute;
  top: 65px;
  left: -webkit-calc(50% - 2px);
  left: calc(50% - 2px);
  border-radius: 100%;
}
header .bottomRow .navbar #mainNav .nav li.open a {
  color: #e6782d;
}
header .bottomRow .navbar #mainNav .nav li.open a:after {
  display: none;
}
header .bottomRow .navbar #mainNav .nav li.dropdown a,
header .bottomRow .navbar #mainNav .nav li.open a {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header .bottomRow .navbar #mainNav .nav li.dropdown .dropdown-menu,
header .bottomRow .navbar #mainNav .nav li.open .dropdown-menu {
  border-radius: 0;
}
header .bottomRow .navbar #mainNav .nav li.dropdown .dropdown-menu li + li,
header .bottomRow .navbar #mainNav .nav li.open .dropdown-menu li + li {
  border-top: 1px solid rgba(48, 48, 48, 0.1);
}
header .bottomRow .navbar #mainNav .nav li.dropdown .dropdown-menu li a,
header .bottomRow .navbar #mainNav .nav li.open .dropdown-menu li a {
  line-height: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #303030;
}
header .bottomRow .navbar #mainNav .nav li.dropdown .dropdown-menu li a:after,
header .bottomRow .navbar #mainNav .nav li.open .dropdown-menu li a:after {
  display: none;
}
header .bottomRow .navbar #mainNav .nav > li:last-child {
  padding: 40px 0;
}
header .bottomRow .navbar #mainNav .nav > li:last-child a {
  border-left: 2px dotted #676767;
  line-height: 20px;
}
header .bottomRow .navbar #mainNav .nav > li:last-child a:focus {
  color: #303030;
}
header .bottomRow .navbar #mainNav .nav > li:last-child a.open {
  color: #e6782d;
}
header.home2 {
  margin-top: 30px;
}
header.home2 .container {
  border-radius: 3px;
  background: #fff;
}
header.home2 .searchFormRow {
  position: absolute;
  padding: 0;
  border: none;
  width: 100%;
  background: none;
}
header.home2 .searchFormRow .container {
  background: #303030;
  padding: 0;
}
/*----------------------------------------------------------------*/
#topFooter {
  background: #3b3b3b;
  padding-bottom: 40px;
}
#topFooter:after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 40px;
  background: #2d2d2d;
  z-index: 0;
}
#topFooter.topFooter2 {
  padding-bottom: 30px;
}
#topFooter.topFooter2:after {
  display: none;
}
.footer_widgetRow {
  position: relative;
  z-index: 2;
}
.footer_widget {
  min-height: 140px;
  margin-bottom: 30px;
}
.footer_widget .widgetHeading {
  color: #fff;
  font-family: 'anita__semi-squareregular', sans-serif;
  font-size: 15px;
  line-height: 28px;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.3pt;
}
.footer_widget .widgetHeading img {
  margin-right: 15px;
}
.footer_widget .widgetHeading span {
  display: inline-block;
  width: 5px;
  height: 13px;
  margin-right: 10px;
  background: #e6782d;
}
.footer_widget p {
  color: #878787;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 10px;
}
.footer_widget address {
  color: #676767;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  line-height: 30px;
}
.footer_widget .list-menu li a {
  color: #676767;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  line-height: 30px;
}
.footer_widget .list-menu li a:hover {
  color: #e6782d;
}
.footer_widget .nav {
  margin: 0 -5px;
}
.footer_widget .nav li {
  margin: 0 5px 10px;
}
.footer_widget .nav li a {
  padding: 0;
  width: 60px;
  height: 60px;
}
.footer_widget .nav li a img {
  width: 100%;
  border-radius: 3px;
}
.footer_widget .nav li a:hover {
  background: none;
}
.newsletterRow {
  background: url('../images/newsletterBg.jpg') no-repeat scroll center 0 #e6782d;
  padding: 35px 68px;
  border-radius: 3px;
  position: relative;
  z-index: 2;
}
.newsletterRow .form-inline .form-control {
  width: 700px;
  margin: 4px 30px 0;
  padding: 0 30px;
  line-height: 40px;
  height: 40px;
  background: rgba(48, 48, 48, 0.2);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  color: rgba(48, 48, 48, 0.7);
  border-radius: 3px;
  float: left;
}
.newsletterRow .form-inline .form-control::-moz-placeholder {
  color: rgba(48, 48, 48, 0.7);
  opacity: 1;
}
.newsletterRow .form-inline .form-control:-ms-input-placeholder {
  color: rgba(48, 48, 48, 0.7);
  opacity: 1;
}
.newsletterRow .form-inline .form-control::-webkit-input-placeholder {
  color: rgba(48, 48, 48, 0.7);
  opacity: 1;
}
.newsletterRow .form-inline button {
  padding: 0;
  background: none;
  border-radius: 3px;
  border: 2px solid  #000;
  line-height: 36px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #303030;
  padding: 0 22px;
  margin-top: 4px;
}
footer {
  background: #2d2d2d;
  padding-bottom: 40px;
  text-align: center;
}
footer ul {
  margin: 0 0 15px;
  padding: 0;
}
footer ul li {
  display: inline-block;
  padding: 0 5px;
}
footer ul li a {
  width: 30px;
  line-height: 30px;
  border-radius: 10px;
  background: #3b3b3b;
  color: #e6782d;
  display: block;
}
footer ul li a:hover {
  color: #282828;
  background: #e6782d;
}
footer p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #676767;
  margin: 0;
}
footer p i {
  color: #e6782d;
  margin: 0 3px;
}
/*----------------------------------------------------------------*/
#heroBox {
  height: 610px;
  background: url('../images/slide.jpg') no-repeat scroll center 0;
  text-align: center;
  color: #fff;
  padding-top: 220px;
  text-transform: uppercase;
}
#heroBox h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  margin: 0;
}
#heroBox h2 {
  font-family: 'anita__semi-squareregular', sans-serif;
  font-size: 48px;
  margin: 0;
  line-height: 70px;
  word-spacing: -12px;
}
#heroBox h4 {
  font-family: 'Lato', sans-serif;
  margin: 0;
  text-transform: none;
}
#heroBox a {
  display: inline-block;
  line-height: 40px;
  padding: 0 37px;
  background: #e6782d;
  color: #fff;
  border-radius: 3px;
  margin-top: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.3pt;
  text-transform: uppercase;
}
#heroBox a:hover {
  color: #e6782d;
  background: #303030;
}
#heroBox.home2 {
  background: url('../images/home2hero.jpg') no-repeat scroll center 0;
  position: relative;
  z-index: -1;
  top: -130px;
  margin-bottom: -320px;
  height: 910px;
}
/*----------------------------------------------------------------*/
#banner {
  text-transform: uppercase;
  padding: 45px 0;
  background: #e6782d;
}
#banner h4 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  float: left;
  line-height: 39px;
  margin: 0;
}
#banner a {
  float: right;
  display: block;
  line-height: 35px;
  padding: 0 22px;
  border: 2px solid #fff;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  border-radius: 3px;
}
#banner2 {
  text-transform: uppercase;
  padding: 73px 0;
  background: rgba(243, 208, 40, 0.95);
}
#banner2 h5 {
  font-family: 'Montserrat', sans-serif;
  color: #303030;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0;
}
#banner2 h4 {
  font-family: 'Montserrat', sans-serif;
  color: #303030;
  line-height: 1.4;
  margin: 0;
}
#banner2 a {
  float: right;
  display: block;
  line-height: 35px;
  padding: 0 22px;
  border: 2px solid #303030;
  color: #303030;
  font-family: 'Montserrat', sans-serif;
  border-radius: 3px;
}
/*----------------------------------------------------------------*/
.blogsSection.homeBlogArea {
  padding: 85px 0;
}
.blogsSection .blog {
  margin: 15px 0 40px;
  cursor: crosshair;
}
.blogsSection .blog .blog_title {
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin: 30px 0 15px;
}
.blogsSection .blog .blog_title a {
  color: #303030;
  display: inline-block;
}
.blogsSection .blog .postMeta {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  line-height: 1;
  margin: 20px 0;
  color: rgba(48, 48, 48, 0.5);
}
.blogsSection .blog .postMeta i {
  margin-right: 10px;
}
.blogsSection .blog .postMeta a {
  color: rgba(48, 48, 48, 0.5);
}
.blogsSection .blog .postMeta .fleft {
  margin-right: 40px;
}
.blogsSection .blog p {
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
  font-weight: 400;
  color: #646464;
}
.blogsSection .blog a.read_more {
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  line-height: 14px;
  background-color: #e6782d;
  padding: 12px 20px 12px 20px;
  margin-top: 10px;
  border-radius: 2px;
  font-weight: 500;
  letter-spacing: 0.3pt;
}
.blogsSection .blog a.read_more i {
  margin-right: 0;
  width: 0;
  overflow: hidden;
  float: left;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.blogsSection .blog:hover .blog_title a {
  color: #e6782d;
}
.blogsSection .blog:hover a.read_more i {
  margin-right: 5px;
  width: auto;
}
.blogsSection .blog.blog_page {
  margin: 0;
}
.blogsSection .blog.blog_page + .blog {
  margin-top: 90px;
}
.blogsSection .blog.blog_page .blog_title {
  text-transform: none;
  margin: 20px 0 5px;
}
.blogsSection .blog.blog_page .postMeta {
  margin: 0;
  font-style: normal;
}
.blogsSection .blog.blog_page p {
  margin: 20px 0;
}
.blogsSection .blog.blog_page a.read_more i {
  margin-right: 5px;
  width: auto;
}
.blogsSection .blog.blog_page .post_thumbnail_row .post_thumbnail {
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
}
.blogsSection .blog.blog_page .post_thumbnail_row .post_thumbnail_bg {
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  top: 10px;
  left: 10px;
}
.blogsSection .blog.blog_page .post_thumbnail_row i {
  bottom: -10px;
}
.blogsSection .blog.blog_page.single_blog .contents {
  padding: 0px 10px 0 0;
}
.blogsSection .blog.blog_page.single_blog .contents .blog_title {
  text-transform: uppercase;
}
.blogsSection .blog.blog_page.single_blog .contents .postMeta {
  font-style: italic;
}
.blogsSection .blog.blog_page.single_blog .contents .postMeta a {
  color: #e6782d;
}
.blogsSection .blog.blog_page.single_blog .contents p {
  margin: 30px 0;
  color: #000;
}
.blogsSection .blog.blog_page.single_blog .contents blockquote {
  border-left-color: #e6782d;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  line-height: 24px;
  font-weight: 400;
  color: #acacac;
  margin-bottom: 30px;
}
.blogsSection .blog.blog_page.single_blog .contents .list {
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0;
}
.blogsSection .blog.blog_page.single_blog .contents .list li {
  font-family: 'Roboto', sans-serif;
  line-height: 36px;
  color: #000;
  font-weight: 400;
}
.blogsSection .blog.blog_page.single_blog .contents .list li:before {
  content: "■";
  color: #e6782d;
  margin-right: 10px;
}

.blogsSection .blog.blog_page.single_blog .contents .list.solution_provided{
  display: inline-block;
  list-style: none;
  padding: 20px;
  margin: 0 0 20px;
  background-color: #efefef;
}

.blogsSection .blog.blog_page.single_blog .contents .list.solution_provided li {
  float: left;
  width: 50%;
}


.blogsSection.home2 {
  background: url('../images/blog/blog-bg.jpg') no-repeat scroll center rgba(31, 39, 49, 0.95);
  padding: 85px 0;
}
.blogsSection.home2 .blog_title a {
  color: #fff;
}
.blogsSection.home2 p {
  color: #fff;
}
.post_thumbnail_row {
  position: relative;
  margin-bottom: 30px;
}
.post_thumbnail_row .post_thumbnail {
  width: -webkit-calc(100% - 5px);
  width: calc(100% - 5px);
  z-index: 2;
  position: relative;
  border-radius: 3px;
}
.post_thumbnail_row .post_thumbnail_bg {
  position: absolute;
  width: -webkit-calc(100% - 5px);
  width: calc(100% - 5px);
  height: 100%;
  top: 5px;
  left: 5px;
  background: #878787;
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.post_thumbnail_row i {
  position: absolute;
  right: 0;
  bottom: -5px;
  z-index: 4;
  border-radius: 3px;
  background: #878787;
  color: #f3f3f3;
  font-size: 26px;
  line-height: 65px;
  width: 65px;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.post_thumbnail_row:hover .post_thumbnail_bg {
  background: #303030;
}
.post_thumbnail_row:hover i {
  color: #e6782d;
  background: #303030;
}
#featureBlog {
  background: url('../images/blog/fetured-bg.jpg') no-repeat scroll center 0 #272f38;
}
#featureBlog .container {
  padding: 0 85px;
}
.featureBlog {
  cursor: crosshair;
}
.featureBlog .media-left {
  width: 425px;
}
.featureBlog .media-left .post_thumbnail_row {
  padding: 0;
}
.featureBlog .media-left .post_thumbnail_row .post_thumbnail {
  width: auto;
  max-width: 100%;
}
.featureBlog .media-left .post_thumbnail_row .post_thumbnail_bg {
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
}
.featureBlog .media-left .post_thumbnail_row i {
  right: -10px;
  bottom: -10px;
}
.featureBlog .media-body {
  padding-left: 110px;
  padding-top: 40px;
}
.featureBlog .media-body .featureCount {
  color: rgba(255, 255, 255, 0.1);
  font-size: 60px;
  line-height: 1;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.featureBlog .media-body .featureCount span {
  float: right;
}
.featureBlog .media-body .blog_title {
  margin: 25px 0 0;
}
.featureBlog .media-body .blog_title a {
  line-height: 50px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.featureBlog .media-body p {
  color: #fff;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 45px;
}
.featureBlog .media-body .moreDetail {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  line-height: 40px;
  padding: 0 25px;
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.featureBlog .media-body .moreDetail:hover {
  color: #FFF;
  border: 2px solid #FFF;
}
.featureBlog:hover .post_thumbnail_row .post_thumbnail_bg {
  background: #303030;
}
.featureBlog:hover .post_thumbnail_row i {
  color: #e6782d;
  background: #303030;
}
.viewAllBlog {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: rgba(48, 48, 48, 0.5);
}
.viewAllBlog i {
  margin-right: 10px;
}
.youMightLike {
  padding: 80px 30px;
}
.youMightLike h4 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
}
.youMightLike .youMightLikeBlog img {
  width: 100%;
}
.youMightLike .youMightLikeBlog h6 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.youMightLike .youMightLikeBlog .meta {
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  color: #acacac;
  font-style: italic;
}
/*----------------------------------------------------------------*/
.whyChooseRow {
  padding-top: 50px;
  padding-bottom: 50px;
}
.whyChoose {
  color: #303030;
  margin-bottom: 25px;
}
.whyChoose h4 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
}
.whyChoose h4 i {
  color: #e6782d;
  margin-right: 15px;
  margin-left: 0;
}
.whyChoose p {
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  font-weight: 400;
}
/*----------------------------------------------------------------*/
#workWithUs {
  background: url('../images/workWithUs.jpg') no-repeat scroll center 0 #272f38;
  padding-bottom: 30px;
}
.workWithUs h4 {
  font-family: 'anita__semi-squareregular', sans-serif;
  font-weight: bold;
  color: #fff;
  margin-top: 45px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.workWithUs h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  margin: 0;
  line-height: 48px;
}
.workWithUs a {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 50px;
  border-radius: 3px;
  display: inline-block;
  line-height: 40px;
  padding: 0 45px;
  background: #e6782d;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.3pt;  
}
.workWithUs a:hover {
  color: #e6782d;
  background: #303030;
}
/*----------------------------------------------------------------*/
#whoInCharge {
  margin-top: 5rem;
  padding-bottom: 0;
}
.teamSection {
  position: relative;
  margin-top: -40px;
  margin-bottom: 20px;
}
.team_member {
	height: 420px;
	position: relative;
	cursor: crosshair;
}
.team_member .row .image {
  text-align: center;
  margin: 0;
  z-index: 2;
  position: relative;
}
.team_member .row .memberIntro {
  position: absolute;
  width: 0;
  height: 100%;
  background: #e6782d;
  top: 0;
  right: 45%;
  border-radius: 3px 3px 0 0;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.team_member .row .memberIntro h3,
.team_member .row .memberIntro h5 {
  font-family: 'Roboto', sans-serif;
  color: #303030;
  margin: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  bottom: 95px;
  right: -200px;
  line-height: 1.2;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.team_member .row .memberIntro h3 {
  font-weight: bold;
}
.team_member .row .memberIntro h5 {
  bottom: 75px;
}
.team_member .row:hover .memberIntro {
  width: 45%;
  right: 0;
}
.team_member .row:hover .memberIntro h3,
.team_member .row:hover .memberIntro h5 {
  right: -30px;
}
/*----------------------------------------------------------------*/
.countersRow {
  padding: 30px 0;
  background: #f3f3f3;
}
.countersRow .counterCol {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #303030;
  border-right: 1px solid  #e5e5e5;
  padding: 30px 15px 45px;
}
.countersRow .counterCol:last-child {
  border-right: 0;
}
.countersRow .counterCol .counter {
  display: block;
  font-weight: bold;
  font-size: 32px;
  line-height: 50px;
}
/*----------------------------------------------------------------*/
#testimonial {
  background: url('../images/testimonial.jpg') no-repeat scroll center 0 #e6782d;
}
.testimonialSlide {
  background: none;
  border: none;
}
.testimonialSlide .slides .testimonial {
  text-align: center;
}
.testimonialSlide .slides .testimonial .testimonialText {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  max-width: 630px;
  margin: 0 auto 60px;
  position: relative;
}
.testimonialSlide .slides .testimonial .testimonialText:before,
.testimonialSlide .slides .testimonial .testimonialText:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: absolute;
  top: 20px;
  color: rgba(48, 48, 48, 0.15);
  font-size: 48px;
}
.testimonialSlide .slides .testimonial .testimonialText:before {
  content: "\f10d";
  left: -145px;
}
.testimonialSlide .slides .testimonial .testimonialText:after {
  content: "\f10e";
  right: -145px;
}
.testimonialSlide .slides .testimonial .clientPhoto {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 20px auto;
}
.testimonialSlide .slides .testimonial .clientPhoto img {
  border-radius: 100%;
  width: 100%;
}
.testimonialSlide .slides .testimonial h5 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 5px;
  line-height: 1.2;
}
.testimonialSlide .slides .testimonial h5 span {
  font-family: 'Lato', sans-serif;
  display: block;
  color: rgba(48, 48, 48, 0.5);
  font-style: italic;
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
#partners {
  text-align: center;
  background: #f3f3f3;
  line-height: 1;
  padding: 50px 0;
}
#partners .col-sm-3 {
  padding: 40px 15px;
  border-right: 1px solid  #e5e5e5;
}
#partners .col-sm-3:last-child {
  border-right: 0;
}
#partners img {
  display: inline-block;
}
/*----------------------------------------------------------------*/
#pageCover {
  background: url('../images/pageCover.jpg') no-repeat scroll center 0;
  padding: 60px 0;
  position: relative;
  height: 260px;
}
#pageCover h3 {
  line-height: 85px;
  background: rgba(59, 59, 59, 0.4);
  width: 300px;
  padding-left: 15px;
  display: inline-block;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
#pageCover h3:before {
  content: '';
  width: -webkit-calc(50% - 600px);
  width: calc(50% - 600px);
  height: 85px;
  background: rgba(59, 59, 59, 0.4);
  position: absolute;
  left: 0;
}
#pageCover .pageDirection {
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
  margin-left: 160px;
  background: rgba(209, 175, 4, 0.2);
}
#pageCover .pageDirection:before {
  content: '';
  width: -webkit-calc(50% - 600px);
  width: calc(50% - 600px);
  height: 35px;
  background: rgba(209, 175, 4, 0.2);
  position: absolute;
  right: 0;
}
#pageCover .pageDirection .breadcrumb {
  background: none;
  padding: 0;
}
#pageCover .pageDirection .breadcrumb li {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 35px;
}
#pageCover .pageDirection .breadcrumb li a {
  color: #FFF;
  padding: 0;
}
/*----------------------------------------------------------------*/
.ourStory h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 25px;
}
.ourStory .media .media-left {
  padding: 0;
}
.ourStory .media .media-left .post_thumbnail_row {
  width: 270px;
  padding: 0;
}
.ourStory .media .media-left .post_thumbnail_row .post_thumbnail {
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
}
.ourStory .media .media-left .post_thumbnail_row .post_thumbnail_bg {
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  top: 10px;
  left: 10px;
}
.ourStory .media .media-body {
  padding-right: 25px;
  color: #646464;
  font-family: 'Lato', sans-serif;
  line-height: 24px;
}
#ourStory .whyChoose {
  margin-top: 0;
  margin-bottom: 50px;
}
#ourStory .whyChoose:last-child {
  margin-bottom: 0;
}
/*----------------------------------------------------------------*/
#services_single:before {
  content: '';
  width: -webkit-calc(50% - 585px + 270px);
  width: calc(50% - 585px + 270px);
  height: 1200px;
  background: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#services_single .container {
  position: relative;
}
#services_single .container .tab_menu {
  padding-top: 100px;
  padding-bottom: 100px;
}
#services_single .container .tab_menu .nav-tabs {
  font-family: 'Roboto', sans-serif;
  border: none;
  background: #f3f3f3;
}
#services_single .container .tab_menu .nav-tabs li {
  width: 100%;
}
#services_single .container .tab_menu .nav-tabs li a {
  border-radius: 0;
  border: none;
  text-align: right;
  padding: 0 25px;
  line-height: 40px;
  color: #878787;
  display: inline-block;
  float: right;
  margin: 0;
}
#services_single .container .tab_menu .nav-tabs li.active {
  margin: 0;
}
#services_single .container .tab_menu .nav-tabs li.active a {
  color: #e6782d;
  background: #fff;
  font-weight: 500;
}
#services_single .container .tab_contents {
  padding-top: 100px;
  padding-bottom: 260px;
}
#services_single .container .tab_contents .pageCover {
  padding: 0 30px;
  background: url('../images/tab-cover.jpg') no-repeat scroll 0 0;
  border-radius: 3px;
}
#services_single .container .tab_contents .pageCover h3 {
  color: #fff;
  font-family: 'anita__semi-squareregular', sans-serif;
  font-size: 21px;
  margin: 0;
  line-height: 60px;
  letter-spacing: 0.3pt;
  word-spacing: -1pt;
}
#services_single .container .tab_contents .serviceTexts {
  margin-bottom: 60px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#services_single .container .tab_contents .serviceTexts h4 {
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  color: #303030;
}
#services_single .container .tab_contents .serviceTexts p {
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  color: #303030;
  margin: 15px 0 10px;
}
#services_single .container .tab_contents .list {
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0;
}
#services_single .container .tab_contents .list li {
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  text-indent: -1.8em;
}
#services_single .container .tab_contents li:before {
  content: "■";
  color: #e6782d;
  float: left;
  line-height: 11px;
  margin: 3px 25px 0 0;
  display: table-cell;
}


#services_single .container .tab_contents .gallery-images {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}

#services_single .container .tab_contents .gallery-images li {
  float: left;
  width: 22%;
  margin: 0 10px 20px;
  padding: 0;
}

#services_single .container .tab_contents .gallery-images li img {
  max-width: 100%;
}

#services_single .container .tab_contents .gallery-images li:before {
  content: none;
}

/*----------------------------------------------------------------*/
.projectsDoneTitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #303030;
  margin-top: 0;
}
.porjectTitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #303030;
  margin-top: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.project_meta {
  font-family: 'Lato', sans-serif;
  color: rgba(48, 48, 48, 0.5);
}
.project_meta i {
  margin-right: 5px;
}
.project_meta .project_category {
  margin-right: 30px;
}
.project {
  padding-top: 0px;
  padding-bottom: 0px;
}
.project .post_thumbnail_row i {
  line-height: 50px;
  width: 50px;
  font-size: 24px;
}
.project:hover .porjectTitle {
  color: #e6782d;
}
.project.col-sm-6 .post_thumbnail_row i {
  line-height: 100px;
  width: 100px;
  font-size: 48px;
}
.project.col-sm-4 .post_thumbnail_row i {
  line-height: 70px;
  width: 70px;
  font-size: 31px;
}
.filtersRow #filters {
  margin: 0 0 25px;
  padding: 0;
}
.filtersRow #filters li {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  padding: 0 10px;
  color: #303030;
}
.filtersRow #filters li.active {
  color: #e6782d;
}
#relatedProjects {
  background: #f3f3f3;
}
#relatedProjects .sectionTitle {
  margin-bottom: 20px;
}
/*----------------------------------------------------------------*/
.single-project .project-description .projectImages {
  position: relative;
  margin-bottom: 10px;
}
.single-project .project-description .projectImages .projectImgSlider {
  border: none;
  border-radius: 3px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
}
.single-project .project-description .projectImages .projectImgSlider .flex-direction-nav:after {
  content: '';
  width: 4px;
  height: 90px;
  background: url('../images/projects/dots.png') no-repeat scroll center center #e6782d;
  position: absolute;
  bottom: 0;
  right: 90px;
  opacity: 1 !important;
  z-index: 100;
}
.single-project .project-description .projectImages .projectImgSlider .flex-direction-nav a {
  position: absolute;
  display: block;
  opacity: 1 !important;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #e6782d;
  border-bottom-left-radius: 0;
  color: #303030;
  font-size: 48px;
  top: auto;
  bottom: 0;
  margin: 0;
}
.single-project .project-description .projectImages .projectImgSlider .flex-direction-nav a:before {
  display: none;
}
.single-project .project-description .projectImages .projectImgSlider .flex-direction-nav a.flex-prev {
  left: auto;
  right: 94px;
}
.single-project .project-description .projectImages .projectImgSlider .flex-direction-nav a.flex-next {
  right: 0;
}
.single-project .project-description .projectImages .thumbnail_bg {
  position: absolute;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 100%;
  z-index: 0;
  background: #e6782d;
  top: 10px;
  left: 10px;
  border-radius: 3px;
}
.single-project .project-description .description_row {
  color: #303030;
}
.single-project .project-description .description_row h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 30px 0 25px;
  text-transform: uppercase;
}
.single-project .project-description .description_row p {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
}
.single-project .project_about h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
}
.single-project .project_about p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.single-project .project_about dl {
  margin-bottom: 0;
}
.single-project .project_about dl dt {
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.single-project .project_about dl dd {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  font-weight: bold;
}
.single-project .project_about .list-inline {
  padding: 0;
  margin: 0;
}
.single-project .project_about .list-inline li {
  padding: 0;
}
.single-project .project_about .list-inline li + li {
  margin-left: 16px;
}
.single-project .project_about .list-inline li a {
  font-size: 18px;
  color: #676767;
  line-height: 1;
}
.single-project .project_about .list-inline li a:hover {
  color: #303030;
}
.single-project .project_about .aboutRow {
  margin-bottom: 35px;
}
nav.single_project_nav .pager {
  padding: 20px 0 0;
  border-top: 1px solid #acacac;
  margin-top: 30px;
}
nav.single_project_nav .pager li a {
  font-size: 24px;
}
nav.single_project_nav .pager li a:hover {
  color: #303030;
}
/*----------------------------------------------------------------*/
.widget {
  margin-bottom: 40px;
}
.widget.latest_blogs .media {
  margin: 0;
}
.widget.latest_blogs .media + .media {
  margin-top: 20px;
}
.widget.latest_blogs .media .media-left {
  padding: 0;
  padding-right: 15px;
}
.widget.latest_blogs .media .media-left a {
  width: 70px;
  height: 70px;
  display: block;
}
.widget.latest_blogs .media .media-left a img {
  width: 100%;
}
.widget.latest_blogs .media .media-body a {
  color: #acacac;
}
.widget.latest_blogs .media .media-body a h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin: 0;
  line-height: 24px;
}
.widget.latest_blogs .media .media-body a:hover {
  color: #303030;
}
.widget.categories ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 30px;
}
.widget.categories ul li a {
  color: #acacac;
}
.widget.categories ul li a:hover {
  color: #e6782d;
}
.widget.calendar .zabuto_calendar table {
  border-color: #e6e6e6;
}
.widget.calendar .zabuto_calendar table .calendar-month-header th {
  line-height: 50px;
  padding: 0;
  border-color: #e6e6e6;
}
.widget.calendar .zabuto_calendar table .calendar-month-header th span {
  padding: 0;
}
.widget.calendar .zabuto_calendar table .calendar-month-header th .calendar-month-navigation {
  padding: 0;
}
.widget.calendar .zabuto_calendar table .calendar-month-header th .calendar-month-navigation span {
  padding: 0;
}
.widget.calendar .zabuto_calendar table .calendar-month-header th .calendar-month-navigation span i {
  color: #303030;
}
.widget.calendar .zabuto_calendar table .calendar-month-header th .calendar-month-navigation span i:hover {
  color: #e6782d;
}
.widget.calendar .zabuto_calendar table .calendar-dow-header th {
  background: #f5f5f5;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  line-height: 50px;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #303030;
  text-transform: uppercase;
}
.widget.calendar .zabuto_calendar table .calendar-dow td {
  border: none;
  color: #acacac;
  font-family: 'Lato', sans-serif;
}
.widget.calendar .zabuto_calendar table .calendar-dow td .badge.badge-today {
  padding: 0;
  width: 23px;
  border-radius: 100%;
  line-height: 21px;
  background: #e6782d;
  color: #303030;
  border: 1px solid #7f7f7f;
}
.widget.tags a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #acacac;
  margin-right: 5px;
  text-decoration: underline;
  line-height: 24px;
}
.widget_title {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #303030;
  text-transform: uppercase;
}
.tags_share {
  padding: 0 30px;
  font-size: 13px;
}
.tags_share .tags {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #000;
}
.tags_share .tags a {
  font-weight: 400;
  color: #acacac;
  margin-left: 5px;
}
.tags_share .tags a:hover {
  color: #e6782d;
}
.tags_share .tags a + a:before {
  content: ',';
  margin-left: -5px;
  margin-right: 5px;
}
.tags_share .tags a + a:hover {
  color: #e6782d;
}
.tags_share .tags a + a:hover:before {
  color: #acacac;
}
.tags_share ul li {
  font-size: 16px;
}
.tags_share ul li a {
  color: #acacac;
}
.tags_share ul li a:hover {
  color: #000;
}
nav .pager {
  padding: 0 30px;
  margin: 0;
}
nav .pager li a {
  padding: 0;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #acacac;
  text-transform: uppercase;
}
nav .pager li a i {
  margin-right: 5px;
}
nav .pager li a:hover {
  color: #e6782d;
  background: none;
}
.author_row {
  padding: 80px 30px 45px;
  text-align: center;
}
.author_row .authorName {
  text-transform: uppercase;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  line-height: 30px;
  display: block;
  margin: 0;
}
.author_row .author_img {
  width: 80px;
  height: 80px;
  margin: 0 auto 5px;
}
.author_row .author_img img {
  width: 100%;
  border-radius: 100%;
}
.author_row .about {
  font-family: 'Lato', sans-serif;
  color: #acacac;
  line-height: 24px;
  max-width: 515px;
  margin: 0 auto 15px;
}
.author_row ul li {
  font-size: 16px;
}
.author_row ul li a {
  color: #acacac;
}
.author_row ul li a:hover {
  color: #000;
}
.comments {
  padding: 0 30px;
}
.comments h4 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
}
.commentForm {
  padding: 0 30px;
}
.commentForm h4 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
}
.commentForm form .form-group {
  margin-bottom: 20px;
}
.commentForm form .form-group .col-sm-2 {
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #acacac;
}
.commentForm form .form-group .form-control {
  border-radius: 3px;
}
.commentForm form .form-group textarea {
  height: 160px;
  resize: none;
}
.commentForm form button {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  line-height: 40px;
  color: #303030;
  background: #e6782d;
  border-radius: 3px;
  padding: 0 25px;
  border: none;
  text-transform: uppercase;
}
.comment {
  margin-bottom: 50px;
}
.comment .media-left {
  padding-right: 30px;
}
.comment .media-left a {
  width: 73px;
  height: 73px;
  display: block;
}
.comment .media-left a img {
  width: 100%;
  border-radius: 100%;
}
.comment .media-body h5 {
  margin: 0 0 5px;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.comment .media-body h6 {
  margin: 0 0 20px;
  font-family: 'Roboto', sans-serif;
  color: #acacac;
  font-style: italic;
  font-weight: 300;
}
.comment .media-body p {
  font-family: 'Lato', sans-serif;
  line-height: 24px;
  font-weight: 600;
  color: #303030;
}
.comment.commentInner {
  margin-left: 60px;
}
/*----------------------------------------------------------------*/
.mapRow {
  position: relative;
  margin-bottom: 50px;
}
.mapRow .mapDiv {
  position: relative;
  z-index: 2;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 280px;
}
.mapRow .mapDiv #mapBox {
  height: 100%;
}
.mapRow .mapBg {
  position: absolute;
  z-index: 0;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 100%;
  top: 8px;
  left: 8px;
  background: #878787;
  border-radius: 3px;
}
.mapRow i {
  position: absolute;
  right: 2px;
  bottom: -8px;
  font-size: 32px;
  color: #f3f3f3;
  background: #878787;
  line-height: 65px;
  width: 65px;
  z-index: 3;
  text-align: center;
}
.shotInfo .logo_header {
  display: inline-block;
  clear: both;
  margin-bottom: 20px;
}
.shotInfo p {
  font-family: 'Lato', sans-serif;
  color: #303030;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
}
.all_locations {
  text-transform: uppercase;
  color: #e6782d;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.all_locations i {
  margin-right: 5px;
}
.all_locations:hover {
  color: #303030;
}
.addressRow {
  margin: 10px -15px 40px;
}
.addressRow .addressCol {
  min-width: 242px;
  margin: 0px 0;
}
.addressRow .addressCol h5 {
	font-family: 'roboto', sans-serif;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
	letter-spacing: 0.2pt;
	font-size: 16px;
}
.addressRow .addressCol ul {
  margin: 0;
}
.addressRow .addressCol ul li {
  line-height: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #303030;
}
.addressRow .addressCol ul li i {
  margin-right: 20px;
}
#contactFormRow {
  background: url('../images/contactForm.jpg') no-repeat scroll center bottom #e6782d;
  padding-bottom: 40px;
  margin-top: 15px;
}
#contactFormRow .contactFormRow {
  position: relative;
}
#contactForm {
  max-width: 770px;
  margin: 0 auto;
  padding-top: 30px;
}
#contactForm .form-group {
  margin-bottom: 20px;
}
#contactForm .form-group .form-control {
  color: #303030;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#contactForm .form-group .form-control::-moz-placeholder {
  color: #303030;
  opacity: 0.6;
}
#contactForm .form-group .form-control:-ms-input-placeholder {
  color: #303030;
  opacity: 0.6;
}
#contactForm .form-group .form-control::-webkit-input-placeholder {
  color: #303030;
  opacity: 0.6;
}
#contactForm .form-group textarea.form-control {
  resize: none;
  height: 150px;
}
#contactForm .form-group.submitRow {
  text-align: center;
  margin: 0;
}
#contactForm .form-group.submitRow button[type="submit"] {
  text-transform: uppercase;
  border-radius: 3px;
  border: 2px solid  #3b3b3b;
  background-color: #3b3b3b;
  line-height: 40px;
  padding: 0 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.3pt;
}
#success,
#error {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#success .textcenter,
#error .textcenter {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 5%;
}
#success .textcenter span,
#error .textcenter span {
  margin-top: 6em;
}
#success .textcenter span {
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
#error .textcenter span {
  color: #c0392b;
}

bullet ul {
	font-family: 'Lato', sans-serif;
	line-height: 36px;
	color: #000;
	font-weight: 400;
}	

@font-face {
    font-family: 'anita__semi-squareregular';
    src: url(../fonts/anita_semi_square-webfont.eot);
    src: url(../fonts/anita_semi_square-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/anita_semi_square-webfont.woff2) format('woff2'),
         url(../fonts/anita_semi_square-webfont.woff) format('woff'),
         url(../fonts/anita_semi_square-webfont.ttf) format('truetype'),
         url(../fonts/anita_semi_square-webfont.svg#anita__semi-squareregular) format('svg');
    font-weight: normal;
    font-style: normal;

}
/*----------------------------------------------------------------*/


/* Overrides */
header .bottomRow .navbar .navbar-header #searchTrigger {
  display: none;
}
header .bottomRow .navbar #mainNav .nav > li:last-child {
  display: none;
}

/*.team_member .row .memberIntro h3, .team_member .row .memberIntro h5 {
  bottom: 30px;
  margin: 0;
  position: absolute;
  right: -222px;
  text-align: left;
  transform-origin: left bottom 0;
}
.team_member .row .memberIntro h5 {
  right: -222px;
}

.team_member .row .memberIntro:hover h3 {
  right: -122px;
}
.team_member .row .memberIntro:hover h5 {
  right: -144px;
}*/

.team_member .row .memberIntro h3, .team_member .row .memberIntro h5 {
  bottom: auto;
  margin: 0;
  position: relative;
  right: auto;
  transform: none;
}
.team_member .row:hover .memberIntro h3, .team_member .row:hover .memberIntro h5 {
  right: auto;
}
.inner_teamSection {
  transform-origin: left bottom 0;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 15px;
  position: absolute;
  right: -130px;
}
.inner_teamSection_2 {
  right: -106px;
}
.projectsDone {
  float: right;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
}
#services_single::before {
  height: 1000px;
}
#services_single .container .tab_contents {
  padding-bottom: 60px;
}

.addressRow .addressCol.col-1 {
  margin-bottom: 20px;
}

#services_single .container .tab_contents .pageCover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 60px;
}
#services_single .container .tab_contents .pageCover h3 {
  line-height: 1.4;
  padding-bottom: 15px;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .projectsDone {
    margin-left: 0;
    width: 100%;
  }
}

/* Added Content by Herco Bezuidenhout - hercobez@gmail.com */

#quick-contact {
  position: fixed;
  
  padding: 15px 18px;
  background-color: #e6782d;
  border-radius: 2px;
  transition: 0.3s;
  z-index: 999;
  color: white;
}

#quick-contact-modal .display-3 {
  margin-top: 0;
}

#quick-contact:hover {
  right: 30px;
  cursor: pointer;
}
#quick-contact i {
  font-size: 20px !important;
}

@media only screen and (min-width: 1024px) {
  #quick-contact {
    position: fixed;
    padding: 15px 18px;
    right: 20px;
    top: 40%;
    background-color: #e6782d;
    border-radius: 2px;
    transition: 0.3s;
    color: white;
  }
}

@media only screen and (max-width: 450px) {
  #quick-contact {
    position: fixed;
    padding: 15px 18px;
    bottom: 30px;
    left: 30px;
    background-color: #e6782d;
    border-radius: 2px;
    transition: 0.3s;
    color: white;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  width: 300px;
  height: fit-content;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropbtn {
  background-color: #4CAF50;
  color: white;
  font-size: 12px;
  border: none;
}
header .bottomRow .navbar #mainNav .nav li.active .dropdown-content a {
  padding: 0 10px!important;
  height: 30px;
  color: black;
  text-decoration: none;
  display: block;
  text-transform: none;
  clear: both;
  overflow: hidden;
}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

header .bottomRow .navbar #mainNav .nav li.active .dropdown-content a:after { display: none; }

@media only screen and (max-width: 768px) {
  .dropdown:hover .dropdown-content {display: none;}
}

.award-box {
  position: relative;
  padding: 2rem;
  height: 250px;
  line-height: 210px;
  width: 250px;
  
  font-size: 16px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  margin-top: 15px;
}

.award-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/debar_awards.png) no-repeat;
  width: 62px;
  height: 82px;
  z-index: 99;
}

.award-box p {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 14px;
}


@media only screen and (max-width: 1024px) {
  .award-box {
    font-size: 12px;
    height: 200px;
    width: 200px;
  }
  
}

@media only screen and (max-width: 768px) {
  .award-box {
    font-size: 12px;
    
  }
  
}


@media only screen and (max-width: 414px) {
  .award-box {
    padding: 2rem;
    height: 150px;
    line-height: 120px;
    width: 150px;
    font-size: 10px;
  }
  
}

.vision {
  background-image: linear-gradient(to right, #e6782d , #ff6600);
  padding: 1.5rem;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  line-height: 20px;
}
.vision:hover {
  box-shadow: 0 4px 12px 0 rgba(0,0,0,0.2);
}
.mission {
  margin-top: 0rem;
  padding: 1rem;
}

#image-preview {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.493);
  z-index: 9999;
}

#image-preview .preview-image {
  position: fixed;
  right: 0;
  left: 0;
  top: 15%;
  text-align: center;
}

#image-preview .preview-list .col {
  float: left;
}
#image-preview .preview-list {
  width: fit-content;
  margin: auto;
  margin-top: 20px;
}

#image-preview .preview-list img {
  width: 280px;
  margin-left: 15px;
}
#image-preview .preview-list img:first-child {
  margin-left: 0;
}

#image-preview .image-preview-close {
  width: 100px;
  height: 30px;
  background-color: #e6782d;
  border-color: #e6782d;
  color: white;
  position: fixed;
  bottom: 60px;
  right: 250px;
}
#image-preview .image-preview-close:hover {
  background-color: #e06b1c;
  border-color: #e06b1c;
}

.profile {
  padding: 1.5rem;
  transition: 0.3s;
  line-height: 20px;
  margin-left: 0px !important;
}

.profile:first-child {
  margin-left: 0;
}

.profile:hover {
  cursor: pointer;
  background-color: #e6782d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.profile:hover a {
  color: black;
}


.modal {
  display: none;
  position: fixed; 
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal.show {
  display: block;
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; 
  padding: 20px;
  border-radius: 0;
  max-width: 600px; 
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#quick-contact-modal .modal-contact-form {
  max-width: 500px;
  margin: auto;
}

#quick-contact-modal .modal-contact-form .btn {
  background-color: #e6782d !important;
  color: white !important;
}
#quick-contact-modal .modal-contact-form .btn:hover {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.form-control {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: rgb(230, 230, 230);
}
.form-control:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}




#gallery-options {
  width: fit-content;
  margin: auto;
}
#gallery .image {
  transition: visibility 0s, opacity 0.5s linear;
  display: none;
  margin-left: 10px;
  margin-top: 10px;
  width: 100%;
}

#gallery .image.show {
  transition: 0.5s !important;
  display: block;
  width: fit-content;
}




#gallery .btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

#gallery .btn:hover {
  background-color: #ddd;
}

#gallery .btn.active {
  background-color: #666;
   color: white;
}

#gallery .gallery-images {
  padding: 1.5rem;
}

#gallery img {
  width: 300px;
  margin: auto !important;

}

#awards {
  padding-bottom: 3rem;
}

#awards .card {
  max-width: 25rem;
  padding: 1.5rem;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  margin: auto;
  transition: 0.3s;
}
#awards .card:hover {
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.2);
}
#awards img {
  width: 100%;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.2);
}

#awards .card-text {
  padding: 1rem;
  padding-top: 1.5rem;
  line-height: 2;
}



/* end - Herco Bezuidenhout */


#certificates {
  padding-bottom: 20px;
  text-align: center;
}
#certificates .cert {
  margin-bottom: 30px;
  max-width: 100%;
}