/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
*{ margin: 0px; padding: 0px;} 
html,
body { height: 100%; }
body { font-size: 15px; position: relative; font-family:verdana, Arial, sans-serif; }
p.small { font-size: 15px; }
a { color: #346667; }
a:hover,
a:focus,
a:active,
a.active { outline: 0; color: #9DCDCF; text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { text-transform: none; font-family:verdana, Arial, sans-serif; font-weight: 400; margin:0; line-height: normal; }
a,
input,
button { transition: all 0.4s ease-in-out 0s; -ms-transition: all 0.4s ease-in-out 0s; -o-transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; }
ul { list-style: none; margin: 0px; padding: 0px; }
/*********************Global Style*************************************/
 section { font-family:verdana, Arial, sans-serif; position: relative; }
/*********************header*************************************/
#header { padding: 10px 0 22px; box-shadow: 0 -15px 15px -15px rgba(51, 102, 102, 0.7) inset; }
.navbar-brand { padding: 0; height: auto; }
.navbar-collapse { padding: 34px 0 0; }
.navbar-collapse ul { float: right; }
.navbar-nav > li { margin-left: 1px; }
.navbar-nav > li > a { padding: 11px 22px; text-transform: uppercase; color:#000; }
.nav > li > a:focus,
.nav > li > a:hover,
.nav > li.current-menu-item > a { background-color: #000000; text-decoration: none; color:#fff; }
/*********************titleCntr*************************************/
#titleCntr { background-image: url(images/title-bg.jpg); background-size: cover; color: #fff; height: 160px; }
#titleCntr h1 { text-transform: uppercase; font-size: 320%; padding-bottom: 20px; line-height: 46px; }
#titleCntr h4 { font-size: 100%; font-weight: bold; line-height: 24px; }
#titleCntr .title { overflow: hidden; padding: 28px 0 15px; }
#titleCntr .img-box { float: right; }
/*********************profile*************************************/
#profile { margin-top: 75px; }
#profile p { line-height: 24px; color: #000; margin-bottom: 25px; }
.serviceBox { background: #336666; margin-bottom: 30px; min-height: 295px; padding: 30px 25px; }
.serviceBox h3 { font-size: 146.6%; padding-bottom: 25px; color: #fff; }
.serviceBox ul { margin-left: 14px; }
.serviceBox li { line-height: 30px; list-style: disc; color: #fff; }
.services > div:first-child > div,
.services > div:last-child > div { background: #cce5e5; }
.services > div:first-child > div h3,
.services > div:last-child > div h3,
.services > div:first-child > div li,
.services > div:last-child > div li { color: #000; }
.addressBox { background: #f6f7fa; padding: 25px 10px; border: 1px solid #dbdbdb; margin-bottom: 30px; }
.addressBox h3 { font-size: 120%; margin-bottom: 20px; color: #336667;}
.addressBox p { font-size: 100%; }
#profile .contact-form p { margin-bottom: 11px; }
.contact-form > h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
.contact-form .form-control { border-radius: 2px; height: 46px; background: #f6f7fa; color: #000; }
.contact-form textarea.form-control { height: 146px;}
.contact-form .btn-primary {
  background-color: #336666;
  border-color: #336666;
  border-radius: 2px;
  color: #ffffff;
  font-size: 18px;
  height: 58px;
  text-transform: uppercase;
  width: 100%;
}
.form-control::-moz-placeholder{
    color: #000000;
    opacity: 1;
}
.form-control::-ms-placeholder{
    color: #000000;
    opacity: 1;
}
.form-control::-webkit-placeholder{
    color: #000000;
    opacity: 1;
}
.form-control::-o-placeholder {
    color: #000000;
    opacity: 1;
}
.contact-form .wpcf7-captchar.form-control{width: 125px;
    display: inline;}
.client { width: 100%; margin-bottom: 30px; float: left; }
.client > li {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: table;
  float: left;
  height: 140px;
  margin-right: 20px;
  padding: 6px 15px;
  text-align: center;
  vertical-align: middle;
  width: 18.5%;
}
.client > li:last-child { margin-right: 0px; }
.client > li .img-box { display: table-cell; vertical-align: middle; }
.client > li img { max-width: 100%; }
.keypeopleCntr > div { margin-bottom: 75px;}
.key-people .img-box { padding: 10px; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);}
.key-people .img-box img { max-width: 100%; }
.keypeopleCntr h3 { font-size: 160%; font-weight: bold; color: #336666; padding-bottom: 10px;}
.keypeopleCntr h4 { font-size: 113.3%; color: #336666; padding-bottom: 10px;}
.keypeopleCntr .text-box { padding-left: 20px;}

/*********************footer*************************************/
.footer { background: #336666; color: #ffffff; padding: 30px 0; font-size: 106.6%; margin-top: 75px; }
.footer p { margin: 0px; line-height: 30px; }
.footer a { color: #ffffff; }

@media (min-width: 768px) and (max-width: 1024px) {
img{ max-width: 100%;}
body{ font-size: 13px;}
.navbar-nav > li > a { padding: 7px 9px;
}
.serviceBox {
    padding: 15px;
}
#titleCntr .img-box {
    width: 50%;
}
#titleCntr {
    height: auto;
}
.client > li {
  height: 155px;
  margin-right: 21px;
}
}

@media (min-width: 320px) and (max-width: 767px) {

img{ max-width: 100%;}
.navbar-header {float: right;}
.navbar-toggle {
  background-color: #346667;
  margin-bottom: 8px;
  margin-right: 0;
  margin-top: 33px;
}
.navbar-toggle .icon-bar {
    background: #9acccd;
}
#header {
    box-shadow: none;
    padding: 10px 0;
}
.navbar-nav > li {
    margin-left: 0;
}
.navbar-collapse .navbar-nav {
    float: none;
    margin: 0 -15px;
}
.navbar-collapse,
.navbar-collapse.in {
    overflow-y: visible;
padding: 10px 0 0;
}
.navbar {
  border: 0;
  clear: both;
  margin-bottom: 0;
  min-height: inherit;
  position: relative;
}
#titleCntr {
    height: auto;
}
#titleCntr h1 {
    font-size: 200%;
    padding-bottom: 10px;
}
#profile,
.footer {
    margin-top: 35px;
}
.footer .text-right {
    text-align: left;
}
#titleCntr .img-box {display: none;}
.footer {
    font-size: 90%;
}
.client > li {
    height: 125px;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 39%;
}
}








img{max-width:100%;}
.client_list{text-align:center;}
.client_list [class*='col-']{margin-bottom:30px; height:140px; position:relative;}



.client_list img {  
    max-height: 100%;  
    max-width: 100%; 
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}




@media (min-width:992px){
	
	
	
	
}





@media (min-width:992px){
	
	
	
	
}


@media (min-width:1200px){
	
	.col-lg-20{width:20%; padding-left:24px; padding-right:24px;}
	.col-lg-20:nth-child(5n+1){clear:both}
	.client_list img {   max-width: 80%; }
	
	
}




































