/* =========================================================
   SunSoul Solutions - styles.css
   Depends on Bootstrap + Font Awesome + Animate.css
   ========================================================= */

/* ---------- Base / Reset ---------- */

/* Reset
---------------------------------*/
ul {
    list-style: none;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

a, a:hover, a:active {
    outline: 0px !important;
	text-decoration:none;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}


/* Styles
---------------------------------*/

body {
    background: #ffffff;
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    margin: 0;
}

h2 {
    font-size: 38px;
    color: #222222;
    font-family: 'Montserrat Alternates', sans-serif !important;
    font-weight: normal;
    margin: 0px 0 25px 0;
    text-align: left;
    text-transform: none;
}

h3 {
    font-family: 'Montserrat Alternates', sans-serif !important;
    font-weight: 600;
    color: #222222;
    font-size: 18px;
    margin: 0 0 5px 0;
}

h6 {
    font-size: 16px;
    color: #ca8011;
    font-family: 'Montserrat Alternates', sans-serif !important;
    font-weight: 400;
    text-align: left;
    margin: 10px 0 20px 0;
}

p {
    line-height: 24px;
    margin: 0;
}

::selection {
	color: #fff;
	background: #d38a1c;
}

::-moz-selection {
 color: #fff;
 background: #dd7f14;
}
p {
	color: #858585;
	line-height: 22px;
	font-size: 15px;
}
.white {
	background: #fff;
}
.pDark p {
	color: #6D6D6D;
}
.pDark h3 {
	color: #BEBEBE;
}
.btn, .form-control, .team-socials i {
	border-radius: 0px !important;
}
.button-outline {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	color: #fff;
	padding: 10px 25px;
	border: 2px solid #fff;
	border-radius: 0px;
	font-size: 16px;
	font-weight: 400;
	background: rgba(255,255,255,0.15);
}
.button-outline:hover {
	color: #fff;
	background: rgba(255,255,255,0.35);
}
a {
	color: #5887FF;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:hover {
	color: #DF3927;
	text-decoration: none;
}
.btn {
	border: 0px;
	border-radius: 0px;
}
.btn:hover {
	background: #DF6B00;
}
.btn-primary {
	background: #5887FF;
}
.form-control {
	border-radius: 0px;
}
.mrgn30 {
	margin: 30px 0;
}
.copyright {
	color: #6D6D6D;
	background: #000;
	padding: 20px 0;
	line-height: 34px;
}

/* ---------- Header / Navbar ---------- */
.header {
	position: fixed;
	width: 100%;
	z-index: 50;
	border-radius: 0;
	top: 0px;
    backdrop-filter: blur(6px);
    transition: background 0.3s ease, backdrop-filter 0.3s ease;
}

.navbar-inverse .navbar-toggle {
	border-color: #5887FF;
	background-color: #5887FF;
}

.header .navbar {
	margin: 0;
    border: 0;
	background: transparent !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
/*background-color: #5887FF;*/;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background: #de8a29;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
	background: #fff;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #FFFFFF;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #5887FF;
	background: none;
}

.addBg {
background: #000 !important;
-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
-moz-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.38);
}

.header .navbar-brand {
    display: flex;
	float: left;
	padding: 16px 15px;
	line-height: 28px;
}
.navbar-brand b {
	color: #fff;
	font-weight: 400;
}

.navbar-brand img {
      height: 40px;
      max-height: 40px;
      width: auto;
      margin-right: 40px;
}

.brand-text {
  font-size: 1.6em;
  font-weight: 500;
  color: #fff;
  font-family: 'Russo One', sans-serif !important;
  margin-top: 7px;
}

.logo {
	font-size: 2.2em;
	text-shadow: none;
	margin: 8px 0 0 0;
}
.logo:hover {
	color: #5A5A5A;
}
 
.navbar-inverse .navbar-nav > li > a {
	font-size: 1.2em;
    font-weight: 500;
	line-height: normal;
	margin: 17px;
	padding: 6px 10px !important;
	border-radius: 0px;
    color: #ddd;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #ffffff;
	background: none;
	border-bottom:2px solid #df8e1d;
	border-radius: 0px;
}
.navbar-inverse .navbar-brand .brand-text {
  color: #fff;
}
.navbar-nav > li:hover > a {
	color: #fff;
}
.header .navbar-nav > li > a {
	padding: 25px 18px;
	text-transform: uppercase;
}
.noPadd {
	padding: 0;
}
.darkBg {
	background: rgb(44, 44, 44);
}
.darkBg .fa {
	color: #5887FF;
}
/*--- Banner ----*/
#home {
  position: relative;
  color: #fff;
}

.banner-container {
  position: relative;
  max-width: 1280px;
  max-height: 450px; /* adjust to desired height */
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}

.banner-container > img {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
  border-radius: 20px;
}

.banner-content {
  position: absolute;
  inset: 0;
  z-index: 3;

  display: flex;
  align-items: center; /* vertical center */
}

.hero-text-wrapper {
  margin-top: 100px;
  max-width: 700px;
  text-align: left;
}

/* Headline + subheadline styling */
.hero-text-wrapper h1 {
  font-size: 4.6rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #000;
  font-family: 'Montserrat Alternates', sans-serif !important;
  max-width: 700px;
}

.hero-text-wrapper h3 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin: 0;
  max-width: 650px;
  font-family: 'Montserrat Alternates', sans-serif !important;
}

/* Responsive hero heights / text */
@media (max-width: 767px) {
  .banner-container > img {
    height: 420px;
    object-fit: cover;
  }
  .hero-text-wrapper h1 {
    font-size: 1.9rem;
  }
  .hero-text-wrapper h3 {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .banner-container > img {
    height: 360px;
  }
  .hero-text-wrapper {
    padding: 0 16px;
  }
}

#navigation {
	position: fixed;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 200px;
	background: #ffffff;
	box-shadow: 0 10px 10px -10px #000000;
}
#navigation > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation > li > a {
	margin: 1px;
	color: #000000;
	background: #cccccc;
	display: block;
	padding: 5px;
	text-decoration: none;
	transition: all 400ms;
}
#navigation > li > a.current,  #navigation > li:hover > a {
	background: #999999;
}
.pageSection {
	min-height: 600px;
	padding: 20px;
	background: #dddddd;
}
.pageSection:nth-child(odd) {
	background: #eeeeee;
}
.socialIcons li {
	list-style: none;
	display: inline;
	margin-right: 6px;
}
footer {
	border-top: 1px solid #e5e5e5;
	padding: 45px 0;
	background: #fff;
}
.social a:hover {
	color: #dd7f14;
}
.social a {
	font-size: 23px;
	margin: 0 7px;
	color: #c7c7c7;
}
.contact ul li {
	margin-bottom: 10px;
}
.contact ul li i {
	margin-right: 15px;
}

@media (min-width: 768px) {
.navbar-nav {
	float: right;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 5px 12px !important;
	border-radius: 5px;
	margin: 19px 0px;
}

}

@media (max-width: 768px) {
.banner-container > img {
	min-width: 100%;
	height:400px;
	
}
.team-member .member-img img {
	max-width: 100%;
}

.header .navbar-nav > li > a {
	padding: 25px 12px;
}
.portfolio-item:hover .folio-info {
	top: 0px;
}
.portfolio-item .portfolio-desc .folio-info {
	padding: 0px;
}
.portfolio-item .portfolio-desc .folio-info h5 {
	font-size: 1em;
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 1em;
	padding: 5px 7px !important;
	border-radius: 5px;
	margin: 19px 0px;
}

#timeline {
	margin: 0px 12px;
}
.chart-text {
	margin-top: 90px;
	display: inline-block !important; 
}
.skillContainer{
	margin-bottom: 50px;	
	}
.skillBox { 
min-height:200px;
display: inline-block;
}
}

@media (max-width:760px) {
.header .navbar-nav > li > a {
	padding: 7px 12px;
	font-size: 14px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #A8A8A8;
}

}

@media (max-width: 480px) {
.banner-container {
	background-size: contain; 
	overflow:hidden;
}
.header .container{
padding:0px;
}
.header #mainNav{
background:#000 !important;
padding:0px 15px;
}
.heroText {
margin-top: 30%;
}
.heroText h2{
	font-size: 35px;
}
.heroText h2 span{
	font-size: 35px;
}
.caption{
	font-size: 14px;
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 0.9em;
	padding: 5px 7px !important;
	margin: 2px 0px;
}
.navbar-toggle {
	margin: 17px;
}
.banner-container > img {
	width: auto; 
	height:350px;
}
.portfolio-item .portfolio-desc .folio-info h5 {
	font-size: 11px;
}
.skilltitle {
	text-align: left;
}
#timeline {
	margin: 0px 12px;
}
.chart-text {
	margin-top: -20px;
	display: inline-block !important; 
}
.skillContainer{
	margin-bottom: 50px;	
	}
.skillBox { 
min-height:200px;
display: inline-block;
}
}

@media (max-width: 320px) {
.banner-container {
	background-size: contain;
}
.portfolio-item:hover .folio-info {
	top: 0px;
}
.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	margin: 10px 0 0 0;
}
nav#filter li {
	display: inline-block;
	margin: 7px;
}
}
.customNavigation {
	text-align: center;
}
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/* Services
---------------------------------*/

#service {
    background: #ffffff;
}

.service_wrapper {
    padding: 40px 0 0px;
}

.service_section {
}

.service_block {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; 
	position: relative;
}

.service_icon {  
    width: 90px;
    height: 85px;
    margin: 0px auto 25px; 
}

 

.service_icon span {
    background: transparent;
    display: block;
    height: 95px;
    width: 95px;
    /* border: 1px solid #FFFFFF; */
    border-radius: 50%;
    padding: 6px 0 0;
    background-color: #df8e1d;
}

.service_icon i {
  color: #000000;
font-size: 40px;
margin-top: 0;
position: relative;
top: 20px;
z-index: 20;
display: block;
text-align: center;
}

.service_block h3 {
    font-weight: 600;
    font-size: 21px;
    color: #df8e1d;
    margin: 35px 0 15px; 
}

.service_block p {
    font-size: 14px;
    color: #000000;
    margin: 0 0 50px 0;
}
	
/* Dark rounded header box for service section */
.service-header-box {
  background: #111;              /* dark rectangle */
  color: #fff;
  padding: 25px 30px;
  border-radius: 10px;           /* rounded corners */
  margin-bottom: 10px;
  /*max-width: 980px;              /* keeps a nice readable width */
  margin-left: auto;
  margin-right: auto;            /* keeps the box centered */
  text-align: left;              /* make text left-aligned */
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
}

.service-header-box h2 {
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  text-transform: none;
  text-align: left;
  letter-spacing: 0.75px;
}

/* Button-style label ("What we do") */
.service-label {
  position: relative;
  top: -5px;               /* lifts label above the box */
  left: 5px;
  background: #ddd;      /* your brand color */
  color: #000;
  padding: 6px 16px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}


/* Portfolio
---------------------------------*/

#portfolio {
    padding: 60px 0px;
	background: #ddd;
}

img {
    max-width: 100%;
}

.page_section.paddind {
    padding-bottom: 60px;
}


.container.portfolio_title {
    padding-bottom: 0px;
}


.section-title h2 {
    color: #000000;
    font-size: 4.2rem;
    font-weight: 500;
    letter-spacing: -1px;
    margin: 0 0 40px;
    text-align: left;
    text-transform: none;
}

.section-title span {
    display: block;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 60px;
    text-align: center;
}


/* Portfolio Items */

.service-card {
  background: #111;                 /* dark card background */
  border-radius: 14px;              /* rounded corners */
  padding: 20px;
  color: #fff;                      /* white text */
  border: 1px solid #222;           /* subtle border */
  margin-bottom: 30px;   /* adjust spacing between rows */
  transition: transform 0.2s ease, 
              box-shadow 0.2s ease,
              background 0.2s ease;
}

.service-card .card-title {
  font-family: 'Montserrat Alternates', sans-serif !important;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  margin-bottom: 12px;
}

.service-card .card-text {
  color: #ccc;
  font-size: 14px;
  line-height: 1.55;
}

/* Hover effect */
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.35);
  background: #181818;
  border-color: #333;
}

/* Title color change when the whole card is hovered */
.service-card:hover .card-title {
  color: #dd7f14;   /* soft security-style yellow */
  transition: color 0.2s ease;
}

/* Responsive spacing tweaks */
@media (max-width: 768px) {
  .service-card {
    margin-bottom: 20px;
  }
}


/* About Us
--------------------------- */
 
.aboutUs-container {
background-repeat: no-repeat;
background-position: right;
background-size: auto 100%;
background-position-y: 70px;
}
#about-us{
padding: 60px 0px;
}
#about-us .read-more{
	border: 1px solid #ED5441;
	color: #1a1a1a;
}

#about-us .read-more:hover{
	background-color: #e74c3c;
	border: 1px solid #e74c3c;
	color: #fff;
}
.about-us-post-container{
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
}
.about-us{ 
}
.about-us h3{
	font-size:28px;
}
.points{ 
	margin-bottom: 10px;
	font-size:14px;
	padding-left:0px;
}
.about-us p{
	/*font-size: 0.9375em;*/
	line-height: 1.625em;
	padding: 15px 0;
}
.about-us .about-us-list{
	list-style: none;
	margin-bottom: 20px;
	padding-left:0px;
	padding: 25px 25px 15px;
	background-color: #EDEDED;
}

.about-us .points{
	position: relative;
	list-style-type: none;
	padding: 5px 0 5px 30px;
	color: #010100;
}

.about-us .points:before{
	content: "\f058";
	position: absolute;
	font-family: FontAwesome;
	font-size: 1.125em;
	color: #BC2A87;
	left: 0px;
	top: 3px;
}

.about-us-link a:first-child{
	margin-left: 0;
}

/* Contact
---------------------------------*/
.page_section.contact {
    padding: 60px 0px;
}
 
.contact_section {
    margin: 0 0 60px 0;
}

.contact_section h2 {
    color: #000000;
    font-size: 4.2rem;
    font-weight: 500;
    letter-spacing: -1px;
    margin: 0 0 40px;
    text-align: left;
    text-transform: none;
}

.contact_block {
    text-align: center;
}

.contact_block_icon {
    border-radius: 50%;
    height: 85px;
    width: 85px;
    margin: 0px auto 20px;
}

.contact_block_icon.icon2 {
    border-color: #ED5441;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon span {
    background: none repeat scroll 0 0 #f56eab;
    border: 5px solid #fff;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.contact_block_icon.icon2 {
    border-color: #ED5441;
}

.contact_block_icon.icon2 span {
    background: #ED5441;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon.icon3 span {
    background: #49b5e7;
}

.contact_block_icon i {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    position: relative;
    top: 26px;
    z-index: 20;
}

.contact_block span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_block span a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_info {
    font-size: 15px;
    padding-left: 0;
    color: #000;
}

.contact_info  h1 {
    font-family: 'Montserrat Alternates', sans-serif !important;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #000000;
}

.contact_info  h2 {
    font-family: 'Montserrat Alternates', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #000000;
}

.contact_info  h3 {
    font-family: 'Montserrat Alternates', sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 30px 30px;
    color: #ca8011;
}

.contact_info p {
    line-height: 28px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 30px;
}

.contact_info .detail {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.contact_info .detail:not(:last-child)::after {
  content: "";
  display: block;
  height: 1px;
  margin: 20px auto 0;
  background: linear-gradient(to right, #999, #ddd, transparent);
  width: 150%;
}

.form {
    margin: 0 30px 0 30px;
}

.input-text {
    padding: 15px 16px;
    border: 1px solid #FFF;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    color: #000000;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-text:focus {
    border: 1px solid #fff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
    height: 230px;
    resize: none;
    overflow: auto;
    
}

.input-btn {    
    width: 175px;
    height: 50px;
    letter-spacing: 0px;
    background: #dd7f14;
    border-radius: 3px;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-btn:hover {
    color: #fff;
    background: #000000;
}

/* Error messages under each field */
.field-error {
  font-size: 13px;
  color: #ff6b6b;
  margin-bottom: 2px;
}

/* Global form message */
.form-message {
  margin: 0 0 15px;
  font-size: 14px;
}

.form-message.success {
  color: #4caf50;
}

.form-message.error {
  color: #ff6b6b;
}

/* Optional: subtle red border on invalid fields */
.input-text.input-error {
  border-color: #ff6b6b;
}

/* Footer
---------------------------------*/

.footer_wrapper {
    background: #ddd;
}

.footer_bottom {
    border-top: 1px solid #CE6CAB;
    padding: 25px 0;
}

.footer_bottom span {
    display: block;
    font-size: 14px;
    color: #F1ADD9;
    text-align: center;
}

.footer_bottom span a {
    display: inline-block;
    color: #FDD83D;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer_bottom span a:hover {
    color: #fff;
}

/* Animation Timers
---------------------------------*/
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}


/*
   Media Queries
--------------------------- */
@media (min-width: 768px) and (max-width: 1200px) {

.aboutUs-container {
background-repeat: no-repeat;
background-position: right;
background-size: auto 59%;
background-position-y: 150px;
}
}
@media (max-width: 768px) {
.aboutUs-container{
	background-image:none;
}
p{
font-size:14px;
}
.top_cont_outer { 
height: 335px;
}
.hero_section {
position: relative;
padding-top: 10px;
}
.top_left_cont {
padding: 38px 0;
}
.top_left_cont h2 {
font-size: 25px;
color: #FFF;
line-height: 39px;
margin: 0 0 9px 0;
}
.inner_section {
padding: 20px 0 20px;
}
#aboutUs img{
margin-bottom:20px;
}
#aboutUs h3{
font-size:26px;
line-height:22px;
}
.service_block h3 { 
font-size: 16px;
}
service_block p {
font-size: 14px; 
margin: 0px;
margin-bottom: 20px;
}
#filters ul{
padding-left:0px;
}
.form {
margin: 0 18px;
}
.page_section.team{
padding: 40px 0;
}
.social_links li {
float: left; 
}
.contact_section{
margin:0;
}
h2, .contact_section h2 {
font-size: 30px;
}
.page_section.contact {
padding: 60px 0 50px;
} 
.navbar-inverse .navbar-toggle .icon-bar{
background: #FFFFFF;
}
.navbar-inverse .navbar-toggle {
border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
background:none;
outline: none;
}
.navbar {
border: 0px solid #fff;
min-height: 40px;
margin-bottom: 0px;
float: right;
}
.navbar-inverse .navbar-nav > li > a {
color: #D0D0D0; 
font-size: 14px;
padding: 10px 11px;
}
} 
@media (max-width: 480px){ 
.caption {
display:none;
}
.navbar {
border: 0px solid #fff;
min-height: 40px;
margin-bottom: 0px;
float: initial;
width: 100%;
}
}

.section-divider {
  width: 100%;
  height: 1px;          /* thickness */
  background: #ddd;     /* color */
  margin: 50px 0;        /* spacing above/below */
  border-radius: 4px;    /* optional rounding */
}

/* NORMAL (top-of-page) state overrides */
.header:not(.addBg) .navbar.navbar-inverse {
  background: transparent !important;
  border: none !important;
}

.header:not(.addBg) .navbar-inverse .navbar-nav > li > a {
  color: #000 !important;   /* pick your top-state color */
}

.header:not(.addBg) .navbar-inverse .navbar-nav > li > a:hover {
  color: #df8e1d !important;
}

.header:not(.addBg) .navbar-inverse .navbar-brand .brand-text {
  color: #000;
}

.montserrat-alternates-thin {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.montserrat-alternates-extralight {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.montserrat-alternates-light {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.montserrat-alternates-regular {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.montserrat-alternates-medium {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.montserrat-alternates-semibold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.montserrat-alternates-bold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.montserrat-alternates-extrabold {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.montserrat-alternates-black {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.montserrat-alternates-thin-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.montserrat-alternates-extralight-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.montserrat-alternates-light-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.montserrat-alternates-regular-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.montserrat-alternates-medium-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.montserrat-alternates-semibold-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.montserrat-alternates-bold-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.montserrat-alternates-extrabold-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.montserrat-alternates-black-italic {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 900;
  font-style: italic;
}

body, * {
  font-family: 'Montserrat Alternates', sans-serif;
}