/*
Theme Name:     Gbs
Description:    
Author:         @gbs
Template:       salamat

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
/*#region *************** Site Global ********************/
/* TODO: Remove 
    - This area is the defaults for the entire site 
    - do not specify defaults already set up by bootstrap unless different */
body, td, th, p {
	font-family: Open Sans;
	color: #454545;
	font-size: 15px;
	font-weight: 400;
}


/* ----- HOMEPAGE SLIDER ----- */
.youtube-play-btn {display:none;}

/* ----- BREAKPOINT 414px - IPHONE 6 PLUS PORTRAIT ----- */
@media only screen and (max-width: 414px) {
.youtube-play-btn {display:block !important;}
}



/* ----- CASE STUDIES PAGE ----- */

.vc_grid-item {display:inline-block !important;}


p {
	margin-bottom: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Open Sans;
	color: #181818;
}
h1 {
}
h2 {
	font-size: 48px;
	font-weight: 400;
	line-height: 50px;
}
h3 {
	font-size: 34px;
	color: #f5821f;
	font-weight: 400;
	margin-bottom: 30px;
	margin-bottom: 8px;
}
h4 {
	font-size: 23px;
	font-weight: 400;
	line-height: 32px;
	color: #f5821f;
}
h5 {
	font-size: 23px;
	font-weight: 400;
	line-height: 32px;
}
h6 {
	font-size: 19px;
	font-weight: 400;
}
.underline {
	padding-bottom: 15px;
	margin-bottom: 12px;
	background: url(/wp-content/uploads/2016/07/Rectangle_5.png) bottom left no-repeat;
}
.underline-center {
	padding-bottom: 15px;
	margin-bottom: 12px;
	background: url(/wp-content/uploads/2016/07/Rectangle_5.png) center bottom no-repeat;
}
a {
	color: #f5821f;
}
body a:hover, a:active, a:focus {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #f5821f;
}
b, strong {
}
i {
}
em {
	font-style: italic;
}
hr {
}
img {
}
ul {
}
ul li {
}
ol {
}
ol li {
}
table {
}
table th {
}
table td {
}

@media (max-width:767px) {
h2 {
	font-size: 36px;
}
}
/*#endregion*/

/*#region *************** Visual Composer Reset *********************/

.row {
	width: auto;
}
.wpb_wrapper .wpb_button, .wpb_wrapper .wpb_content_element, .wpb_wrapper ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0;
}
.vc_row.container {
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}
.home-container {
	padding-left: 15px;
	padding-right: 15px;
}
.home-container > .vc_row > .wpb_column > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 979px) {
.container, .tcvpb_container, .dnd_container {
	width: 100% !important;
}
}

@media (max-width: 767px) {
.vc_grid-container {
	max-width: 100%;
	overflow: hidden;
}
}
/*#endregion*/

/*#region *************** Button *********************/

.btn-white, .btn-white:visited {
	font-family: Open Sans;
	color: #454545;
	font-size: 21px;
	font-weight: 400;
	padding: 15px 40px;
	border-radius: 0;
	background: #ffffff;
	border: solid 1px #ffffff;
}
.btn-white:hover {
	background: #f5821f;
	color: #ffffff;
	border: solid 1px #ffffff;
}
.btn-orange-fullwidth,.btn-orange-fullwidth:active,.btn-orange-fullwidth:focus,.btn-orange-fullwidth:link .btn-orange-fullwidth:visited {
	background: #f5821f;
	font-size: 24px;
	max-width: 100%;
	white-space: inherit;
	text-align: left;
	color: #fff;
	border: solid 1px #f5821f;
	line-height: 26px;
	padding: 10px 15px;
	font-weight: 300;
	cursor:inherit;
}
.btn-orange-fullwidth:hover {
	  color: #fff;
    background: #f5821f; 
    border: solid 1px #f5821f;
}
.btn-orange, .btn-orange:visited, button, input[type="submit"], #respond #comment-submit {
	background: #f5821f;
	font-size: 24px;
	max-width: 100%;
	white-space: inherit;
	text-align: left;
	color: #fff;
	border: solid 1px #f5821f !important;
	line-height: 26px;
	padding: 10px 15px;
	font-weight: 300;
	border-radius: 2px;
}
.btn-orange:hover, input[type="submit"]:hover, #respond #comment-submit:hover {
	color: #f5821f;
	background: #fff;
	border: solid 1px #f5821f;
}
#ContentMain .btn-bottom {
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: -10px;
}
#ContentMain .btn-bottom:hover {
	color: #f5821f;
}
/*#endregion*/


/*#region *************** Navigation *********************/
/* TODO: Remove
    - Global specification for navigation
    - Always follow mobile first aproach */
.navbar-primary {
}
/*#endregion*/

/*#region *************** Layout *************************/
/* TODO: Remove 
    - This area is for defining the outside wrapping layout of the site */
#MainContainer {
}
/*#endregion*/



/*#region *************** Top Bar *************************/


#top_bar {
	background: #f5f7f8;
	border: none;
}
#top_bar a:hover {
	color: #f5821f;
}
#top_bar #header_social_info {
	text-align: right;
}
#top_bar #header_social_info .quick_contact_phone {
	font-family: Open Sans;
	color: #959595;
	font-size: 14px;
	font-weight: 400;
}
#top_bar #header_social_info .widget_search {
	display: inline-block;
}
#top_bar #header_social_info .widget_search input {
	margin-bottom: 0;
	font-family: Open Sans;
	color: #959595;
	font-size: 14px;
	font-weight: 400;
	height: 28px;
	padding: 0 12px;
	-webkit-appearance: none;
}
#top_bar #header_social_info .widget_search i {
	top: 8px;
	right: 9px;
}
#logo_menu_bar #main_logo {
	margin-top: -30px;
	margin-bottom: -27px;
	position: relative;
	z-index: 20;
	display: block;
}

#top_bar.top_bar_hide{
	height:inherit;
	padding:6px 0;}

@media (max-width: 767px) {
#top_bar {
	display: inherit !important;
}
#top_bar #header_social_info .widget_search {
	display: none;
}
#top_bar #header_social_info {
	margin-top: 0;
}
}
/*#endregion*/


/*#region *************** Header *************************/

#ABdev_main_header .search-toggle {
	display: none;
}
#ABdev_main_header nav > ul > li > a {
	font-family: Open Sans;
	color: #454545;
	font-size: 16px;
	font-weight: 400;
	padding: 38px 20px;
}
#ABdev_main_header nav > ul > li > a:hover {
	text-decoration: none;
}
#ABdev_main_header nav > ul > li.current-menu-item:before {
	height: 5px;
	background: #f5821f;
}
#ABdev_main_header nav > ul > li:hover > a.main-menu-link:before {
	max-height: 5px;
	height: 5px;
	background: #f5821f;
}
nav > ul > li.current-menu-ancestor.sfHover:before, nav > ul > li.current-menu-ancestor:before, nav > ul > li.current-menu-parent:before{
	height:5px;}

#ABdev_main_header nav > ul ul li:first-child {
	border-top: 1px solid #e5e8eb;
	margin-top: -1px;
}
#ABdev_main_header nav > ul ul li {
	width: auto;
}
#ABdev_main_header nav > ul ul li a {
	color: #454545;
	white-space: nowrap;
}
#ABdev_main_header nav > ul ul li a:hover {
	color: #f5821f;
}

@media only screen and (max-width: 1310px) and (min-width: 980px) {
#logo_menu_bar #logo {
	margin: 0 auto 0!important;
}
#logo_menu_bar #main_logo {
	margin-top: -30px;
	margin-bottom: -24px;
	max-width: 180px;
}
#ABdev_main_header nav > ul > li > a {
	padding: 25px 14px;
}
}

@media only screen and (max-width: 979px) and (min-width: 768px) {
#logo_menu_bar #main_logo {
	margin-top: -45px;
	margin-bottom: -40px;
}
#logo_menu_bar #ABdev_menu_toggle {
	top: 53px;
}
#logo_menu_bar nav {
	width: 70%;
}
#ABdev_main_header nav > ul > li a {
	color: #dddddd;
	padding: 10px 15px;
}
#ABdev_main_header nav > ul ul li:first-child {
	border: none;
}
#ABdev_main_header nav > ul ul li a {
	color: #dddddd;
	padding: 10px 15px;
	line-height: 14px;
}
}

@media (max-width: 767px) {
#logo_menu_bar #main_logo {
	margin-top: -25px;
	margin-bottom: -24px;
	max-width: 150px;
}
#logo_menu_bar #ABdev_menu_toggle {
	top: 46px;
	right: 10px;
}
#logo_menu_bar #ABdev_menu_toggle i {
	font-size: 30px!important;
	margin-right: 0;
	line-height: 60px;
}
#ABdev_main_header nav > ul > li a {
	color: #dddddd;
	padding: 10px 15px;
}
#logo_menu_bar nav {
	width: 75%;
}
#ABdev_main_header nav > ul {
	margin: 30px 0px 30px 0;
	width: 100%;
}
#ABdev_main_header nav > ul ul li {
	margin-left: 0;
}
#ABdev_main_header nav > ul ul li:first-child {
	border: none;
}
#ABdev_main_header nav > ul ul li a {
	color: #dddddd;
	padding: 10px 15px;
	line-height: 17px;
	white-space: inherit;
}
}
/*#endregion*/



/*#region *************** Content Sections ***************/
/* TODO: Remove 
    - This area is for cms specific areas 
    - note that a block is marked with the below class to denote it as a cms area. Hence definitions for navigation etc is not affected by the below styling. If you need to raise the spcificity prefix #MainWrapper */
	
.orange_hover_block .vc_gitem-col.vc_col-sm-12 {
	padding: 0;
}
.orange_hover_block .vc_single_image-wrapper {
	position: relative;
}
.orange_hover_block .vc_single_image-wrapper:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	;
	z-index: 100;
	content: "";
	border-radius: 8px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.orange_hover_block .vc_single_image-wrapper:hover:before {
	background: rgba(245,130,31,0.8);
}
.orange_hover_block .vc_single_image-wrapper:after {
	content: attr(title);
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	font-family: Open Sans;
	color: #ffffff;
	font-size: 36px;
	font-weight: 400;
	text-align: center;
    line-height: 40px;
    padding: 0 16px;
    margin-top: -37px;
	z-index: 100;
	visibility: hidden;
}
.orange_hover_block .vc_single_image-wrapper:hover:after {
	visibility: visible;
}
.orange_hover_block .vc_single_image-wrapper img {
	border-radius: 8px;
}
.gbs_block .vc_col-sm-12.vc_gitem-col {
	padding: 0;
}
.gbs_block .vc_grid-item-mini {
	border: solid 1px #ddd;
}
.gbs_block .vc_grid-item-mini .vc_gitem-zone-mini {
	padding-bottom: 0px;
}
.gbs_block .vc_custom_heading {
	margin-bottom: 0;
}
.gbs_block .vc_custom_heading h4 {
	margin-bottom: 0px;
	line-height: 28px;
	font-size:21px;
	    padding-left: 10px;
    padding-right: 10px;
}
.gbs_block .vc_custom_heading h4 a {
	color: #454545;
}

.gbs_block .vc_custom_heading h4 a:hover{
	color:#f5821f;}
.gbs_block .vc_gitem-post-meta-field-title {
	font-style: italic;
	margin-bottom:15px;
}
.gbs_block .vc_gitem-post-data-source-post_categories {
	margin-bottom: 4px;
	display:none;
}
.product_block .vc_custom_heading h4 {
	padding-top: 10px;
	padding-bottom: 24px;
}
.gbs_block .wpb_single_image a {
	position: relative;
	overflow: hidden;
}
.gbs_block .wpb_single_image a:before {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	z-index: 100;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gbs_block .wpb_single_image a:hover:before {
	background: rgba(245, 130, 31,0.8);
}
.gbs_block .wpb_single_image a:after {
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	font-size: 35px;
	visibility: hidden;
	text-align: center;
	position: absolute;
	color: #ffffff;
	content: '\e144';
	font-family: 'Glyphicons Halflings';
	z-index: 210;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 50%;
	border: solid 2px #fff;
}
.gbs_block .wpb_single_image a:hover:after {
	visibility: visible;
}
.gbs_block .wpb_single_image a img {
	border-bottom:solid 1px #dddddd;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.gbs_block .wpb_single_image a:hover img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
.case_study_block .vc_gitem-post-data-source-post_categories .vc_gitem-post-category-name:hover {
	background: none !important;
	cursor: inherit;
}

.case_study_block.gbs_block .vc_custom_heading h4{
	margin-bottom:17px;}

@media only screen and (max-width: 979px) and (min-width: 768px) {
.orange_hover_block .vc_single_image-wrapper:after {
	    font-size: 24px;
    line-height: 28px;
}
.gbs_block .vc_custom_heading h4 {
	padding-left: 15px;
	padding-right: 15px;
}
}

@media (max-width: 768px) {
.gbs_block {
	max-width: 500px;
	margin: auto;
}
.gbs_block.case_study_block .vc_gitem-post-data-source-post_categories {
	
}
}

@media (max-width: 400px) {
	
	.orange_hover_block .vc_single_image-wrapper:after {
	    font-size: 28px;
    line-height: 32px;
}
	}

@media (max-width: 350px) {
	
	.orange_hover_block .vc_single_image-wrapper:after {
	    font-size: 24px;
    line-height: 28px;
}
	}

/*#dregion*/

/*#region *************** Sidebar *************************/
.sidebar-widget-heading h3, #comments-title, #reply-title {
	font-family: Open Sans;
	font-weight: 400;
	color: #181818;
	border-bottom: 1px solid #181818;
}
.widget_pages li, .widget_recent_entries li, .widget_archive li, .widget_nav_menu li, .widget_meta li, .widget_rss li, .widget_categories li {
	border-bottom: 1px solid #181818;
}

.widget ul li.current-menu-item a{
	color: #f5821f;}

.widget ul li a {
	color: #181818;
}
.widget ul li a:hover {
	color: #f5821f;
	text-decoration: none;
}
.sidebar-widget-heading h3:after, #comments-title:after, #reply-title:after {
	display: none;
}
#text-4 {
	margin-top: 30px;
}
/*#dregion*/

/*#region *************** Footer *************************/
#ABdev_main_footer #footer_columns {
	background: #404042;
	font-family: Open Sans;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	padding: 40px 0;
}
#ABdev_main_footer #footer_columns .row, #ABdev_main_footer #footer_copyright .row {
	margin-left: 0;
	margin-right: 0;
}
#ABdev_main_footer #footer_columns p {
	color: #ffffff;
}
#ABdev_main_footer #footer_columns a {
	color: #ffffff;
}
#ABdev_main_footer #footer_columns a:hover {
	color: #f5821f;
}
#ABdev_main_footer h3 {
	margin-top: 53px;
}
#ABdev_main_footer #footer_columns #text-2 img {
	margin-right: 40px;
}
#ABdev_main_footer #footer_columns .widget_recent_entries li {
	padding: 10px 0 11px 0;
	border-bottom: 1px solid #6f6f6f;
}
#ABdev_main_footer #footer_columns #text-3 .textwidget {
	margin-top: 40px;
}
#ABdev_main_footer #footer_copyright {
	background: #333334;
	font-family: Open Sans;
	color: #626264;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
}
#ABdev_main_footer #footer_copyright .footer_copyright a {
	color: #626264;
}
#ABdev_main_footer #footer_copyright .footer_copyright a:hover {
	color: #f5821f;
}

@media only screen and (max-width: 979px) and (min-width: 768px) {
#ABdev_main_footer #footer_columns #text-2 img {
	margin-right: 15px;
}
}

@media (max-width:767px) {
#ABdev_main_footer #footer_columns p {
	text-align: center;
}
#ABdev_main_footer #footer_columns #text-2 img {
	margin: 10px;
}
}
/*#endregion*/

/*#region *************** Module Global Defaults *********/
.module-content {
}
/*#endregion*/

/*#region *************** Module CMS Content *************/
.module-wrapper .content {
}
/*#endregion*/

/*#region *************** Master Template: Home **********/
/* TODO: Remove 
    - This area is for definitions that is dictated by the selected template */
	
#HomesliderBlock1 {
	background: url(/wp-content/uploads/2016/08/white_big.png) left top no-repeat;
	background-size: contain;
	width: 507px;
	height: 507px;
	padding: 110px 90px;
}
#HomesliderBlock1 * {
	white-space: normal;
}
#HomesliderBlock1 h1 {
	font-family: Open Sans;
	color: #f5821f;
	font-size: 46px;
	font-weight: 500;
	line-height: 50px;
	margin-bottom: 20px;
}
#HomesliderBlock1 p {
	font-size: 17px;
	line-height: 20px;
}
#HomesliderBlock2 {
	background: url(/wp-content/uploads/2016/08/orange_circle.png) left top no-repeat;
	background-size: contain;
	width: 507px;
	height: 507px;
	padding: 110px 70px;
}
#HomesliderBlock2 * {
	white-space: normal;
}
#HomesliderBlock2 h1 {
	font-family: Open Sans;
	color: #ffffff;
	font-size: 52px;
	font-weight: 500;
	line-height: 63px;
	margin-bottom: 27px;
}
#HomesliderBlock2 p {
	font-size: 28px;
	line-height: 31px;
}

#HomesliderBlock3 {
	background: url(/wp-content/uploads/2016/08/orange_circle.png) left top no-repeat;
	background-size: contain;
	width: 507px;
	height: 507px;
	padding: 110px 70px;
}
#HomesliderBlock3 * {
	white-space: normal;
}
#HomesliderBlock3 h1 {
	font-family: Open Sans;
	color: #ffffff;
	font-size: 52px;
	font-weight: 500;
	line-height: 63px;
	margin-bottom: 20px;
}
#HomesliderBlock3 p {
	font-size: 26px;
	line-height: 31px;
}


@media only screen and (max-width: 1190px) and (min-width:1041px) {
	
		
#SliderOneBG {
	top: 10px;
}
#HomesliderBlock1, #HomesliderBlock2,#HomesliderBlock3 {
	width: 450px;
	height: 450px;
	padding: 80px 80px;
}
#HomesliderBlock1 h1 {
	font-size: 38px;
}
#BannerJump img, #BannerSuper img {
	width: 150px !important;
	height: auto !important;
}
#BannerJump {
	left: 50px;
	top: 30px;
}
#BannerSuper {
	top: 30px;
	left: -55px;
}
#HomesliderBlock2 h1 {
	line-height: 51px;
	font-size: 43px;
}
#HomesliderBlock3 h1 {
    font-size: 47px;
	}
	#HomesliderBlock3 p {
    font-size: 20px;
    line-height: 31px;
}
}

@media only screen and (max-width: 1040px) and (min-width: 980px) {

#SliderOneBG {
	top: 0px;
}

#HomesliderBlock1,#HomesliderBlock2,#HomesliderBlock3 {
	width: 450px;
	height: 450px;
	padding: 90px 80px;
}

#HomesliderBlock1 h1 {
	font-size: 38px;
}

#HomesliderBlock2 h1{
	font-size: 41px;
    line-height: 49px;
}
#HomesliderBlock3 h1{
	font-size: 41px;
    line-height: 49px;
}
#HomesliderBlock3 p {
    font-size: 20px;
    line-height: 31px;
}

#BannerJump img, #BannerSuper img {
	width: 180px !important;
	height: auto !important;
}
#BannerJump {
	left: 60px;
	top: 10px;
}
#BannerSuper {
	top: 10px;
	left: 15px;
}
}

@media only screen and (max-width: 979px) and (min-width: 785px) {
#SliderOneBG {
	top: 10px;
}
#BannerJump img, #BannerSuper img {
	width: 170px !important;
	height: auto !important;
}
#BannerJump {
	left: 100px;
	top: 80px;
}
#BannerSuper {
	top: 100px;
	left: 50px;
}
}

@media only screen and (max-width: 794px) and (min-width: 500px) {
#HomesliderBlock1,#HomesliderBlock2,#HomesliderBlock3 {
	width: 450px;
	height: 450px;
	padding: 90px 80px;
}



#SliderOneBG {
	left: 0px;
}
#BannerJump img, #BannerSuper img {
	display: none;
}
#HomesliderBlock1 h1 {
	font-size: 38px;
}

#HomesliderBlock2 h1{
	font-size: 41px;
    line-height: 49px;
}
#HomesliderBlock3 h1{
	font-size: 41px;
    line-height: 49px;
}
#HomesliderBlock3 p {
    font-size: 20px;
    line-height: 31px;
}
}

@media only screen and (max-width: 499px) and (min-width: 300px) {
	
	#Homebanner .tp-bgimg{
		background-position:left -100px center !important;}
	
#HomesliderBlock1,#HomesliderBlock2,#HomesliderBlock3 {
	width: 350px;
	height: 350px;
	padding: 60px 50px;
}
#SliderOneBG {
	left: 0px;
	top:20px;
}
#BannerJump img, #BannerSuper img {
	display: none;
}
#HomesliderBlock1 h1 {
	font-size: 30px;
	line-height: 33px;
}
#HomesliderBlock1 img {
	width: 170px !important;
	height: auto !important;
}
#HomesliderBlock2 h1{
	    font-size: 36px;
    line-height: 47px;
	margin-bottom:10px;
}

#HomesliderBlock2 p{
	    font-size: 19px;
    line-height: 28px;}
	#HomesliderBlock3 h1{
	    font-size: 36px;
    line-height: 47px;
	margin-bottom:10px;
}

#HomesliderBlock3 p{
	    font-size: 17px;
    line-height: 28px;}


}
#HomeContent1 {
	margin-top: 30px;

}

#HomeContent1 .wpb_text_column img{
	margin-bottom:30px;}

#HomeContent2 {
	padding-top: 40px;
	padding-bottom: 40px;
}
#HomeContent2 .vc_col-sm-12 .vc_col-sm-12 p {
	font-family: Open Sans;
	color: #454545;
	font-size: 21px;
	font-weight: 400;
	margin-bottom: 50px;
}
#HomeContent2 .vc_col-sm-4 img {
	display: block;
	margin: auto;
	margin-bottom: 30px;
}
#HomeContent3 {
	padding-top: 70px;
	padding-bottom: 70px;
}
#HomeContent3 h2 {
	color: #ffffff;
	padding-bottom: 30px;
}
#HomeContent3 p {
	color: #ffffff;
	padding-bottom: 40px;
	text-align:center;
}

.home_buttons ul{
	list-style:none;
	margin:0;
	text-align:center;}

.home_buttons ul li{
	width:24%;
	display:inline-block;
	text-align:center;
	    padding: 0 15px;}

.home_buttons ul li a{
	display:inline-block;
	position:relative;
	}
	
	.home_buttons ul li a:before{
		    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 100;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	border-radius:50%;}
	
	.home_buttons ul li a:hover:before{
		background: rgba(245, 130, 31,0.8);}
	
	.home_buttons ul li a:after{
		    left: 50%;
    top: 50%;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 35px;
    visibility: hidden;
    text-align: center;
    position: absolute;
    color: #ffffff;
    content: '\e144';
    font-family: 'Glyphicons Halflings';
    z-index: 210;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
    border: solid 2px #fff;}
	
	.home_buttons ul li a:hover:after{
		    visibility: visible;}

#HomeContent4 {
	padding-top: 60px;
	padding-bottom: 60px;
}
#HomeContent4 .home_case_study {
	padding-bottom: 60px;
}
#HomeContent5 {
	padding-top: 50px;
	padding-bottom: 50px;
}
#HomeContent5 h2 {
	padding-bottom: 30px;
}

#HomeContent5 h2 a{
	color:#454545;
	}
	#HomeContent5 h2 a:hover{
	color:#f5821f;
	}
	
#HomeContent5 hr {
	margin-bottom: 30px;
}
#HomeContent5 .our_awards .wpb_text_column img {
	padding-bottom: 15px;
}
#HomeContent5 .lastest_news .vc_col-sm-12.vc_gitem-col {
	padding: 0;
}
#HomeContent5 .lastest_news .vc_col-sm-12.vc_gitem-col .wpb_single_image {
	margin-bottom: 0;
}
#HomeContent5 .lastest_news h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-family: Open Sans;
	color: #454545;
	font-size: 17px;
	font-weight: 600;
	line-height: 21px;
	max-height: 21px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

#HomeContent5 .lastest_news h4 a:hover{
	color:#f5821f;}

#HomeContent5 .lastest_news .vc_gitem-post-data-source-post_excerpt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-height: 20px;        /* fallback */
	max-height: 60px;      /* fallback */
}
#HomeContent5 .lastest_news .vc_gitem-post-data-source-post_excerpt p:first-of-type {
	display: none;
}
#HomeContent5 .lastest_news .vc_gitem-animated-block {
	padding: 40px 20px 0;
	background: #fff;
}
#HomeContent5 .lastest_news .vc_gitem-post-data-source-post_title {
	padding-bottom: 10px;
	background: url(/wp-content/uploads/2016/07/Rectangle_5.png) left bottom no-repeat;
}
#HomeContent5 .lastest_news .vc_grid-item:first-of-type .vc_gitem-zone-c {
	float: right;
}
#HomeContent5 .lastest_news .vc_btn3-container a {
	border: none;
	background: none;
	padding: 0;
	padding-top: 10px;
	font-family: Open Sans;
	color: #f5821f;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
}
#HomeContent5 .lastest_news .vc_btn3-container a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 1190px) and (min-width: 980px) {
#HomeContent5 .lastest_news .vc_gitem-animated-block {
	padding: 20px;
}
}

@media only screen and (max-width: 979px) and (min-width: 768px) {
#HomeContent5 .lastest_news .vc_gitem-animated-block {
	padding: 20px 20px 0;
}
#HomeContent5 .lastest_news h4 {
	margin-bottom: 0px;
}
#HomeContent5 .lastest_news .vc_grid-item {
	background: #fff;
}
#HomeContent5 .lastest_news .vc_btn3-container a {
	margin-top: -10px;
	padding-top: 0;
}
#HomeContent5 .lastest_news .vc_gitem-post-data-source-post_title {
	margin-bottom: 8px;
}
#HomeContent5 .lastest_news .vc_gitem-post-data-source-post_excerpt {
	margin-bottom: 5px;
}
}

@media (max-width:767px) {
#HomeContent2 .vc_col-sm-12 .vc_col-sm-12 p {
	margin-bottom: 30px;
}
#HomeContent2 .vc_col-sm-4 {
	padding-bottom: 30px;
}
#HomeContent4 .vc_grid-item {
	max-width: 500px;
	margin: auto;
}
#HomeContent5 .our_awards {
	padding-bottom: 30px;
}
.home_buttons ul li{
	width:49%;
	padding:15px;}

}

@media (max-width:500px) {
#HomeContent5 .lastest_news .vc_gitem-animated-block {
	width: 100%;
}
#HomeContent5 .lastest_news .vc_grid-item .vc_gitem-zone-c {
	width: 100%;
}
#HomeContent5 .lastest_news .lastest_new_block:before {
	padding-top: 200px;
}
}
/*#endregion*/
/*#region *************** Page template ***********************/
.single-post #title_breadcrumbs_bar,
.page-template #title_breadcrumbs_bar {
	background: url(/wp-content/uploads/2016/08/banner_about.jpg) center center no-repeat;
	background-size: cover;
}
.page-template #title_breadcrumbs_bar h1 {
	font-size: 58px;
}

.page-template #ContentMain {
	padding-top: 39px;
	/* padding-bottom: 50px; */
	width:100%;
	overflow:hidden;
}


.home #ABdev_header_spacer {height:136px !important;}
#ABdev_header_spacer {height:0 !important;}
#title_breadcrumbs_bar {padding:160px 0 30px 0 !important;}
.archive #title_breadcrumbs_bar {display:block !important;padding:160px 0 30px 0 !important;}

/* .page-template-page-fullwidthnobanner.page-template #title_breadcrumbs_bar {
	background: none;
	padding-top: 50px;
	padding-bottom: 0;
}
.page-template-page-fullwidthnobanner.page-template #title_breadcrumbs_bar h1 {
	font-size: 34px;
	color: #f5821f;
	font-weight: 400;
	text-align: left;
}*/
.page-template-page-fullwidthnobanner.page-template #ContentMain {
	padding-top: 10px !important;
} 

@media (max-width:767px) {
.page-template #title_breadcrumbs_bar h1, .single #title_breadcrumbs_bar h1 {
	font-size: 40px !important;
}

.page-template #ContentMain .widget.widget_nav_menu{
	margin-top:30px;}
}
/*#endregion*/


/*#region *************** Our Team Page ***********************/

#OurTeam {
	padding-top: 40px;
}

.page-id-4568 #OurTeam{
padding-top:0;
}
.modal {
	z-index: 9999;
	background: rgba(0,0,0,0.7);
}
.modal .modal-dialog {
	margin-top: 100px;
}
.modal .modal-header {
	text-align: center;
	padding: 0;
	margin: 20px;
	border-bottom: solid 2px #f5821f;
}
.modal .modal-header .close {
	font-size: 45px;
	position: absolute;
	top: 0;
	right: 15px;
	color: #f5821f;
	text-shadow: none;
	opacity: 1;
	outline: none;
	    border: none !important;
}
.modal .modal-header .close:hover {
	outline: none;
}
.modal .modal-header .close:hover {
	background: none;
}
.modal .modal-header .title {
	text-align: center;
	color: f5821f;
	margin-top: -4px;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.modal .entry-content {
	padding: 0 20px 20px;
}

@media (max-width:767px){
	.modal .entry-content .vc_col-sm-6:first-of-type img{
		margin-bottom:20px;}}
/*#endregion*/


/*#region *************** Capabilities ***********************/
.capabilites_block {
	padding-bottom: 20px;
	max-width: 440px;
	margin: auto;
}
.round_button{
	display:inline-block;
	position:relative;
	}
	
	.round_button:before{
		    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 100;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	border-radius:50%;}
	
	.round_button:hover:before{
		background: rgba(245, 130, 31,0.8);}
	
	.round_button:after{
		    left: 50%;
    top: 50%;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    font-size: 35px;
    visibility: hidden;
    text-align: center;
    position: absolute;
    color: #ffffff;
    content: '\e144';
    font-family: 'Glyphicons Halflings';
    z-index: 210;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
    border: solid 2px #fff;}
	
	.round_button:hover:after{
		    visibility: visible;}

.capabilites_block:hover{
	color:#454545;}

#CapabilitiesContent2 .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
	padding-top: 40px;
}
#CapabilitiesContent2 .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper .wpb_text_column {
	padding-bottom: 40px;
	border-bottom: solid 1px #ddd;
}
#CapabilitiesContent2 .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper .wpb_text_column h3 a:hover {
	color:#454545;
}
#CapabilitiesContent2 .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper .wpb_text_column a:hover {
	color: #f5821f;
}
/*#endregion*/

/*#region *************** Capabilities ***********************/

.single-case_study h3 {
	margin-bottom: 10px;
}
.single-case_study #title_breadcrumbs_bar, .page-id-3769 #title_breadcrumbs_bar {
	/* padding: 30px 0; */
	background: url(/wp-content/uploads/2016/08/banner_capabilities.jpg) center center no-repeat;
	background-size: cover;
}
.single-case_study #title_breadcrumbs_bar h1 {
	font-size: 58px;
}
.single-case_study #ContentMain {
	padding-top: 39px;
	padding-bottom: 50px;
}
#single_portfolio_pagination {
	min-height: 55px;
}

@media (max-width:500px){
	#single_portfolio_pagination a{
		font-size:9px !important;}}
/*#endregion*/


/*#region *************** Product ***********************/
.single-product #title_breadcrumbs_bar, .page-id-3767 #title_breadcrumbs_bar {
	background: url(/wp-content/uploads/2016/08/banner_products.jpg) center center no-repeat;
	background-size: cover;
}
.single-product #title_breadcrumbs_bar {
	padding: 20px 0;
}
.single-product #title_breadcrumbs_bar {
	visibility: hidden;
}
.single-product #title_breadcrumbs_bar h1 {
	font-size: 58px;
}
.single-product #ContentMain {
	padding-bottom: 50px;
}
#ProductMore {
	padding-top: 40px;
}
#ProductMore h3 {
	color: #181818;
	margin-bottom: 40px;
}

@media (max-width:767px){
	.single-product #title_breadcrumbs_bar{
		    height: 40px;}
	}

/*#endregion*/
/*#region *************** Blog ***********************/

.blog {
	background: #ffffff;
	padding-top:50px !important;
}
.blog #title_breadcrumbs_bar {
	padding: 30px 0;
	background: url(/wp-content/uploads/2016/08/banner_products.jpg) center center no-repeat;
	background-size: cover;
}
/*.single-post #title_breadcrumbs_bar, .archive #title_breadcrumbs_bar {
	display: none; 
} */
.blog #title_breadcrumbs_bar h1, .single #title_breadcrumbs_bar h1, .archive #title_breadcrumbs_bar h1 {
	font-size: 58px;
}
.blog_category_index .post_main {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0;
}

.blog_category_index .post_main img{
display:none;}

section.blog .container {
	padding-left: 30px;
	padding-right: 30px;
}
.post_main .postmeta-above, .post_main .postmeta-above a {
	margin-top: -1px;
}
.post_main img.aligncenter {
	display: block;
	margin: auto;
	margin-bottom: 0;
}
.post-readmore {
	clear: both;
}
.post_padding {
	text-align: left;
}

.blog_category_index .post_main img{
display:none;}
/*#endregion*/

/*#region *************** Search ***********************/

.search #title_breadcrumbs_bar {
	padding: 30px 0;
	background: url(/wp-content/uploads/2016/08/banner_products.jpg) center center no-repeat;
	background-size: cover;
}
.search #title_breadcrumbs_bar h1 {
	font-size: 58px;
}
/*#endregion*/
/*#region *************** form ***********************/
.wpcf7 input {
	margin: 0;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
	width: 100%;
}

input[type="file"]{
	border:none;
	margin:20px 0;
	padding:0;
	background:none;
	box-shadow:none;}
	
	input[type="file"]::-webkit-file-upload-button {
     display: inline-block;
    background: #f9f9f9;
    font-size: 17px;
    max-width: 100%;
    white-space: inherit;
    text-align: left;
    color: #616161;
    border: solid 1px #d2d1d1 !important;
    cursor: pointer;
    padding: 6px 15px;
    font-weight: 300;
    border-radius: 2px;
  
}
input[type="file"]::ms-value{
	box-shadow:none;
	border:solid 1px #d2d1d1 ;
	outline:none;}


input[type="file"]:before:hover{
	color:#f5821f;
	background:#fff;}

@media (max-width:767px){
	button,input[type="submit"]{
		width:auto !important;}
	
	}


/*#endregion*/
/*#region *************** General ***********************/
#Awards h4{
	line-height:22px;}
/*#endregion*/
