/* COPYRIGHT (c) 2017 Teknewlogic  */

* {
	margin: 0;
	padding-right: 0px;
	padding-right: 0px;
	box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 0px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


/* GLOBAL STYLES*/
body { 
	font: normal 80% Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #fff;  
	padding: 0;
    margin: 0;
	overflow-x: hidden;
    overflow-y: scroll;
}

/* TOPBAR */
#topbar {
	margin-top: -20px;
	width: 100%;
	height: 70px;
	background-color: #145263; 
}

.welcome {
	font-family: 'Titillium Web', sans-serif;
	text-align: left;
	font-size: 1.2em;
	float: left;
	margin: 35px 0px 15px 150px;
	line-height: 120%;
}

#social_media {
	float: right;
	margin: 2px 150px 10px 0px;
}

.fa {
	margin: 30px 0px 0px 10px;
	color: #fff;
}

.fa:hover { 
	color: #a1bac1;
}

#middle_bar {
	margin: 0 auto;
	width: 85%;
}

#logo { 
	background-image: url("../images/logo.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 80px;
	margin: 30px auto;
	margin-bottom: 32px;
}  

.top_info_wrap {
	float: left;
	margin: 32px auto;
	width: 300px;
	height: 78px;
}

.fa-volume-control-phone {
	color: #a1bac1;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
}

.contact {
	text-decoration: none;
	text-align: left;
	font-size: 1.2em;
	float: right;
	margin-right: 90px;
	line-height: 130%;
	padding-top: 27px;
}

a {
	text-decoration: none;
	color: #145263; 
}

.fa-clock-o {
	color: #a1bac1;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
}

.hrs {
	text-decoration: none;
	color: #145263; 
	text-align: left;
	font-size: 1.2em;
	float: right;
	line-height: 130%;
	padding-top: 27px;
	margin-right: 40px;
}

.fa-map-marker {
	color: #a1bac1;
	float: left;
	margin-left: 0px;
	margin-top: 20px;
}

.location {
	text-decoration: none;
	color: #145263; 
	text-align: left;
	font-size: 1.2em;
	float: right;
	line-height: 130%;
	padding-top: 27px;
	margin-right: 80px;
}

/* NAVBAR  */ 
/* Layout */
.nav__list {
    margin: 0px 0px 0px 140px;
    padding: 0;
}
.nav__list a {
    padding: .75em 1.5em;
    transition: all .25s ease-in-out;	
}

.nav__list__item {
    border-width: 0 0 1px;
}
.nav__list__item,
.nav__list__item a {
    display: block;
}

/* Desktop-view */
@media screen and (min-width: 700px) {
	.nav__list > .nav__list__item {
        border-width: 0 0 0 0;
    }
    .nav__list > .nav__list__item,
    .nav__list > .nav__list__item a {
        display: inline-block;
    }
}

/* Presentation */
.nav {
	font-size: 1.2em;
    background-color: #333;
	color: #273507;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}
.nav .nav__list__item {
    border: #none;
}

.active {
	background-color: #145263;
	color: #000;
}

.nav a {
    color: #a1bac1;
    text-decoration: none;
}
.nav a:hover, .nav a:active, .nav a:focus {
    background-color: #145263;
	color: #fff;
}

/* MAIN BANNER */
.intro {
	height: 450px;
	width: 100%;
	margin: auto;
	background: url("../images/home_banner.jpg");
	background-repeat: no-repeat;
	display: table; 
	background-size: cover;
	margin-top: 0px;
}

.intro .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: none;
}

.content {
	max-width: 750px;
	height: 300px;
	margin: 40px auto;
	margin-bottom: 50px;
	margin-left: 150px;
	text-align: left;
}

.content h2 {
	font-family: 'Open Sans', sans-serif;
	color: #a1bac1;
	font-size: 4em;
	line-height: 100%;
	text-shadow: 0px 0px 300px #000;
	margin-bottom: 15px;
}

.content p {
	font-size: 1.2em;
	margin-top: 30px;
	margin-bottom: 60px;
	font-family: 'Open Sans', sans-serif;
}

.btn {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	color: #145263;
	background-color: #fff;
	font-size: 1.2em;
	padding: 12px 20px;
	text-transform: uppercase;
	text-decoration: none;
}

.btn:hover {
	color: #fff;
	background-color: #a1bac1;
}

/* WHO WE ARE + WHAT WE OFFER */
.title1 { 
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2em;
	text-align: center;
	margin-top: 20px;
	color: #2b5662;
	text-shadow: none;
}  

/* marketing video */
#video {
	width: 100%;
	padding-right: 0px;
	height: 260px;
	margin: 30px auto;
	text-align: center;	
}

video {
	margin-top: -15px;
}

.video {
	width: 500px;
	height: 300px;
}

.bio {
	color: #145263;
	width: 50%;
	margin: 60px auto;
	margin-bottom: 43px;
	text-align: center;
	line-height: 130%;
	font-size: 1.2em;
	font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
}

.btn_left { 
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	padding: 12px 20px;
	margin-top: 45px;
	text-transform: uppercase;
	text-decoration: none;
	float: center;
	font-size: 1.2em;
	margin: 0px auto;
	margin-bottom: 73px;
	height: 50px;
   	width: 20%;
	text-align: center;
	background: #145263;
	color: #fff;
}
  
.btn_left a { 
	color: #FFF;
	text-decoration: none;
}

.btn_left:hover {
	background: #a1bac1; 
    color: white;
}

.title2 { 
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2em;
	text-align: left;
	padding-left: 80px;
	margin-top: 0px;
	color: #FFF;
	text-shadow: none;
}  
 
.what_wrap { 
	width: 100%;
	height: 610px;
	float: left;
	padding: 20px;
	background: #134350;
	color: #FFF;
	margin: 0px 0px 20px 0px;
} 

.box {
	float: right;
	margin: 25px -50px 0px 0px;
	width: 97%;
	padding-left: 20px;
	height: 115px;
	background-color: #2b5662;
}

.icon_1 {
	margin-top: 20px;
	width: 60px;
}

.offer {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: -70px;
	padding-left: 90px;
	color: #fff;
}

.description {
	position: relative;
	z-index: 2; 
	color: #fff;
	width: 90%;
	text-align: left;
	padding-left: 90px;
	line-height: 120%;
	margin-top: 10px;
	font-size: 1.2em;
}  
  
.btn_right { 
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 20px;
	font-size: 1.2em;
	margin: 450px 0px 0px 75px;
	height: 50px;
   	width: 30%;
	text-align: center;
	padding: 12px 16px 7px 16px;
	background: #fff;
	color: #145263;
}
  
.btn_right a { 
	color: #145263;
	text-decoration: none;
}

.btn_right:hover {
	background: #a1bac1;
    color: white;
}

/* SOLUTION DELIVERY */
.process_wrap {
	margin-top: -21px;
	width: 100%;
	height: 510px;
	background-color: #ececec;
}

#width {
	width: 65%;
	margin: 0 auto;
}

.title3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2em;
	text-align: center;
	margin: 20px 0px 50px 0px;
	color: #2b5662;
	text-shadow: none;
}

.process {
	margin: 0 auto;
	width: 360px;
	height: 290px;
	background-color: #2e3d41;
}

.container_p {
	height: 100px;
}

.number {
	margin-top: 15px;
	float: left;
	font-size: 4em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding-left: 30px;
}

.p1 {
	float: right;
	margin-right: 50px;
	position: relative;
	margin: 45px 150px 0px 0px;
	font-size: 1.8em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.line {
	width: 80%;
	margin: 0px auto;
	height: 3px;
	border: none;
	background-color: #fff;
}

.type {
	float: left;
	padding-left: 35px;
	text-align: left;
	margin-top: 20px;
	width: 90%;
	font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
}

/* WORK WITH US */
.work_wrap {
	width: 100%;
	height: 550px;
	background-color: #FFF;
}

#width_2 {
	width: 75%;
	margin: 0 auto;
}

.title4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2em;
	text-align: center;
	margin: 40px 0px 50px 0px;
	color: #2b5662;
	text-shadow: none;
}

.work1 {
	width: 30%;
	margin: 0px auto;
	display: flex;
}

.work_h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	width: 100%;
	line-height: 120%;
	margin: 20px auto;
	font-size: 1.4em;
	color: #134350;
}

.work_p {
	text-align: center;
	line-height: 120%;
	width: 100%;
	padding: 20px;
	margin: -20px auto;
	font-size: 1.2em;
	color: #134350;	
}

.work_p2 {
	text-align: center;
	line-height: 120%;
	width: 100%;
	padding: 20px;
	margin: -20px auto;
	font-size: 1.2em;
	color: #134350;	
}

/* CALL TO ACTION */
#qoute_band {
	width: 100%;
	height: 100px;
	text-align: center; 
	background: #134350;
}  
  
.action_p {
	font-family: 'Open Sans', sans-serif;
	color: ececec;
	font-weight: 700;
	font-size: 1.5em;
	text-align: left;
	margin: 35px 0px 10px 650px;
}

.btn_qoute {
	float: right;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	color: #145263;
	background-color: #ececec;
	font-size: 1.2em;
	padding: 10px 20px;
	margin: 28px 760px 0px 0px;
	text-transform: uppercase;
	text-decoration: none;
}

.btn_qoute:hover {
	color: #fff;
	background-color: #a1bac1;
}

/*-- FOOTER STYLES --*/
footer {
	background: #ececec; 
	width: 100%;
	height: 390px;
	left: 0;
	text-align: center;
    margin: 0px;
}
 
#ftr_wrap {
	width: 80%;
	margin: auto;
}

.ftr_title {
	font-family: 'Open Sans', sans-serif;
	color: #2f5f6e;
	font-weight: 700;
	font-size: 1.2em;
	padding-bottom: 20px;
	text-align: left;
	margin-top: 50px;
}

.ftr_about {
	line-height: 120%;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	color: #2f5f6e;
	font-size: 1.2em;
	margin-top: 0px;
	width: 80%;
	padding-bottom: 80px;
}

#center {
	margin-left: 120px;
}

#center2 {
	margin-left: 50px;
}

#social_media_ftr {
	float: left;
	margin: -90px 40px 0px -12px;
}

#soc .fa-facebook-square {
	color: #2f5f6e;
}

#soc .fa-facebook-square:hover {
	color: #134350;
}

#soc .fa-google-plus-square {
	color: #2f5f6e;
}

#soc .fa-google-plus-square:hover {
	color: #134350;
}

#soc .fa-twitter-square {
	color: #2f5f6e;
}

#soc .fa-twitter-square:hover {
	color: #134350;
}

#soc .fa-youtube-square {
	color: #2f5f6e;
}

#soc .fa-youtube-square:hover {
	color: #134350;
}

.links {
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	margin-top: -25px;
	margin-bottom: -40px;
	font-size: 1.1em;	
	text-align: left;
	color: #2f5f6e;
}

.links a:hover {
	color: #333;
}

.fa-angle-right {
	padding: 5px 2px;
	font-size: 30px;
	width: 15px;
	height: 27px;
	text-align: center;
	text-decoration: none;
	margin: 20px 2px;
	color: #2f5f6e;
}

.fa-angle-right:hover {
	color: #2f5f6e;
}

.ftr_contact {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;	
	text-align: left;
	color: #2f5f6e;
}

#ftr_icons {
	margin-top: -20px;
}

#ftr_icons .fa-map-marker {
	padding-left: 0px;
	padding-right: -5px;
	margin: 0px 20px 0px 0px;
	font-size: 20px;
	width: 15px;
	height: 15px;
	text-align: left;
	text-decoration: none;
	color: #2f5f6e;
}

#ftr_icons .fa-phone {
	padding-left: 0px;
	padding-right: 35px;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	width: 15px;
	height: 15px;
	float: left;
	text-decoration: none;
	color: #2f5f6e;
}

#ftr_icons .fa-envelope-o {
	padding-left: 0px;
	padding-right: -5px;
	margin: 0px 20px 0px 0px;
	font-size: 20px;
	width: 15px;
	height: 15px;
	float: left;
	text-decoration: none;
	color: #2f5f6e;
}

#ftr_icons .fa-clock-o {
	padding-left: 0px;
	padding-right: -5px;
	margin: 0px 20px 0px 0px;
	font-size: 20px;
	width: 15px;
	height: 15px;
	text-align: left;
	text-decoration: none;
	color: #2f5f6e;
}

.ftr_addition {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	line-height: 120%;
	margin: 10px 10px 0px 0px;	
	text-align: left;
	color: #2f5f6e;
}

/* back to top */
#myBtn {
	background-image: url("../images/top_1.png");
	background-repeat: no-repeat;
	background-color: none;
	margin: 0 auto;
	display: none;
	background-color: transparent;
	border: none;
	background-color: none;
	outline: none;
	cursor: pointer;
	padding: 15px;
	width: 48px;
	height: 48px;
}

#myBtn:hover {
	background-image: url("../images/top_2.png");
	background-color: none;
}

.top_p {
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #2f5f6e;
}

/* copyright */
.copyright {
	width: 100%;
	height: 65px;
	top: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center; 
	background: #134350;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 10px;
}

.copyright p {
	padding-bottom: 0px;
	}

.disclaimer {
	width: 100%;
	color: #a1bac1;
	font-weight: 900;
	font-size: .9em;
}

/*-- ABOUT STYLES --*/
.intro_2 {
	height: 380px;
	width: 100%;
	margin: auto;
	background: url("../images/about_banner.jpg");
	background-repeat: no-repeat;
	display: table; 
	background-size: cover;
	margin-top: 0px;
}

.intro_2 .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: none;
}

.abt_content {
	width: 60%;
	margin: 20px auto;
	margin-bottom: 50px;
}

.abt_content h2 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 3.8em;
	line-height: 110%;
	text-shadow: 0px 0px 300px #000;
	margin-bottom: 30px;
}

.abt_content h3 {
	text-align: center;
	font-size: 1.6em;
}

.title_about { 
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2em;
	text-align: center;
	margin-top: 70px;
	color: #2b5662;
	text-shadow: none;
}

.about {
	color: #145263;
	width: 40%;
	margin: 28px auto;
	margin-bottom: 44px;
	font-size: 1.2em;
	margin-bottom: 100px;
}

.philosophy_wrap {
	margin-top: -20px;
	width: 100%;
	height: 720px;
	background-color: #ececec;
}

.title_philosophy {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2em;
	text-align: center;
	margin: 50px 0px 0px 0px;
	color: #173840;
	text-shadow: none;
}

.philosophy {
	color: #173840;
	width: 50%;
	margin: 30px auto;
	margin-bottom: 50px;
	text-align: center;
	font-size: 1.2em;
}

.phil_box {
	margin: 0 auto;
	width: 320px;
	height: 300px;
	background-color: #173840;
}

.container_phil_title {
	height: 100px;
}

.p1_phil {
	float: right;
	margin-right: 50px;
	position: absolute;
	margin: 45px 0px 0px 101px;
	font-size: 1.8em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.p2_phil {
	float: right;
	margin-right: 50px;
	position: absolute;
	margin: 45px 0px 0px 110px;
	font-size: 1.8em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.p3_phil {
	float: right;
	margin-right: 50px;
	position: absolute;
	margin: 45px 0px 0px 110px;
	font-size: 1.8em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.p4_phil {
	float: right;
	margin-right: 50px;
	position: absolute;
	margin: 45px 0px 0px 114px;
	font-size: 1.8em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.phil_type {
	float: left;
	padding-left: 35px;
	text-align: left;
	margin-top: 20px;
	width: 90%;
	font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
}

.list_last {
	color: #173840;
	margin: 20px auto;
	text-align: center;
	font-size: 1.7em;
}

.priorities_container {
	margin: 0 auto;
	width: 80%;
}

/* team photos */
.team_container {
	margin: 0 auto;
	width: 100%;
	height: 460px;
	margin-bottom: 0px;
}

/* call to action */
#qoute_band2 {
	background: url("../images/action_abt.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 150px;
}  

.action_abt {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	color: ececec;
	font-size: 1.5em;
	text-align: left;
	margin: 60px 0px 10px 450px;	
}

.btn_actn_abt {
	float: right;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: #a1bac1;
	font-size: 1.2em;
	padding: 10px 20px;
	margin: 50px 660px 0px 0px;
	text-transform: uppercase;
	text-decoration: none;
}

.btn_actn_abt:hover {
	color: #145263;
	background-color: #ececec;
}

/*-- SERVICES STYLES --*/
/* Intro */
.services_wrap {
	margin: 0 auto;
	width: 80%;
	margin-bottom: 50px;
	background-color: #fff;
}

.service_title { 
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2em;
	margin-top: 100px;
	width: 80%;
	margin: 40px auto;
	margin-bottom: 5px;
	color: #2b5662;
	text-shadow: none;
}

.services_text {
	font-family: 'Open Sans', sans-serif;
	width: 80%;
	margin: 0 auto;
	font-size: 1.2em;
	color: #2b5662;
}

.service_title_2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2em;
	width: 80%;
	margin: 20px auto;
	margin-bottom: 5px;
	color: #2b5662;
	text-shadow: none;
}

.services_intro {
	font-family: 'Open Sans', sans-serif;
	width: 98%;
	float: left;
	text-align: left;
	line-height: 120%;
	margin: 0 auto;
	margin-bottom: 15px;
	font-size: 1.2em;
	color: #2b5662;
}

.spacing {
	margin-top: 40px;
}

/* Service Tiles */
#services_wrap {
	/* page width control */
	height: 600px;
	margin: -40px auto;
	margin-bottom: 40px;
	width: 70%;
}

.service_titles {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 0px;
	width: 100%;
	margin: 0px auto;
	margin-bottom: 0px;
	color: #2b5662;
	text-shadow: none;
}

.margin {
	margin: 20px auto;
}

.lists {
	width: 100%;
	margin: 0px 0px 10px -25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	line-height: 100%;
	color: #2b5662;
	text-shadow: none;
	line-height: 180%;
}

.service_container p {
	border: blue solid 1px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	line-height: 100%;
	width: 100%;
	margin: 200px auto;
	color: #2b5662;
	text-shadow: none;
	line-height: 120%;
}

/*-- BLOG STYLES --*/
/* blog home */
.intro_blog {
	height: 280px;
	width: 100%;
	margin: auto;
	background: url("../images/blog_banner_1.jpg");
	background-repeat: no-repeat;
	display: table; 
	background-size: cover;
	margin-top: 0px;
}

.blog_hdr_content {
	max-width: 750px;
	height: 280px;
	margin: 40px auto;
	margin-bottom: 50px;
	margin-left: 150px;
	text-align: left;
}

.blog_hdr_content h2 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 4em;
	line-height: 100%;
	text-shadow: 0px 0px 300px #000;
	padding-top: 50px;
}

.blog_hdr_content p {
	font-size: 1.5em;
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom: 60px;
	font-family: 'Open Sans', sans-serif;
}

.btn_blog_hdr {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	color: #145263;
	background-color: #fff;
	font-size: 1.2em;
	padding: 12px 20px;
	text-transform: uppercase;
	text-decoration: none;
}

.btn_blog_hdr:hover {
	color: #fff;
	background-color: #a1bac1;
}

.blog_wrap {
	margin-top: 60px;
	margin-bottom: 100px;
}

.ftrd_title1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2em;
	text-align: center;
	padding-top: 40px;
	margin-bottom: -40px;
	color: #2b5662;
	text-shadow: none;
}

.blog_box {
	margin: 0 auto;
	width: 90%;
	height: 435px;
	background-color: #2e3d41;
}

.ftrd_img_container1 {
	float: left;
	width: 100.1%;
	height: 200px;
	margin: auto;
	background: url("../images/featured1.jpg");
	background-repeat: no-repeat;
	display: table; 
	background-size: cover;
	margin-bottom: 20px;
}

.ftrd_img_container2 {
	float: left;
	width: 100.1%;
	height: 200px;
	margin: auto;
	background: url("../images/featured2.jpg");
	background-repeat: no-repeat;
	display: table; 
	background-size: cover;
	margin-bottom: 20px;
}

.blog_link {
	color: #fff;
}

.ftrd_title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding-left: 25px;
	font-size: 2em;
	margin-top: 20px;
}


.ftrd_date {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 1.2em;
}

.ftrd_description {
	font-family: 'Open Sans', sans-serif;
	padding-left: 25px;
	font-size: 1.1em;
	width: 95%;
	margin-bottom: 30px;
}

.btn_blog {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	color: #145263;
	background-color: #fff;
	font-size: 1em;
	padding: 10px 17px;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 25px;
}

.btn_blog:hover {
	color: #fff;
	background-color: #a1bac1;
}

/* blog home: Most Recent Posts */
.blog_box2{
	margin: 0 auto;
	width: 90%;
	height: 465px;
	background-color: #2e3d41;
}

.post_img_container1 {
	float: left;
	width: 100.1%;
	height: 200px;
	margin: auto;
	background: url("../images/recentpost1.jpg");
	background-repeat: no-repeat;
	display: table; 
	background-size: cover;
	margin-bottom: 20px;
}

.post_img_container2 {
	float: left;
	width: 100.1%;
	height: 200px;
	margin: auto;
	background: url("../images/featured2.jpg");
	background-repeat: no-repeat;
	display: table; 
	background-size: cover;
	margin-bottom: 20px;
}

.post_img_container3 {
	float: left;
	width: 100.1%;
	height: 200px;
	margin: auto;
	background: url("../images/featured2.jpg");
	background-repeat: no-repeat;
	display: table; 
	background-size: cover;
	margin-bottom: 20px;
}

.hm_post_title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding-left: 25px;
	font-size: 1.5em;
	margin-bottom: 10px;
}


/* blog post */
.blog_links:hover {
	text-decoration: underline;
}

.ftrd_title3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2em;
	text-align: center;
	margin-top: -50px;
	padding-bottom: 30px;
	color: #2b5662;
	text-shadow: none;
}

.intro_post1 {
	height: 280px;
	width: 100%;
	margin: auto;
	background: url("../images/featured1_banner.jpg");
	background-repeat: no-repeat;
	display: table; 
	background-size: cover;
	margin-top: 0px;
}

.intro_post2 {
	height: 280px;
	width: 100%;
	margin: auto;
	background: url("../images/featured2_banner.jpg");
	background-repeat: no-repeat;
	display: table; 
	background-size: cover;
	margin-top: 0px;
}

.intro_post3 {
	height: 280px;
	width: 100%;
	margin: auto;
	background: url("../images/recentpost1_banner.jpg");
	background-repeat: no-repeat;
	display: table; 
	background-size: cover;
	margin-top: 0px;
}


.post_title {
	font-family: 'Open Sans', sans-serif;
	font-size: 3em;
	text-align: center;
	font-weight: 900;
	color: #333;
}

.post_date {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	text-align: center;
	font-weight: 700;
	color: #525252;
}

.post_hr {
	width: 90%;
	margin: 30px auto;
}

.post_hr2 {
	width: 90%;
	margin: 100px auto;
	margin-bottom: 30px;
}

.post {
	margin: 50px auto;
	width: 70%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color: #333;
}

.post_ul {
	margin: -50px auto;
	padding-right: 2px;
	width: 74%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	color: #333;
}

#back_icon .fa-angle-left {
	color: #2f5f6e;
	font-size: 1.2em;
	margin-left: 60px;
	margin-top: -50px;
}

.back {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
}

/* shared buttons 
.fb-share-button {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}*/

/*-- CONTACT STYLES --*/
/* content */
.contact_wrap { 
	width: 100%;
	height: 600px;
	float: left;
	background: #134350;
	text-align: center;
} 

.contact_content {
	color: #fff;
	width: 50%;
	margin: -80px auto;
	text-align: center;
	font-size: 1.3em;
}

.title_contact { 
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	width: 50%;
	font-size: 2em;
	text-align: center;
	margin: 130px auto;
	color: #fff;
	text-shadow: none;
}

.contact_wrap_2 { 
	width: 100%;
	height: 600px;
	float: left;
	background: #a1bac1;;
} 

/* form */
.form_title {
	text-align: center;
	margin-top: 50px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2em;
	color: #134350;
	
}

.form {
	width: 700px;
	height: 400px;
	margin: 20px auto;		
}

.form input {
	width: 310px;
	height: 20px;
	color: #000;
	border: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em; 
	margin: 10px 25px;
	border-radius: 1px;
}

.right {
	margin-top: -40px;
	float: right;
}

.form textarea {
	width: 650px;
	height: 150px;
	color: #000;
	border: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	resize: none;
	clear: both;	
	margin: 5px 25px;
	border-radius: 1px;
}

#down {
	margin-top: 5px;
	text-align: center;
}

#submit {
	height: 50px;
	width: 40%;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background: #134350;
	color: #fff;
	text-decoration: none;
	padding: 0px;
}

#submit:hover {
	background: #363636;
}

.g-recaptcha {
	margin-left: 199px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* thank you */
.cat {
	margin: 70px auto;
	width: 20%;
	display: flex;
}

.thankyou_title {
	text-align: center;
	width: 50%;
	margin: -60px auto;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2.5em;
	color: #134350;
}

.thankyou_text {
	text-align: center;
	width: 100%;
	margin: 20px auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	color: #134350;
}

/*-- DISCLAIMER --*/
.disclaimer_title { 
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 2em;
	margin-top: 100px;
	width: 80%;
	margin: 40px auto;
	margin-bottom: 10px;
	color: #2b5662;
	text-shadow: none;
}

.disclaimer_text {
	font-family: 'Open Sans', sans-serif;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 60px;
	font-size: 1.2em;
	color: #2b5662;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 1366px) {
	/* TOP GLOBAL STYLES */
	#topbar {
	position: absolute;
    left: 0;
    right: 0;
	}
	.welcome {
	float: left;
	margin-left: 30px;
	}
	#social_media {
	float: right;
	margin-right: 30px;
	}
	#middle_bar {
	margin: 20 auto;
	width: 100%;
	height: 190px;
	}
	#logo { 
	margin: 80px 0px 30px 30px;
	} 
	.top_info_wrap {
	margin-top: 80px;
	width: 90%;
	}
	/* NAVBAR */
	.nav__list {
    margin: 0px 0px 0px 0px;
	}
	/* -- HOME STYLES -- */
	/* Main Banner */
	.content {
	max-width: 730px;
	margin-left: 70px;
	margin-bottom: 0px;
	}
	/* Who we are + What we offer */ 
	.who_wrap { 
	width: 100%;
	}
	video {
	margin-top: 20px;
	}
	.bio {
	margin-top: 90px;
	margin-bottom: 20px;
	width: 65%;
	font-size: 1.2em;
	}
	.btn_left { 
   	width: 30%;
	margin-top: 30px;
	margin-bottom: 74px;
	}  
	.what_wrap { 
	height: 650px;
	} 
	.box {
	float: right;
	margin: 25px -50px 0px 0px;
	width: 100%;
	padding-left: 20px;
	height: 125px;
	background-color: #2b5662;
	}
	.btn_right { 
	margin-left: 50px;
   	width: 40%;
	margin: 480px 0px 0px 52px;
	}
	/* Solution Delivery */
	.process_wrap {
	height: 480px;
	margin-top: -21px;
	}
	#width {
	margin-top: 20px;
	width: 90%;
	}
	.title3 {
	margin: 15px 0px 20px 0px;
	}
	.process {
	width: 350px;
	height: 305px;
	}
	.container_p {
	margin-top: -5px;
	height: 100px;
	}
	.number {
	margin-top: 10px;
	float: left;
	font-size: 4em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding-left: 20px;
	}
	.p1 {
	margin: 40px 150px 0px 0px;
	}
	/* Work with Us */
	.title4 {
	margin: 30px 0px 50px 0px;
	}
	#width_2 {
	width: 90%;
	margin: 0 auto;
	}
	.title4 {
	margin-bottom: 50px;
	}
	.work_h1 {
	font-size: 1.3em;
	}
	.work_p {
	font-size: 1.2em;
	}
	/* Call to Action */  
	.action_p {
	margin: 35px 0px 0px 400px;
	}
	.btn_qoute {
	width: 20%;
	margin: 25px 500px 0px 0px;
	}
	/* FOOTER GLOBAL STYLES */
	footer {
	height: 450px;
	}
	#social_media_ftr {
	margin: -95px 40px 0px -12px;
	}
	#center {
	margin-left: 80px;
	}
	#center2 {
	margin-left: 20px;
	}
	#ftr_icons .fa-clock-o {
	margin: 2px 20px 0px 0px;
	}
	#myBtn {
	margin: 50px auto;
	margin-bottom: 0px;
	}
	/* -- ABOUT STYLES -- */
	.abt_content h2 {
	width: 100%;
	}
	.title_about {
	margin-top: 50px;
	}
	.priorities_container {
	width: 90%;
	}
	.philosophy {
	width: 80%;
	}
	.phil_box {
	width: 280px;
	}
	/* team photos */
	.team_container {
	height: 313px;
	}
	.team1 {
	width: 100%;
	}
	/* call to action */ 
	.action_abt {
	margin: 60px 0px 10px 200px;	
	}
	.btn_actn_abt {
	margin: 50px 360px 0px 0px;
	}
	/*-- BLOG STYLES --*/
	/* blog home */
	.blog_hdr_content {
	margin-left: 80px;
	}
	/*-- CONTACT STYLES --*/
	.title_contact { 
	width: 60%;
	margin: 110px auto;
	}
	.form {
	width: 600px;
	}
	.form input {
	width: 270px;
	}
	.form textarea {
	width: 550px;
	}
	#submit {
	width: 40%;
	margin-top: 20px;
	}
	.g-recaptcha {
	margin-left: 149px;
	}
	/* thank you */
	.cat {
	margin: 50px auto;
	width: 30%;
	}
	.thankyou_title {
	width: 70%;
	margin: -30px auto;
	font-size: 2.5em;
	}
	.thankyou_text {
	margin: 40px auto;
	}
}

@media only screen and (max-width: 1280px) {
	/* TOP GLOBAL STYLES */
	.welcome {
	float: left;
	margin-left: 20px;
	}
	#social_media {
	float: right;
	margin-right: 20px;
	}
	#middle_bar {
	margin: 0 auto;
	width: 100%;
	height: 180px;
	}
	.top_info_wrap {
	margin-top: 80px;
	width: 90%;
	}
	.contact {
	margin-right: 100px;
	font-size: 1em;
	}
	.hrs {
	margin-right: 60px;
	font-size: 1em;
	}
	.location {
	margin-right: 100px;
	font-size: 1em;
	}
	/* -- HOME STYLES -- */
	/* who we are + what we offer */ 
	.bio {
	margin-top: 100px;
	margin-bottom: 0px;
	width: 70%;
	}
	.btn_left { 
   	width: 40%;
	margin-top: 30px;
	}  
	.box {
	width: 600px;
	}
	.offer {
	margin-top: -78px;
	}
	.btn_right { 
   	width: 50%;
	}
	/* solution delivery */
	.process_wrap {
	height: 450px;
	}
	#width {
	width: 95%;
	}
	.process {
	width: 90%;
	}
	.container_p {
	height: 90px;
	}
	.number {
	padding-left: 20px;
	font-size: 3em;
	}
	.p1 {
	width: 60%;
	margin: 36px 25px 0px 0px;
	}
	/* work with us */
	/* call to action */  
	.action_p {
	margin: 35px 0px 0px 380px;
	}
	.btn_qoute {
	width: 30%;
	margin: 26px 390px 0px 0px;
	}
	/* FOOTER GLOBAL STYLES */
	#ftr_wrap {
	width: 92%;
	}
	.ftr_about {
	font-size: 1em;
	}
	#center {
	margin-left: 50px;
	}
	#center2 {
	margin-left: 15px;
	}
	.top_p {
	margin-bottom: 5px;
	}
	.copyright {
	margin-top: -14px;
	}
	.ftr_addition {
	font-size: 1em;
	}
	.copyright {
	margin-top: 0px;
	}
	.copy {
	padding-top: 14px;
	color: #fff;
	}
	/*-- ABOUT STYLES --*/
	.about {
	width: 60%;
	}
	.phil_box {
	width: 260px;
	}
	.container_phil_title {
	height: 80px;
	}	
	.p1_phil {
	margin: 28px 0px 0px 86px;
	}
	.p2_phil {
	margin: 28px 0px 0px 95px;
	}
	.p3_phil {
	margin: 28px 0px 0px 95px;
	}
	.p4_phil {
	margin: 28px 0px 0px 99px;
	}
	/* call to action */ 
	.action_abt {
	margin: 60px 0px 10px 250px;	
	}
	.btn_actn_abt {
	margin: 50px 250px 0px 0px;
	}
	/*-- BLOG STYLES --*/
	/* blog home */
	.blog_hdr_content {
	margin-left: 90px;
	}
	/*-- CONTACT STYLES --*/
	.title_contact {
	margin-top: 120px;
	}
	.contact_content {
	width: 80%;
	}
}

@media only screen and (max-width: 1024px) {
	/* TOP GLOBAL STYLES */
	.top_info_wrap {
	margin-top: 80px;
	width: 100%;
	}
	.contact {
	margin-right: 70px;
	font-size: 1em;
	}
	.hrs {
	margin-right: 30px;
	font-size: 1em;
	}
	.location {
	margin-right: 70px;
	font-size: 1em;
	}
	/* -- HOME STYLES -- */
	/* Main Banner */
	.intro {
	height: 400px;
	}
	.content {
	max-width: 600px;
	margin-left: 50px;
	}
	/* Who we are + What we offer */
	video {
	margin-top: -20px;
	}
	.video {
	width: 420px;
	}
	.bio {
	width: 70%;
	margin-top: 50px;
	}
	.btn_left { 
	margin-top: 30px;
	}
	.box {
	width: 100%;
	height: 130px;
	}
	.btn_right { 
	margin: 500px 0px 0px 52px;
   	width: 50%;
	}
	/* Solution Delivery */	
	.process_wrap {
	height: 480px;
	}
	.title3 {
	margin: 10px 0px 30px 0px;
	}
	#width {
	width: 95%;
	margin: 0 auto;
	}
	.process {
	height: 315px;
	}
	.number {
	padding-left: 20px;
	font-size: 2.8em;
	}
	.p1 {
	margin: 25px 10px 0px 0px;
	}
	.line {
	margin-top: -10px;
	}
	/* Work with Us */
	.work_h1 {
	margin-bottom: 50px;
	width: 100%;
	}
	.work_p {
	width: 100%;
	font-size: 1.1em;
	margin-top: -30px;
	}
	.work_p2 {
	width: 100%;
	font-size: 1.1em;
	margin-top: -50px;
	}
	/* Call to Action */  
	.action_p {
	margin: 35px 0px 0px 230px;
	}
	.btn_qoute {
	width: 30%;
	margin: 26px 320px 0px 0px;
	}
	/*-- ABOUT STYLES --*/
	.intro_2 {
	height: 400px;
	}
	.priorities_container {
	width: 95%;
	}
	.phil_box {
	width: 220px;
	height: 330px;
	}
	.p1_phil {
	margin: 25px 0px 0px 86px;
	}
	.p2_phil {
	margin: 25px 0px 0px 95px;
	}
	.p3_phil {
	margin: 25px 0px 0px 95px;
	}
	.p4_phil {
	margin: 25px 0px 0px 99px;
	}
	.phil_type {
	padding-left: 25px;
	}
	/* team photos */
	.team_container {
	height: 235px;
	}
	/* call to action */ 
	.action_abt {
	margin: 50px 0px 10px 150px;	
	}
	.btn_actn_abt {
	margin: 40px 190px 0px 0px;
	}
	/*-- BLOG STYLES --*/
	/* blog home */
	.intro_blog {
	background: url("../images/blog_banner_1.2.jpg");
	}	
	.blog_box {
	width: 60%;
	height: 440px;
	}
	.blog_hdr_content {
	margin-left: 60px;
	}
	/* blog post */
	.intro_post1 {
	height: 250px;
	width: 100%;
	background: url("../images/featured1_banner2.jpg");
	}
	.intro_post2 {
	height: 250px;
	width: 100%;
	background: url("../images/featured2_banner2.jpg");
	}

	/*-- CONTACT STYLES --*/
	.title_contact {
	width: 80%;
	}
	.form_title {
	display: none;
	}
	.form {
	margin: 50px 10px;
	width: 500px;
	}
	.right {
	margin-top: 0px;
	float: none;
	}
	.form input {
	width: 440px;
	}
	.form textarea {
	width: 440px;
	}
	.g-recaptcha {
	margin-left: 94px;
	}
	/* thank you */
	.cat {
	width: 40%;
	}
	.thankyou_title {
	width: 70%;
	font-size: 2.2em;
	}
	.thankyou_text {
	margin: 50px auto;
	}
}

@media only screen and (max-width: 960px) {
	/* TOP GLOBAL STYLES */
	#logo {
	margin-left: 20px;
	}	
	.contact {
	margin-right: 60px;
	font-size: 1em;
	}
	.hrs {
	margin-right: 15px;
	font-size: 1em;
	}
	.location {
	margin-right: 55px;
	font-size: 1em;
	}
	/* -- HOME STYLES BEGIN -- */
	/* Main Banner */
	.content {
	margin-bottom: 20px;
	max-width: 580px;
	margin-left: 50px;
	}
	/* Who we are + What we offfer */ 
	.video {
	width: 400px;
	}
	.bio {
	width: 80%;
	margin-top: 50px;
	}
	.description {
	margin-top: 8px;
	font-size: 1.1em;
	} 
	.btn_right { 
   	width: 60%;
	margin: 500px 0px 0px 52px;
	}
	/* Solution Delivery */
	.process_wrap {
	height: 450px;
	}
	.process {
	width: 90%;
	height: 300px;
	}
	.number {
	padding-left: 15px;
	}
	.p1 {
	margin: 25px 10px 0px 0px;
	}
	.type {
	padding-left: 20px;
	width: 95%;
	}
	/* Work with Us */
	/* Call to Action */  
	.action_p {
	margin: 35px 0px 0px 180px;
	}
	.btn_qoute {
	margin: 25px 280px 0px 0px;
	}
	/* call to action */ 
	.action_abt {
	font-size: 1.3em;
	margin: 50px 0px 10px 160px;	
	}
	.btn_actn_abt {
	margin: 40px 190px 0px 0px;
	}
	/* FOOTER GLOBAL STYLES */
	#center {
	margin-left: 50px;
	}
	#center2 {
	margin-left: 15px;
	}
	.ftr_contact {
	font-size: 1em;
	margin-top: 12px;
	}
	/*-- ABOUT STYLES --*/
	.about {
	width: 70%;
	}
	.phil_box {
	width: 210px;
	}
	
	/*-- BlOG STYLES --*/
	/* blog post */
	.blog_hdr_content {
	margin-left: 50px;
	}
	/*-- CONTACT STYLES --*/
	.form {
	margin: 50px 40px;
	width: 380px;
	}
	.right {
	margin-top: 0px;
	float: none;
	}
	.form input {
	width: 340px;
	}
	.form textarea {
	width: 340px;
	}
	.g-recaptcha {
	margin-left: 44px;
	}
}

@media only screen and (max-width: 800px) {
	.col-3 {
	width: 100%;
	}
	.col-4 {
	width: 100%;
	}
	.col-5 {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	}
	.col-6 {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	}
	.col-7 {
	float: left;
	width: 100%;
	padding-bottom: 0px;
	}
	.col-9 {
	width: 100%;
	padding: 0px;
	}
	/* TOP GLOBAL STYLES */
	#topbar {
	height: 130px;
	}
	.welcome {
	float: none;
	text-align: center;
	margin: 40px auto;
	margin-bottom: 10px;
	}
	#social_media {
	float: none;
	margin-top: -25px;
	text-align: center;
	}
	#middle_bar {
	height: 590px;
	}
	#logo { 
	background-image: url("../images/logo2.jpg");
	background-repeat: no-repeat;
	width: 126px;
	height: 150px;
	margin: 120px auto;
	margin-bottom: 0px;
	}   
	.mobile_center {
	margin: -20px auto;
	width: 30%;
	}
	.top_info_wrap {
	margin-top: 30px;
	}
	/* -- HOME STYLES BEGIN -- */
	/* Main Banner */
	.intro {
	height: 573px;
	background: url("../images/home_banner2.jpg");
	}
	.content {
	max-width: 90%;
	margin: -160px auto;
	height: 250px;
	margin-bottom: 80px;
	text-align: left;
	}
	.content h2 {
	font-size: 3.5em;
	}
	.content p {
	font-size: 1.2em;
	margin-bottom: 50px;
	}
	.btn {
	margin-top: 50px;
	}
	/* Who we are + What we offer */ 
	.title1 { 
	margin-top: 40px;
	}  
	.video {
	margin-top: -10px;
	width: 500px;
	height: 300px;
	}
	.bio {
	margin-top: 60px;
	}
	.what_wrap { 
	height: 650px;
	margin: 0px 0px 20px 0px;
	} 
	.title2 { 
	margin-top: 30px;
	}
	.box {
	width: 97%;
	height: 110px;
	}
	.offer {
	margin-top: -70px;
	}
	.description {
	line-height: 135%;
	margin-top: 5px;
	} 
	.btn_right { 
   	width: 40%;
	margin: 440px 0px 0px 73px;
	}
	/* Solution Delivery */
	.process_wrap {
	height: auto;
	margin-top: -40px;
	padding-bottom: 30px;
	}
	.process {
	width: 65%;
	height: 230px;
	margin-bottom: 20px;
	}
	.number {
	padding-left: 25px;
	font-size: 3.5em;
	}
	.p1 {
	margin: 30px 90px 0px 0px;
	font-size: 2em;
	}
	.line {
	width: 90%;
	}
	.type {
	padding-left: 30px;
	width: 95%;
	}
	/* Work with Us */
	.work_wrap {
	height: 1300px;
	}
	.work1 {
	width: 15%;
	}
	.work_h1 {
	font-size: 1.5em;
	margin-bottom: 25px;
	width: 100%;
	}
	.work_p {
	width: 60%;
	font-size: 1.1em;
	margin-top: -30px;
	margin-bottom: 30px;
	}
	.work_p2 {
	width: 60%;
	font-size: 1.1em;
	margin-top: -30px;
	margin-bottom: 30px;
	}
	/* Call to Action */  
	#qoute_band {
	height: 190px;
	} 
	.action_p {
	text-align: center;
	margin: 35px 0px 30px 0px;
	}
	.btn_qoute {
	float: none;
	margin: 100px auto;
	}
	/* FOOTER GLOBAL STYLES */
	footer {
	height: auto;
	}
	#ftr_wrap {
	width: 65%;
	}
	#social_media_ftr {
	margin: -90px 0px 0px -12px;
	}
	#center {
	margin-left: 0px;
	margin-top: -50px;
	margin-bottom: 0px;
	}
	#center2 {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	#center3 {
	margin-left: 0px;
	margin-top: -5px;
	margin-bottom: 15px;
	}
	.ftr_contact {
	font-size: 1em;
	margin-top: 12px;
	}
	.ftr_addition {
	margin-top: 20px;
	}
	/*-- ABOUT STYLES --*/
	.title_about { 
	margin-top: 50px;
	}
	.philosophy_wrap {
	height: 1430px;
	}
	.title_philosophy {
	margin: 60px auto;
	margin-bottom: -3px;
	}
	.philosophy {
	margin-bottom: 60px;
	width: 60%;
	}
	.phil_box {
	width: 65%;
	height: 230px;
	margin-bottom: 20px;
	}
	.container_phil_title {
	height: 90px;
	}
	.p1_phil {
	margin: 33px 0px 0px 96px;
	}
	.p2_phil {
	margin: 33px 0px 0px 105px;
	}
	.p3_phil {
	margin: 33px 0px 0px 105px;
	}
	.p4_phil {
	margin: 33px 0px 0px 109px;
	}
	.phil_type {
	padding-left: 35px;
	width: 95%;
	}
	/* team photos */
	.team1 {
	margin: 0 auto;
	display: block;
	width: 40%;
	padding: 10px;
	}
	.team_container {
	margin: 0 auto;
	width: 100%;
	height: 1300px;
	margin-bottom: 0px;
	}
	/* call to action */
	.action_abt {
	text-align: center;
	margin: 30px auto;	
	margin-bottom: 10px;
	}
	.btn_actn_abt {
	float: none;
	text-align: center;
	display: block;
	width: 30%;
	margin: 0px auto;
	}
	/*-- BLOG STYLES --*/
	/*-- blog home --*/
	.blog_box {
	width: 80%;
	height: 420px;
	}
	/*-- CONTACT STYLES --*/
	.contact_wrap {
	height: 350px;
	margin-bottom: -10px;
	}
	.title_contact {
	width: 100%;
	margin-top: 70px;
	}
	.contact_wrap_2 {
	height: 650px;
	margin-bottom: -10px;
	}
	.form_title {
	display: block;
	}
	.form {
	margin: 20px 49px;
	width: 650px;
	}
	.form input {
	width: 650px;
	}
	.form textarea {
	width: 650px;
	}
	#submit {
	margin-right: 170px;
	}
	.g-recaptcha {
	margin-left: 199px;
	}
	/* thank you */
	.cat {
	width: 30%;
	}
}

@media only screen and (max-width: 768px) {
	/* TOP GLOBAL STYLES */
	.top_info_wrap {
	width: 98%;
	}
	.fa-volume-control-phone {
	margin: 14px 0px 0px 23px;
	}
	.contact {
	margin: 0px 23px 0px 0px;
	}
	.fa-clock-o {
	margin: 14px 0px 0px 0px;
	}
	.hrs {
	margin: 0px 0px 0px 0px;
	}
	.fa-map-marker {
	margin: 14px 0px 0px 8px;
	}
	.location {
	margin: 0px 30px 0px 0px;
	}
	/* Who we are + What we offer */
	.what_wrap { 
	height: 670px;
	} 
	.box {
	height: 120px;
	}
	.offer {
	margin-top: -70px;
	}
	.description {
	margin-top: 7px;
	} 
	.btn_right { 
	margin: 470px 0px 0px 73px;
	}
	/* Solution Delivery */
	.process {
	height: 260px;
	margin-bottom: 25px;
	}
	/* Work with Us */
	.title4 {
	margin-bottom: 30px;
	}
	.work_wrap {
	height: 1200px;
	}
	/*-- ABOUT STYLES --*/
	#priority_1 {
	width: 38%;
	}
	#priority_2 {
	width: 38%;
	}
	#priority_3 {
	width: 38%;
	}
	/* team photos */
	.team_container {
	margin: 0 auto;
	width: 100%;
	height: 1220px;
	margin-bottom: 0px;
	}
	/*-- BLOG STYLES --*/
	/*-- blog home --*/
	.blog_box {
	height: 440px;
	}
	/*-- CONTACT STYLES --*/
	.form {
	margin: 20px 33px;
	}
}

@media only screen and (max-width: 600px) {
	/* NAVBAR */
	.nav__list > .nav__list__item {
        border-width: 0 0 0 0;
		text-align: center;
    }
	/* TOP GLOBAL STYLES */
	.top_info_wrap {
	width: 150%;
	margin-left: -44px;
	}
	.fa-volume-control-phone {
	margin: 14px 0px 0px 45px;
	}
	.contact {
	margin: 0px 45px 0px 0px;
	}
	.fa-clock-o {
	margin: 14px 0px 0px 21px;
	}
	.hrs {
	margin: 0px 21px 0px 0px;
	}
	.fa-map-marker {
	margin: 14px 0px 0px 50px;
	}
	.location {
	margin: 0px 28px 0px 0px;
	}
	#middle_bar {
	margin-bottom: 50px;
	}
	/* -- HOME STYLES BEGIN -- */
	/* Main Banner */
	.intro {
	height: 700px;
	background: url("../images/home_banner3.jpg");
	}
	.content {
	margin: -220px auto;
	height: 320px;
	margin-bottom: 80px;
	}
	.content h2 {
	text-align: center;
	}
	.content p {
	text-align: center;
	}
	.btn {
	display: block;
	width: 60%;
	margin: -20px auto;
	}
	/* Who we are + What we offer */ 
	.btn_left { 
	margin-top: 20px;
	margin-bottom: 40px;
	}  
	.offer {
	margin-top: -74px;
	}
	.btn_right { 
   	width: 50%;
	}
	/* Solution Delivery */
	.number {
	padding-left: 15px;
	}
	.p1 {
	margin: 30px 60px 0px 0px;
	}
	.type {
	margin-top: 15px;
	width: 100%;
	padding-right: 20px;
	}
	/* Work with Us */
	.work_wrap {
	height: 1250px;
	}
	.work1 {
	margin-top: 10px;
	}
	/*-- ABOUT STYLES --*/
	.intro_2 {
	height: 315px;
	}
	.abt_content h2 {
	font-size: 3em;
	}
	.abt_content h3 {
	width: 70%;
	margin: 0 auto;
	}
	.title_about { 
	margin-top: 40px;
	}
	.about {
	text-align: center;
	}
	.philosophy_wrap {
	height: 1450px;
	}
	.title_philosophy {
	margin-top: 30px;
	width: 100%;
	}
	.philosophy {
	margin-bottom: 40px;
	}
	.p1_phil {
	margin: 33px 0px 0px 96px;
	}
	.p2_phil {
	margin: 33px 0px 0px 105px;
	}
	.p3_phil {
	margin: 33px 0px 0px 105px;
	}
	.p4_phil {
	margin: 33px 0px 0px 109px;
	}
	.phil_type {
	padding-left: 35px;
	width: 90%;
	}
	/* team photos */
	.team1 {
	width: 100%;
	padding: 0px;
	}
	.team_container {
	margin: 0 auto;
	width: 100%;
	height: 2200px;
	margin-bottom: 0px;
	}
	/* call to action */
	.action_abt {
	text-align: center;
	margin: 30px auto;	
	margin-bottom: 10px;
	}
	.btn_actn_abt {
	float: none;
	text-align: center;
	display: block;
	width: 30%;
	margin: 0px auto;
	}
	/*-- BLOG STYLES --*/
	/*-- blog home --*/
	.intro_blog {
	background: url("../images/blog_banner_1.3.jpg");
	height: 560px;
	}
	.intro_post3 {
	background: url("../images/recentpost1_banner2.jpg");
	height: 330px;
	}
	.blog_hdr_content {
	width: 100%;
	margin: 90px auto;
	}
	.blog_hdr_content h2 {
	padding: 0px;
	margin-top: -30px;
	font-size: 3.5em;
	text-align: center;
	}
	.blog_hdr_content p {
	padding: 0px;
	text-align: center;
	}
	.btn_blog_hdr {
	text-align: center;
	width: 35%;
	display: block;
	margin: -20px auto;
	}
	/*-- CONTACT STYLES --*/
	.title_contact {
	width: 90%;
	margin-top: 50px;
	}
	.form {
	margin: 20px 34px;
	width: 480px;
	}
	.form input {
	width: 480px;
	}
	.form textarea {
	width: 480px;
	}
	#submit {
	margin-right: 0px;
	}
	.g-recaptcha {
	margin-left: 114px;
	}
	/* thank you */
	.cat {
	margin: 80px auto;
	width: 30%;
	}
	.thankyou_title {
	margin: -70px auto;
	}
	.thankyou_text {
	margin: 90px auto;
	}
}

@media only screen and (max-width: 414px) {
	/* TOP GLOBAL STYLES */
	.top_info_wrap {
	width: 250px;
	margin-left: -62px;
	}
	.fa-volume-control-phone {
	margin: 14px 0px 0px 36px;
	}
	.contact {
	margin: 5px 36px 0px 0px;
	}
	.fa-clock-o {
	margin: 14px 0px 0px 13px;
	}
	.hrs {
	margin: 0px 13px 0px 0px;
	}
	.fa-map-marker {
	margin: 14px 0px 0px 30px;
	}
	.location {
	margin: 0px 30px 0px 0px;
	}
	/* -- HOME STYLES BEGIN -- */
	/* Main Banner */
	.content {
	max-width: 380px;
	margin-top: -270px;
	}
	.content h2 {
	margin-top: 40px;
	font-size: 3em;
	}
	.content p {
	margin-top: 10px;
	margin-bottom: 30px;
	}
	.btn {
	display: block;
	width: 82%;
	margin: 0px auto;
	padding: 10px 15px;
	}
	/* Who we are + What we offer */
	.title1 { 
	margin-bottom: -20px;
	} 
	.video {
	width: 400px;
	height: 300px;
	}
	.bio {
	width: 80%;
	margin: 60px auto;
	margin-bottom: 30px;
	}
	.title2 { 
	margin-top: 20px;
	margin-bottom: 20px;
	}  
	.what_wrap { 
	height: 780px;
	}
	.box {
	width: 400px;
	height: 155px;
	}
	.btn_right { 
	margin: 600px 0px 0px 25px;
   	width: 80%;
	}
	/* Delivery Solution */
	.process {
	width: 85%;
	height: 295px;
	}
	.number {
	font-size: 3.1em;
	padding-left: 20px;
	}
	.p1 {
	font-size: 1.5em;
	margin: 33px 35px 0px 0px;
	}
	.line {
	width: 80%;
	}
	.type {
	margin-top: 20px;
	}
	/* Work with Us */
	.work_wrap {
	height: 1100px;
	}
	.work_p {
	width: 90%;
	}
	.work_p2 {
	width: 90%;
	}
	/*-- FOOTER STYLES --*/
	.copyright {
	height: 90px;
	}
	.copyright p {
	width: 85%;
	margin: 0 auto;
	padding-bottom: 5px;
	}
	/*-- ABOUT STYLES --*/
	.abt_content h2 {
	font-size: 2em;
	width: 100%;
	}
	.abt_content h3 {
	width: 100%;
	font-size: 1.2em;
	}
	.about {
	width: 80%;
	font-size: 1.1em;
	}
	.philosophy_wrap {
	height: 1550px;
	}
	.philosophy {
	width: 80%;
	font-size: 1.1em;
	}
	.phil_box {
	width: 75%;
	height: 270px;
	margin-bottom: 20px;
	}
	.p1_phil {
	margin: 28px 0px 0px 96px;
	}
	.p2_phil {
	margin: 28px 0px 0px 105px;
	}
	.p3_phil {
	margin: 28px 0px 0px 105px;
	}
	.p4_phil {
	margin: 28px 0px 0px 109px;
	}
	/* team photos */
	.team_container {
	height: 1400px;
	}
	/* call to action */
	#qoute_band2 {
	height: 190px;	
	}
	.action_abt {
	width: 90%;
	}
	.btn_actn_abt {
	width: 60%;
	}
	/*-- BLOG STYLES --*/
	/*-- blog home --*/
	.intro_blog {
	background: url("../images/blog_banner_1.3.jpg");
	height: 500px;
	}
	.blog_hdr_content h2 {
	margin-top: -50px;
	}
	.btn_blog_hdr {
	width: 45%;
	}
	.blog_box {
	height: 480px;
	}
	.blog_box2 {
	height: 500px;
	}
	/*-- CONTACT STYLES --*/
	.contact_wrap {
	height: 400px;
	}
	.title_contact {
	width: 80%;
	margin-top: 20px;
	}
	.form_title {
	margin-top: 40px;
	}
	.form {
	margin: 20px 6px;
	width: 350px;
	}
	.form input {
	width: 350px;
	}
	.form textarea {
	width: 350px;
	}
	.g-recaptcha {
	margin-left: 50px;
	}
	/* thank you */
	.cat {
	margin: 100px auto;
	width: 40%;
	}
	.thankyou_title {
	font-size: 2em;
	}
	.thankyou_text {
	margin: 90px auto;
	}
}

@media only screen and (max-width: 375px) {
	/* -- HOME STYLES BEGIN -- */
	/* Main Banner */
	.content {
	max-width: 340px;
	}
	.content h2 {
	width: 80%;
	margin: 0 auto;
	}
	.btn {
	display: block;
	width: 90%;
	margin: 0px auto;
	padding: 10px 15px;
	}
	/* Who we are + What we offer */
	.video {
	width: 360px;
	height: 260px;
	}
	.bio {
	width: 80%;
	margin: -10px auto;
	margin-bottom: 30px;
	}
	.btn_left { 
	width: 60%;
	} 
	/* Work with Us */
	.work_wrap {
	height: 1240px;
	}
	.work1 {
	width: 25%;
	}
	/*-- ABOUT STYLES --*/
	.philosophy_wrap {
	height: 1570px;
	}
	/*-- BLOG STYLES --*/
	/*-- blog home --*/
	.btn_blog {
	margin-left: 18px;
	}
	.blog_box {
	width: 90%;
	}
	.ftrd_title {
	padding-left: 18px;
	}
	.ftrd_date {
	padding-left: 18px;
	}
	.ftrd_description {
	padding-left: 18px;
	}
	.hm_post_title {
	padding-right: 60px;
	}
	/*-- CONTACT STYLES --*/
	.contact_wrap {
	height: 420px;
	}
	.form_title {
	margin-top: 40px;
	font-size: 1.7em;
	}
	.form {
	margin: 20px 12px;
	width: 300px;
	}
	.form input {
	width: 300px;
	}
	.form textarea {
	width: 300px;
	}
	.g-recaptcha {
	margin-left: 24px;
	}
}

@media only screen and (max-width: 320px) {
	/* TOPBAR */
	#topbar {
	height: 160px;
	}
	#logo { 
	margin: 150px auto;
	margin-bottom: 0px;
	} 
	/* -- HOME STYLES BEGIN -- */
	/* Main Banner */
	.content {
	max-width: 290px;
	}
	.content h2 {
	font-size: 3em;
	}
	.content p {
	padding-top: 8px;
	font-size: 1.1em;
	}
	.btn {
	width: 90%;
	font-size: 1em;
	}	
	/* Who we are + What we offer */
	.video {
	width: 300px;
	height: 200px;
	}
	.bio {
	width: 80%;
	margin: -70px auto;
	margin-bottom: 30px;
	font-size: 1.1em;
	}
	.btn_left {
	font-size: 1em;
	}
	.what_wrap {
	height: 1080px;
	}
	.box {
	height: 240px;
	}
	.icon_1 {
    display: flex;
	margin: 20px auto;
	}
	.offer {
	margin-top: -10px;
	margin-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	}
	.description {
	position: none;
	margin: 0px auto;
	width: 70%;
	z-index: none;
	display: flex;
	text-align: center;
	padding: 0px;
	}
	.btn_right {
	margin: 860px 0px 0px 25px;
	font-size: 1em;
	}
	/* Solution Delivery */
	.process {
	width: 100%;
	}
	/* Work with Us */
	.work_h1 {
	width: 90%;
	}
	.work1 {
	margin-top: -10px;
	}
	/*-- FOOTER STYLES --*/
	.copy {
	width: 90%;
	margin: 0px auto;
	}
	/*-- ABOUT STYLES --*/
	.philosophy_wrap {
	height: 1900px;
	}
	.phil_box {
	height: 310px;
	}
	.phil_type {
	padding-left: 25px;
	width: 90%;
	}
	/* team photos */
	.team_container {
	height: 1100px;
	}
	/*-- BLOG STYLES --*/
	/*-- blog home --*/
	.btn_blog_hdr {
	width: 60%;
	}
	.blog_box {
	width: 93%;
	height: 490px;
	}
	/*-- CONTACT STYLES --*/
	.contact_wrap {
	height: 450px;
	}
	.form_title {
	width: 80%;
	margin: 40px auto;
	margin-bottom: 20px;
	}
	.form {
	margin: 20px 9px;
	width: 250px;
	}
	.form input {
	width: 250px;
	}
	.form textarea {
	width: 250px;
	}
	.g-recaptcha {
	padding-left: 43px;
	transform: scale(0.65);
	-webkit-transform: scale(0.65);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	margin-bottom: -10px;
	}
	#submit {
	width: 60%;
	margin-top: 0px;
	margin-left: 50px;
	}
}
